/* [project]/frontend/styles/global.css [app-client] (css) */
*, :before, :after, ::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: #3b82f680;
  --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:  ;
}

*, :before, :after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

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

html, :host {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  line-height: 1.5;
  font-family: var(--font-ubuntu);
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

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

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

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

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

button, select {
  text-transform: none;
}

button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

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

progress {
  vertical-align: baseline;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

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 {
  margin: 0;
  padding: 0;
  list-style: none;
}

dialog {
  padding: 0;
}

input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

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

:disabled {
  cursor: default;
}

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.\!container {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

  .container {
    max-width: 640px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

@media (min-width: 880px) {
  .\!container {
    max-width: 880px !important;
  }

  .container {
    max-width: 880px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

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

  .container {
    max-width: 1280px;
  }
}

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

  .container {
    max-width: 1536px;
  }
}

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 1.25em;
  line-height: 1.6;
}

.prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  font-weight: 500;
  text-decoration: underline;
}

.prose :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
  list-style-type: decimal;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
  list-style-type: disc;
}

.prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
  color: var(--tw-prose-counters);
  font-weight: 400;
}

.prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.25em;
  font-weight: 600;
}

.prose :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-quotes);
  border-inline-start-width: .25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "“""”""‘""’";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  font-style: italic;
  font-weight: 500;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 0;
  margin-bottom: .888889em;
  font-size: 2.25em;
  font-weight: 800;
  line-height: 1.11111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 900;
}

.prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.33333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 800;
}

.prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.6em;
  margin-bottom: .6em;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

.prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-weight: 600;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

.prose :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
  display: block;
}

.prose :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  padding-top: .1875em;
  padding-inline-end: .375em;
  padding-bottom: .1875em;
  border-radius: .3125rem;
  padding-inline-start: .375em;
  font-family: inherit;
  font-size: .875em;
  font-weight: 500;
}

.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-size: .875em;
  font-weight: 600;
}

.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: .875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: .9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  padding-top: .857143em;
  padding-inline-end: 1.14286em;
  padding-bottom: .857143em;
  border-radius: .375rem;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
  padding-inline-start: 1.14286em;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.71429;
  overflow-x: auto;
}

.prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  padding: 0;
}

.prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  table-layout: auto;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: .875em;
  line-height: 1.71429;
}

.prose :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  vertical-align: bottom;
  padding-inline-end: .571429em;
  padding-bottom: .571429em;
  padding-inline-start: .571429em;
  font-weight: 600;
}

.prose :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  margin-top: .857143em;
  font-size: .875em;
  line-height: 1.42857;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: #00000080;
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .5em;
  margin-bottom: .5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: .375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.prose :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-top: .571429em;
  padding-inline-end: .571429em;
  padding-bottom: .571429em;
  padding-inline-start: .571429em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-sm {
  font-size: .875rem;
  line-height: 1.71429;
}

.prose-sm :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.14286em;
  margin-bottom: 1.14286em;
}

.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .888889em;
  margin-bottom: .888889em;
  font-size: 1.28571em;
  line-height: 1.55556;
}

.prose-sm :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.33333em;
  margin-bottom: 1.33333em;
  padding-inline-start: 1.11111em;
}

.prose-sm :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: .8em;
  font-size: 2.14286em;
  line-height: 1.2;
}

.prose-sm :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.6em;
  margin-bottom: .8em;
  font-size: 1.42857em;
  line-height: 1.4;
}

.prose-sm :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.55556em;
  margin-bottom: .444444em;
  font-size: 1.28571em;
  line-height: 1.55556;
}

.prose-sm :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.42857em;
  margin-bottom: .571429em;
  line-height: 1.42857;
}

.prose-sm :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
}

.prose-sm :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
}

.prose-sm :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-top: .142857em;
  padding-inline-end: .357143em;
  padding-bottom: .142857em;
  border-radius: .3125rem;
  padding-inline-start: .357143em;
  font-size: .857143em;
}

.prose-sm :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-size: .857143em;
}

.prose-sm :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-size: .9em;
}

.prose-sm :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-size: .888889em;
}

.prose-sm :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-top: .666667em;
  padding-inline-end: 1em;
  padding-bottom: .666667em;
  border-radius: .25rem;
  margin-top: 1.66667em;
  margin-bottom: 1.66667em;
  padding-inline-start: 1em;
  font-size: .857143em;
  line-height: 1.66667;
}

.prose-sm :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.14286em;
  margin-bottom: 1.14286em;
  padding-inline-start: 1.57143em;
}

.prose-sm :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .285714em;
  margin-bottom: .285714em;
}

.prose-sm :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: .428571em;
}

.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .571429em;
  margin-bottom: .571429em;
}

.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.14286em;
}

.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.14286em;
}

.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.14286em;
}

.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.14286em;
}

.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .571429em;
  margin-bottom: .571429em;
}

.prose-sm :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.14286em;
  margin-bottom: 1.14286em;
}

.prose-sm :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.14286em;
}

.prose-sm :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .285714em;
  padding-inline-start: 1.57143em;
}

.prose-sm :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2.85714em;
  margin-bottom: 2.85714em;
}

.prose-sm :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-size: .857143em;
  line-height: 1.5;
}

.prose-sm :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: 1em;
  padding-bottom: .666667em;
  padding-inline-start: 1em;
}

.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-top: .666667em;
  padding-inline-end: 1em;
  padding-bottom: .666667em;
  padding-inline-start: 1em;
}

.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose-sm :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
}

.prose-sm :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .666667em;
  font-size: .857143em;
  line-height: 1.33333;
}

.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 0;
}

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

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

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

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0;
}

.inset-x-0 {
  left: 0;
  right: 0;
}

.-bottom-0\.5 {
  bottom: -.125rem;
}

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

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

.-left-3 {
  left: -.75rem;
}

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

.-right-0\.5 {
  right: -.125rem;
}

.-right-3 {
  right: -.75rem;
}

.-right-8 {
  right: -2rem;
}

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

.-top-7 {
  top: -1.75rem;
}

.bottom-0 {
  bottom: 0;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-2 {
  bottom: .5rem;
}

.bottom-3 {
  bottom: .75rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-8 {
  bottom: 2rem;
}

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

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0;
}

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

.left-10 {
  left: 2.5rem;
}

.left-2 {
  left: .5rem;
}

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.left-\[-5px\] {
  left: -5px;
}

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

.right-0 {
  right: 0;
}

.right-1 {
  right: .25rem;
}

.right-10 {
  right: 2.5rem;
}

.right-3 {
  right: .75rem;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.right-8 {
  right: 2rem;
}

.right-\[-15px\] {
  right: -15px;
}

.top-0 {
  top: 0;
}

.top-0\.5 {
  top: .125rem;
}

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

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

.top-10 {
  top: 2.5rem;
}

.top-12 {
  top: 3rem;
}

.top-2 {
  top: .5rem;
}

.top-20 {
  top: 5rem;
}

.top-3 {
  top: .75rem;
}

.top-4 {
  top: 1rem;
}

.top-6 {
  top: 1.5rem;
}

.top-8 {
  top: 2rem;
}

.top-9 {
  top: 2.25rem;
}

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

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

.top-full {
  top: 100%;
}

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

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

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

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

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

.z-\[100\] {
  z-index: 100;
}

.z-\[101\] {
  z-index: 101;
}

.z-\[110\] {
  z-index: 110;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

.col-start-1 {
  grid-column-start: 1;
}

.row-start-1 {
  grid-row-start: 1;
}

.m-0 {
  margin: 0;
}

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

.m-3 {
  margin: .75rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-\[-0\.5px\] {
  margin: -.5px;
}

.m-auto {
  margin: auto;
}

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

.mx-1 {
  margin-left: .25rem;
  margin-right: .25rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

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

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

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

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

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

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.my-2\.5 {
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-3 {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-\[-0\.5px\] {
  margin-top: -.5px;
  margin-bottom: -.5px;
}

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

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

.my-\[unset\] {
  margin-top: unset;
  margin-bottom: unset;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

.-ml-12 {
  margin-left: -3rem;
}

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

.-mt-2\.5 {
  margin-top: -.625rem;
}

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

.-mt-\[100vh\] {
  margin-top: -100vh;
}

.-mt-\[25vh\] {
  margin-top: -25vh;
}

.mb-0 {
  margin-bottom: 0;
}

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

.mb-1\.5 {
  margin-bottom: .375rem;
}

.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: .5rem;
}

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

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

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

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

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

.mb-36 {
  margin-bottom: 9rem;
}

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

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

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

.mb-52 {
  margin-bottom: 13rem;
}

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

.mb-60 {
  margin-bottom: 15rem;
}

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

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

.mb-9 {
  margin-bottom: 2.25rem;
}

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

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

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

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

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

.ml-1 {
  margin-left: .25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-16 {
  margin-left: 4rem;
}

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

.ml-24 {
  margin-left: 6rem;
}

.ml-3 {
  margin-left: .75rem;
}

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

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

.ml-6 {
  margin-left: 1.5rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.ml-\[-28px\] {
  margin-left: -28px;
}

.ml-\[0\.5px\] {
  margin-left: .5px;
}

.ml-auto {
  margin-left: auto;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: .25rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mr-2 {
  margin-right: .5rem;
}

.mr-2\.5 {
  margin-right: .625rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mr-3 {
  margin-right: .75rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-48 {
  margin-right: 12rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-\[-0\.5px\] {
  margin-right: -.5px;
}

.mr-\[18rem\] {
  margin-right: 18rem;
}

.mr-\[2px\] {
  margin-right: 2px;
}

.mt-0 {
  margin-top: 0;
}

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

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

.mt-1\.5 {
  margin-top: .375rem;
}

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

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

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

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

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

.mt-2\.5 {
  margin-top: .625rem;
}

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

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

.mt-28 {
  margin-top: 7rem;
}

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

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

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

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

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

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

.mt-52 {
  margin-top: 13rem;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-\[unset\] {
  margin-top: unset;
}

.mt-auto {
  margin-top: auto;
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[567\/457\] {
  aspect-ratio: 567 / 457;
}

.aspect-\[595\/842\] {
  aspect-ratio: 595 / 842;
}

.aspect-square {
  aspect-ratio: 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.size-1\.5 {
  width: .375rem;
  height: .375rem;
}

.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-2 {
  width: .5rem;
  height: .5rem;
}

.h-1 {
  height: .25rem;
}

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

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: .5rem;
}

.h-2\.5 {
  height: .625rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: .75rem;
}

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

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

.h-\[14rem\] {
  height: 14rem;
}

.h-\[15\%\] {
  height: 15%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(100vh-10rem\)\] {
  height: calc(100vh - 10rem);
}

.h-\[calc\(100vh-120px\)\] {
  height: calc(100vh - 120px);
}

.h-\[calc\(100vh-3\.5rem\)\] {
  height: calc(100vh - 3.5rem);
}

.h-auto {
  height: auto;
}

.h-fit {
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-max {
  height: max-content;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-32 {
  max-height: 8rem;
}

.max-h-60 {
  max-height: 15rem;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-96 {
  max-height: 24rem;
}

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

.max-h-\[13\.5rem\] {
  max-height: 13.5rem;
}

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

.max-h-\[42svh\] {
  max-height: 42svh;
}

.max-h-\[60\%\] {
  max-height: 60%;
}

.max-h-\[70vh\] {
  max-height: 70vh;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.max-h-fit {
  max-height: fit-content;
}

.min-h-0 {
  min-height: 0;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-16 {
  min-height: 4rem;
}

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

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

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

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

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

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

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

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

.min-h-\[6rem\] {
  min-height: 6rem;
}

.min-h-full {
  min-height: 100%;
}

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

.\!w-80 {
  width: 20rem !important;
}

.\!w-\[85\%\] {
  width: 85% !important;
}

.w-0 {
  width: 0;
}

.w-1 {
  width: .25rem;
}

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-11\/12 {
  width: 91.6667%;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: .5rem;
}

.w-2\.5 {
  width: .625rem;
}

.w-2\/3 {
  width: 66.6667%;
}

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: .75rem;
}

.w-3\.5 {
  width: .875rem;
}

.w-3\/4 {
  width: 75%;
}

.w-3\/5 {
  width: 60%;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/5 {
  width: 80%;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/6 {
  width: 83.3333%;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

.w-96 {
  width: 24rem;
}

.w-\[100\%\] {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[46\%\] {
  width: 46%;
}

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

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

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

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

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

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

.w-\[70\%\] {
  width: 70%;
}

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

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

.w-\[84\%\] {
  width: 84%;
}

.w-\[85\%\] {
  width: 85%;
}

.w-\[86\%\] {
  width: 86%;
}

.w-\[88\%\] {
  width: 88%;
}

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

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

.w-\[90\%\] {
  width: 90%;
}

.w-\[90vw\] {
  width: 90vw;
}

.w-\[92vw\] {
  width: 92vw;
}

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

.w-\[calc\(100\%-102px\)\] {
  width: calc(100% - 102px);
}

.w-\[calc\(100\%-20px\)\] {
  width: calc(100% - 20px);
}

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

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

.w-px {
  width: 1px;
}

.w-screen {
  width: 100vw;
}

.min-w-0 {
  min-width: 0;
}

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

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

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

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

.min-w-\[85vw\] {
  min-width: 85vw;
}

.min-w-full {
  min-width: 100%;
}

.min-w-max {
  min-width: max-content;
}

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

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

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

.max-w-5xl {
  max-width: 64rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[80rem\] {
  max-width: 80rem;
}

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

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

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

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

.max-w-\[90vw\] {
  max-width: 90vw;
}

.max-w-\[95vw\] {
  max-width: 95vw;
}

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

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

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

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

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

.shrink {
  flex-shrink: 1;
}

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

.grow {
  flex-grow: 1;
}

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

.basis-full {
  flex-basis: 100%;
}

.border-collapse {
  border-collapse: collapse;
}

.origin-left {
  transform-origin: 0;
}

.origin-top {
  transform-origin: top;
}

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

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

.-translate-y-\[0\.6rem\] {
  --tw-translate-y: -.6rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0\.5 {
  --tw-translate-x: .125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.translate-y-\[0\.6rem\] {
  --tw-translate-y: .6rem;
  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-45 {
  --tw-rotate: -45deg;
  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-0 {
  --tw-rotate: 0deg;
  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));
}

.rotate-45 {
  --tw-rotate: 45deg;
  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-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

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

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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-\[170\%\] {
  --tw-scale-x: 170%;
  --tw-scale-y: 170%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes bounce {
  0%, 100% {
    animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    transform: translateY(-25%);
  }

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

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

@keyframes bounce-subtle {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(4px);
  }
}

.animate-bounce-subtle {
  animation: 1.5s ease-in-out infinite bounce-subtle;
}

@keyframes fadeIn {
  0% {
    opacity: .2;
  }

  30% {
    opacity: .1;
  }

  100% {
    opacity: 1;
  }
}

.animate-fade-in {
  animation: .3s ease-in-out fadeIn;
}

@keyframes ping {
  75%, 100% {
    opacity: 0;
    transform: scale(2);
  }
}

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

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

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

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.animate-slide {
  animation: 60s linear infinite slide;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: 1s linear infinite spin;
}

.cursor-crosshair {
  cursor: crosshair;
}

.cursor-default {
  cursor: default;
}

.cursor-help {
  cursor: help;
}

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.select-none {
  -webkit-user-select: none;
  user-select: none;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-start {
  scroll-snap-align: start;
}

.scroll-mt-\[150px\] {
  scroll-margin-top: 150px;
}

.scroll-mt-\[80px\] {
  scroll-margin-top: 80px;
}

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

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

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

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

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

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

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

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

.grid-rows-\[0fr\] {
  grid-template-rows: 0fr;
}

.grid-rows-\[1fr\] {
  grid-template-rows: 1fr;
}

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

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

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

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

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

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

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

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

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

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

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

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

.gap-0\.5 {
  gap: .125rem;
}

.gap-1 {
  gap: .25rem;
}

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

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

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

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: .75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-\[18px\] {
  gap: 18px;
}

.gap-\[26px\] {
  gap: 26px;
}

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

.gap-\[50px\] {
  gap: 50px;
}

.gap-\[57px\] {
  gap: 57px;
}

.gap-\[60px\] {
  gap: 60px;
}

.gap-\[61px\] {
  gap: 61px;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-\[72px\] {
  gap: 72px;
}

.gap-\[73px\] {
  gap: 73px;
}

.gap-\[81px\] {
  gap: 81px;
}

.gap-px {
  gap: 1px;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

.gap-x-2 {
  -moz-column-gap: .5rem;
  column-gap: .5rem;
}

.gap-x-3 {
  -moz-column-gap: .75rem;
  column-gap: .75rem;
}

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

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

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

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-2 {
  row-gap: .5rem;
}

.gap-y-3 {
  row-gap: .75rem;
}

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

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

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

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

.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-.75rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

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

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

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

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.divide-g0-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-divide-opacity, 1));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.divide-sky-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-divide-opacity, 1));
}

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overscroll-none {
  overscroll-behavior: none;
}

.truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

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

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

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

.rounded {
  border-radius: .25rem;
}

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

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

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[12px\] {
  border-radius: 12px;
}

.rounded-\[14px\] {
  border-radius: 14px;
}

.rounded-\[16px\] {
  border-radius: 16px;
}

.rounded-\[18px\] {
  border-radius: 18px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[22px\] {
  border-radius: 22px;
}

.rounded-\[24px\] {
  border-radius: 24px;
}

.rounded-\[32px\] {
  border-radius: 32px;
}

.rounded-\[3px\] {
  border-radius: 3px;
}

.rounded-\[40px\] {
  border-radius: 40px;
}

.rounded-\[48px\] {
  border-radius: 48px;
}

.rounded-\[6px\] {
  border-radius: 6px;
}

.rounded-\[8px\] {
  border-radius: 8px;
}

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

.rounded-lg {
  border-radius: .5rem;
}

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

.rounded-sm {
  border-radius: .125rem;
}

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

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-t {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-lg {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

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

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

.\!border {
  border-width: 1px !important;
}

.\!border-0 {
  border-width: 0 !important;
}

.\!border-2 {
  border-width: 2px !important;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0;
}

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

.border-\[0\.5px\] {
  border-width: .5px;
}

.border-\[1\.5px\] {
  border-width: 1.5px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-x-\[5px\] {
  border-left-width: 5px;
  border-right-width: 5px;
}

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

.border-y-0 {
  border-top-width: 0;
  border-bottom-width: 0;
}

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

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

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

.border-b-\[3px\] {
  border-bottom-width: 3px;
}

.border-l {
  border-left-width: 1px;
}

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

.border-l-\[3px\] {
  border-left-width: 3px;
}

.border-r {
  border-right-width: 1px;
}

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

.border-t-0 {
  border-top-width: 0;
}

.border-t-\[6px\] {
  border-top-width: 6px;
}

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

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

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

.\!border-g0-dark-green-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 112 60 / var(--tw-border-opacity, 1)) !important;
}

.\!border-g0-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1)) !important;
}

.\!border-g0-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 58 59 / var(--tw-border-opacity, 1)) !important;
}

.\!border-g0-primary\/20 {
  border-color: #3b3a3b33 !important;
}

.\!border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

.border-\[\#7C8DCB\] {
  --tw-border-opacity: 1;
  border-color: rgb(124 141 203 / var(--tw-border-opacity, 1));
}

.border-\[\#C4C4C4\]\/70 {
  border-color: #c4c4c4b3;
}

.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-amber-950 {
  --tw-border-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-black\/10 {
  border-color: #0000001a;
}

.border-black\/20 {
  border-color: #0003;
}

.border-black\/\[0\.06\] {
  border-color: #0000000f;
}

.border-black\/\[0\.08\] {
  border-color: #00000014;
}

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

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

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-editorial-accent {
  --tw-border-opacity: 1;
  border-color: rgb(25 84 233 / var(--tw-border-opacity, 1));
}

.border-editorial-accent\/40 {
  border-color: #1954e966;
}

.border-editorial-accent\/60 {
  border-color: #1954e999;
}

.border-editorial-accent\/80 {
  border-color: #1954e9cc;
}

.border-editorial-ink\/20 {
  border-color: #3b3a3b33;
}

.border-editorial-rule {
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
}

.border-editorial-rule\/30 {
  border-color: #dcdcdc4d;
}

.border-editorial-rule\/60 {
  border-color: #dcdcdc99;
}

.border-g0-ai-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgb(250 242 218 / var(--tw-border-opacity, 1));
}

.border-g0-ai-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(246 231 184 / var(--tw-border-opacity, 1));
}

.border-g0-ai-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(241 219 147 / var(--tw-border-opacity, 1));
}

.border-g0-dark-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(214 224 251 / var(--tw-border-opacity, 1));
}

.border-g0-dark-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(177 197 248 / var(--tw-border-opacity, 1));
}

.border-g0-dark-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(25 84 233 / var(--tw-border-opacity, 1));
}

.border-g0-dark-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(209 229 220 / var(--tw-border-opacity, 1));
}

.border-g0-dark-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(0 112 60 / var(--tw-border-opacity, 1));
}

.border-g0-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
}

.border-g0-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(188 188 188 / var(--tw-border-opacity, 1));
}

.border-g0-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(247 247 247 / var(--tw-border-opacity, 1));
}

.border-g0-human-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(152 200 179 / var(--tw-border-opacity, 1));
}

.border-g0-light-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(223 238 255 / var(--tw-border-opacity, 1));
}

.border-g0-light-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(196 223 255 / var(--tw-border-opacity, 1));
}

.border-g0-light-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(80 160 255 / var(--tw-border-opacity, 1));
}

.border-g0-light-blue-75 {
  --tw-border-opacity: 1;
  border-color: rgb(236 245 255 / var(--tw-border-opacity, 1));
}

.border-g0-mixed-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(204 200 227 / var(--tw-border-opacity, 1));
}

.border-g0-mixed-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(176 171 213 / var(--tw-border-opacity, 1));
}

.border-g0-mixed-purple-75 {
  --tw-border-opacity: 1;
  border-color: rgb(238 237 246 / var(--tw-border-opacity, 1));
}

.border-g0-primary {
  --tw-border-opacity: 1;
  border-color: rgb(59 58 59 / var(--tw-border-opacity, 1));
}

.border-g0-primary\/20 {
  border-color: #3b3a3b33;
}

.border-g0-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(212 53 28 / var(--tw-border-opacity, 1));
}

.border-g0-red-500\/20 {
  border-color: #d4351c33;
}

.border-g0-red-500\/60 {
  border-color: #d4351c99;
}

.border-g0-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(114 113 114 / var(--tw-border-opacity, 1));
}

.border-g0-secondary\/20 {
  border-color: #72717233;
}

.border-gpt0-blue {
  --tw-border-opacity: 1;
  border-color: rgb(66 109 219 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

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

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.border-indigo-500\/20 {
  border-color: #6366f133;
}

.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.border-result-human\/20 {
  border-color: #38966d33;
}

.border-result-human\/60 {
  border-color: #38966d99;
}

.border-transparent {
  border-color: #0000;
}

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

.border-white\/10 {
  border-color: #ffffff1a;
}

.border-white\/5 {
  border-color: #ffffff0d;
}

.border-white\/60 {
  border-color: #fff9;
}

.border-zinc-500 {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}

.border-x-transparent {
  border-left-color: #0000;
  border-right-color: #0000;
}

.border-b-g0-gray-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
}

.border-b-g0-light-blue-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(58 115 184 / var(--tw-border-opacity, 1));
}

.border-r-g0-gray-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
}

.border-t-editorial-muted, .border-t-g0-secondary {
  --tw-border-opacity: 1;
  border-top-color: rgb(114 113 114 / var(--tw-border-opacity, 1));
}

.border-t-transparent {
  border-top-color: #0000;
}

.\!bg-\[\#FDFAF8\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 250 248 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-g0-dark-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 112 60 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-transparent {
  background-color: #0000 !important;
}

.bg-\[\#0D1013\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 16 19 / var(--tw-bg-opacity, 1));
}

.bg-\[\#252430\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 36 48 / var(--tw-bg-opacity, 1));
}

.bg-\[\#777777\] {
  --tw-bg-opacity: 1;
  background-color: rgb(119 119 119 / var(--tw-bg-opacity, 1));
}

.bg-\[\#7C8DCB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(124 141 203 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DFE7F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 231 248 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ECF1F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 241 247 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F2EDE9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 237 233 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F2F1F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 241 241 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F6FAFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 250 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F9F6F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 246 244 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F9F7F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 245 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FBF7F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 247 245 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FCF8F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 248 246 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFE9E9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 233 233 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFF9F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 243 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFFDFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fdfaf8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 250 248 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(0\,0\,0\,0\.035\)\] {
  background-color: #00000009;
}

.bg-\[rgba\(232\,245\,233\,0\.9\)\] {
  background-color: #e8f5e9e6;
}

.bg-\[rgba\(238\,237\,246\,0\.9\)\] {
  background-color: #eeedf6e6;
}

.bg-\[rgba\(246\,245\,241\,0\.50\)\] {
  background-color: #f6f5f180;
}

.bg-\[rgba\(255\,248\,225\,0\.9\)\] {
  background-color: #fff8e1e6;
}

.bg-amber-500\/10 {
  background-color: #f59e0b1a;
}

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

.bg-black\/20 {
  background-color: #0003;
}

.bg-black\/5 {
  background-color: #0000000d;
}

.bg-black\/50 {
  background-color: #00000080;
}

.bg-black\/80 {
  background-color: #000c;
}

.bg-black\/\[0\.03\] {
  background-color: #00000008;
}

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

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

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

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

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-500\/20 {
  background-color: #3b82f633;
}

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

.bg-editorial-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(25 84 233 / var(--tw-bg-opacity, 1));
}

.bg-editorial-accent\/10 {
  background-color: #1954e91a;
}

.bg-editorial-accent\/15 {
  background-color: #1954e926;
}

.bg-editorial-accent\/40 {
  background-color: #1954e966;
}

.bg-editorial-accent\/50 {
  background-color: #1954e980;
}

.bg-editorial-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 236 / var(--tw-bg-opacity, 1));
}

.bg-editorial-highlight\/50 {
  background-color: #f1db9380;
}

.bg-editorial-ink {
  --tw-bg-opacity: 1;
  background-color: rgb(59 58 59 / var(--tw-bg-opacity, 1));
}

.bg-editorial-muted {
  --tw-bg-opacity: 1;
  background-color: rgb(114 113 114 / var(--tw-bg-opacity, 1));
}

.bg-editorial-paper {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 241 / var(--tw-bg-opacity, 1));
}

.bg-editorial-rule\/40 {
  background-color: #dcdcdc66;
}

.bg-g0-ai-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 242 218 / var(--tw-bg-opacity, 1));
}

.bg-g0-ai-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 205 105 / var(--tw-bg-opacity, 1));
}

.bg-g0-ai-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 247 / var(--tw-bg-opacity, 1));
}

.bg-g0-ai-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 185 47 / var(--tw-bg-opacity, 1));
}

.bg-g0-ai-yellow-500\/60 {
  background-color: #e5b92f99;
}

.bg-g0-ai-yellow-75 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 247 232 / var(--tw-bg-opacity, 1));
}

.bg-g0-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(250 249 247 / var(--tw-bg-opacity, 1));
}

.bg-g0-dark-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 224 251 / var(--tw-bg-opacity, 1));
}

.bg-g0-dark-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(89 132 239 / var(--tw-bg-opacity, 1));
}

.bg-g0-dark-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 254 / var(--tw-bg-opacity, 1));
}

.bg-g0-dark-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(25 84 233 / var(--tw-bg-opacity, 1));
}

.bg-g0-dark-blue-500\/10 {
  background-color: #1954e91a;
}

.bg-g0-dark-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(18 60 168 / var(--tw-bg-opacity, 1));
}

.bg-g0-dark-blue-75 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 236 253 / var(--tw-bg-opacity, 1));
}

.bg-g0-dark-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 229 220 / var(--tw-bg-opacity, 1));
}

.bg-g0-dark-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 60 / var(--tw-bg-opacity, 1));
}

.bg-g0-dark-green-75 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 239 234 / var(--tw-bg-opacity, 1));
}

.bg-g0-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1));
}

.bg-g0-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(188 188 188 / var(--tw-bg-opacity, 1));
}

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

.bg-g0-gray-75 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity, 1));
}

.bg-g0-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
}

.bg-g0-human-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 236 229 / var(--tw-bg-opacity, 1));
}

.bg-g0-human-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 150 109 / var(--tw-bg-opacity, 1));
}

.bg-g0-human-green-75 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 243 239 / var(--tw-bg-opacity, 1));
}

.bg-g0-legacy-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 241 252 / var(--tw-bg-opacity, 1));
}

.bg-g0-light-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(223 238 255 / var(--tw-bg-opacity, 1));
}

.bg-g0-light-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 223 255 / var(--tw-bg-opacity, 1));
}

.bg-g0-light-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 251 255 / var(--tw-bg-opacity, 1));
}

.bg-g0-light-blue-75 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 245 255 / var(--tw-bg-opacity, 1));
}

.bg-g0-mist {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 235 / var(--tw-bg-opacity, 1));
}

.bg-g0-mixed-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 226 240 / var(--tw-bg-opacity, 1));
}

.bg-g0-mixed-purple-75 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 237 246 / var(--tw-bg-opacity, 1));
}

.bg-g0-paper {
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 252 / var(--tw-bg-opacity, 1));
}

.bg-g0-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(59 58 59 / var(--tw-bg-opacity, 1));
}

.bg-g0-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 219 214 / var(--tw-bg-opacity, 1));
}

.bg-g0-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 53 28 / var(--tw-bg-opacity, 1));
}

.bg-g0-red-500\/15 {
  background-color: #d4351c26;
}

.bg-g0-red-500\/50 {
  background-color: #d4351c80;
}

.bg-g0-red-900\/20 {
  background-color: #260a0533;
}

.bg-g0-red-900\/30 {
  background-color: #260a054d;
}

.bg-g0-sand {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 241 / var(--tw-bg-opacity, 1));
}

.bg-g0-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(114 113 114 / var(--tw-bg-opacity, 1));
}

.bg-g0-snow {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

.bg-gpt0-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(66 109 219 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-50\/50 {
  background-color: #f9fafb80;
}

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

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-900\/30 {
  background-color: #1118274d;
}

.bg-gray-900\/50 {
  background-color: #11182780;
}

.bg-gray-900\/70 {
  background-color: #111827b3;
}

.bg-gray-900\/85 {
  background-color: #111827d9;
}

.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}

.bg-gray-950\/90 {
  background-color: #030712e6;
}

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

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.bg-indigo-500\/10 {
  background-color: #6366f11a;
}

.bg-indigo-500\/20 {
  background-color: #6366f133;
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-indigo-950\/30 {
  background-color: #1e1b4b4d;
}

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

.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}

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

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

.bg-result-ai {
  --tw-bg-opacity: 1;
  background-color: rgb(229 185 47 / var(--tw-bg-opacity, 1));
}

.bg-result-ai\/30 {
  background-color: #e5b92f4d;
}

.bg-result-human {
  --tw-bg-opacity: 1;
  background-color: rgb(56 150 109 / var(--tw-bg-opacity, 1));
}

.bg-result-human\/10 {
  background-color: #38966d1a;
}

.bg-result-human\/30 {
  background-color: #38966d4d;
}

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

.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}

.bg-text-primary-light-white {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}

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

.bg-violet-500\/20 {
  background-color: #8b5cf633;
}

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

.bg-white\/10 {
  background-color: #ffffff1a;
}

.bg-white\/20 {
  background-color: #fff3;
}

.bg-white\/50 {
  background-color: #ffffff80;
}

.bg-white\/60 {
  background-color: #fff9;
}

.bg-white\/80 {
  background-color: #fffc;
}

.bg-white\/90 {
  background-color: #ffffffe6;
}

.bg-white\/95 {
  background-color: #fffffff2;
}

.bg-opacity-10 {
  --tw-bg-opacity: .1;
}

.bg-opacity-5 {
  --tw-bg-opacity: .05;
}

.bg-opacity-50 {
  --tw-bg-opacity: .5;
}

.bg-opacity-60 {
  --tw-bg-opacity: .6;
}

.bg-opacity-95 {
  --tw-bg-opacity: .95;
}

.\!bg-gradient-blue-inverse {
  background-image: linear-gradient(178deg, #dfeeff 1.99%, #dfeeffa1 63.52%, #dfeeff00 98.37%) !important;
}

.bg-\[linear-gradient\(180deg\,rgba\(25\,84\,233\,0\.05\)_0\%\,rgba\(80\,160\,255\,0\.10\)_67\%\,rgba\(80\,160\,255\,0\.05\)_100\%\)\] {
  background-image: linear-gradient(#1954e90d 0%, #50a0ff1a 67%, #50a0ff0d 100%);
}

.bg-\[linear-gradient\(180deg\,var\(--Colors-Yellow-Yellow-10\,rgba\(250\,242\,218\,0\.55\)\)_0\%\,var\(--Colors-Dark-Blue-Dark-Blue-10\,rgba\(214\,224\,251\,0\.55\)\)_100\%\)\] {
  background-image: linear-gradient(180deg,var(--Colors-Yellow-Yellow-10, #faf2da8c) 0%,var(--Colors-Dark-Blue-Dark-Blue-10, #d6e0fb8c) 100%);
}

.bg-\[linear-gradient\(90deg\,\#00512B_0\%\,\#479873_17\.04\%\,\#00512B_70\.43\%\,\#479873_85\%\,\#00512B_100\%\)\] {
  background-image: linear-gradient(90deg, #00512b 0%, #479873 17.04%, #00512b 70.43%, #479873 85%, #00512b 100%);
}

.bg-\[radial-gradient\(100\.04\%_141\.42\%_at_100\%_0\%\,rgba\(176\,171\,213\,0\.5\)_50\%\,rgba\(164\,206\,255\,0\.5\)_100\%\)\] {
  background-image: radial-gradient(100.04% 141.42% at 100% 0, #b0abd580 50%, #a4ceff80 100%);
}

.bg-\[radial-gradient\(99\.54\%_141\.09\%_at_0\%_0\%\,rgba\(196\,223\,255\,0\.5\)_50\%\,rgba\(204\,200\,227\,0\.5\)_100\%\)\] {
  background-image: radial-gradient(99.54% 141.09% at 0 0, #c4dfff80 50%, #ccc8e380 100%);
}

.bg-\[radial-gradient\(ellipse_60\%_40\%_at_80\%_80\%\,rgba\(241\,219\,147\,0\.15\)\,transparent\)\] {
  background-image: radial-gradient(60% 40% at 80% 80%, #f1db9326, #0000);
}

.bg-\[radial-gradient\(ellipse_80\%_50\%_at_50\%_0\%\,rgba\(25\,84\,233\,0\.06\)\,transparent\)\] {
  background-image: radial-gradient(80% 50% at 50% 0, #1954e90f, #0000);
}

.bg-\[url\(\'\/news-asset\/bg\.svg\'\)\] {
  background-image: url("/news-asset/bg.svg");
}

.bg-\[url\(\/home-mobile-bg\.svg\)\] {
  background-image: url("/home-mobile-bg.svg");
}

.bg-gradient-blue {
  background-image: linear-gradient(#fcf8f6 0%, #edeff5 18.5%, #dfeeff 100%);
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

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

.from-\[\#4B437D\] {
  --tw-gradient-from: #4b437d var(--tw-gradient-from-position);
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#E7EFF7\] {
  --tw-gradient-from: #e7eff7 var(--tw-gradient-from-position);
  --tw-gradient-to: #e7eff700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: #0000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-editorial-paper\/80 {
  --tw-gradient-from: #f6f5f1cc var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f5f100 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-g0-ai-yellow-100 {
  --tw-gradient-from: #faf2da var(--tw-gradient-from-position);
  --tw-gradient-to: #faf2da00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-g0-ai-yellow-100\/60 {
  --tw-gradient-from: #faf2da99 var(--tw-gradient-from-position);
  --tw-gradient-to: #faf2da00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-g0-ai-yellow-600 {
  --tw-gradient-from: #a58522 var(--tw-gradient-from-position);
  --tw-gradient-to: #a5852200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-g0-dark-blue-50 {
  --tw-gradient-from: #f6f8fe var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f8fe00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-g0-dark-blue-500 {
  --tw-gradient-from: #1954e9 var(--tw-gradient-from-position);
  --tw-gradient-to: #1954e900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-g0-dark-green-50 {
  --tw-gradient-from: #f5f9f7 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f9f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-g0-gray-100 {
  --tw-gradient-from: #dcdcdc var(--tw-gradient-from-position);
  --tw-gradient-to: #dcdcdc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-g0-gray-700 {
  --tw-gradient-from: #1f1e1f var(--tw-gradient-from-position);
  --tw-gradient-to: #1f1e1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-g0-human-green-100\/60 {
  --tw-gradient-from: #dbece599 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbece500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-g0-light-blue-100 {
  --tw-gradient-from: #dfeeff var(--tw-gradient-from-position);
  --tw-gradient-to: #dfeeff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-g0-light-blue-200 {
  --tw-gradient-from: #c4dfff var(--tw-gradient-from-position);
  --tw-gradient-to: #c4dfff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-g0-light-blue-50\/50 {
  --tw-gradient-from: #f8fbff80 var(--tw-gradient-from-position);
  --tw-gradient-to: #f8fbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-g0-mixed-purple-100 {
  --tw-gradient-from: #e4e2f0 var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-g0-mixed-purple-100\/40 {
  --tw-gradient-from: #e4e2f066 var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-g0-mixed-purple-100\/60 {
  --tw-gradient-from: #e4e2f099 var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-g0-mixed-purple-400 {
  --tw-gradient-from: #928ac5 var(--tw-gradient-from-position);
  --tw-gradient-to: #928ac500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-g0-mixed-purple-50 {
  --tw-gradient-from: #f9f9fc var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f9fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-g0-mixed-purple-600 {
  --tw-gradient-from: #4b437d var(--tw-gradient-from-position);
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-g0-primary {
  --tw-gradient-from: #3b3a3b var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-950 {
  --tw-gradient-from: #030712 var(--tw-gradient-from-position);
  --tw-gradient-to: #03071200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-50 {
  --tw-gradient-from: #f0f9ff var(--tw-gradient-from-position);
  --tw-gradient-to: #f0f9ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-900 {
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: #0f172a00 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: #0000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-30\% {
  --tw-gradient-from-position: 30%;
}

.from-50\% {
  --tw-gradient-from-position: 50%;
}

.via-editorial-paper\/70 {
  --tw-gradient-to: #f6f5f100  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f6f5f1b3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-g0-ai-yellow-500 {
  --tw-gradient-to: #e5b92f00  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e5b92f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-gray-900 {
  --tw-gradient-to: #11182700  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #111827 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-indigo-800 {
  --tw-gradient-to: #3730a300  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-indigo-950 {
  --tw-gradient-to: #1e1b4b00  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e1b4b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white {
  --tw-gradient-to: #fff0  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/80 {
  --tw-gradient-to: #fff0  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fffc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-50\% {
  --tw-gradient-via-position: 50%;
}

.via-60\% {
  --tw-gradient-via-position: 60%;
}

.to-\[\#2A5385\] {
  --tw-gradient-to: #2a5385 var(--tw-gradient-to-position);
}

.to-\[\#F3F3F3\] {
  --tw-gradient-to: #f3f3f3 var(--tw-gradient-to-position);
}

.to-\[\#F9FCFF\] {
  --tw-gradient-to: #f9fcff var(--tw-gradient-to-position);
}

.to-amber-100 {
  --tw-gradient-to: #fef3c7 var(--tw-gradient-to-position);
}

.to-editorial-paper\/80 {
  --tw-gradient-to: #f6f5f1cc var(--tw-gradient-to-position);
}

.to-emerald-200 {
  --tw-gradient-to: #a7f3d0 var(--tw-gradient-to-position);
}

.to-g0-ai-yellow-200 {
  --tw-gradient-to: #f6e7b8 var(--tw-gradient-to-position);
}

.to-g0-ai-yellow-50\/60 {
  --tw-gradient-to: #fefcf799 var(--tw-gradient-to-position);
}

.to-g0-ai-yellow-600 {
  --tw-gradient-to: #a58522 var(--tw-gradient-to-position);
}

.to-g0-dark-blue-100 {
  --tw-gradient-to: #d6e0fb var(--tw-gradient-to-position);
}

.to-g0-dark-blue-400 {
  --tw-gradient-to: #5984ef var(--tw-gradient-to-position);
}

.to-g0-dark-blue-800 {
  --tw-gradient-to: #081d4f var(--tw-gradient-to-position);
}

.to-g0-dark-green-100 {
  --tw-gradient-to: #d1e5dc var(--tw-gradient-to-position);
}

.to-g0-gray-50 {
  --tw-gradient-to: #f7f7f7 var(--tw-gradient-to-position);
}

.to-g0-gray-900 {
  --tw-gradient-to: #0b0a0b var(--tw-gradient-to-position);
}

.to-g0-human-green-75\/60 {
  --tw-gradient-to: #e9f3ef99 var(--tw-gradient-to-position);
}

.to-g0-light-blue-100 {
  --tw-gradient-to: #dfeeff var(--tw-gradient-to-position);
}

.to-g0-light-blue-100\/40 {
  --tw-gradient-to: #dfeeff66 var(--tw-gradient-to-position);
}

.to-g0-light-blue-400 {
  --tw-gradient-to: #81bbff var(--tw-gradient-to-position);
}

.to-g0-light-blue-50 {
  --tw-gradient-to: #f8fbff var(--tw-gradient-to-position);
}

.to-g0-light-blue-50\/50 {
  --tw-gradient-to: #f8fbff80 var(--tw-gradient-to-position);
}

.to-g0-mixed-purple-100 {
  --tw-gradient-to: #e4e2f0 var(--tw-gradient-to-position);
}

.to-g0-mixed-purple-50\/60 {
  --tw-gradient-to: #f9f9fc99 var(--tw-gradient-to-position);
}

.to-g0-red-400 {
  --tw-gradient-to: #e06e5c var(--tw-gradient-to-position);
}

.to-g0-secondary {
  --tw-gradient-to: #727172 var(--tw-gradient-to-position);
}

.to-gray-950 {
  --tw-gradient-to: #030712 var(--tw-gradient-to-position);
}

.to-indigo-950 {
  --tw-gradient-to: #1e1b4b var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.to-100\% {
  --tw-gradient-to-position: 100%;
}

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

.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}

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

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-gray-900 {
  fill: #111827;
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-top {
  -o-object-position: top;
  object-position: top;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: .25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

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

.p-3 {
  padding: .75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-\[14px\] {
  padding: 14px;
}

.p-\[6px\] {
  padding: 6px;
}

.p-\[unset\] {
  padding: unset;
}

.\!px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}

.\!px-3 {
  padding-left: .75rem !important;
  padding-right: .75rem !important;
}

.\!py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

.\!py-\[6px\] {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

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

.px-1 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.px-1\.5 {
  padding-left: .375rem;
  padding-right: .375rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

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

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

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

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.px-3\.5 {
  padding-left: .875rem;
  padding-right: .875rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

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

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

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

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

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

.py-0\.5 {
  padding-top: .125rem;
  padding-bottom: .125rem;
}

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

.py-1\.5 {
  padding-top: .375rem;
  padding-bottom: .375rem;
}

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

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

.py-2\.5 {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.py-3\.5 {
  padding-top: .875rem;
  padding-bottom: .875rem;
}

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: .25rem;
}

.pb-1\.5 {
  padding-bottom: .375rem;
}

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

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

.pb-14 {
  padding-bottom: 3.5rem;
}

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

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

.pb-2\.5 {
  padding-bottom: .625rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

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

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-\[0\.2em\] {
  padding-bottom: .2em;
}

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

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

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

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

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

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

.pl-10 {
  padding-left: 2.5rem;
}

.pl-2 {
  padding-left: .5rem;
}

.pl-3 {
  padding-left: .75rem;
}

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

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-\[72px\] {
  padding-left: 72px;
}

.pr-1\.5 {
  padding-right: .375rem;
}

.pr-2 {
  padding-right: .5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-3 {
  padding-right: .75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-0\.5 {
  padding-top: .125rem;
}

.pt-1 {
  padding-top: .25rem;
}

.pt-1\.5 {
  padding-top: .375rem;
}

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

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: .5rem;
}

.pt-3 {
  padding-top: .75rem;
}

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

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

.pt-6 {
  padding-top: 1.5rem;
}

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

.pt-8 {
  padding-top: 2rem;
}

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

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

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

.pt-\[12vh\] {
  padding-top: 12vh;
}

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

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

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

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

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

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

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

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

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.font-inter {
  font-family: var(--font-inter), Inter, sans-serif;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

.font-source-serif {
  font-family: var(--font-source-serif), Georgia, serif;
}

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

.text-2xs {
  font-size: .65rem;
}

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

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

.text-\[0\.45em\] {
  font-size: .45em;
}

.text-\[0\.65rem\] {
  font-size: .65rem;
}

.text-\[0\.68rem\] {
  font-size: .68rem;
}

.text-\[0\.6rem\] {
  font-size: .6rem;
}

.text-\[0\.72rem\] {
  font-size: .72rem;
}

.text-\[0\.78rem\] {
  font-size: .78rem;
}

.text-\[0\.7rem\] {
  font-size: .7rem;
}

.text-\[0\.82rem\] {
  font-size: .82rem;
}

.text-\[0\.8rem\] {
  font-size: .8rem;
}

.text-\[1\.8rem\] {
  font-size: 1.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[clamp\(13px\,1\.8vw\,16px\)\] {
  font-size: clamp(13px, 1.8vw, 16px);
}

.text-\[clamp\(18px\,4vw\,42px\)\] {
  font-size: clamp(18px, 4vw, 42px);
}

.text-\[clamp\(20px\,3\.2vw\,32px\)\] {
  font-size: clamp(20px, 3.2vw, 32px);
}

.text-\[clamp\(24px\,3\.3vw\,29px\)\] {
  font-size: clamp(24px, 3.3vw, 29px);
}

.text-\[clamp\(24px\,3\.5vw\,36px\)\] {
  font-size: clamp(24px, 3.5vw, 36px);
}

.text-\[clamp\(28px\,4vw\,44px\)\] {
  font-size: clamp(28px, 4vw, 44px);
}

.text-\[clamp\(2rem\,6vw\,60px\)\] {
  font-size: clamp(2rem, 6vw, 60px);
}

.text-\[clamp\(32px\,7vw\,88px\)\] {
  font-size: clamp(32px, 7vw, 88px);
}

.text-\[clamp\(48px\,10vw\,120px\)\] {
  font-size: clamp(48px, 10vw, 120px);
}

.text-\[clamp\(80px\,18vw\,220px\)\] {
  font-size: clamp(80px, 18vw, 220px);
}

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

.text-body-md {
  letter-spacing: .15px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-body-sm {
  letter-spacing: .2px;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.text-body-sm-caption {
  letter-spacing: .2px;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
}

.text-body-xl {
  letter-spacing: .05px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.text-display {
  letter-spacing: -1.5px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 3rem;
}

.text-headline {
  letter-spacing: -.5px;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2rem;
}

.text-label-md {
  letter-spacing: .15px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.text-label-sm {
  letter-spacing: .2px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
}

.text-label-xs {
  letter-spacing: .3px;
  font-size: .6875rem;
  font-weight: 500;
  line-height: .75rem;
}

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

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

.text-title-md {
  letter-spacing: -.2px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.text-title-sm {
  letter-spacing: -.1px;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.text-title-xl {
  letter-spacing: -.4px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.text-title-xs {
  letter-spacing: 0;
  font-size: .75rem;
  font-weight: 600;
  line-height: .75rem;
}

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

.text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

.\!font-\[300\] {
  font-weight: 300 !important;
}

.font-\[400\] {
  font-weight: 400;
}

.font-\[500\] {
  font-weight: 500;
}

.font-\[600\] {
  font-weight: 600;
}

.font-black {
  font-weight: 900;
}

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

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-10 {
  line-height: 2.5rem;
}

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

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.leading-\[120\%\] {
  line-height: 120%;
}

.leading-\[127\.1\%\] {
  line-height: 127.1%;
}

.leading-\[22\.95px\] {
  line-height: 22.95px;
}

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

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

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

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

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

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

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

.tracking-\[0\.06em\] {
  letter-spacing: .06em;
}

.tracking-\[0\.08em\] {
  letter-spacing: .08em;
}

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

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

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

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

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

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

.tracking-tight {
  letter-spacing: -.025em;
}

.tracking-wide {
  letter-spacing: .025em;
}

.tracking-wider {
  letter-spacing: .05em;
}

.tracking-widest {
  letter-spacing: .1em;
}

.\!text-g0-dark-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(25 84 233 / var(--tw-text-opacity, 1)) !important;
}

.\!text-g0-dark-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 112 60 / var(--tw-text-opacity, 1)) !important;
}

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

.text-\[\#0f1419\] {
  --tw-text-opacity: 1;
  color: rgb(15 20 25 / var(--tw-text-opacity, 1));
}

.text-\[\#1F2325\]\/50 {
  color: #1f232580;
}

.text-\[\#1F2325\]\/80 {
  color: #1f2325cc;
}

.text-\[\#1a1a1b\] {
  --tw-text-opacity: 1;
  color: rgb(26 26 27 / var(--tw-text-opacity, 1));
}

.text-\[\#1abaff\] {
  --tw-text-opacity: 1;
  color: rgb(26 186 255 / var(--tw-text-opacity, 1));
}

.text-\[\#2E7D32\] {
  --tw-text-opacity: 1;
  color: rgb(46 125 50 / var(--tw-text-opacity, 1));
}

.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-\[\#353736\] {
  --tw-text-opacity: 1;
  color: rgb(53 55 54 / var(--tw-text-opacity, 1));
}

.text-\[\#4B437D\] {
  --tw-text-opacity: 1;
  color: rgb(75 67 125 / var(--tw-text-opacity, 1));
}

.text-\[\#536471\] {
  --tw-text-opacity: 1;
  color: rgb(83 100 113 / var(--tw-text-opacity, 1));
}

.text-\[\#637381\] {
  --tw-text-opacity: 1;
  color: rgb(99 115 129 / var(--tw-text-opacity, 1));
}

.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.text-\[\#727272\] {
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}

.text-\[\#7C8DCB\] {
  --tw-text-opacity: 1;
  color: rgb(124 141 203 / var(--tw-text-opacity, 1));
}

.text-\[\#878a8c\] {
  --tw-text-opacity: 1;
  color: rgb(135 138 140 / var(--tw-text-opacity, 1));
}

.text-\[\#969696\] {
  --tw-text-opacity: 1;
  color: rgb(150 150 150 / var(--tw-text-opacity, 1));
}

.text-\[\#999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.text-\[\#B8860B\] {
  --tw-text-opacity: 1;
  color: rgb(184 134 11 / var(--tw-text-opacity, 1));
}

.text-\[inherit\] {
  color: inherit;
}

.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

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

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.text-blue-400\/70 {
  color: #60a5fab3;
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

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

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.text-brand-blue {
  --tw-text-opacity: 1;
  color: rgb(80 160 255 / var(--tw-text-opacity, 1));
}

.text-editorial-accent {
  --tw-text-opacity: 1;
  color: rgb(25 84 233 / var(--tw-text-opacity, 1));
}

.text-editorial-accent\/50 {
  color: #1954e980;
}

.text-editorial-cream {
  --tw-text-opacity: 1;
  color: rgb(237 233 236 / var(--tw-text-opacity, 1));
}

.text-editorial-ink {
  --tw-text-opacity: 1;
  color: rgb(59 58 59 / var(--tw-text-opacity, 1));
}

.text-editorial-ink\/80 {
  color: #3b3a3bcc;
}

.text-editorial-muted {
  --tw-text-opacity: 1;
  color: rgb(114 113 114 / var(--tw-text-opacity, 1));
}

.text-editorial-muted\/40 {
  color: #72717266;
}

.text-editorial-muted\/60 {
  color: #72717299;
}

.text-editorial-muted\/70 {
  color: #727172b3;
}

.text-editorial-muted\/80 {
  color: #727172cc;
}

.text-g0-ai-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(241 219 147 / var(--tw-text-opacity, 1));
}

.text-g0-ai-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(229 185 47 / var(--tw-text-opacity, 1));
}

.text-g0-ai-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(165 133 34 / var(--tw-text-opacity, 1));
}

.text-g0-ai-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(119 96 24 / var(--tw-text-opacity, 1));
}

.text-g0-ai-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(78 63 16 / var(--tw-text-opacity, 1));
}

.text-g0-dark-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(89 132 239 / var(--tw-text-opacity, 1));
}

.text-g0-dark-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(25 84 233 / var(--tw-text-opacity, 1));
}

.text-g0-dark-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(18 60 168 / var(--tw-text-opacity, 1));
}

.text-g0-dark-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(13 44 121 / var(--tw-text-opacity, 1));
}

.text-g0-dark-green-500 {
  --tw-text-opacity: 1;
  color: rgb(0 112 60 / var(--tw-text-opacity, 1));
}

.text-g0-dark-green-600 {
  --tw-text-opacity: 1;
  color: rgb(0 81 43 / var(--tw-text-opacity, 1));
}

.text-g0-dark-green-700 {
  --tw-text-opacity: 1;
  color: rgb(0 58 31 / var(--tw-text-opacity, 1));
}

.text-g0-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(188 188 188 / var(--tw-text-opacity, 1));
}

.text-g0-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.text-g0-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(114 113 114 / var(--tw-text-opacity, 1));
}

.text-g0-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(59 58 59 / var(--tw-text-opacity, 1));
}

.text-g0-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(42 42 42 / var(--tw-text-opacity, 1));
}

.text-g0-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(11 10 11 / var(--tw-text-opacity, 1));
}

.text-g0-human-green-500 {
  --tw-text-opacity: 1;
  color: rgb(56 150 109 / var(--tw-text-opacity, 1));
}

.text-g0-human-green-800 {
  --tw-text-opacity: 1;
  color: rgb(19 51 37 / var(--tw-text-opacity, 1));
}

.text-g0-light-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(80 160 255 / var(--tw-text-opacity, 1));
}

.text-g0-light-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(58 115 184 / var(--tw-text-opacity, 1));
}

.text-g0-light-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(42 83 133 / var(--tw-text-opacity, 1));
}

.text-g0-mixed-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(104 93 174 / var(--tw-text-opacity, 1));
}

.text-g0-mixed-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(75 67 125 / var(--tw-text-opacity, 1));
}

.text-g0-mixed-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(54 48 90 / var(--tw-text-opacity, 1));
}

.text-g0-primary {
  --tw-text-opacity: 1;
  color: rgb(59 58 59 / var(--tw-text-opacity, 1));
}

.text-g0-red-200 {
  --tw-text-opacity: 1;
  color: rgb(240 186 178 / var(--tw-text-opacity, 1));
}

.text-g0-red-300 {
  --tw-text-opacity: 1;
  color: rgb(233 150 137 / var(--tw-text-opacity, 1));
}

.text-g0-red-300\/60 {
  color: #e9968999;
}

.text-g0-red-500 {
  --tw-text-opacity: 1;
  color: rgb(212 53 28 / var(--tw-text-opacity, 1));
}

.text-g0-red-500\/90 {
  color: #d4351ce6;
}

.text-g0-red-600 {
  --tw-text-opacity: 1;
  color: rgb(153 38 20 / var(--tw-text-opacity, 1));
}

.text-g0-secondary {
  --tw-text-opacity: 1;
  color: rgb(114 113 114 / var(--tw-text-opacity, 1));
}

.text-gpt0-blue {
  --tw-text-opacity: 1;
  color: rgb(66 109 219 / var(--tw-text-opacity, 1));
}

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

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

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

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

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

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.text-inherit {
  color: inherit;
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(59 58 59 / 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-600\/80 {
  color: #dc2626cc;
}

.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-result-ai-highlight {
  --tw-text-opacity: 1;
  color: rgb(241 219 147 / var(--tw-text-opacity, 1));
}

.text-result-human-highlight {
  --tw-text-opacity: 1;
  color: rgb(152 200 179 / var(--tw-text-opacity, 1));
}

.text-result-mixed {
  --tw-text-opacity: 1;
  color: rgb(104 93 174 / var(--tw-text-opacity, 1));
}

.text-transparent {
  color: #0000;
}

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

.text-white\/30 {
  color: #ffffff4d;
}

.text-white\/70 {
  color: #ffffffb3;
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

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

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

.decoration-blue-400\/30 {
  text-decoration-color: #60a5fa4d;
}

.decoration-blue-600\/30 {
  text-decoration-color: #2563eb4d;
}

.decoration-editorial-accent\/30 {
  text-decoration-color: #1954e94d;
}

.decoration-editorial-cream\/40 {
  text-decoration-color: #ede9ec66;
}

.decoration-result-ai {
  text-decoration-color: #e5b92f;
}

.decoration-dotted {
  text-decoration-style: dotted;
}

.decoration-4 {
  text-decoration-thickness: 4px;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

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

.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}

.accent-indigo-500 {
  accent-color: #6366f1;
}

.\!opacity-80 {
  opacity: .8 !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: .2;
}

.opacity-35 {
  opacity: .35;
}

.opacity-50 {
  opacity: .5;
}

.opacity-60 {
  opacity: .6;
}

.opacity-75 {
  opacity: .75;
}

.opacity-\[0\.3\] {
  opacity: .3;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px #00000040;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_40px_rgba\(239\,68\,68\,0\.5\)\,0_0_80px_rgba\(239\,68\,68\,0\.3\)\,0_0_120px_rgba\(239\,68\,68\,0\.15\)\] {
  --tw-shadow: 0 0 40px #ef444480,0 0 80px #ef44444d,0 0 120px #ef444426;
  --tw-shadow-colored: 0 0 40px var(--tw-shadow-color), 0 0 80px var(--tw-shadow-color), 0 0 120px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_40px_rgba\(255\,255\,255\,0\.5\)\,0_0_80px_rgba\(255\,255\,255\,0\.3\)\,0_0_120px_rgba\(255\,255\,255\,0\.15\)\] {
  --tw-shadow: 0 0 40px #ffffff80,0 0 80px #ffffff4d,0 0 120px #ffffff26;
  --tw-shadow-colored: 0 0 40px var(--tw-shadow-color), 0 0 80px var(--tw-shadow-color), 0 0 120px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_1px_4px_rgba\(0\,0\,0\,0\.06\)\] {
  --tw-shadow: 0 1px 4px #0000000f;
  --tw-shadow-colored: 0 1px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_2px_20px_rgba\(0\,0\,0\,0\.08\)\] {
  --tw-shadow: 0 2px 20px #00000014;
  --tw-shadow-colored: 0 2px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_2px_8px_rgba\(0\,0\,0\,0\.05\)\] {
  --tw-shadow: 0 2px 8px #0000000d;
  --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-button {
  --tw-shadow: 0px 2px 12px 0px #00000040;
  --tw-shadow-colored: 0px 2px 12px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-depth1 {
  --tw-shadow: 0px 0px 1.5px 0px #0003, 0px 1px 4px 0px #0003;
  --tw-shadow-colored: 0px 0px 1.5px 0px var(--tw-shadow-color), 0px 1px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-depth2 {
  --tw-shadow: 0px 0px 1.5px 0px #0003, 0px 2px 8px -2px #0003;
  --tw-shadow-colored: 0px 0px 1.5px 0px var(--tw-shadow-color), 0px 2px 8px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-depth3 {
  --tw-shadow: 0px 0px 1.5px 0px #0003, 0px 3px 12px -3px #0003;
  --tw-shadow-colored: 0px 0px 1.5px 0px var(--tw-shadow-color), 0px 3px 12px -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-depth4 {
  --tw-shadow: 0px 0px 1.5px 0px #0003, 0px 6px 24px -4px #0003;
  --tw-shadow-colored: 0px 0px 1.5px 0px var(--tw-shadow-color), 0px 6px 24px -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-g0-card {
  --tw-shadow: 0px 0px 1.5px 0px #0003, 0px 2px 8px -2px #0003;
  --tw-shadow-colored: 0px 0px 1.5px 0px var(--tw-shadow-color), 0px 2px 8px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-g0-outline {
  --tw-shadow: 0px 0px 1.5px 0px #0003;
  --tw-shadow-colored: 0px 0px 1.5px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-g0-tooltip {
  --tw-shadow: 0px 0px 1.5px 0px #0003, 0px 1px 4px 0px #0003;
  --tw-shadow-colored: 0px 0px 1.5px 0px var(--tw-shadow-color), 0px 1px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 #0000000d;
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 #0000000d;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
  --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);
}

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

.\!outline {
  outline-style: solid !important;
}

.outline {
  outline-style: solid;
}

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

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

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

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

.ring-editorial-paper {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(246 245 241 / var(--tw-ring-opacity, 1));
}

.ring-g0-dark-green-500\/20 {
  --tw-ring-color: #00703c33;
}

.ring-indigo-500\/30 {
  --tw-ring-color: #6366f14d;
}

.ring-result-ai\/50 {
  --tw-ring-color: #e5b92f80;
}

.ring-result-human\/50 {
  --tw-ring-color: #38966d80;
}

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

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px #0000000a) drop-shadow(0 4px 3px #0000001a);
  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);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-\[grid-template-rows\,margin\] {
  transition-property: grid-template-rows, margin;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-\[z-index\] {
  transition-property: z-index;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-all {
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-opacity {
  transition-property: opacity;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-shadow {
  transition-property: box-shadow;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-transform {
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.duration-0 {
  transition-duration: 0s;
}

.duration-100 {
  transition-duration: .1s;
}

.duration-1000 {
  transition-duration: 1s;
}

.duration-200 {
  transition-duration: .2s;
}

.duration-300 {
  transition-duration: .3s;
}

.duration-500 {
  transition-duration: .5s;
}

.duration-700 {
  transition-duration: .7s;
}

.ease-in {
  transition-timing-function: cubic-bezier(.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, .2, 1);
}

:root {
  --Shadow-Depth-0-X: 0px;
  --Shadow-Depth-0-Y: 0px;
  --Shadow-Depth-0-Blur: 1.5px;
  --Shadow-Depth-0-Spread: 0px;
  --Shadow-Depth-1-X: 0px;
  --Shadow-Depth-1-Y: 1px;
  --Shadow-Depth-1-Blur: 4px;
  --Shadow-Depth-1-Spread: -1px;
  --Shadow-Depth-2-X: 0px;
  --Shadow-Depth-2-Y: 2px;
  --Shadow-Depth-2-Blur: 8px;
  --Shadow-Depth-2-Spread: -2px;
  --Shadow-Depth-3-X: 0px;
  --Shadow-Depth-3-Y: 3px;
  --Shadow-Depth-3-Blur: 12px;
  --Shadow-Depth-3-Spread: -3px;
  --Shadow-Depth-4-X: 0px;
  --Shadow-Depth-4-Y: 6px;
  --Shadow-Depth-4-Blur: 24px;
  --Shadow-Depth-4-Spread: -4px;
  --Shadow-Depth-5-X: 0px;
  --Shadow-Depth-5-Y: 12px;
  --Shadow-Depth-5-Blur: 48px;
  --Shadow-Depth-5-Spread: -4px;
  --colors-blacks-black-20-opacity: #0003;
  --backdrop-blur: 16px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-inter);
  color: #3b3a3b;
  background-color: #fdfaf8;
  background-size: cover;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

mark {
  background-color: #f4bf4f33;
}

textarea {
  resize: none;
}

.half-highlight {
  background-image: linear-gradient(to right, #0000 50%, #fef3c7 50%);
  background-origin: 0;
  background-position: -100% 120%;
  background-repeat: repeat-x;
  background-size: 200% 70%;
}

.no-scroll {
  overflow: hidden;
}

@keyframes arrowAnimation {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-5px);
  }

  100% {
    transform: translateX(0);
  }
}

.link-hover:hover .arrow-animate {
  animation: .5s ease-in-out infinite forwards arrowAnimation;
}

.hidden-for-seo {
  visibility: hidden;
  z-index: -1;
  position: absolute;
  display: block !important;
}

.ql-editor {
  color: #000;
  letter-spacing: .26px;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  padding: 0 !important;
}

.ql-editor.ql-blank:before {
  padding-left: 30px !important;
}

.ql-container.ql-snow {
  width: 100%;
  margin: 0 auto;
  border: none !important;
}

.deep-analysis-sentence {
  cursor: pointer;
  position: relative;
}

.deep-analysis-sentence-hover {
  background: #50a0ff66;
}

.title-2xl {
  font-family: var(--font-inter);
  letter-spacing: -.5px;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.title-large {
  font-size: 24px;
  font-family: var(--font-inter);
  letter-spacing: .2px;
  word-wrap: break-word;
  font-weight: 500;
  line-height: 28px;
}

.title-extra-large {
  font-family: var(--font-inter);
  letter-spacing: -1.5px;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
}

.title-extra-large-responsive {
  font-size: 24px;
  font-family: var(--font-inter);
  letter-spacing: .2px;
  word-wrap: break-word;
  font-weight: 600;
  line-height: 28px;
}

@media (min-width: 768px) {
  .title-extra-large-responsive {
    letter-spacing: -1.5px;
    font-size: 36px;
    line-height: 48px;
  }
}

.body-large {
  font-size: 18px;
  font-family: var(--font-inter);
  letter-spacing: .2px;
  word-wrap: break-word;
  font-weight: 400;
  line-height: 28px;
}

.body-large-strong {
  font-family: var(--font-inter);
  letter-spacing: .2px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.title-medium {
  font-size: 16px;
  font-family: var(--font-inter);
  letter-spacing: .3px;
  word-wrap: break-word;
  font-weight: 500;
  line-height: 24px;
}

.body-medium {
  font-size: 14px;
  font-family: var(--font-inter);
  letter-spacing: .3px;
  word-wrap: break-word;
  font-weight: 400;
  line-height: 24px;
}

.title-small {
  font-size: 14px;
  font-family: var(--font-inter);
  letter-spacing: .3px;
  word-wrap: break-word;
  font-weight: 500;
  line-height: 20px;
}

.body-small {
  font-size: 12px;
  font-family: var(--font-inter);
  letter-spacing: .3px;
  word-wrap: break-word;
  font-weight: 400;
  line-height: 20px;
}

.title-extra-small {
  letter-spacing: 0;
  word-wrap: break-word;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.body-extra-small {
  font-size: 11px;
  font-family: var(--font-inter);
  letter-spacing: .3px;
  word-wrap: break-word;
  font-weight: 400;
  line-height: 12px;
}

.title-caption {
  font-size: 14px;
  font-family: var(--font-inter);
  letter-spacing: .3px;
  word-wrap: break-word;
  font-weight: 500;
  line-height: 16px;
}

.body-caption {
  font-size: 12px;
  font-family: var(--font-inter);
  letter-spacing: .3px;
  word-wrap: break-word;
  font-weight: 400;
  line-height: 16px;
}

.label-medium {
  font-size: 14px;
  font-family: var(--font-inter);
  letter-spacing: .3px;
  word-wrap: break-word;
  font-weight: 500;
  line-height: 20px;
}

.label-small {
  font-size: 12px;
  font-family: var(--font-inter);
  letter-spacing: .3px;
  word-wrap: break-word;
  font-weight: 500;
  line-height: 16px;
}

.label-extra-small {
  font-size: 11px;
  font-family: var(--font-inter);
  word-wrap: break-word;
  font-weight: 500;
  line-height: 12px;
}

.ai-vision-fade-up {
  opacity: 0;
  transition: opacity .6s, transform .6s;
  transform: translateY(30px);
}

.ai-vision-fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .md\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.77778;
  }

  .md\:prose-lg :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.33333em;
    margin-bottom: 1.33333em;
  }

  .md\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.09091em;
    margin-bottom: 1.09091em;
    font-size: 1.22222em;
    line-height: 1.45455;
  }

  .md\:prose-lg :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.66667em;
    margin-bottom: 1.66667em;
    padding-inline-start: 1em;
  }

  .md\:prose-lg :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: .833333em;
    font-size: 2.66667em;
    line-height: 1;
  }

  .md\:prose-lg :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.86667em;
    margin-bottom: 1.06667em;
    font-size: 1.66667em;
    line-height: 1.33333;
  }

  .md\:prose-lg :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.66667em;
    margin-bottom: .666667em;
    font-size: 1.33333em;
    line-height: 1.5;
  }

  .md\:prose-lg :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.77778em;
    margin-bottom: .444444em;
    line-height: 1.55556;
  }

  .md\:prose-lg :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)), .md\:prose-lg :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.77778em;
    margin-bottom: 1.77778em;
  }

  .md\:prose-lg :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-lg :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.77778em;
    margin-bottom: 1.77778em;
  }

  .md\:prose-lg :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-top: .222222em;
    padding-inline-end: .444444em;
    padding-bottom: .222222em;
    border-radius: .3125rem;
    padding-inline-start: .444444em;
    font-size: .888889em;
  }

  .md\:prose-lg :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: .888889em;
  }

  .md\:prose-lg :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: .866667em;
  }

  .md\:prose-lg :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: .875em;
  }

  .md\:prose-lg :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    border-radius: .375rem;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-inline-start: 1.5em;
    font-size: .888889em;
    line-height: 1.75;
  }

  .md\:prose-lg :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)), .md\:prose-lg :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.33333em;
    margin-bottom: 1.33333em;
    padding-inline-start: 1.55556em;
  }

  .md\:prose-lg :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .666667em;
    margin-bottom: .666667em;
  }

  .md\:prose-lg :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .md\:prose-lg :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: .444444em;
  }

  .md\:prose-lg :where(.md\:prose-lg > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .888889em;
    margin-bottom: .888889em;
  }

  .md\:prose-lg :where(.md\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.33333em;
  }

  .md\:prose-lg :where(.md\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.33333em;
  }

  .md\:prose-lg :where(.md\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.33333em;
  }

  .md\:prose-lg :where(.md\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.33333em;
  }

  .md\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .888889em;
    margin-bottom: .888889em;
  }

  .md\:prose-lg :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.33333em;
    margin-bottom: 1.33333em;
  }

  .md\:prose-lg :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.33333em;
  }

  .md\:prose-lg :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .666667em;
    padding-inline-start: 1.55556em;
  }

  .md\:prose-lg :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 3.11111em;
    margin-bottom: 3.11111em;
  }

  .md\:prose-lg :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .md\:prose-lg :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .md\:prose-lg :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .md\:prose-lg :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }

  .md\:prose-lg :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: .888889em;
    line-height: 1.5;
  }

  .md\:prose-lg :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: .75em;
    padding-bottom: .75em;
    padding-inline-start: .75em;
  }

  .md\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .md\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .md\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-top: .75em;
    padding-inline-end: .75em;
    padding-bottom: .75em;
    padding-inline-start: .75em;
  }

  .md\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .md\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .md\:prose-lg :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.77778em;
    margin-bottom: 1.77778em;
  }

  .md\:prose-lg :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-lg :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1em;
    font-size: .888889em;
    line-height: 1.5;
  }

  .md\:prose-lg :where(.md\:prose-lg > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }

  .md\:prose-lg :where(.md\:prose-lg > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}

.placeholder\:text-editorial-muted\/50::placeholder {
  color: #72717280;
}

.placeholder\:text-g0-secondary::placeholder {
  --tw-text-opacity: 1;
  color: rgb(114 113 114 / var(--tw-text-opacity, 1));
}

.before\:absolute:before {
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-\[-8px\]:before {
  content: var(--tw-content);
  bottom: -8px;
}

.before\:left-1\/2:before {
  content: var(--tw-content);
  left: 50%;
}

.before\:z-10:before {
  content: var(--tw-content);
  z-index: 10;
}

.before\:h-\[16px\]:before {
  content: var(--tw-content);
  height: 16px;
}

.before\:w-\[16px\]:before {
  content: var(--tw-content);
  width: 16px;
}

.before\:translate-x-\[-50\%\]:before {
  content: var(--tw-content);
  --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));
}

.before\:rotate-45:before {
  content: var(--tw-content);
  --tw-rotate: 45deg;
  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));
}

.before\:border-b:before {
  content: var(--tw-content);
  border-bottom-width: 1px;
}

.before\:border-r:before {
  content: var(--tw-content);
  border-right-width: 1px;
}

.before\:border-\[\#e5e5e5\]:before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

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

.before\:content-\[\'\'\]:before {
  --tw-content: "";
  content: var(--tw-content);
}

.after\:absolute:after {
  content: var(--tw-content);
  position: absolute;
}

.after\:left-\[2px\]:after {
  content: var(--tw-content);
  left: 2px;
}

.after\:top-\[2px\]:after {
  content: var(--tw-content);
  top: 2px;
}

.after\:h-5:after {
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:w-5:after {
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:rounded-full:after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border:after {
  content: var(--tw-content);
  border-width: 1px;
}

.after\:border-gray-300:after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

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

.after\:transition-all:after {
  content: var(--tw-content);
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.after\:content-\[\'\'\]:after {
  --tw-content: "";
  content: var(--tw-content);
}

.first\:border-l-0:first-child {
  border-left-width: 0;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-110:hover {
  --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));
}

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

.hover\:border-editorial-ink:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 58 59 / var(--tw-border-opacity, 1));
}

.hover\:border-g0-gray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
}

.hover\:border-g0-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(188 188 188 / var(--tw-border-opacity, 1));
}

.hover\:border-g0-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity, 1));
}

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

.hover\:border-indigo-500\/50:hover {
  border-color: #6366f180;
}

.hover\:border-white\/20:hover {
  border-color: #fff3;
}

.hover\:\!bg-g0-light-blue-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(223 238 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-\[\#252430\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 36 48 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-black\/5:hover {
  background-color: #0000000d;
}

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

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

.hover\:bg-editorial-accent\/90:hover {
  background-color: #1954e9e6;
}

.hover\:bg-editorial-cream:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 236 / var(--tw-bg-opacity, 1));
}

.hover\:bg-editorial-ink:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 58 59 / var(--tw-bg-opacity, 1));
}

.hover\:bg-g0-dark-blue-500\/20:hover {
  background-color: #1954e933;
}

.hover\:bg-g0-dark-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 60 168 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-g0-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(188 188 188 / var(--tw-bg-opacity, 1));
}

.hover\:bg-g0-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity, 1));
}

.hover\:bg-g0-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}

.hover\:bg-g0-gray-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 2 2 / var(--tw-bg-opacity, 1));
}

.hover\:bg-g0-light-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 251 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-g0-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 219 214 / var(--tw-bg-opacity, 1));
}

.hover\:bg-g0-sand\/40:hover {
  background-color: #f6f5f166;
}

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

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-white\/50:hover {
  background-color: #ffffff80;
}

.hover\:bg-white\/60:hover {
  background-color: #fff9;
}

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

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

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.hover\:text-editorial-accent:hover {
  --tw-text-opacity: 1;
  color: rgb(25 84 233 / var(--tw-text-opacity, 1));
}

.hover\:text-editorial-ink:hover {
  --tw-text-opacity: 1;
  color: rgb(59 58 59 / var(--tw-text-opacity, 1));
}

.hover\:text-editorial-paper:hover {
  --tw-text-opacity: 1;
  color: rgb(246 245 241 / var(--tw-text-opacity, 1));
}

.hover\:text-g0-dark-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(25 84 233 / var(--tw-text-opacity, 1));
}

.hover\:text-g0-dark-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(18 60 168 / var(--tw-text-opacity, 1));
}

.hover\:text-g0-light-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(58 115 184 / var(--tw-text-opacity, 1));
}

.hover\:text-g0-light-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(42 83 133 / var(--tw-text-opacity, 1));
}

.hover\:text-g0-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(59 58 59 / var(--tw-text-opacity, 1));
}

.hover\:text-g0-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(212 53 28 / var(--tw-text-opacity, 1));
}

.hover\:text-g0-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(114 113 114 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

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

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-700:hover {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

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

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

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

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

.hover\:\!no-underline:hover {
  text-decoration-line: none !important;
}

.hover\:decoration-blue-400\/60:hover {
  text-decoration-color: #60a5fa99;
}

.hover\:decoration-blue-700\/60:hover {
  text-decoration-color: #1d4ed899;
}

.hover\:decoration-editorial-accent:hover {
  text-decoration-color: #1954e9;
}

.hover\:decoration-editorial-cream:hover {
  text-decoration-color: #ede9ec;
}

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

.hover\:opacity-90:hover {
  opacity: .9;
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px #00000040;
  --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);
}

.hover\:shadow-around:hover {
  --tw-shadow: 0px 5px 30px #50a0ff3d;
  --tw-shadow-colored: 0px 5px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-depth1:hover {
  --tw-shadow: 0px 0px 1.5px 0px #0003, 0px 1px 4px 0px #0003;
  --tw-shadow-colored: 0px 0px 1.5px 0px var(--tw-shadow-color), 0px 1px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-depth2:hover {
  --tw-shadow: 0px 0px 1.5px 0px #0003, 0px 2px 8px -2px #0003;
  --tw-shadow-colored: 0px 0px 1.5px 0px var(--tw-shadow-color), 0px 2px 8px -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-lg:hover {
  --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  --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 #0000001a, 0 2px 4px -2px #0000001a;
  --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 #0000000d;
  --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 #0000001a, 0 8px 10px -6px #0000001a;
  --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);
}

.hover\:shadow-\[\#a9cffc\]:hover {
  --tw-shadow-color: #a9cffc;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:grayscale-0:hover {
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hover\:transition-shadow:hover {
  transition-property: box-shadow;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

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

.focus\:border-4:focus {
  border-width: 4px;
}

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

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:border-editorial-accent:focus {
  --tw-border-opacity: 1;
  border-color: rgb(25 84 233 / var(--tw-border-opacity, 1));
}

.focus\:border-g0-dark-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(135 166 244 / var(--tw-border-opacity, 1));
}

.focus\:border-g0-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 58 59 / var(--tw-border-opacity, 1));
}

.focus\:border-g0-secondary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(114 113 114 / var(--tw-border-opacity, 1));
}

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

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

.focus\:border-transparent:focus {
  border-color: #0000;
}

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

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

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

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-g0-ai-yellow-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 185 47 / var(--tw-ring-opacity, 1));
}

.focus\:ring-g0-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 58 59 / var(--tw-ring-opacity, 1));
}

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

.disabled\:text-g0-gray-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(114 113 114 / var(--tw-text-opacity, 1));
}

.disabled\:opacity-40:disabled {
  opacity: .4;
}

.disabled\:opacity-50:disabled {
  opacity: .5;
}

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

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

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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-\[1\.02\] {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-\[1\.03\] {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.group:hover .group-hover\:text-editorial-accent {
  --tw-text-opacity: 1;
  color: rgb(25 84 233 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:\[animation-play-state\:paused\] {
  animation-play-state: paused;
}

.peer:checked ~ .peer-checked\:bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:after\:translate-x-full:after {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:checked ~ .peer-checked\:after\:border-white:after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.peer:focus ~ .peer-focus\:outline-none {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

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

.peer:focus ~ .peer-focus\:ring-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

.prose-headings\:font-semibold :where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: 600;
}

.prose-headings\:text-g0-primary :where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  --tw-text-opacity: 1;
  color: rgb(59 58 59 / var(--tw-text-opacity, 1));
}

.prose-h1\:text-base :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-size: 1rem;
  line-height: 1.5rem;
}

.prose-h2\:text-sm :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-h3\:text-sm :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-p\:text-sm :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-size: .875rem;
  line-height: 1.25rem;
}

.prose-strong\:text-g0-primary :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-em\:text-g0-primary :where(em):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  --tw-text-opacity: 1;
  color: rgb(59 58 59 / var(--tw-text-opacity, 1));
}

.prose-li\:text-sm :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-size: .875rem;
  line-height: 1.25rem;
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:animate-none {
    animation: none;
  }

  .motion-reduce\:transition-none {
    transition-property: none;
  }
}

@media (min-width: 640px) {
  .sm\:bottom-16 {
    bottom: 4rem;
  }

  .sm\:left-16 {
    left: 4rem;
  }

  .sm\:right-16 {
    right: 4rem;
  }

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

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

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

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

  .sm\:mt-1 {
    margin-top: .25rem;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-7 {
    width: 1.75rem;
  }

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

  .sm\:w-\[28\%\] {
    width: 28%;
  }

  .sm\:w-\[32\%\] {
    width: 32%;
  }

  .sm\:w-\[40\%\] {
    width: 40%;
  }

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

  .sm\:min-w-\[250px\] {
    min-width: 250px;
  }

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

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

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

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

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

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

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

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

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

  .sm\:gap-3 {
    gap: .75rem;
  }

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

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

  .sm\:gap-9 {
    gap: 2.25rem;
  }

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

  .sm\:p-7 {
    padding: 1.75rem;
  }

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

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

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

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

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:text-display {
    letter-spacing: -1.5px;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 3rem;
  }

  .sm\:text-heading-xl {
    letter-spacing: .05px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.75rem;
  }

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

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

  .sm\:text-title-md {
    letter-spacing: -.2px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
  }

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

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

  .sm\:font-medium {
    font-weight: 500;
  }

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

@media (min-width: 768px) {
  .md\:left-\[unset\] {
    left: unset;
  }

  .md\:top-0 {
    top: 0;
  }

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

  .md\:z-20 {
    z-index: 20;
  }

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .md\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

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

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:mx-\[unset\] {
    margin-left: unset;
    margin-right: unset;
  }

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

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

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

  .md\:mb-0 {
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:ml-\[-15px\] {
    margin-left: -15px;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

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

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

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

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

  .md\:mt-20 {
    margin-top: 5rem;
  }

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-72 {
    height: 18rem;
  }

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

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

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

  .md\:h-\[26rem\] {
    height: 26rem;
  }

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

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

  .md\:h-\[40vh\] {
    height: 40vh;
  }

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

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

  .md\:h-\[85vh\] {
    height: 85vh;
  }

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

  .md\:h-max {
    height: max-content;
  }

  .md\:max-h-\[75vh\] {
    max-height: 75vh;
  }

  .md\:w-1\/3 {
    width: 33.3333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/6 {
    width: 16.6667%;
  }

  .md\:w-2\/3 {
    width: 66.6667%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

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

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

  .md\:w-\[30\%\] {
    width: 30%;
  }

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

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

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

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

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

  .md\:w-\[41\%\] {
    width: 41%;
  }

  .md\:w-\[43\%\] {
    width: 43%;
  }

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

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

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

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

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

  .md\:w-\[50\%\] {
    width: 50%;
  }

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

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

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

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

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

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

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

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

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

  .md\:w-\[65\%\] {
    width: 65%;
  }

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

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

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

  .md\:w-\[86\%\] {
    width: 86%;
  }

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

  .md\:w-\[90\%\] {
    width: 90%;
  }

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

  .md\:w-fit {
    width: fit-content;
  }

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

  .md\:w-max {
    width: max-content;
  }

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

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

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

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

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

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

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

  .md\:max-w-\[40rem\] {
    max-width: 40rem;
  }

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

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

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

  .md\:transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

  .md\:grid-cols-\[70\%_30\%\] {
    grid-template-columns: 70% 30%;
  }

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

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

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

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

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

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

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

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

  .md\:gap-0 {
    gap: 0;
  }

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

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

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

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

  .md\:gap-2\.5 {
    gap: .625rem;
  }

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

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

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

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

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

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

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

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

  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

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

  .md\:gap-y-0 {
    row-gap: 0;
  }

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

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

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

  .md\:rounded-lg {
    border-radius: .5rem;
  }

  .md\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

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

  .md\:bg-\[url\(\/home-desktop-bg\.svg\)\] {
    background-image: url("/home-desktop-bg.svg");
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

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

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

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

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

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .md\:py-3\.5 {
    padding-top: .875rem;
    padding-bottom: .875rem;
  }

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

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

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

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

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

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

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

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

  .md\:pl-12 {
    padding-left: 3rem;
  }

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

  .md\:pl-\[41px\] {
    padding-left: 41px;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

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

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

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:font-medium {
    font-weight: 500;
  }

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

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:shadow {
    --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-light {
    --tw-shadow: 0 15px 15px -15px #0000001a;
    --tw-shadow-colored: 0 15px 15px -15px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}

@media (min-width: 1024px) {
  .lg\:fixed {
    position: fixed;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-24 {
    top: 6rem;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

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

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

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

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

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

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

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

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

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

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

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

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

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

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

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

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

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

  .lg\:mt-\[82px\] {
    margin-top: 82px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-20 {
    height: 5rem;
  }

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

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

  .lg\:h-\[32rem\] {
    height: 32rem;
  }

  .lg\:max-h-\[6rem\] {
    max-height: 6rem;
  }

  .lg\:max-h-\[85vh\] {
    max-height: 85vh;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

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

  .lg\:w-1\/2 {
    width: 50%;
  }

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

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/3 {
    width: 66.6667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-5\/6 {
    width: 83.3333%;
  }

  .lg\:w-\[31\%\] {
    width: 31%;
  }

  .lg\:w-\[32\%\] {
    width: 32%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[50\%\] {
    width: 50%;
  }

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

  .lg\:w-\[55\%\] {
    width: 55%;
  }

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

  .lg\:w-\[60\%\] {
    width: 60%;
  }

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

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

  .lg\:w-\[68\%\] {
    width: 68%;
  }

  .lg\:w-\[80\%\] {
    width: 80%;
  }

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

  .lg\:w-\[86\%\] {
    width: 86%;
  }

  .lg\:w-\[90\%\] {
    width: 90%;
  }

  .lg\:w-\[95\%\] {
    width: 95%;
  }

  .lg\:w-\[97\%\] {
    width: 97%;
  }

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

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

  .lg\:w-max {
    width: max-content;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

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

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

  .lg\:max-w-fit {
    max-width: fit-content;
  }

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

  .lg\:flex-1 {
    flex: 1;
  }

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

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

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

  .lg\:translate-y-1\/4 {
    --tw-translate-y: 25%;
    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));
  }

  .lg\:transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:snap-none {
    scroll-snap-type: none;
  }

  .lg\:\!grid-cols-\[42\%_58\%\] {
    grid-template-columns: 42% 58% !important;
  }

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

  .lg\:grid-cols-\[45\%_55\%\] {
    grid-template-columns: 45% 55%;
  }

  .lg\:grid-cols-\[49\%_51\%\] {
    grid-template-columns: 49% 51%;
  }

  .lg\:grid-cols-\[51\%_49\%\] {
    grid-template-columns: 51% 49%;
  }

  .lg\:grid-cols-\[55\%_45\%\] {
    grid-template-columns: 55% 45%;
  }

  .lg\:grid-cols-\[60\%_40\%\] {
    grid-template-columns: 60% 40%;
  }

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

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

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

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

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

  .lg\:gap-14 {
    gap: 3.5rem;
  }

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

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

  .lg\:gap-24 {
    gap: 6rem;
  }

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

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

  .lg\:gap-7 {
    gap: 1.75rem;
  }

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

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

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

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

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

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

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

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

  .lg\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0;
  }

  .lg\:bg-\[\#FFFAF2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 250 242 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-g0-nav-surface\/75 {
    background-color: #fcfcfabf;
  }

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

  .lg\:bg-\[url\(\/home-desktop-bg\.svg\)\] {
    background-image: url("/home-desktop-bg.svg");
  }

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

  .lg\:from-white\/0 {
    --tw-gradient-from: #fff0 var(--tw-gradient-from-position);
    --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

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

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

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

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

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

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

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

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pl-2 {
    padding-left: .5rem;
  }

  .lg\:pl-28 {
    padding-left: 7rem;
  }

  .lg\:pl-\[70px\] {
    padding-left: 70px;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:pr-60 {
    padding-right: 15rem;
  }

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

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

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

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-\[110px\] {
    padding-top: 110px;
  }

  .lg\:pt-\[124px\] {
    padding-top: 124px;
  }

  .lg\:pt-\[146px\] {
    padding-top: 146px;
  }

  .lg\:pt-\[56px\] {
    padding-top: 56px;
  }

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

  .lg\:pt-\[80px\] {
    padding-top: 80px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:leading-\[3rem\] {
    line-height: 3rem;
  }

  .lg\:shadow {
    --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-around {
    --tw-shadow: 0px 5px 30px #50a0ff3d;
    --tw-shadow-colored: 0px 5px 30px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-\[\#a9cffc\] {
    --tw-shadow-color: #a9cffc;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-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);
  }

  .lg\:transition-shadow {
    transition-property: box-shadow;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  }

  .lg\:duration-1000 {
    transition-duration: 1s;
  }
}

@media (min-width: 1280px) {
  .xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

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

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:mb-1 {
    margin-bottom: .25rem;
  }

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

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

  .xl\:ml-32 {
    margin-left: 8rem;
  }

  .xl\:mr-12 {
    margin-right: 3rem;
  }

  .xl\:mr-32 {
    margin-right: 8rem;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

  .xl\:min-h-\[220px\] {
    min-height: 220px;
  }

  .xl\:min-h-\[700px\] {
    min-height: 700px;
  }

  .xl\:w-1\/3 {
    width: 33.3333%;
  }

  .xl\:w-2\/3 {
    width: 66.6667%;
  }

  .xl\:w-5\/6 {
    width: 83.3333%;
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:w-\[35\%\] {
    width: 35%;
  }

  .xl\:w-\[45\%\] {
    width: 45%;
  }

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

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

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

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

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

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

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

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

  .xl\:w-\[55\%\] {
    width: 55%;
  }

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

  .xl\:w-\[60\%\] {
    width: 60%;
  }

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

  .xl\:w-max {
    width: max-content;
  }

  .xl\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xl\:-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));
  }

  .xl\:-translate-x-1\/3 {
    --tw-translate-x: -33.3333%;
    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));
  }

  .xl\:translate-y-1\/4 {
    --tw-translate-y: 25%;
    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));
  }

  .xl\:transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:gap-0 {
    gap: 0;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

  .xl\:gap-32 {
    gap: 8rem;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:gap-\[149px\] {
    gap: 149px;
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:rounded-\[20px\] {
    border-radius: 20px;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:px-\[200px\] {
    padding-left: 200px;
    padding-right: 200px;
  }

  .xl\:px-\[58px\] {
    padding-left: 58px;
    padding-right: 58px;
  }

  .xl\:px-\[85px\] {
    padding-left: 85px;
    padding-right: 85px;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:py-\[8vh\] {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pr-48 {
    padding-right: 12rem;
  }

  .xl\:pr-60 {
    padding-right: 15rem;
  }

  .xl\:pt-\[6px\] {
    padding-top: 6px;
  }

  .xl\:pt-\[80px\] {
    padding-top: 80px;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:opacity-50 {
    opacity: .5;
  }
}

@media (min-width: 1536px) {
  .\32 xl\:mb-\[46px\] {
    margin-bottom: 46px;
  }

  .\32 xl\:ml-\[130px\] {
    margin-left: 130px;
  }

  .\32 xl\:mt-16 {
    margin-top: 4rem;
  }

  .\32 xl\:mt-\[56px\] {
    margin-top: 56px;
  }

  .\32 xl\:h-\[265px\] {
    height: 265px;
  }

  .\32 xl\:w-1\/4 {
    width: 25%;
  }

  .\32 xl\:w-\[1096px\] {
    width: 1096px;
  }

  .\32 xl\:w-\[25\%\] {
    width: 25%;
  }

  .\32 xl\:w-\[38\%\] {
    width: 38%;
  }

  .\32 xl\:w-\[630px\] {
    width: 630px;
  }

  .\32 xl\:w-\[70\%\] {
    width: 70%;
  }

  .\32 xl\:w-\[74\%\] {
    width: 74%;
  }

  .\32 xl\:w-\[80\%\] {
    width: 80%;
  }

  .\32 xl\:w-full {
    width: 100%;
  }

  .\32 xl\:-translate-x-1\/3 {
    --tw-translate-x: -33.3333%;
    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));
  }

  .\32 xl\:justify-center {
    justify-content: center;
  }

  .\32 xl\:gap-10 {
    gap: 2.5rem;
  }

  .\32 xl\:gap-\[137px\] {
    gap: 137px;
  }

  .\32 xl\:gap-\[72px\] {
    gap: 72px;
  }

  .\32 xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32 xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32 xl\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .\32 xl\:px-\[18\%\] {
    padding-left: 18%;
    padding-right: 18%;
  }

  .\32 xl\:py-\[72px\] {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .\32 xl\:pr-24 {
    padding-right: 6rem;
  }

  .\32 xl\:pr-32 {
    padding-right: 8rem;
  }

  .\32 xl\:pr-60 {
    padding-right: 15rem;
  }

  .\32 xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.\[\&_circle\]\:fill-white circle, .\[\&_path\]\:fill-white path {
  fill: #fff;
}

.\[\&_svg\]\:h-4 svg {
  height: 1rem;
}

.\[\&_svg\]\:h-7 svg {
  height: 1.75rem;
}

.\[\&_svg\]\:w-4 svg {
  width: 1rem;
}

.\[\&_svg\]\:w-7 svg {
  width: 1.75rem;
}

.\[\&_svg\]\:fill-white svg {
  fill: #fff;
}

/* [project]/g0-library/build/g0-library.css [app-client] (css) */
.cl-carousel {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: inline-flex;
  overflow-x: scroll;
}

.cl-carousel-item {
  box-sizing: content-box;
  flex: none;
  display: flex;
}

.cl-carousel-item, .cl-carousel-start .cl-carousel-item {
  scroll-snap-align: start;
}

.cl-carousel-center .cl-carousel-item {
  scroll-snap-align: center;
}

.cl-carousel-end .cl-carousel-item {
  scroll-snap-align: end;
}

@keyframes button-pop {
  0% {
    transform: scale(var(--btn-focus-scale, .98));
  }

  40% {
    transform: scale(1.02);
  }

  to {
    transform: scale(1);
  }
}

.cl-card-title {
  align-items: center;
  gap: .5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  display: flex;
}

.cl-carousel::-webkit-scrollbar {
  display: none;
}

@keyframes checkmark {
  0% {
    background-position-y: 5px;
  }

  50% {
    background-position-y: -2px;
  }

  to {
    background-position-y: 0;
  }
}

@keyframes modal-pop {
  0% {
    opacity: 0;
  }
}

@keyframes progress-loading {
  50% {
    background-position-x: -115%;
  }
}

@keyframes radiomark {
  0% {
    box-shadow: 0 0 0 12px var(--fallback-b1, oklch(var(--b1)/1)) inset,0 0 0 12px var(--fallback-b1, oklch(var(--b1)/1)) inset;
  }

  50% {
    box-shadow: 0 0 0 3px var(--fallback-b1, oklch(var(--b1)/1)) inset,0 0 0 3px var(--fallback-b1, oklch(var(--b1)/1)) inset;
  }

  to {
    box-shadow: 0 0 0 4px var(--fallback-b1, oklch(var(--b1)/1)) inset,0 0 0 4px var(--fallback-b1, oklch(var(--b1)/1)) inset;
  }
}

@keyframes rating-pop {
  0% {
    transform: translateY(-.125em);
  }

  40% {
    transform: translateY(-.125em);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes skeleton {
  0% {
    background-position: 150%;
  }

  to {
    background-position: -50%;
  }
}

@keyframes toast-pop {
  0% {
    opacity: 0;
    transform: scale(.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.cl-card-compact .cl-card-title {
  margin-bottom: .25rem;
}

.cl-card-normal .cl-card-title {
  margin-bottom: .75rem;
}

.cl-pointer-events-none {
  pointer-events: none;
}

.cl-pointer-events-auto {
  pointer-events: auto;
}

.cl-visible {
  visibility: visible;
}

.cl-invisible {
  visibility: hidden;
}

.cl-fixed {
  position: fixed;
}

.cl-absolute {
  position: absolute;
}

.cl-relative {
  position: relative;
}

.cl-inset-0 {
  inset: 0;
}

.cl-inset-y-0 {
  top: 0;
  bottom: 0;
}

.-cl-bottom-1\.5 {
  bottom: -.375rem;
}

.-cl-left-1\.5 {
  left: -.375rem;
}

.-cl-left-2 {
  left: -.5rem;
}

.-cl-left-3 {
  left: -.75rem;
}

.-cl-right-1\.5 {
  right: -.375rem;
}

.-cl-right-3 {
  right: -.75rem;
}

.-cl-top-1\.5 {
  top: -.375rem;
}

.-cl-top-2\.5 {
  top: -.625rem;
}

.-cl-top-3 {
  top: -.75rem;
}

.-cl-top-\[15px\] {
  top: -15px;
}

.cl-bottom-0 {
  bottom: 0;
}

.cl-bottom-2 {
  bottom: .5rem;
}

.cl-bottom-2\.5 {
  bottom: .625rem;
}

.cl-bottom-\[-70px\] {
  bottom: -70px;
}

.cl-bottom-full {
  bottom: 100%;
}

.cl-left-0 {
  left: 0;
}

.cl-left-1\/2 {
  left: 50%;
}

.cl-left-6 {
  left: 1.5rem;
}

.cl-right-0 {
  right: 0;
}

.cl-right-2 {
  right: .5rem;
}

.cl-right-2\.5 {
  right: .625rem;
}

.cl-right-4 {
  right: 1rem;
}

.cl-right-full {
  right: 100%;
}

.cl-top-0 {
  top: 0;
}

.cl-top-1\/2 {
  top: 50%;
}

.cl-top-2 {
  top: .5rem;
}

.cl-top-full {
  top: 100%;
}

.-cl-z-10 {
  z-index: -10;
}

.cl-z-0 {
  z-index: 0;
}

.cl-z-10 {
  z-index: 10;
}

.cl-z-20 {
  z-index: 20;
}

.cl-z-30 {
  z-index: 30;
}

.cl-z-50 {
  z-index: 50;
}

.cl-z-\[1000\] {
  z-index: 1000;
}

.cl-z-\[1010\] {
  z-index: 1010;
}

.cl-z-\[1020\] {
  z-index: 1020;
}

.cl-z-\[1\] {
  z-index: 1;
}

.cl-z-\[9999\] {
  z-index: 9999;
}

.cl-m-0 {
  margin: 0;
}

.cl-mx-3 {
  margin-left: .75rem;
  margin-right: .75rem;
}

.cl-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.cl-my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.cl-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.-cl-mt-px {
  margin-top: -1px;
}

.cl--ml-3 {
  margin-left: -.75rem;
}

.cl--mt-\[1px\] {
  margin-top: -1px;
}

.cl-mb-1 {
  margin-bottom: .25rem;
}

.cl-mb-1\.5 {
  margin-bottom: .375rem;
}

.cl-mb-2 {
  margin-bottom: .5rem;
}

.cl-mb-3 {
  margin-bottom: .75rem;
}

.cl-mb-4 {
  margin-bottom: 1rem;
}

.cl-mb-5 {
  margin-bottom: 1.25rem;
}

.cl-mb-6 {
  margin-bottom: 1.5rem;
}

.cl-mb-7 {
  margin-bottom: 1.75rem;
}

.cl-mb-8 {
  margin-bottom: 2rem;
}

.cl-mb-\[-4px\] {
  margin-bottom: -4px;
}

.cl-mb-\[14px\] {
  margin-bottom: 14px;
}

.cl-mb-\[30px\] {
  margin-bottom: 30px;
}

.cl-ml-0\.5 {
  margin-left: .125rem;
}

.cl-ml-1 {
  margin-left: .25rem;
}

.cl-ml-2 {
  margin-left: .5rem;
}

.cl-ml-3 {
  margin-left: .75rem;
}

.cl-ml-\[56px\] {
  margin-left: 56px;
}

.cl-ml-auto {
  margin-left: auto;
}

.cl-mr-1 {
  margin-right: .25rem;
}

.cl-mr-2 {
  margin-right: .5rem;
}

.cl-mr-3 {
  margin-right: .75rem;
}

.cl-mr-32 {
  margin-right: 8rem;
}

.cl-mr-6 {
  margin-right: 1.5rem;
}

.cl-mt-1 {
  margin-top: .25rem;
}

.cl-mt-1\.5 {
  margin-top: .375rem;
}

.cl-mt-2 {
  margin-top: .5rem;
}

.cl-mt-3 {
  margin-top: .75rem;
}

.cl-mt-4 {
  margin-top: 1rem;
}

.cl-mt-6 {
  margin-top: 1.5rem;
}

.cl-mt-7 {
  margin-top: 1.75rem;
}

.cl-mt-\[-77px\] {
  margin-top: -77px;
}

.cl-mt-\[5px\] {
  margin-top: 5px;
}

.cl-box-border {
  box-sizing: border-box;
}

.cl-line-clamp-1 {
  -webkit-line-clamp: 1;
}

.cl-line-clamp-1, .cl-line-clamp-2 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.cl-line-clamp-2 {
  -webkit-line-clamp: 2;
}

.cl-block {
  display: block;
}

.cl-inline-block {
  display: inline-block;
}

.cl-inline {
  display: inline;
}

.\!cl-flex {
  display: flex !important;
}

.cl-flex {
  display: flex;
}

.cl-inline-flex {
  display: inline-flex;
}

.cl-grid {
  display: grid;
}

.cl-hidden {
  display: none;
}

.cl-size-3 {
  width: .75rem;
  height: .75rem;
}

.cl-size-4 {
  width: 1rem;
  height: 1rem;
}

.\!cl-h-\[42px\] {
  height: 42px !important;
}

.cl-h-0 {
  height: 0;
}

.cl-h-0\.5 {
  height: .125rem;
}

.cl-h-1 {
  height: .25rem;
}

.cl-h-1\.5 {
  height: .375rem;
}

.cl-h-10 {
  height: 2.5rem;
}

.cl-h-11 {
  height: 2.75rem;
}

.cl-h-12 {
  height: 3rem;
}

.cl-h-14 {
  height: 3.5rem;
}

.cl-h-16 {
  height: 4rem;
}

.cl-h-2 {
  height: .5rem;
}

.cl-h-2\.5 {
  height: .625rem;
}

.cl-h-24 {
  height: 6rem;
}

.cl-h-3 {
  height: .75rem;
}

.cl-h-32 {
  height: 8rem;
}

.cl-h-4 {
  height: 1rem;
}

.cl-h-40 {
  height: 10rem;
}

.cl-h-5 {
  height: 1.25rem;
}

.cl-h-6 {
  height: 1.5rem;
}

.cl-h-8 {
  height: 2rem;
}

.cl-h-\[13px\] {
  height: 13px;
}

.cl-h-\[14px\] {
  height: 14px;
}

.cl-h-\[15px\] {
  height: 15px;
}

.cl-h-\[17px\] {
  height: 17px;
}

.cl-h-\[18px\] {
  height: 18px;
}

.cl-h-\[2px\] {
  height: 2px;
}

.cl-h-\[44px\] {
  height: 44px;
}

.cl-h-\[77px\] {
  height: 77px;
}

.cl-h-\[80px\] {
  height: 80px;
}

.cl-h-\[96vh\] {
  height: 96vh;
}

.cl-h-full {
  height: 100%;
}

.cl-h-screen {
  height: 100vh;
}

.cl-max-h-0 {
  max-height: 0;
}

.cl-max-h-\[1000px\] {
  max-height: 1000px;
}

.cl-max-h-none {
  max-height: none;
}

.\!cl-min-h-\[530px\] {
  min-height: 530px !important;
}

.cl-min-h-0 {
  min-height: 0;
}

.cl-min-h-0\.5 {
  min-height: .125rem;
}

.cl-min-h-\[100px\] {
  min-height: 100px;
}

.cl-min-h-\[200px\] {
  min-height: 200px;
}

.cl-min-h-\[40vh\] {
  min-height: 40vh;
}

.cl-min-h-\[550px\] {
  min-height: 550px;
}

.cl-min-h-\[60px\] {
  min-height: 60px;
}

.cl-min-h-\[95px\] {
  min-height: 95px;
}

.cl-min-h-screen {
  min-height: 100vh;
}

.\!cl-w-\[60px\] {
  width: 60px !important;
}

.cl-w-0 {
  width: 0;
}

.cl-w-1 {
  width: .25rem;
}

.cl-w-10 {
  width: 2.5rem;
}

.cl-w-11 {
  width: 2.75rem;
}

.cl-w-12 {
  width: 3rem;
}

.cl-w-14 {
  width: 3.5rem;
}

.cl-w-16 {
  width: 4rem;
}

.cl-w-2\.5 {
  width: .625rem;
}

.cl-w-3 {
  width: .75rem;
}

.cl-w-3\/4 {
  width: 75%;
}

.cl-w-3\/5 {
  width: 60%;
}

.cl-w-32 {
  width: 8rem;
}

.cl-w-36 {
  width: 9rem;
}

.cl-w-4 {
  width: 1rem;
}

.cl-w-4\/5 {
  width: 80%;
}

.cl-w-40 {
  width: 10rem;
}

.cl-w-5 {
  width: 1.25rem;
}

.cl-w-5\/6 {
  width: 83.3333%;
}

.cl-w-52 {
  width: 13rem;
}

.cl-w-56 {
  width: 14rem;
}

.cl-w-6 {
  width: 1.5rem;
}

.cl-w-64 {
  width: 16rem;
}

.cl-w-7\/12 {
  width: 58.3333%;
}

.cl-w-72 {
  width: 18rem;
}

.cl-w-8 {
  width: 2rem;
}

.cl-w-80 {
  width: 20rem;
}

.cl-w-96 {
  width: 24rem;
}

.cl-w-\[0\.9px\] {
  width: .9px;
}

.cl-w-\[100\%\] {
  width: 100%;
}

.cl-w-\[110px\] {
  width: 110px;
}

.cl-w-\[115px\] {
  width: 115px;
}

.cl-w-\[130px\] {
  width: 130px;
}

.cl-w-\[13px\] {
  width: 13px;
}

.cl-w-\[14px\] {
  width: 14px;
}

.cl-w-\[15px\] {
  width: 15px;
}

.cl-w-\[180px\] {
  width: 180px;
}

.cl-w-\[18px\] {
  width: 18px;
}

.cl-w-\[204px\] {
  width: 204px;
}

.cl-w-\[20px\] {
  width: 20px;
}

.cl-w-\[230px\] {
  width: 230px;
}

.cl-w-\[250px\] {
  width: 250px;
}

.cl-w-\[290px\] {
  width: 290px;
}

.cl-w-\[29px\] {
  width: 29px;
}

.cl-w-\[2px\] {
  width: 2px;
}

.cl-w-\[320px\] {
  width: 320px;
}

.cl-w-\[349px\] {
  width: 349px;
}

.cl-w-\[5\%\] {
  width: 5%;
}

.cl-w-\[52px\] {
  width: 52px;
}

.cl-w-\[530px\] {
  width: 530px;
}

.cl-w-\[80px\] {
  width: 80px;
}

.cl-w-\[94\%\] {
  width: 94%;
}

.cl-w-auto {
  width: auto;
}

.cl-w-fit {
  width: fit-content;
}

.cl-w-full {
  width: 100%;
}

.cl-w-max {
  width: max-content;
}

.cl-w-px {
  width: 1px;
}

.cl-w-screen {
  width: 100vw;
}

.cl-min-w-0 {
  min-width: 0;
}

.cl-min-w-5 {
  min-width: 1.25rem;
}

.cl-min-w-56 {
  min-width: 14rem;
}

.cl-min-w-96 {
  min-width: 24rem;
}

.cl-min-w-\[200px\] {
  min-width: 200px;
}

.cl-min-w-\[65px\] {
  min-width: 65px;
}

.cl-min-w-full {
  min-width: 100%;
}

.\!cl-max-w-full {
  max-width: 100% !important;
}

.cl-max-w-\[100\%\] {
  max-width: 100%;
}

.cl-max-w-\[1300px\] {
  max-width: 1300px;
}

.cl-max-w-\[1400px\] {
  max-width: 1400px;
}

.cl-max-w-\[24rem\] {
  max-width: 24rem;
}

.cl-max-w-\[300px\] {
  max-width: 300px;
}

.cl-max-w-\[30rem\] {
  max-width: 30rem;
}

.cl-max-w-\[565px\] {
  max-width: 565px;
}

.cl-max-w-\[600px\] {
  max-width: 600px;
}

.cl-max-w-\[900px\] {
  max-width: 900px;
}

.cl-max-w-full {
  max-width: 100%;
}

.cl-flex-1 {
  flex: 1;
}

.cl-flex-shrink-0, .cl-shrink-0 {
  flex-shrink: 0;
}

.cl-flex-grow {
  flex-grow: 1;
}

.cl-basis-0 {
  flex-basis: 0;
}

.cl-basis-0\.5 {
  flex-basis: .125rem;
}

.cl-origin-top {
  transform-origin: top;
}

.-cl-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.-cl-translate-x-1\/2, .-cl-translate-y-1\/2 {
  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));
}

.-cl-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.-cl-translate-y-2 {
  --tw-translate-y: -.5rem;
}

.-cl-translate-y-2, .cl--translate-x-1\/2 {
  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));
}

.cl--translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.cl--translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.cl--translate-y-1\/2, .cl-translate-y-0 {
  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));
}

.cl-translate-y-0 {
  --tw-translate-y: 0px;
}

.cl-translate-y-1 {
  --tw-translate-y: .25rem;
}

.cl-rotate-180, .cl-translate-y-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));
}

.cl-rotate-180 {
  --tw-rotate: 180deg;
}

.cl-rotate-45 {
  --tw-rotate: 45deg;
}

.cl-rotate-45, .cl-transform {
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes cl-fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.cl-animate-fade-in {
  animation: .5s ease-in-out forwards cl-fade-in;
}

@keyframes cl-fade-out {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.cl-animate-fade-out {
  animation: .5s ease-in-out forwards cl-fade-out;
}

@keyframes cl-pulse {
  50% {
    opacity: .5;
  }
}

.cl-animate-pulse {
  animation: 2s cubic-bezier(.4, 0, .6, 1) infinite cl-pulse;
}

@keyframes cl-slide-up {
  0% {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

.cl-animate-slide-up {
  animation: .25s ease-out forwards cl-slide-up;
}

@keyframes cl-spin {
  to {
    transform: rotate(1turn);
  }
}

.cl-animate-spin {
  animation: 1s linear infinite cl-spin;
}

.\!cl-cursor-not-allowed {
  cursor: not-allowed !important;
}

.cl-cursor-crosshair {
  cursor: crosshair;
}

.cl-cursor-default {
  cursor: default;
}

.cl-cursor-not-allowed {
  cursor: not-allowed;
}

.cl-cursor-pointer {
  cursor: pointer;
}

.cl-cursor-text {
  cursor: text;
}

.cl-select-none {
  -webkit-user-select: none;
  user-select: none;
}

.cl-appearance-none {
  appearance: none;
}

.cl-grid-flow-row {
  grid-auto-flow: row;
}

.cl-grid-flow-col {
  grid-auto-flow: column;
}

.cl-grid-flow-dense {
  grid-auto-flow: dense;
}

.cl-grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.cl-grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.cl-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.cl-grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.cl-grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.cl-grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.cl-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cl-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cl-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cl-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cl-grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.cl-grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.cl-grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.cl-grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.cl-grid-cols-\[1fr_auto_1fr\] {
  grid-template-columns: 1fr auto 1fr;
}

.cl-grid-cols-none {
  grid-template-columns: none;
}

.cl-grid-cols-subgrid {
  grid-template-columns: subgrid;
}

.cl-grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.cl-grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}

.cl-grid-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}

.cl-grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}

.cl-grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.cl-grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.cl-grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.cl-grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.cl-grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.cl-grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

.cl-grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}

.cl-grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}

.cl-grid-rows-none {
  grid-template-rows: none;
}

.cl-grid-rows-subgrid {
  grid-template-rows: subgrid;
}

.cl-flex-row {
  flex-direction: row;
}

.cl-flex-row-reverse {
  flex-direction: row-reverse;
}

.cl-flex-col {
  flex-direction: column;
}

.cl-flex-col-reverse {
  flex-direction: column-reverse;
}

.cl-flex-wrap {
  flex-wrap: wrap;
}

.cl-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.cl-flex-nowrap {
  flex-wrap: nowrap;
}

.cl-content-center {
  align-content: center;
}

.cl-items-start {
  align-items: flex-start;
}

.cl-items-end {
  align-items: flex-end;
}

.\!cl-items-center {
  align-items: center !important;
}

.cl-items-center {
  align-items: center;
}

.cl-items-baseline {
  align-items: baseline;
}

.cl-items-stretch {
  align-items: stretch;
}

.cl-justify-start {
  justify-content: flex-start;
}

.cl-justify-end {
  justify-content: flex-end;
}

.cl-justify-center {
  justify-content: center;
}

.\!cl-justify-between {
  justify-content: space-between !important;
}

.cl-justify-between {
  justify-content: space-between;
}

.\!cl-gap-2 {
  gap: .5rem !important;
}

.cl-gap-1 {
  gap: .25rem;
}

.cl-gap-1\.5 {
  gap: .375rem;
}

.cl-gap-2 {
  gap: .5rem;
}

.cl-gap-2\.5 {
  gap: .625rem;
}

.cl-gap-3 {
  gap: .75rem;
}

.cl-gap-4 {
  gap: 1rem;
}

.cl-gap-5 {
  gap: 1.25rem;
}

.cl-gap-6 {
  gap: 1.5rem;
}

.cl-gap-7 {
  gap: 1.75rem;
}

.cl-gap-8 {
  gap: 2rem;
}

.cl-gap-\[10px\] {
  gap: 10px;
}

.cl-gap-\[11px\] {
  gap: 11px;
}

.cl-gap-\[13px\] {
  gap: 13px;
}

.cl-gap-\[1px\] {
  gap: 1px;
}

.cl-gap-\[55px\] {
  gap: 55px;
}

.cl-gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.cl-gap-x-\[180px\] {
  -moz-column-gap: 180px;
  column-gap: 180px;
}

.cl-gap-x-\[80px\] {
  -moz-column-gap: 80px;
  column-gap: 80px;
}

.cl-gap-y-10 {
  row-gap: 2.5rem;
}

.cl-gap-y-2 {
  row-gap: .5rem;
}

.cl-gap-y-9 {
  row-gap: 2.25rem;
}

.cl-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(.5rem*var(--tw-space-x-reverse));
  margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)));
}

.cl-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem*var(--tw-space-x-reverse));
  margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
}

.cl-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.375rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.375rem*var(--tw-space-y-reverse));
}

.cl-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.5rem*var(--tw-space-y-reverse));
}

.cl-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.75rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.75rem*var(--tw-space-y-reverse));
}

.cl-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem*var(--tw-space-y-reverse));
}

.cl-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem*var(--tw-space-y-reverse));
}

.cl-self-stretch {
  align-self: stretch;
}

.cl-overflow-hidden {
  overflow: hidden;
}

.cl-overflow-visible {
  overflow: visible;
}

.cl-overflow-x-auto {
  overflow-x: auto;
}

.cl-overflow-y-auto {
  overflow-y: auto;
}

.cl-overflow-x-hidden {
  overflow-x: hidden;
}

.cl-truncate {
  white-space: nowrap;
  overflow: hidden;
}

.cl-text-ellipsis, .cl-truncate {
  text-overflow: ellipsis;
}

.cl-whitespace-normal {
  white-space: normal;
}

.cl-whitespace-nowrap {
  white-space: nowrap;
}

.cl-whitespace-pre {
  white-space: pre;
}

.cl-break-words {
  overflow-wrap: break-word;
}

.\!cl-rounded-\[10px\] {
  border-radius: 10px !important;
}

.cl-rounded {
  border-radius: .25rem;
}

.cl-rounded-2xl {
  border-radius: 1rem;
}

.cl-rounded-\[10px\] {
  border-radius: 10px;
}

.cl-rounded-\[12\.8px\] {
  border-radius: 12.8px;
}

.cl-rounded-\[12px\] {
  border-radius: 12px;
}

.cl-rounded-\[16px\] {
  border-radius: 16px;
}

.cl-rounded-\[17\.6px\] {
  border-radius: 17.6px;
}

.cl-rounded-\[4px\] {
  border-radius: 4px;
}

.cl-rounded-\[6px\] {
  border-radius: 6px;
}

.cl-rounded-\[8px\] {
  border-radius: 8px;
}

.cl-rounded-\[9\.6px\] {
  border-radius: 9.6px;
}

.cl-rounded-full {
  border-radius: 9999px;
}

.cl-rounded-lg {
  border-radius: .5rem;
}

.cl-rounded-md {
  border-radius: .375rem;
}

.cl-rounded-none {
  border-radius: 0;
}

.cl-rounded-sm {
  border-radius: .125rem;
}

.cl-rounded-xl {
  border-radius: .75rem;
}

.cl-rounded-b-\[16px\] {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.cl-rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.cl-rounded-t-\[16px\] {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.cl-rounded-t-xl {
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
}

.cl-rounded-bl-lg {
  border-bottom-left-radius: .5rem;
}

.cl-rounded-bl-none {
  border-bottom-left-radius: 0;
}

.cl-rounded-br-lg {
  border-bottom-right-radius: .5rem;
}

.cl-rounded-br-none {
  border-bottom-right-radius: 0;
}

.cl-rounded-tl-lg {
  border-top-left-radius: .5rem;
}

.cl-rounded-tl-none {
  border-top-left-radius: 0;
}

.cl-rounded-tr-lg {
  border-top-right-radius: .5rem;
}

.cl-rounded-tr-none {
  border-top-right-radius: 0;
}

.cl-border {
  border-width: 1px;
}

.cl-border-2 {
  border-width: 2px;
}

.cl-border-4 {
  border-width: 4px;
}

.cl-border-\[1\.5px\] {
  border-width: 1.5px;
}

.cl-border-\[1px\] {
  border-width: 1px;
}

.cl-border-\[2px\] {
  border-width: 2px;
}

.cl-border-x-\[1px\] {
  border-left-width: 1px;
  border-right-width: 1px;
}

.cl-border-x-\[2px\] {
  border-left-width: 2px;
  border-right-width: 2px;
}

.cl-border-x-\[5px\] {
  border-left-width: 5px;
  border-right-width: 5px;
}

.cl-border-y-\[1px\] {
  border-top-width: 1px;
}

.cl-border-b, .cl-border-y-\[1px\] {
  border-bottom-width: 1px;
}

.cl-border-b-0 {
  border-bottom-width: 0;
}

.cl-border-b-\[1px\] {
  border-bottom-width: 1px;
}

.cl-border-b-\[2px\] {
  border-bottom-width: 2px;
}

.cl-border-l-\[7px\] {
  border-left-width: 7px;
}

.cl-border-r {
  border-right-width: 1px;
}

.cl-border-r-0 {
  border-right-width: 0;
}

.cl-border-r-\[7px\] {
  border-right-width: 7px;
}

.cl-border-t {
  border-top-width: 1px;
}

.cl-border-t-\[6px\] {
  border-top-width: 6px;
}

.cl-border-t-\[7px\] {
  border-top-width: 7px;
}

.cl-border-solid {
  border-style: solid;
}

.cl-border-dashed {
  border-style: dashed;
}

.\!cl-border-g0-dark-green-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 112 60 / var(--tw-border-opacity, 1)) !important;
}

.\!cl-border-gray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
}

.cl-border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.cl-border-current {
  border-color: currentColor;
}

.cl-border-g0-ai-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(229 185 47 / var(--tw-border-opacity, 1));
}

.cl-border-g0-ai-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(165 133 34 / var(--tw-border-opacity, 1));
}

.cl-border-g0-dark-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(25 84 233 / var(--tw-border-opacity, 1));
}

.cl-border-g0-dark-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(0 112 60 / var(--tw-border-opacity, 1));
}

.cl-border-g0-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
}

.cl-border-g0-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(188 188 188 / var(--tw-border-opacity, 1));
}

.cl-border-g0-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(247 247 247 / var(--tw-border-opacity, 1));
}

.cl-border-g0-human-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(56 150 109 / var(--tw-border-opacity, 1));
}

.cl-border-g0-light-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(80 160 255 / var(--tw-border-opacity, 1));
}

.cl-border-g0-primary {
  --tw-border-opacity: 1;
  border-color: rgb(59 58 59 / var(--tw-border-opacity, 1));
}

.cl-border-g0-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(224 110 92 / var(--tw-border-opacity, 1));
}

.cl-border-g0-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(212 53 28 / var(--tw-border-opacity, 1));
}

.cl-border-g0-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(114 113 114 / var(--tw-border-opacity, 1));
}

.cl-border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.cl-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.cl-border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.cl-border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.cl-border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}

.cl-border-transparent {
  border-color: #0000;
}

.cl-border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.cl-border-x-transparent {
  border-left-color: #0000;
  border-right-color: #0000;
}

.cl-border-y-\[\#D9D9D9\], .cl-border-y-\[\#d9d9d9\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.cl-border-b-g0-gray-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
}

.cl-border-b-gray-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.cl-border-l-transparent {
  border-left-color: #0000;
}

.cl-border-r-transparent {
  border-right-color: #0000;
}

.cl-border-t-black\/10 {
  border-top-color: #0000001a;
}

.cl-border-t-g0-ai-yellow-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 185 47 / var(--tw-border-opacity, 1));
}

.cl-border-t-g0-gray-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(11 10 11 / var(--tw-border-opacity, 1));
}

.cl-border-t-g0-primary {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 58 59 / var(--tw-border-opacity, 1));
}

.cl-border-t-gray-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.cl-border-t-transparent {
  border-top-color: #0000;
}

.\!cl-bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}

.\!cl-bg-g0-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1)) !important;
}

.cl-bg-\[\#E4EABF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 234 191 / var(--tw-bg-opacity, 1));
}

.cl-bg-\[\#EAE9E5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 233 229 / var(--tw-bg-opacity, 1));
}

.cl-bg-\[\#d9d9d9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.cl-bg-\[rgba\(0\,0\,0\,0\.05\)\] {
  background-color: #0000000d;
}

.cl-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.cl-bg-black\/10 {
  background-color: #0000001a;
}

.cl-bg-black\/30 {
  background-color: #0000004d;
}

.cl-bg-black\/40 {
  background-color: #0006;
}

.cl-bg-black\/5 {
  background-color: #0000000d;
}

.cl-bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-ai-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 242 218 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-ai-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 231 184 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-ai-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 205 105 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-ai-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 247 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-ai-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 185 47 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-dark-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(135 166 244 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-dark-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(25 84 233 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-dark-blue-500\/5 {
  background-color: #1954e90d;
}

.cl-bg-g0-dark-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(18 60 168 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-dark-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 229 220 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-dark-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(122 181 154 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-dark-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 60 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-dark-green-500\/5 {
  background-color: #00703c0d;
}

.cl-bg-g0-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(188 188 188 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(114 113 114 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 58 59 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-gray-75 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(11 10 11 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 2 2 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-human-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 236 229 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-human-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 219 205 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-human-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 150 109 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-human-green-500\/5 {
  background-color: #38966d0d;
}

.cl-bg-g0-human-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 57 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-light-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(223 238 255 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-light-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(80 160 255 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-light-blue-500\/5 {
  background-color: #50a0ff0d;
}

.cl-bg-g0-light-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(42 83 133 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-mixed-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 226 240 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-mixed-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 200 227 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-mixed-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(104 93 174 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(59 58 59 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 219 214 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 110 92 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 247 246 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 53 28 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-sand {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 241 / var(--tw-bg-opacity, 1));
}

.cl-bg-g0-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(114 113 114 / var(--tw-bg-opacity, 1));
}

.cl-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.cl-bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.cl-bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.cl-bg-page-semi-opaque-dark {
  background-color: #0000000d;
}

.cl-bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.cl-bg-transparent {
  background-color: #0000;
}

.cl-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.cl-bg-white\/10 {
  background-color: #ffffff1a;
}

.cl-bg-white\/15 {
  background-color: #ffffff26;
}

.cl-bg-white\/20 {
  background-color: #fff3;
}

.cl-bg-white\/5 {
  background-color: #ffffff0d;
}

.cl-bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

.cl-bg-opacity-40 {
  --tw-bg-opacity: .4;
}

.cl-bg-opacity-60 {
  --tw-bg-opacity: .6;
}

.cl-bg-\[linear-gradient\(180deg\,_\#00512B_0\%\,_\#00703C_75\%\,_\#479873_100\%\)\] {
  background-image: linear-gradient(#00512b, #00703c 75%, #479873);
}

.cl-bg-\[linear-gradient\(180deg\,_\#727172_0\%\,_\#999999_75\%\,_\#BCBCBC_100\%\)\] {
  background-image: linear-gradient(#727172, #999 75%, #bcbcbc);
}

.cl-bg-gradient-black {
  background-image: linear-gradient(#3b3a3b 50%, #727172);
}

.cl-bg-gradient-dark-blue {
  background-image: linear-gradient(#1954e9 50%, #5984ef);
}

.cl-bg-gradient-dark-green {
  background-image: linear-gradient(#00703c 50%, #479873);
}

.cl-bg-gradient-light-blue {
  background-image: linear-gradient(#ecf5ff 50%, #dfeeff);
}

.cl-bg-gradient-light-green {
  background-image: linear-gradient(#e9f3ef 50%, #dbece5);
}

.cl-bg-gradient-to-b {
  background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
}

.cl-bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left,var(--tw-gradient-stops));
}

.cl-bg-gradient-to-br {
  background-image: linear-gradient(to bottom right,var(--tw-gradient-stops));
}

.cl-bg-gradient-to-l {
  background-image: linear-gradient(to left,var(--tw-gradient-stops));
}

.cl-bg-gradient-to-r {
  background-image: linear-gradient(to right,var(--tw-gradient-stops));
}

.cl-bg-gradient-to-t {
  background-image: linear-gradient(to top,var(--tw-gradient-stops));
}

.cl-bg-gradient-to-tl {
  background-image: linear-gradient(to top left,var(--tw-gradient-stops));
}

.cl-bg-gradient-to-tr {
  background-image: linear-gradient(to top right,var(--tw-gradient-stops));
}

.cl-bg-gradient-white {
  background-image: linear-gradient(#fff 50%, #f7f7f7);
}

.cl-from-g0-ai-yellow-100 {
  --tw-gradient-from: #faf2da var(--tw-gradient-from-position);
  --tw-gradient-to: #faf2db00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-100\/0 {
  --tw-gradient-from: #faf2db00 var(--tw-gradient-from-position);
  --tw-gradient-to: #faf2db00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-100\/10 {
  --tw-gradient-from: #faf2db1a var(--tw-gradient-from-position);
  --tw-gradient-to: #faf2db00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-100\/100 {
  --tw-gradient-from: #faf2da var(--tw-gradient-from-position);
  --tw-gradient-to: #faf2db00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-100\/15 {
  --tw-gradient-from: #faf2db26 var(--tw-gradient-from-position);
  --tw-gradient-to: #faf2db00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-100\/20 {
  --tw-gradient-from: #faf2db33 var(--tw-gradient-from-position);
  --tw-gradient-to: #faf2db00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-100\/25 {
  --tw-gradient-from: #faf2db40 var(--tw-gradient-from-position);
  --tw-gradient-to: #faf2db00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-100\/30 {
  --tw-gradient-from: #faf2db4d var(--tw-gradient-from-position);
  --tw-gradient-to: #faf2db00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-100\/35 {
  --tw-gradient-from: #faf2db59 var(--tw-gradient-from-position);
  --tw-gradient-to: #faf2db00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-100\/40 {
  --tw-gradient-from: #faf2db66 var(--tw-gradient-from-position);
  --tw-gradient-to: #faf2db00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-100\/45 {
  --tw-gradient-from: #faf2db73 var(--tw-gradient-from-position);
  --tw-gradient-to: #faf2db00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-100\/5 {
  --tw-gradient-from: #faf2db0d var(--tw-gradient-from-position);
  --tw-gradient-to: #faf2db00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-100\/50 {
  --tw-gradient-from: #faf2db80 var(--tw-gradient-from-position);
  --tw-gradient-to: #faf2db00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-100\/55 {
  --tw-gradient-from: #faf2db8c var(--tw-gradient-from-position);
  --tw-gradient-to: #faf2db00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-100\/60 {
  --tw-gradient-from: #faf2db99 var(--tw-gradient-from-position);
  --tw-gradient-to: #faf2db00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-100\/65 {
  --tw-gradient-from: #faf2dba6 var(--tw-gradient-from-position);
  --tw-gradient-to: #faf2db00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-100\/70 {
  --tw-gradient-from: #faf2dbb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #faf2db00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-100\/75 {
  --tw-gradient-from: #faf2dbbf var(--tw-gradient-from-position);
  --tw-gradient-to: #faf2db00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-100\/80 {
  --tw-gradient-from: #faf2dbcc var(--tw-gradient-from-position);
  --tw-gradient-to: #faf2db00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-100\/85 {
  --tw-gradient-from: #faf2dbd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #faf2db00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-100\/90 {
  --tw-gradient-from: #faf2dbe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #faf2db00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-100\/95 {
  --tw-gradient-from: #faf2dbf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #faf2db00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-200 {
  --tw-gradient-from: #f6e7b8 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6e6b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-200\/0 {
  --tw-gradient-from: #f6e6b600 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6e6b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-200\/10 {
  --tw-gradient-from: #f6e6b61a var(--tw-gradient-from-position);
  --tw-gradient-to: #f6e6b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-200\/100 {
  --tw-gradient-from: #f6e7b8 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6e6b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-200\/15 {
  --tw-gradient-from: #f6e6b626 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6e6b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-200\/20 {
  --tw-gradient-from: #f6e6b633 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6e6b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-200\/25 {
  --tw-gradient-from: #f6e6b640 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6e6b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-200\/30 {
  --tw-gradient-from: #f6e6b64d var(--tw-gradient-from-position);
  --tw-gradient-to: #f6e6b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-200\/35 {
  --tw-gradient-from: #f6e6b659 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6e6b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-200\/40 {
  --tw-gradient-from: #f6e6b666 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6e6b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-200\/45 {
  --tw-gradient-from: #f6e6b673 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6e6b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-200\/5 {
  --tw-gradient-from: #f6e6b60d var(--tw-gradient-from-position);
  --tw-gradient-to: #f6e6b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-200\/50 {
  --tw-gradient-from: #f6e6b680 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6e6b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-200\/55 {
  --tw-gradient-from: #f6e6b68c var(--tw-gradient-from-position);
  --tw-gradient-to: #f6e6b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-200\/60 {
  --tw-gradient-from: #f6e6b699 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6e6b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-200\/65 {
  --tw-gradient-from: #f6e6b6a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6e6b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-200\/70 {
  --tw-gradient-from: #f6e6b6b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6e6b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-200\/75 {
  --tw-gradient-from: #f6e6b6bf var(--tw-gradient-from-position);
  --tw-gradient-to: #f6e6b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-200\/80 {
  --tw-gradient-from: #f6e6b6cc var(--tw-gradient-from-position);
  --tw-gradient-to: #f6e6b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-200\/85 {
  --tw-gradient-from: #f6e6b6d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6e6b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-200\/90 {
  --tw-gradient-from: #f6e6b6e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6e6b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-200\/95 {
  --tw-gradient-from: #f6e6b6f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6e6b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-300 {
  --tw-gradient-from: #f1db93 var(--tw-gradient-from-position);
  --tw-gradient-to: #f1db9300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-300\/0 {
  --tw-gradient-from: #f1db9300 var(--tw-gradient-from-position);
  --tw-gradient-to: #f1db9300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-300\/10 {
  --tw-gradient-from: #f1db931a var(--tw-gradient-from-position);
  --tw-gradient-to: #f1db9300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-300\/100 {
  --tw-gradient-from: #f1db93 var(--tw-gradient-from-position);
  --tw-gradient-to: #f1db9300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-300\/15 {
  --tw-gradient-from: #f1db9326 var(--tw-gradient-from-position);
  --tw-gradient-to: #f1db9300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-300\/20 {
  --tw-gradient-from: #f1db9333 var(--tw-gradient-from-position);
  --tw-gradient-to: #f1db9300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-300\/25 {
  --tw-gradient-from: #f1db9340 var(--tw-gradient-from-position);
  --tw-gradient-to: #f1db9300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-300\/30 {
  --tw-gradient-from: #f1db934d var(--tw-gradient-from-position);
  --tw-gradient-to: #f1db9300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-300\/35 {
  --tw-gradient-from: #f1db9359 var(--tw-gradient-from-position);
  --tw-gradient-to: #f1db9300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-300\/40 {
  --tw-gradient-from: #f1db9366 var(--tw-gradient-from-position);
  --tw-gradient-to: #f1db9300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-300\/45 {
  --tw-gradient-from: #f1db9373 var(--tw-gradient-from-position);
  --tw-gradient-to: #f1db9300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-300\/5 {
  --tw-gradient-from: #f1db930d var(--tw-gradient-from-position);
  --tw-gradient-to: #f1db9300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-300\/50 {
  --tw-gradient-from: #f1db9380 var(--tw-gradient-from-position);
  --tw-gradient-to: #f1db9300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-300\/55 {
  --tw-gradient-from: #f1db938c var(--tw-gradient-from-position);
  --tw-gradient-to: #f1db9300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-300\/60 {
  --tw-gradient-from: #f1db9399 var(--tw-gradient-from-position);
  --tw-gradient-to: #f1db9300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-300\/65 {
  --tw-gradient-from: #f1db93a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f1db9300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-300\/70 {
  --tw-gradient-from: #f1db93b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #f1db9300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-300\/75 {
  --tw-gradient-from: #f1db93bf var(--tw-gradient-from-position);
  --tw-gradient-to: #f1db9300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-300\/80 {
  --tw-gradient-from: #f1db93cc var(--tw-gradient-from-position);
  --tw-gradient-to: #f1db9300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-300\/85 {
  --tw-gradient-from: #f1db93d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #f1db9300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-300\/90 {
  --tw-gradient-from: #f1db93e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f1db9300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-300\/95 {
  --tw-gradient-from: #f1db93f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #f1db9300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-400 {
  --tw-gradient-from: #eccd69 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecce6900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-400\/0 {
  --tw-gradient-from: #ecce6900 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecce6900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-400\/10 {
  --tw-gradient-from: #ecce691a var(--tw-gradient-from-position);
  --tw-gradient-to: #ecce6900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-400\/100 {
  --tw-gradient-from: #eccd69 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecce6900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-400\/15 {
  --tw-gradient-from: #ecce6926 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecce6900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-400\/20 {
  --tw-gradient-from: #ecce6933 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecce6900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-400\/25 {
  --tw-gradient-from: #ecce6940 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecce6900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-400\/30 {
  --tw-gradient-from: #ecce694d var(--tw-gradient-from-position);
  --tw-gradient-to: #ecce6900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-400\/35 {
  --tw-gradient-from: #ecce6959 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecce6900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-400\/40 {
  --tw-gradient-from: #ecce6966 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecce6900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-400\/45 {
  --tw-gradient-from: #ecce6973 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecce6900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-400\/5 {
  --tw-gradient-from: #ecce690d var(--tw-gradient-from-position);
  --tw-gradient-to: #ecce6900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-400\/50 {
  --tw-gradient-from: #ecce6980 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecce6900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-400\/55 {
  --tw-gradient-from: #ecce698c var(--tw-gradient-from-position);
  --tw-gradient-to: #ecce6900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-400\/60 {
  --tw-gradient-from: #ecce6999 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecce6900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-400\/65 {
  --tw-gradient-from: #ecce69a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecce6900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-400\/70 {
  --tw-gradient-from: #ecce69b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecce6900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-400\/75 {
  --tw-gradient-from: #ecce69bf var(--tw-gradient-from-position);
  --tw-gradient-to: #ecce6900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-400\/80 {
  --tw-gradient-from: #ecce69cc var(--tw-gradient-from-position);
  --tw-gradient-to: #ecce6900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-400\/85 {
  --tw-gradient-from: #ecce69d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecce6900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-400\/90 {
  --tw-gradient-from: #ecce69e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecce6900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-400\/95 {
  --tw-gradient-from: #ecce69f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecce6900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-50 {
  --tw-gradient-from: #fefcf7 var(--tw-gradient-from-position);
  --tw-gradient-to: #fefcf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-50\/0 {
  --tw-gradient-from: #fefcf600 var(--tw-gradient-from-position);
  --tw-gradient-to: #fefcf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-50\/10 {
  --tw-gradient-from: #fefcf61a var(--tw-gradient-from-position);
  --tw-gradient-to: #fefcf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-50\/100 {
  --tw-gradient-from: #fefcf7 var(--tw-gradient-from-position);
  --tw-gradient-to: #fefcf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-50\/15 {
  --tw-gradient-from: #fefcf626 var(--tw-gradient-from-position);
  --tw-gradient-to: #fefcf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-50\/20 {
  --tw-gradient-from: #fefcf633 var(--tw-gradient-from-position);
  --tw-gradient-to: #fefcf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-50\/25 {
  --tw-gradient-from: #fefcf640 var(--tw-gradient-from-position);
  --tw-gradient-to: #fefcf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-50\/30 {
  --tw-gradient-from: #fefcf64d var(--tw-gradient-from-position);
  --tw-gradient-to: #fefcf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-50\/35 {
  --tw-gradient-from: #fefcf659 var(--tw-gradient-from-position);
  --tw-gradient-to: #fefcf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-50\/40 {
  --tw-gradient-from: #fefcf666 var(--tw-gradient-from-position);
  --tw-gradient-to: #fefcf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-50\/45 {
  --tw-gradient-from: #fefcf673 var(--tw-gradient-from-position);
  --tw-gradient-to: #fefcf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-50\/5 {
  --tw-gradient-from: #fefcf60d var(--tw-gradient-from-position);
  --tw-gradient-to: #fefcf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-50\/50 {
  --tw-gradient-from: #fefcf680 var(--tw-gradient-from-position);
  --tw-gradient-to: #fefcf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-50\/55 {
  --tw-gradient-from: #fefcf68c var(--tw-gradient-from-position);
  --tw-gradient-to: #fefcf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-50\/60 {
  --tw-gradient-from: #fefcf699 var(--tw-gradient-from-position);
  --tw-gradient-to: #fefcf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-50\/65 {
  --tw-gradient-from: #fefcf6a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fefcf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-50\/70 {
  --tw-gradient-from: #fefcf6b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fefcf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-50\/75 {
  --tw-gradient-from: #fefcf6bf var(--tw-gradient-from-position);
  --tw-gradient-to: #fefcf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-50\/80 {
  --tw-gradient-from: #fefcf6cc var(--tw-gradient-from-position);
  --tw-gradient-to: #fefcf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-50\/85 {
  --tw-gradient-from: #fefcf6d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fefcf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-50\/90 {
  --tw-gradient-from: #fefcf6e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fefcf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-50\/95 {
  --tw-gradient-from: #fefcf6f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #fefcf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-500 {
  --tw-gradient-from: #e5b92f var(--tw-gradient-from-position);
  --tw-gradient-to: #e5b92f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-500\/0 {
  --tw-gradient-from: #e5b92f00 var(--tw-gradient-from-position);
  --tw-gradient-to: #e5b92f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-500\/10 {
  --tw-gradient-from: #e5b92f1a var(--tw-gradient-from-position);
  --tw-gradient-to: #e5b92f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-500\/100 {
  --tw-gradient-from: #e5b92f var(--tw-gradient-from-position);
  --tw-gradient-to: #e5b92f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-500\/15 {
  --tw-gradient-from: #e5b92f26 var(--tw-gradient-from-position);
  --tw-gradient-to: #e5b92f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-500\/20 {
  --tw-gradient-from: #e5b92f33 var(--tw-gradient-from-position);
  --tw-gradient-to: #e5b92f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-500\/25 {
  --tw-gradient-from: #e5b92f40 var(--tw-gradient-from-position);
  --tw-gradient-to: #e5b92f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-500\/30 {
  --tw-gradient-from: #e5b92f4d var(--tw-gradient-from-position);
  --tw-gradient-to: #e5b92f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-500\/35 {
  --tw-gradient-from: #e5b92f59 var(--tw-gradient-from-position);
  --tw-gradient-to: #e5b92f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-500\/40 {
  --tw-gradient-from: #e5b92f66 var(--tw-gradient-from-position);
  --tw-gradient-to: #e5b92f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-500\/45 {
  --tw-gradient-from: #e5b92f73 var(--tw-gradient-from-position);
  --tw-gradient-to: #e5b92f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-500\/5 {
  --tw-gradient-from: #e5b92f0d var(--tw-gradient-from-position);
  --tw-gradient-to: #e5b92f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-500\/50 {
  --tw-gradient-from: #e5b92f80 var(--tw-gradient-from-position);
  --tw-gradient-to: #e5b92f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-500\/55 {
  --tw-gradient-from: #e5b92f8c var(--tw-gradient-from-position);
  --tw-gradient-to: #e5b92f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-500\/60 {
  --tw-gradient-from: #e5b92f99 var(--tw-gradient-from-position);
  --tw-gradient-to: #e5b92f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-500\/65 {
  --tw-gradient-from: #e5b92fa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #e5b92f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-500\/70 {
  --tw-gradient-from: #e5b92fb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #e5b92f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-500\/75 {
  --tw-gradient-from: #e5b92fbf var(--tw-gradient-from-position);
  --tw-gradient-to: #e5b92f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-500\/80 {
  --tw-gradient-from: #e5b92fcc var(--tw-gradient-from-position);
  --tw-gradient-to: #e5b92f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-500\/85 {
  --tw-gradient-from: #e5b92fd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #e5b92f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-500\/90 {
  --tw-gradient-from: #e5b92fe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #e5b92f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-500\/95 {
  --tw-gradient-from: #e5b92ff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #e5b92f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-600 {
  --tw-gradient-from: #a58522 var(--tw-gradient-from-position);
  --tw-gradient-to: #a5852200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-600\/0 {
  --tw-gradient-from: #a5852200 var(--tw-gradient-from-position);
  --tw-gradient-to: #a5852200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-600\/10 {
  --tw-gradient-from: #a585221a var(--tw-gradient-from-position);
  --tw-gradient-to: #a5852200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-600\/100 {
  --tw-gradient-from: #a58522 var(--tw-gradient-from-position);
  --tw-gradient-to: #a5852200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-600\/15 {
  --tw-gradient-from: #a5852226 var(--tw-gradient-from-position);
  --tw-gradient-to: #a5852200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-600\/20 {
  --tw-gradient-from: #a5852233 var(--tw-gradient-from-position);
  --tw-gradient-to: #a5852200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-600\/25 {
  --tw-gradient-from: #a5852240 var(--tw-gradient-from-position);
  --tw-gradient-to: #a5852200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-600\/30 {
  --tw-gradient-from: #a585224d var(--tw-gradient-from-position);
  --tw-gradient-to: #a5852200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-600\/35 {
  --tw-gradient-from: #a5852259 var(--tw-gradient-from-position);
  --tw-gradient-to: #a5852200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-600\/40 {
  --tw-gradient-from: #a5852266 var(--tw-gradient-from-position);
  --tw-gradient-to: #a5852200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-600\/45 {
  --tw-gradient-from: #a5852273 var(--tw-gradient-from-position);
  --tw-gradient-to: #a5852200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-600\/5 {
  --tw-gradient-from: #a585220d var(--tw-gradient-from-position);
  --tw-gradient-to: #a5852200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-600\/50 {
  --tw-gradient-from: #a5852280 var(--tw-gradient-from-position);
  --tw-gradient-to: #a5852200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-600\/55 {
  --tw-gradient-from: #a585228c var(--tw-gradient-from-position);
  --tw-gradient-to: #a5852200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-600\/60 {
  --tw-gradient-from: #a5852299 var(--tw-gradient-from-position);
  --tw-gradient-to: #a5852200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-600\/65 {
  --tw-gradient-from: #a58522a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #a5852200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-600\/70 {
  --tw-gradient-from: #a58522b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #a5852200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-600\/75 {
  --tw-gradient-from: #a58522bf var(--tw-gradient-from-position);
  --tw-gradient-to: #a5852200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-600\/80 {
  --tw-gradient-from: #a58522cc var(--tw-gradient-from-position);
  --tw-gradient-to: #a5852200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-600\/85 {
  --tw-gradient-from: #a58522d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #a5852200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-600\/90 {
  --tw-gradient-from: #a58522e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #a5852200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-600\/95 {
  --tw-gradient-from: #a58522f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #a5852200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-700 {
  --tw-gradient-from: #776018 var(--tw-gradient-from-position);
  --tw-gradient-to: #77601800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-700\/0 {
  --tw-gradient-from: #77601800 var(--tw-gradient-from-position);
  --tw-gradient-to: #77601800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-700\/10 {
  --tw-gradient-from: #7760181a var(--tw-gradient-from-position);
  --tw-gradient-to: #77601800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-700\/100 {
  --tw-gradient-from: #776018 var(--tw-gradient-from-position);
  --tw-gradient-to: #77601800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-700\/15 {
  --tw-gradient-from: #77601826 var(--tw-gradient-from-position);
  --tw-gradient-to: #77601800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-700\/20 {
  --tw-gradient-from: #77601833 var(--tw-gradient-from-position);
  --tw-gradient-to: #77601800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-700\/25 {
  --tw-gradient-from: #77601840 var(--tw-gradient-from-position);
  --tw-gradient-to: #77601800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-700\/30 {
  --tw-gradient-from: #7760184d var(--tw-gradient-from-position);
  --tw-gradient-to: #77601800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-700\/35 {
  --tw-gradient-from: #77601859 var(--tw-gradient-from-position);
  --tw-gradient-to: #77601800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-700\/40 {
  --tw-gradient-from: #77601866 var(--tw-gradient-from-position);
  --tw-gradient-to: #77601800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-700\/45 {
  --tw-gradient-from: #77601873 var(--tw-gradient-from-position);
  --tw-gradient-to: #77601800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-700\/5 {
  --tw-gradient-from: #7760180d var(--tw-gradient-from-position);
  --tw-gradient-to: #77601800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-700\/50 {
  --tw-gradient-from: #77601880 var(--tw-gradient-from-position);
  --tw-gradient-to: #77601800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-700\/55 {
  --tw-gradient-from: #7760188c var(--tw-gradient-from-position);
  --tw-gradient-to: #77601800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-700\/60 {
  --tw-gradient-from: #77601899 var(--tw-gradient-from-position);
  --tw-gradient-to: #77601800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-700\/65 {
  --tw-gradient-from: #776018a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #77601800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-700\/70 {
  --tw-gradient-from: #776018b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #77601800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-700\/75 {
  --tw-gradient-from: #776018bf var(--tw-gradient-from-position);
  --tw-gradient-to: #77601800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-700\/80 {
  --tw-gradient-from: #776018cc var(--tw-gradient-from-position);
  --tw-gradient-to: #77601800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-700\/85 {
  --tw-gradient-from: #776018d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #77601800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-700\/90 {
  --tw-gradient-from: #776018e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #77601800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-700\/95 {
  --tw-gradient-from: #776018f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #77601800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-75 {
  --tw-gradient-from: #fcf7e8 var(--tw-gradient-from-position);
  --tw-gradient-to: #fcf7e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-75\/0 {
  --tw-gradient-from: #fcf7e800 var(--tw-gradient-from-position);
  --tw-gradient-to: #fcf7e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-75\/10 {
  --tw-gradient-from: #fcf7e81a var(--tw-gradient-from-position);
  --tw-gradient-to: #fcf7e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-75\/100 {
  --tw-gradient-from: #fcf7e8 var(--tw-gradient-from-position);
  --tw-gradient-to: #fcf7e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-75\/15 {
  --tw-gradient-from: #fcf7e826 var(--tw-gradient-from-position);
  --tw-gradient-to: #fcf7e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-75\/20 {
  --tw-gradient-from: #fcf7e833 var(--tw-gradient-from-position);
  --tw-gradient-to: #fcf7e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-75\/25 {
  --tw-gradient-from: #fcf7e840 var(--tw-gradient-from-position);
  --tw-gradient-to: #fcf7e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-75\/30 {
  --tw-gradient-from: #fcf7e84d var(--tw-gradient-from-position);
  --tw-gradient-to: #fcf7e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-75\/35 {
  --tw-gradient-from: #fcf7e859 var(--tw-gradient-from-position);
  --tw-gradient-to: #fcf7e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-75\/40 {
  --tw-gradient-from: #fcf7e866 var(--tw-gradient-from-position);
  --tw-gradient-to: #fcf7e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-75\/45 {
  --tw-gradient-from: #fcf7e873 var(--tw-gradient-from-position);
  --tw-gradient-to: #fcf7e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-75\/5 {
  --tw-gradient-from: #fcf7e80d var(--tw-gradient-from-position);
  --tw-gradient-to: #fcf7e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-75\/50 {
  --tw-gradient-from: #fcf7e880 var(--tw-gradient-from-position);
  --tw-gradient-to: #fcf7e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-75\/55 {
  --tw-gradient-from: #fcf7e88c var(--tw-gradient-from-position);
  --tw-gradient-to: #fcf7e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-75\/60 {
  --tw-gradient-from: #fcf7e899 var(--tw-gradient-from-position);
  --tw-gradient-to: #fcf7e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-75\/65 {
  --tw-gradient-from: #fcf7e8a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fcf7e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-75\/70 {
  --tw-gradient-from: #fcf7e8b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fcf7e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-75\/75 {
  --tw-gradient-from: #fcf7e8bf var(--tw-gradient-from-position);
  --tw-gradient-to: #fcf7e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-75\/80 {
  --tw-gradient-from: #fcf7e8cc var(--tw-gradient-from-position);
  --tw-gradient-to: #fcf7e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-75\/85 {
  --tw-gradient-from: #fcf7e8d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fcf7e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-75\/90 {
  --tw-gradient-from: #fcf7e8e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fcf7e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-75\/95 {
  --tw-gradient-from: #fcf7e8f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #fcf7e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-800 {
  --tw-gradient-from: #4e3f10 var(--tw-gradient-from-position);
  --tw-gradient-to: #4e3f1000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-800\/0 {
  --tw-gradient-from: #4e3f1000 var(--tw-gradient-from-position);
  --tw-gradient-to: #4e3f1000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-800\/10 {
  --tw-gradient-from: #4e3f101a var(--tw-gradient-from-position);
  --tw-gradient-to: #4e3f1000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-800\/100 {
  --tw-gradient-from: #4e3f10 var(--tw-gradient-from-position);
  --tw-gradient-to: #4e3f1000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-800\/15 {
  --tw-gradient-from: #4e3f1026 var(--tw-gradient-from-position);
  --tw-gradient-to: #4e3f1000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-800\/20 {
  --tw-gradient-from: #4e3f1033 var(--tw-gradient-from-position);
  --tw-gradient-to: #4e3f1000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-800\/25 {
  --tw-gradient-from: #4e3f1040 var(--tw-gradient-from-position);
  --tw-gradient-to: #4e3f1000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-800\/30 {
  --tw-gradient-from: #4e3f104d var(--tw-gradient-from-position);
  --tw-gradient-to: #4e3f1000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-800\/35 {
  --tw-gradient-from: #4e3f1059 var(--tw-gradient-from-position);
  --tw-gradient-to: #4e3f1000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-800\/40 {
  --tw-gradient-from: #4e3f1066 var(--tw-gradient-from-position);
  --tw-gradient-to: #4e3f1000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-800\/45 {
  --tw-gradient-from: #4e3f1073 var(--tw-gradient-from-position);
  --tw-gradient-to: #4e3f1000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-800\/5 {
  --tw-gradient-from: #4e3f100d var(--tw-gradient-from-position);
  --tw-gradient-to: #4e3f1000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-800\/50 {
  --tw-gradient-from: #4e3f1080 var(--tw-gradient-from-position);
  --tw-gradient-to: #4e3f1000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-800\/55 {
  --tw-gradient-from: #4e3f108c var(--tw-gradient-from-position);
  --tw-gradient-to: #4e3f1000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-800\/60 {
  --tw-gradient-from: #4e3f1099 var(--tw-gradient-from-position);
  --tw-gradient-to: #4e3f1000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-800\/65 {
  --tw-gradient-from: #4e3f10a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #4e3f1000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-800\/70 {
  --tw-gradient-from: #4e3f10b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #4e3f1000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-800\/75 {
  --tw-gradient-from: #4e3f10bf var(--tw-gradient-from-position);
  --tw-gradient-to: #4e3f1000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-800\/80 {
  --tw-gradient-from: #4e3f10cc var(--tw-gradient-from-position);
  --tw-gradient-to: #4e3f1000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-800\/85 {
  --tw-gradient-from: #4e3f10d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #4e3f1000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-800\/90 {
  --tw-gradient-from: #4e3f10e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #4e3f1000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-800\/95 {
  --tw-gradient-from: #4e3f10f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #4e3f1000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-900 {
  --tw-gradient-from: #292108 var(--tw-gradient-from-position);
  --tw-gradient-to: #29210800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-900\/0 {
  --tw-gradient-from: #29210800 var(--tw-gradient-from-position);
  --tw-gradient-to: #29210800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-900\/10 {
  --tw-gradient-from: #2921081a var(--tw-gradient-from-position);
  --tw-gradient-to: #29210800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-900\/100 {
  --tw-gradient-from: #292108 var(--tw-gradient-from-position);
  --tw-gradient-to: #29210800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-900\/15 {
  --tw-gradient-from: #29210826 var(--tw-gradient-from-position);
  --tw-gradient-to: #29210800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-900\/20 {
  --tw-gradient-from: #29210833 var(--tw-gradient-from-position);
  --tw-gradient-to: #29210800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-900\/25 {
  --tw-gradient-from: #29210840 var(--tw-gradient-from-position);
  --tw-gradient-to: #29210800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-900\/30 {
  --tw-gradient-from: #2921084d var(--tw-gradient-from-position);
  --tw-gradient-to: #29210800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-900\/35 {
  --tw-gradient-from: #29210859 var(--tw-gradient-from-position);
  --tw-gradient-to: #29210800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-900\/40 {
  --tw-gradient-from: #29210866 var(--tw-gradient-from-position);
  --tw-gradient-to: #29210800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-900\/45 {
  --tw-gradient-from: #29210873 var(--tw-gradient-from-position);
  --tw-gradient-to: #29210800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-900\/5 {
  --tw-gradient-from: #2921080d var(--tw-gradient-from-position);
  --tw-gradient-to: #29210800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-900\/50 {
  --tw-gradient-from: #29210880 var(--tw-gradient-from-position);
  --tw-gradient-to: #29210800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-900\/55 {
  --tw-gradient-from: #2921088c var(--tw-gradient-from-position);
  --tw-gradient-to: #29210800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-900\/60 {
  --tw-gradient-from: #29210899 var(--tw-gradient-from-position);
  --tw-gradient-to: #29210800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-900\/65 {
  --tw-gradient-from: #292108a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #29210800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-900\/70 {
  --tw-gradient-from: #292108b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #29210800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-900\/75 {
  --tw-gradient-from: #292108bf var(--tw-gradient-from-position);
  --tw-gradient-to: #29210800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-900\/80 {
  --tw-gradient-from: #292108cc var(--tw-gradient-from-position);
  --tw-gradient-to: #29210800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-900\/85 {
  --tw-gradient-from: #292108d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #29210800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-900\/90 {
  --tw-gradient-from: #292108e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #29210800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-900\/95 {
  --tw-gradient-from: #292108f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #29210800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-925 {
  --tw-gradient-from: #191405 var(--tw-gradient-from-position);
  --tw-gradient-to: #19140500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-925\/0 {
  --tw-gradient-from: #19140500 var(--tw-gradient-from-position);
  --tw-gradient-to: #19140500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-925\/10 {
  --tw-gradient-from: #1914051a var(--tw-gradient-from-position);
  --tw-gradient-to: #19140500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-925\/100 {
  --tw-gradient-from: #191405 var(--tw-gradient-from-position);
  --tw-gradient-to: #19140500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-925\/15 {
  --tw-gradient-from: #19140526 var(--tw-gradient-from-position);
  --tw-gradient-to: #19140500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-925\/20 {
  --tw-gradient-from: #19140533 var(--tw-gradient-from-position);
  --tw-gradient-to: #19140500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-925\/25 {
  --tw-gradient-from: #19140540 var(--tw-gradient-from-position);
  --tw-gradient-to: #19140500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-925\/30 {
  --tw-gradient-from: #1914054d var(--tw-gradient-from-position);
  --tw-gradient-to: #19140500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-925\/35 {
  --tw-gradient-from: #19140559 var(--tw-gradient-from-position);
  --tw-gradient-to: #19140500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-925\/40 {
  --tw-gradient-from: #19140566 var(--tw-gradient-from-position);
  --tw-gradient-to: #19140500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-925\/45 {
  --tw-gradient-from: #19140573 var(--tw-gradient-from-position);
  --tw-gradient-to: #19140500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-925\/5 {
  --tw-gradient-from: #1914050d var(--tw-gradient-from-position);
  --tw-gradient-to: #19140500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-925\/50 {
  --tw-gradient-from: #19140580 var(--tw-gradient-from-position);
  --tw-gradient-to: #19140500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-925\/55 {
  --tw-gradient-from: #1914058c var(--tw-gradient-from-position);
  --tw-gradient-to: #19140500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-925\/60 {
  --tw-gradient-from: #19140599 var(--tw-gradient-from-position);
  --tw-gradient-to: #19140500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-925\/65 {
  --tw-gradient-from: #191405a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #19140500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-925\/70 {
  --tw-gradient-from: #191405b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #19140500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-925\/75 {
  --tw-gradient-from: #191405bf var(--tw-gradient-from-position);
  --tw-gradient-to: #19140500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-925\/80 {
  --tw-gradient-from: #191405cc var(--tw-gradient-from-position);
  --tw-gradient-to: #19140500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-925\/85 {
  --tw-gradient-from: #191405d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #19140500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-925\/90 {
  --tw-gradient-from: #191405e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #19140500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-925\/95 {
  --tw-gradient-from: #191405f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #19140500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-950 {
  --tw-gradient-from: #090702 var(--tw-gradient-from-position);
  --tw-gradient-to: #09070200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-950\/0 {
  --tw-gradient-from: #09070200 var(--tw-gradient-from-position);
  --tw-gradient-to: #09070200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-950\/10 {
  --tw-gradient-from: #0907021a var(--tw-gradient-from-position);
  --tw-gradient-to: #09070200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-950\/100 {
  --tw-gradient-from: #090702 var(--tw-gradient-from-position);
  --tw-gradient-to: #09070200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-950\/15 {
  --tw-gradient-from: #09070226 var(--tw-gradient-from-position);
  --tw-gradient-to: #09070200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-950\/20 {
  --tw-gradient-from: #09070233 var(--tw-gradient-from-position);
  --tw-gradient-to: #09070200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-950\/25 {
  --tw-gradient-from: #09070240 var(--tw-gradient-from-position);
  --tw-gradient-to: #09070200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-950\/30 {
  --tw-gradient-from: #0907024d var(--tw-gradient-from-position);
  --tw-gradient-to: #09070200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-950\/35 {
  --tw-gradient-from: #09070259 var(--tw-gradient-from-position);
  --tw-gradient-to: #09070200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-950\/40 {
  --tw-gradient-from: #09070266 var(--tw-gradient-from-position);
  --tw-gradient-to: #09070200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-950\/45 {
  --tw-gradient-from: #09070273 var(--tw-gradient-from-position);
  --tw-gradient-to: #09070200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-950\/5 {
  --tw-gradient-from: #0907020d var(--tw-gradient-from-position);
  --tw-gradient-to: #09070200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-950\/50 {
  --tw-gradient-from: #09070280 var(--tw-gradient-from-position);
  --tw-gradient-to: #09070200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-950\/55 {
  --tw-gradient-from: #0907028c var(--tw-gradient-from-position);
  --tw-gradient-to: #09070200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-950\/60 {
  --tw-gradient-from: #09070299 var(--tw-gradient-from-position);
  --tw-gradient-to: #09070200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-950\/65 {
  --tw-gradient-from: #090702a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #09070200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-950\/70 {
  --tw-gradient-from: #090702b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #09070200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-950\/75 {
  --tw-gradient-from: #090702bf var(--tw-gradient-from-position);
  --tw-gradient-to: #09070200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-950\/80 {
  --tw-gradient-from: #090702cc var(--tw-gradient-from-position);
  --tw-gradient-to: #09070200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-950\/85 {
  --tw-gradient-from: #090702d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #09070200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-950\/90 {
  --tw-gradient-from: #090702e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #09070200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-ai-yellow-950\/95 {
  --tw-gradient-from: #090702f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #09070200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-10 {
  --tw-gradient-from: #0000001a var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-10\/0 {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-10\/10 {
  --tw-gradient-from: #0000001a var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-10\/100 {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-10\/15 {
  --tw-gradient-from: #00000026 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-10\/20 {
  --tw-gradient-from: #0003 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-10\/25 {
  --tw-gradient-from: #00000040 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-10\/30 {
  --tw-gradient-from: #0000004d var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-10\/35 {
  --tw-gradient-from: #00000059 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-10\/40 {
  --tw-gradient-from: #0006 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-10\/45 {
  --tw-gradient-from: #00000073 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-10\/5 {
  --tw-gradient-from: #0000000d var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-10\/50 {
  --tw-gradient-from: #00000080 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-10\/55 {
  --tw-gradient-from: #0000008c var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-10\/60 {
  --tw-gradient-from: #0009 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-10\/65 {
  --tw-gradient-from: #000000a6 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-10\/70 {
  --tw-gradient-from: #000000b3 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-10\/75 {
  --tw-gradient-from: #000000bf var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-10\/80 {
  --tw-gradient-from: #000c var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-10\/85 {
  --tw-gradient-from: #000000d9 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-10\/90 {
  --tw-gradient-from: #000000e6 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-10\/95 {
  --tw-gradient-from: #000000f2 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-100 {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-100\/0 {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-100\/10 {
  --tw-gradient-from: #0000001a var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-100\/100 {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-100\/15 {
  --tw-gradient-from: #00000026 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-100\/20 {
  --tw-gradient-from: #0003 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-100\/25 {
  --tw-gradient-from: #00000040 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-100\/30 {
  --tw-gradient-from: #0000004d var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-100\/35 {
  --tw-gradient-from: #00000059 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-100\/40 {
  --tw-gradient-from: #0006 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-100\/45 {
  --tw-gradient-from: #00000073 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-100\/5 {
  --tw-gradient-from: #0000000d var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-100\/50 {
  --tw-gradient-from: #00000080 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-100\/55 {
  --tw-gradient-from: #0000008c var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-100\/60 {
  --tw-gradient-from: #0009 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-100\/65 {
  --tw-gradient-from: #000000a6 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-100\/70 {
  --tw-gradient-from: #000000b3 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-100\/75 {
  --tw-gradient-from: #000000bf var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-100\/80 {
  --tw-gradient-from: #000c var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-100\/85 {
  --tw-gradient-from: #000000d9 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-100\/90 {
  --tw-gradient-from: #000000e6 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-100\/95 {
  --tw-gradient-from: #000000f2 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-20 {
  --tw-gradient-from: #0003 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-20\/0 {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-20\/10 {
  --tw-gradient-from: #0000001a var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-20\/100 {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-20\/15 {
  --tw-gradient-from: #00000026 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-20\/20 {
  --tw-gradient-from: #0003 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-20\/25 {
  --tw-gradient-from: #00000040 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-20\/30 {
  --tw-gradient-from: #0000004d var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-20\/35 {
  --tw-gradient-from: #00000059 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-20\/40 {
  --tw-gradient-from: #0006 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-20\/45 {
  --tw-gradient-from: #00000073 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-20\/5 {
  --tw-gradient-from: #0000000d var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-20\/50 {
  --tw-gradient-from: #00000080 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-20\/55 {
  --tw-gradient-from: #0000008c var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-20\/60 {
  --tw-gradient-from: #0009 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-20\/65 {
  --tw-gradient-from: #000000a6 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-20\/70 {
  --tw-gradient-from: #000000b3 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-20\/75 {
  --tw-gradient-from: #000000bf var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-20\/80 {
  --tw-gradient-from: #000c var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-20\/85 {
  --tw-gradient-from: #000000d9 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-20\/90 {
  --tw-gradient-from: #000000e6 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-20\/95 {
  --tw-gradient-from: #000000f2 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-40 {
  --tw-gradient-from: #0006 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-40\/0 {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-40\/10 {
  --tw-gradient-from: #0000001a var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-40\/100 {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-40\/15 {
  --tw-gradient-from: #00000026 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-40\/20 {
  --tw-gradient-from: #0003 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-40\/25 {
  --tw-gradient-from: #00000040 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-40\/30 {
  --tw-gradient-from: #0000004d var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-40\/35 {
  --tw-gradient-from: #00000059 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-40\/40 {
  --tw-gradient-from: #0006 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-40\/45 {
  --tw-gradient-from: #00000073 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-40\/5 {
  --tw-gradient-from: #0000000d var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-40\/50 {
  --tw-gradient-from: #00000080 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-40\/55 {
  --tw-gradient-from: #0000008c var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-40\/60 {
  --tw-gradient-from: #0009 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-40\/65 {
  --tw-gradient-from: #000000a6 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-40\/70 {
  --tw-gradient-from: #000000b3 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-40\/75 {
  --tw-gradient-from: #000000bf var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-40\/80 {
  --tw-gradient-from: #000c var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-40\/85 {
  --tw-gradient-from: #000000d9 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-40\/90 {
  --tw-gradient-from: #000000e6 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-40\/95 {
  --tw-gradient-from: #000000f2 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-5 {
  --tw-gradient-from: #0000000d var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-5\/0 {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-5\/10 {
  --tw-gradient-from: #0000001a var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-5\/100 {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-5\/15 {
  --tw-gradient-from: #00000026 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-5\/20 {
  --tw-gradient-from: #0003 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-5\/25 {
  --tw-gradient-from: #00000040 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-5\/30 {
  --tw-gradient-from: #0000004d var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-5\/35 {
  --tw-gradient-from: #00000059 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-5\/40 {
  --tw-gradient-from: #0006 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-5\/45 {
  --tw-gradient-from: #00000073 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-5\/5 {
  --tw-gradient-from: #0000000d var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-5\/50 {
  --tw-gradient-from: #00000080 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-5\/55 {
  --tw-gradient-from: #0000008c var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-5\/60 {
  --tw-gradient-from: #0009 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-5\/65 {
  --tw-gradient-from: #000000a6 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-5\/70 {
  --tw-gradient-from: #000000b3 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-5\/75 {
  --tw-gradient-from: #000000bf var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-5\/80 {
  --tw-gradient-from: #000c var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-5\/85 {
  --tw-gradient-from: #000000d9 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-5\/90 {
  --tw-gradient-from: #000000e6 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-5\/95 {
  --tw-gradient-from: #000000f2 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-60 {
  --tw-gradient-from: #0009 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-60\/0 {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-60\/10 {
  --tw-gradient-from: #0000001a var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-60\/100 {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-60\/15 {
  --tw-gradient-from: #00000026 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-60\/20 {
  --tw-gradient-from: #0003 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-60\/25 {
  --tw-gradient-from: #00000040 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-60\/30 {
  --tw-gradient-from: #0000004d var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-60\/35 {
  --tw-gradient-from: #00000059 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-60\/40 {
  --tw-gradient-from: #0006 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-60\/45 {
  --tw-gradient-from: #00000073 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-60\/5 {
  --tw-gradient-from: #0000000d var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-60\/50 {
  --tw-gradient-from: #00000080 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-60\/55 {
  --tw-gradient-from: #0000008c var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-60\/60 {
  --tw-gradient-from: #0009 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-60\/65 {
  --tw-gradient-from: #000000a6 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-60\/70 {
  --tw-gradient-from: #000000b3 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-60\/75 {
  --tw-gradient-from: #000000bf var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-60\/80 {
  --tw-gradient-from: #000c var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-60\/85 {
  --tw-gradient-from: #000000d9 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-60\/90 {
  --tw-gradient-from: #000000e6 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-60\/95 {
  --tw-gradient-from: #000000f2 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-80 {
  --tw-gradient-from: #000c var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-80\/0 {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-80\/10 {
  --tw-gradient-from: #0000001a var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-80\/100 {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-80\/15 {
  --tw-gradient-from: #00000026 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-80\/20 {
  --tw-gradient-from: #0003 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-80\/25 {
  --tw-gradient-from: #00000040 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-80\/30 {
  --tw-gradient-from: #0000004d var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-80\/35 {
  --tw-gradient-from: #00000059 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-80\/40 {
  --tw-gradient-from: #0006 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-80\/45 {
  --tw-gradient-from: #00000073 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-80\/5 {
  --tw-gradient-from: #0000000d var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-80\/50 {
  --tw-gradient-from: #00000080 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-80\/55 {
  --tw-gradient-from: #0000008c var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-80\/60 {
  --tw-gradient-from: #0009 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-80\/65 {
  --tw-gradient-from: #000000a6 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-80\/70 {
  --tw-gradient-from: #000000b3 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-80\/75 {
  --tw-gradient-from: #000000bf var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-80\/80 {
  --tw-gradient-from: #000c var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-80\/85 {
  --tw-gradient-from: #000000d9 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-80\/90 {
  --tw-gradient-from: #000000e6 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-80\/95 {
  --tw-gradient-from: #000000f2 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-90 {
  --tw-gradient-from: #000000e5 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-90\/0 {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-90\/10 {
  --tw-gradient-from: #0000001a var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-90\/100 {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-90\/15 {
  --tw-gradient-from: #00000026 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-90\/20 {
  --tw-gradient-from: #0003 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-90\/25 {
  --tw-gradient-from: #00000040 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-90\/30 {
  --tw-gradient-from: #0000004d var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-90\/35 {
  --tw-gradient-from: #00000059 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-90\/40 {
  --tw-gradient-from: #0006 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-90\/45 {
  --tw-gradient-from: #00000073 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-90\/5 {
  --tw-gradient-from: #0000000d var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-90\/50 {
  --tw-gradient-from: #00000080 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-90\/55 {
  --tw-gradient-from: #0000008c var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-90\/60 {
  --tw-gradient-from: #0009 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-90\/65 {
  --tw-gradient-from: #000000a6 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-90\/70 {
  --tw-gradient-from: #000000b3 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-90\/75 {
  --tw-gradient-from: #000000bf var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-90\/80 {
  --tw-gradient-from: #000c var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-90\/85 {
  --tw-gradient-from: #000000d9 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-90\/90 {
  --tw-gradient-from: #000000e6 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-90\/95, .cl-from-g0-blacks-95 {
  --tw-gradient-from: #000000f2 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-95\/0 {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-95\/10 {
  --tw-gradient-from: #0000001a var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-95\/100 {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-95\/15 {
  --tw-gradient-from: #00000026 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-95\/20 {
  --tw-gradient-from: #0003 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-95\/25 {
  --tw-gradient-from: #00000040 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-95\/30 {
  --tw-gradient-from: #0000004d var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-95\/35 {
  --tw-gradient-from: #00000059 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-95\/40 {
  --tw-gradient-from: #0006 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-95\/45 {
  --tw-gradient-from: #00000073 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-95\/5 {
  --tw-gradient-from: #0000000d var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-95\/50 {
  --tw-gradient-from: #00000080 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-95\/55 {
  --tw-gradient-from: #0000008c var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-95\/60 {
  --tw-gradient-from: #0009 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-95\/65 {
  --tw-gradient-from: #000000a6 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-95\/70 {
  --tw-gradient-from: #000000b3 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-95\/75 {
  --tw-gradient-from: #000000bf var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-95\/80 {
  --tw-gradient-from: #000c var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-95\/85 {
  --tw-gradient-from: #000000d9 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-95\/90 {
  --tw-gradient-from: #000000e6 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-blacks-95\/95 {
  --tw-gradient-from: #000000f2 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cloud {
  --tw-gradient-from: #eef0f4 var(--tw-gradient-from-position);
  --tw-gradient-to: #eef0f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cloud\/0 {
  --tw-gradient-from: #eef0f400 var(--tw-gradient-from-position);
  --tw-gradient-to: #eef0f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cloud\/10 {
  --tw-gradient-from: #eef0f41a var(--tw-gradient-from-position);
  --tw-gradient-to: #eef0f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cloud\/100 {
  --tw-gradient-from: #eef0f4 var(--tw-gradient-from-position);
  --tw-gradient-to: #eef0f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cloud\/15 {
  --tw-gradient-from: #eef0f426 var(--tw-gradient-from-position);
  --tw-gradient-to: #eef0f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cloud\/20 {
  --tw-gradient-from: #eef0f433 var(--tw-gradient-from-position);
  --tw-gradient-to: #eef0f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cloud\/25 {
  --tw-gradient-from: #eef0f440 var(--tw-gradient-from-position);
  --tw-gradient-to: #eef0f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cloud\/30 {
  --tw-gradient-from: #eef0f44d var(--tw-gradient-from-position);
  --tw-gradient-to: #eef0f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cloud\/35 {
  --tw-gradient-from: #eef0f459 var(--tw-gradient-from-position);
  --tw-gradient-to: #eef0f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cloud\/40 {
  --tw-gradient-from: #eef0f466 var(--tw-gradient-from-position);
  --tw-gradient-to: #eef0f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cloud\/45 {
  --tw-gradient-from: #eef0f473 var(--tw-gradient-from-position);
  --tw-gradient-to: #eef0f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cloud\/5 {
  --tw-gradient-from: #eef0f40d var(--tw-gradient-from-position);
  --tw-gradient-to: #eef0f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cloud\/50 {
  --tw-gradient-from: #eef0f480 var(--tw-gradient-from-position);
  --tw-gradient-to: #eef0f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cloud\/55 {
  --tw-gradient-from: #eef0f48c var(--tw-gradient-from-position);
  --tw-gradient-to: #eef0f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cloud\/60 {
  --tw-gradient-from: #eef0f499 var(--tw-gradient-from-position);
  --tw-gradient-to: #eef0f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cloud\/65 {
  --tw-gradient-from: #eef0f4a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #eef0f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cloud\/70 {
  --tw-gradient-from: #eef0f4b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #eef0f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cloud\/75 {
  --tw-gradient-from: #eef0f4bf var(--tw-gradient-from-position);
  --tw-gradient-to: #eef0f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cloud\/80 {
  --tw-gradient-from: #eef0f4cc var(--tw-gradient-from-position);
  --tw-gradient-to: #eef0f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cloud\/85 {
  --tw-gradient-from: #eef0f4d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #eef0f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cloud\/90 {
  --tw-gradient-from: #eef0f4e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #eef0f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cloud\/95 {
  --tw-gradient-from: #eef0f4f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #eef0f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cream {
  --tw-gradient-from: #faf9f7 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f8f600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cream\/0 {
  --tw-gradient-from: #f9f8f600 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f8f600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cream\/10 {
  --tw-gradient-from: #f9f8f61a var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f8f600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cream\/100 {
  --tw-gradient-from: #faf9f7 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f8f600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cream\/15 {
  --tw-gradient-from: #f9f8f626 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f8f600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cream\/20 {
  --tw-gradient-from: #f9f8f633 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f8f600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cream\/25 {
  --tw-gradient-from: #f9f8f640 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f8f600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cream\/30 {
  --tw-gradient-from: #f9f8f64d var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f8f600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cream\/35 {
  --tw-gradient-from: #f9f8f659 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f8f600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cream\/40 {
  --tw-gradient-from: #f9f8f666 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f8f600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cream\/45 {
  --tw-gradient-from: #f9f8f673 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f8f600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cream\/5 {
  --tw-gradient-from: #f9f8f60d var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f8f600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cream\/50 {
  --tw-gradient-from: #f9f8f680 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f8f600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cream\/55 {
  --tw-gradient-from: #f9f8f68c var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f8f600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cream\/60 {
  --tw-gradient-from: #f9f8f699 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f8f600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cream\/65 {
  --tw-gradient-from: #f9f8f6a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f8f600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cream\/70 {
  --tw-gradient-from: #f9f8f6b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f8f600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cream\/75 {
  --tw-gradient-from: #f9f8f6bf var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f8f600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cream\/80 {
  --tw-gradient-from: #f9f8f6cc var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f8f600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cream\/85 {
  --tw-gradient-from: #f9f8f6d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f8f600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cream\/90 {
  --tw-gradient-from: #f9f8f6e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f8f600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-cream\/95 {
  --tw-gradient-from: #f9f8f6f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f8f600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-100 {
  --tw-gradient-from: #d6e0fb var(--tw-gradient-from-position);
  --tw-gradient-to: #d6e0fb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-100\/0 {
  --tw-gradient-from: #d6e0fb00 var(--tw-gradient-from-position);
  --tw-gradient-to: #d6e0fb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-100\/10 {
  --tw-gradient-from: #d6e0fb1a var(--tw-gradient-from-position);
  --tw-gradient-to: #d6e0fb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-100\/100 {
  --tw-gradient-from: #d6e0fb var(--tw-gradient-from-position);
  --tw-gradient-to: #d6e0fb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-100\/15 {
  --tw-gradient-from: #d6e0fb26 var(--tw-gradient-from-position);
  --tw-gradient-to: #d6e0fb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-100\/20 {
  --tw-gradient-from: #d6e0fb33 var(--tw-gradient-from-position);
  --tw-gradient-to: #d6e0fb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-100\/25 {
  --tw-gradient-from: #d6e0fb40 var(--tw-gradient-from-position);
  --tw-gradient-to: #d6e0fb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-100\/30 {
  --tw-gradient-from: #d6e0fb4d var(--tw-gradient-from-position);
  --tw-gradient-to: #d6e0fb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-100\/35 {
  --tw-gradient-from: #d6e0fb59 var(--tw-gradient-from-position);
  --tw-gradient-to: #d6e0fb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-100\/40 {
  --tw-gradient-from: #d6e0fb66 var(--tw-gradient-from-position);
  --tw-gradient-to: #d6e0fb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-100\/45 {
  --tw-gradient-from: #d6e0fb73 var(--tw-gradient-from-position);
  --tw-gradient-to: #d6e0fb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-100\/5 {
  --tw-gradient-from: #d6e0fb0d var(--tw-gradient-from-position);
  --tw-gradient-to: #d6e0fb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-100\/50 {
  --tw-gradient-from: #d6e0fb80 var(--tw-gradient-from-position);
  --tw-gradient-to: #d6e0fb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-100\/55 {
  --tw-gradient-from: #d6e0fb8c var(--tw-gradient-from-position);
  --tw-gradient-to: #d6e0fb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-100\/60 {
  --tw-gradient-from: #d6e0fb99 var(--tw-gradient-from-position);
  --tw-gradient-to: #d6e0fb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-100\/65 {
  --tw-gradient-from: #d6e0fba6 var(--tw-gradient-from-position);
  --tw-gradient-to: #d6e0fb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-100\/70 {
  --tw-gradient-from: #d6e0fbb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #d6e0fb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-100\/75 {
  --tw-gradient-from: #d6e0fbbf var(--tw-gradient-from-position);
  --tw-gradient-to: #d6e0fb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-100\/80 {
  --tw-gradient-from: #d6e0fbcc var(--tw-gradient-from-position);
  --tw-gradient-to: #d6e0fb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-100\/85 {
  --tw-gradient-from: #d6e0fbd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #d6e0fb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-100\/90 {
  --tw-gradient-from: #d6e0fbe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #d6e0fb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-100\/95 {
  --tw-gradient-from: #d6e0fbf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #d6e0fb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-200 {
  --tw-gradient-from: #b1c5f8 var(--tw-gradient-from-position);
  --tw-gradient-to: #b1c5f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-200\/0 {
  --tw-gradient-from: #b1c5f800 var(--tw-gradient-from-position);
  --tw-gradient-to: #b1c5f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-200\/10 {
  --tw-gradient-from: #b1c5f81a var(--tw-gradient-from-position);
  --tw-gradient-to: #b1c5f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-200\/100 {
  --tw-gradient-from: #b1c5f8 var(--tw-gradient-from-position);
  --tw-gradient-to: #b1c5f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-200\/15 {
  --tw-gradient-from: #b1c5f826 var(--tw-gradient-from-position);
  --tw-gradient-to: #b1c5f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-200\/20 {
  --tw-gradient-from: #b1c5f833 var(--tw-gradient-from-position);
  --tw-gradient-to: #b1c5f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-200\/25 {
  --tw-gradient-from: #b1c5f840 var(--tw-gradient-from-position);
  --tw-gradient-to: #b1c5f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-200\/30 {
  --tw-gradient-from: #b1c5f84d var(--tw-gradient-from-position);
  --tw-gradient-to: #b1c5f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-200\/35 {
  --tw-gradient-from: #b1c5f859 var(--tw-gradient-from-position);
  --tw-gradient-to: #b1c5f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-200\/40 {
  --tw-gradient-from: #b1c5f866 var(--tw-gradient-from-position);
  --tw-gradient-to: #b1c5f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-200\/45 {
  --tw-gradient-from: #b1c5f873 var(--tw-gradient-from-position);
  --tw-gradient-to: #b1c5f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-200\/5 {
  --tw-gradient-from: #b1c5f80d var(--tw-gradient-from-position);
  --tw-gradient-to: #b1c5f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-200\/50 {
  --tw-gradient-from: #b1c5f880 var(--tw-gradient-from-position);
  --tw-gradient-to: #b1c5f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-200\/55 {
  --tw-gradient-from: #b1c5f88c var(--tw-gradient-from-position);
  --tw-gradient-to: #b1c5f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-200\/60 {
  --tw-gradient-from: #b1c5f899 var(--tw-gradient-from-position);
  --tw-gradient-to: #b1c5f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-200\/65 {
  --tw-gradient-from: #b1c5f8a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #b1c5f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-200\/70 {
  --tw-gradient-from: #b1c5f8b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #b1c5f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-200\/75 {
  --tw-gradient-from: #b1c5f8bf var(--tw-gradient-from-position);
  --tw-gradient-to: #b1c5f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-200\/80 {
  --tw-gradient-from: #b1c5f8cc var(--tw-gradient-from-position);
  --tw-gradient-to: #b1c5f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-200\/85 {
  --tw-gradient-from: #b1c5f8d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #b1c5f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-200\/90 {
  --tw-gradient-from: #b1c5f8e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #b1c5f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-200\/95 {
  --tw-gradient-from: #b1c5f8f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #b1c5f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-300 {
  --tw-gradient-from: #87a6f4 var(--tw-gradient-from-position);
  --tw-gradient-to: #87a6f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-300\/0 {
  --tw-gradient-from: #87a6f400 var(--tw-gradient-from-position);
  --tw-gradient-to: #87a6f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-300\/10 {
  --tw-gradient-from: #87a6f41a var(--tw-gradient-from-position);
  --tw-gradient-to: #87a6f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-300\/100 {
  --tw-gradient-from: #87a6f4 var(--tw-gradient-from-position);
  --tw-gradient-to: #87a6f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-300\/15 {
  --tw-gradient-from: #87a6f426 var(--tw-gradient-from-position);
  --tw-gradient-to: #87a6f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-300\/20 {
  --tw-gradient-from: #87a6f433 var(--tw-gradient-from-position);
  --tw-gradient-to: #87a6f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-300\/25 {
  --tw-gradient-from: #87a6f440 var(--tw-gradient-from-position);
  --tw-gradient-to: #87a6f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-300\/30 {
  --tw-gradient-from: #87a6f44d var(--tw-gradient-from-position);
  --tw-gradient-to: #87a6f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-300\/35 {
  --tw-gradient-from: #87a6f459 var(--tw-gradient-from-position);
  --tw-gradient-to: #87a6f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-300\/40 {
  --tw-gradient-from: #87a6f466 var(--tw-gradient-from-position);
  --tw-gradient-to: #87a6f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-300\/45 {
  --tw-gradient-from: #87a6f473 var(--tw-gradient-from-position);
  --tw-gradient-to: #87a6f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-300\/5 {
  --tw-gradient-from: #87a6f40d var(--tw-gradient-from-position);
  --tw-gradient-to: #87a6f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-300\/50 {
  --tw-gradient-from: #87a6f480 var(--tw-gradient-from-position);
  --tw-gradient-to: #87a6f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-300\/55 {
  --tw-gradient-from: #87a6f48c var(--tw-gradient-from-position);
  --tw-gradient-to: #87a6f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-300\/60 {
  --tw-gradient-from: #87a6f499 var(--tw-gradient-from-position);
  --tw-gradient-to: #87a6f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-300\/65 {
  --tw-gradient-from: #87a6f4a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #87a6f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-300\/70 {
  --tw-gradient-from: #87a6f4b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #87a6f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-300\/75 {
  --tw-gradient-from: #87a6f4bf var(--tw-gradient-from-position);
  --tw-gradient-to: #87a6f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-300\/80 {
  --tw-gradient-from: #87a6f4cc var(--tw-gradient-from-position);
  --tw-gradient-to: #87a6f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-300\/85 {
  --tw-gradient-from: #87a6f4d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #87a6f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-300\/90 {
  --tw-gradient-from: #87a6f4e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #87a6f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-300\/95 {
  --tw-gradient-from: #87a6f4f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #87a6f400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-400 {
  --tw-gradient-from: #5984ef var(--tw-gradient-from-position);
  --tw-gradient-to: #5984ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-400\/0 {
  --tw-gradient-from: #5984ef00 var(--tw-gradient-from-position);
  --tw-gradient-to: #5984ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-400\/10 {
  --tw-gradient-from: #5984ef1a var(--tw-gradient-from-position);
  --tw-gradient-to: #5984ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-400\/100 {
  --tw-gradient-from: #5984ef var(--tw-gradient-from-position);
  --tw-gradient-to: #5984ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-400\/15 {
  --tw-gradient-from: #5984ef26 var(--tw-gradient-from-position);
  --tw-gradient-to: #5984ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-400\/20 {
  --tw-gradient-from: #5984ef33 var(--tw-gradient-from-position);
  --tw-gradient-to: #5984ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-400\/25 {
  --tw-gradient-from: #5984ef40 var(--tw-gradient-from-position);
  --tw-gradient-to: #5984ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-400\/30 {
  --tw-gradient-from: #5984ef4d var(--tw-gradient-from-position);
  --tw-gradient-to: #5984ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-400\/35 {
  --tw-gradient-from: #5984ef59 var(--tw-gradient-from-position);
  --tw-gradient-to: #5984ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-400\/40 {
  --tw-gradient-from: #5984ef66 var(--tw-gradient-from-position);
  --tw-gradient-to: #5984ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-400\/45 {
  --tw-gradient-from: #5984ef73 var(--tw-gradient-from-position);
  --tw-gradient-to: #5984ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-400\/5 {
  --tw-gradient-from: #5984ef0d var(--tw-gradient-from-position);
  --tw-gradient-to: #5984ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-400\/50 {
  --tw-gradient-from: #5984ef80 var(--tw-gradient-from-position);
  --tw-gradient-to: #5984ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-400\/55 {
  --tw-gradient-from: #5984ef8c var(--tw-gradient-from-position);
  --tw-gradient-to: #5984ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-400\/60 {
  --tw-gradient-from: #5984ef99 var(--tw-gradient-from-position);
  --tw-gradient-to: #5984ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-400\/65 {
  --tw-gradient-from: #5984efa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #5984ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-400\/70 {
  --tw-gradient-from: #5984efb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #5984ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-400\/75 {
  --tw-gradient-from: #5984efbf var(--tw-gradient-from-position);
  --tw-gradient-to: #5984ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-400\/80 {
  --tw-gradient-from: #5984efcc var(--tw-gradient-from-position);
  --tw-gradient-to: #5984ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-400\/85 {
  --tw-gradient-from: #5984efd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #5984ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-400\/90 {
  --tw-gradient-from: #5984efe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #5984ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-400\/95 {
  --tw-gradient-from: #5984eff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #5984ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-50 {
  --tw-gradient-from: #f6f8fe var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f8fe00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-50\/0 {
  --tw-gradient-from: #f6f8fe00 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f8fe00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-50\/10 {
  --tw-gradient-from: #f6f8fe1a var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f8fe00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-50\/100 {
  --tw-gradient-from: #f6f8fe var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f8fe00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-50\/15 {
  --tw-gradient-from: #f6f8fe26 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f8fe00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-50\/20 {
  --tw-gradient-from: #f6f8fe33 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f8fe00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-50\/25 {
  --tw-gradient-from: #f6f8fe40 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f8fe00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-50\/30 {
  --tw-gradient-from: #f6f8fe4d var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f8fe00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-50\/35 {
  --tw-gradient-from: #f6f8fe59 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f8fe00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-50\/40 {
  --tw-gradient-from: #f6f8fe66 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f8fe00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-50\/45 {
  --tw-gradient-from: #f6f8fe73 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f8fe00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-50\/5 {
  --tw-gradient-from: #f6f8fe0d var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f8fe00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-50\/50 {
  --tw-gradient-from: #f6f8fe80 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f8fe00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-50\/55 {
  --tw-gradient-from: #f6f8fe8c var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f8fe00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-50\/60 {
  --tw-gradient-from: #f6f8fe99 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f8fe00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-50\/65 {
  --tw-gradient-from: #f6f8fea6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f8fe00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-50\/70 {
  --tw-gradient-from: #f6f8feb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f8fe00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-50\/75 {
  --tw-gradient-from: #f6f8febf var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f8fe00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-50\/80 {
  --tw-gradient-from: #f6f8fecc var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f8fe00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-50\/85 {
  --tw-gradient-from: #f6f8fed9 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f8fe00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-50\/90 {
  --tw-gradient-from: #f6f8fee6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f8fe00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-50\/95 {
  --tw-gradient-from: #f6f8fef2 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f8fe00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-500 {
  --tw-gradient-from: #1954e9 var(--tw-gradient-from-position);
  --tw-gradient-to: #1954e900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-500\/0 {
  --tw-gradient-from: #1954e900 var(--tw-gradient-from-position);
  --tw-gradient-to: #1954e900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-500\/10 {
  --tw-gradient-from: #1954e91a var(--tw-gradient-from-position);
  --tw-gradient-to: #1954e900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-500\/100 {
  --tw-gradient-from: #1954e9 var(--tw-gradient-from-position);
  --tw-gradient-to: #1954e900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-500\/15 {
  --tw-gradient-from: #1954e926 var(--tw-gradient-from-position);
  --tw-gradient-to: #1954e900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-500\/20 {
  --tw-gradient-from: #1954e933 var(--tw-gradient-from-position);
  --tw-gradient-to: #1954e900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-500\/25 {
  --tw-gradient-from: #1954e940 var(--tw-gradient-from-position);
  --tw-gradient-to: #1954e900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-500\/30 {
  --tw-gradient-from: #1954e94d var(--tw-gradient-from-position);
  --tw-gradient-to: #1954e900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-500\/35 {
  --tw-gradient-from: #1954e959 var(--tw-gradient-from-position);
  --tw-gradient-to: #1954e900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-500\/40 {
  --tw-gradient-from: #1954e966 var(--tw-gradient-from-position);
  --tw-gradient-to: #1954e900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-500\/45 {
  --tw-gradient-from: #1954e973 var(--tw-gradient-from-position);
  --tw-gradient-to: #1954e900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-500\/5 {
  --tw-gradient-from: #1954e90d var(--tw-gradient-from-position);
  --tw-gradient-to: #1954e900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-500\/50 {
  --tw-gradient-from: #1954e980 var(--tw-gradient-from-position);
  --tw-gradient-to: #1954e900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-500\/55 {
  --tw-gradient-from: #1954e98c var(--tw-gradient-from-position);
  --tw-gradient-to: #1954e900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-500\/60 {
  --tw-gradient-from: #1954e999 var(--tw-gradient-from-position);
  --tw-gradient-to: #1954e900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-500\/65 {
  --tw-gradient-from: #1954e9a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #1954e900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-500\/70 {
  --tw-gradient-from: #1954e9b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #1954e900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-500\/75 {
  --tw-gradient-from: #1954e9bf var(--tw-gradient-from-position);
  --tw-gradient-to: #1954e900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-500\/80 {
  --tw-gradient-from: #1954e9cc var(--tw-gradient-from-position);
  --tw-gradient-to: #1954e900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-500\/85 {
  --tw-gradient-from: #1954e9d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #1954e900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-500\/90 {
  --tw-gradient-from: #1954e9e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #1954e900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-500\/95 {
  --tw-gradient-from: #1954e9f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #1954e900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-600 {
  --tw-gradient-from: #123ca8 var(--tw-gradient-from-position);
  --tw-gradient-to: #123ca800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-600\/0 {
  --tw-gradient-from: #123ca800 var(--tw-gradient-from-position);
  --tw-gradient-to: #123ca800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-600\/10 {
  --tw-gradient-from: #123ca81a var(--tw-gradient-from-position);
  --tw-gradient-to: #123ca800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-600\/100 {
  --tw-gradient-from: #123ca8 var(--tw-gradient-from-position);
  --tw-gradient-to: #123ca800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-600\/15 {
  --tw-gradient-from: #123ca826 var(--tw-gradient-from-position);
  --tw-gradient-to: #123ca800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-600\/20 {
  --tw-gradient-from: #123ca833 var(--tw-gradient-from-position);
  --tw-gradient-to: #123ca800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-600\/25 {
  --tw-gradient-from: #123ca840 var(--tw-gradient-from-position);
  --tw-gradient-to: #123ca800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-600\/30 {
  --tw-gradient-from: #123ca84d var(--tw-gradient-from-position);
  --tw-gradient-to: #123ca800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-600\/35 {
  --tw-gradient-from: #123ca859 var(--tw-gradient-from-position);
  --tw-gradient-to: #123ca800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-600\/40 {
  --tw-gradient-from: #123ca866 var(--tw-gradient-from-position);
  --tw-gradient-to: #123ca800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-600\/45 {
  --tw-gradient-from: #123ca873 var(--tw-gradient-from-position);
  --tw-gradient-to: #123ca800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-600\/5 {
  --tw-gradient-from: #123ca80d var(--tw-gradient-from-position);
  --tw-gradient-to: #123ca800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-600\/50 {
  --tw-gradient-from: #123ca880 var(--tw-gradient-from-position);
  --tw-gradient-to: #123ca800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-600\/55 {
  --tw-gradient-from: #123ca88c var(--tw-gradient-from-position);
  --tw-gradient-to: #123ca800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-600\/60 {
  --tw-gradient-from: #123ca899 var(--tw-gradient-from-position);
  --tw-gradient-to: #123ca800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-600\/65 {
  --tw-gradient-from: #123ca8a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #123ca800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-600\/70 {
  --tw-gradient-from: #123ca8b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #123ca800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-600\/75 {
  --tw-gradient-from: #123ca8bf var(--tw-gradient-from-position);
  --tw-gradient-to: #123ca800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-600\/80 {
  --tw-gradient-from: #123ca8cc var(--tw-gradient-from-position);
  --tw-gradient-to: #123ca800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-600\/85 {
  --tw-gradient-from: #123ca8d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #123ca800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-600\/90 {
  --tw-gradient-from: #123ca8e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #123ca800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-600\/95 {
  --tw-gradient-from: #123ca8f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #123ca800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-700 {
  --tw-gradient-from: #0d2c79 var(--tw-gradient-from-position);
  --tw-gradient-to: #0d2c7900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-700\/0 {
  --tw-gradient-from: #0d2c7900 var(--tw-gradient-from-position);
  --tw-gradient-to: #0d2c7900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-700\/10 {
  --tw-gradient-from: #0d2c791a var(--tw-gradient-from-position);
  --tw-gradient-to: #0d2c7900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-700\/100 {
  --tw-gradient-from: #0d2c79 var(--tw-gradient-from-position);
  --tw-gradient-to: #0d2c7900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-700\/15 {
  --tw-gradient-from: #0d2c7926 var(--tw-gradient-from-position);
  --tw-gradient-to: #0d2c7900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-700\/20 {
  --tw-gradient-from: #0d2c7933 var(--tw-gradient-from-position);
  --tw-gradient-to: #0d2c7900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-700\/25 {
  --tw-gradient-from: #0d2c7940 var(--tw-gradient-from-position);
  --tw-gradient-to: #0d2c7900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-700\/30 {
  --tw-gradient-from: #0d2c794d var(--tw-gradient-from-position);
  --tw-gradient-to: #0d2c7900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-700\/35 {
  --tw-gradient-from: #0d2c7959 var(--tw-gradient-from-position);
  --tw-gradient-to: #0d2c7900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-700\/40 {
  --tw-gradient-from: #0d2c7966 var(--tw-gradient-from-position);
  --tw-gradient-to: #0d2c7900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-700\/45 {
  --tw-gradient-from: #0d2c7973 var(--tw-gradient-from-position);
  --tw-gradient-to: #0d2c7900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-700\/5 {
  --tw-gradient-from: #0d2c790d var(--tw-gradient-from-position);
  --tw-gradient-to: #0d2c7900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-700\/50 {
  --tw-gradient-from: #0d2c7980 var(--tw-gradient-from-position);
  --tw-gradient-to: #0d2c7900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-700\/55 {
  --tw-gradient-from: #0d2c798c var(--tw-gradient-from-position);
  --tw-gradient-to: #0d2c7900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-700\/60 {
  --tw-gradient-from: #0d2c7999 var(--tw-gradient-from-position);
  --tw-gradient-to: #0d2c7900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-700\/65 {
  --tw-gradient-from: #0d2c79a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #0d2c7900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-700\/70 {
  --tw-gradient-from: #0d2c79b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #0d2c7900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-700\/75 {
  --tw-gradient-from: #0d2c79bf var(--tw-gradient-from-position);
  --tw-gradient-to: #0d2c7900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-700\/80 {
  --tw-gradient-from: #0d2c79cc var(--tw-gradient-from-position);
  --tw-gradient-to: #0d2c7900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-700\/85 {
  --tw-gradient-from: #0d2c79d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #0d2c7900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-700\/90 {
  --tw-gradient-from: #0d2c79e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #0d2c7900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-700\/95 {
  --tw-gradient-from: #0d2c79f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #0d2c7900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-75 {
  --tw-gradient-from: #e6ecfd var(--tw-gradient-from-position);
  --tw-gradient-to: #e6ecfd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-75\/0 {
  --tw-gradient-from: #e6ecfd00 var(--tw-gradient-from-position);
  --tw-gradient-to: #e6ecfd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-75\/10 {
  --tw-gradient-from: #e6ecfd1a var(--tw-gradient-from-position);
  --tw-gradient-to: #e6ecfd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-75\/100 {
  --tw-gradient-from: #e6ecfd var(--tw-gradient-from-position);
  --tw-gradient-to: #e6ecfd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-75\/15 {
  --tw-gradient-from: #e6ecfd26 var(--tw-gradient-from-position);
  --tw-gradient-to: #e6ecfd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-75\/20 {
  --tw-gradient-from: #e6ecfd33 var(--tw-gradient-from-position);
  --tw-gradient-to: #e6ecfd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-75\/25 {
  --tw-gradient-from: #e6ecfd40 var(--tw-gradient-from-position);
  --tw-gradient-to: #e6ecfd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-75\/30 {
  --tw-gradient-from: #e6ecfd4d var(--tw-gradient-from-position);
  --tw-gradient-to: #e6ecfd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-75\/35 {
  --tw-gradient-from: #e6ecfd59 var(--tw-gradient-from-position);
  --tw-gradient-to: #e6ecfd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-75\/40 {
  --tw-gradient-from: #e6ecfd66 var(--tw-gradient-from-position);
  --tw-gradient-to: #e6ecfd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-75\/45 {
  --tw-gradient-from: #e6ecfd73 var(--tw-gradient-from-position);
  --tw-gradient-to: #e6ecfd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-75\/5 {
  --tw-gradient-from: #e6ecfd0d var(--tw-gradient-from-position);
  --tw-gradient-to: #e6ecfd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-75\/50 {
  --tw-gradient-from: #e6ecfd80 var(--tw-gradient-from-position);
  --tw-gradient-to: #e6ecfd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-75\/55 {
  --tw-gradient-from: #e6ecfd8c var(--tw-gradient-from-position);
  --tw-gradient-to: #e6ecfd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-75\/60 {
  --tw-gradient-from: #e6ecfd99 var(--tw-gradient-from-position);
  --tw-gradient-to: #e6ecfd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-75\/65 {
  --tw-gradient-from: #e6ecfda6 var(--tw-gradient-from-position);
  --tw-gradient-to: #e6ecfd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-75\/70 {
  --tw-gradient-from: #e6ecfdb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #e6ecfd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-75\/75 {
  --tw-gradient-from: #e6ecfdbf var(--tw-gradient-from-position);
  --tw-gradient-to: #e6ecfd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-75\/80 {
  --tw-gradient-from: #e6ecfdcc var(--tw-gradient-from-position);
  --tw-gradient-to: #e6ecfd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-75\/85 {
  --tw-gradient-from: #e6ecfdd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #e6ecfd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-75\/90 {
  --tw-gradient-from: #e6ecfde6 var(--tw-gradient-from-position);
  --tw-gradient-to: #e6ecfd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-75\/95 {
  --tw-gradient-from: #e6ecfdf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #e6ecfd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-800 {
  --tw-gradient-from: #081d4f var(--tw-gradient-from-position);
  --tw-gradient-to: #081d4f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-800\/0 {
  --tw-gradient-from: #081d4f00 var(--tw-gradient-from-position);
  --tw-gradient-to: #081d4f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-800\/10 {
  --tw-gradient-from: #081d4f1a var(--tw-gradient-from-position);
  --tw-gradient-to: #081d4f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-800\/100 {
  --tw-gradient-from: #081d4f var(--tw-gradient-from-position);
  --tw-gradient-to: #081d4f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-800\/15 {
  --tw-gradient-from: #081d4f26 var(--tw-gradient-from-position);
  --tw-gradient-to: #081d4f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-800\/20 {
  --tw-gradient-from: #081d4f33 var(--tw-gradient-from-position);
  --tw-gradient-to: #081d4f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-800\/25 {
  --tw-gradient-from: #081d4f40 var(--tw-gradient-from-position);
  --tw-gradient-to: #081d4f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-800\/30 {
  --tw-gradient-from: #081d4f4d var(--tw-gradient-from-position);
  --tw-gradient-to: #081d4f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-800\/35 {
  --tw-gradient-from: #081d4f59 var(--tw-gradient-from-position);
  --tw-gradient-to: #081d4f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-800\/40 {
  --tw-gradient-from: #081d4f66 var(--tw-gradient-from-position);
  --tw-gradient-to: #081d4f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-800\/45 {
  --tw-gradient-from: #081d4f73 var(--tw-gradient-from-position);
  --tw-gradient-to: #081d4f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-800\/5 {
  --tw-gradient-from: #081d4f0d var(--tw-gradient-from-position);
  --tw-gradient-to: #081d4f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-800\/50 {
  --tw-gradient-from: #081d4f80 var(--tw-gradient-from-position);
  --tw-gradient-to: #081d4f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-800\/55 {
  --tw-gradient-from: #081d4f8c var(--tw-gradient-from-position);
  --tw-gradient-to: #081d4f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-800\/60 {
  --tw-gradient-from: #081d4f99 var(--tw-gradient-from-position);
  --tw-gradient-to: #081d4f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-800\/65 {
  --tw-gradient-from: #081d4fa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #081d4f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-800\/70 {
  --tw-gradient-from: #081d4fb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #081d4f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-800\/75 {
  --tw-gradient-from: #081d4fbf var(--tw-gradient-from-position);
  --tw-gradient-to: #081d4f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-800\/80 {
  --tw-gradient-from: #081d4fcc var(--tw-gradient-from-position);
  --tw-gradient-to: #081d4f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-800\/85 {
  --tw-gradient-from: #081d4fd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #081d4f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-800\/90 {
  --tw-gradient-from: #081d4fe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #081d4f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-800\/95 {
  --tw-gradient-from: #081d4ff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #081d4f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-900 {
  --tw-gradient-from: #050f2a var(--tw-gradient-from-position);
  --tw-gradient-to: #050f2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-900\/0 {
  --tw-gradient-from: #050f2a00 var(--tw-gradient-from-position);
  --tw-gradient-to: #050f2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-900\/10 {
  --tw-gradient-from: #050f2a1a var(--tw-gradient-from-position);
  --tw-gradient-to: #050f2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-900\/100 {
  --tw-gradient-from: #050f2a var(--tw-gradient-from-position);
  --tw-gradient-to: #050f2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-900\/15 {
  --tw-gradient-from: #050f2a26 var(--tw-gradient-from-position);
  --tw-gradient-to: #050f2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-900\/20 {
  --tw-gradient-from: #050f2a33 var(--tw-gradient-from-position);
  --tw-gradient-to: #050f2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-900\/25 {
  --tw-gradient-from: #050f2a40 var(--tw-gradient-from-position);
  --tw-gradient-to: #050f2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-900\/30 {
  --tw-gradient-from: #050f2a4d var(--tw-gradient-from-position);
  --tw-gradient-to: #050f2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-900\/35 {
  --tw-gradient-from: #050f2a59 var(--tw-gradient-from-position);
  --tw-gradient-to: #050f2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-900\/40 {
  --tw-gradient-from: #050f2a66 var(--tw-gradient-from-position);
  --tw-gradient-to: #050f2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-900\/45 {
  --tw-gradient-from: #050f2a73 var(--tw-gradient-from-position);
  --tw-gradient-to: #050f2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-900\/5 {
  --tw-gradient-from: #050f2a0d var(--tw-gradient-from-position);
  --tw-gradient-to: #050f2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-900\/50 {
  --tw-gradient-from: #050f2a80 var(--tw-gradient-from-position);
  --tw-gradient-to: #050f2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-900\/55 {
  --tw-gradient-from: #050f2a8c var(--tw-gradient-from-position);
  --tw-gradient-to: #050f2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-900\/60 {
  --tw-gradient-from: #050f2a99 var(--tw-gradient-from-position);
  --tw-gradient-to: #050f2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-900\/65 {
  --tw-gradient-from: #050f2aa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #050f2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-900\/70 {
  --tw-gradient-from: #050f2ab3 var(--tw-gradient-from-position);
  --tw-gradient-to: #050f2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-900\/75 {
  --tw-gradient-from: #050f2abf var(--tw-gradient-from-position);
  --tw-gradient-to: #050f2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-900\/80 {
  --tw-gradient-from: #050f2acc var(--tw-gradient-from-position);
  --tw-gradient-to: #050f2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-900\/85 {
  --tw-gradient-from: #050f2ad9 var(--tw-gradient-from-position);
  --tw-gradient-to: #050f2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-900\/90 {
  --tw-gradient-from: #050f2ae6 var(--tw-gradient-from-position);
  --tw-gradient-to: #050f2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-900\/95 {
  --tw-gradient-from: #050f2af2 var(--tw-gradient-from-position);
  --tw-gradient-to: #050f2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-925 {
  --tw-gradient-from: #03091a var(--tw-gradient-from-position);
  --tw-gradient-to: #03091a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-925\/0 {
  --tw-gradient-from: #03091a00 var(--tw-gradient-from-position);
  --tw-gradient-to: #03091a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-925\/10 {
  --tw-gradient-from: #03091a1a var(--tw-gradient-from-position);
  --tw-gradient-to: #03091a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-925\/100 {
  --tw-gradient-from: #03091a var(--tw-gradient-from-position);
  --tw-gradient-to: #03091a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-925\/15 {
  --tw-gradient-from: #03091a26 var(--tw-gradient-from-position);
  --tw-gradient-to: #03091a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-925\/20 {
  --tw-gradient-from: #03091a33 var(--tw-gradient-from-position);
  --tw-gradient-to: #03091a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-925\/25 {
  --tw-gradient-from: #03091a40 var(--tw-gradient-from-position);
  --tw-gradient-to: #03091a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-925\/30 {
  --tw-gradient-from: #03091a4d var(--tw-gradient-from-position);
  --tw-gradient-to: #03091a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-925\/35 {
  --tw-gradient-from: #03091a59 var(--tw-gradient-from-position);
  --tw-gradient-to: #03091a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-925\/40 {
  --tw-gradient-from: #03091a66 var(--tw-gradient-from-position);
  --tw-gradient-to: #03091a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-925\/45 {
  --tw-gradient-from: #03091a73 var(--tw-gradient-from-position);
  --tw-gradient-to: #03091a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-925\/5 {
  --tw-gradient-from: #03091a0d var(--tw-gradient-from-position);
  --tw-gradient-to: #03091a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-925\/50 {
  --tw-gradient-from: #03091a80 var(--tw-gradient-from-position);
  --tw-gradient-to: #03091a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-925\/55 {
  --tw-gradient-from: #03091a8c var(--tw-gradient-from-position);
  --tw-gradient-to: #03091a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-925\/60 {
  --tw-gradient-from: #03091a99 var(--tw-gradient-from-position);
  --tw-gradient-to: #03091a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-925\/65 {
  --tw-gradient-from: #03091aa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #03091a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-925\/70 {
  --tw-gradient-from: #03091ab3 var(--tw-gradient-from-position);
  --tw-gradient-to: #03091a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-925\/75 {
  --tw-gradient-from: #03091abf var(--tw-gradient-from-position);
  --tw-gradient-to: #03091a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-925\/80 {
  --tw-gradient-from: #03091acc var(--tw-gradient-from-position);
  --tw-gradient-to: #03091a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-925\/85 {
  --tw-gradient-from: #03091ad9 var(--tw-gradient-from-position);
  --tw-gradient-to: #03091a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-925\/90 {
  --tw-gradient-from: #03091ae6 var(--tw-gradient-from-position);
  --tw-gradient-to: #03091a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-925\/95 {
  --tw-gradient-from: #03091af2 var(--tw-gradient-from-position);
  --tw-gradient-to: #03091a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-950 {
  --tw-gradient-from: #010309 var(--tw-gradient-from-position);
  --tw-gradient-to: #01030900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-950\/0 {
  --tw-gradient-from: #01030900 var(--tw-gradient-from-position);
  --tw-gradient-to: #01030900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-950\/10 {
  --tw-gradient-from: #0103091a var(--tw-gradient-from-position);
  --tw-gradient-to: #01030900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-950\/100 {
  --tw-gradient-from: #010309 var(--tw-gradient-from-position);
  --tw-gradient-to: #01030900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-950\/15 {
  --tw-gradient-from: #01030926 var(--tw-gradient-from-position);
  --tw-gradient-to: #01030900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-950\/20 {
  --tw-gradient-from: #01030933 var(--tw-gradient-from-position);
  --tw-gradient-to: #01030900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-950\/25 {
  --tw-gradient-from: #01030940 var(--tw-gradient-from-position);
  --tw-gradient-to: #01030900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-950\/30 {
  --tw-gradient-from: #0103094d var(--tw-gradient-from-position);
  --tw-gradient-to: #01030900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-950\/35 {
  --tw-gradient-from: #01030959 var(--tw-gradient-from-position);
  --tw-gradient-to: #01030900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-950\/40 {
  --tw-gradient-from: #01030966 var(--tw-gradient-from-position);
  --tw-gradient-to: #01030900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-950\/45 {
  --tw-gradient-from: #01030973 var(--tw-gradient-from-position);
  --tw-gradient-to: #01030900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-950\/5 {
  --tw-gradient-from: #0103090d var(--tw-gradient-from-position);
  --tw-gradient-to: #01030900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-950\/50 {
  --tw-gradient-from: #01030980 var(--tw-gradient-from-position);
  --tw-gradient-to: #01030900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-950\/55 {
  --tw-gradient-from: #0103098c var(--tw-gradient-from-position);
  --tw-gradient-to: #01030900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-950\/60 {
  --tw-gradient-from: #01030999 var(--tw-gradient-from-position);
  --tw-gradient-to: #01030900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-950\/65 {
  --tw-gradient-from: #010309a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #01030900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-950\/70 {
  --tw-gradient-from: #010309b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #01030900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-950\/75 {
  --tw-gradient-from: #010309bf var(--tw-gradient-from-position);
  --tw-gradient-to: #01030900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-950\/80 {
  --tw-gradient-from: #010309cc var(--tw-gradient-from-position);
  --tw-gradient-to: #01030900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-950\/85 {
  --tw-gradient-from: #010309d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #01030900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-950\/90 {
  --tw-gradient-from: #010309e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #01030900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-blue-950\/95 {
  --tw-gradient-from: #010309f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #01030900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-100 {
  --tw-gradient-from: #d1e5dc var(--tw-gradient-from-position);
  --tw-gradient-to: #d1e5dc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-100\/0 {
  --tw-gradient-from: #d1e5dc00 var(--tw-gradient-from-position);
  --tw-gradient-to: #d1e5dc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-100\/10 {
  --tw-gradient-from: #d1e5dc1a var(--tw-gradient-from-position);
  --tw-gradient-to: #d1e5dc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-100\/100 {
  --tw-gradient-from: #d1e5dc var(--tw-gradient-from-position);
  --tw-gradient-to: #d1e5dc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-100\/15 {
  --tw-gradient-from: #d1e5dc26 var(--tw-gradient-from-position);
  --tw-gradient-to: #d1e5dc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-100\/20 {
  --tw-gradient-from: #d1e5dc33 var(--tw-gradient-from-position);
  --tw-gradient-to: #d1e5dc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-100\/25 {
  --tw-gradient-from: #d1e5dc40 var(--tw-gradient-from-position);
  --tw-gradient-to: #d1e5dc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-100\/30 {
  --tw-gradient-from: #d1e5dc4d var(--tw-gradient-from-position);
  --tw-gradient-to: #d1e5dc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-100\/35 {
  --tw-gradient-from: #d1e5dc59 var(--tw-gradient-from-position);
  --tw-gradient-to: #d1e5dc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-100\/40 {
  --tw-gradient-from: #d1e5dc66 var(--tw-gradient-from-position);
  --tw-gradient-to: #d1e5dc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-100\/45 {
  --tw-gradient-from: #d1e5dc73 var(--tw-gradient-from-position);
  --tw-gradient-to: #d1e5dc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-100\/5 {
  --tw-gradient-from: #d1e5dc0d var(--tw-gradient-from-position);
  --tw-gradient-to: #d1e5dc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-100\/50 {
  --tw-gradient-from: #d1e5dc80 var(--tw-gradient-from-position);
  --tw-gradient-to: #d1e5dc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-100\/55 {
  --tw-gradient-from: #d1e5dc8c var(--tw-gradient-from-position);
  --tw-gradient-to: #d1e5dc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-100\/60 {
  --tw-gradient-from: #d1e5dc99 var(--tw-gradient-from-position);
  --tw-gradient-to: #d1e5dc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-100\/65 {
  --tw-gradient-from: #d1e5dca6 var(--tw-gradient-from-position);
  --tw-gradient-to: #d1e5dc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-100\/70 {
  --tw-gradient-from: #d1e5dcb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #d1e5dc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-100\/75 {
  --tw-gradient-from: #d1e5dcbf var(--tw-gradient-from-position);
  --tw-gradient-to: #d1e5dc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-100\/80 {
  --tw-gradient-from: #d1e5dccc var(--tw-gradient-from-position);
  --tw-gradient-to: #d1e5dc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-100\/85 {
  --tw-gradient-from: #d1e5dcd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #d1e5dc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-100\/90 {
  --tw-gradient-from: #d1e5dce6 var(--tw-gradient-from-position);
  --tw-gradient-to: #d1e5dc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-100\/95 {
  --tw-gradient-from: #d1e5dcf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #d1e5dc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-200 {
  --tw-gradient-from: #a8cebd var(--tw-gradient-from-position);
  --tw-gradient-to: #a8cebd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-200\/0 {
  --tw-gradient-from: #a8cebd00 var(--tw-gradient-from-position);
  --tw-gradient-to: #a8cebd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-200\/10 {
  --tw-gradient-from: #a8cebd1a var(--tw-gradient-from-position);
  --tw-gradient-to: #a8cebd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-200\/100 {
  --tw-gradient-from: #a8cebd var(--tw-gradient-from-position);
  --tw-gradient-to: #a8cebd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-200\/15 {
  --tw-gradient-from: #a8cebd26 var(--tw-gradient-from-position);
  --tw-gradient-to: #a8cebd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-200\/20 {
  --tw-gradient-from: #a8cebd33 var(--tw-gradient-from-position);
  --tw-gradient-to: #a8cebd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-200\/25 {
  --tw-gradient-from: #a8cebd40 var(--tw-gradient-from-position);
  --tw-gradient-to: #a8cebd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-200\/30 {
  --tw-gradient-from: #a8cebd4d var(--tw-gradient-from-position);
  --tw-gradient-to: #a8cebd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-200\/35 {
  --tw-gradient-from: #a8cebd59 var(--tw-gradient-from-position);
  --tw-gradient-to: #a8cebd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-200\/40 {
  --tw-gradient-from: #a8cebd66 var(--tw-gradient-from-position);
  --tw-gradient-to: #a8cebd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-200\/45 {
  --tw-gradient-from: #a8cebd73 var(--tw-gradient-from-position);
  --tw-gradient-to: #a8cebd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-200\/5 {
  --tw-gradient-from: #a8cebd0d var(--tw-gradient-from-position);
  --tw-gradient-to: #a8cebd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-200\/50 {
  --tw-gradient-from: #a8cebd80 var(--tw-gradient-from-position);
  --tw-gradient-to: #a8cebd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-200\/55 {
  --tw-gradient-from: #a8cebd8c var(--tw-gradient-from-position);
  --tw-gradient-to: #a8cebd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-200\/60 {
  --tw-gradient-from: #a8cebd99 var(--tw-gradient-from-position);
  --tw-gradient-to: #a8cebd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-200\/65 {
  --tw-gradient-from: #a8cebda6 var(--tw-gradient-from-position);
  --tw-gradient-to: #a8cebd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-200\/70 {
  --tw-gradient-from: #a8cebdb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #a8cebd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-200\/75 {
  --tw-gradient-from: #a8cebdbf var(--tw-gradient-from-position);
  --tw-gradient-to: #a8cebd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-200\/80 {
  --tw-gradient-from: #a8cebdcc var(--tw-gradient-from-position);
  --tw-gradient-to: #a8cebd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-200\/85 {
  --tw-gradient-from: #a8cebdd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #a8cebd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-200\/90 {
  --tw-gradient-from: #a8cebde6 var(--tw-gradient-from-position);
  --tw-gradient-to: #a8cebd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-200\/95 {
  --tw-gradient-from: #a8cebdf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #a8cebd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-300 {
  --tw-gradient-from: #7ab59a var(--tw-gradient-from-position);
  --tw-gradient-to: #7ab59a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-300\/0 {
  --tw-gradient-from: #7ab59a00 var(--tw-gradient-from-position);
  --tw-gradient-to: #7ab59a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-300\/10 {
  --tw-gradient-from: #7ab59a1a var(--tw-gradient-from-position);
  --tw-gradient-to: #7ab59a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-300\/100 {
  --tw-gradient-from: #7ab59a var(--tw-gradient-from-position);
  --tw-gradient-to: #7ab59a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-300\/15 {
  --tw-gradient-from: #7ab59a26 var(--tw-gradient-from-position);
  --tw-gradient-to: #7ab59a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-300\/20 {
  --tw-gradient-from: #7ab59a33 var(--tw-gradient-from-position);
  --tw-gradient-to: #7ab59a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-300\/25 {
  --tw-gradient-from: #7ab59a40 var(--tw-gradient-from-position);
  --tw-gradient-to: #7ab59a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-300\/30 {
  --tw-gradient-from: #7ab59a4d var(--tw-gradient-from-position);
  --tw-gradient-to: #7ab59a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-300\/35 {
  --tw-gradient-from: #7ab59a59 var(--tw-gradient-from-position);
  --tw-gradient-to: #7ab59a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-300\/40 {
  --tw-gradient-from: #7ab59a66 var(--tw-gradient-from-position);
  --tw-gradient-to: #7ab59a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-300\/45 {
  --tw-gradient-from: #7ab59a73 var(--tw-gradient-from-position);
  --tw-gradient-to: #7ab59a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-300\/5 {
  --tw-gradient-from: #7ab59a0d var(--tw-gradient-from-position);
  --tw-gradient-to: #7ab59a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-300\/50 {
  --tw-gradient-from: #7ab59a80 var(--tw-gradient-from-position);
  --tw-gradient-to: #7ab59a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-300\/55 {
  --tw-gradient-from: #7ab59a8c var(--tw-gradient-from-position);
  --tw-gradient-to: #7ab59a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-300\/60 {
  --tw-gradient-from: #7ab59a99 var(--tw-gradient-from-position);
  --tw-gradient-to: #7ab59a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-300\/65 {
  --tw-gradient-from: #7ab59aa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #7ab59a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-300\/70 {
  --tw-gradient-from: #7ab59ab3 var(--tw-gradient-from-position);
  --tw-gradient-to: #7ab59a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-300\/75 {
  --tw-gradient-from: #7ab59abf var(--tw-gradient-from-position);
  --tw-gradient-to: #7ab59a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-300\/80 {
  --tw-gradient-from: #7ab59acc var(--tw-gradient-from-position);
  --tw-gradient-to: #7ab59a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-300\/85 {
  --tw-gradient-from: #7ab59ad9 var(--tw-gradient-from-position);
  --tw-gradient-to: #7ab59a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-300\/90 {
  --tw-gradient-from: #7ab59ae6 var(--tw-gradient-from-position);
  --tw-gradient-to: #7ab59a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-300\/95 {
  --tw-gradient-from: #7ab59af2 var(--tw-gradient-from-position);
  --tw-gradient-to: #7ab59a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-400 {
  --tw-gradient-from: #479873 var(--tw-gradient-from-position);
  --tw-gradient-to: #47987300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-400\/0 {
  --tw-gradient-from: #47987300 var(--tw-gradient-from-position);
  --tw-gradient-to: #47987300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-400\/10 {
  --tw-gradient-from: #4798731a var(--tw-gradient-from-position);
  --tw-gradient-to: #47987300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-400\/100 {
  --tw-gradient-from: #479873 var(--tw-gradient-from-position);
  --tw-gradient-to: #47987300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-400\/15 {
  --tw-gradient-from: #47987326 var(--tw-gradient-from-position);
  --tw-gradient-to: #47987300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-400\/20 {
  --tw-gradient-from: #47987333 var(--tw-gradient-from-position);
  --tw-gradient-to: #47987300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-400\/25 {
  --tw-gradient-from: #47987340 var(--tw-gradient-from-position);
  --tw-gradient-to: #47987300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-400\/30 {
  --tw-gradient-from: #4798734d var(--tw-gradient-from-position);
  --tw-gradient-to: #47987300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-400\/35 {
  --tw-gradient-from: #47987359 var(--tw-gradient-from-position);
  --tw-gradient-to: #47987300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-400\/40 {
  --tw-gradient-from: #47987366 var(--tw-gradient-from-position);
  --tw-gradient-to: #47987300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-400\/45 {
  --tw-gradient-from: #47987373 var(--tw-gradient-from-position);
  --tw-gradient-to: #47987300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-400\/5 {
  --tw-gradient-from: #4798730d var(--tw-gradient-from-position);
  --tw-gradient-to: #47987300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-400\/50 {
  --tw-gradient-from: #47987380 var(--tw-gradient-from-position);
  --tw-gradient-to: #47987300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-400\/55 {
  --tw-gradient-from: #4798738c var(--tw-gradient-from-position);
  --tw-gradient-to: #47987300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-400\/60 {
  --tw-gradient-from: #47987399 var(--tw-gradient-from-position);
  --tw-gradient-to: #47987300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-400\/65 {
  --tw-gradient-from: #479873a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #47987300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-400\/70 {
  --tw-gradient-from: #479873b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #47987300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-400\/75 {
  --tw-gradient-from: #479873bf var(--tw-gradient-from-position);
  --tw-gradient-to: #47987300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-400\/80 {
  --tw-gradient-from: #479873cc var(--tw-gradient-from-position);
  --tw-gradient-to: #47987300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-400\/85 {
  --tw-gradient-from: #479873d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #47987300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-400\/90 {
  --tw-gradient-from: #479873e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #47987300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-400\/95 {
  --tw-gradient-from: #479873f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #47987300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-50 {
  --tw-gradient-from: #f5f9f7 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f9f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-50\/0 {
  --tw-gradient-from: #f5f9f700 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f9f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-50\/10 {
  --tw-gradient-from: #f5f9f71a var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f9f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-50\/100 {
  --tw-gradient-from: #f5f9f7 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f9f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-50\/15 {
  --tw-gradient-from: #f5f9f726 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f9f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-50\/20 {
  --tw-gradient-from: #f5f9f733 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f9f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-50\/25 {
  --tw-gradient-from: #f5f9f740 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f9f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-50\/30 {
  --tw-gradient-from: #f5f9f74d var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f9f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-50\/35 {
  --tw-gradient-from: #f5f9f759 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f9f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-50\/40 {
  --tw-gradient-from: #f5f9f766 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f9f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-50\/45 {
  --tw-gradient-from: #f5f9f773 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f9f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-50\/5 {
  --tw-gradient-from: #f5f9f70d var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f9f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-50\/50 {
  --tw-gradient-from: #f5f9f780 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f9f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-50\/55 {
  --tw-gradient-from: #f5f9f78c var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f9f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-50\/60 {
  --tw-gradient-from: #f5f9f799 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f9f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-50\/65 {
  --tw-gradient-from: #f5f9f7a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f9f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-50\/70 {
  --tw-gradient-from: #f5f9f7b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f9f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-50\/75 {
  --tw-gradient-from: #f5f9f7bf var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f9f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-50\/80 {
  --tw-gradient-from: #f5f9f7cc var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f9f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-50\/85 {
  --tw-gradient-from: #f5f9f7d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f9f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-50\/90 {
  --tw-gradient-from: #f5f9f7e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f9f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-50\/95 {
  --tw-gradient-from: #f5f9f7f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f9f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-500 {
  --tw-gradient-from: #00703c var(--tw-gradient-from-position);
  --tw-gradient-to: #00703c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-500\/0 {
  --tw-gradient-from: #00703c00 var(--tw-gradient-from-position);
  --tw-gradient-to: #00703c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-500\/10 {
  --tw-gradient-from: #00703c1a var(--tw-gradient-from-position);
  --tw-gradient-to: #00703c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-500\/100 {
  --tw-gradient-from: #00703c var(--tw-gradient-from-position);
  --tw-gradient-to: #00703c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-500\/15 {
  --tw-gradient-from: #00703c26 var(--tw-gradient-from-position);
  --tw-gradient-to: #00703c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-500\/20 {
  --tw-gradient-from: #00703c33 var(--tw-gradient-from-position);
  --tw-gradient-to: #00703c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-500\/25 {
  --tw-gradient-from: #00703c40 var(--tw-gradient-from-position);
  --tw-gradient-to: #00703c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-500\/30 {
  --tw-gradient-from: #00703c4d var(--tw-gradient-from-position);
  --tw-gradient-to: #00703c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-500\/35 {
  --tw-gradient-from: #00703c59 var(--tw-gradient-from-position);
  --tw-gradient-to: #00703c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-500\/40 {
  --tw-gradient-from: #00703c66 var(--tw-gradient-from-position);
  --tw-gradient-to: #00703c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-500\/45 {
  --tw-gradient-from: #00703c73 var(--tw-gradient-from-position);
  --tw-gradient-to: #00703c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-500\/5 {
  --tw-gradient-from: #00703c0d var(--tw-gradient-from-position);
  --tw-gradient-to: #00703c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-500\/50 {
  --tw-gradient-from: #00703c80 var(--tw-gradient-from-position);
  --tw-gradient-to: #00703c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-500\/55 {
  --tw-gradient-from: #00703c8c var(--tw-gradient-from-position);
  --tw-gradient-to: #00703c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-500\/60 {
  --tw-gradient-from: #00703c99 var(--tw-gradient-from-position);
  --tw-gradient-to: #00703c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-500\/65 {
  --tw-gradient-from: #00703ca6 var(--tw-gradient-from-position);
  --tw-gradient-to: #00703c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-500\/70 {
  --tw-gradient-from: #00703cb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #00703c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-500\/75 {
  --tw-gradient-from: #00703cbf var(--tw-gradient-from-position);
  --tw-gradient-to: #00703c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-500\/80 {
  --tw-gradient-from: #00703ccc var(--tw-gradient-from-position);
  --tw-gradient-to: #00703c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-500\/85 {
  --tw-gradient-from: #00703cd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #00703c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-500\/90 {
  --tw-gradient-from: #00703ce6 var(--tw-gradient-from-position);
  --tw-gradient-to: #00703c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-500\/95 {
  --tw-gradient-from: #00703cf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #00703c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-600 {
  --tw-gradient-from: #00512b var(--tw-gradient-from-position);
  --tw-gradient-to: #00512b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-600\/0 {
  --tw-gradient-from: #00512b00 var(--tw-gradient-from-position);
  --tw-gradient-to: #00512b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-600\/10 {
  --tw-gradient-from: #00512b1a var(--tw-gradient-from-position);
  --tw-gradient-to: #00512b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-600\/100 {
  --tw-gradient-from: #00512b var(--tw-gradient-from-position);
  --tw-gradient-to: #00512b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-600\/15 {
  --tw-gradient-from: #00512b26 var(--tw-gradient-from-position);
  --tw-gradient-to: #00512b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-600\/20 {
  --tw-gradient-from: #00512b33 var(--tw-gradient-from-position);
  --tw-gradient-to: #00512b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-600\/25 {
  --tw-gradient-from: #00512b40 var(--tw-gradient-from-position);
  --tw-gradient-to: #00512b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-600\/30 {
  --tw-gradient-from: #00512b4d var(--tw-gradient-from-position);
  --tw-gradient-to: #00512b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-600\/35 {
  --tw-gradient-from: #00512b59 var(--tw-gradient-from-position);
  --tw-gradient-to: #00512b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-600\/40 {
  --tw-gradient-from: #00512b66 var(--tw-gradient-from-position);
  --tw-gradient-to: #00512b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-600\/45 {
  --tw-gradient-from: #00512b73 var(--tw-gradient-from-position);
  --tw-gradient-to: #00512b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-600\/5 {
  --tw-gradient-from: #00512b0d var(--tw-gradient-from-position);
  --tw-gradient-to: #00512b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-600\/50 {
  --tw-gradient-from: #00512b80 var(--tw-gradient-from-position);
  --tw-gradient-to: #00512b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-600\/55 {
  --tw-gradient-from: #00512b8c var(--tw-gradient-from-position);
  --tw-gradient-to: #00512b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-600\/60 {
  --tw-gradient-from: #00512b99 var(--tw-gradient-from-position);
  --tw-gradient-to: #00512b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-600\/65 {
  --tw-gradient-from: #00512ba6 var(--tw-gradient-from-position);
  --tw-gradient-to: #00512b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-600\/70 {
  --tw-gradient-from: #00512bb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #00512b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-600\/75 {
  --tw-gradient-from: #00512bbf var(--tw-gradient-from-position);
  --tw-gradient-to: #00512b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-600\/80 {
  --tw-gradient-from: #00512bcc var(--tw-gradient-from-position);
  --tw-gradient-to: #00512b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-600\/85 {
  --tw-gradient-from: #00512bd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #00512b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-600\/90 {
  --tw-gradient-from: #00512be6 var(--tw-gradient-from-position);
  --tw-gradient-to: #00512b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-600\/95 {
  --tw-gradient-from: #00512bf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #00512b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-700 {
  --tw-gradient-from: #003a1f var(--tw-gradient-from-position);
  --tw-gradient-to: #003a1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-700\/0 {
  --tw-gradient-from: #003a1f00 var(--tw-gradient-from-position);
  --tw-gradient-to: #003a1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-700\/10 {
  --tw-gradient-from: #003a1f1a var(--tw-gradient-from-position);
  --tw-gradient-to: #003a1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-700\/100 {
  --tw-gradient-from: #003a1f var(--tw-gradient-from-position);
  --tw-gradient-to: #003a1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-700\/15 {
  --tw-gradient-from: #003a1f26 var(--tw-gradient-from-position);
  --tw-gradient-to: #003a1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-700\/20 {
  --tw-gradient-from: #003a1f33 var(--tw-gradient-from-position);
  --tw-gradient-to: #003a1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-700\/25 {
  --tw-gradient-from: #003a1f40 var(--tw-gradient-from-position);
  --tw-gradient-to: #003a1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-700\/30 {
  --tw-gradient-from: #003a1f4d var(--tw-gradient-from-position);
  --tw-gradient-to: #003a1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-700\/35 {
  --tw-gradient-from: #003a1f59 var(--tw-gradient-from-position);
  --tw-gradient-to: #003a1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-700\/40 {
  --tw-gradient-from: #003a1f66 var(--tw-gradient-from-position);
  --tw-gradient-to: #003a1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-700\/45 {
  --tw-gradient-from: #003a1f73 var(--tw-gradient-from-position);
  --tw-gradient-to: #003a1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-700\/5 {
  --tw-gradient-from: #003a1f0d var(--tw-gradient-from-position);
  --tw-gradient-to: #003a1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-700\/50 {
  --tw-gradient-from: #003a1f80 var(--tw-gradient-from-position);
  --tw-gradient-to: #003a1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-700\/55 {
  --tw-gradient-from: #003a1f8c var(--tw-gradient-from-position);
  --tw-gradient-to: #003a1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-700\/60 {
  --tw-gradient-from: #003a1f99 var(--tw-gradient-from-position);
  --tw-gradient-to: #003a1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-700\/65 {
  --tw-gradient-from: #003a1fa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #003a1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-700\/70 {
  --tw-gradient-from: #003a1fb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #003a1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-700\/75 {
  --tw-gradient-from: #003a1fbf var(--tw-gradient-from-position);
  --tw-gradient-to: #003a1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-700\/80 {
  --tw-gradient-from: #003a1fcc var(--tw-gradient-from-position);
  --tw-gradient-to: #003a1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-700\/85 {
  --tw-gradient-from: #003a1fd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #003a1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-700\/90 {
  --tw-gradient-from: #003a1fe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #003a1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-700\/95 {
  --tw-gradient-from: #003a1ff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #003a1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-75 {
  --tw-gradient-from: #e3efea var(--tw-gradient-from-position);
  --tw-gradient-to: #e3efea00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-75\/0 {
  --tw-gradient-from: #e3efea00 var(--tw-gradient-from-position);
  --tw-gradient-to: #e3efea00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-75\/10 {
  --tw-gradient-from: #e3efea1a var(--tw-gradient-from-position);
  --tw-gradient-to: #e3efea00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-75\/100 {
  --tw-gradient-from: #e3efea var(--tw-gradient-from-position);
  --tw-gradient-to: #e3efea00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-75\/15 {
  --tw-gradient-from: #e3efea26 var(--tw-gradient-from-position);
  --tw-gradient-to: #e3efea00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-75\/20 {
  --tw-gradient-from: #e3efea33 var(--tw-gradient-from-position);
  --tw-gradient-to: #e3efea00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-75\/25 {
  --tw-gradient-from: #e3efea40 var(--tw-gradient-from-position);
  --tw-gradient-to: #e3efea00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-75\/30 {
  --tw-gradient-from: #e3efea4d var(--tw-gradient-from-position);
  --tw-gradient-to: #e3efea00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-75\/35 {
  --tw-gradient-from: #e3efea59 var(--tw-gradient-from-position);
  --tw-gradient-to: #e3efea00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-75\/40 {
  --tw-gradient-from: #e3efea66 var(--tw-gradient-from-position);
  --tw-gradient-to: #e3efea00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-75\/45 {
  --tw-gradient-from: #e3efea73 var(--tw-gradient-from-position);
  --tw-gradient-to: #e3efea00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-75\/5 {
  --tw-gradient-from: #e3efea0d var(--tw-gradient-from-position);
  --tw-gradient-to: #e3efea00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-75\/50 {
  --tw-gradient-from: #e3efea80 var(--tw-gradient-from-position);
  --tw-gradient-to: #e3efea00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-75\/55 {
  --tw-gradient-from: #e3efea8c var(--tw-gradient-from-position);
  --tw-gradient-to: #e3efea00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-75\/60 {
  --tw-gradient-from: #e3efea99 var(--tw-gradient-from-position);
  --tw-gradient-to: #e3efea00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-75\/65 {
  --tw-gradient-from: #e3efeaa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #e3efea00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-75\/70 {
  --tw-gradient-from: #e3efeab3 var(--tw-gradient-from-position);
  --tw-gradient-to: #e3efea00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-75\/75 {
  --tw-gradient-from: #e3efeabf var(--tw-gradient-from-position);
  --tw-gradient-to: #e3efea00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-75\/80 {
  --tw-gradient-from: #e3efeacc var(--tw-gradient-from-position);
  --tw-gradient-to: #e3efea00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-75\/85 {
  --tw-gradient-from: #e3efead9 var(--tw-gradient-from-position);
  --tw-gradient-to: #e3efea00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-75\/90 {
  --tw-gradient-from: #e3efeae6 var(--tw-gradient-from-position);
  --tw-gradient-to: #e3efea00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-75\/95 {
  --tw-gradient-from: #e3efeaf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #e3efea00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-800 {
  --tw-gradient-from: #002614 var(--tw-gradient-from-position);
  --tw-gradient-to: #00261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-800\/0 {
  --tw-gradient-from: #00261400 var(--tw-gradient-from-position);
  --tw-gradient-to: #00261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-800\/10 {
  --tw-gradient-from: #0026141a var(--tw-gradient-from-position);
  --tw-gradient-to: #00261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-800\/100 {
  --tw-gradient-from: #002614 var(--tw-gradient-from-position);
  --tw-gradient-to: #00261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-800\/15 {
  --tw-gradient-from: #00261426 var(--tw-gradient-from-position);
  --tw-gradient-to: #00261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-800\/20 {
  --tw-gradient-from: #00261433 var(--tw-gradient-from-position);
  --tw-gradient-to: #00261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-800\/25 {
  --tw-gradient-from: #00261440 var(--tw-gradient-from-position);
  --tw-gradient-to: #00261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-800\/30 {
  --tw-gradient-from: #0026144d var(--tw-gradient-from-position);
  --tw-gradient-to: #00261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-800\/35 {
  --tw-gradient-from: #00261459 var(--tw-gradient-from-position);
  --tw-gradient-to: #00261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-800\/40 {
  --tw-gradient-from: #00261466 var(--tw-gradient-from-position);
  --tw-gradient-to: #00261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-800\/45 {
  --tw-gradient-from: #00261473 var(--tw-gradient-from-position);
  --tw-gradient-to: #00261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-800\/5 {
  --tw-gradient-from: #0026140d var(--tw-gradient-from-position);
  --tw-gradient-to: #00261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-800\/50 {
  --tw-gradient-from: #00261480 var(--tw-gradient-from-position);
  --tw-gradient-to: #00261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-800\/55 {
  --tw-gradient-from: #0026148c var(--tw-gradient-from-position);
  --tw-gradient-to: #00261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-800\/60 {
  --tw-gradient-from: #00261499 var(--tw-gradient-from-position);
  --tw-gradient-to: #00261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-800\/65 {
  --tw-gradient-from: #002614a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #00261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-800\/70 {
  --tw-gradient-from: #002614b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #00261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-800\/75 {
  --tw-gradient-from: #002614bf var(--tw-gradient-from-position);
  --tw-gradient-to: #00261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-800\/80 {
  --tw-gradient-from: #002614cc var(--tw-gradient-from-position);
  --tw-gradient-to: #00261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-800\/85 {
  --tw-gradient-from: #002614d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #00261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-800\/90 {
  --tw-gradient-from: #002614e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #00261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-800\/95 {
  --tw-gradient-from: #002614f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #00261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-900 {
  --tw-gradient-from: #00140b var(--tw-gradient-from-position);
  --tw-gradient-to: #00140b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-900\/0 {
  --tw-gradient-from: #00140b00 var(--tw-gradient-from-position);
  --tw-gradient-to: #00140b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-900\/10 {
  --tw-gradient-from: #00140b1a var(--tw-gradient-from-position);
  --tw-gradient-to: #00140b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-900\/100 {
  --tw-gradient-from: #00140b var(--tw-gradient-from-position);
  --tw-gradient-to: #00140b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-900\/15 {
  --tw-gradient-from: #00140b26 var(--tw-gradient-from-position);
  --tw-gradient-to: #00140b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-900\/20 {
  --tw-gradient-from: #00140b33 var(--tw-gradient-from-position);
  --tw-gradient-to: #00140b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-900\/25 {
  --tw-gradient-from: #00140b40 var(--tw-gradient-from-position);
  --tw-gradient-to: #00140b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-900\/30 {
  --tw-gradient-from: #00140b4d var(--tw-gradient-from-position);
  --tw-gradient-to: #00140b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-900\/35 {
  --tw-gradient-from: #00140b59 var(--tw-gradient-from-position);
  --tw-gradient-to: #00140b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-900\/40 {
  --tw-gradient-from: #00140b66 var(--tw-gradient-from-position);
  --tw-gradient-to: #00140b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-900\/45 {
  --tw-gradient-from: #00140b73 var(--tw-gradient-from-position);
  --tw-gradient-to: #00140b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-900\/5 {
  --tw-gradient-from: #00140b0d var(--tw-gradient-from-position);
  --tw-gradient-to: #00140b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-900\/50 {
  --tw-gradient-from: #00140b80 var(--tw-gradient-from-position);
  --tw-gradient-to: #00140b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-900\/55 {
  --tw-gradient-from: #00140b8c var(--tw-gradient-from-position);
  --tw-gradient-to: #00140b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-900\/60 {
  --tw-gradient-from: #00140b99 var(--tw-gradient-from-position);
  --tw-gradient-to: #00140b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-900\/65 {
  --tw-gradient-from: #00140ba6 var(--tw-gradient-from-position);
  --tw-gradient-to: #00140b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-900\/70 {
  --tw-gradient-from: #00140bb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #00140b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-900\/75 {
  --tw-gradient-from: #00140bbf var(--tw-gradient-from-position);
  --tw-gradient-to: #00140b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-900\/80 {
  --tw-gradient-from: #00140bcc var(--tw-gradient-from-position);
  --tw-gradient-to: #00140b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-900\/85 {
  --tw-gradient-from: #00140bd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #00140b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-900\/90 {
  --tw-gradient-from: #00140be6 var(--tw-gradient-from-position);
  --tw-gradient-to: #00140b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-900\/95 {
  --tw-gradient-from: #00140bf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #00140b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-925 {
  --tw-gradient-from: #000c07 var(--tw-gradient-from-position);
  --tw-gradient-to: #000c0700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-925\/0 {
  --tw-gradient-from: #000c0700 var(--tw-gradient-from-position);
  --tw-gradient-to: #000c0700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-925\/10 {
  --tw-gradient-from: #000c071a var(--tw-gradient-from-position);
  --tw-gradient-to: #000c0700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-925\/100 {
  --tw-gradient-from: #000c07 var(--tw-gradient-from-position);
  --tw-gradient-to: #000c0700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-925\/15 {
  --tw-gradient-from: #000c0726 var(--tw-gradient-from-position);
  --tw-gradient-to: #000c0700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-925\/20 {
  --tw-gradient-from: #000c0733 var(--tw-gradient-from-position);
  --tw-gradient-to: #000c0700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-925\/25 {
  --tw-gradient-from: #000c0740 var(--tw-gradient-from-position);
  --tw-gradient-to: #000c0700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-925\/30 {
  --tw-gradient-from: #000c074d var(--tw-gradient-from-position);
  --tw-gradient-to: #000c0700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-925\/35 {
  --tw-gradient-from: #000c0759 var(--tw-gradient-from-position);
  --tw-gradient-to: #000c0700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-925\/40 {
  --tw-gradient-from: #000c0766 var(--tw-gradient-from-position);
  --tw-gradient-to: #000c0700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-925\/45 {
  --tw-gradient-from: #000c0773 var(--tw-gradient-from-position);
  --tw-gradient-to: #000c0700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-925\/5 {
  --tw-gradient-from: #000c070d var(--tw-gradient-from-position);
  --tw-gradient-to: #000c0700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-925\/50 {
  --tw-gradient-from: #000c0780 var(--tw-gradient-from-position);
  --tw-gradient-to: #000c0700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-925\/55 {
  --tw-gradient-from: #000c078c var(--tw-gradient-from-position);
  --tw-gradient-to: #000c0700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-925\/60 {
  --tw-gradient-from: #000c0799 var(--tw-gradient-from-position);
  --tw-gradient-to: #000c0700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-925\/65 {
  --tw-gradient-from: #000c07a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #000c0700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-925\/70 {
  --tw-gradient-from: #000c07b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #000c0700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-925\/75 {
  --tw-gradient-from: #000c07bf var(--tw-gradient-from-position);
  --tw-gradient-to: #000c0700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-925\/80 {
  --tw-gradient-from: #000c07cc var(--tw-gradient-from-position);
  --tw-gradient-to: #000c0700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-925\/85 {
  --tw-gradient-from: #000c07d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #000c0700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-925\/90 {
  --tw-gradient-from: #000c07e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #000c0700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-925\/95 {
  --tw-gradient-from: #000c07f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #000c0700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-950 {
  --tw-gradient-from: #000402 var(--tw-gradient-from-position);
  --tw-gradient-to: #00040200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-950\/0 {
  --tw-gradient-from: #00040200 var(--tw-gradient-from-position);
  --tw-gradient-to: #00040200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-950\/10 {
  --tw-gradient-from: #0004021a var(--tw-gradient-from-position);
  --tw-gradient-to: #00040200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-950\/100 {
  --tw-gradient-from: #000402 var(--tw-gradient-from-position);
  --tw-gradient-to: #00040200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-950\/15 {
  --tw-gradient-from: #00040226 var(--tw-gradient-from-position);
  --tw-gradient-to: #00040200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-950\/20 {
  --tw-gradient-from: #00040233 var(--tw-gradient-from-position);
  --tw-gradient-to: #00040200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-950\/25 {
  --tw-gradient-from: #00040240 var(--tw-gradient-from-position);
  --tw-gradient-to: #00040200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-950\/30 {
  --tw-gradient-from: #0004024d var(--tw-gradient-from-position);
  --tw-gradient-to: #00040200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-950\/35 {
  --tw-gradient-from: #00040259 var(--tw-gradient-from-position);
  --tw-gradient-to: #00040200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-950\/40 {
  --tw-gradient-from: #00040266 var(--tw-gradient-from-position);
  --tw-gradient-to: #00040200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-950\/45 {
  --tw-gradient-from: #00040273 var(--tw-gradient-from-position);
  --tw-gradient-to: #00040200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-950\/5 {
  --tw-gradient-from: #0004020d var(--tw-gradient-from-position);
  --tw-gradient-to: #00040200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-950\/50 {
  --tw-gradient-from: #00040280 var(--tw-gradient-from-position);
  --tw-gradient-to: #00040200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-950\/55 {
  --tw-gradient-from: #0004028c var(--tw-gradient-from-position);
  --tw-gradient-to: #00040200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-950\/60 {
  --tw-gradient-from: #00040299 var(--tw-gradient-from-position);
  --tw-gradient-to: #00040200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-950\/65 {
  --tw-gradient-from: #000402a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #00040200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-950\/70 {
  --tw-gradient-from: #000402b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #00040200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-950\/75 {
  --tw-gradient-from: #000402bf var(--tw-gradient-from-position);
  --tw-gradient-to: #00040200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-950\/80 {
  --tw-gradient-from: #000402cc var(--tw-gradient-from-position);
  --tw-gradient-to: #00040200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-950\/85 {
  --tw-gradient-from: #000402d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #00040200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-950\/90 {
  --tw-gradient-from: #000402e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #00040200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-dark-green-950\/95 {
  --tw-gradient-from: #000402f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #00040200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-100 {
  --tw-gradient-from: #dcdcdc var(--tw-gradient-from-position);
  --tw-gradient-to: #dbdbdb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-100\/0 {
  --tw-gradient-from: #dbdbdb00 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbdbdb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-100\/10 {
  --tw-gradient-from: #dbdbdb1a var(--tw-gradient-from-position);
  --tw-gradient-to: #dbdbdb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-100\/100 {
  --tw-gradient-from: #dcdcdc var(--tw-gradient-from-position);
  --tw-gradient-to: #dbdbdb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-100\/15 {
  --tw-gradient-from: #dbdbdb26 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbdbdb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-100\/20 {
  --tw-gradient-from: #dbdbdb33 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbdbdb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-100\/25 {
  --tw-gradient-from: #dbdbdb40 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbdbdb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-100\/30 {
  --tw-gradient-from: #dbdbdb4d var(--tw-gradient-from-position);
  --tw-gradient-to: #dbdbdb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-100\/35 {
  --tw-gradient-from: #dbdbdb59 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbdbdb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-100\/40 {
  --tw-gradient-from: #dbdbdb66 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbdbdb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-100\/45 {
  --tw-gradient-from: #dbdbdb73 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbdbdb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-100\/5 {
  --tw-gradient-from: #dbdbdb0d var(--tw-gradient-from-position);
  --tw-gradient-to: #dbdbdb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-100\/50 {
  --tw-gradient-from: #dbdbdb80 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbdbdb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-100\/55 {
  --tw-gradient-from: #dbdbdb8c var(--tw-gradient-from-position);
  --tw-gradient-to: #dbdbdb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-100\/60 {
  --tw-gradient-from: #dbdbdb99 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbdbdb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-100\/65 {
  --tw-gradient-from: #dbdbdba6 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbdbdb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-100\/70 {
  --tw-gradient-from: #dbdbdbb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbdbdb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-100\/75 {
  --tw-gradient-from: #dbdbdbbf var(--tw-gradient-from-position);
  --tw-gradient-to: #dbdbdb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-100\/80 {
  --tw-gradient-from: #dbdbdbcc var(--tw-gradient-from-position);
  --tw-gradient-to: #dbdbdb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-100\/85 {
  --tw-gradient-from: #dbdbdbd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbdbdb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-100\/90 {
  --tw-gradient-from: #dbdbdbe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbdbdb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-100\/95 {
  --tw-gradient-from: #dbdbdbf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbdbdb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-200 {
  --tw-gradient-from: #bcbcbc var(--tw-gradient-from-position);
  --tw-gradient-to: #bdbdbd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-200\/0 {
  --tw-gradient-from: #bdbdbd00 var(--tw-gradient-from-position);
  --tw-gradient-to: #bdbdbd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-200\/10 {
  --tw-gradient-from: #bdbdbd1a var(--tw-gradient-from-position);
  --tw-gradient-to: #bdbdbd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-200\/100 {
  --tw-gradient-from: #bcbcbc var(--tw-gradient-from-position);
  --tw-gradient-to: #bdbdbd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-200\/15 {
  --tw-gradient-from: #bdbdbd26 var(--tw-gradient-from-position);
  --tw-gradient-to: #bdbdbd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-200\/20 {
  --tw-gradient-from: #bdbdbd33 var(--tw-gradient-from-position);
  --tw-gradient-to: #bdbdbd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-200\/25 {
  --tw-gradient-from: #bdbdbd40 var(--tw-gradient-from-position);
  --tw-gradient-to: #bdbdbd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-200\/30 {
  --tw-gradient-from: #bdbdbd4d var(--tw-gradient-from-position);
  --tw-gradient-to: #bdbdbd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-200\/35 {
  --tw-gradient-from: #bdbdbd59 var(--tw-gradient-from-position);
  --tw-gradient-to: #bdbdbd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-200\/40 {
  --tw-gradient-from: #bdbdbd66 var(--tw-gradient-from-position);
  --tw-gradient-to: #bdbdbd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-200\/45 {
  --tw-gradient-from: #bdbdbd73 var(--tw-gradient-from-position);
  --tw-gradient-to: #bdbdbd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-200\/5 {
  --tw-gradient-from: #bdbdbd0d var(--tw-gradient-from-position);
  --tw-gradient-to: #bdbdbd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-200\/50 {
  --tw-gradient-from: #bdbdbd80 var(--tw-gradient-from-position);
  --tw-gradient-to: #bdbdbd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-200\/55 {
  --tw-gradient-from: #bdbdbd8c var(--tw-gradient-from-position);
  --tw-gradient-to: #bdbdbd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-200\/60 {
  --tw-gradient-from: #bdbdbd99 var(--tw-gradient-from-position);
  --tw-gradient-to: #bdbdbd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-200\/65 {
  --tw-gradient-from: #bdbdbda6 var(--tw-gradient-from-position);
  --tw-gradient-to: #bdbdbd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-200\/70 {
  --tw-gradient-from: #bdbdbdb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #bdbdbd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-200\/75 {
  --tw-gradient-from: #bdbdbdbf var(--tw-gradient-from-position);
  --tw-gradient-to: #bdbdbd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-200\/80 {
  --tw-gradient-from: #bdbdbdcc var(--tw-gradient-from-position);
  --tw-gradient-to: #bdbdbd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-200\/85 {
  --tw-gradient-from: #bdbdbdd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #bdbdbd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-200\/90 {
  --tw-gradient-from: #bdbdbde6 var(--tw-gradient-from-position);
  --tw-gradient-to: #bdbdbd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-200\/95 {
  --tw-gradient-from: #bdbdbdf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #bdbdbd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-300 {
  --tw-gradient-from: #999 var(--tw-gradient-from-position);
  --tw-gradient-to: #9990 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-300\/0 {
  --tw-gradient-from: #9990 var(--tw-gradient-from-position);
  --tw-gradient-to: #9990 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-300\/10 {
  --tw-gradient-from: #9999991a var(--tw-gradient-from-position);
  --tw-gradient-to: #9990 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-300\/100 {
  --tw-gradient-from: #999 var(--tw-gradient-from-position);
  --tw-gradient-to: #9990 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-300\/15 {
  --tw-gradient-from: #99999926 var(--tw-gradient-from-position);
  --tw-gradient-to: #9990 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-300\/20 {
  --tw-gradient-from: #9993 var(--tw-gradient-from-position);
  --tw-gradient-to: #9990 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-300\/25 {
  --tw-gradient-from: #99999940 var(--tw-gradient-from-position);
  --tw-gradient-to: #9990 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-300\/30 {
  --tw-gradient-from: #9999994d var(--tw-gradient-from-position);
  --tw-gradient-to: #9990 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-300\/35 {
  --tw-gradient-from: #99999959 var(--tw-gradient-from-position);
  --tw-gradient-to: #9990 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-300\/40 {
  --tw-gradient-from: #9996 var(--tw-gradient-from-position);
  --tw-gradient-to: #9990 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-300\/45 {
  --tw-gradient-from: #99999973 var(--tw-gradient-from-position);
  --tw-gradient-to: #9990 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-300\/5 {
  --tw-gradient-from: #9999990d var(--tw-gradient-from-position);
  --tw-gradient-to: #9990 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-300\/50 {
  --tw-gradient-from: #99999980 var(--tw-gradient-from-position);
  --tw-gradient-to: #9990 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-300\/55 {
  --tw-gradient-from: #9999998c var(--tw-gradient-from-position);
  --tw-gradient-to: #9990 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-300\/60 {
  --tw-gradient-from: #9999 var(--tw-gradient-from-position);
  --tw-gradient-to: #9990 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-300\/65 {
  --tw-gradient-from: #999999a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #9990 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-300\/70 {
  --tw-gradient-from: #999999b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #9990 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-300\/75 {
  --tw-gradient-from: #999999bf var(--tw-gradient-from-position);
  --tw-gradient-to: #9990 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-300\/80 {
  --tw-gradient-from: #999c var(--tw-gradient-from-position);
  --tw-gradient-to: #9990 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-300\/85 {
  --tw-gradient-from: #999999d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #9990 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-300\/90 {
  --tw-gradient-from: #999999e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #9990 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-300\/95 {
  --tw-gradient-from: #999999f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #9990 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-400 {
  --tw-gradient-from: #727172 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-400\/0 {
  --tw-gradient-from: #73737300 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-400\/10 {
  --tw-gradient-from: #7373731a var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-400\/100 {
  --tw-gradient-from: #727172 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-400\/15 {
  --tw-gradient-from: #73737326 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-400\/20 {
  --tw-gradient-from: #73737333 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-400\/25 {
  --tw-gradient-from: #73737340 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-400\/30 {
  --tw-gradient-from: #7373734d var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-400\/35 {
  --tw-gradient-from: #73737359 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-400\/40 {
  --tw-gradient-from: #73737366 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-400\/45 {
  --tw-gradient-from: #73737373 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-400\/5 {
  --tw-gradient-from: #7373730d var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-400\/50 {
  --tw-gradient-from: #73737380 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-400\/55 {
  --tw-gradient-from: #7373738c var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-400\/60 {
  --tw-gradient-from: #73737399 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-400\/65 {
  --tw-gradient-from: #737373a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-400\/70 {
  --tw-gradient-from: #737373b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-400\/75 {
  --tw-gradient-from: #737373bf var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-400\/80 {
  --tw-gradient-from: #737373cc var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-400\/85 {
  --tw-gradient-from: #737373d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-400\/90 {
  --tw-gradient-from: #737373e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-400\/95 {
  --tw-gradient-from: #737373f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-50 {
  --tw-gradient-from: #f7f7f7 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7f7f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-50\/0 {
  --tw-gradient-from: #f7f7f700 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7f7f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-50\/10 {
  --tw-gradient-from: #f7f7f71a var(--tw-gradient-from-position);
  --tw-gradient-to: #f7f7f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-50\/100 {
  --tw-gradient-from: #f7f7f7 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7f7f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-50\/15 {
  --tw-gradient-from: #f7f7f726 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7f7f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-50\/20 {
  --tw-gradient-from: #f7f7f733 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7f7f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-50\/25 {
  --tw-gradient-from: #f7f7f740 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7f7f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-50\/30 {
  --tw-gradient-from: #f7f7f74d var(--tw-gradient-from-position);
  --tw-gradient-to: #f7f7f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-50\/35 {
  --tw-gradient-from: #f7f7f759 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7f7f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-50\/40 {
  --tw-gradient-from: #f7f7f766 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7f7f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-50\/45 {
  --tw-gradient-from: #f7f7f773 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7f7f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-50\/5 {
  --tw-gradient-from: #f7f7f70d var(--tw-gradient-from-position);
  --tw-gradient-to: #f7f7f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-50\/50 {
  --tw-gradient-from: #f7f7f780 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7f7f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-50\/55 {
  --tw-gradient-from: #f7f7f78c var(--tw-gradient-from-position);
  --tw-gradient-to: #f7f7f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-50\/60 {
  --tw-gradient-from: #f7f7f799 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7f7f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-50\/65 {
  --tw-gradient-from: #f7f7f7a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7f7f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-50\/70 {
  --tw-gradient-from: #f7f7f7b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7f7f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-50\/75 {
  --tw-gradient-from: #f7f7f7bf var(--tw-gradient-from-position);
  --tw-gradient-to: #f7f7f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-50\/80 {
  --tw-gradient-from: #f7f7f7cc var(--tw-gradient-from-position);
  --tw-gradient-to: #f7f7f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-50\/85 {
  --tw-gradient-from: #f7f7f7d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7f7f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-50\/90 {
  --tw-gradient-from: #f7f7f7e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7f7f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-50\/95 {
  --tw-gradient-from: #f7f7f7f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7f7f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-500 {
  --tw-gradient-from: #3b3a3b var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-500\/0 {
  --tw-gradient-from: #3b3a3b00 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-500\/10 {
  --tw-gradient-from: #3b3a3b1a var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-500\/100 {
  --tw-gradient-from: #3b3a3b var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-500\/15 {
  --tw-gradient-from: #3b3a3b26 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-500\/20 {
  --tw-gradient-from: #3b3a3b33 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-500\/25 {
  --tw-gradient-from: #3b3a3b40 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-500\/30 {
  --tw-gradient-from: #3b3a3b4d var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-500\/35 {
  --tw-gradient-from: #3b3a3b59 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-500\/40 {
  --tw-gradient-from: #3b3a3b66 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-500\/45 {
  --tw-gradient-from: #3b3a3b73 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-500\/5 {
  --tw-gradient-from: #3b3a3b0d var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-500\/50 {
  --tw-gradient-from: #3b3a3b80 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-500\/55 {
  --tw-gradient-from: #3b3a3b8c var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-500\/60 {
  --tw-gradient-from: #3b3a3b99 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-500\/65 {
  --tw-gradient-from: #3b3a3ba6 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-500\/70 {
  --tw-gradient-from: #3b3a3bb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-500\/75 {
  --tw-gradient-from: #3b3a3bbf var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-500\/80 {
  --tw-gradient-from: #3b3a3bcc var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-500\/85 {
  --tw-gradient-from: #3b3a3bd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-500\/90 {
  --tw-gradient-from: #3b3a3be6 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-500\/95 {
  --tw-gradient-from: #3b3a3bf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-600 {
  --tw-gradient-from: #2a2a2a var(--tw-gradient-from-position);
  --tw-gradient-to: #2a2a2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-600\/0 {
  --tw-gradient-from: #2a2a2a00 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a2a2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-600\/10 {
  --tw-gradient-from: #2a2a2a1a var(--tw-gradient-from-position);
  --tw-gradient-to: #2a2a2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-600\/100 {
  --tw-gradient-from: #2a2a2a var(--tw-gradient-from-position);
  --tw-gradient-to: #2a2a2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-600\/15 {
  --tw-gradient-from: #2a2a2a26 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a2a2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-600\/20 {
  --tw-gradient-from: #2a2a2a33 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a2a2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-600\/25 {
  --tw-gradient-from: #2a2a2a40 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a2a2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-600\/30 {
  --tw-gradient-from: #2a2a2a4d var(--tw-gradient-from-position);
  --tw-gradient-to: #2a2a2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-600\/35 {
  --tw-gradient-from: #2a2a2a59 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a2a2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-600\/40 {
  --tw-gradient-from: #2a2a2a66 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a2a2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-600\/45 {
  --tw-gradient-from: #2a2a2a73 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a2a2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-600\/5 {
  --tw-gradient-from: #2a2a2a0d var(--tw-gradient-from-position);
  --tw-gradient-to: #2a2a2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-600\/50 {
  --tw-gradient-from: #2a2a2a80 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a2a2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-600\/55 {
  --tw-gradient-from: #2a2a2a8c var(--tw-gradient-from-position);
  --tw-gradient-to: #2a2a2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-600\/60 {
  --tw-gradient-from: #2a2a2a99 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a2a2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-600\/65 {
  --tw-gradient-from: #2a2a2aa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a2a2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-600\/70 {
  --tw-gradient-from: #2a2a2ab3 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a2a2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-600\/75 {
  --tw-gradient-from: #2a2a2abf var(--tw-gradient-from-position);
  --tw-gradient-to: #2a2a2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-600\/80 {
  --tw-gradient-from: #2a2a2acc var(--tw-gradient-from-position);
  --tw-gradient-to: #2a2a2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-600\/85 {
  --tw-gradient-from: #2a2a2ad9 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a2a2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-600\/90 {
  --tw-gradient-from: #2a2a2ae6 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a2a2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-600\/95 {
  --tw-gradient-from: #2a2a2af2 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a2a2a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-700 {
  --tw-gradient-from: #1f1e1f var(--tw-gradient-from-position);
  --tw-gradient-to: #1f1e1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-700\/0 {
  --tw-gradient-from: #1f1e1f00 var(--tw-gradient-from-position);
  --tw-gradient-to: #1f1e1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-700\/10 {
  --tw-gradient-from: #1f1e1f1a var(--tw-gradient-from-position);
  --tw-gradient-to: #1f1e1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-700\/100 {
  --tw-gradient-from: #1f1e1f var(--tw-gradient-from-position);
  --tw-gradient-to: #1f1e1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-700\/15 {
  --tw-gradient-from: #1f1e1f26 var(--tw-gradient-from-position);
  --tw-gradient-to: #1f1e1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-700\/20 {
  --tw-gradient-from: #1f1e1f33 var(--tw-gradient-from-position);
  --tw-gradient-to: #1f1e1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-700\/25 {
  --tw-gradient-from: #1f1e1f40 var(--tw-gradient-from-position);
  --tw-gradient-to: #1f1e1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-700\/30 {
  --tw-gradient-from: #1f1e1f4d var(--tw-gradient-from-position);
  --tw-gradient-to: #1f1e1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-700\/35 {
  --tw-gradient-from: #1f1e1f59 var(--tw-gradient-from-position);
  --tw-gradient-to: #1f1e1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-700\/40 {
  --tw-gradient-from: #1f1e1f66 var(--tw-gradient-from-position);
  --tw-gradient-to: #1f1e1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-700\/45 {
  --tw-gradient-from: #1f1e1f73 var(--tw-gradient-from-position);
  --tw-gradient-to: #1f1e1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-700\/5 {
  --tw-gradient-from: #1f1e1f0d var(--tw-gradient-from-position);
  --tw-gradient-to: #1f1e1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-700\/50 {
  --tw-gradient-from: #1f1e1f80 var(--tw-gradient-from-position);
  --tw-gradient-to: #1f1e1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-700\/55 {
  --tw-gradient-from: #1f1e1f8c var(--tw-gradient-from-position);
  --tw-gradient-to: #1f1e1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-700\/60 {
  --tw-gradient-from: #1f1e1f99 var(--tw-gradient-from-position);
  --tw-gradient-to: #1f1e1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-700\/65 {
  --tw-gradient-from: #1f1e1fa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #1f1e1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-700\/70 {
  --tw-gradient-from: #1f1e1fb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #1f1e1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-700\/75 {
  --tw-gradient-from: #1f1e1fbf var(--tw-gradient-from-position);
  --tw-gradient-to: #1f1e1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-700\/80 {
  --tw-gradient-from: #1f1e1fcc var(--tw-gradient-from-position);
  --tw-gradient-to: #1f1e1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-700\/85 {
  --tw-gradient-from: #1f1e1fd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #1f1e1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-700\/90 {
  --tw-gradient-from: #1f1e1fe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #1f1e1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-700\/95 {
  --tw-gradient-from: #1f1e1ff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #1f1e1f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-75 {
  --tw-gradient-from: #e9e9e9 var(--tw-gradient-from-position);
  --tw-gradient-to: #e8e8e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-75\/0 {
  --tw-gradient-from: #e8e8e800 var(--tw-gradient-from-position);
  --tw-gradient-to: #e8e8e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-75\/10 {
  --tw-gradient-from: #e8e8e81a var(--tw-gradient-from-position);
  --tw-gradient-to: #e8e8e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-75\/100 {
  --tw-gradient-from: #e9e9e9 var(--tw-gradient-from-position);
  --tw-gradient-to: #e8e8e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-75\/15 {
  --tw-gradient-from: #e8e8e826 var(--tw-gradient-from-position);
  --tw-gradient-to: #e8e8e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-75\/20 {
  --tw-gradient-from: #e8e8e833 var(--tw-gradient-from-position);
  --tw-gradient-to: #e8e8e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-75\/25 {
  --tw-gradient-from: #e8e8e840 var(--tw-gradient-from-position);
  --tw-gradient-to: #e8e8e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-75\/30 {
  --tw-gradient-from: #e8e8e84d var(--tw-gradient-from-position);
  --tw-gradient-to: #e8e8e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-75\/35 {
  --tw-gradient-from: #e8e8e859 var(--tw-gradient-from-position);
  --tw-gradient-to: #e8e8e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-75\/40 {
  --tw-gradient-from: #e8e8e866 var(--tw-gradient-from-position);
  --tw-gradient-to: #e8e8e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-75\/45 {
  --tw-gradient-from: #e8e8e873 var(--tw-gradient-from-position);
  --tw-gradient-to: #e8e8e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-75\/5 {
  --tw-gradient-from: #e8e8e80d var(--tw-gradient-from-position);
  --tw-gradient-to: #e8e8e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-75\/50 {
  --tw-gradient-from: #e8e8e880 var(--tw-gradient-from-position);
  --tw-gradient-to: #e8e8e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-75\/55 {
  --tw-gradient-from: #e8e8e88c var(--tw-gradient-from-position);
  --tw-gradient-to: #e8e8e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-75\/60 {
  --tw-gradient-from: #e8e8e899 var(--tw-gradient-from-position);
  --tw-gradient-to: #e8e8e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-75\/65 {
  --tw-gradient-from: #e8e8e8a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #e8e8e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-75\/70 {
  --tw-gradient-from: #e8e8e8b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #e8e8e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-75\/75 {
  --tw-gradient-from: #e8e8e8bf var(--tw-gradient-from-position);
  --tw-gradient-to: #e8e8e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-75\/80 {
  --tw-gradient-from: #e8e8e8cc var(--tw-gradient-from-position);
  --tw-gradient-to: #e8e8e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-75\/85 {
  --tw-gradient-from: #e8e8e8d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #e8e8e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-75\/90 {
  --tw-gradient-from: #e8e8e8e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #e8e8e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-75\/95 {
  --tw-gradient-from: #e8e8e8f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #e8e8e800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-800 {
  --tw-gradient-from: #141414 var(--tw-gradient-from-position);
  --tw-gradient-to: #14141400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-800\/0 {
  --tw-gradient-from: #14141400 var(--tw-gradient-from-position);
  --tw-gradient-to: #14141400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-800\/10 {
  --tw-gradient-from: #1414141a var(--tw-gradient-from-position);
  --tw-gradient-to: #14141400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-800\/100 {
  --tw-gradient-from: #141414 var(--tw-gradient-from-position);
  --tw-gradient-to: #14141400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-800\/15 {
  --tw-gradient-from: #14141426 var(--tw-gradient-from-position);
  --tw-gradient-to: #14141400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-800\/20 {
  --tw-gradient-from: #14141433 var(--tw-gradient-from-position);
  --tw-gradient-to: #14141400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-800\/25 {
  --tw-gradient-from: #14141440 var(--tw-gradient-from-position);
  --tw-gradient-to: #14141400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-800\/30 {
  --tw-gradient-from: #1414144d var(--tw-gradient-from-position);
  --tw-gradient-to: #14141400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-800\/35 {
  --tw-gradient-from: #14141459 var(--tw-gradient-from-position);
  --tw-gradient-to: #14141400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-800\/40 {
  --tw-gradient-from: #14141466 var(--tw-gradient-from-position);
  --tw-gradient-to: #14141400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-800\/45 {
  --tw-gradient-from: #14141473 var(--tw-gradient-from-position);
  --tw-gradient-to: #14141400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-800\/5 {
  --tw-gradient-from: #1414140d var(--tw-gradient-from-position);
  --tw-gradient-to: #14141400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-800\/50 {
  --tw-gradient-from: #14141480 var(--tw-gradient-from-position);
  --tw-gradient-to: #14141400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-800\/55 {
  --tw-gradient-from: #1414148c var(--tw-gradient-from-position);
  --tw-gradient-to: #14141400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-800\/60 {
  --tw-gradient-from: #14141499 var(--tw-gradient-from-position);
  --tw-gradient-to: #14141400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-800\/65 {
  --tw-gradient-from: #141414a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #14141400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-800\/70 {
  --tw-gradient-from: #141414b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #14141400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-800\/75 {
  --tw-gradient-from: #141414bf var(--tw-gradient-from-position);
  --tw-gradient-to: #14141400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-800\/80 {
  --tw-gradient-from: #141414cc var(--tw-gradient-from-position);
  --tw-gradient-to: #14141400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-800\/85 {
  --tw-gradient-from: #141414d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #14141400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-800\/90 {
  --tw-gradient-from: #141414e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #14141400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-800\/95 {
  --tw-gradient-from: #141414f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #14141400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-900 {
  --tw-gradient-from: #0b0a0b var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a0b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-900\/0 {
  --tw-gradient-from: #0b0a0b00 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a0b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-900\/10 {
  --tw-gradient-from: #0b0a0b1a var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a0b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-900\/100 {
  --tw-gradient-from: #0b0a0b var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a0b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-900\/15 {
  --tw-gradient-from: #0b0a0b26 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a0b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-900\/20 {
  --tw-gradient-from: #0b0a0b33 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a0b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-900\/25 {
  --tw-gradient-from: #0b0a0b40 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a0b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-900\/30 {
  --tw-gradient-from: #0b0a0b4d var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a0b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-900\/35 {
  --tw-gradient-from: #0b0a0b59 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a0b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-900\/40 {
  --tw-gradient-from: #0b0a0b66 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a0b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-900\/45 {
  --tw-gradient-from: #0b0a0b73 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a0b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-900\/5 {
  --tw-gradient-from: #0b0a0b0d var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a0b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-900\/50 {
  --tw-gradient-from: #0b0a0b80 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a0b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-900\/55 {
  --tw-gradient-from: #0b0a0b8c var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a0b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-900\/60 {
  --tw-gradient-from: #0b0a0b99 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a0b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-900\/65 {
  --tw-gradient-from: #0b0a0ba6 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a0b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-900\/70 {
  --tw-gradient-from: #0b0a0bb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a0b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-900\/75 {
  --tw-gradient-from: #0b0a0bbf var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a0b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-900\/80 {
  --tw-gradient-from: #0b0a0bcc var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a0b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-900\/85 {
  --tw-gradient-from: #0b0a0bd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a0b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-900\/90 {
  --tw-gradient-from: #0b0a0be6 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a0b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-900\/95 {
  --tw-gradient-from: #0b0a0bf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a0b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-925 {
  --tw-gradient-from: #060606 var(--tw-gradient-from-position);
  --tw-gradient-to: #06060600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-925\/0 {
  --tw-gradient-from: #06060600 var(--tw-gradient-from-position);
  --tw-gradient-to: #06060600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-925\/10 {
  --tw-gradient-from: #0606061a var(--tw-gradient-from-position);
  --tw-gradient-to: #06060600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-925\/100 {
  --tw-gradient-from: #060606 var(--tw-gradient-from-position);
  --tw-gradient-to: #06060600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-925\/15 {
  --tw-gradient-from: #06060626 var(--tw-gradient-from-position);
  --tw-gradient-to: #06060600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-925\/20 {
  --tw-gradient-from: #06060633 var(--tw-gradient-from-position);
  --tw-gradient-to: #06060600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-925\/25 {
  --tw-gradient-from: #06060640 var(--tw-gradient-from-position);
  --tw-gradient-to: #06060600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-925\/30 {
  --tw-gradient-from: #0606064d var(--tw-gradient-from-position);
  --tw-gradient-to: #06060600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-925\/35 {
  --tw-gradient-from: #06060659 var(--tw-gradient-from-position);
  --tw-gradient-to: #06060600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-925\/40 {
  --tw-gradient-from: #06060666 var(--tw-gradient-from-position);
  --tw-gradient-to: #06060600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-925\/45 {
  --tw-gradient-from: #06060673 var(--tw-gradient-from-position);
  --tw-gradient-to: #06060600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-925\/5 {
  --tw-gradient-from: #0606060d var(--tw-gradient-from-position);
  --tw-gradient-to: #06060600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-925\/50 {
  --tw-gradient-from: #06060680 var(--tw-gradient-from-position);
  --tw-gradient-to: #06060600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-925\/55 {
  --tw-gradient-from: #0606068c var(--tw-gradient-from-position);
  --tw-gradient-to: #06060600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-925\/60 {
  --tw-gradient-from: #06060699 var(--tw-gradient-from-position);
  --tw-gradient-to: #06060600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-925\/65 {
  --tw-gradient-from: #060606a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #06060600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-925\/70 {
  --tw-gradient-from: #060606b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #06060600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-925\/75 {
  --tw-gradient-from: #060606bf var(--tw-gradient-from-position);
  --tw-gradient-to: #06060600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-925\/80 {
  --tw-gradient-from: #060606cc var(--tw-gradient-from-position);
  --tw-gradient-to: #06060600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-925\/85 {
  --tw-gradient-from: #060606d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #06060600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-925\/90 {
  --tw-gradient-from: #060606e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #06060600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-925\/95 {
  --tw-gradient-from: #060606f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #06060600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-950 {
  --tw-gradient-from: #020202 var(--tw-gradient-from-position);
  --tw-gradient-to: #02020200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-950\/0 {
  --tw-gradient-from: #02020200 var(--tw-gradient-from-position);
  --tw-gradient-to: #02020200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-950\/10 {
  --tw-gradient-from: #0202021a var(--tw-gradient-from-position);
  --tw-gradient-to: #02020200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-950\/100 {
  --tw-gradient-from: #020202 var(--tw-gradient-from-position);
  --tw-gradient-to: #02020200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-950\/15 {
  --tw-gradient-from: #02020226 var(--tw-gradient-from-position);
  --tw-gradient-to: #02020200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-950\/20 {
  --tw-gradient-from: #02020233 var(--tw-gradient-from-position);
  --tw-gradient-to: #02020200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-950\/25 {
  --tw-gradient-from: #02020240 var(--tw-gradient-from-position);
  --tw-gradient-to: #02020200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-950\/30 {
  --tw-gradient-from: #0202024d var(--tw-gradient-from-position);
  --tw-gradient-to: #02020200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-950\/35 {
  --tw-gradient-from: #02020259 var(--tw-gradient-from-position);
  --tw-gradient-to: #02020200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-950\/40 {
  --tw-gradient-from: #02020266 var(--tw-gradient-from-position);
  --tw-gradient-to: #02020200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-950\/45 {
  --tw-gradient-from: #02020273 var(--tw-gradient-from-position);
  --tw-gradient-to: #02020200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-950\/5 {
  --tw-gradient-from: #0202020d var(--tw-gradient-from-position);
  --tw-gradient-to: #02020200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-950\/50 {
  --tw-gradient-from: #02020280 var(--tw-gradient-from-position);
  --tw-gradient-to: #02020200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-950\/55 {
  --tw-gradient-from: #0202028c var(--tw-gradient-from-position);
  --tw-gradient-to: #02020200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-950\/60 {
  --tw-gradient-from: #02020299 var(--tw-gradient-from-position);
  --tw-gradient-to: #02020200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-950\/65 {
  --tw-gradient-from: #020202a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #02020200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-950\/70 {
  --tw-gradient-from: #020202b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #02020200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-950\/75 {
  --tw-gradient-from: #020202bf var(--tw-gradient-from-position);
  --tw-gradient-to: #02020200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-950\/80 {
  --tw-gradient-from: #020202cc var(--tw-gradient-from-position);
  --tw-gradient-to: #02020200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-950\/85 {
  --tw-gradient-from: #020202d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #02020200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-950\/90 {
  --tw-gradient-from: #020202e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #02020200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-gray-950\/95 {
  --tw-gradient-from: #020202f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #02020200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-100 {
  --tw-gradient-from: #dbece5 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbece500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-100\/0 {
  --tw-gradient-from: #dbece500 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbece500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-100\/10 {
  --tw-gradient-from: #dbece51a var(--tw-gradient-from-position);
  --tw-gradient-to: #dbece500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-100\/100 {
  --tw-gradient-from: #dbece5 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbece500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-100\/15 {
  --tw-gradient-from: #dbece526 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbece500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-100\/20 {
  --tw-gradient-from: #dbece533 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbece500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-100\/25 {
  --tw-gradient-from: #dbece540 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbece500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-100\/30 {
  --tw-gradient-from: #dbece54d var(--tw-gradient-from-position);
  --tw-gradient-to: #dbece500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-100\/35 {
  --tw-gradient-from: #dbece559 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbece500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-100\/40 {
  --tw-gradient-from: #dbece566 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbece500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-100\/45 {
  --tw-gradient-from: #dbece573 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbece500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-100\/5 {
  --tw-gradient-from: #dbece50d var(--tw-gradient-from-position);
  --tw-gradient-to: #dbece500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-100\/50 {
  --tw-gradient-from: #dbece580 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbece500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-100\/55 {
  --tw-gradient-from: #dbece58c var(--tw-gradient-from-position);
  --tw-gradient-to: #dbece500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-100\/60 {
  --tw-gradient-from: #dbece599 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbece500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-100\/65 {
  --tw-gradient-from: #dbece5a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbece500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-100\/70 {
  --tw-gradient-from: #dbece5b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbece500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-100\/75 {
  --tw-gradient-from: #dbece5bf var(--tw-gradient-from-position);
  --tw-gradient-to: #dbece500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-100\/80 {
  --tw-gradient-from: #dbece5cc var(--tw-gradient-from-position);
  --tw-gradient-to: #dbece500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-100\/85 {
  --tw-gradient-from: #dbece5d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbece500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-100\/90 {
  --tw-gradient-from: #dbece5e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbece500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-100\/95 {
  --tw-gradient-from: #dbece5f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #dbece500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-200 {
  --tw-gradient-from: #bbdbcd var(--tw-gradient-from-position);
  --tw-gradient-to: #bbdbcd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-200\/0 {
  --tw-gradient-from: #bbdbcd00 var(--tw-gradient-from-position);
  --tw-gradient-to: #bbdbcd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-200\/10 {
  --tw-gradient-from: #bbdbcd1a var(--tw-gradient-from-position);
  --tw-gradient-to: #bbdbcd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-200\/100 {
  --tw-gradient-from: #bbdbcd var(--tw-gradient-from-position);
  --tw-gradient-to: #bbdbcd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-200\/15 {
  --tw-gradient-from: #bbdbcd26 var(--tw-gradient-from-position);
  --tw-gradient-to: #bbdbcd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-200\/20 {
  --tw-gradient-from: #bbdbcd33 var(--tw-gradient-from-position);
  --tw-gradient-to: #bbdbcd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-200\/25 {
  --tw-gradient-from: #bbdbcd40 var(--tw-gradient-from-position);
  --tw-gradient-to: #bbdbcd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-200\/30 {
  --tw-gradient-from: #bbdbcd4d var(--tw-gradient-from-position);
  --tw-gradient-to: #bbdbcd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-200\/35 {
  --tw-gradient-from: #bbdbcd59 var(--tw-gradient-from-position);
  --tw-gradient-to: #bbdbcd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-200\/40 {
  --tw-gradient-from: #bbdbcd66 var(--tw-gradient-from-position);
  --tw-gradient-to: #bbdbcd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-200\/45 {
  --tw-gradient-from: #bbdbcd73 var(--tw-gradient-from-position);
  --tw-gradient-to: #bbdbcd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-200\/5 {
  --tw-gradient-from: #bbdbcd0d var(--tw-gradient-from-position);
  --tw-gradient-to: #bbdbcd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-200\/50 {
  --tw-gradient-from: #bbdbcd80 var(--tw-gradient-from-position);
  --tw-gradient-to: #bbdbcd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-200\/55 {
  --tw-gradient-from: #bbdbcd8c var(--tw-gradient-from-position);
  --tw-gradient-to: #bbdbcd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-200\/60 {
  --tw-gradient-from: #bbdbcd99 var(--tw-gradient-from-position);
  --tw-gradient-to: #bbdbcd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-200\/65 {
  --tw-gradient-from: #bbdbcda6 var(--tw-gradient-from-position);
  --tw-gradient-to: #bbdbcd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-200\/70 {
  --tw-gradient-from: #bbdbcdb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #bbdbcd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-200\/75 {
  --tw-gradient-from: #bbdbcdbf var(--tw-gradient-from-position);
  --tw-gradient-to: #bbdbcd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-200\/80 {
  --tw-gradient-from: #bbdbcdcc var(--tw-gradient-from-position);
  --tw-gradient-to: #bbdbcd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-200\/85 {
  --tw-gradient-from: #bbdbcdd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #bbdbcd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-200\/90 {
  --tw-gradient-from: #bbdbcde6 var(--tw-gradient-from-position);
  --tw-gradient-to: #bbdbcd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-200\/95 {
  --tw-gradient-from: #bbdbcdf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #bbdbcd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-300 {
  --tw-gradient-from: #98c8b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #98c8b300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-300\/0 {
  --tw-gradient-from: #98c8b300 var(--tw-gradient-from-position);
  --tw-gradient-to: #98c8b300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-300\/10 {
  --tw-gradient-from: #98c8b31a var(--tw-gradient-from-position);
  --tw-gradient-to: #98c8b300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-300\/100 {
  --tw-gradient-from: #98c8b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #98c8b300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-300\/15 {
  --tw-gradient-from: #98c8b326 var(--tw-gradient-from-position);
  --tw-gradient-to: #98c8b300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-300\/20 {
  --tw-gradient-from: #98c8b333 var(--tw-gradient-from-position);
  --tw-gradient-to: #98c8b300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-300\/25 {
  --tw-gradient-from: #98c8b340 var(--tw-gradient-from-position);
  --tw-gradient-to: #98c8b300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-300\/30 {
  --tw-gradient-from: #98c8b34d var(--tw-gradient-from-position);
  --tw-gradient-to: #98c8b300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-300\/35 {
  --tw-gradient-from: #98c8b359 var(--tw-gradient-from-position);
  --tw-gradient-to: #98c8b300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-300\/40 {
  --tw-gradient-from: #98c8b366 var(--tw-gradient-from-position);
  --tw-gradient-to: #98c8b300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-300\/45 {
  --tw-gradient-from: #98c8b373 var(--tw-gradient-from-position);
  --tw-gradient-to: #98c8b300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-300\/5 {
  --tw-gradient-from: #98c8b30d var(--tw-gradient-from-position);
  --tw-gradient-to: #98c8b300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-300\/50 {
  --tw-gradient-from: #98c8b380 var(--tw-gradient-from-position);
  --tw-gradient-to: #98c8b300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-300\/55 {
  --tw-gradient-from: #98c8b38c var(--tw-gradient-from-position);
  --tw-gradient-to: #98c8b300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-300\/60 {
  --tw-gradient-from: #98c8b399 var(--tw-gradient-from-position);
  --tw-gradient-to: #98c8b300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-300\/65 {
  --tw-gradient-from: #98c8b3a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #98c8b300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-300\/70 {
  --tw-gradient-from: #98c8b3b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #98c8b300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-300\/75 {
  --tw-gradient-from: #98c8b3bf var(--tw-gradient-from-position);
  --tw-gradient-to: #98c8b300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-300\/80 {
  --tw-gradient-from: #98c8b3cc var(--tw-gradient-from-position);
  --tw-gradient-to: #98c8b300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-300\/85 {
  --tw-gradient-from: #98c8b3d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #98c8b300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-300\/90 {
  --tw-gradient-from: #98c8b3e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #98c8b300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-300\/95 {
  --tw-gradient-from: #98c8b3f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #98c8b300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-400 {
  --tw-gradient-from: #70b396 var(--tw-gradient-from-position);
  --tw-gradient-to: #70b39600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-400\/0 {
  --tw-gradient-from: #70b39600 var(--tw-gradient-from-position);
  --tw-gradient-to: #70b39600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-400\/10 {
  --tw-gradient-from: #70b3961a var(--tw-gradient-from-position);
  --tw-gradient-to: #70b39600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-400\/100 {
  --tw-gradient-from: #70b396 var(--tw-gradient-from-position);
  --tw-gradient-to: #70b39600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-400\/15 {
  --tw-gradient-from: #70b39626 var(--tw-gradient-from-position);
  --tw-gradient-to: #70b39600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-400\/20 {
  --tw-gradient-from: #70b39633 var(--tw-gradient-from-position);
  --tw-gradient-to: #70b39600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-400\/25 {
  --tw-gradient-from: #70b39640 var(--tw-gradient-from-position);
  --tw-gradient-to: #70b39600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-400\/30 {
  --tw-gradient-from: #70b3964d var(--tw-gradient-from-position);
  --tw-gradient-to: #70b39600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-400\/35 {
  --tw-gradient-from: #70b39659 var(--tw-gradient-from-position);
  --tw-gradient-to: #70b39600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-400\/40 {
  --tw-gradient-from: #70b39666 var(--tw-gradient-from-position);
  --tw-gradient-to: #70b39600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-400\/45 {
  --tw-gradient-from: #70b39673 var(--tw-gradient-from-position);
  --tw-gradient-to: #70b39600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-400\/5 {
  --tw-gradient-from: #70b3960d var(--tw-gradient-from-position);
  --tw-gradient-to: #70b39600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-400\/50 {
  --tw-gradient-from: #70b39680 var(--tw-gradient-from-position);
  --tw-gradient-to: #70b39600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-400\/55 {
  --tw-gradient-from: #70b3968c var(--tw-gradient-from-position);
  --tw-gradient-to: #70b39600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-400\/60 {
  --tw-gradient-from: #70b39699 var(--tw-gradient-from-position);
  --tw-gradient-to: #70b39600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-400\/65 {
  --tw-gradient-from: #70b396a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #70b39600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-400\/70 {
  --tw-gradient-from: #70b396b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #70b39600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-400\/75 {
  --tw-gradient-from: #70b396bf var(--tw-gradient-from-position);
  --tw-gradient-to: #70b39600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-400\/80 {
  --tw-gradient-from: #70b396cc var(--tw-gradient-from-position);
  --tw-gradient-to: #70b39600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-400\/85 {
  --tw-gradient-from: #70b396d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #70b39600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-400\/90 {
  --tw-gradient-from: #70b396e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #70b39600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-400\/95 {
  --tw-gradient-from: #70b396f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #70b39600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-50 {
  --tw-gradient-from: #f7fbf9 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7fbf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-50\/0 {
  --tw-gradient-from: #f7fbf900 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7fbf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-50\/10 {
  --tw-gradient-from: #f7fbf91a var(--tw-gradient-from-position);
  --tw-gradient-to: #f7fbf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-50\/100 {
  --tw-gradient-from: #f7fbf9 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7fbf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-50\/15 {
  --tw-gradient-from: #f7fbf926 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7fbf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-50\/20 {
  --tw-gradient-from: #f7fbf933 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7fbf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-50\/25 {
  --tw-gradient-from: #f7fbf940 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7fbf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-50\/30 {
  --tw-gradient-from: #f7fbf94d var(--tw-gradient-from-position);
  --tw-gradient-to: #f7fbf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-50\/35 {
  --tw-gradient-from: #f7fbf959 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7fbf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-50\/40 {
  --tw-gradient-from: #f7fbf966 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7fbf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-50\/45 {
  --tw-gradient-from: #f7fbf973 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7fbf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-50\/5 {
  --tw-gradient-from: #f7fbf90d var(--tw-gradient-from-position);
  --tw-gradient-to: #f7fbf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-50\/50 {
  --tw-gradient-from: #f7fbf980 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7fbf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-50\/55 {
  --tw-gradient-from: #f7fbf98c var(--tw-gradient-from-position);
  --tw-gradient-to: #f7fbf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-50\/60 {
  --tw-gradient-from: #f7fbf999 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7fbf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-50\/65 {
  --tw-gradient-from: #f7fbf9a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7fbf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-50\/70 {
  --tw-gradient-from: #f7fbf9b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7fbf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-50\/75 {
  --tw-gradient-from: #f7fbf9bf var(--tw-gradient-from-position);
  --tw-gradient-to: #f7fbf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-50\/80 {
  --tw-gradient-from: #f7fbf9cc var(--tw-gradient-from-position);
  --tw-gradient-to: #f7fbf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-50\/85 {
  --tw-gradient-from: #f7fbf9d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7fbf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-50\/90 {
  --tw-gradient-from: #f7fbf9e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7fbf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-50\/95 {
  --tw-gradient-from: #f7fbf9f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7fbf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-500 {
  --tw-gradient-from: #38966d var(--tw-gradient-from-position);
  --tw-gradient-to: #38966d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-500\/0 {
  --tw-gradient-from: #38966d00 var(--tw-gradient-from-position);
  --tw-gradient-to: #38966d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-500\/10 {
  --tw-gradient-from: #38966d1a var(--tw-gradient-from-position);
  --tw-gradient-to: #38966d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-500\/100 {
  --tw-gradient-from: #38966d var(--tw-gradient-from-position);
  --tw-gradient-to: #38966d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-500\/15 {
  --tw-gradient-from: #38966d26 var(--tw-gradient-from-position);
  --tw-gradient-to: #38966d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-500\/20 {
  --tw-gradient-from: #38966d33 var(--tw-gradient-from-position);
  --tw-gradient-to: #38966d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-500\/25 {
  --tw-gradient-from: #38966d40 var(--tw-gradient-from-position);
  --tw-gradient-to: #38966d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-500\/30 {
  --tw-gradient-from: #38966d4d var(--tw-gradient-from-position);
  --tw-gradient-to: #38966d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-500\/35 {
  --tw-gradient-from: #38966d59 var(--tw-gradient-from-position);
  --tw-gradient-to: #38966d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-500\/40 {
  --tw-gradient-from: #38966d66 var(--tw-gradient-from-position);
  --tw-gradient-to: #38966d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-500\/45 {
  --tw-gradient-from: #38966d73 var(--tw-gradient-from-position);
  --tw-gradient-to: #38966d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-500\/5 {
  --tw-gradient-from: #38966d0d var(--tw-gradient-from-position);
  --tw-gradient-to: #38966d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-500\/50 {
  --tw-gradient-from: #38966d80 var(--tw-gradient-from-position);
  --tw-gradient-to: #38966d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-500\/55 {
  --tw-gradient-from: #38966d8c var(--tw-gradient-from-position);
  --tw-gradient-to: #38966d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-500\/60 {
  --tw-gradient-from: #38966d99 var(--tw-gradient-from-position);
  --tw-gradient-to: #38966d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-500\/65 {
  --tw-gradient-from: #38966da6 var(--tw-gradient-from-position);
  --tw-gradient-to: #38966d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-500\/70 {
  --tw-gradient-from: #38966db3 var(--tw-gradient-from-position);
  --tw-gradient-to: #38966d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-500\/75 {
  --tw-gradient-from: #38966dbf var(--tw-gradient-from-position);
  --tw-gradient-to: #38966d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-500\/80 {
  --tw-gradient-from: #38966dcc var(--tw-gradient-from-position);
  --tw-gradient-to: #38966d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-500\/85 {
  --tw-gradient-from: #38966dd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #38966d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-500\/90 {
  --tw-gradient-from: #38966de6 var(--tw-gradient-from-position);
  --tw-gradient-to: #38966d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-500\/95 {
  --tw-gradient-from: #38966df2 var(--tw-gradient-from-position);
  --tw-gradient-to: #38966d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-600 {
  --tw-gradient-from: #286c4e var(--tw-gradient-from-position);
  --tw-gradient-to: #286c4e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-600\/0 {
  --tw-gradient-from: #286c4e00 var(--tw-gradient-from-position);
  --tw-gradient-to: #286c4e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-600\/10 {
  --tw-gradient-from: #286c4e1a var(--tw-gradient-from-position);
  --tw-gradient-to: #286c4e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-600\/100 {
  --tw-gradient-from: #286c4e var(--tw-gradient-from-position);
  --tw-gradient-to: #286c4e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-600\/15 {
  --tw-gradient-from: #286c4e26 var(--tw-gradient-from-position);
  --tw-gradient-to: #286c4e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-600\/20 {
  --tw-gradient-from: #286c4e33 var(--tw-gradient-from-position);
  --tw-gradient-to: #286c4e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-600\/25 {
  --tw-gradient-from: #286c4e40 var(--tw-gradient-from-position);
  --tw-gradient-to: #286c4e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-600\/30 {
  --tw-gradient-from: #286c4e4d var(--tw-gradient-from-position);
  --tw-gradient-to: #286c4e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-600\/35 {
  --tw-gradient-from: #286c4e59 var(--tw-gradient-from-position);
  --tw-gradient-to: #286c4e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-600\/40 {
  --tw-gradient-from: #286c4e66 var(--tw-gradient-from-position);
  --tw-gradient-to: #286c4e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-600\/45 {
  --tw-gradient-from: #286c4e73 var(--tw-gradient-from-position);
  --tw-gradient-to: #286c4e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-600\/5 {
  --tw-gradient-from: #286c4e0d var(--tw-gradient-from-position);
  --tw-gradient-to: #286c4e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-600\/50 {
  --tw-gradient-from: #286c4e80 var(--tw-gradient-from-position);
  --tw-gradient-to: #286c4e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-600\/55 {
  --tw-gradient-from: #286c4e8c var(--tw-gradient-from-position);
  --tw-gradient-to: #286c4e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-600\/60 {
  --tw-gradient-from: #286c4e99 var(--tw-gradient-from-position);
  --tw-gradient-to: #286c4e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-600\/65 {
  --tw-gradient-from: #286c4ea6 var(--tw-gradient-from-position);
  --tw-gradient-to: #286c4e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-600\/70 {
  --tw-gradient-from: #286c4eb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #286c4e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-600\/75 {
  --tw-gradient-from: #286c4ebf var(--tw-gradient-from-position);
  --tw-gradient-to: #286c4e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-600\/80 {
  --tw-gradient-from: #286c4ecc var(--tw-gradient-from-position);
  --tw-gradient-to: #286c4e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-600\/85 {
  --tw-gradient-from: #286c4ed9 var(--tw-gradient-from-position);
  --tw-gradient-to: #286c4e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-600\/90 {
  --tw-gradient-from: #286c4ee6 var(--tw-gradient-from-position);
  --tw-gradient-to: #286c4e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-600\/95 {
  --tw-gradient-from: #286c4ef2 var(--tw-gradient-from-position);
  --tw-gradient-to: #286c4e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-700 {
  --tw-gradient-from: #1d4e39 var(--tw-gradient-from-position);
  --tw-gradient-to: #1d4e3900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-700\/0 {
  --tw-gradient-from: #1d4e3900 var(--tw-gradient-from-position);
  --tw-gradient-to: #1d4e3900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-700\/10 {
  --tw-gradient-from: #1d4e391a var(--tw-gradient-from-position);
  --tw-gradient-to: #1d4e3900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-700\/100 {
  --tw-gradient-from: #1d4e39 var(--tw-gradient-from-position);
  --tw-gradient-to: #1d4e3900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-700\/15 {
  --tw-gradient-from: #1d4e3926 var(--tw-gradient-from-position);
  --tw-gradient-to: #1d4e3900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-700\/20 {
  --tw-gradient-from: #1d4e3933 var(--tw-gradient-from-position);
  --tw-gradient-to: #1d4e3900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-700\/25 {
  --tw-gradient-from: #1d4e3940 var(--tw-gradient-from-position);
  --tw-gradient-to: #1d4e3900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-700\/30 {
  --tw-gradient-from: #1d4e394d var(--tw-gradient-from-position);
  --tw-gradient-to: #1d4e3900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-700\/35 {
  --tw-gradient-from: #1d4e3959 var(--tw-gradient-from-position);
  --tw-gradient-to: #1d4e3900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-700\/40 {
  --tw-gradient-from: #1d4e3966 var(--tw-gradient-from-position);
  --tw-gradient-to: #1d4e3900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-700\/45 {
  --tw-gradient-from: #1d4e3973 var(--tw-gradient-from-position);
  --tw-gradient-to: #1d4e3900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-700\/5 {
  --tw-gradient-from: #1d4e390d var(--tw-gradient-from-position);
  --tw-gradient-to: #1d4e3900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-700\/50 {
  --tw-gradient-from: #1d4e3980 var(--tw-gradient-from-position);
  --tw-gradient-to: #1d4e3900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-700\/55 {
  --tw-gradient-from: #1d4e398c var(--tw-gradient-from-position);
  --tw-gradient-to: #1d4e3900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-700\/60 {
  --tw-gradient-from: #1d4e3999 var(--tw-gradient-from-position);
  --tw-gradient-to: #1d4e3900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-700\/65 {
  --tw-gradient-from: #1d4e39a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #1d4e3900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-700\/70 {
  --tw-gradient-from: #1d4e39b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #1d4e3900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-700\/75 {
  --tw-gradient-from: #1d4e39bf var(--tw-gradient-from-position);
  --tw-gradient-to: #1d4e3900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-700\/80 {
  --tw-gradient-from: #1d4e39cc var(--tw-gradient-from-position);
  --tw-gradient-to: #1d4e3900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-700\/85 {
  --tw-gradient-from: #1d4e39d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #1d4e3900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-700\/90 {
  --tw-gradient-from: #1d4e39e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #1d4e3900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-700\/95 {
  --tw-gradient-from: #1d4e39f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #1d4e3900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-75 {
  --tw-gradient-from: #e9f3ef var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f3ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-75\/0 {
  --tw-gradient-from: #e9f3ef00 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f3ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-75\/10 {
  --tw-gradient-from: #e9f3ef1a var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f3ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-75\/100 {
  --tw-gradient-from: #e9f3ef var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f3ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-75\/15 {
  --tw-gradient-from: #e9f3ef26 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f3ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-75\/20 {
  --tw-gradient-from: #e9f3ef33 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f3ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-75\/25 {
  --tw-gradient-from: #e9f3ef40 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f3ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-75\/30 {
  --tw-gradient-from: #e9f3ef4d var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f3ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-75\/35 {
  --tw-gradient-from: #e9f3ef59 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f3ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-75\/40 {
  --tw-gradient-from: #e9f3ef66 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f3ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-75\/45 {
  --tw-gradient-from: #e9f3ef73 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f3ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-75\/5 {
  --tw-gradient-from: #e9f3ef0d var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f3ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-75\/50 {
  --tw-gradient-from: #e9f3ef80 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f3ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-75\/55 {
  --tw-gradient-from: #e9f3ef8c var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f3ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-75\/60 {
  --tw-gradient-from: #e9f3ef99 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f3ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-75\/65 {
  --tw-gradient-from: #e9f3efa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f3ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-75\/70 {
  --tw-gradient-from: #e9f3efb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f3ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-75\/75 {
  --tw-gradient-from: #e9f3efbf var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f3ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-75\/80 {
  --tw-gradient-from: #e9f3efcc var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f3ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-75\/85 {
  --tw-gradient-from: #e9f3efd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f3ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-75\/90 {
  --tw-gradient-from: #e9f3efe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f3ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-75\/95 {
  --tw-gradient-from: #e9f3eff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f3ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-800 {
  --tw-gradient-from: #133325 var(--tw-gradient-from-position);
  --tw-gradient-to: #13332500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-800\/0 {
  --tw-gradient-from: #13332500 var(--tw-gradient-from-position);
  --tw-gradient-to: #13332500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-800\/10 {
  --tw-gradient-from: #1333251a var(--tw-gradient-from-position);
  --tw-gradient-to: #13332500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-800\/100 {
  --tw-gradient-from: #133325 var(--tw-gradient-from-position);
  --tw-gradient-to: #13332500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-800\/15 {
  --tw-gradient-from: #13332526 var(--tw-gradient-from-position);
  --tw-gradient-to: #13332500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-800\/20 {
  --tw-gradient-from: #13332533 var(--tw-gradient-from-position);
  --tw-gradient-to: #13332500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-800\/25 {
  --tw-gradient-from: #13332540 var(--tw-gradient-from-position);
  --tw-gradient-to: #13332500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-800\/30 {
  --tw-gradient-from: #1333254d var(--tw-gradient-from-position);
  --tw-gradient-to: #13332500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-800\/35 {
  --tw-gradient-from: #13332559 var(--tw-gradient-from-position);
  --tw-gradient-to: #13332500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-800\/40 {
  --tw-gradient-from: #13332566 var(--tw-gradient-from-position);
  --tw-gradient-to: #13332500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-800\/45 {
  --tw-gradient-from: #13332573 var(--tw-gradient-from-position);
  --tw-gradient-to: #13332500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-800\/5 {
  --tw-gradient-from: #1333250d var(--tw-gradient-from-position);
  --tw-gradient-to: #13332500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-800\/50 {
  --tw-gradient-from: #13332580 var(--tw-gradient-from-position);
  --tw-gradient-to: #13332500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-800\/55 {
  --tw-gradient-from: #1333258c var(--tw-gradient-from-position);
  --tw-gradient-to: #13332500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-800\/60 {
  --tw-gradient-from: #13332599 var(--tw-gradient-from-position);
  --tw-gradient-to: #13332500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-800\/65 {
  --tw-gradient-from: #133325a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #13332500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-800\/70 {
  --tw-gradient-from: #133325b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #13332500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-800\/75 {
  --tw-gradient-from: #133325bf var(--tw-gradient-from-position);
  --tw-gradient-to: #13332500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-800\/80 {
  --tw-gradient-from: #133325cc var(--tw-gradient-from-position);
  --tw-gradient-to: #13332500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-800\/85 {
  --tw-gradient-from: #133325d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #13332500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-800\/90 {
  --tw-gradient-from: #133325e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #13332500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-800\/95 {
  --tw-gradient-from: #133325f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #13332500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-900 {
  --tw-gradient-from: #0a1b14 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a1b1400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-900\/0 {
  --tw-gradient-from: #0a1b1400 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a1b1400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-900\/10 {
  --tw-gradient-from: #0a1b141a var(--tw-gradient-from-position);
  --tw-gradient-to: #0a1b1400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-900\/100 {
  --tw-gradient-from: #0a1b14 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a1b1400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-900\/15 {
  --tw-gradient-from: #0a1b1426 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a1b1400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-900\/20 {
  --tw-gradient-from: #0a1b1433 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a1b1400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-900\/25 {
  --tw-gradient-from: #0a1b1440 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a1b1400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-900\/30 {
  --tw-gradient-from: #0a1b144d var(--tw-gradient-from-position);
  --tw-gradient-to: #0a1b1400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-900\/35 {
  --tw-gradient-from: #0a1b1459 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a1b1400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-900\/40 {
  --tw-gradient-from: #0a1b1466 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a1b1400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-900\/45 {
  --tw-gradient-from: #0a1b1473 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a1b1400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-900\/5 {
  --tw-gradient-from: #0a1b140d var(--tw-gradient-from-position);
  --tw-gradient-to: #0a1b1400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-900\/50 {
  --tw-gradient-from: #0a1b1480 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a1b1400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-900\/55 {
  --tw-gradient-from: #0a1b148c var(--tw-gradient-from-position);
  --tw-gradient-to: #0a1b1400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-900\/60 {
  --tw-gradient-from: #0a1b1499 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a1b1400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-900\/65 {
  --tw-gradient-from: #0a1b14a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a1b1400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-900\/70 {
  --tw-gradient-from: #0a1b14b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a1b1400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-900\/75 {
  --tw-gradient-from: #0a1b14bf var(--tw-gradient-from-position);
  --tw-gradient-to: #0a1b1400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-900\/80 {
  --tw-gradient-from: #0a1b14cc var(--tw-gradient-from-position);
  --tw-gradient-to: #0a1b1400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-900\/85 {
  --tw-gradient-from: #0a1b14d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a1b1400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-900\/90 {
  --tw-gradient-from: #0a1b14e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a1b1400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-900\/95 {
  --tw-gradient-from: #0a1b14f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a1b1400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-925 {
  --tw-gradient-from: #06110c var(--tw-gradient-from-position);
  --tw-gradient-to: #06110c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-925\/0 {
  --tw-gradient-from: #06110c00 var(--tw-gradient-from-position);
  --tw-gradient-to: #06110c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-925\/10 {
  --tw-gradient-from: #06110c1a var(--tw-gradient-from-position);
  --tw-gradient-to: #06110c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-925\/100 {
  --tw-gradient-from: #06110c var(--tw-gradient-from-position);
  --tw-gradient-to: #06110c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-925\/15 {
  --tw-gradient-from: #06110c26 var(--tw-gradient-from-position);
  --tw-gradient-to: #06110c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-925\/20 {
  --tw-gradient-from: #06110c33 var(--tw-gradient-from-position);
  --tw-gradient-to: #06110c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-925\/25 {
  --tw-gradient-from: #06110c40 var(--tw-gradient-from-position);
  --tw-gradient-to: #06110c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-925\/30 {
  --tw-gradient-from: #06110c4d var(--tw-gradient-from-position);
  --tw-gradient-to: #06110c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-925\/35 {
  --tw-gradient-from: #06110c59 var(--tw-gradient-from-position);
  --tw-gradient-to: #06110c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-925\/40 {
  --tw-gradient-from: #06110c66 var(--tw-gradient-from-position);
  --tw-gradient-to: #06110c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-925\/45 {
  --tw-gradient-from: #06110c73 var(--tw-gradient-from-position);
  --tw-gradient-to: #06110c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-925\/5 {
  --tw-gradient-from: #06110c0d var(--tw-gradient-from-position);
  --tw-gradient-to: #06110c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-925\/50 {
  --tw-gradient-from: #06110c80 var(--tw-gradient-from-position);
  --tw-gradient-to: #06110c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-925\/55 {
  --tw-gradient-from: #06110c8c var(--tw-gradient-from-position);
  --tw-gradient-to: #06110c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-925\/60 {
  --tw-gradient-from: #06110c99 var(--tw-gradient-from-position);
  --tw-gradient-to: #06110c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-925\/65 {
  --tw-gradient-from: #06110ca6 var(--tw-gradient-from-position);
  --tw-gradient-to: #06110c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-925\/70 {
  --tw-gradient-from: #06110cb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #06110c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-925\/75 {
  --tw-gradient-from: #06110cbf var(--tw-gradient-from-position);
  --tw-gradient-to: #06110c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-925\/80 {
  --tw-gradient-from: #06110ccc var(--tw-gradient-from-position);
  --tw-gradient-to: #06110c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-925\/85 {
  --tw-gradient-from: #06110cd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #06110c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-925\/90 {
  --tw-gradient-from: #06110ce6 var(--tw-gradient-from-position);
  --tw-gradient-to: #06110c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-925\/95 {
  --tw-gradient-from: #06110cf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #06110c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-950 {
  --tw-gradient-from: #020604 var(--tw-gradient-from-position);
  --tw-gradient-to: #02060400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-950\/0 {
  --tw-gradient-from: #02060400 var(--tw-gradient-from-position);
  --tw-gradient-to: #02060400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-950\/10 {
  --tw-gradient-from: #0206041a var(--tw-gradient-from-position);
  --tw-gradient-to: #02060400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-950\/100 {
  --tw-gradient-from: #020604 var(--tw-gradient-from-position);
  --tw-gradient-to: #02060400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-950\/15 {
  --tw-gradient-from: #02060426 var(--tw-gradient-from-position);
  --tw-gradient-to: #02060400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-950\/20 {
  --tw-gradient-from: #02060433 var(--tw-gradient-from-position);
  --tw-gradient-to: #02060400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-950\/25 {
  --tw-gradient-from: #02060440 var(--tw-gradient-from-position);
  --tw-gradient-to: #02060400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-950\/30 {
  --tw-gradient-from: #0206044d var(--tw-gradient-from-position);
  --tw-gradient-to: #02060400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-950\/35 {
  --tw-gradient-from: #02060459 var(--tw-gradient-from-position);
  --tw-gradient-to: #02060400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-950\/40 {
  --tw-gradient-from: #02060466 var(--tw-gradient-from-position);
  --tw-gradient-to: #02060400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-950\/45 {
  --tw-gradient-from: #02060473 var(--tw-gradient-from-position);
  --tw-gradient-to: #02060400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-950\/5 {
  --tw-gradient-from: #0206040d var(--tw-gradient-from-position);
  --tw-gradient-to: #02060400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-950\/50 {
  --tw-gradient-from: #02060480 var(--tw-gradient-from-position);
  --tw-gradient-to: #02060400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-950\/55 {
  --tw-gradient-from: #0206048c var(--tw-gradient-from-position);
  --tw-gradient-to: #02060400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-950\/60 {
  --tw-gradient-from: #02060499 var(--tw-gradient-from-position);
  --tw-gradient-to: #02060400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-950\/65 {
  --tw-gradient-from: #020604a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #02060400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-950\/70 {
  --tw-gradient-from: #020604b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #02060400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-950\/75 {
  --tw-gradient-from: #020604bf var(--tw-gradient-from-position);
  --tw-gradient-to: #02060400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-950\/80 {
  --tw-gradient-from: #020604cc var(--tw-gradient-from-position);
  --tw-gradient-to: #02060400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-950\/85 {
  --tw-gradient-from: #020604d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #02060400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-950\/90 {
  --tw-gradient-from: #020604e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #02060400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-human-green-950\/95 {
  --tw-gradient-from: #020604f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #02060400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-1 {
  --tw-gradient-from: #e9f1fc var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f1fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-1\/0 {
  --tw-gradient-from: #e9f1fc00 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f1fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-1\/10 {
  --tw-gradient-from: #e9f1fc1a var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f1fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-1\/100 {
  --tw-gradient-from: #e9f1fc var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f1fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-1\/15 {
  --tw-gradient-from: #e9f1fc26 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f1fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-1\/20 {
  --tw-gradient-from: #e9f1fc33 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f1fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-1\/25 {
  --tw-gradient-from: #e9f1fc40 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f1fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-1\/30 {
  --tw-gradient-from: #e9f1fc4d var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f1fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-1\/35 {
  --tw-gradient-from: #e9f1fc59 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f1fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-1\/40 {
  --tw-gradient-from: #e9f1fc66 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f1fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-1\/45 {
  --tw-gradient-from: #e9f1fc73 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f1fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-1\/5 {
  --tw-gradient-from: #e9f1fc0d var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f1fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-1\/50 {
  --tw-gradient-from: #e9f1fc80 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f1fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-1\/55 {
  --tw-gradient-from: #e9f1fc8c var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f1fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-1\/60 {
  --tw-gradient-from: #e9f1fc99 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f1fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-1\/65 {
  --tw-gradient-from: #e9f1fca6 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f1fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-1\/70 {
  --tw-gradient-from: #e9f1fcb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f1fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-1\/75 {
  --tw-gradient-from: #e9f1fcbf var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f1fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-1\/80 {
  --tw-gradient-from: #e9f1fccc var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f1fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-1\/85 {
  --tw-gradient-from: #e9f1fcd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f1fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-1\/90 {
  --tw-gradient-from: #e9f1fce6 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f1fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-1\/95 {
  --tw-gradient-from: #e9f1fcf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #e9f1fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-2 {
  --tw-gradient-from: #d9e8fd var(--tw-gradient-from-position);
  --tw-gradient-to: #d9e8fd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-2\/0 {
  --tw-gradient-from: #d9e8fd00 var(--tw-gradient-from-position);
  --tw-gradient-to: #d9e8fd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-2\/10 {
  --tw-gradient-from: #d9e8fd1a var(--tw-gradient-from-position);
  --tw-gradient-to: #d9e8fd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-2\/100 {
  --tw-gradient-from: #d9e8fd var(--tw-gradient-from-position);
  --tw-gradient-to: #d9e8fd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-2\/15 {
  --tw-gradient-from: #d9e8fd26 var(--tw-gradient-from-position);
  --tw-gradient-to: #d9e8fd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-2\/20 {
  --tw-gradient-from: #d9e8fd33 var(--tw-gradient-from-position);
  --tw-gradient-to: #d9e8fd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-2\/25 {
  --tw-gradient-from: #d9e8fd40 var(--tw-gradient-from-position);
  --tw-gradient-to: #d9e8fd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-2\/30 {
  --tw-gradient-from: #d9e8fd4d var(--tw-gradient-from-position);
  --tw-gradient-to: #d9e8fd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-2\/35 {
  --tw-gradient-from: #d9e8fd59 var(--tw-gradient-from-position);
  --tw-gradient-to: #d9e8fd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-2\/40 {
  --tw-gradient-from: #d9e8fd66 var(--tw-gradient-from-position);
  --tw-gradient-to: #d9e8fd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-2\/45 {
  --tw-gradient-from: #d9e8fd73 var(--tw-gradient-from-position);
  --tw-gradient-to: #d9e8fd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-2\/5 {
  --tw-gradient-from: #d9e8fd0d var(--tw-gradient-from-position);
  --tw-gradient-to: #d9e8fd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-2\/50 {
  --tw-gradient-from: #d9e8fd80 var(--tw-gradient-from-position);
  --tw-gradient-to: #d9e8fd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-2\/55 {
  --tw-gradient-from: #d9e8fd8c var(--tw-gradient-from-position);
  --tw-gradient-to: #d9e8fd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-2\/60 {
  --tw-gradient-from: #d9e8fd99 var(--tw-gradient-from-position);
  --tw-gradient-to: #d9e8fd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-2\/65 {
  --tw-gradient-from: #d9e8fda6 var(--tw-gradient-from-position);
  --tw-gradient-to: #d9e8fd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-2\/70 {
  --tw-gradient-from: #d9e8fdb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #d9e8fd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-2\/75 {
  --tw-gradient-from: #d9e8fdbf var(--tw-gradient-from-position);
  --tw-gradient-to: #d9e8fd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-2\/80 {
  --tw-gradient-from: #d9e8fdcc var(--tw-gradient-from-position);
  --tw-gradient-to: #d9e8fd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-2\/85 {
  --tw-gradient-from: #d9e8fdd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #d9e8fd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-2\/90 {
  --tw-gradient-from: #d9e8fde6 var(--tw-gradient-from-position);
  --tw-gradient-to: #d9e8fd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-legacy-2\/95 {
  --tw-gradient-from: #d9e8fdf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #d9e8fd00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-100 {
  --tw-gradient-from: #dfeeff var(--tw-gradient-from-position);
  --tw-gradient-to: #dfeeff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-100\/0 {
  --tw-gradient-from: #dfeeff00 var(--tw-gradient-from-position);
  --tw-gradient-to: #dfeeff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-100\/10 {
  --tw-gradient-from: #dfeeff1a var(--tw-gradient-from-position);
  --tw-gradient-to: #dfeeff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-100\/100 {
  --tw-gradient-from: #dfeeff var(--tw-gradient-from-position);
  --tw-gradient-to: #dfeeff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-100\/15 {
  --tw-gradient-from: #dfeeff26 var(--tw-gradient-from-position);
  --tw-gradient-to: #dfeeff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-100\/20 {
  --tw-gradient-from: #dfeeff33 var(--tw-gradient-from-position);
  --tw-gradient-to: #dfeeff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-100\/25 {
  --tw-gradient-from: #dfeeff40 var(--tw-gradient-from-position);
  --tw-gradient-to: #dfeeff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-100\/30 {
  --tw-gradient-from: #dfeeff4d var(--tw-gradient-from-position);
  --tw-gradient-to: #dfeeff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-100\/35 {
  --tw-gradient-from: #dfeeff59 var(--tw-gradient-from-position);
  --tw-gradient-to: #dfeeff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-100\/40 {
  --tw-gradient-from: #dfeeff66 var(--tw-gradient-from-position);
  --tw-gradient-to: #dfeeff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-100\/45 {
  --tw-gradient-from: #dfeeff73 var(--tw-gradient-from-position);
  --tw-gradient-to: #dfeeff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-100\/5 {
  --tw-gradient-from: #dfeeff0d var(--tw-gradient-from-position);
  --tw-gradient-to: #dfeeff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-100\/50 {
  --tw-gradient-from: #dfeeff80 var(--tw-gradient-from-position);
  --tw-gradient-to: #dfeeff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-100\/55 {
  --tw-gradient-from: #dfeeff8c var(--tw-gradient-from-position);
  --tw-gradient-to: #dfeeff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-100\/60 {
  --tw-gradient-from: #dfeeff99 var(--tw-gradient-from-position);
  --tw-gradient-to: #dfeeff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-100\/65 {
  --tw-gradient-from: #dfeeffa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #dfeeff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-100\/70 {
  --tw-gradient-from: #dfeeffb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #dfeeff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-100\/75 {
  --tw-gradient-from: #dfeeffbf var(--tw-gradient-from-position);
  --tw-gradient-to: #dfeeff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-100\/80 {
  --tw-gradient-from: #dfeeffcc var(--tw-gradient-from-position);
  --tw-gradient-to: #dfeeff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-100\/85 {
  --tw-gradient-from: #dfeeffd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #dfeeff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-100\/90 {
  --tw-gradient-from: #dfeeffe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #dfeeff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-100\/95 {
  --tw-gradient-from: #dfeefff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #dfeeff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-200 {
  --tw-gradient-from: #c4dfff var(--tw-gradient-from-position);
  --tw-gradient-to: #c4dfff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-200\/0 {
  --tw-gradient-from: #c4dfff00 var(--tw-gradient-from-position);
  --tw-gradient-to: #c4dfff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-200\/10 {
  --tw-gradient-from: #c4dfff1a var(--tw-gradient-from-position);
  --tw-gradient-to: #c4dfff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-200\/100 {
  --tw-gradient-from: #c4dfff var(--tw-gradient-from-position);
  --tw-gradient-to: #c4dfff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-200\/15 {
  --tw-gradient-from: #c4dfff26 var(--tw-gradient-from-position);
  --tw-gradient-to: #c4dfff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-200\/20 {
  --tw-gradient-from: #c4dfff33 var(--tw-gradient-from-position);
  --tw-gradient-to: #c4dfff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-200\/25 {
  --tw-gradient-from: #c4dfff40 var(--tw-gradient-from-position);
  --tw-gradient-to: #c4dfff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-200\/30 {
  --tw-gradient-from: #c4dfff4d var(--tw-gradient-from-position);
  --tw-gradient-to: #c4dfff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-200\/35 {
  --tw-gradient-from: #c4dfff59 var(--tw-gradient-from-position);
  --tw-gradient-to: #c4dfff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-200\/40 {
  --tw-gradient-from: #c4dfff66 var(--tw-gradient-from-position);
  --tw-gradient-to: #c4dfff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-200\/45 {
  --tw-gradient-from: #c4dfff73 var(--tw-gradient-from-position);
  --tw-gradient-to: #c4dfff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-200\/5 {
  --tw-gradient-from: #c4dfff0d var(--tw-gradient-from-position);
  --tw-gradient-to: #c4dfff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-200\/50 {
  --tw-gradient-from: #c4dfff80 var(--tw-gradient-from-position);
  --tw-gradient-to: #c4dfff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-200\/55 {
  --tw-gradient-from: #c4dfff8c var(--tw-gradient-from-position);
  --tw-gradient-to: #c4dfff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-200\/60 {
  --tw-gradient-from: #c4dfff99 var(--tw-gradient-from-position);
  --tw-gradient-to: #c4dfff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-200\/65 {
  --tw-gradient-from: #c4dfffa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #c4dfff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-200\/70 {
  --tw-gradient-from: #c4dfffb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #c4dfff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-200\/75 {
  --tw-gradient-from: #c4dfffbf var(--tw-gradient-from-position);
  --tw-gradient-to: #c4dfff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-200\/80 {
  --tw-gradient-from: #c4dfffcc var(--tw-gradient-from-position);
  --tw-gradient-to: #c4dfff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-200\/85 {
  --tw-gradient-from: #c4dfffd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #c4dfff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-200\/90 {
  --tw-gradient-from: #c4dfffe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #c4dfff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-200\/95 {
  --tw-gradient-from: #c4dffff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #c4dfff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-300 {
  --tw-gradient-from: #a4ceff var(--tw-gradient-from-position);
  --tw-gradient-to: #a4ceff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-300\/0 {
  --tw-gradient-from: #a4ceff00 var(--tw-gradient-from-position);
  --tw-gradient-to: #a4ceff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-300\/10 {
  --tw-gradient-from: #a4ceff1a var(--tw-gradient-from-position);
  --tw-gradient-to: #a4ceff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-300\/100 {
  --tw-gradient-from: #a4ceff var(--tw-gradient-from-position);
  --tw-gradient-to: #a4ceff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-300\/15 {
  --tw-gradient-from: #a4ceff26 var(--tw-gradient-from-position);
  --tw-gradient-to: #a4ceff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-300\/20 {
  --tw-gradient-from: #a4ceff33 var(--tw-gradient-from-position);
  --tw-gradient-to: #a4ceff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-300\/25 {
  --tw-gradient-from: #a4ceff40 var(--tw-gradient-from-position);
  --tw-gradient-to: #a4ceff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-300\/30 {
  --tw-gradient-from: #a4ceff4d var(--tw-gradient-from-position);
  --tw-gradient-to: #a4ceff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-300\/35 {
  --tw-gradient-from: #a4ceff59 var(--tw-gradient-from-position);
  --tw-gradient-to: #a4ceff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-300\/40 {
  --tw-gradient-from: #a4ceff66 var(--tw-gradient-from-position);
  --tw-gradient-to: #a4ceff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-300\/45 {
  --tw-gradient-from: #a4ceff73 var(--tw-gradient-from-position);
  --tw-gradient-to: #a4ceff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-300\/5 {
  --tw-gradient-from: #a4ceff0d var(--tw-gradient-from-position);
  --tw-gradient-to: #a4ceff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-300\/50 {
  --tw-gradient-from: #a4ceff80 var(--tw-gradient-from-position);
  --tw-gradient-to: #a4ceff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-300\/55 {
  --tw-gradient-from: #a4ceff8c var(--tw-gradient-from-position);
  --tw-gradient-to: #a4ceff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-300\/60 {
  --tw-gradient-from: #a4ceff99 var(--tw-gradient-from-position);
  --tw-gradient-to: #a4ceff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-300\/65 {
  --tw-gradient-from: #a4ceffa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #a4ceff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-300\/70 {
  --tw-gradient-from: #a4ceffb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #a4ceff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-300\/75 {
  --tw-gradient-from: #a4ceffbf var(--tw-gradient-from-position);
  --tw-gradient-to: #a4ceff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-300\/80 {
  --tw-gradient-from: #a4ceffcc var(--tw-gradient-from-position);
  --tw-gradient-to: #a4ceff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-300\/85 {
  --tw-gradient-from: #a4ceffd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #a4ceff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-300\/90 {
  --tw-gradient-from: #a4ceffe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #a4ceff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-300\/95 {
  --tw-gradient-from: #a4cefff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #a4ceff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-400 {
  --tw-gradient-from: #81bbff var(--tw-gradient-from-position);
  --tw-gradient-to: #81bbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-400\/0 {
  --tw-gradient-from: #81bbff00 var(--tw-gradient-from-position);
  --tw-gradient-to: #81bbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-400\/10 {
  --tw-gradient-from: #81bbff1a var(--tw-gradient-from-position);
  --tw-gradient-to: #81bbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-400\/100 {
  --tw-gradient-from: #81bbff var(--tw-gradient-from-position);
  --tw-gradient-to: #81bbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-400\/15 {
  --tw-gradient-from: #81bbff26 var(--tw-gradient-from-position);
  --tw-gradient-to: #81bbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-400\/20 {
  --tw-gradient-from: #81bbff33 var(--tw-gradient-from-position);
  --tw-gradient-to: #81bbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-400\/25 {
  --tw-gradient-from: #81bbff40 var(--tw-gradient-from-position);
  --tw-gradient-to: #81bbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-400\/30 {
  --tw-gradient-from: #81bbff4d var(--tw-gradient-from-position);
  --tw-gradient-to: #81bbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-400\/35 {
  --tw-gradient-from: #81bbff59 var(--tw-gradient-from-position);
  --tw-gradient-to: #81bbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-400\/40 {
  --tw-gradient-from: #81bbff66 var(--tw-gradient-from-position);
  --tw-gradient-to: #81bbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-400\/45 {
  --tw-gradient-from: #81bbff73 var(--tw-gradient-from-position);
  --tw-gradient-to: #81bbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-400\/5 {
  --tw-gradient-from: #81bbff0d var(--tw-gradient-from-position);
  --tw-gradient-to: #81bbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-400\/50 {
  --tw-gradient-from: #81bbff80 var(--tw-gradient-from-position);
  --tw-gradient-to: #81bbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-400\/55 {
  --tw-gradient-from: #81bbff8c var(--tw-gradient-from-position);
  --tw-gradient-to: #81bbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-400\/60 {
  --tw-gradient-from: #81bbff99 var(--tw-gradient-from-position);
  --tw-gradient-to: #81bbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-400\/65 {
  --tw-gradient-from: #81bbffa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #81bbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-400\/70 {
  --tw-gradient-from: #81bbffb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #81bbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-400\/75 {
  --tw-gradient-from: #81bbffbf var(--tw-gradient-from-position);
  --tw-gradient-to: #81bbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-400\/80 {
  --tw-gradient-from: #81bbffcc var(--tw-gradient-from-position);
  --tw-gradient-to: #81bbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-400\/85 {
  --tw-gradient-from: #81bbffd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #81bbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-400\/90 {
  --tw-gradient-from: #81bbffe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #81bbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-400\/95 {
  --tw-gradient-from: #81bbfff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #81bbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-50 {
  --tw-gradient-from: #f8fbff var(--tw-gradient-from-position);
  --tw-gradient-to: #f8fbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-50\/0 {
  --tw-gradient-from: #f8fbff00 var(--tw-gradient-from-position);
  --tw-gradient-to: #f8fbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-50\/10 {
  --tw-gradient-from: #f8fbff1a var(--tw-gradient-from-position);
  --tw-gradient-to: #f8fbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-50\/100 {
  --tw-gradient-from: #f8fbff var(--tw-gradient-from-position);
  --tw-gradient-to: #f8fbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-50\/15 {
  --tw-gradient-from: #f8fbff26 var(--tw-gradient-from-position);
  --tw-gradient-to: #f8fbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-50\/20 {
  --tw-gradient-from: #f8fbff33 var(--tw-gradient-from-position);
  --tw-gradient-to: #f8fbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-50\/25 {
  --tw-gradient-from: #f8fbff40 var(--tw-gradient-from-position);
  --tw-gradient-to: #f8fbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-50\/30 {
  --tw-gradient-from: #f8fbff4d var(--tw-gradient-from-position);
  --tw-gradient-to: #f8fbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-50\/35 {
  --tw-gradient-from: #f8fbff59 var(--tw-gradient-from-position);
  --tw-gradient-to: #f8fbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-50\/40 {
  --tw-gradient-from: #f8fbff66 var(--tw-gradient-from-position);
  --tw-gradient-to: #f8fbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-50\/45 {
  --tw-gradient-from: #f8fbff73 var(--tw-gradient-from-position);
  --tw-gradient-to: #f8fbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-50\/5 {
  --tw-gradient-from: #f8fbff0d var(--tw-gradient-from-position);
  --tw-gradient-to: #f8fbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-50\/50 {
  --tw-gradient-from: #f8fbff80 var(--tw-gradient-from-position);
  --tw-gradient-to: #f8fbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-50\/55 {
  --tw-gradient-from: #f8fbff8c var(--tw-gradient-from-position);
  --tw-gradient-to: #f8fbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-50\/60 {
  --tw-gradient-from: #f8fbff99 var(--tw-gradient-from-position);
  --tw-gradient-to: #f8fbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-50\/65 {
  --tw-gradient-from: #f8fbffa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f8fbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-50\/70 {
  --tw-gradient-from: #f8fbffb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #f8fbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-50\/75 {
  --tw-gradient-from: #f8fbffbf var(--tw-gradient-from-position);
  --tw-gradient-to: #f8fbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-50\/80 {
  --tw-gradient-from: #f8fbffcc var(--tw-gradient-from-position);
  --tw-gradient-to: #f8fbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-50\/85 {
  --tw-gradient-from: #f8fbffd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #f8fbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-50\/90 {
  --tw-gradient-from: #f8fbffe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f8fbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-50\/95 {
  --tw-gradient-from: #f8fbfff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #f8fbff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-500 {
  --tw-gradient-from: #50a0ff var(--tw-gradient-from-position);
  --tw-gradient-to: #50a0ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-500\/0 {
  --tw-gradient-from: #50a0ff00 var(--tw-gradient-from-position);
  --tw-gradient-to: #50a0ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-500\/10 {
  --tw-gradient-from: #50a0ff1a var(--tw-gradient-from-position);
  --tw-gradient-to: #50a0ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-500\/100 {
  --tw-gradient-from: #50a0ff var(--tw-gradient-from-position);
  --tw-gradient-to: #50a0ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-500\/15 {
  --tw-gradient-from: #50a0ff26 var(--tw-gradient-from-position);
  --tw-gradient-to: #50a0ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-500\/20 {
  --tw-gradient-from: #50a0ff33 var(--tw-gradient-from-position);
  --tw-gradient-to: #50a0ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-500\/25 {
  --tw-gradient-from: #50a0ff40 var(--tw-gradient-from-position);
  --tw-gradient-to: #50a0ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-500\/30 {
  --tw-gradient-from: #50a0ff4d var(--tw-gradient-from-position);
  --tw-gradient-to: #50a0ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-500\/35 {
  --tw-gradient-from: #50a0ff59 var(--tw-gradient-from-position);
  --tw-gradient-to: #50a0ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-500\/40 {
  --tw-gradient-from: #50a0ff66 var(--tw-gradient-from-position);
  --tw-gradient-to: #50a0ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-500\/45 {
  --tw-gradient-from: #50a0ff73 var(--tw-gradient-from-position);
  --tw-gradient-to: #50a0ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-500\/5 {
  --tw-gradient-from: #50a0ff0d var(--tw-gradient-from-position);
  --tw-gradient-to: #50a0ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-500\/50 {
  --tw-gradient-from: #50a0ff80 var(--tw-gradient-from-position);
  --tw-gradient-to: #50a0ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-500\/55 {
  --tw-gradient-from: #50a0ff8c var(--tw-gradient-from-position);
  --tw-gradient-to: #50a0ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-500\/60 {
  --tw-gradient-from: #50a0ff99 var(--tw-gradient-from-position);
  --tw-gradient-to: #50a0ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-500\/65 {
  --tw-gradient-from: #50a0ffa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #50a0ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-500\/70 {
  --tw-gradient-from: #50a0ffb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #50a0ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-500\/75 {
  --tw-gradient-from: #50a0ffbf var(--tw-gradient-from-position);
  --tw-gradient-to: #50a0ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-500\/80 {
  --tw-gradient-from: #50a0ffcc var(--tw-gradient-from-position);
  --tw-gradient-to: #50a0ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-500\/85 {
  --tw-gradient-from: #50a0ffd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #50a0ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-500\/90 {
  --tw-gradient-from: #50a0ffe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #50a0ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-500\/95 {
  --tw-gradient-from: #50a0fff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #50a0ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-600 {
  --tw-gradient-from: #3a73b8 var(--tw-gradient-from-position);
  --tw-gradient-to: #3a73b800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-600\/0 {
  --tw-gradient-from: #3a73b800 var(--tw-gradient-from-position);
  --tw-gradient-to: #3a73b800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-600\/10 {
  --tw-gradient-from: #3a73b81a var(--tw-gradient-from-position);
  --tw-gradient-to: #3a73b800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-600\/100 {
  --tw-gradient-from: #3a73b8 var(--tw-gradient-from-position);
  --tw-gradient-to: #3a73b800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-600\/15 {
  --tw-gradient-from: #3a73b826 var(--tw-gradient-from-position);
  --tw-gradient-to: #3a73b800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-600\/20 {
  --tw-gradient-from: #3a73b833 var(--tw-gradient-from-position);
  --tw-gradient-to: #3a73b800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-600\/25 {
  --tw-gradient-from: #3a73b840 var(--tw-gradient-from-position);
  --tw-gradient-to: #3a73b800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-600\/30 {
  --tw-gradient-from: #3a73b84d var(--tw-gradient-from-position);
  --tw-gradient-to: #3a73b800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-600\/35 {
  --tw-gradient-from: #3a73b859 var(--tw-gradient-from-position);
  --tw-gradient-to: #3a73b800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-600\/40 {
  --tw-gradient-from: #3a73b866 var(--tw-gradient-from-position);
  --tw-gradient-to: #3a73b800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-600\/45 {
  --tw-gradient-from: #3a73b873 var(--tw-gradient-from-position);
  --tw-gradient-to: #3a73b800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-600\/5 {
  --tw-gradient-from: #3a73b80d var(--tw-gradient-from-position);
  --tw-gradient-to: #3a73b800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-600\/50 {
  --tw-gradient-from: #3a73b880 var(--tw-gradient-from-position);
  --tw-gradient-to: #3a73b800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-600\/55 {
  --tw-gradient-from: #3a73b88c var(--tw-gradient-from-position);
  --tw-gradient-to: #3a73b800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-600\/60 {
  --tw-gradient-from: #3a73b899 var(--tw-gradient-from-position);
  --tw-gradient-to: #3a73b800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-600\/65 {
  --tw-gradient-from: #3a73b8a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #3a73b800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-600\/70 {
  --tw-gradient-from: #3a73b8b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #3a73b800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-600\/75 {
  --tw-gradient-from: #3a73b8bf var(--tw-gradient-from-position);
  --tw-gradient-to: #3a73b800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-600\/80 {
  --tw-gradient-from: #3a73b8cc var(--tw-gradient-from-position);
  --tw-gradient-to: #3a73b800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-600\/85 {
  --tw-gradient-from: #3a73b8d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #3a73b800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-600\/90 {
  --tw-gradient-from: #3a73b8e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #3a73b800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-600\/95 {
  --tw-gradient-from: #3a73b8f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #3a73b800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-700 {
  --tw-gradient-from: #2a5385 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a538500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-700\/0 {
  --tw-gradient-from: #2a538500 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a538500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-700\/10 {
  --tw-gradient-from: #2a53851a var(--tw-gradient-from-position);
  --tw-gradient-to: #2a538500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-700\/100 {
  --tw-gradient-from: #2a5385 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a538500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-700\/15 {
  --tw-gradient-from: #2a538526 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a538500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-700\/20 {
  --tw-gradient-from: #2a538533 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a538500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-700\/25 {
  --tw-gradient-from: #2a538540 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a538500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-700\/30 {
  --tw-gradient-from: #2a53854d var(--tw-gradient-from-position);
  --tw-gradient-to: #2a538500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-700\/35 {
  --tw-gradient-from: #2a538559 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a538500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-700\/40 {
  --tw-gradient-from: #2a538566 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a538500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-700\/45 {
  --tw-gradient-from: #2a538573 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a538500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-700\/5 {
  --tw-gradient-from: #2a53850d var(--tw-gradient-from-position);
  --tw-gradient-to: #2a538500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-700\/50 {
  --tw-gradient-from: #2a538580 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a538500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-700\/55 {
  --tw-gradient-from: #2a53858c var(--tw-gradient-from-position);
  --tw-gradient-to: #2a538500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-700\/60 {
  --tw-gradient-from: #2a538599 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a538500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-700\/65 {
  --tw-gradient-from: #2a5385a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a538500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-700\/70 {
  --tw-gradient-from: #2a5385b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a538500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-700\/75 {
  --tw-gradient-from: #2a5385bf var(--tw-gradient-from-position);
  --tw-gradient-to: #2a538500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-700\/80 {
  --tw-gradient-from: #2a5385cc var(--tw-gradient-from-position);
  --tw-gradient-to: #2a538500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-700\/85 {
  --tw-gradient-from: #2a5385d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a538500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-700\/90 {
  --tw-gradient-from: #2a5385e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a538500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-700\/95 {
  --tw-gradient-from: #2a5385f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #2a538500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-75 {
  --tw-gradient-from: #ecf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: #ecf5ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-75\/0 {
  --tw-gradient-from: #ecf5ff00 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecf5ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-75\/10 {
  --tw-gradient-from: #ecf5ff1a var(--tw-gradient-from-position);
  --tw-gradient-to: #ecf5ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-75\/100 {
  --tw-gradient-from: #ecf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: #ecf5ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-75\/15 {
  --tw-gradient-from: #ecf5ff26 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecf5ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-75\/20 {
  --tw-gradient-from: #ecf5ff33 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecf5ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-75\/25 {
  --tw-gradient-from: #ecf5ff40 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecf5ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-75\/30 {
  --tw-gradient-from: #ecf5ff4d var(--tw-gradient-from-position);
  --tw-gradient-to: #ecf5ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-75\/35 {
  --tw-gradient-from: #ecf5ff59 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecf5ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-75\/40 {
  --tw-gradient-from: #ecf5ff66 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecf5ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-75\/45 {
  --tw-gradient-from: #ecf5ff73 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecf5ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-75\/5 {
  --tw-gradient-from: #ecf5ff0d var(--tw-gradient-from-position);
  --tw-gradient-to: #ecf5ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-75\/50 {
  --tw-gradient-from: #ecf5ff80 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecf5ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-75\/55 {
  --tw-gradient-from: #ecf5ff8c var(--tw-gradient-from-position);
  --tw-gradient-to: #ecf5ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-75\/60 {
  --tw-gradient-from: #ecf5ff99 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecf5ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-75\/65 {
  --tw-gradient-from: #ecf5ffa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecf5ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-75\/70 {
  --tw-gradient-from: #ecf5ffb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecf5ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-75\/75 {
  --tw-gradient-from: #ecf5ffbf var(--tw-gradient-from-position);
  --tw-gradient-to: #ecf5ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-75\/80 {
  --tw-gradient-from: #ecf5ffcc var(--tw-gradient-from-position);
  --tw-gradient-to: #ecf5ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-75\/85 {
  --tw-gradient-from: #ecf5ffd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecf5ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-75\/90 {
  --tw-gradient-from: #ecf5ffe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecf5ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-75\/95 {
  --tw-gradient-from: #ecf5fff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecf5ff00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-800 {
  --tw-gradient-from: #1b3657 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b365700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-800\/0 {
  --tw-gradient-from: #1b365700 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b365700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-800\/10 {
  --tw-gradient-from: #1b36571a var(--tw-gradient-from-position);
  --tw-gradient-to: #1b365700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-800\/100 {
  --tw-gradient-from: #1b3657 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b365700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-800\/15 {
  --tw-gradient-from: #1b365726 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b365700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-800\/20 {
  --tw-gradient-from: #1b365733 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b365700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-800\/25 {
  --tw-gradient-from: #1b365740 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b365700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-800\/30 {
  --tw-gradient-from: #1b36574d var(--tw-gradient-from-position);
  --tw-gradient-to: #1b365700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-800\/35 {
  --tw-gradient-from: #1b365759 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b365700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-800\/40 {
  --tw-gradient-from: #1b365766 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b365700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-800\/45 {
  --tw-gradient-from: #1b365773 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b365700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-800\/5 {
  --tw-gradient-from: #1b36570d var(--tw-gradient-from-position);
  --tw-gradient-to: #1b365700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-800\/50 {
  --tw-gradient-from: #1b365780 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b365700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-800\/55 {
  --tw-gradient-from: #1b36578c var(--tw-gradient-from-position);
  --tw-gradient-to: #1b365700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-800\/60 {
  --tw-gradient-from: #1b365799 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b365700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-800\/65 {
  --tw-gradient-from: #1b3657a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b365700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-800\/70 {
  --tw-gradient-from: #1b3657b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b365700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-800\/75 {
  --tw-gradient-from: #1b3657bf var(--tw-gradient-from-position);
  --tw-gradient-to: #1b365700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-800\/80 {
  --tw-gradient-from: #1b3657cc var(--tw-gradient-from-position);
  --tw-gradient-to: #1b365700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-800\/85 {
  --tw-gradient-from: #1b3657d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b365700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-800\/90 {
  --tw-gradient-from: #1b3657e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b365700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-800\/95 {
  --tw-gradient-from: #1b3657f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b365700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-900 {
  --tw-gradient-from: #0e1d2e var(--tw-gradient-from-position);
  --tw-gradient-to: #0e1d2e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-900\/0 {
  --tw-gradient-from: #0e1d2e00 var(--tw-gradient-from-position);
  --tw-gradient-to: #0e1d2e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-900\/10 {
  --tw-gradient-from: #0e1d2e1a var(--tw-gradient-from-position);
  --tw-gradient-to: #0e1d2e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-900\/100 {
  --tw-gradient-from: #0e1d2e var(--tw-gradient-from-position);
  --tw-gradient-to: #0e1d2e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-900\/15 {
  --tw-gradient-from: #0e1d2e26 var(--tw-gradient-from-position);
  --tw-gradient-to: #0e1d2e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-900\/20 {
  --tw-gradient-from: #0e1d2e33 var(--tw-gradient-from-position);
  --tw-gradient-to: #0e1d2e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-900\/25 {
  --tw-gradient-from: #0e1d2e40 var(--tw-gradient-from-position);
  --tw-gradient-to: #0e1d2e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-900\/30 {
  --tw-gradient-from: #0e1d2e4d var(--tw-gradient-from-position);
  --tw-gradient-to: #0e1d2e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-900\/35 {
  --tw-gradient-from: #0e1d2e59 var(--tw-gradient-from-position);
  --tw-gradient-to: #0e1d2e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-900\/40 {
  --tw-gradient-from: #0e1d2e66 var(--tw-gradient-from-position);
  --tw-gradient-to: #0e1d2e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-900\/45 {
  --tw-gradient-from: #0e1d2e73 var(--tw-gradient-from-position);
  --tw-gradient-to: #0e1d2e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-900\/5 {
  --tw-gradient-from: #0e1d2e0d var(--tw-gradient-from-position);
  --tw-gradient-to: #0e1d2e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-900\/50 {
  --tw-gradient-from: #0e1d2e80 var(--tw-gradient-from-position);
  --tw-gradient-to: #0e1d2e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-900\/55 {
  --tw-gradient-from: #0e1d2e8c var(--tw-gradient-from-position);
  --tw-gradient-to: #0e1d2e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-900\/60 {
  --tw-gradient-from: #0e1d2e99 var(--tw-gradient-from-position);
  --tw-gradient-to: #0e1d2e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-900\/65 {
  --tw-gradient-from: #0e1d2ea6 var(--tw-gradient-from-position);
  --tw-gradient-to: #0e1d2e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-900\/70 {
  --tw-gradient-from: #0e1d2eb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #0e1d2e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-900\/75 {
  --tw-gradient-from: #0e1d2ebf var(--tw-gradient-from-position);
  --tw-gradient-to: #0e1d2e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-900\/80 {
  --tw-gradient-from: #0e1d2ecc var(--tw-gradient-from-position);
  --tw-gradient-to: #0e1d2e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-900\/85 {
  --tw-gradient-from: #0e1d2ed9 var(--tw-gradient-from-position);
  --tw-gradient-to: #0e1d2e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-900\/90 {
  --tw-gradient-from: #0e1d2ee6 var(--tw-gradient-from-position);
  --tw-gradient-to: #0e1d2e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-900\/95 {
  --tw-gradient-from: #0e1d2ef2 var(--tw-gradient-from-position);
  --tw-gradient-to: #0e1d2e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-925 {
  --tw-gradient-from: #09121c var(--tw-gradient-from-position);
  --tw-gradient-to: #09121c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-925\/0 {
  --tw-gradient-from: #09121c00 var(--tw-gradient-from-position);
  --tw-gradient-to: #09121c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-925\/10 {
  --tw-gradient-from: #09121c1a var(--tw-gradient-from-position);
  --tw-gradient-to: #09121c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-925\/100 {
  --tw-gradient-from: #09121c var(--tw-gradient-from-position);
  --tw-gradient-to: #09121c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-925\/15 {
  --tw-gradient-from: #09121c26 var(--tw-gradient-from-position);
  --tw-gradient-to: #09121c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-925\/20 {
  --tw-gradient-from: #09121c33 var(--tw-gradient-from-position);
  --tw-gradient-to: #09121c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-925\/25 {
  --tw-gradient-from: #09121c40 var(--tw-gradient-from-position);
  --tw-gradient-to: #09121c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-925\/30 {
  --tw-gradient-from: #09121c4d var(--tw-gradient-from-position);
  --tw-gradient-to: #09121c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-925\/35 {
  --tw-gradient-from: #09121c59 var(--tw-gradient-from-position);
  --tw-gradient-to: #09121c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-925\/40 {
  --tw-gradient-from: #09121c66 var(--tw-gradient-from-position);
  --tw-gradient-to: #09121c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-925\/45 {
  --tw-gradient-from: #09121c73 var(--tw-gradient-from-position);
  --tw-gradient-to: #09121c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-925\/5 {
  --tw-gradient-from: #09121c0d var(--tw-gradient-from-position);
  --tw-gradient-to: #09121c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-925\/50 {
  --tw-gradient-from: #09121c80 var(--tw-gradient-from-position);
  --tw-gradient-to: #09121c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-925\/55 {
  --tw-gradient-from: #09121c8c var(--tw-gradient-from-position);
  --tw-gradient-to: #09121c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-925\/60 {
  --tw-gradient-from: #09121c99 var(--tw-gradient-from-position);
  --tw-gradient-to: #09121c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-925\/65 {
  --tw-gradient-from: #09121ca6 var(--tw-gradient-from-position);
  --tw-gradient-to: #09121c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-925\/70 {
  --tw-gradient-from: #09121cb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #09121c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-925\/75 {
  --tw-gradient-from: #09121cbf var(--tw-gradient-from-position);
  --tw-gradient-to: #09121c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-925\/80 {
  --tw-gradient-from: #09121ccc var(--tw-gradient-from-position);
  --tw-gradient-to: #09121c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-925\/85 {
  --tw-gradient-from: #09121cd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #09121c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-925\/90 {
  --tw-gradient-from: #09121ce6 var(--tw-gradient-from-position);
  --tw-gradient-to: #09121c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-925\/95 {
  --tw-gradient-from: #09121cf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #09121c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-950 {
  --tw-gradient-from: #03060a var(--tw-gradient-from-position);
  --tw-gradient-to: #03060a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-950\/0 {
  --tw-gradient-from: #03060a00 var(--tw-gradient-from-position);
  --tw-gradient-to: #03060a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-950\/10 {
  --tw-gradient-from: #03060a1a var(--tw-gradient-from-position);
  --tw-gradient-to: #03060a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-950\/100 {
  --tw-gradient-from: #03060a var(--tw-gradient-from-position);
  --tw-gradient-to: #03060a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-950\/15 {
  --tw-gradient-from: #03060a26 var(--tw-gradient-from-position);
  --tw-gradient-to: #03060a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-950\/20 {
  --tw-gradient-from: #03060a33 var(--tw-gradient-from-position);
  --tw-gradient-to: #03060a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-950\/25 {
  --tw-gradient-from: #03060a40 var(--tw-gradient-from-position);
  --tw-gradient-to: #03060a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-950\/30 {
  --tw-gradient-from: #03060a4d var(--tw-gradient-from-position);
  --tw-gradient-to: #03060a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-950\/35 {
  --tw-gradient-from: #03060a59 var(--tw-gradient-from-position);
  --tw-gradient-to: #03060a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-950\/40 {
  --tw-gradient-from: #03060a66 var(--tw-gradient-from-position);
  --tw-gradient-to: #03060a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-950\/45 {
  --tw-gradient-from: #03060a73 var(--tw-gradient-from-position);
  --tw-gradient-to: #03060a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-950\/5 {
  --tw-gradient-from: #03060a0d var(--tw-gradient-from-position);
  --tw-gradient-to: #03060a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-950\/50 {
  --tw-gradient-from: #03060a80 var(--tw-gradient-from-position);
  --tw-gradient-to: #03060a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-950\/55 {
  --tw-gradient-from: #03060a8c var(--tw-gradient-from-position);
  --tw-gradient-to: #03060a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-950\/60 {
  --tw-gradient-from: #03060a99 var(--tw-gradient-from-position);
  --tw-gradient-to: #03060a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-950\/65 {
  --tw-gradient-from: #03060aa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #03060a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-950\/70 {
  --tw-gradient-from: #03060ab3 var(--tw-gradient-from-position);
  --tw-gradient-to: #03060a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-950\/75 {
  --tw-gradient-from: #03060abf var(--tw-gradient-from-position);
  --tw-gradient-to: #03060a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-950\/80 {
  --tw-gradient-from: #03060acc var(--tw-gradient-from-position);
  --tw-gradient-to: #03060a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-950\/85 {
  --tw-gradient-from: #03060ad9 var(--tw-gradient-from-position);
  --tw-gradient-to: #03060a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-950\/90 {
  --tw-gradient-from: #03060ae6 var(--tw-gradient-from-position);
  --tw-gradient-to: #03060a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-light-blue-950\/95 {
  --tw-gradient-from: #03060af2 var(--tw-gradient-from-position);
  --tw-gradient-to: #03060a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mist {
  --tw-gradient-from: #ededeb var(--tw-gradient-from-position);
  --tw-gradient-to: #eeeeec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mist\/0 {
  --tw-gradient-from: #eeeeec00 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeeeec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mist\/10 {
  --tw-gradient-from: #eeeeec1a var(--tw-gradient-from-position);
  --tw-gradient-to: #eeeeec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mist\/100 {
  --tw-gradient-from: #ededeb var(--tw-gradient-from-position);
  --tw-gradient-to: #eeeeec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mist\/15 {
  --tw-gradient-from: #eeeeec26 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeeeec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mist\/20 {
  --tw-gradient-from: #eeeeec33 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeeeec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mist\/25 {
  --tw-gradient-from: #eeeeec40 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeeeec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mist\/30 {
  --tw-gradient-from: #eeeeec4d var(--tw-gradient-from-position);
  --tw-gradient-to: #eeeeec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mist\/35 {
  --tw-gradient-from: #eeeeec59 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeeeec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mist\/40 {
  --tw-gradient-from: #eeeeec66 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeeeec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mist\/45 {
  --tw-gradient-from: #eeeeec73 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeeeec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mist\/5 {
  --tw-gradient-from: #eeeeec0d var(--tw-gradient-from-position);
  --tw-gradient-to: #eeeeec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mist\/50 {
  --tw-gradient-from: #eeeeec80 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeeeec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mist\/55 {
  --tw-gradient-from: #eeeeec8c var(--tw-gradient-from-position);
  --tw-gradient-to: #eeeeec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mist\/60 {
  --tw-gradient-from: #eeeeec99 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeeeec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mist\/65 {
  --tw-gradient-from: #eeeeeca6 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeeeec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mist\/70 {
  --tw-gradient-from: #eeeeecb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeeeec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mist\/75 {
  --tw-gradient-from: #eeeeecbf var(--tw-gradient-from-position);
  --tw-gradient-to: #eeeeec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mist\/80 {
  --tw-gradient-from: #eeeeeccc var(--tw-gradient-from-position);
  --tw-gradient-to: #eeeeec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mist\/85 {
  --tw-gradient-from: #eeeeecd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeeeec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mist\/90 {
  --tw-gradient-from: #eeeeece6 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeeeec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mist\/95 {
  --tw-gradient-from: #eeeeecf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeeeec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-100 {
  --tw-gradient-from: #e4e2f0 var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-100\/0 {
  --tw-gradient-from: #e4e2f000 var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-100\/10 {
  --tw-gradient-from: #e4e2f01a var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-100\/100 {
  --tw-gradient-from: #e4e2f0 var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-100\/15 {
  --tw-gradient-from: #e4e2f026 var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-100\/20 {
  --tw-gradient-from: #e4e2f033 var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-100\/25 {
  --tw-gradient-from: #e4e2f040 var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-100\/30 {
  --tw-gradient-from: #e4e2f04d var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-100\/35 {
  --tw-gradient-from: #e4e2f059 var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-100\/40 {
  --tw-gradient-from: #e4e2f066 var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-100\/45 {
  --tw-gradient-from: #e4e2f073 var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-100\/5 {
  --tw-gradient-from: #e4e2f00d var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-100\/50 {
  --tw-gradient-from: #e4e2f080 var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-100\/55 {
  --tw-gradient-from: #e4e2f08c var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-100\/60 {
  --tw-gradient-from: #e4e2f099 var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-100\/65 {
  --tw-gradient-from: #e4e2f0a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-100\/70 {
  --tw-gradient-from: #e4e2f0b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-100\/75 {
  --tw-gradient-from: #e4e2f0bf var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-100\/80 {
  --tw-gradient-from: #e4e2f0cc var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-100\/85 {
  --tw-gradient-from: #e4e2f0d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-100\/90 {
  --tw-gradient-from: #e4e2f0e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-100\/95 {
  --tw-gradient-from: #e4e2f0f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-200 {
  --tw-gradient-from: #ccc8e3 var(--tw-gradient-from-position);
  --tw-gradient-to: #ccc8e300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-200\/0 {
  --tw-gradient-from: #ccc8e300 var(--tw-gradient-from-position);
  --tw-gradient-to: #ccc8e300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-200\/10 {
  --tw-gradient-from: #ccc8e31a var(--tw-gradient-from-position);
  --tw-gradient-to: #ccc8e300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-200\/100 {
  --tw-gradient-from: #ccc8e3 var(--tw-gradient-from-position);
  --tw-gradient-to: #ccc8e300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-200\/15 {
  --tw-gradient-from: #ccc8e326 var(--tw-gradient-from-position);
  --tw-gradient-to: #ccc8e300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-200\/20 {
  --tw-gradient-from: #ccc8e333 var(--tw-gradient-from-position);
  --tw-gradient-to: #ccc8e300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-200\/25 {
  --tw-gradient-from: #ccc8e340 var(--tw-gradient-from-position);
  --tw-gradient-to: #ccc8e300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-200\/30 {
  --tw-gradient-from: #ccc8e34d var(--tw-gradient-from-position);
  --tw-gradient-to: #ccc8e300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-200\/35 {
  --tw-gradient-from: #ccc8e359 var(--tw-gradient-from-position);
  --tw-gradient-to: #ccc8e300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-200\/40 {
  --tw-gradient-from: #ccc8e366 var(--tw-gradient-from-position);
  --tw-gradient-to: #ccc8e300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-200\/45 {
  --tw-gradient-from: #ccc8e373 var(--tw-gradient-from-position);
  --tw-gradient-to: #ccc8e300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-200\/5 {
  --tw-gradient-from: #ccc8e30d var(--tw-gradient-from-position);
  --tw-gradient-to: #ccc8e300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-200\/50 {
  --tw-gradient-from: #ccc8e380 var(--tw-gradient-from-position);
  --tw-gradient-to: #ccc8e300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-200\/55 {
  --tw-gradient-from: #ccc8e38c var(--tw-gradient-from-position);
  --tw-gradient-to: #ccc8e300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-200\/60 {
  --tw-gradient-from: #ccc8e399 var(--tw-gradient-from-position);
  --tw-gradient-to: #ccc8e300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-200\/65 {
  --tw-gradient-from: #ccc8e3a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #ccc8e300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-200\/70 {
  --tw-gradient-from: #ccc8e3b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #ccc8e300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-200\/75 {
  --tw-gradient-from: #ccc8e3bf var(--tw-gradient-from-position);
  --tw-gradient-to: #ccc8e300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-200\/80 {
  --tw-gradient-from: #ccc8e3cc var(--tw-gradient-from-position);
  --tw-gradient-to: #ccc8e300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-200\/85 {
  --tw-gradient-from: #ccc8e3d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #ccc8e300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-200\/90 {
  --tw-gradient-from: #ccc8e3e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #ccc8e300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-200\/95 {
  --tw-gradient-from: #ccc8e3f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #ccc8e300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-300 {
  --tw-gradient-from: #b0abd5 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0abd500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-300\/0 {
  --tw-gradient-from: #b0abd500 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0abd500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-300\/10 {
  --tw-gradient-from: #b0abd51a var(--tw-gradient-from-position);
  --tw-gradient-to: #b0abd500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-300\/100 {
  --tw-gradient-from: #b0abd5 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0abd500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-300\/15 {
  --tw-gradient-from: #b0abd526 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0abd500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-300\/20 {
  --tw-gradient-from: #b0abd533 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0abd500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-300\/25 {
  --tw-gradient-from: #b0abd540 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0abd500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-300\/30 {
  --tw-gradient-from: #b0abd54d var(--tw-gradient-from-position);
  --tw-gradient-to: #b0abd500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-300\/35 {
  --tw-gradient-from: #b0abd559 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0abd500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-300\/40 {
  --tw-gradient-from: #b0abd566 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0abd500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-300\/45 {
  --tw-gradient-from: #b0abd573 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0abd500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-300\/5 {
  --tw-gradient-from: #b0abd50d var(--tw-gradient-from-position);
  --tw-gradient-to: #b0abd500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-300\/50 {
  --tw-gradient-from: #b0abd580 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0abd500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-300\/55 {
  --tw-gradient-from: #b0abd58c var(--tw-gradient-from-position);
  --tw-gradient-to: #b0abd500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-300\/60 {
  --tw-gradient-from: #b0abd599 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0abd500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-300\/65 {
  --tw-gradient-from: #b0abd5a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0abd500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-300\/70 {
  --tw-gradient-from: #b0abd5b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0abd500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-300\/75 {
  --tw-gradient-from: #b0abd5bf var(--tw-gradient-from-position);
  --tw-gradient-to: #b0abd500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-300\/80 {
  --tw-gradient-from: #b0abd5cc var(--tw-gradient-from-position);
  --tw-gradient-to: #b0abd500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-300\/85 {
  --tw-gradient-from: #b0abd5d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0abd500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-300\/90 {
  --tw-gradient-from: #b0abd5e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0abd500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-300\/95 {
  --tw-gradient-from: #b0abd5f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0abd500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-400 {
  --tw-gradient-from: #928ac5 var(--tw-gradient-from-position);
  --tw-gradient-to: #928ac500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-400\/0 {
  --tw-gradient-from: #928ac500 var(--tw-gradient-from-position);
  --tw-gradient-to: #928ac500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-400\/10 {
  --tw-gradient-from: #928ac51a var(--tw-gradient-from-position);
  --tw-gradient-to: #928ac500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-400\/100 {
  --tw-gradient-from: #928ac5 var(--tw-gradient-from-position);
  --tw-gradient-to: #928ac500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-400\/15 {
  --tw-gradient-from: #928ac526 var(--tw-gradient-from-position);
  --tw-gradient-to: #928ac500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-400\/20 {
  --tw-gradient-from: #928ac533 var(--tw-gradient-from-position);
  --tw-gradient-to: #928ac500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-400\/25 {
  --tw-gradient-from: #928ac540 var(--tw-gradient-from-position);
  --tw-gradient-to: #928ac500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-400\/30 {
  --tw-gradient-from: #928ac54d var(--tw-gradient-from-position);
  --tw-gradient-to: #928ac500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-400\/35 {
  --tw-gradient-from: #928ac559 var(--tw-gradient-from-position);
  --tw-gradient-to: #928ac500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-400\/40 {
  --tw-gradient-from: #928ac566 var(--tw-gradient-from-position);
  --tw-gradient-to: #928ac500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-400\/45 {
  --tw-gradient-from: #928ac573 var(--tw-gradient-from-position);
  --tw-gradient-to: #928ac500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-400\/5 {
  --tw-gradient-from: #928ac50d var(--tw-gradient-from-position);
  --tw-gradient-to: #928ac500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-400\/50 {
  --tw-gradient-from: #928ac580 var(--tw-gradient-from-position);
  --tw-gradient-to: #928ac500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-400\/55 {
  --tw-gradient-from: #928ac58c var(--tw-gradient-from-position);
  --tw-gradient-to: #928ac500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-400\/60 {
  --tw-gradient-from: #928ac599 var(--tw-gradient-from-position);
  --tw-gradient-to: #928ac500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-400\/65 {
  --tw-gradient-from: #928ac5a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #928ac500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-400\/70 {
  --tw-gradient-from: #928ac5b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #928ac500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-400\/75 {
  --tw-gradient-from: #928ac5bf var(--tw-gradient-from-position);
  --tw-gradient-to: #928ac500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-400\/80 {
  --tw-gradient-from: #928ac5cc var(--tw-gradient-from-position);
  --tw-gradient-to: #928ac500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-400\/85 {
  --tw-gradient-from: #928ac5d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #928ac500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-400\/90 {
  --tw-gradient-from: #928ac5e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #928ac500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-400\/95 {
  --tw-gradient-from: #928ac5f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #928ac500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-50 {
  --tw-gradient-from: #f9f9fc var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f9fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-50\/0 {
  --tw-gradient-from: #f9f9fc00 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f9fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-50\/10 {
  --tw-gradient-from: #f9f9fc1a var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f9fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-50\/100 {
  --tw-gradient-from: #f9f9fc var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f9fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-50\/15 {
  --tw-gradient-from: #f9f9fc26 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f9fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-50\/20 {
  --tw-gradient-from: #f9f9fc33 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f9fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-50\/25 {
  --tw-gradient-from: #f9f9fc40 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f9fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-50\/30 {
  --tw-gradient-from: #f9f9fc4d var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f9fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-50\/35 {
  --tw-gradient-from: #f9f9fc59 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f9fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-50\/40 {
  --tw-gradient-from: #f9f9fc66 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f9fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-50\/45 {
  --tw-gradient-from: #f9f9fc73 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f9fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-50\/5 {
  --tw-gradient-from: #f9f9fc0d var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f9fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-50\/50 {
  --tw-gradient-from: #f9f9fc80 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f9fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-50\/55 {
  --tw-gradient-from: #f9f9fc8c var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f9fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-50\/60 {
  --tw-gradient-from: #f9f9fc99 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f9fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-50\/65 {
  --tw-gradient-from: #f9f9fca6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f9fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-50\/70 {
  --tw-gradient-from: #f9f9fcb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f9fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-50\/75 {
  --tw-gradient-from: #f9f9fcbf var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f9fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-50\/80 {
  --tw-gradient-from: #f9f9fccc var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f9fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-50\/85 {
  --tw-gradient-from: #f9f9fcd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f9fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-50\/90 {
  --tw-gradient-from: #f9f9fce6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f9fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-50\/95 {
  --tw-gradient-from: #f9f9fcf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9f9fc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-500 {
  --tw-gradient-from: #685dae var(--tw-gradient-from-position);
  --tw-gradient-to: #685dae00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-500\/0 {
  --tw-gradient-from: #685dae00 var(--tw-gradient-from-position);
  --tw-gradient-to: #685dae00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-500\/10 {
  --tw-gradient-from: #685dae1a var(--tw-gradient-from-position);
  --tw-gradient-to: #685dae00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-500\/100 {
  --tw-gradient-from: #685dae var(--tw-gradient-from-position);
  --tw-gradient-to: #685dae00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-500\/15 {
  --tw-gradient-from: #685dae26 var(--tw-gradient-from-position);
  --tw-gradient-to: #685dae00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-500\/20 {
  --tw-gradient-from: #685dae33 var(--tw-gradient-from-position);
  --tw-gradient-to: #685dae00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-500\/25 {
  --tw-gradient-from: #685dae40 var(--tw-gradient-from-position);
  --tw-gradient-to: #685dae00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-500\/30 {
  --tw-gradient-from: #685dae4d var(--tw-gradient-from-position);
  --tw-gradient-to: #685dae00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-500\/35 {
  --tw-gradient-from: #685dae59 var(--tw-gradient-from-position);
  --tw-gradient-to: #685dae00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-500\/40 {
  --tw-gradient-from: #685dae66 var(--tw-gradient-from-position);
  --tw-gradient-to: #685dae00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-500\/45 {
  --tw-gradient-from: #685dae73 var(--tw-gradient-from-position);
  --tw-gradient-to: #685dae00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-500\/5 {
  --tw-gradient-from: #685dae0d var(--tw-gradient-from-position);
  --tw-gradient-to: #685dae00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-500\/50 {
  --tw-gradient-from: #685dae80 var(--tw-gradient-from-position);
  --tw-gradient-to: #685dae00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-500\/55 {
  --tw-gradient-from: #685dae8c var(--tw-gradient-from-position);
  --tw-gradient-to: #685dae00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-500\/60 {
  --tw-gradient-from: #685dae99 var(--tw-gradient-from-position);
  --tw-gradient-to: #685dae00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-500\/65 {
  --tw-gradient-from: #685daea6 var(--tw-gradient-from-position);
  --tw-gradient-to: #685dae00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-500\/70 {
  --tw-gradient-from: #685daeb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #685dae00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-500\/75 {
  --tw-gradient-from: #685daebf var(--tw-gradient-from-position);
  --tw-gradient-to: #685dae00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-500\/80 {
  --tw-gradient-from: #685daecc var(--tw-gradient-from-position);
  --tw-gradient-to: #685dae00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-500\/85 {
  --tw-gradient-from: #685daed9 var(--tw-gradient-from-position);
  --tw-gradient-to: #685dae00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-500\/90 {
  --tw-gradient-from: #685daee6 var(--tw-gradient-from-position);
  --tw-gradient-to: #685dae00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-500\/95 {
  --tw-gradient-from: #685daef2 var(--tw-gradient-from-position);
  --tw-gradient-to: #685dae00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-600 {
  --tw-gradient-from: #4b437d var(--tw-gradient-from-position);
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-600\/0 {
  --tw-gradient-from: #4b437d00 var(--tw-gradient-from-position);
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-600\/10 {
  --tw-gradient-from: #4b437d1a var(--tw-gradient-from-position);
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-600\/100 {
  --tw-gradient-from: #4b437d var(--tw-gradient-from-position);
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-600\/15 {
  --tw-gradient-from: #4b437d26 var(--tw-gradient-from-position);
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-600\/20 {
  --tw-gradient-from: #4b437d33 var(--tw-gradient-from-position);
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-600\/25 {
  --tw-gradient-from: #4b437d40 var(--tw-gradient-from-position);
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-600\/30 {
  --tw-gradient-from: #4b437d4d var(--tw-gradient-from-position);
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-600\/35 {
  --tw-gradient-from: #4b437d59 var(--tw-gradient-from-position);
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-600\/40 {
  --tw-gradient-from: #4b437d66 var(--tw-gradient-from-position);
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-600\/45 {
  --tw-gradient-from: #4b437d73 var(--tw-gradient-from-position);
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-600\/5 {
  --tw-gradient-from: #4b437d0d var(--tw-gradient-from-position);
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-600\/50 {
  --tw-gradient-from: #4b437d80 var(--tw-gradient-from-position);
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-600\/55 {
  --tw-gradient-from: #4b437d8c var(--tw-gradient-from-position);
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-600\/60 {
  --tw-gradient-from: #4b437d99 var(--tw-gradient-from-position);
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-600\/65 {
  --tw-gradient-from: #4b437da6 var(--tw-gradient-from-position);
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-600\/70 {
  --tw-gradient-from: #4b437db3 var(--tw-gradient-from-position);
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-600\/75 {
  --tw-gradient-from: #4b437dbf var(--tw-gradient-from-position);
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-600\/80 {
  --tw-gradient-from: #4b437dcc var(--tw-gradient-from-position);
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-600\/85 {
  --tw-gradient-from: #4b437dd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-600\/90 {
  --tw-gradient-from: #4b437de6 var(--tw-gradient-from-position);
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-600\/95 {
  --tw-gradient-from: #4b437df2 var(--tw-gradient-from-position);
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-700 {
  --tw-gradient-from: #36305a var(--tw-gradient-from-position);
  --tw-gradient-to: #36305a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-700\/0 {
  --tw-gradient-from: #36305a00 var(--tw-gradient-from-position);
  --tw-gradient-to: #36305a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-700\/10 {
  --tw-gradient-from: #36305a1a var(--tw-gradient-from-position);
  --tw-gradient-to: #36305a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-700\/100 {
  --tw-gradient-from: #36305a var(--tw-gradient-from-position);
  --tw-gradient-to: #36305a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-700\/15 {
  --tw-gradient-from: #36305a26 var(--tw-gradient-from-position);
  --tw-gradient-to: #36305a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-700\/20 {
  --tw-gradient-from: #36305a33 var(--tw-gradient-from-position);
  --tw-gradient-to: #36305a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-700\/25 {
  --tw-gradient-from: #36305a40 var(--tw-gradient-from-position);
  --tw-gradient-to: #36305a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-700\/30 {
  --tw-gradient-from: #36305a4d var(--tw-gradient-from-position);
  --tw-gradient-to: #36305a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-700\/35 {
  --tw-gradient-from: #36305a59 var(--tw-gradient-from-position);
  --tw-gradient-to: #36305a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-700\/40 {
  --tw-gradient-from: #36305a66 var(--tw-gradient-from-position);
  --tw-gradient-to: #36305a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-700\/45 {
  --tw-gradient-from: #36305a73 var(--tw-gradient-from-position);
  --tw-gradient-to: #36305a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-700\/5 {
  --tw-gradient-from: #36305a0d var(--tw-gradient-from-position);
  --tw-gradient-to: #36305a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-700\/50 {
  --tw-gradient-from: #36305a80 var(--tw-gradient-from-position);
  --tw-gradient-to: #36305a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-700\/55 {
  --tw-gradient-from: #36305a8c var(--tw-gradient-from-position);
  --tw-gradient-to: #36305a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-700\/60 {
  --tw-gradient-from: #36305a99 var(--tw-gradient-from-position);
  --tw-gradient-to: #36305a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-700\/65 {
  --tw-gradient-from: #36305aa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #36305a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-700\/70 {
  --tw-gradient-from: #36305ab3 var(--tw-gradient-from-position);
  --tw-gradient-to: #36305a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-700\/75 {
  --tw-gradient-from: #36305abf var(--tw-gradient-from-position);
  --tw-gradient-to: #36305a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-700\/80 {
  --tw-gradient-from: #36305acc var(--tw-gradient-from-position);
  --tw-gradient-to: #36305a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-700\/85 {
  --tw-gradient-from: #36305ad9 var(--tw-gradient-from-position);
  --tw-gradient-to: #36305a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-700\/90 {
  --tw-gradient-from: #36305ae6 var(--tw-gradient-from-position);
  --tw-gradient-to: #36305a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-700\/95 {
  --tw-gradient-from: #36305af2 var(--tw-gradient-from-position);
  --tw-gradient-to: #36305a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-75 {
  --tw-gradient-from: #eeedf6 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeedf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-75\/0 {
  --tw-gradient-from: #eeedf600 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeedf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-75\/10 {
  --tw-gradient-from: #eeedf61a var(--tw-gradient-from-position);
  --tw-gradient-to: #eeedf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-75\/100 {
  --tw-gradient-from: #eeedf6 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeedf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-75\/15 {
  --tw-gradient-from: #eeedf626 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeedf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-75\/20 {
  --tw-gradient-from: #eeedf633 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeedf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-75\/25 {
  --tw-gradient-from: #eeedf640 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeedf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-75\/30 {
  --tw-gradient-from: #eeedf64d var(--tw-gradient-from-position);
  --tw-gradient-to: #eeedf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-75\/35 {
  --tw-gradient-from: #eeedf659 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeedf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-75\/40 {
  --tw-gradient-from: #eeedf666 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeedf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-75\/45 {
  --tw-gradient-from: #eeedf673 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeedf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-75\/5 {
  --tw-gradient-from: #eeedf60d var(--tw-gradient-from-position);
  --tw-gradient-to: #eeedf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-75\/50 {
  --tw-gradient-from: #eeedf680 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeedf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-75\/55 {
  --tw-gradient-from: #eeedf68c var(--tw-gradient-from-position);
  --tw-gradient-to: #eeedf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-75\/60 {
  --tw-gradient-from: #eeedf699 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeedf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-75\/65 {
  --tw-gradient-from: #eeedf6a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeedf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-75\/70 {
  --tw-gradient-from: #eeedf6b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeedf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-75\/75 {
  --tw-gradient-from: #eeedf6bf var(--tw-gradient-from-position);
  --tw-gradient-to: #eeedf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-75\/80 {
  --tw-gradient-from: #eeedf6cc var(--tw-gradient-from-position);
  --tw-gradient-to: #eeedf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-75\/85 {
  --tw-gradient-from: #eeedf6d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeedf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-75\/90 {
  --tw-gradient-from: #eeedf6e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeedf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-75\/95 {
  --tw-gradient-from: #eeedf6f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #eeedf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-800 {
  --tw-gradient-from: #23203b var(--tw-gradient-from-position);
  --tw-gradient-to: #23203b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-800\/0 {
  --tw-gradient-from: #23203b00 var(--tw-gradient-from-position);
  --tw-gradient-to: #23203b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-800\/10 {
  --tw-gradient-from: #23203b1a var(--tw-gradient-from-position);
  --tw-gradient-to: #23203b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-800\/100 {
  --tw-gradient-from: #23203b var(--tw-gradient-from-position);
  --tw-gradient-to: #23203b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-800\/15 {
  --tw-gradient-from: #23203b26 var(--tw-gradient-from-position);
  --tw-gradient-to: #23203b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-800\/20 {
  --tw-gradient-from: #23203b33 var(--tw-gradient-from-position);
  --tw-gradient-to: #23203b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-800\/25 {
  --tw-gradient-from: #23203b40 var(--tw-gradient-from-position);
  --tw-gradient-to: #23203b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-800\/30 {
  --tw-gradient-from: #23203b4d var(--tw-gradient-from-position);
  --tw-gradient-to: #23203b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-800\/35 {
  --tw-gradient-from: #23203b59 var(--tw-gradient-from-position);
  --tw-gradient-to: #23203b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-800\/40 {
  --tw-gradient-from: #23203b66 var(--tw-gradient-from-position);
  --tw-gradient-to: #23203b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-800\/45 {
  --tw-gradient-from: #23203b73 var(--tw-gradient-from-position);
  --tw-gradient-to: #23203b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-800\/5 {
  --tw-gradient-from: #23203b0d var(--tw-gradient-from-position);
  --tw-gradient-to: #23203b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-800\/50 {
  --tw-gradient-from: #23203b80 var(--tw-gradient-from-position);
  --tw-gradient-to: #23203b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-800\/55 {
  --tw-gradient-from: #23203b8c var(--tw-gradient-from-position);
  --tw-gradient-to: #23203b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-800\/60 {
  --tw-gradient-from: #23203b99 var(--tw-gradient-from-position);
  --tw-gradient-to: #23203b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-800\/65 {
  --tw-gradient-from: #23203ba6 var(--tw-gradient-from-position);
  --tw-gradient-to: #23203b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-800\/70 {
  --tw-gradient-from: #23203bb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #23203b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-800\/75 {
  --tw-gradient-from: #23203bbf var(--tw-gradient-from-position);
  --tw-gradient-to: #23203b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-800\/80 {
  --tw-gradient-from: #23203bcc var(--tw-gradient-from-position);
  --tw-gradient-to: #23203b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-800\/85 {
  --tw-gradient-from: #23203bd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #23203b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-800\/90 {
  --tw-gradient-from: #23203be6 var(--tw-gradient-from-position);
  --tw-gradient-to: #23203b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-800\/95 {
  --tw-gradient-from: #23203bf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #23203b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-900 {
  --tw-gradient-from: #13111f var(--tw-gradient-from-position);
  --tw-gradient-to: #13111f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-900\/0 {
  --tw-gradient-from: #13111f00 var(--tw-gradient-from-position);
  --tw-gradient-to: #13111f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-900\/10 {
  --tw-gradient-from: #13111f1a var(--tw-gradient-from-position);
  --tw-gradient-to: #13111f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-900\/100 {
  --tw-gradient-from: #13111f var(--tw-gradient-from-position);
  --tw-gradient-to: #13111f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-900\/15 {
  --tw-gradient-from: #13111f26 var(--tw-gradient-from-position);
  --tw-gradient-to: #13111f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-900\/20 {
  --tw-gradient-from: #13111f33 var(--tw-gradient-from-position);
  --tw-gradient-to: #13111f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-900\/25 {
  --tw-gradient-from: #13111f40 var(--tw-gradient-from-position);
  --tw-gradient-to: #13111f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-900\/30 {
  --tw-gradient-from: #13111f4d var(--tw-gradient-from-position);
  --tw-gradient-to: #13111f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-900\/35 {
  --tw-gradient-from: #13111f59 var(--tw-gradient-from-position);
  --tw-gradient-to: #13111f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-900\/40 {
  --tw-gradient-from: #13111f66 var(--tw-gradient-from-position);
  --tw-gradient-to: #13111f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-900\/45 {
  --tw-gradient-from: #13111f73 var(--tw-gradient-from-position);
  --tw-gradient-to: #13111f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-900\/5 {
  --tw-gradient-from: #13111f0d var(--tw-gradient-from-position);
  --tw-gradient-to: #13111f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-900\/50 {
  --tw-gradient-from: #13111f80 var(--tw-gradient-from-position);
  --tw-gradient-to: #13111f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-900\/55 {
  --tw-gradient-from: #13111f8c var(--tw-gradient-from-position);
  --tw-gradient-to: #13111f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-900\/60 {
  --tw-gradient-from: #13111f99 var(--tw-gradient-from-position);
  --tw-gradient-to: #13111f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-900\/65 {
  --tw-gradient-from: #13111fa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #13111f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-900\/70 {
  --tw-gradient-from: #13111fb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #13111f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-900\/75 {
  --tw-gradient-from: #13111fbf var(--tw-gradient-from-position);
  --tw-gradient-to: #13111f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-900\/80 {
  --tw-gradient-from: #13111fcc var(--tw-gradient-from-position);
  --tw-gradient-to: #13111f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-900\/85 {
  --tw-gradient-from: #13111fd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #13111f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-900\/90 {
  --tw-gradient-from: #13111fe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #13111f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-900\/95 {
  --tw-gradient-from: #13111ff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #13111f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-925 {
  --tw-gradient-from: #0b0a13 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a1300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-925\/0 {
  --tw-gradient-from: #0b0a1300 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a1300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-925\/10 {
  --tw-gradient-from: #0b0a131a var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a1300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-925\/100 {
  --tw-gradient-from: #0b0a13 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a1300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-925\/15 {
  --tw-gradient-from: #0b0a1326 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a1300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-925\/20 {
  --tw-gradient-from: #0b0a1333 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a1300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-925\/25 {
  --tw-gradient-from: #0b0a1340 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a1300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-925\/30 {
  --tw-gradient-from: #0b0a134d var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a1300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-925\/35 {
  --tw-gradient-from: #0b0a1359 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a1300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-925\/40 {
  --tw-gradient-from: #0b0a1366 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a1300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-925\/45 {
  --tw-gradient-from: #0b0a1373 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a1300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-925\/5 {
  --tw-gradient-from: #0b0a130d var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a1300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-925\/50 {
  --tw-gradient-from: #0b0a1380 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a1300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-925\/55 {
  --tw-gradient-from: #0b0a138c var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a1300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-925\/60 {
  --tw-gradient-from: #0b0a1399 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a1300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-925\/65 {
  --tw-gradient-from: #0b0a13a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a1300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-925\/70 {
  --tw-gradient-from: #0b0a13b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a1300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-925\/75 {
  --tw-gradient-from: #0b0a13bf var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a1300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-925\/80 {
  --tw-gradient-from: #0b0a13cc var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a1300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-925\/85 {
  --tw-gradient-from: #0b0a13d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a1300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-925\/90 {
  --tw-gradient-from: #0b0a13e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a1300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-925\/95 {
  --tw-gradient-from: #0b0a13f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #0b0a1300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-950 {
  --tw-gradient-from: #040407 var(--tw-gradient-from-position);
  --tw-gradient-to: #04040700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-950\/0 {
  --tw-gradient-from: #04040700 var(--tw-gradient-from-position);
  --tw-gradient-to: #04040700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-950\/10 {
  --tw-gradient-from: #0404071a var(--tw-gradient-from-position);
  --tw-gradient-to: #04040700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-950\/100 {
  --tw-gradient-from: #040407 var(--tw-gradient-from-position);
  --tw-gradient-to: #04040700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-950\/15 {
  --tw-gradient-from: #04040726 var(--tw-gradient-from-position);
  --tw-gradient-to: #04040700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-950\/20 {
  --tw-gradient-from: #04040733 var(--tw-gradient-from-position);
  --tw-gradient-to: #04040700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-950\/25 {
  --tw-gradient-from: #04040740 var(--tw-gradient-from-position);
  --tw-gradient-to: #04040700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-950\/30 {
  --tw-gradient-from: #0404074d var(--tw-gradient-from-position);
  --tw-gradient-to: #04040700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-950\/35 {
  --tw-gradient-from: #04040759 var(--tw-gradient-from-position);
  --tw-gradient-to: #04040700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-950\/40 {
  --tw-gradient-from: #04040766 var(--tw-gradient-from-position);
  --tw-gradient-to: #04040700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-950\/45 {
  --tw-gradient-from: #04040773 var(--tw-gradient-from-position);
  --tw-gradient-to: #04040700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-950\/5 {
  --tw-gradient-from: #0404070d var(--tw-gradient-from-position);
  --tw-gradient-to: #04040700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-950\/50 {
  --tw-gradient-from: #04040780 var(--tw-gradient-from-position);
  --tw-gradient-to: #04040700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-950\/55 {
  --tw-gradient-from: #0404078c var(--tw-gradient-from-position);
  --tw-gradient-to: #04040700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-950\/60 {
  --tw-gradient-from: #04040799 var(--tw-gradient-from-position);
  --tw-gradient-to: #04040700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-950\/65 {
  --tw-gradient-from: #040407a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #04040700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-950\/70 {
  --tw-gradient-from: #040407b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #04040700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-950\/75 {
  --tw-gradient-from: #040407bf var(--tw-gradient-from-position);
  --tw-gradient-to: #04040700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-950\/80 {
  --tw-gradient-from: #040407cc var(--tw-gradient-from-position);
  --tw-gradient-to: #04040700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-950\/85 {
  --tw-gradient-from: #040407d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #04040700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-950\/90 {
  --tw-gradient-from: #040407e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #04040700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-mixed-purple-950\/95 {
  --tw-gradient-from: #040407f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #04040700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-off-white {
  --tw-gradient-from: #fefefe var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-off-white\/0 {
  --tw-gradient-from: #fff0 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-off-white\/10 {
  --tw-gradient-from: #ffffff1a var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-off-white\/100 {
  --tw-gradient-from: #fefefe var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-off-white\/15 {
  --tw-gradient-from: #ffffff26 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-off-white\/20 {
  --tw-gradient-from: #fff3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-off-white\/25 {
  --tw-gradient-from: #ffffff40 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-off-white\/30 {
  --tw-gradient-from: #ffffff4d var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-off-white\/35 {
  --tw-gradient-from: #ffffff59 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-off-white\/40 {
  --tw-gradient-from: #fff6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-off-white\/45 {
  --tw-gradient-from: #ffffff73 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-off-white\/5 {
  --tw-gradient-from: #ffffff0d var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-off-white\/50 {
  --tw-gradient-from: #ffffff80 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-off-white\/55 {
  --tw-gradient-from: #ffffff8c var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-off-white\/60 {
  --tw-gradient-from: #fff9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-off-white\/65 {
  --tw-gradient-from: #ffffffa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-off-white\/70 {
  --tw-gradient-from: #ffffffb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-off-white\/75 {
  --tw-gradient-from: #ffffffbf var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-off-white\/80 {
  --tw-gradient-from: #fffc var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-off-white\/85 {
  --tw-gradient-from: #ffffffd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-off-white\/90 {
  --tw-gradient-from: #ffffffe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-off-white\/95 {
  --tw-gradient-from: #fffffff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-100 {
  --tw-gradient-from: #fdead8 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdead800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-100\/0 {
  --tw-gradient-from: #fdead800 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdead800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-100\/10 {
  --tw-gradient-from: #fdead81a var(--tw-gradient-from-position);
  --tw-gradient-to: #fdead800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-100\/100 {
  --tw-gradient-from: #fdead8 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdead800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-100\/15 {
  --tw-gradient-from: #fdead826 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdead800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-100\/20 {
  --tw-gradient-from: #fdead833 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdead800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-100\/25 {
  --tw-gradient-from: #fdead840 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdead800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-100\/30 {
  --tw-gradient-from: #fdead84d var(--tw-gradient-from-position);
  --tw-gradient-to: #fdead800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-100\/35 {
  --tw-gradient-from: #fdead859 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdead800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-100\/40 {
  --tw-gradient-from: #fdead866 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdead800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-100\/45 {
  --tw-gradient-from: #fdead873 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdead800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-100\/5 {
  --tw-gradient-from: #fdead80d var(--tw-gradient-from-position);
  --tw-gradient-to: #fdead800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-100\/50 {
  --tw-gradient-from: #fdead880 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdead800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-100\/55 {
  --tw-gradient-from: #fdead88c var(--tw-gradient-from-position);
  --tw-gradient-to: #fdead800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-100\/60 {
  --tw-gradient-from: #fdead899 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdead800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-100\/65 {
  --tw-gradient-from: #fdead8a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdead800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-100\/70 {
  --tw-gradient-from: #fdead8b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdead800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-100\/75 {
  --tw-gradient-from: #fdead8bf var(--tw-gradient-from-position);
  --tw-gradient-to: #fdead800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-100\/80 {
  --tw-gradient-from: #fdead8cc var(--tw-gradient-from-position);
  --tw-gradient-to: #fdead800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-100\/85 {
  --tw-gradient-from: #fdead8d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdead800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-100\/90 {
  --tw-gradient-from: #fdead8e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdead800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-100\/95 {
  --tw-gradient-from: #fdead8f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdead800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-200 {
  --tw-gradient-from: #fbd8b6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fbd9b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-200\/0 {
  --tw-gradient-from: #fbd9b600 var(--tw-gradient-from-position);
  --tw-gradient-to: #fbd9b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-200\/10 {
  --tw-gradient-from: #fbd9b61a var(--tw-gradient-from-position);
  --tw-gradient-to: #fbd9b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-200\/100 {
  --tw-gradient-from: #fbd8b6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fbd9b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-200\/15 {
  --tw-gradient-from: #fbd9b626 var(--tw-gradient-from-position);
  --tw-gradient-to: #fbd9b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-200\/20 {
  --tw-gradient-from: #fbd9b633 var(--tw-gradient-from-position);
  --tw-gradient-to: #fbd9b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-200\/25 {
  --tw-gradient-from: #fbd9b640 var(--tw-gradient-from-position);
  --tw-gradient-to: #fbd9b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-200\/30 {
  --tw-gradient-from: #fbd9b64d var(--tw-gradient-from-position);
  --tw-gradient-to: #fbd9b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-200\/35 {
  --tw-gradient-from: #fbd9b659 var(--tw-gradient-from-position);
  --tw-gradient-to: #fbd9b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-200\/40 {
  --tw-gradient-from: #fbd9b666 var(--tw-gradient-from-position);
  --tw-gradient-to: #fbd9b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-200\/45 {
  --tw-gradient-from: #fbd9b673 var(--tw-gradient-from-position);
  --tw-gradient-to: #fbd9b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-200\/5 {
  --tw-gradient-from: #fbd9b60d var(--tw-gradient-from-position);
  --tw-gradient-to: #fbd9b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-200\/50 {
  --tw-gradient-from: #fbd9b680 var(--tw-gradient-from-position);
  --tw-gradient-to: #fbd9b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-200\/55 {
  --tw-gradient-from: #fbd9b68c var(--tw-gradient-from-position);
  --tw-gradient-to: #fbd9b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-200\/60 {
  --tw-gradient-from: #fbd9b699 var(--tw-gradient-from-position);
  --tw-gradient-to: #fbd9b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-200\/65 {
  --tw-gradient-from: #fbd9b6a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fbd9b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-200\/70 {
  --tw-gradient-from: #fbd9b6b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fbd9b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-200\/75 {
  --tw-gradient-from: #fbd9b6bf var(--tw-gradient-from-position);
  --tw-gradient-to: #fbd9b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-200\/80 {
  --tw-gradient-from: #fbd9b6cc var(--tw-gradient-from-position);
  --tw-gradient-to: #fbd9b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-200\/85 {
  --tw-gradient-from: #fbd9b6d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fbd9b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-200\/90 {
  --tw-gradient-from: #fbd9b6e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fbd9b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-200\/95 {
  --tw-gradient-from: #fbd9b6f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #fbd9b600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-300 {
  --tw-gradient-from: #f9c38f var(--tw-gradient-from-position);
  --tw-gradient-to: #f9c39000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-300\/0 {
  --tw-gradient-from: #f9c39000 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9c39000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-300\/10 {
  --tw-gradient-from: #f9c3901a var(--tw-gradient-from-position);
  --tw-gradient-to: #f9c39000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-300\/100 {
  --tw-gradient-from: #f9c38f var(--tw-gradient-from-position);
  --tw-gradient-to: #f9c39000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-300\/15 {
  --tw-gradient-from: #f9c39026 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9c39000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-300\/20 {
  --tw-gradient-from: #f9c39033 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9c39000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-300\/25 {
  --tw-gradient-from: #f9c39040 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9c39000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-300\/30 {
  --tw-gradient-from: #f9c3904d var(--tw-gradient-from-position);
  --tw-gradient-to: #f9c39000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-300\/35 {
  --tw-gradient-from: #f9c39059 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9c39000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-300\/40 {
  --tw-gradient-from: #f9c39066 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9c39000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-300\/45 {
  --tw-gradient-from: #f9c39073 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9c39000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-300\/5 {
  --tw-gradient-from: #f9c3900d var(--tw-gradient-from-position);
  --tw-gradient-to: #f9c39000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-300\/50 {
  --tw-gradient-from: #f9c39080 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9c39000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-300\/55 {
  --tw-gradient-from: #f9c3908c var(--tw-gradient-from-position);
  --tw-gradient-to: #f9c39000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-300\/60 {
  --tw-gradient-from: #f9c39099 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9c39000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-300\/65 {
  --tw-gradient-from: #f9c390a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9c39000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-300\/70 {
  --tw-gradient-from: #f9c390b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9c39000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-300\/75 {
  --tw-gradient-from: #f9c390bf var(--tw-gradient-from-position);
  --tw-gradient-to: #f9c39000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-300\/80 {
  --tw-gradient-from: #f9c390cc var(--tw-gradient-from-position);
  --tw-gradient-to: #f9c39000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-300\/85 {
  --tw-gradient-from: #f9c390d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9c39000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-300\/90 {
  --tw-gradient-from: #f9c390e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9c39000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-300\/95 {
  --tw-gradient-from: #f9c390f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #f9c39000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-400 {
  --tw-gradient-from: #f7ac64 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7ab6400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-400\/0 {
  --tw-gradient-from: #f7ab6400 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7ab6400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-400\/10 {
  --tw-gradient-from: #f7ab641a var(--tw-gradient-from-position);
  --tw-gradient-to: #f7ab6400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-400\/100 {
  --tw-gradient-from: #f7ac64 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7ab6400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-400\/15 {
  --tw-gradient-from: #f7ab6426 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7ab6400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-400\/20 {
  --tw-gradient-from: #f7ab6433 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7ab6400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-400\/25 {
  --tw-gradient-from: #f7ab6440 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7ab6400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-400\/30 {
  --tw-gradient-from: #f7ab644d var(--tw-gradient-from-position);
  --tw-gradient-to: #f7ab6400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-400\/35 {
  --tw-gradient-from: #f7ab6459 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7ab6400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-400\/40 {
  --tw-gradient-from: #f7ab6466 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7ab6400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-400\/45 {
  --tw-gradient-from: #f7ab6473 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7ab6400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-400\/5 {
  --tw-gradient-from: #f7ab640d var(--tw-gradient-from-position);
  --tw-gradient-to: #f7ab6400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-400\/50 {
  --tw-gradient-from: #f7ab6480 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7ab6400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-400\/55 {
  --tw-gradient-from: #f7ab648c var(--tw-gradient-from-position);
  --tw-gradient-to: #f7ab6400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-400\/60 {
  --tw-gradient-from: #f7ab6499 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7ab6400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-400\/65 {
  --tw-gradient-from: #f7ab64a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7ab6400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-400\/70 {
  --tw-gradient-from: #f7ab64b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7ab6400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-400\/75 {
  --tw-gradient-from: #f7ab64bf var(--tw-gradient-from-position);
  --tw-gradient-to: #f7ab6400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-400\/80 {
  --tw-gradient-from: #f7ab64cc var(--tw-gradient-from-position);
  --tw-gradient-to: #f7ab6400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-400\/85 {
  --tw-gradient-from: #f7ab64d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7ab6400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-400\/90 {
  --tw-gradient-from: #f7ab64e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7ab6400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-400\/95 {
  --tw-gradient-from: #f7ab64f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7ab6400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-50 {
  --tw-gradient-from: #fffaf6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffaf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-50\/0 {
  --tw-gradient-from: #fffaf600 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffaf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-50\/10 {
  --tw-gradient-from: #fffaf61a var(--tw-gradient-from-position);
  --tw-gradient-to: #fffaf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-50\/100 {
  --tw-gradient-from: #fffaf6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffaf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-50\/15 {
  --tw-gradient-from: #fffaf626 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffaf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-50\/20 {
  --tw-gradient-from: #fffaf633 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffaf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-50\/25 {
  --tw-gradient-from: #fffaf640 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffaf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-50\/30 {
  --tw-gradient-from: #fffaf64d var(--tw-gradient-from-position);
  --tw-gradient-to: #fffaf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-50\/35 {
  --tw-gradient-from: #fffaf659 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffaf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-50\/40 {
  --tw-gradient-from: #fffaf666 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffaf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-50\/45 {
  --tw-gradient-from: #fffaf673 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffaf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-50\/5 {
  --tw-gradient-from: #fffaf60d var(--tw-gradient-from-position);
  --tw-gradient-to: #fffaf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-50\/50 {
  --tw-gradient-from: #fffaf680 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffaf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-50\/55 {
  --tw-gradient-from: #fffaf68c var(--tw-gradient-from-position);
  --tw-gradient-to: #fffaf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-50\/60 {
  --tw-gradient-from: #fffaf699 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffaf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-50\/65 {
  --tw-gradient-from: #fffaf6a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffaf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-50\/70 {
  --tw-gradient-from: #fffaf6b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffaf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-50\/75 {
  --tw-gradient-from: #fffaf6bf var(--tw-gradient-from-position);
  --tw-gradient-to: #fffaf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-50\/80 {
  --tw-gradient-from: #fffaf6cc var(--tw-gradient-from-position);
  --tw-gradient-to: #fffaf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-50\/85 {
  --tw-gradient-from: #fffaf6d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffaf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-50\/90 {
  --tw-gradient-from: #fffaf6e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffaf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-50\/95 {
  --tw-gradient-from: #fffaf6f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffaf600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-500 {
  --tw-gradient-from: #f48c28 var(--tw-gradient-from-position);
  --tw-gradient-to: #f48c2800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-500\/0 {
  --tw-gradient-from: #f48c2800 var(--tw-gradient-from-position);
  --tw-gradient-to: #f48c2800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-500\/10 {
  --tw-gradient-from: #f48c281a var(--tw-gradient-from-position);
  --tw-gradient-to: #f48c2800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-500\/100 {
  --tw-gradient-from: #f48c28 var(--tw-gradient-from-position);
  --tw-gradient-to: #f48c2800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-500\/15 {
  --tw-gradient-from: #f48c2826 var(--tw-gradient-from-position);
  --tw-gradient-to: #f48c2800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-500\/20 {
  --tw-gradient-from: #f48c2833 var(--tw-gradient-from-position);
  --tw-gradient-to: #f48c2800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-500\/25 {
  --tw-gradient-from: #f48c2840 var(--tw-gradient-from-position);
  --tw-gradient-to: #f48c2800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-500\/30 {
  --tw-gradient-from: #f48c284d var(--tw-gradient-from-position);
  --tw-gradient-to: #f48c2800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-500\/35 {
  --tw-gradient-from: #f48c2859 var(--tw-gradient-from-position);
  --tw-gradient-to: #f48c2800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-500\/40 {
  --tw-gradient-from: #f48c2866 var(--tw-gradient-from-position);
  --tw-gradient-to: #f48c2800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-500\/45 {
  --tw-gradient-from: #f48c2873 var(--tw-gradient-from-position);
  --tw-gradient-to: #f48c2800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-500\/5 {
  --tw-gradient-from: #f48c280d var(--tw-gradient-from-position);
  --tw-gradient-to: #f48c2800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-500\/50 {
  --tw-gradient-from: #f48c2880 var(--tw-gradient-from-position);
  --tw-gradient-to: #f48c2800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-500\/55 {
  --tw-gradient-from: #f48c288c var(--tw-gradient-from-position);
  --tw-gradient-to: #f48c2800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-500\/60 {
  --tw-gradient-from: #f48c2899 var(--tw-gradient-from-position);
  --tw-gradient-to: #f48c2800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-500\/65 {
  --tw-gradient-from: #f48c28a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f48c2800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-500\/70 {
  --tw-gradient-from: #f48c28b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #f48c2800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-500\/75 {
  --tw-gradient-from: #f48c28bf var(--tw-gradient-from-position);
  --tw-gradient-to: #f48c2800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-500\/80 {
  --tw-gradient-from: #f48c28cc var(--tw-gradient-from-position);
  --tw-gradient-to: #f48c2800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-500\/85 {
  --tw-gradient-from: #f48c28d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #f48c2800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-500\/90 {
  --tw-gradient-from: #f48c28e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f48c2800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-500\/95 {
  --tw-gradient-from: #f48c28f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #f48c2800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-600 {
  --tw-gradient-from: #b0651d var(--tw-gradient-from-position);
  --tw-gradient-to: #b0651d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-600\/0 {
  --tw-gradient-from: #b0651d00 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0651d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-600\/10 {
  --tw-gradient-from: #b0651d1a var(--tw-gradient-from-position);
  --tw-gradient-to: #b0651d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-600\/100 {
  --tw-gradient-from: #b0651d var(--tw-gradient-from-position);
  --tw-gradient-to: #b0651d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-600\/15 {
  --tw-gradient-from: #b0651d26 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0651d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-600\/20 {
  --tw-gradient-from: #b0651d33 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0651d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-600\/25 {
  --tw-gradient-from: #b0651d40 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0651d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-600\/30 {
  --tw-gradient-from: #b0651d4d var(--tw-gradient-from-position);
  --tw-gradient-to: #b0651d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-600\/35 {
  --tw-gradient-from: #b0651d59 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0651d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-600\/40 {
  --tw-gradient-from: #b0651d66 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0651d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-600\/45 {
  --tw-gradient-from: #b0651d73 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0651d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-600\/5 {
  --tw-gradient-from: #b0651d0d var(--tw-gradient-from-position);
  --tw-gradient-to: #b0651d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-600\/50 {
  --tw-gradient-from: #b0651d80 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0651d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-600\/55 {
  --tw-gradient-from: #b0651d8c var(--tw-gradient-from-position);
  --tw-gradient-to: #b0651d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-600\/60 {
  --tw-gradient-from: #b0651d99 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0651d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-600\/65 {
  --tw-gradient-from: #b0651da6 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0651d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-600\/70 {
  --tw-gradient-from: #b0651db3 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0651d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-600\/75 {
  --tw-gradient-from: #b0651dbf var(--tw-gradient-from-position);
  --tw-gradient-to: #b0651d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-600\/80 {
  --tw-gradient-from: #b0651dcc var(--tw-gradient-from-position);
  --tw-gradient-to: #b0651d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-600\/85 {
  --tw-gradient-from: #b0651dd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0651d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-600\/90 {
  --tw-gradient-from: #b0651de6 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0651d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-600\/95 {
  --tw-gradient-from: #b0651df2 var(--tw-gradient-from-position);
  --tw-gradient-to: #b0651d00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-700 {
  --tw-gradient-from: #7f4915 var(--tw-gradient-from-position);
  --tw-gradient-to: #7f491500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-700\/0 {
  --tw-gradient-from: #7f491500 var(--tw-gradient-from-position);
  --tw-gradient-to: #7f491500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-700\/10 {
  --tw-gradient-from: #7f49151a var(--tw-gradient-from-position);
  --tw-gradient-to: #7f491500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-700\/100 {
  --tw-gradient-from: #7f4915 var(--tw-gradient-from-position);
  --tw-gradient-to: #7f491500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-700\/15 {
  --tw-gradient-from: #7f491526 var(--tw-gradient-from-position);
  --tw-gradient-to: #7f491500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-700\/20 {
  --tw-gradient-from: #7f491533 var(--tw-gradient-from-position);
  --tw-gradient-to: #7f491500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-700\/25 {
  --tw-gradient-from: #7f491540 var(--tw-gradient-from-position);
  --tw-gradient-to: #7f491500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-700\/30 {
  --tw-gradient-from: #7f49154d var(--tw-gradient-from-position);
  --tw-gradient-to: #7f491500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-700\/35 {
  --tw-gradient-from: #7f491559 var(--tw-gradient-from-position);
  --tw-gradient-to: #7f491500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-700\/40 {
  --tw-gradient-from: #7f491566 var(--tw-gradient-from-position);
  --tw-gradient-to: #7f491500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-700\/45 {
  --tw-gradient-from: #7f491573 var(--tw-gradient-from-position);
  --tw-gradient-to: #7f491500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-700\/5 {
  --tw-gradient-from: #7f49150d var(--tw-gradient-from-position);
  --tw-gradient-to: #7f491500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-700\/50 {
  --tw-gradient-from: #7f491580 var(--tw-gradient-from-position);
  --tw-gradient-to: #7f491500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-700\/55 {
  --tw-gradient-from: #7f49158c var(--tw-gradient-from-position);
  --tw-gradient-to: #7f491500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-700\/60 {
  --tw-gradient-from: #7f491599 var(--tw-gradient-from-position);
  --tw-gradient-to: #7f491500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-700\/65 {
  --tw-gradient-from: #7f4915a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #7f491500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-700\/70 {
  --tw-gradient-from: #7f4915b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #7f491500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-700\/75 {
  --tw-gradient-from: #7f4915bf var(--tw-gradient-from-position);
  --tw-gradient-to: #7f491500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-700\/80 {
  --tw-gradient-from: #7f4915cc var(--tw-gradient-from-position);
  --tw-gradient-to: #7f491500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-700\/85 {
  --tw-gradient-from: #7f4915d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #7f491500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-700\/90 {
  --tw-gradient-from: #7f4915e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #7f491500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-700\/95 {
  --tw-gradient-from: #7f4915f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #7f491500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-75 {
  --tw-gradient-from: #fef2e7 var(--tw-gradient-from-position);
  --tw-gradient-to: #fef2e700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-75\/0 {
  --tw-gradient-from: #fef2e700 var(--tw-gradient-from-position);
  --tw-gradient-to: #fef2e700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-75\/10 {
  --tw-gradient-from: #fef2e71a var(--tw-gradient-from-position);
  --tw-gradient-to: #fef2e700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-75\/100 {
  --tw-gradient-from: #fef2e7 var(--tw-gradient-from-position);
  --tw-gradient-to: #fef2e700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-75\/15 {
  --tw-gradient-from: #fef2e726 var(--tw-gradient-from-position);
  --tw-gradient-to: #fef2e700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-75\/20 {
  --tw-gradient-from: #fef2e733 var(--tw-gradient-from-position);
  --tw-gradient-to: #fef2e700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-75\/25 {
  --tw-gradient-from: #fef2e740 var(--tw-gradient-from-position);
  --tw-gradient-to: #fef2e700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-75\/30 {
  --tw-gradient-from: #fef2e74d var(--tw-gradient-from-position);
  --tw-gradient-to: #fef2e700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-75\/35 {
  --tw-gradient-from: #fef2e759 var(--tw-gradient-from-position);
  --tw-gradient-to: #fef2e700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-75\/40 {
  --tw-gradient-from: #fef2e766 var(--tw-gradient-from-position);
  --tw-gradient-to: #fef2e700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-75\/45 {
  --tw-gradient-from: #fef2e773 var(--tw-gradient-from-position);
  --tw-gradient-to: #fef2e700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-75\/5 {
  --tw-gradient-from: #fef2e70d var(--tw-gradient-from-position);
  --tw-gradient-to: #fef2e700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-75\/50 {
  --tw-gradient-from: #fef2e780 var(--tw-gradient-from-position);
  --tw-gradient-to: #fef2e700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-75\/55 {
  --tw-gradient-from: #fef2e78c var(--tw-gradient-from-position);
  --tw-gradient-to: #fef2e700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-75\/60 {
  --tw-gradient-from: #fef2e799 var(--tw-gradient-from-position);
  --tw-gradient-to: #fef2e700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-75\/65 {
  --tw-gradient-from: #fef2e7a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fef2e700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-75\/70 {
  --tw-gradient-from: #fef2e7b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fef2e700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-75\/75 {
  --tw-gradient-from: #fef2e7bf var(--tw-gradient-from-position);
  --tw-gradient-to: #fef2e700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-75\/80 {
  --tw-gradient-from: #fef2e7cc var(--tw-gradient-from-position);
  --tw-gradient-to: #fef2e700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-75\/85 {
  --tw-gradient-from: #fef2e7d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fef2e700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-75\/90 {
  --tw-gradient-from: #fef2e7e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fef2e700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-75\/95 {
  --tw-gradient-from: #fef2e7f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #fef2e700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-800 {
  --tw-gradient-from: #53300e var(--tw-gradient-from-position);
  --tw-gradient-to: #53300e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-800\/0 {
  --tw-gradient-from: #53300e00 var(--tw-gradient-from-position);
  --tw-gradient-to: #53300e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-800\/10 {
  --tw-gradient-from: #53300e1a var(--tw-gradient-from-position);
  --tw-gradient-to: #53300e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-800\/100 {
  --tw-gradient-from: #53300e var(--tw-gradient-from-position);
  --tw-gradient-to: #53300e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-800\/15 {
  --tw-gradient-from: #53300e26 var(--tw-gradient-from-position);
  --tw-gradient-to: #53300e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-800\/20 {
  --tw-gradient-from: #53300e33 var(--tw-gradient-from-position);
  --tw-gradient-to: #53300e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-800\/25 {
  --tw-gradient-from: #53300e40 var(--tw-gradient-from-position);
  --tw-gradient-to: #53300e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-800\/30 {
  --tw-gradient-from: #53300e4d var(--tw-gradient-from-position);
  --tw-gradient-to: #53300e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-800\/35 {
  --tw-gradient-from: #53300e59 var(--tw-gradient-from-position);
  --tw-gradient-to: #53300e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-800\/40 {
  --tw-gradient-from: #53300e66 var(--tw-gradient-from-position);
  --tw-gradient-to: #53300e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-800\/45 {
  --tw-gradient-from: #53300e73 var(--tw-gradient-from-position);
  --tw-gradient-to: #53300e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-800\/5 {
  --tw-gradient-from: #53300e0d var(--tw-gradient-from-position);
  --tw-gradient-to: #53300e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-800\/50 {
  --tw-gradient-from: #53300e80 var(--tw-gradient-from-position);
  --tw-gradient-to: #53300e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-800\/55 {
  --tw-gradient-from: #53300e8c var(--tw-gradient-from-position);
  --tw-gradient-to: #53300e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-800\/60 {
  --tw-gradient-from: #53300e99 var(--tw-gradient-from-position);
  --tw-gradient-to: #53300e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-800\/65 {
  --tw-gradient-from: #53300ea6 var(--tw-gradient-from-position);
  --tw-gradient-to: #53300e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-800\/70 {
  --tw-gradient-from: #53300eb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #53300e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-800\/75 {
  --tw-gradient-from: #53300ebf var(--tw-gradient-from-position);
  --tw-gradient-to: #53300e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-800\/80 {
  --tw-gradient-from: #53300ecc var(--tw-gradient-from-position);
  --tw-gradient-to: #53300e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-800\/85 {
  --tw-gradient-from: #53300ed9 var(--tw-gradient-from-position);
  --tw-gradient-to: #53300e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-800\/90 {
  --tw-gradient-from: #53300ee6 var(--tw-gradient-from-position);
  --tw-gradient-to: #53300e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-800\/95 {
  --tw-gradient-from: #53300ef2 var(--tw-gradient-from-position);
  --tw-gradient-to: #53300e00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-900 {
  --tw-gradient-from: #2c1907 var(--tw-gradient-from-position);
  --tw-gradient-to: #2c190700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-900\/0 {
  --tw-gradient-from: #2c190700 var(--tw-gradient-from-position);
  --tw-gradient-to: #2c190700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-900\/10 {
  --tw-gradient-from: #2c19071a var(--tw-gradient-from-position);
  --tw-gradient-to: #2c190700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-900\/100 {
  --tw-gradient-from: #2c1907 var(--tw-gradient-from-position);
  --tw-gradient-to: #2c190700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-900\/15 {
  --tw-gradient-from: #2c190726 var(--tw-gradient-from-position);
  --tw-gradient-to: #2c190700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-900\/20 {
  --tw-gradient-from: #2c190733 var(--tw-gradient-from-position);
  --tw-gradient-to: #2c190700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-900\/25 {
  --tw-gradient-from: #2c190740 var(--tw-gradient-from-position);
  --tw-gradient-to: #2c190700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-900\/30 {
  --tw-gradient-from: #2c19074d var(--tw-gradient-from-position);
  --tw-gradient-to: #2c190700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-900\/35 {
  --tw-gradient-from: #2c190759 var(--tw-gradient-from-position);
  --tw-gradient-to: #2c190700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-900\/40 {
  --tw-gradient-from: #2c190766 var(--tw-gradient-from-position);
  --tw-gradient-to: #2c190700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-900\/45 {
  --tw-gradient-from: #2c190773 var(--tw-gradient-from-position);
  --tw-gradient-to: #2c190700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-900\/5 {
  --tw-gradient-from: #2c19070d var(--tw-gradient-from-position);
  --tw-gradient-to: #2c190700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-900\/50 {
  --tw-gradient-from: #2c190780 var(--tw-gradient-from-position);
  --tw-gradient-to: #2c190700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-900\/55 {
  --tw-gradient-from: #2c19078c var(--tw-gradient-from-position);
  --tw-gradient-to: #2c190700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-900\/60 {
  --tw-gradient-from: #2c190799 var(--tw-gradient-from-position);
  --tw-gradient-to: #2c190700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-900\/65 {
  --tw-gradient-from: #2c1907a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #2c190700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-900\/70 {
  --tw-gradient-from: #2c1907b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #2c190700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-900\/75 {
  --tw-gradient-from: #2c1907bf var(--tw-gradient-from-position);
  --tw-gradient-to: #2c190700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-900\/80 {
  --tw-gradient-from: #2c1907cc var(--tw-gradient-from-position);
  --tw-gradient-to: #2c190700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-900\/85 {
  --tw-gradient-from: #2c1907d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #2c190700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-900\/90 {
  --tw-gradient-from: #2c1907e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #2c190700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-900\/95 {
  --tw-gradient-from: #2c1907f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #2c190700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-925 {
  --tw-gradient-from: #1b0f04 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b0f0400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-925\/0 {
  --tw-gradient-from: #1b0f0400 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b0f0400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-925\/10 {
  --tw-gradient-from: #1b0f041a var(--tw-gradient-from-position);
  --tw-gradient-to: #1b0f0400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-925\/100 {
  --tw-gradient-from: #1b0f04 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b0f0400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-925\/15 {
  --tw-gradient-from: #1b0f0426 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b0f0400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-925\/20 {
  --tw-gradient-from: #1b0f0433 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b0f0400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-925\/25 {
  --tw-gradient-from: #1b0f0440 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b0f0400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-925\/30 {
  --tw-gradient-from: #1b0f044d var(--tw-gradient-from-position);
  --tw-gradient-to: #1b0f0400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-925\/35 {
  --tw-gradient-from: #1b0f0459 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b0f0400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-925\/40 {
  --tw-gradient-from: #1b0f0466 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b0f0400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-925\/45 {
  --tw-gradient-from: #1b0f0473 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b0f0400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-925\/5 {
  --tw-gradient-from: #1b0f040d var(--tw-gradient-from-position);
  --tw-gradient-to: #1b0f0400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-925\/50 {
  --tw-gradient-from: #1b0f0480 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b0f0400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-925\/55 {
  --tw-gradient-from: #1b0f048c var(--tw-gradient-from-position);
  --tw-gradient-to: #1b0f0400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-925\/60 {
  --tw-gradient-from: #1b0f0499 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b0f0400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-925\/65 {
  --tw-gradient-from: #1b0f04a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b0f0400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-925\/70 {
  --tw-gradient-from: #1b0f04b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b0f0400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-925\/75 {
  --tw-gradient-from: #1b0f04bf var(--tw-gradient-from-position);
  --tw-gradient-to: #1b0f0400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-925\/80 {
  --tw-gradient-from: #1b0f04cc var(--tw-gradient-from-position);
  --tw-gradient-to: #1b0f0400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-925\/85 {
  --tw-gradient-from: #1b0f04d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b0f0400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-925\/90 {
  --tw-gradient-from: #1b0f04e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b0f0400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-925\/95 {
  --tw-gradient-from: #1b0f04f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b0f0400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-950 {
  --tw-gradient-from: #0a0602 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a060200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-950\/0 {
  --tw-gradient-from: #0a060200 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a060200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-950\/10 {
  --tw-gradient-from: #0a06021a var(--tw-gradient-from-position);
  --tw-gradient-to: #0a060200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-950\/100 {
  --tw-gradient-from: #0a0602 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a060200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-950\/15 {
  --tw-gradient-from: #0a060226 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a060200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-950\/20 {
  --tw-gradient-from: #0a060233 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a060200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-950\/25 {
  --tw-gradient-from: #0a060240 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a060200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-950\/30 {
  --tw-gradient-from: #0a06024d var(--tw-gradient-from-position);
  --tw-gradient-to: #0a060200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-950\/35 {
  --tw-gradient-from: #0a060259 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a060200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-950\/40 {
  --tw-gradient-from: #0a060266 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a060200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-950\/45 {
  --tw-gradient-from: #0a060273 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a060200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-950\/5 {
  --tw-gradient-from: #0a06020d var(--tw-gradient-from-position);
  --tw-gradient-to: #0a060200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-950\/50 {
  --tw-gradient-from: #0a060280 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a060200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-950\/55 {
  --tw-gradient-from: #0a06028c var(--tw-gradient-from-position);
  --tw-gradient-to: #0a060200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-950\/60 {
  --tw-gradient-from: #0a060299 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a060200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-950\/65 {
  --tw-gradient-from: #0a0602a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a060200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-950\/70 {
  --tw-gradient-from: #0a0602b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a060200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-950\/75 {
  --tw-gradient-from: #0a0602bf var(--tw-gradient-from-position);
  --tw-gradient-to: #0a060200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-950\/80 {
  --tw-gradient-from: #0a0602cc var(--tw-gradient-from-position);
  --tw-gradient-to: #0a060200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-950\/85 {
  --tw-gradient-from: #0a0602d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a060200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-950\/90 {
  --tw-gradient-from: #0a0602e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a060200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-orange-950\/95 {
  --tw-gradient-from: #0a0602f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #0a060200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-paper {
  --tw-gradient-from: #fdfdfc var(--tw-gradient-from-position);
  --tw-gradient-to: #fdfdfc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-paper\/0 {
  --tw-gradient-from: #fdfdfc00 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdfdfc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-paper\/10 {
  --tw-gradient-from: #fdfdfc1a var(--tw-gradient-from-position);
  --tw-gradient-to: #fdfdfc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-paper\/100 {
  --tw-gradient-from: #fdfdfc var(--tw-gradient-from-position);
  --tw-gradient-to: #fdfdfc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-paper\/15 {
  --tw-gradient-from: #fdfdfc26 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdfdfc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-paper\/20 {
  --tw-gradient-from: #fdfdfc33 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdfdfc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-paper\/25 {
  --tw-gradient-from: #fdfdfc40 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdfdfc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-paper\/30 {
  --tw-gradient-from: #fdfdfc4d var(--tw-gradient-from-position);
  --tw-gradient-to: #fdfdfc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-paper\/35 {
  --tw-gradient-from: #fdfdfc59 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdfdfc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-paper\/40 {
  --tw-gradient-from: #fdfdfc66 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdfdfc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-paper\/45 {
  --tw-gradient-from: #fdfdfc73 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdfdfc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-paper\/5 {
  --tw-gradient-from: #fdfdfc0d var(--tw-gradient-from-position);
  --tw-gradient-to: #fdfdfc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-paper\/50 {
  --tw-gradient-from: #fdfdfc80 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdfdfc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-paper\/55 {
  --tw-gradient-from: #fdfdfc8c var(--tw-gradient-from-position);
  --tw-gradient-to: #fdfdfc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-paper\/60 {
  --tw-gradient-from: #fdfdfc99 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdfdfc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-paper\/65 {
  --tw-gradient-from: #fdfdfca6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdfdfc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-paper\/70 {
  --tw-gradient-from: #fdfdfcb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdfdfc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-paper\/75 {
  --tw-gradient-from: #fdfdfcbf var(--tw-gradient-from-position);
  --tw-gradient-to: #fdfdfc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-paper\/80 {
  --tw-gradient-from: #fdfdfccc var(--tw-gradient-from-position);
  --tw-gradient-to: #fdfdfc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-paper\/85 {
  --tw-gradient-from: #fdfdfcd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdfdfc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-paper\/90 {
  --tw-gradient-from: #fdfdfce6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdfdfc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-paper\/95 {
  --tw-gradient-from: #fdfdfcf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdfdfc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-pebble {
  --tw-gradient-from: #ede9ec var(--tw-gradient-from-position);
  --tw-gradient-to: #ede9ec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-pebble\/0 {
  --tw-gradient-from: #ede9ec00 var(--tw-gradient-from-position);
  --tw-gradient-to: #ede9ec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-pebble\/10 {
  --tw-gradient-from: #ede9ec1a var(--tw-gradient-from-position);
  --tw-gradient-to: #ede9ec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-pebble\/100 {
  --tw-gradient-from: #ede9ec var(--tw-gradient-from-position);
  --tw-gradient-to: #ede9ec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-pebble\/15 {
  --tw-gradient-from: #ede9ec26 var(--tw-gradient-from-position);
  --tw-gradient-to: #ede9ec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-pebble\/20 {
  --tw-gradient-from: #ede9ec33 var(--tw-gradient-from-position);
  --tw-gradient-to: #ede9ec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-pebble\/25 {
  --tw-gradient-from: #ede9ec40 var(--tw-gradient-from-position);
  --tw-gradient-to: #ede9ec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-pebble\/30 {
  --tw-gradient-from: #ede9ec4d var(--tw-gradient-from-position);
  --tw-gradient-to: #ede9ec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-pebble\/35 {
  --tw-gradient-from: #ede9ec59 var(--tw-gradient-from-position);
  --tw-gradient-to: #ede9ec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-pebble\/40 {
  --tw-gradient-from: #ede9ec66 var(--tw-gradient-from-position);
  --tw-gradient-to: #ede9ec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-pebble\/45 {
  --tw-gradient-from: #ede9ec73 var(--tw-gradient-from-position);
  --tw-gradient-to: #ede9ec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-pebble\/5 {
  --tw-gradient-from: #ede9ec0d var(--tw-gradient-from-position);
  --tw-gradient-to: #ede9ec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-pebble\/50 {
  --tw-gradient-from: #ede9ec80 var(--tw-gradient-from-position);
  --tw-gradient-to: #ede9ec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-pebble\/55 {
  --tw-gradient-from: #ede9ec8c var(--tw-gradient-from-position);
  --tw-gradient-to: #ede9ec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-pebble\/60 {
  --tw-gradient-from: #ede9ec99 var(--tw-gradient-from-position);
  --tw-gradient-to: #ede9ec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-pebble\/65 {
  --tw-gradient-from: #ede9eca6 var(--tw-gradient-from-position);
  --tw-gradient-to: #ede9ec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-pebble\/70 {
  --tw-gradient-from: #ede9ecb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #ede9ec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-pebble\/75 {
  --tw-gradient-from: #ede9ecbf var(--tw-gradient-from-position);
  --tw-gradient-to: #ede9ec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-pebble\/80 {
  --tw-gradient-from: #ede9eccc var(--tw-gradient-from-position);
  --tw-gradient-to: #ede9ec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-pebble\/85 {
  --tw-gradient-from: #ede9ecd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #ede9ec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-pebble\/90 {
  --tw-gradient-from: #ede9ece6 var(--tw-gradient-from-position);
  --tw-gradient-to: #ede9ec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-pebble\/95 {
  --tw-gradient-from: #ede9ecf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #ede9ec00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-primary {
  --tw-gradient-from: #3b3a3b var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-primary\/0 {
  --tw-gradient-from: #3b3a3b00 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-primary\/10 {
  --tw-gradient-from: #3b3a3b1a var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-primary\/100 {
  --tw-gradient-from: #3b3a3b var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-primary\/15 {
  --tw-gradient-from: #3b3a3b26 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-primary\/20 {
  --tw-gradient-from: #3b3a3b33 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-primary\/25 {
  --tw-gradient-from: #3b3a3b40 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-primary\/30 {
  --tw-gradient-from: #3b3a3b4d var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-primary\/35 {
  --tw-gradient-from: #3b3a3b59 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-primary\/40 {
  --tw-gradient-from: #3b3a3b66 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-primary\/45 {
  --tw-gradient-from: #3b3a3b73 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-primary\/5 {
  --tw-gradient-from: #3b3a3b0d var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-primary\/50 {
  --tw-gradient-from: #3b3a3b80 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-primary\/55 {
  --tw-gradient-from: #3b3a3b8c var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-primary\/60 {
  --tw-gradient-from: #3b3a3b99 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-primary\/65 {
  --tw-gradient-from: #3b3a3ba6 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-primary\/70 {
  --tw-gradient-from: #3b3a3bb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-primary\/75 {
  --tw-gradient-from: #3b3a3bbf var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-primary\/80 {
  --tw-gradient-from: #3b3a3bcc var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-primary\/85 {
  --tw-gradient-from: #3b3a3bd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-primary\/90 {
  --tw-gradient-from: #3b3a3be6 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-primary\/95 {
  --tw-gradient-from: #3b3a3bf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-100 {
  --tw-gradient-from: #f7dbd6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7dad400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-100\/0 {
  --tw-gradient-from: #f7dad400 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7dad400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-100\/10 {
  --tw-gradient-from: #f7dad41a var(--tw-gradient-from-position);
  --tw-gradient-to: #f7dad400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-100\/100 {
  --tw-gradient-from: #f7dbd6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7dad400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-100\/15 {
  --tw-gradient-from: #f7dad426 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7dad400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-100\/20 {
  --tw-gradient-from: #f7dad433 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7dad400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-100\/25 {
  --tw-gradient-from: #f7dad440 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7dad400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-100\/30 {
  --tw-gradient-from: #f7dad44d var(--tw-gradient-from-position);
  --tw-gradient-to: #f7dad400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-100\/35 {
  --tw-gradient-from: #f7dad459 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7dad400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-100\/40 {
  --tw-gradient-from: #f7dad466 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7dad400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-100\/45 {
  --tw-gradient-from: #f7dad473 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7dad400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-100\/5 {
  --tw-gradient-from: #f7dad40d var(--tw-gradient-from-position);
  --tw-gradient-to: #f7dad400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-100\/50 {
  --tw-gradient-from: #f7dad480 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7dad400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-100\/55 {
  --tw-gradient-from: #f7dad48c var(--tw-gradient-from-position);
  --tw-gradient-to: #f7dad400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-100\/60 {
  --tw-gradient-from: #f7dad499 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7dad400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-100\/65 {
  --tw-gradient-from: #f7dad4a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7dad400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-100\/70 {
  --tw-gradient-from: #f7dad4b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7dad400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-100\/75 {
  --tw-gradient-from: #f7dad4bf var(--tw-gradient-from-position);
  --tw-gradient-to: #f7dad400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-100\/80 {
  --tw-gradient-from: #f7dad4cc var(--tw-gradient-from-position);
  --tw-gradient-to: #f7dad400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-100\/85 {
  --tw-gradient-from: #f7dad4d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7dad400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-100\/90 {
  --tw-gradient-from: #f7dad4e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7dad400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-100\/95 {
  --tw-gradient-from: #f7dad4f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #f7dad400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-200 {
  --tw-gradient-from: #f0bab2 var(--tw-gradient-from-position);
  --tw-gradient-to: #f0bbb200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-200\/0 {
  --tw-gradient-from: #f0bbb200 var(--tw-gradient-from-position);
  --tw-gradient-to: #f0bbb200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-200\/10 {
  --tw-gradient-from: #f0bbb21a var(--tw-gradient-from-position);
  --tw-gradient-to: #f0bbb200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-200\/100 {
  --tw-gradient-from: #f0bab2 var(--tw-gradient-from-position);
  --tw-gradient-to: #f0bbb200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-200\/15 {
  --tw-gradient-from: #f0bbb226 var(--tw-gradient-from-position);
  --tw-gradient-to: #f0bbb200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-200\/20 {
  --tw-gradient-from: #f0bbb233 var(--tw-gradient-from-position);
  --tw-gradient-to: #f0bbb200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-200\/25 {
  --tw-gradient-from: #f0bbb240 var(--tw-gradient-from-position);
  --tw-gradient-to: #f0bbb200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-200\/30 {
  --tw-gradient-from: #f0bbb24d var(--tw-gradient-from-position);
  --tw-gradient-to: #f0bbb200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-200\/35 {
  --tw-gradient-from: #f0bbb259 var(--tw-gradient-from-position);
  --tw-gradient-to: #f0bbb200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-200\/40 {
  --tw-gradient-from: #f0bbb266 var(--tw-gradient-from-position);
  --tw-gradient-to: #f0bbb200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-200\/45 {
  --tw-gradient-from: #f0bbb273 var(--tw-gradient-from-position);
  --tw-gradient-to: #f0bbb200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-200\/5 {
  --tw-gradient-from: #f0bbb20d var(--tw-gradient-from-position);
  --tw-gradient-to: #f0bbb200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-200\/50 {
  --tw-gradient-from: #f0bbb280 var(--tw-gradient-from-position);
  --tw-gradient-to: #f0bbb200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-200\/55 {
  --tw-gradient-from: #f0bbb28c var(--tw-gradient-from-position);
  --tw-gradient-to: #f0bbb200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-200\/60 {
  --tw-gradient-from: #f0bbb299 var(--tw-gradient-from-position);
  --tw-gradient-to: #f0bbb200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-200\/65 {
  --tw-gradient-from: #f0bbb2a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f0bbb200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-200\/70 {
  --tw-gradient-from: #f0bbb2b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #f0bbb200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-200\/75 {
  --tw-gradient-from: #f0bbb2bf var(--tw-gradient-from-position);
  --tw-gradient-to: #f0bbb200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-200\/80 {
  --tw-gradient-from: #f0bbb2cc var(--tw-gradient-from-position);
  --tw-gradient-to: #f0bbb200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-200\/85 {
  --tw-gradient-from: #f0bbb2d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #f0bbb200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-200\/90 {
  --tw-gradient-from: #f0bbb2e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f0bbb200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-200\/95 {
  --tw-gradient-from: #f0bbb2f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #f0bbb200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-300 {
  --tw-gradient-from: #e99689 var(--tw-gradient-from-position);
  --tw-gradient-to: #ea978b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-300\/0 {
  --tw-gradient-from: #ea978b00 var(--tw-gradient-from-position);
  --tw-gradient-to: #ea978b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-300\/10 {
  --tw-gradient-from: #ea978b1a var(--tw-gradient-from-position);
  --tw-gradient-to: #ea978b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-300\/100 {
  --tw-gradient-from: #e99689 var(--tw-gradient-from-position);
  --tw-gradient-to: #ea978b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-300\/15 {
  --tw-gradient-from: #ea978b26 var(--tw-gradient-from-position);
  --tw-gradient-to: #ea978b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-300\/20 {
  --tw-gradient-from: #ea978b33 var(--tw-gradient-from-position);
  --tw-gradient-to: #ea978b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-300\/25 {
  --tw-gradient-from: #ea978b40 var(--tw-gradient-from-position);
  --tw-gradient-to: #ea978b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-300\/30 {
  --tw-gradient-from: #ea978b4d var(--tw-gradient-from-position);
  --tw-gradient-to: #ea978b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-300\/35 {
  --tw-gradient-from: #ea978b59 var(--tw-gradient-from-position);
  --tw-gradient-to: #ea978b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-300\/40 {
  --tw-gradient-from: #ea978b66 var(--tw-gradient-from-position);
  --tw-gradient-to: #ea978b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-300\/45 {
  --tw-gradient-from: #ea978b73 var(--tw-gradient-from-position);
  --tw-gradient-to: #ea978b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-300\/5 {
  --tw-gradient-from: #ea978b0d var(--tw-gradient-from-position);
  --tw-gradient-to: #ea978b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-300\/50 {
  --tw-gradient-from: #ea978b80 var(--tw-gradient-from-position);
  --tw-gradient-to: #ea978b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-300\/55 {
  --tw-gradient-from: #ea978b8c var(--tw-gradient-from-position);
  --tw-gradient-to: #ea978b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-300\/60 {
  --tw-gradient-from: #ea978b99 var(--tw-gradient-from-position);
  --tw-gradient-to: #ea978b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-300\/65 {
  --tw-gradient-from: #ea978ba6 var(--tw-gradient-from-position);
  --tw-gradient-to: #ea978b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-300\/70 {
  --tw-gradient-from: #ea978bb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #ea978b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-300\/75 {
  --tw-gradient-from: #ea978bbf var(--tw-gradient-from-position);
  --tw-gradient-to: #ea978b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-300\/80 {
  --tw-gradient-from: #ea978bcc var(--tw-gradient-from-position);
  --tw-gradient-to: #ea978b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-300\/85 {
  --tw-gradient-from: #ea978bd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #ea978b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-300\/90 {
  --tw-gradient-from: #ea978be6 var(--tw-gradient-from-position);
  --tw-gradient-to: #ea978b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-300\/95 {
  --tw-gradient-from: #ea978bf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #ea978b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-400 {
  --tw-gradient-from: #e06e5c var(--tw-gradient-from-position);
  --tw-gradient-to: #e06e5c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-400\/0 {
  --tw-gradient-from: #e06e5c00 var(--tw-gradient-from-position);
  --tw-gradient-to: #e06e5c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-400\/10 {
  --tw-gradient-from: #e06e5c1a var(--tw-gradient-from-position);
  --tw-gradient-to: #e06e5c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-400\/100 {
  --tw-gradient-from: #e06e5c var(--tw-gradient-from-position);
  --tw-gradient-to: #e06e5c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-400\/15 {
  --tw-gradient-from: #e06e5c26 var(--tw-gradient-from-position);
  --tw-gradient-to: #e06e5c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-400\/20 {
  --tw-gradient-from: #e06e5c33 var(--tw-gradient-from-position);
  --tw-gradient-to: #e06e5c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-400\/25 {
  --tw-gradient-from: #e06e5c40 var(--tw-gradient-from-position);
  --tw-gradient-to: #e06e5c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-400\/30 {
  --tw-gradient-from: #e06e5c4d var(--tw-gradient-from-position);
  --tw-gradient-to: #e06e5c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-400\/35 {
  --tw-gradient-from: #e06e5c59 var(--tw-gradient-from-position);
  --tw-gradient-to: #e06e5c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-400\/40 {
  --tw-gradient-from: #e06e5c66 var(--tw-gradient-from-position);
  --tw-gradient-to: #e06e5c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-400\/45 {
  --tw-gradient-from: #e06e5c73 var(--tw-gradient-from-position);
  --tw-gradient-to: #e06e5c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-400\/5 {
  --tw-gradient-from: #e06e5c0d var(--tw-gradient-from-position);
  --tw-gradient-to: #e06e5c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-400\/50 {
  --tw-gradient-from: #e06e5c80 var(--tw-gradient-from-position);
  --tw-gradient-to: #e06e5c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-400\/55 {
  --tw-gradient-from: #e06e5c8c var(--tw-gradient-from-position);
  --tw-gradient-to: #e06e5c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-400\/60 {
  --tw-gradient-from: #e06e5c99 var(--tw-gradient-from-position);
  --tw-gradient-to: #e06e5c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-400\/65 {
  --tw-gradient-from: #e06e5ca6 var(--tw-gradient-from-position);
  --tw-gradient-to: #e06e5c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-400\/70 {
  --tw-gradient-from: #e06e5cb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #e06e5c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-400\/75 {
  --tw-gradient-from: #e06e5cbf var(--tw-gradient-from-position);
  --tw-gradient-to: #e06e5c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-400\/80 {
  --tw-gradient-from: #e06e5ccc var(--tw-gradient-from-position);
  --tw-gradient-to: #e06e5c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-400\/85 {
  --tw-gradient-from: #e06e5cd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #e06e5c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-400\/90 {
  --tw-gradient-from: #e06e5ce6 var(--tw-gradient-from-position);
  --tw-gradient-to: #e06e5c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-400\/95 {
  --tw-gradient-from: #e06e5cf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #e06e5c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-50 {
  --tw-gradient-from: #fdf7f6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdf8f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-50\/0 {
  --tw-gradient-from: #fdf8f700 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdf8f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-50\/10 {
  --tw-gradient-from: #fdf8f71a var(--tw-gradient-from-position);
  --tw-gradient-to: #fdf8f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-50\/100 {
  --tw-gradient-from: #fdf7f6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdf8f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-50\/15 {
  --tw-gradient-from: #fdf8f726 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdf8f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-50\/20 {
  --tw-gradient-from: #fdf8f733 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdf8f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-50\/25 {
  --tw-gradient-from: #fdf8f740 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdf8f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-50\/30 {
  --tw-gradient-from: #fdf8f74d var(--tw-gradient-from-position);
  --tw-gradient-to: #fdf8f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-50\/35 {
  --tw-gradient-from: #fdf8f759 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdf8f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-50\/40 {
  --tw-gradient-from: #fdf8f766 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdf8f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-50\/45 {
  --tw-gradient-from: #fdf8f773 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdf8f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-50\/5 {
  --tw-gradient-from: #fdf8f70d var(--tw-gradient-from-position);
  --tw-gradient-to: #fdf8f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-50\/50 {
  --tw-gradient-from: #fdf8f780 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdf8f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-50\/55 {
  --tw-gradient-from: #fdf8f78c var(--tw-gradient-from-position);
  --tw-gradient-to: #fdf8f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-50\/60 {
  --tw-gradient-from: #fdf8f799 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdf8f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-50\/65 {
  --tw-gradient-from: #fdf8f7a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdf8f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-50\/70 {
  --tw-gradient-from: #fdf8f7b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdf8f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-50\/75 {
  --tw-gradient-from: #fdf8f7bf var(--tw-gradient-from-position);
  --tw-gradient-to: #fdf8f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-50\/80 {
  --tw-gradient-from: #fdf8f7cc var(--tw-gradient-from-position);
  --tw-gradient-to: #fdf8f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-50\/85 {
  --tw-gradient-from: #fdf8f7d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdf8f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-50\/90 {
  --tw-gradient-from: #fdf8f7e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdf8f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-50\/95 {
  --tw-gradient-from: #fdf8f7f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #fdf8f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-500 {
  --tw-gradient-from: #d4351c var(--tw-gradient-from-position);
  --tw-gradient-to: #d4351c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-500\/0 {
  --tw-gradient-from: #d4351c00 var(--tw-gradient-from-position);
  --tw-gradient-to: #d4351c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-500\/10 {
  --tw-gradient-from: #d4351c1a var(--tw-gradient-from-position);
  --tw-gradient-to: #d4351c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-500\/100 {
  --tw-gradient-from: #d4351c var(--tw-gradient-from-position);
  --tw-gradient-to: #d4351c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-500\/15 {
  --tw-gradient-from: #d4351c26 var(--tw-gradient-from-position);
  --tw-gradient-to: #d4351c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-500\/20 {
  --tw-gradient-from: #d4351c33 var(--tw-gradient-from-position);
  --tw-gradient-to: #d4351c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-500\/25 {
  --tw-gradient-from: #d4351c40 var(--tw-gradient-from-position);
  --tw-gradient-to: #d4351c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-500\/30 {
  --tw-gradient-from: #d4351c4d var(--tw-gradient-from-position);
  --tw-gradient-to: #d4351c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-500\/35 {
  --tw-gradient-from: #d4351c59 var(--tw-gradient-from-position);
  --tw-gradient-to: #d4351c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-500\/40 {
  --tw-gradient-from: #d4351c66 var(--tw-gradient-from-position);
  --tw-gradient-to: #d4351c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-500\/45 {
  --tw-gradient-from: #d4351c73 var(--tw-gradient-from-position);
  --tw-gradient-to: #d4351c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-500\/5 {
  --tw-gradient-from: #d4351c0d var(--tw-gradient-from-position);
  --tw-gradient-to: #d4351c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-500\/50 {
  --tw-gradient-from: #d4351c80 var(--tw-gradient-from-position);
  --tw-gradient-to: #d4351c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-500\/55 {
  --tw-gradient-from: #d4351c8c var(--tw-gradient-from-position);
  --tw-gradient-to: #d4351c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-500\/60 {
  --tw-gradient-from: #d4351c99 var(--tw-gradient-from-position);
  --tw-gradient-to: #d4351c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-500\/65 {
  --tw-gradient-from: #d4351ca6 var(--tw-gradient-from-position);
  --tw-gradient-to: #d4351c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-500\/70 {
  --tw-gradient-from: #d4351cb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #d4351c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-500\/75 {
  --tw-gradient-from: #d4351cbf var(--tw-gradient-from-position);
  --tw-gradient-to: #d4351c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-500\/80 {
  --tw-gradient-from: #d4351ccc var(--tw-gradient-from-position);
  --tw-gradient-to: #d4351c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-500\/85 {
  --tw-gradient-from: #d4351cd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #d4351c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-500\/90 {
  --tw-gradient-from: #d4351ce6 var(--tw-gradient-from-position);
  --tw-gradient-to: #d4351c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-500\/95 {
  --tw-gradient-from: #d4351cf2 var(--tw-gradient-from-position);
  --tw-gradient-to: #d4351c00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-600 {
  --tw-gradient-from: #992614 var(--tw-gradient-from-position);
  --tw-gradient-to: #99261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-600\/0 {
  --tw-gradient-from: #99261400 var(--tw-gradient-from-position);
  --tw-gradient-to: #99261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-600\/10 {
  --tw-gradient-from: #9926141a var(--tw-gradient-from-position);
  --tw-gradient-to: #99261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-600\/100 {
  --tw-gradient-from: #992614 var(--tw-gradient-from-position);
  --tw-gradient-to: #99261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-600\/15 {
  --tw-gradient-from: #99261426 var(--tw-gradient-from-position);
  --tw-gradient-to: #99261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-600\/20 {
  --tw-gradient-from: #99261433 var(--tw-gradient-from-position);
  --tw-gradient-to: #99261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-600\/25 {
  --tw-gradient-from: #99261440 var(--tw-gradient-from-position);
  --tw-gradient-to: #99261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-600\/30 {
  --tw-gradient-from: #9926144d var(--tw-gradient-from-position);
  --tw-gradient-to: #99261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-600\/35 {
  --tw-gradient-from: #99261459 var(--tw-gradient-from-position);
  --tw-gradient-to: #99261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-600\/40 {
  --tw-gradient-from: #99261466 var(--tw-gradient-from-position);
  --tw-gradient-to: #99261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-600\/45 {
  --tw-gradient-from: #99261473 var(--tw-gradient-from-position);
  --tw-gradient-to: #99261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-600\/5 {
  --tw-gradient-from: #9926140d var(--tw-gradient-from-position);
  --tw-gradient-to: #99261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-600\/50 {
  --tw-gradient-from: #99261480 var(--tw-gradient-from-position);
  --tw-gradient-to: #99261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-600\/55 {
  --tw-gradient-from: #9926148c var(--tw-gradient-from-position);
  --tw-gradient-to: #99261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-600\/60 {
  --tw-gradient-from: #99261499 var(--tw-gradient-from-position);
  --tw-gradient-to: #99261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-600\/65 {
  --tw-gradient-from: #992614a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #99261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-600\/70 {
  --tw-gradient-from: #992614b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #99261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-600\/75 {
  --tw-gradient-from: #992614bf var(--tw-gradient-from-position);
  --tw-gradient-to: #99261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-600\/80 {
  --tw-gradient-from: #992614cc var(--tw-gradient-from-position);
  --tw-gradient-to: #99261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-600\/85 {
  --tw-gradient-from: #992614d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #99261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-600\/90 {
  --tw-gradient-from: #992614e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #99261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-600\/95 {
  --tw-gradient-from: #992614f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #99261400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-700 {
  --tw-gradient-from: #6e1c0f var(--tw-gradient-from-position);
  --tw-gradient-to: #6e1c0f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-700\/0 {
  --tw-gradient-from: #6e1c0f00 var(--tw-gradient-from-position);
  --tw-gradient-to: #6e1c0f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-700\/10 {
  --tw-gradient-from: #6e1c0f1a var(--tw-gradient-from-position);
  --tw-gradient-to: #6e1c0f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-700\/100 {
  --tw-gradient-from: #6e1c0f var(--tw-gradient-from-position);
  --tw-gradient-to: #6e1c0f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-700\/15 {
  --tw-gradient-from: #6e1c0f26 var(--tw-gradient-from-position);
  --tw-gradient-to: #6e1c0f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-700\/20 {
  --tw-gradient-from: #6e1c0f33 var(--tw-gradient-from-position);
  --tw-gradient-to: #6e1c0f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-700\/25 {
  --tw-gradient-from: #6e1c0f40 var(--tw-gradient-from-position);
  --tw-gradient-to: #6e1c0f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-700\/30 {
  --tw-gradient-from: #6e1c0f4d var(--tw-gradient-from-position);
  --tw-gradient-to: #6e1c0f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-700\/35 {
  --tw-gradient-from: #6e1c0f59 var(--tw-gradient-from-position);
  --tw-gradient-to: #6e1c0f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-700\/40 {
  --tw-gradient-from: #6e1c0f66 var(--tw-gradient-from-position);
  --tw-gradient-to: #6e1c0f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-700\/45 {
  --tw-gradient-from: #6e1c0f73 var(--tw-gradient-from-position);
  --tw-gradient-to: #6e1c0f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-700\/5 {
  --tw-gradient-from: #6e1c0f0d var(--tw-gradient-from-position);
  --tw-gradient-to: #6e1c0f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-700\/50 {
  --tw-gradient-from: #6e1c0f80 var(--tw-gradient-from-position);
  --tw-gradient-to: #6e1c0f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-700\/55 {
  --tw-gradient-from: #6e1c0f8c var(--tw-gradient-from-position);
  --tw-gradient-to: #6e1c0f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-700\/60 {
  --tw-gradient-from: #6e1c0f99 var(--tw-gradient-from-position);
  --tw-gradient-to: #6e1c0f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-700\/65 {
  --tw-gradient-from: #6e1c0fa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #6e1c0f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-700\/70 {
  --tw-gradient-from: #6e1c0fb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #6e1c0f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-700\/75 {
  --tw-gradient-from: #6e1c0fbf var(--tw-gradient-from-position);
  --tw-gradient-to: #6e1c0f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-700\/80 {
  --tw-gradient-from: #6e1c0fcc var(--tw-gradient-from-position);
  --tw-gradient-to: #6e1c0f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-700\/85 {
  --tw-gradient-from: #6e1c0fd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #6e1c0f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-700\/90 {
  --tw-gradient-from: #6e1c0fe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #6e1c0f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-700\/95 {
  --tw-gradient-from: #6e1c0ff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #6e1c0f00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-75 {
  --tw-gradient-from: #fae9e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fae9e500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-75\/0 {
  --tw-gradient-from: #fae9e500 var(--tw-gradient-from-position);
  --tw-gradient-to: #fae9e500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-75\/10 {
  --tw-gradient-from: #fae9e51a var(--tw-gradient-from-position);
  --tw-gradient-to: #fae9e500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-75\/100 {
  --tw-gradient-from: #fae9e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fae9e500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-75\/15 {
  --tw-gradient-from: #fae9e526 var(--tw-gradient-from-position);
  --tw-gradient-to: #fae9e500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-75\/20 {
  --tw-gradient-from: #fae9e533 var(--tw-gradient-from-position);
  --tw-gradient-to: #fae9e500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-75\/25 {
  --tw-gradient-from: #fae9e540 var(--tw-gradient-from-position);
  --tw-gradient-to: #fae9e500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-75\/30 {
  --tw-gradient-from: #fae9e54d var(--tw-gradient-from-position);
  --tw-gradient-to: #fae9e500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-75\/35 {
  --tw-gradient-from: #fae9e559 var(--tw-gradient-from-position);
  --tw-gradient-to: #fae9e500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-75\/40 {
  --tw-gradient-from: #fae9e566 var(--tw-gradient-from-position);
  --tw-gradient-to: #fae9e500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-75\/45 {
  --tw-gradient-from: #fae9e573 var(--tw-gradient-from-position);
  --tw-gradient-to: #fae9e500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-75\/5 {
  --tw-gradient-from: #fae9e50d var(--tw-gradient-from-position);
  --tw-gradient-to: #fae9e500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-75\/50 {
  --tw-gradient-from: #fae9e580 var(--tw-gradient-from-position);
  --tw-gradient-to: #fae9e500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-75\/55 {
  --tw-gradient-from: #fae9e58c var(--tw-gradient-from-position);
  --tw-gradient-to: #fae9e500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-75\/60 {
  --tw-gradient-from: #fae9e599 var(--tw-gradient-from-position);
  --tw-gradient-to: #fae9e500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-75\/65 {
  --tw-gradient-from: #fae9e5a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fae9e500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-75\/70 {
  --tw-gradient-from: #fae9e5b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fae9e500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-75\/75 {
  --tw-gradient-from: #fae9e5bf var(--tw-gradient-from-position);
  --tw-gradient-to: #fae9e500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-75\/80 {
  --tw-gradient-from: #fae9e5cc var(--tw-gradient-from-position);
  --tw-gradient-to: #fae9e500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-75\/85 {
  --tw-gradient-from: #fae9e5d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fae9e500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-75\/90 {
  --tw-gradient-from: #fae9e5e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fae9e500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-75\/95 {
  --tw-gradient-from: #fae9e5f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #fae9e500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-800 {
  --tw-gradient-from: #48120a var(--tw-gradient-from-position);
  --tw-gradient-to: #48120a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-800\/0 {
  --tw-gradient-from: #48120a00 var(--tw-gradient-from-position);
  --tw-gradient-to: #48120a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-800\/10 {
  --tw-gradient-from: #48120a1a var(--tw-gradient-from-position);
  --tw-gradient-to: #48120a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-800\/100 {
  --tw-gradient-from: #48120a var(--tw-gradient-from-position);
  --tw-gradient-to: #48120a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-800\/15 {
  --tw-gradient-from: #48120a26 var(--tw-gradient-from-position);
  --tw-gradient-to: #48120a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-800\/20 {
  --tw-gradient-from: #48120a33 var(--tw-gradient-from-position);
  --tw-gradient-to: #48120a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-800\/25 {
  --tw-gradient-from: #48120a40 var(--tw-gradient-from-position);
  --tw-gradient-to: #48120a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-800\/30 {
  --tw-gradient-from: #48120a4d var(--tw-gradient-from-position);
  --tw-gradient-to: #48120a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-800\/35 {
  --tw-gradient-from: #48120a59 var(--tw-gradient-from-position);
  --tw-gradient-to: #48120a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-800\/40 {
  --tw-gradient-from: #48120a66 var(--tw-gradient-from-position);
  --tw-gradient-to: #48120a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-800\/45 {
  --tw-gradient-from: #48120a73 var(--tw-gradient-from-position);
  --tw-gradient-to: #48120a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-800\/5 {
  --tw-gradient-from: #48120a0d var(--tw-gradient-from-position);
  --tw-gradient-to: #48120a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-800\/50 {
  --tw-gradient-from: #48120a80 var(--tw-gradient-from-position);
  --tw-gradient-to: #48120a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-800\/55 {
  --tw-gradient-from: #48120a8c var(--tw-gradient-from-position);
  --tw-gradient-to: #48120a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-800\/60 {
  --tw-gradient-from: #48120a99 var(--tw-gradient-from-position);
  --tw-gradient-to: #48120a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-800\/65 {
  --tw-gradient-from: #48120aa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #48120a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-800\/70 {
  --tw-gradient-from: #48120ab3 var(--tw-gradient-from-position);
  --tw-gradient-to: #48120a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-800\/75 {
  --tw-gradient-from: #48120abf var(--tw-gradient-from-position);
  --tw-gradient-to: #48120a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-800\/80 {
  --tw-gradient-from: #48120acc var(--tw-gradient-from-position);
  --tw-gradient-to: #48120a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-800\/85 {
  --tw-gradient-from: #48120ad9 var(--tw-gradient-from-position);
  --tw-gradient-to: #48120a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-800\/90 {
  --tw-gradient-from: #48120ae6 var(--tw-gradient-from-position);
  --tw-gradient-to: #48120a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-800\/95 {
  --tw-gradient-from: #48120af2 var(--tw-gradient-from-position);
  --tw-gradient-to: #48120a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-900 {
  --tw-gradient-from: #260a05 var(--tw-gradient-from-position);
  --tw-gradient-to: #260a0500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-900\/0 {
  --tw-gradient-from: #260a0500 var(--tw-gradient-from-position);
  --tw-gradient-to: #260a0500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-900\/10 {
  --tw-gradient-from: #260a051a var(--tw-gradient-from-position);
  --tw-gradient-to: #260a0500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-900\/100 {
  --tw-gradient-from: #260a05 var(--tw-gradient-from-position);
  --tw-gradient-to: #260a0500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-900\/15 {
  --tw-gradient-from: #260a0526 var(--tw-gradient-from-position);
  --tw-gradient-to: #260a0500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-900\/20 {
  --tw-gradient-from: #260a0533 var(--tw-gradient-from-position);
  --tw-gradient-to: #260a0500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-900\/25 {
  --tw-gradient-from: #260a0540 var(--tw-gradient-from-position);
  --tw-gradient-to: #260a0500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-900\/30 {
  --tw-gradient-from: #260a054d var(--tw-gradient-from-position);
  --tw-gradient-to: #260a0500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-900\/35 {
  --tw-gradient-from: #260a0559 var(--tw-gradient-from-position);
  --tw-gradient-to: #260a0500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-900\/40 {
  --tw-gradient-from: #260a0566 var(--tw-gradient-from-position);
  --tw-gradient-to: #260a0500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-900\/45 {
  --tw-gradient-from: #260a0573 var(--tw-gradient-from-position);
  --tw-gradient-to: #260a0500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-900\/5 {
  --tw-gradient-from: #260a050d var(--tw-gradient-from-position);
  --tw-gradient-to: #260a0500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-900\/50 {
  --tw-gradient-from: #260a0580 var(--tw-gradient-from-position);
  --tw-gradient-to: #260a0500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-900\/55 {
  --tw-gradient-from: #260a058c var(--tw-gradient-from-position);
  --tw-gradient-to: #260a0500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-900\/60 {
  --tw-gradient-from: #260a0599 var(--tw-gradient-from-position);
  --tw-gradient-to: #260a0500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-900\/65 {
  --tw-gradient-from: #260a05a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #260a0500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-900\/70 {
  --tw-gradient-from: #260a05b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #260a0500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-900\/75 {
  --tw-gradient-from: #260a05bf var(--tw-gradient-from-position);
  --tw-gradient-to: #260a0500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-900\/80 {
  --tw-gradient-from: #260a05cc var(--tw-gradient-from-position);
  --tw-gradient-to: #260a0500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-900\/85 {
  --tw-gradient-from: #260a05d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #260a0500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-900\/90 {
  --tw-gradient-from: #260a05e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #260a0500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-900\/95 {
  --tw-gradient-from: #260a05f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #260a0500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-925 {
  --tw-gradient-from: #170603 var(--tw-gradient-from-position);
  --tw-gradient-to: #17060300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-925\/0 {
  --tw-gradient-from: #17060300 var(--tw-gradient-from-position);
  --tw-gradient-to: #17060300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-925\/10 {
  --tw-gradient-from: #1706031a var(--tw-gradient-from-position);
  --tw-gradient-to: #17060300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-925\/100 {
  --tw-gradient-from: #170603 var(--tw-gradient-from-position);
  --tw-gradient-to: #17060300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-925\/15 {
  --tw-gradient-from: #17060326 var(--tw-gradient-from-position);
  --tw-gradient-to: #17060300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-925\/20 {
  --tw-gradient-from: #17060333 var(--tw-gradient-from-position);
  --tw-gradient-to: #17060300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-925\/25 {
  --tw-gradient-from: #17060340 var(--tw-gradient-from-position);
  --tw-gradient-to: #17060300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-925\/30 {
  --tw-gradient-from: #1706034d var(--tw-gradient-from-position);
  --tw-gradient-to: #17060300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-925\/35 {
  --tw-gradient-from: #17060359 var(--tw-gradient-from-position);
  --tw-gradient-to: #17060300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-925\/40 {
  --tw-gradient-from: #17060366 var(--tw-gradient-from-position);
  --tw-gradient-to: #17060300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-925\/45 {
  --tw-gradient-from: #17060373 var(--tw-gradient-from-position);
  --tw-gradient-to: #17060300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-925\/5 {
  --tw-gradient-from: #1706030d var(--tw-gradient-from-position);
  --tw-gradient-to: #17060300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-925\/50 {
  --tw-gradient-from: #17060380 var(--tw-gradient-from-position);
  --tw-gradient-to: #17060300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-925\/55 {
  --tw-gradient-from: #1706038c var(--tw-gradient-from-position);
  --tw-gradient-to: #17060300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-925\/60 {
  --tw-gradient-from: #17060399 var(--tw-gradient-from-position);
  --tw-gradient-to: #17060300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-925\/65 {
  --tw-gradient-from: #170603a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #17060300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-925\/70 {
  --tw-gradient-from: #170603b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #17060300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-925\/75 {
  --tw-gradient-from: #170603bf var(--tw-gradient-from-position);
  --tw-gradient-to: #17060300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-925\/80 {
  --tw-gradient-from: #170603cc var(--tw-gradient-from-position);
  --tw-gradient-to: #17060300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-925\/85 {
  --tw-gradient-from: #170603d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #17060300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-925\/90 {
  --tw-gradient-from: #170603e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #17060300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-925\/95 {
  --tw-gradient-from: #170603f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #17060300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-950 {
  --tw-gradient-from: #080201 var(--tw-gradient-from-position);
  --tw-gradient-to: #08020100 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-950\/0 {
  --tw-gradient-from: #08020100 var(--tw-gradient-from-position);
  --tw-gradient-to: #08020100 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-950\/10 {
  --tw-gradient-from: #0802011a var(--tw-gradient-from-position);
  --tw-gradient-to: #08020100 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-950\/100 {
  --tw-gradient-from: #080201 var(--tw-gradient-from-position);
  --tw-gradient-to: #08020100 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-950\/15 {
  --tw-gradient-from: #08020126 var(--tw-gradient-from-position);
  --tw-gradient-to: #08020100 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-950\/20 {
  --tw-gradient-from: #08020133 var(--tw-gradient-from-position);
  --tw-gradient-to: #08020100 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-950\/25 {
  --tw-gradient-from: #08020140 var(--tw-gradient-from-position);
  --tw-gradient-to: #08020100 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-950\/30 {
  --tw-gradient-from: #0802014d var(--tw-gradient-from-position);
  --tw-gradient-to: #08020100 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-950\/35 {
  --tw-gradient-from: #08020159 var(--tw-gradient-from-position);
  --tw-gradient-to: #08020100 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-950\/40 {
  --tw-gradient-from: #08020166 var(--tw-gradient-from-position);
  --tw-gradient-to: #08020100 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-950\/45 {
  --tw-gradient-from: #08020173 var(--tw-gradient-from-position);
  --tw-gradient-to: #08020100 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-950\/5 {
  --tw-gradient-from: #0802010d var(--tw-gradient-from-position);
  --tw-gradient-to: #08020100 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-950\/50 {
  --tw-gradient-from: #08020180 var(--tw-gradient-from-position);
  --tw-gradient-to: #08020100 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-950\/55 {
  --tw-gradient-from: #0802018c var(--tw-gradient-from-position);
  --tw-gradient-to: #08020100 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-950\/60 {
  --tw-gradient-from: #08020199 var(--tw-gradient-from-position);
  --tw-gradient-to: #08020100 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-950\/65 {
  --tw-gradient-from: #080201a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #08020100 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-950\/70 {
  --tw-gradient-from: #080201b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #08020100 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-950\/75 {
  --tw-gradient-from: #080201bf var(--tw-gradient-from-position);
  --tw-gradient-to: #08020100 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-950\/80 {
  --tw-gradient-from: #080201cc var(--tw-gradient-from-position);
  --tw-gradient-to: #08020100 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-950\/85 {
  --tw-gradient-from: #080201d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #08020100 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-950\/90 {
  --tw-gradient-from: #080201e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #08020100 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-red-950\/95 {
  --tw-gradient-from: #080201f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #08020100 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-sand {
  --tw-gradient-from: #f6f5f1 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f4ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-sand\/0 {
  --tw-gradient-from: #f5f4ef00 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f4ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-sand\/10 {
  --tw-gradient-from: #f5f4ef1a var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f4ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-sand\/100 {
  --tw-gradient-from: #f6f5f1 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f4ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-sand\/15 {
  --tw-gradient-from: #f5f4ef26 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f4ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-sand\/20 {
  --tw-gradient-from: #f5f4ef33 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f4ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-sand\/25 {
  --tw-gradient-from: #f5f4ef40 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f4ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-sand\/30 {
  --tw-gradient-from: #f5f4ef4d var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f4ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-sand\/35 {
  --tw-gradient-from: #f5f4ef59 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f4ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-sand\/40 {
  --tw-gradient-from: #f5f4ef66 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f4ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-sand\/45 {
  --tw-gradient-from: #f5f4ef73 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f4ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-sand\/5 {
  --tw-gradient-from: #f5f4ef0d var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f4ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-sand\/50 {
  --tw-gradient-from: #f5f4ef80 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f4ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-sand\/55 {
  --tw-gradient-from: #f5f4ef8c var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f4ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-sand\/60 {
  --tw-gradient-from: #f5f4ef99 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f4ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-sand\/65 {
  --tw-gradient-from: #f5f4efa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f4ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-sand\/70 {
  --tw-gradient-from: #f5f4efb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f4ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-sand\/75 {
  --tw-gradient-from: #f5f4efbf var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f4ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-sand\/80 {
  --tw-gradient-from: #f5f4efcc var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f4ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-sand\/85 {
  --tw-gradient-from: #f5f4efd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f4ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-sand\/90 {
  --tw-gradient-from: #f5f4efe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f4ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-sand\/95 {
  --tw-gradient-from: #f5f4eff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #f5f4ef00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-secondary {
  --tw-gradient-from: #727172 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-secondary\/0 {
  --tw-gradient-from: #73737300 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-secondary\/10 {
  --tw-gradient-from: #7373731a var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-secondary\/100 {
  --tw-gradient-from: #727172 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-secondary\/15 {
  --tw-gradient-from: #73737326 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-secondary\/20 {
  --tw-gradient-from: #73737333 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-secondary\/25 {
  --tw-gradient-from: #73737340 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-secondary\/30 {
  --tw-gradient-from: #7373734d var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-secondary\/35 {
  --tw-gradient-from: #73737359 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-secondary\/40 {
  --tw-gradient-from: #73737366 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-secondary\/45 {
  --tw-gradient-from: #73737373 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-secondary\/5 {
  --tw-gradient-from: #7373730d var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-secondary\/50 {
  --tw-gradient-from: #73737380 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-secondary\/55 {
  --tw-gradient-from: #7373738c var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-secondary\/60 {
  --tw-gradient-from: #73737399 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-secondary\/65 {
  --tw-gradient-from: #737373a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-secondary\/70 {
  --tw-gradient-from: #737373b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-secondary\/75 {
  --tw-gradient-from: #737373bf var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-secondary\/80 {
  --tw-gradient-from: #737373cc var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-secondary\/85 {
  --tw-gradient-from: #737373d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-secondary\/90 {
  --tw-gradient-from: #737373e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-secondary\/95 {
  --tw-gradient-from: #737373f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-snow {
  --tw-gradient-from: #fafaf9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fafaf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-snow\/0 {
  --tw-gradient-from: #fafaf900 var(--tw-gradient-from-position);
  --tw-gradient-to: #fafaf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-snow\/10 {
  --tw-gradient-from: #fafaf91a var(--tw-gradient-from-position);
  --tw-gradient-to: #fafaf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-snow\/100 {
  --tw-gradient-from: #fafaf9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fafaf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-snow\/15 {
  --tw-gradient-from: #fafaf926 var(--tw-gradient-from-position);
  --tw-gradient-to: #fafaf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-snow\/20 {
  --tw-gradient-from: #fafaf933 var(--tw-gradient-from-position);
  --tw-gradient-to: #fafaf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-snow\/25 {
  --tw-gradient-from: #fafaf940 var(--tw-gradient-from-position);
  --tw-gradient-to: #fafaf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-snow\/30 {
  --tw-gradient-from: #fafaf94d var(--tw-gradient-from-position);
  --tw-gradient-to: #fafaf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-snow\/35 {
  --tw-gradient-from: #fafaf959 var(--tw-gradient-from-position);
  --tw-gradient-to: #fafaf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-snow\/40 {
  --tw-gradient-from: #fafaf966 var(--tw-gradient-from-position);
  --tw-gradient-to: #fafaf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-snow\/45 {
  --tw-gradient-from: #fafaf973 var(--tw-gradient-from-position);
  --tw-gradient-to: #fafaf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-snow\/5 {
  --tw-gradient-from: #fafaf90d var(--tw-gradient-from-position);
  --tw-gradient-to: #fafaf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-snow\/50 {
  --tw-gradient-from: #fafaf980 var(--tw-gradient-from-position);
  --tw-gradient-to: #fafaf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-snow\/55 {
  --tw-gradient-from: #fafaf98c var(--tw-gradient-from-position);
  --tw-gradient-to: #fafaf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-snow\/60 {
  --tw-gradient-from: #fafaf999 var(--tw-gradient-from-position);
  --tw-gradient-to: #fafaf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-snow\/65 {
  --tw-gradient-from: #fafaf9a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fafaf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-snow\/70 {
  --tw-gradient-from: #fafaf9b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fafaf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-snow\/75 {
  --tw-gradient-from: #fafaf9bf var(--tw-gradient-from-position);
  --tw-gradient-to: #fafaf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-snow\/80 {
  --tw-gradient-from: #fafaf9cc var(--tw-gradient-from-position);
  --tw-gradient-to: #fafaf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-snow\/85 {
  --tw-gradient-from: #fafaf9d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fafaf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-snow\/90 {
  --tw-gradient-from: #fafaf9e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fafaf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-snow\/95 {
  --tw-gradient-from: #fafaf9f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #fafaf900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-stone {
  --tw-gradient-from: #f6f6f8 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f6f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-stone\/0 {
  --tw-gradient-from: #f6f6f800 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f6f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-stone\/10 {
  --tw-gradient-from: #f6f6f81a var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f6f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-stone\/100 {
  --tw-gradient-from: #f6f6f8 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f6f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-stone\/15 {
  --tw-gradient-from: #f6f6f826 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f6f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-stone\/20 {
  --tw-gradient-from: #f6f6f833 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f6f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-stone\/25 {
  --tw-gradient-from: #f6f6f840 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f6f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-stone\/30 {
  --tw-gradient-from: #f6f6f84d var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f6f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-stone\/35 {
  --tw-gradient-from: #f6f6f859 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f6f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-stone\/40 {
  --tw-gradient-from: #f6f6f866 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f6f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-stone\/45 {
  --tw-gradient-from: #f6f6f873 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f6f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-stone\/5 {
  --tw-gradient-from: #f6f6f80d var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f6f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-stone\/50 {
  --tw-gradient-from: #f6f6f880 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f6f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-stone\/55 {
  --tw-gradient-from: #f6f6f88c var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f6f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-stone\/60 {
  --tw-gradient-from: #f6f6f899 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f6f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-stone\/65 {
  --tw-gradient-from: #f6f6f8a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f6f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-stone\/70 {
  --tw-gradient-from: #f6f6f8b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f6f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-stone\/75 {
  --tw-gradient-from: #f6f6f8bf var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f6f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-stone\/80 {
  --tw-gradient-from: #f6f6f8cc var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f6f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-stone\/85 {
  --tw-gradient-from: #f6f6f8d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f6f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-stone\/90 {
  --tw-gradient-from: #f6f6f8e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f6f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-stone\/95 {
  --tw-gradient-from: #f6f6f8f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #f6f6f800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-tan {
  --tw-gradient-from: #fffbf7 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffbf700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-tan\/0 {
  --tw-gradient-from: #fffbf700 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffbf700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-tan\/10 {
  --tw-gradient-from: #fffbf71a var(--tw-gradient-from-position);
  --tw-gradient-to: #fffbf700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-tan\/100 {
  --tw-gradient-from: #fffbf7 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffbf700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-tan\/15 {
  --tw-gradient-from: #fffbf726 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffbf700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-tan\/20 {
  --tw-gradient-from: #fffbf733 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffbf700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-tan\/25 {
  --tw-gradient-from: #fffbf740 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffbf700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-tan\/30 {
  --tw-gradient-from: #fffbf74d var(--tw-gradient-from-position);
  --tw-gradient-to: #fffbf700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-tan\/35 {
  --tw-gradient-from: #fffbf759 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffbf700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-tan\/40 {
  --tw-gradient-from: #fffbf766 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffbf700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-tan\/45 {
  --tw-gradient-from: #fffbf773 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffbf700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-tan\/5 {
  --tw-gradient-from: #fffbf70d var(--tw-gradient-from-position);
  --tw-gradient-to: #fffbf700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-tan\/50 {
  --tw-gradient-from: #fffbf780 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffbf700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-tan\/55 {
  --tw-gradient-from: #fffbf78c var(--tw-gradient-from-position);
  --tw-gradient-to: #fffbf700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-tan\/60 {
  --tw-gradient-from: #fffbf799 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffbf700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-tan\/65 {
  --tw-gradient-from: #fffbf7a6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffbf700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-tan\/70 {
  --tw-gradient-from: #fffbf7b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffbf700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-tan\/75 {
  --tw-gradient-from: #fffbf7bf var(--tw-gradient-from-position);
  --tw-gradient-to: #fffbf700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-tan\/80 {
  --tw-gradient-from: #fffbf7cc var(--tw-gradient-from-position);
  --tw-gradient-to: #fffbf700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-tan\/85 {
  --tw-gradient-from: #fffbf7d9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffbf700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-tan\/90 {
  --tw-gradient-from: #fffbf7e6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffbf700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-tan\/95 {
  --tw-gradient-from: #fffbf7f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #fffbf700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-10 {
  --tw-gradient-from: #ffffff1a var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-10\/0 {
  --tw-gradient-from: #fff0 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-10\/10 {
  --tw-gradient-from: #ffffff1a var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-10\/100 {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-10\/15 {
  --tw-gradient-from: #ffffff26 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-10\/20 {
  --tw-gradient-from: #fff3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-10\/25 {
  --tw-gradient-from: #ffffff40 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-10\/30 {
  --tw-gradient-from: #ffffff4d var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-10\/35 {
  --tw-gradient-from: #ffffff59 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-10\/40 {
  --tw-gradient-from: #fff6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-10\/45 {
  --tw-gradient-from: #ffffff73 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-10\/5 {
  --tw-gradient-from: #ffffff0d var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-10\/50 {
  --tw-gradient-from: #ffffff80 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-10\/55 {
  --tw-gradient-from: #ffffff8c var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-10\/60 {
  --tw-gradient-from: #fff9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-10\/65 {
  --tw-gradient-from: #ffffffa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-10\/70 {
  --tw-gradient-from: #ffffffb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-10\/75 {
  --tw-gradient-from: #ffffffbf var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-10\/80 {
  --tw-gradient-from: #fffc var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-10\/85 {
  --tw-gradient-from: #ffffffd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-10\/90 {
  --tw-gradient-from: #ffffffe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-10\/95 {
  --tw-gradient-from: #fffffff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-100 {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-100\/0 {
  --tw-gradient-from: #fff0 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-100\/10 {
  --tw-gradient-from: #ffffff1a var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-100\/100 {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-100\/15 {
  --tw-gradient-from: #ffffff26 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-100\/20 {
  --tw-gradient-from: #fff3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-100\/25 {
  --tw-gradient-from: #ffffff40 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-100\/30 {
  --tw-gradient-from: #ffffff4d var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-100\/35 {
  --tw-gradient-from: #ffffff59 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-100\/40 {
  --tw-gradient-from: #fff6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-100\/45 {
  --tw-gradient-from: #ffffff73 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-100\/5 {
  --tw-gradient-from: #ffffff0d var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-100\/50 {
  --tw-gradient-from: #ffffff80 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-100\/55 {
  --tw-gradient-from: #ffffff8c var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-100\/60 {
  --tw-gradient-from: #fff9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-100\/65 {
  --tw-gradient-from: #ffffffa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-100\/70 {
  --tw-gradient-from: #ffffffb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-100\/75 {
  --tw-gradient-from: #ffffffbf var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-100\/80 {
  --tw-gradient-from: #fffc var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-100\/85 {
  --tw-gradient-from: #ffffffd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-100\/90 {
  --tw-gradient-from: #ffffffe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-100\/95 {
  --tw-gradient-from: #fffffff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-20 {
  --tw-gradient-from: #fff3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-20\/0 {
  --tw-gradient-from: #fff0 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-20\/10 {
  --tw-gradient-from: #ffffff1a var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-20\/100 {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-20\/15 {
  --tw-gradient-from: #ffffff26 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-20\/20 {
  --tw-gradient-from: #fff3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-20\/25 {
  --tw-gradient-from: #ffffff40 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-20\/30 {
  --tw-gradient-from: #ffffff4d var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-20\/35 {
  --tw-gradient-from: #ffffff59 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-20\/40 {
  --tw-gradient-from: #fff6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-20\/45 {
  --tw-gradient-from: #ffffff73 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-20\/5 {
  --tw-gradient-from: #ffffff0d var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-20\/50 {
  --tw-gradient-from: #ffffff80 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-20\/55 {
  --tw-gradient-from: #ffffff8c var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-20\/60 {
  --tw-gradient-from: #fff9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-20\/65 {
  --tw-gradient-from: #ffffffa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-20\/70 {
  --tw-gradient-from: #ffffffb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-20\/75 {
  --tw-gradient-from: #ffffffbf var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-20\/80 {
  --tw-gradient-from: #fffc var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-20\/85 {
  --tw-gradient-from: #ffffffd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-20\/90 {
  --tw-gradient-from: #ffffffe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-20\/95 {
  --tw-gradient-from: #fffffff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-40 {
  --tw-gradient-from: #fff6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-40\/0 {
  --tw-gradient-from: #fff0 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-40\/10 {
  --tw-gradient-from: #ffffff1a var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-40\/100 {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-40\/15 {
  --tw-gradient-from: #ffffff26 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-40\/20 {
  --tw-gradient-from: #fff3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-40\/25 {
  --tw-gradient-from: #ffffff40 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-40\/30 {
  --tw-gradient-from: #ffffff4d var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-40\/35 {
  --tw-gradient-from: #ffffff59 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-40\/40 {
  --tw-gradient-from: #fff6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-40\/45 {
  --tw-gradient-from: #ffffff73 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-40\/5 {
  --tw-gradient-from: #ffffff0d var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-40\/50 {
  --tw-gradient-from: #ffffff80 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-40\/55 {
  --tw-gradient-from: #ffffff8c var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-40\/60 {
  --tw-gradient-from: #fff9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-40\/65 {
  --tw-gradient-from: #ffffffa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-40\/70 {
  --tw-gradient-from: #ffffffb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-40\/75 {
  --tw-gradient-from: #ffffffbf var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-40\/80 {
  --tw-gradient-from: #fffc var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-40\/85 {
  --tw-gradient-from: #ffffffd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-40\/90 {
  --tw-gradient-from: #ffffffe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-40\/95 {
  --tw-gradient-from: #fffffff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-5 {
  --tw-gradient-from: #ffffff0d var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-5\/0 {
  --tw-gradient-from: #fff0 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-5\/10 {
  --tw-gradient-from: #ffffff1a var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-5\/100 {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-5\/15 {
  --tw-gradient-from: #ffffff26 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-5\/20 {
  --tw-gradient-from: #fff3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-5\/25 {
  --tw-gradient-from: #ffffff40 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-5\/30 {
  --tw-gradient-from: #ffffff4d var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-5\/35 {
  --tw-gradient-from: #ffffff59 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-5\/40 {
  --tw-gradient-from: #fff6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-5\/45 {
  --tw-gradient-from: #ffffff73 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-5\/5 {
  --tw-gradient-from: #ffffff0d var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-5\/50 {
  --tw-gradient-from: #ffffff80 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-5\/55 {
  --tw-gradient-from: #ffffff8c var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-5\/60 {
  --tw-gradient-from: #fff9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-5\/65 {
  --tw-gradient-from: #ffffffa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-5\/70 {
  --tw-gradient-from: #ffffffb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-5\/75 {
  --tw-gradient-from: #ffffffbf var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-5\/80 {
  --tw-gradient-from: #fffc var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-5\/85 {
  --tw-gradient-from: #ffffffd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-5\/90 {
  --tw-gradient-from: #ffffffe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-5\/95 {
  --tw-gradient-from: #fffffff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-60 {
  --tw-gradient-from: #fff9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-60\/0 {
  --tw-gradient-from: #fff0 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-60\/10 {
  --tw-gradient-from: #ffffff1a var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-60\/100 {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-60\/15 {
  --tw-gradient-from: #ffffff26 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-60\/20 {
  --tw-gradient-from: #fff3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-60\/25 {
  --tw-gradient-from: #ffffff40 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-60\/30 {
  --tw-gradient-from: #ffffff4d var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-60\/35 {
  --tw-gradient-from: #ffffff59 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-60\/40 {
  --tw-gradient-from: #fff6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-60\/45 {
  --tw-gradient-from: #ffffff73 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-60\/5 {
  --tw-gradient-from: #ffffff0d var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-60\/50 {
  --tw-gradient-from: #ffffff80 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-60\/55 {
  --tw-gradient-from: #ffffff8c var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-60\/60 {
  --tw-gradient-from: #fff9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-60\/65 {
  --tw-gradient-from: #ffffffa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-60\/70 {
  --tw-gradient-from: #ffffffb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-60\/75 {
  --tw-gradient-from: #ffffffbf var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-60\/80 {
  --tw-gradient-from: #fffc var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-60\/85 {
  --tw-gradient-from: #ffffffd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-60\/90 {
  --tw-gradient-from: #ffffffe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-60\/95 {
  --tw-gradient-from: #fffffff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-80 {
  --tw-gradient-from: #fffc var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-80\/0 {
  --tw-gradient-from: #fff0 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-80\/10 {
  --tw-gradient-from: #ffffff1a var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-80\/100 {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-80\/15 {
  --tw-gradient-from: #ffffff26 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-80\/20 {
  --tw-gradient-from: #fff3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-80\/25 {
  --tw-gradient-from: #ffffff40 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-80\/30 {
  --tw-gradient-from: #ffffff4d var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-80\/35 {
  --tw-gradient-from: #ffffff59 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-80\/40 {
  --tw-gradient-from: #fff6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-80\/45 {
  --tw-gradient-from: #ffffff73 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-80\/5 {
  --tw-gradient-from: #ffffff0d var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-80\/50 {
  --tw-gradient-from: #ffffff80 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-80\/55 {
  --tw-gradient-from: #ffffff8c var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-80\/60 {
  --tw-gradient-from: #fff9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-80\/65 {
  --tw-gradient-from: #ffffffa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-80\/70 {
  --tw-gradient-from: #ffffffb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-80\/75 {
  --tw-gradient-from: #ffffffbf var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-80\/80 {
  --tw-gradient-from: #fffc var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-80\/85 {
  --tw-gradient-from: #ffffffd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-80\/90 {
  --tw-gradient-from: #ffffffe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-80\/95 {
  --tw-gradient-from: #fffffff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-90 {
  --tw-gradient-from: #ffffffe5 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-90\/0 {
  --tw-gradient-from: #fff0 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-90\/10 {
  --tw-gradient-from: #ffffff1a var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-90\/100 {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-90\/15 {
  --tw-gradient-from: #ffffff26 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-90\/20 {
  --tw-gradient-from: #fff3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-90\/25 {
  --tw-gradient-from: #ffffff40 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-90\/30 {
  --tw-gradient-from: #ffffff4d var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-90\/35 {
  --tw-gradient-from: #ffffff59 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-90\/40 {
  --tw-gradient-from: #fff6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-90\/45 {
  --tw-gradient-from: #ffffff73 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-90\/5 {
  --tw-gradient-from: #ffffff0d var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-90\/50 {
  --tw-gradient-from: #ffffff80 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-90\/55 {
  --tw-gradient-from: #ffffff8c var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-90\/60 {
  --tw-gradient-from: #fff9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-90\/65 {
  --tw-gradient-from: #ffffffa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-90\/70 {
  --tw-gradient-from: #ffffffb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-90\/75 {
  --tw-gradient-from: #ffffffbf var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-90\/80 {
  --tw-gradient-from: #fffc var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-90\/85 {
  --tw-gradient-from: #ffffffd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-90\/90 {
  --tw-gradient-from: #ffffffe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-90\/95, .cl-from-g0-whites-95 {
  --tw-gradient-from: #fffffff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-95\/0 {
  --tw-gradient-from: #fff0 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-95\/10 {
  --tw-gradient-from: #ffffff1a var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-95\/100 {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-95\/15 {
  --tw-gradient-from: #ffffff26 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-95\/20 {
  --tw-gradient-from: #fff3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-95\/25 {
  --tw-gradient-from: #ffffff40 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-95\/30 {
  --tw-gradient-from: #ffffff4d var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-95\/35 {
  --tw-gradient-from: #ffffff59 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-95\/40 {
  --tw-gradient-from: #fff6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-95\/45 {
  --tw-gradient-from: #ffffff73 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-95\/5 {
  --tw-gradient-from: #ffffff0d var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-95\/50 {
  --tw-gradient-from: #ffffff80 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-95\/55 {
  --tw-gradient-from: #ffffff8c var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-95\/60 {
  --tw-gradient-from: #fff9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-95\/65 {
  --tw-gradient-from: #ffffffa6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-95\/70 {
  --tw-gradient-from: #ffffffb3 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-95\/75 {
  --tw-gradient-from: #ffffffbf var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-95\/80 {
  --tw-gradient-from: #fffc var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-95\/85 {
  --tw-gradient-from: #ffffffd9 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-95\/90 {
  --tw-gradient-from: #ffffffe6 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-g0-whites-95\/95 {
  --tw-gradient-from: #fffffff2 var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-purple-500 {
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: #a855f700 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-white\/30 {
  --tw-gradient-from: #ffffff4d var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.cl-from-60\% {
  --tw-gradient-from-position: 60%;
}

.cl-via-red-500 {
  --tw-gradient-to: #ef444400 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),#ef4444 var(--tw-gradient-via-position),var(--tw-gradient-to);
}

.cl-via-white {
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),#fff var(--tw-gradient-via-position),var(--tw-gradient-to);
}

.cl-via-white\/15 {
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),#ffffff26 var(--tw-gradient-via-position),var(--tw-gradient-to);
}

.cl-to-g0-ai-yellow-100 {
  --tw-gradient-to: #faf2da var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-100\/0 {
  --tw-gradient-to: #faf2db00 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-100\/10 {
  --tw-gradient-to: #faf2db1a var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-100\/100 {
  --tw-gradient-to: #faf2da var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-100\/15 {
  --tw-gradient-to: #faf2db26 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-100\/20 {
  --tw-gradient-to: #faf2db33 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-100\/25 {
  --tw-gradient-to: #faf2db40 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-100\/30 {
  --tw-gradient-to: #faf2db4d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-100\/35 {
  --tw-gradient-to: #faf2db59 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-100\/40 {
  --tw-gradient-to: #faf2db66 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-100\/45 {
  --tw-gradient-to: #faf2db73 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-100\/5 {
  --tw-gradient-to: #faf2db0d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-100\/50 {
  --tw-gradient-to: #faf2db80 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-100\/55 {
  --tw-gradient-to: #faf2db8c var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-100\/60 {
  --tw-gradient-to: #faf2db99 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-100\/65 {
  --tw-gradient-to: #faf2dba6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-100\/70 {
  --tw-gradient-to: #faf2dbb3 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-100\/75 {
  --tw-gradient-to: #faf2dbbf var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-100\/80 {
  --tw-gradient-to: #faf2dbcc var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-100\/85 {
  --tw-gradient-to: #faf2dbd9 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-100\/90 {
  --tw-gradient-to: #faf2dbe6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-100\/95 {
  --tw-gradient-to: #faf2dbf2 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-200 {
  --tw-gradient-to: #f6e7b8 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-200\/0 {
  --tw-gradient-to: #f6e6b600 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-200\/10 {
  --tw-gradient-to: #f6e6b61a var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-200\/100 {
  --tw-gradient-to: #f6e7b8 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-200\/15 {
  --tw-gradient-to: #f6e6b626 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-200\/20 {
  --tw-gradient-to: #f6e6b633 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-200\/25 {
  --tw-gradient-to: #f6e6b640 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-200\/30 {
  --tw-gradient-to: #f6e6b64d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-200\/35 {
  --tw-gradient-to: #f6e6b659 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-200\/40 {
  --tw-gradient-to: #f6e6b666 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-200\/45 {
  --tw-gradient-to: #f6e6b673 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-200\/5 {
  --tw-gradient-to: #f6e6b60d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-200\/50 {
  --tw-gradient-to: #f6e6b680 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-200\/55 {
  --tw-gradient-to: #f6e6b68c var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-200\/60 {
  --tw-gradient-to: #f6e6b699 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-200\/65 {
  --tw-gradient-to: #f6e6b6a6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-200\/70 {
  --tw-gradient-to: #f6e6b6b3 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-200\/75 {
  --tw-gradient-to: #f6e6b6bf var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-200\/80 {
  --tw-gradient-to: #f6e6b6cc var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-200\/85 {
  --tw-gradient-to: #f6e6b6d9 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-200\/90 {
  --tw-gradient-to: #f6e6b6e6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-200\/95 {
  --tw-gradient-to: #f6e6b6f2 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-300 {
  --tw-gradient-to: #f1db93 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-300\/0 {
  --tw-gradient-to: #f1db9300 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-300\/10 {
  --tw-gradient-to: #f1db931a var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-300\/100 {
  --tw-gradient-to: #f1db93 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-300\/15 {
  --tw-gradient-to: #f1db9326 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-300\/20 {
  --tw-gradient-to: #f1db9333 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-300\/25 {
  --tw-gradient-to: #f1db9340 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-300\/30 {
  --tw-gradient-to: #f1db934d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-300\/35 {
  --tw-gradient-to: #f1db9359 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-300\/40 {
  --tw-gradient-to: #f1db9366 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-300\/45 {
  --tw-gradient-to: #f1db9373 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-300\/5 {
  --tw-gradient-to: #f1db930d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-300\/50 {
  --tw-gradient-to: #f1db9380 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-300\/55 {
  --tw-gradient-to: #f1db938c var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-300\/60 {
  --tw-gradient-to: #f1db9399 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-300\/65 {
  --tw-gradient-to: #f1db93a6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-300\/70 {
  --tw-gradient-to: #f1db93b3 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-300\/75 {
  --tw-gradient-to: #f1db93bf var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-300\/80 {
  --tw-gradient-to: #f1db93cc var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-300\/85 {
  --tw-gradient-to: #f1db93d9 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-300\/90 {
  --tw-gradient-to: #f1db93e6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-300\/95 {
  --tw-gradient-to: #f1db93f2 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-400 {
  --tw-gradient-to: #eccd69 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-400\/0 {
  --tw-gradient-to: #ecce6900 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-400\/10 {
  --tw-gradient-to: #ecce691a var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-400\/100 {
  --tw-gradient-to: #eccd69 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-400\/15 {
  --tw-gradient-to: #ecce6926 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-400\/20 {
  --tw-gradient-to: #ecce6933 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-400\/25 {
  --tw-gradient-to: #ecce6940 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-400\/30 {
  --tw-gradient-to: #ecce694d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-400\/35 {
  --tw-gradient-to: #ecce6959 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-400\/40 {
  --tw-gradient-to: #ecce6966 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-400\/45 {
  --tw-gradient-to: #ecce6973 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-400\/5 {
  --tw-gradient-to: #ecce690d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-400\/50 {
  --tw-gradient-to: #ecce6980 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-400\/55 {
  --tw-gradient-to: #ecce698c var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-400\/60 {
  --tw-gradient-to: #ecce6999 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-400\/65 {
  --tw-gradient-to: #ecce69a6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-400\/70 {
  --tw-gradient-to: #ecce69b3 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-400\/75 {
  --tw-gradient-to: #ecce69bf var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-400\/80 {
  --tw-gradient-to: #ecce69cc var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-400\/85 {
  --tw-gradient-to: #ecce69d9 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-400\/90 {
  --tw-gradient-to: #ecce69e6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-400\/95 {
  --tw-gradient-to: #ecce69f2 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-50 {
  --tw-gradient-to: #fefcf7 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-50\/0 {
  --tw-gradient-to: #fefcf600 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-50\/10 {
  --tw-gradient-to: #fefcf61a var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-50\/100 {
  --tw-gradient-to: #fefcf7 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-50\/15 {
  --tw-gradient-to: #fefcf626 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-50\/20 {
  --tw-gradient-to: #fefcf633 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-50\/25 {
  --tw-gradient-to: #fefcf640 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-50\/30 {
  --tw-gradient-to: #fefcf64d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-50\/35 {
  --tw-gradient-to: #fefcf659 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-50\/40 {
  --tw-gradient-to: #fefcf666 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-50\/45 {
  --tw-gradient-to: #fefcf673 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-50\/5 {
  --tw-gradient-to: #fefcf60d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-50\/50 {
  --tw-gradient-to: #fefcf680 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-50\/55 {
  --tw-gradient-to: #fefcf68c var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-50\/60 {
  --tw-gradient-to: #fefcf699 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-50\/65 {
  --tw-gradient-to: #fefcf6a6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-50\/70 {
  --tw-gradient-to: #fefcf6b3 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-50\/75 {
  --tw-gradient-to: #fefcf6bf var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-50\/80 {
  --tw-gradient-to: #fefcf6cc var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-50\/85 {
  --tw-gradient-to: #fefcf6d9 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-50\/90 {
  --tw-gradient-to: #fefcf6e6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-50\/95 {
  --tw-gradient-to: #fefcf6f2 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-500 {
  --tw-gradient-to: #e5b92f var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-500\/0 {
  --tw-gradient-to: #e5b92f00 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-500\/10 {
  --tw-gradient-to: #e5b92f1a var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-500\/100 {
  --tw-gradient-to: #e5b92f var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-500\/15 {
  --tw-gradient-to: #e5b92f26 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-500\/20 {
  --tw-gradient-to: #e5b92f33 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-500\/25 {
  --tw-gradient-to: #e5b92f40 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-500\/30 {
  --tw-gradient-to: #e5b92f4d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-500\/35 {
  --tw-gradient-to: #e5b92f59 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-500\/40 {
  --tw-gradient-to: #e5b92f66 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-500\/45 {
  --tw-gradient-to: #e5b92f73 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-500\/5 {
  --tw-gradient-to: #e5b92f0d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-500\/50 {
  --tw-gradient-to: #e5b92f80 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-500\/55 {
  --tw-gradient-to: #e5b92f8c var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-500\/60 {
  --tw-gradient-to: #e5b92f99 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-500\/65 {
  --tw-gradient-to: #e5b92fa6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-500\/70 {
  --tw-gradient-to: #e5b92fb3 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-500\/75 {
  --tw-gradient-to: #e5b92fbf var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-500\/80 {
  --tw-gradient-to: #e5b92fcc var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-500\/85 {
  --tw-gradient-to: #e5b92fd9 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-500\/90 {
  --tw-gradient-to: #e5b92fe6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-500\/95 {
  --tw-gradient-to: #e5b92ff2 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-600 {
  --tw-gradient-to: #a58522 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-600\/0 {
  --tw-gradient-to: #a5852200 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-600\/10 {
  --tw-gradient-to: #a585221a var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-600\/100 {
  --tw-gradient-to: #a58522 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-600\/15 {
  --tw-gradient-to: #a5852226 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-600\/20 {
  --tw-gradient-to: #a5852233 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-600\/25 {
  --tw-gradient-to: #a5852240 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-600\/30 {
  --tw-gradient-to: #a585224d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-600\/35 {
  --tw-gradient-to: #a5852259 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-600\/40 {
  --tw-gradient-to: #a5852266 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-600\/45 {
  --tw-gradient-to: #a5852273 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-600\/5 {
  --tw-gradient-to: #a585220d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-600\/50 {
  --tw-gradient-to: #a5852280 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-600\/55 {
  --tw-gradient-to: #a585228c var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-600\/60 {
  --tw-gradient-to: #a5852299 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-600\/65 {
  --tw-gradient-to: #a58522a6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-600\/70 {
  --tw-gradient-to: #a58522b3 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-600\/75 {
  --tw-gradient-to: #a58522bf var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-600\/80 {
  --tw-gradient-to: #a58522cc var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-600\/85 {
  --tw-gradient-to: #a58522d9 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-600\/90 {
  --tw-gradient-to: #a58522e6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-600\/95 {
  --tw-gradient-to: #a58522f2 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-700 {
  --tw-gradient-to: #776018 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-700\/0 {
  --tw-gradient-to: #77601800 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-700\/10 {
  --tw-gradient-to: #7760181a var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-700\/100 {
  --tw-gradient-to: #776018 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-700\/15 {
  --tw-gradient-to: #77601826 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-700\/20 {
  --tw-gradient-to: #77601833 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-700\/25 {
  --tw-gradient-to: #77601840 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-700\/30 {
  --tw-gradient-to: #7760184d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-700\/35 {
  --tw-gradient-to: #77601859 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-700\/40 {
  --tw-gradient-to: #77601866 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-700\/45 {
  --tw-gradient-to: #77601873 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-700\/5 {
  --tw-gradient-to: #7760180d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-700\/50 {
  --tw-gradient-to: #77601880 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-700\/55 {
  --tw-gradient-to: #7760188c var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-700\/60 {
  --tw-gradient-to: #77601899 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-700\/65 {
  --tw-gradient-to: #776018a6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-700\/70 {
  --tw-gradient-to: #776018b3 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-700\/75 {
  --tw-gradient-to: #776018bf var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-700\/80 {
  --tw-gradient-to: #776018cc var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-700\/85 {
  --tw-gradient-to: #776018d9 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-700\/90 {
  --tw-gradient-to: #776018e6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-700\/95 {
  --tw-gradient-to: #776018f2 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-75 {
  --tw-gradient-to: #fcf7e8 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-75\/0 {
  --tw-gradient-to: #fcf7e800 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-75\/10 {
  --tw-gradient-to: #fcf7e81a var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-75\/100 {
  --tw-gradient-to: #fcf7e8 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-75\/15 {
  --tw-gradient-to: #fcf7e826 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-75\/20 {
  --tw-gradient-to: #fcf7e833 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-75\/25 {
  --tw-gradient-to: #fcf7e840 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-75\/30 {
  --tw-gradient-to: #fcf7e84d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-75\/35 {
  --tw-gradient-to: #fcf7e859 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-75\/40 {
  --tw-gradient-to: #fcf7e866 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-75\/45 {
  --tw-gradient-to: #fcf7e873 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-75\/5 {
  --tw-gradient-to: #fcf7e80d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-75\/50 {
  --tw-gradient-to: #fcf7e880 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-75\/55 {
  --tw-gradient-to: #fcf7e88c var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-75\/60 {
  --tw-gradient-to: #fcf7e899 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-75\/65 {
  --tw-gradient-to: #fcf7e8a6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-75\/70 {
  --tw-gradient-to: #fcf7e8b3 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-75\/75 {
  --tw-gradient-to: #fcf7e8bf var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-75\/80 {
  --tw-gradient-to: #fcf7e8cc var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-75\/85 {
  --tw-gradient-to: #fcf7e8d9 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-75\/90 {
  --tw-gradient-to: #fcf7e8e6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-75\/95 {
  --tw-gradient-to: #fcf7e8f2 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-800 {
  --tw-gradient-to: #4e3f10 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-800\/0 {
  --tw-gradient-to: #4e3f1000 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-800\/10 {
  --tw-gradient-to: #4e3f101a var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-800\/100 {
  --tw-gradient-to: #4e3f10 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-800\/15 {
  --tw-gradient-to: #4e3f1026 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-800\/20 {
  --tw-gradient-to: #4e3f1033 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-800\/25 {
  --tw-gradient-to: #4e3f1040 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-800\/30 {
  --tw-gradient-to: #4e3f104d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-800\/35 {
  --tw-gradient-to: #4e3f1059 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-800\/40 {
  --tw-gradient-to: #4e3f1066 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-800\/45 {
  --tw-gradient-to: #4e3f1073 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-800\/5 {
  --tw-gradient-to: #4e3f100d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-800\/50 {
  --tw-gradient-to: #4e3f1080 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-800\/55 {
  --tw-gradient-to: #4e3f108c var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-800\/60 {
  --tw-gradient-to: #4e3f1099 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-800\/65 {
  --tw-gradient-to: #4e3f10a6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-800\/70 {
  --tw-gradient-to: #4e3f10b3 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-800\/75 {
  --tw-gradient-to: #4e3f10bf var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-800\/80 {
  --tw-gradient-to: #4e3f10cc var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-800\/85 {
  --tw-gradient-to: #4e3f10d9 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-800\/90 {
  --tw-gradient-to: #4e3f10e6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-800\/95 {
  --tw-gradient-to: #4e3f10f2 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-900 {
  --tw-gradient-to: #292108 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-900\/0 {
  --tw-gradient-to: #29210800 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-900\/10 {
  --tw-gradient-to: #2921081a var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-900\/100 {
  --tw-gradient-to: #292108 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-900\/15 {
  --tw-gradient-to: #29210826 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-900\/20 {
  --tw-gradient-to: #29210833 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-900\/25 {
  --tw-gradient-to: #29210840 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-900\/30 {
  --tw-gradient-to: #2921084d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-900\/35 {
  --tw-gradient-to: #29210859 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-900\/40 {
  --tw-gradient-to: #29210866 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-900\/45 {
  --tw-gradient-to: #29210873 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-900\/5 {
  --tw-gradient-to: #2921080d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-900\/50 {
  --tw-gradient-to: #29210880 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-900\/55 {
  --tw-gradient-to: #2921088c var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-900\/60 {
  --tw-gradient-to: #29210899 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-900\/65 {
  --tw-gradient-to: #292108a6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-900\/70 {
  --tw-gradient-to: #292108b3 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-900\/75 {
  --tw-gradient-to: #292108bf var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-900\/80 {
  --tw-gradient-to: #292108cc var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-900\/85 {
  --tw-gradient-to: #292108d9 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-900\/90 {
  --tw-gradient-to: #292108e6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-900\/95 {
  --tw-gradient-to: #292108f2 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-925 {
  --tw-gradient-to: #191405 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-925\/0 {
  --tw-gradient-to: #19140500 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-925\/10 {
  --tw-gradient-to: #1914051a var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-925\/100 {
  --tw-gradient-to: #191405 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-925\/15 {
  --tw-gradient-to: #19140526 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-925\/20 {
  --tw-gradient-to: #19140533 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-925\/25 {
  --tw-gradient-to: #19140540 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-925\/30 {
  --tw-gradient-to: #1914054d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-925\/35 {
  --tw-gradient-to: #19140559 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-925\/40 {
  --tw-gradient-to: #19140566 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-925\/45 {
  --tw-gradient-to: #19140573 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-925\/5 {
  --tw-gradient-to: #1914050d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-925\/50 {
  --tw-gradient-to: #19140580 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-925\/55 {
  --tw-gradient-to: #1914058c var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-925\/60 {
  --tw-gradient-to: #19140599 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-925\/65 {
  --tw-gradient-to: #191405a6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-925\/70 {
  --tw-gradient-to: #191405b3 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-925\/75 {
  --tw-gradient-to: #191405bf var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-925\/80 {
  --tw-gradient-to: #191405cc var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-925\/85 {
  --tw-gradient-to: #191405d9 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-925\/90 {
  --tw-gradient-to: #191405e6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-925\/95 {
  --tw-gradient-to: #191405f2 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-950 {
  --tw-gradient-to: #090702 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-950\/0 {
  --tw-gradient-to: #09070200 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-950\/10 {
  --tw-gradient-to: #0907021a var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-950\/100 {
  --tw-gradient-to: #090702 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-950\/15 {
  --tw-gradient-to: #09070226 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-950\/20 {
  --tw-gradient-to: #09070233 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-950\/25 {
  --tw-gradient-to: #09070240 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-950\/30 {
  --tw-gradient-to: #0907024d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-950\/35 {
  --tw-gradient-to: #09070259 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-950\/40 {
  --tw-gradient-to: #09070266 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-950\/45 {
  --tw-gradient-to: #09070273 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-950\/5 {
  --tw-gradient-to: #0907020d var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-950\/50 {
  --tw-gradient-to: #09070280 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-950\/55 {
  --tw-gradient-to: #0907028c var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-950\/60 {
  --tw-gradient-to: #09070299 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-950\/65 {
  --tw-gradient-to: #090702a6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-950\/70 {
  --tw-gradient-to: #090702b3 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-950\/75 {
  --tw-gradient-to: #090702bf var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-950\/80 {
  --tw-gradient-to: #090702cc var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-950\/85 {
  --tw-gradient-to: #090702d9 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-950\/90 {
  --tw-gradient-to: #090702e6 var(--tw-gradient-to-position);
}

.cl-to-g0-ai-yellow-950\/95 {
  --tw-gradient-to: #090702f2 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-10 {
  --tw-gradient-to: #0000001a var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-10\/0 {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-10\/10 {
  --tw-gradient-to: #0000001a var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-10\/100 {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-10\/15 {
  --tw-gradient-to: #00000026 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-10\/20 {
  --tw-gradient-to: #0003 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-10\/25 {
  --tw-gradient-to: #00000040 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-10\/30 {
  --tw-gradient-to: #0000004d var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-10\/35 {
  --tw-gradient-to: #00000059 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-10\/40 {
  --tw-gradient-to: #0006 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-10\/45 {
  --tw-gradient-to: #00000073 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-10\/5 {
  --tw-gradient-to: #0000000d var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-10\/50 {
  --tw-gradient-to: #00000080 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-10\/55 {
  --tw-gradient-to: #0000008c var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-10\/60 {
  --tw-gradient-to: #0009 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-10\/65 {
  --tw-gradient-to: #000000a6 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-10\/70 {
  --tw-gradient-to: #000000b3 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-10\/75 {
  --tw-gradient-to: #000000bf var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-10\/80 {
  --tw-gradient-to: #000c var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-10\/85 {
  --tw-gradient-to: #000000d9 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-10\/90 {
  --tw-gradient-to: #000000e6 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-10\/95 {
  --tw-gradient-to: #000000f2 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-100 {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-100\/0 {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-100\/10 {
  --tw-gradient-to: #0000001a var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-100\/100 {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-100\/15 {
  --tw-gradient-to: #00000026 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-100\/20 {
  --tw-gradient-to: #0003 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-100\/25 {
  --tw-gradient-to: #00000040 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-100\/30 {
  --tw-gradient-to: #0000004d var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-100\/35 {
  --tw-gradient-to: #00000059 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-100\/40 {
  --tw-gradient-to: #0006 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-100\/45 {
  --tw-gradient-to: #00000073 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-100\/5 {
  --tw-gradient-to: #0000000d var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-100\/50 {
  --tw-gradient-to: #00000080 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-100\/55 {
  --tw-gradient-to: #0000008c var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-100\/60 {
  --tw-gradient-to: #0009 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-100\/65 {
  --tw-gradient-to: #000000a6 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-100\/70 {
  --tw-gradient-to: #000000b3 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-100\/75 {
  --tw-gradient-to: #000000bf var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-100\/80 {
  --tw-gradient-to: #000c var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-100\/85 {
  --tw-gradient-to: #000000d9 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-100\/90 {
  --tw-gradient-to: #000000e6 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-100\/95 {
  --tw-gradient-to: #000000f2 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-20 {
  --tw-gradient-to: #0003 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-20\/0 {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-20\/10 {
  --tw-gradient-to: #0000001a var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-20\/100 {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-20\/15 {
  --tw-gradient-to: #00000026 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-20\/20 {
  --tw-gradient-to: #0003 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-20\/25 {
  --tw-gradient-to: #00000040 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-20\/30 {
  --tw-gradient-to: #0000004d var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-20\/35 {
  --tw-gradient-to: #00000059 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-20\/40 {
  --tw-gradient-to: #0006 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-20\/45 {
  --tw-gradient-to: #00000073 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-20\/5 {
  --tw-gradient-to: #0000000d var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-20\/50 {
  --tw-gradient-to: #00000080 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-20\/55 {
  --tw-gradient-to: #0000008c var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-20\/60 {
  --tw-gradient-to: #0009 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-20\/65 {
  --tw-gradient-to: #000000a6 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-20\/70 {
  --tw-gradient-to: #000000b3 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-20\/75 {
  --tw-gradient-to: #000000bf var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-20\/80 {
  --tw-gradient-to: #000c var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-20\/85 {
  --tw-gradient-to: #000000d9 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-20\/90 {
  --tw-gradient-to: #000000e6 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-20\/95 {
  --tw-gradient-to: #000000f2 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-40 {
  --tw-gradient-to: #0006 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-40\/0 {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-40\/10 {
  --tw-gradient-to: #0000001a var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-40\/100 {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-40\/15 {
  --tw-gradient-to: #00000026 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-40\/20 {
  --tw-gradient-to: #0003 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-40\/25 {
  --tw-gradient-to: #00000040 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-40\/30 {
  --tw-gradient-to: #0000004d var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-40\/35 {
  --tw-gradient-to: #00000059 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-40\/40 {
  --tw-gradient-to: #0006 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-40\/45 {
  --tw-gradient-to: #00000073 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-40\/5 {
  --tw-gradient-to: #0000000d var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-40\/50 {
  --tw-gradient-to: #00000080 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-40\/55 {
  --tw-gradient-to: #0000008c var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-40\/60 {
  --tw-gradient-to: #0009 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-40\/65 {
  --tw-gradient-to: #000000a6 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-40\/70 {
  --tw-gradient-to: #000000b3 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-40\/75 {
  --tw-gradient-to: #000000bf var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-40\/80 {
  --tw-gradient-to: #000c var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-40\/85 {
  --tw-gradient-to: #000000d9 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-40\/90 {
  --tw-gradient-to: #000000e6 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-40\/95 {
  --tw-gradient-to: #000000f2 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-5 {
  --tw-gradient-to: #0000000d var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-5\/0 {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-5\/10 {
  --tw-gradient-to: #0000001a var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-5\/100 {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-5\/15 {
  --tw-gradient-to: #00000026 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-5\/20 {
  --tw-gradient-to: #0003 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-5\/25 {
  --tw-gradient-to: #00000040 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-5\/30 {
  --tw-gradient-to: #0000004d var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-5\/35 {
  --tw-gradient-to: #00000059 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-5\/40 {
  --tw-gradient-to: #0006 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-5\/45 {
  --tw-gradient-to: #00000073 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-5\/5 {
  --tw-gradient-to: #0000000d var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-5\/50 {
  --tw-gradient-to: #00000080 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-5\/55 {
  --tw-gradient-to: #0000008c var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-5\/60 {
  --tw-gradient-to: #0009 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-5\/65 {
  --tw-gradient-to: #000000a6 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-5\/70 {
  --tw-gradient-to: #000000b3 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-5\/75 {
  --tw-gradient-to: #000000bf var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-5\/80 {
  --tw-gradient-to: #000c var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-5\/85 {
  --tw-gradient-to: #000000d9 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-5\/90 {
  --tw-gradient-to: #000000e6 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-5\/95 {
  --tw-gradient-to: #000000f2 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-60 {
  --tw-gradient-to: #0009 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-60\/0 {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-60\/10 {
  --tw-gradient-to: #0000001a var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-60\/100 {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-60\/15 {
  --tw-gradient-to: #00000026 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-60\/20 {
  --tw-gradient-to: #0003 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-60\/25 {
  --tw-gradient-to: #00000040 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-60\/30 {
  --tw-gradient-to: #0000004d var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-60\/35 {
  --tw-gradient-to: #00000059 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-60\/40 {
  --tw-gradient-to: #0006 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-60\/45 {
  --tw-gradient-to: #00000073 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-60\/5 {
  --tw-gradient-to: #0000000d var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-60\/50 {
  --tw-gradient-to: #00000080 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-60\/55 {
  --tw-gradient-to: #0000008c var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-60\/60 {
  --tw-gradient-to: #0009 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-60\/65 {
  --tw-gradient-to: #000000a6 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-60\/70 {
  --tw-gradient-to: #000000b3 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-60\/75 {
  --tw-gradient-to: #000000bf var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-60\/80 {
  --tw-gradient-to: #000c var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-60\/85 {
  --tw-gradient-to: #000000d9 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-60\/90 {
  --tw-gradient-to: #000000e6 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-60\/95 {
  --tw-gradient-to: #000000f2 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-80 {
  --tw-gradient-to: #000c var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-80\/0 {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-80\/10 {
  --tw-gradient-to: #0000001a var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-80\/100 {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-80\/15 {
  --tw-gradient-to: #00000026 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-80\/20 {
  --tw-gradient-to: #0003 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-80\/25 {
  --tw-gradient-to: #00000040 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-80\/30 {
  --tw-gradient-to: #0000004d var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-80\/35 {
  --tw-gradient-to: #00000059 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-80\/40 {
  --tw-gradient-to: #0006 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-80\/45 {
  --tw-gradient-to: #00000073 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-80\/5 {
  --tw-gradient-to: #0000000d var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-80\/50 {
  --tw-gradient-to: #00000080 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-80\/55 {
  --tw-gradient-to: #0000008c var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-80\/60 {
  --tw-gradient-to: #0009 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-80\/65 {
  --tw-gradient-to: #000000a6 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-80\/70 {
  --tw-gradient-to: #000000b3 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-80\/75 {
  --tw-gradient-to: #000000bf var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-80\/80 {
  --tw-gradient-to: #000c var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-80\/85 {
  --tw-gradient-to: #000000d9 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-80\/90 {
  --tw-gradient-to: #000000e6 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-80\/95 {
  --tw-gradient-to: #000000f2 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-90 {
  --tw-gradient-to: #000000e5 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-90\/0 {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-90\/10 {
  --tw-gradient-to: #0000001a var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-90\/100 {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-90\/15 {
  --tw-gradient-to: #00000026 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-90\/20 {
  --tw-gradient-to: #0003 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-90\/25 {
  --tw-gradient-to: #00000040 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-90\/30 {
  --tw-gradient-to: #0000004d var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-90\/35 {
  --tw-gradient-to: #00000059 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-90\/40 {
  --tw-gradient-to: #0006 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-90\/45 {
  --tw-gradient-to: #00000073 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-90\/5 {
  --tw-gradient-to: #0000000d var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-90\/50 {
  --tw-gradient-to: #00000080 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-90\/55 {
  --tw-gradient-to: #0000008c var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-90\/60 {
  --tw-gradient-to: #0009 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-90\/65 {
  --tw-gradient-to: #000000a6 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-90\/70 {
  --tw-gradient-to: #000000b3 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-90\/75 {
  --tw-gradient-to: #000000bf var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-90\/80 {
  --tw-gradient-to: #000c var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-90\/85 {
  --tw-gradient-to: #000000d9 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-90\/90 {
  --tw-gradient-to: #000000e6 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-90\/95, .cl-to-g0-blacks-95 {
  --tw-gradient-to: #000000f2 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-95\/0 {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-95\/10 {
  --tw-gradient-to: #0000001a var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-95\/100 {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-95\/15 {
  --tw-gradient-to: #00000026 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-95\/20 {
  --tw-gradient-to: #0003 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-95\/25 {
  --tw-gradient-to: #00000040 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-95\/30 {
  --tw-gradient-to: #0000004d var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-95\/35 {
  --tw-gradient-to: #00000059 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-95\/40 {
  --tw-gradient-to: #0006 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-95\/45 {
  --tw-gradient-to: #00000073 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-95\/5 {
  --tw-gradient-to: #0000000d var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-95\/50 {
  --tw-gradient-to: #00000080 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-95\/55 {
  --tw-gradient-to: #0000008c var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-95\/60 {
  --tw-gradient-to: #0009 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-95\/65 {
  --tw-gradient-to: #000000a6 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-95\/70 {
  --tw-gradient-to: #000000b3 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-95\/75 {
  --tw-gradient-to: #000000bf var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-95\/80 {
  --tw-gradient-to: #000c var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-95\/85 {
  --tw-gradient-to: #000000d9 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-95\/90 {
  --tw-gradient-to: #000000e6 var(--tw-gradient-to-position);
}

.cl-to-g0-blacks-95\/95 {
  --tw-gradient-to: #000000f2 var(--tw-gradient-to-position);
}

.cl-to-g0-cloud {
  --tw-gradient-to: #eef0f4 var(--tw-gradient-to-position);
}

.cl-to-g0-cloud\/0 {
  --tw-gradient-to: #eef0f400 var(--tw-gradient-to-position);
}

.cl-to-g0-cloud\/10 {
  --tw-gradient-to: #eef0f41a var(--tw-gradient-to-position);
}

.cl-to-g0-cloud\/100 {
  --tw-gradient-to: #eef0f4 var(--tw-gradient-to-position);
}

.cl-to-g0-cloud\/15 {
  --tw-gradient-to: #eef0f426 var(--tw-gradient-to-position);
}

.cl-to-g0-cloud\/20 {
  --tw-gradient-to: #eef0f433 var(--tw-gradient-to-position);
}

.cl-to-g0-cloud\/25 {
  --tw-gradient-to: #eef0f440 var(--tw-gradient-to-position);
}

.cl-to-g0-cloud\/30 {
  --tw-gradient-to: #eef0f44d var(--tw-gradient-to-position);
}

.cl-to-g0-cloud\/35 {
  --tw-gradient-to: #eef0f459 var(--tw-gradient-to-position);
}

.cl-to-g0-cloud\/40 {
  --tw-gradient-to: #eef0f466 var(--tw-gradient-to-position);
}

.cl-to-g0-cloud\/45 {
  --tw-gradient-to: #eef0f473 var(--tw-gradient-to-position);
}

.cl-to-g0-cloud\/5 {
  --tw-gradient-to: #eef0f40d var(--tw-gradient-to-position);
}

.cl-to-g0-cloud\/50 {
  --tw-gradient-to: #eef0f480 var(--tw-gradient-to-position);
}

.cl-to-g0-cloud\/55 {
  --tw-gradient-to: #eef0f48c var(--tw-gradient-to-position);
}

.cl-to-g0-cloud\/60 {
  --tw-gradient-to: #eef0f499 var(--tw-gradient-to-position);
}

.cl-to-g0-cloud\/65 {
  --tw-gradient-to: #eef0f4a6 var(--tw-gradient-to-position);
}

.cl-to-g0-cloud\/70 {
  --tw-gradient-to: #eef0f4b3 var(--tw-gradient-to-position);
}

.cl-to-g0-cloud\/75 {
  --tw-gradient-to: #eef0f4bf var(--tw-gradient-to-position);
}

.cl-to-g0-cloud\/80 {
  --tw-gradient-to: #eef0f4cc var(--tw-gradient-to-position);
}

.cl-to-g0-cloud\/85 {
  --tw-gradient-to: #eef0f4d9 var(--tw-gradient-to-position);
}

.cl-to-g0-cloud\/90 {
  --tw-gradient-to: #eef0f4e6 var(--tw-gradient-to-position);
}

.cl-to-g0-cloud\/95 {
  --tw-gradient-to: #eef0f4f2 var(--tw-gradient-to-position);
}

.cl-to-g0-cream {
  --tw-gradient-to: #faf9f7 var(--tw-gradient-to-position);
}

.cl-to-g0-cream\/0 {
  --tw-gradient-to: #f9f8f600 var(--tw-gradient-to-position);
}

.cl-to-g0-cream\/10 {
  --tw-gradient-to: #f9f8f61a var(--tw-gradient-to-position);
}

.cl-to-g0-cream\/100 {
  --tw-gradient-to: #faf9f7 var(--tw-gradient-to-position);
}

.cl-to-g0-cream\/15 {
  --tw-gradient-to: #f9f8f626 var(--tw-gradient-to-position);
}

.cl-to-g0-cream\/20 {
  --tw-gradient-to: #f9f8f633 var(--tw-gradient-to-position);
}

.cl-to-g0-cream\/25 {
  --tw-gradient-to: #f9f8f640 var(--tw-gradient-to-position);
}

.cl-to-g0-cream\/30 {
  --tw-gradient-to: #f9f8f64d var(--tw-gradient-to-position);
}

.cl-to-g0-cream\/35 {
  --tw-gradient-to: #f9f8f659 var(--tw-gradient-to-position);
}

.cl-to-g0-cream\/40 {
  --tw-gradient-to: #f9f8f666 var(--tw-gradient-to-position);
}

.cl-to-g0-cream\/45 {
  --tw-gradient-to: #f9f8f673 var(--tw-gradient-to-position);
}

.cl-to-g0-cream\/5 {
  --tw-gradient-to: #f9f8f60d var(--tw-gradient-to-position);
}

.cl-to-g0-cream\/50 {
  --tw-gradient-to: #f9f8f680 var(--tw-gradient-to-position);
}

.cl-to-g0-cream\/55 {
  --tw-gradient-to: #f9f8f68c var(--tw-gradient-to-position);
}

.cl-to-g0-cream\/60 {
  --tw-gradient-to: #f9f8f699 var(--tw-gradient-to-position);
}

.cl-to-g0-cream\/65 {
  --tw-gradient-to: #f9f8f6a6 var(--tw-gradient-to-position);
}

.cl-to-g0-cream\/70 {
  --tw-gradient-to: #f9f8f6b3 var(--tw-gradient-to-position);
}

.cl-to-g0-cream\/75 {
  --tw-gradient-to: #f9f8f6bf var(--tw-gradient-to-position);
}

.cl-to-g0-cream\/80 {
  --tw-gradient-to: #f9f8f6cc var(--tw-gradient-to-position);
}

.cl-to-g0-cream\/85 {
  --tw-gradient-to: #f9f8f6d9 var(--tw-gradient-to-position);
}

.cl-to-g0-cream\/90 {
  --tw-gradient-to: #f9f8f6e6 var(--tw-gradient-to-position);
}

.cl-to-g0-cream\/95 {
  --tw-gradient-to: #f9f8f6f2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-100 {
  --tw-gradient-to: #d6e0fb var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-100\/0 {
  --tw-gradient-to: #d6e0fb00 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-100\/10 {
  --tw-gradient-to: #d6e0fb1a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-100\/100 {
  --tw-gradient-to: #d6e0fb var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-100\/15 {
  --tw-gradient-to: #d6e0fb26 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-100\/20 {
  --tw-gradient-to: #d6e0fb33 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-100\/25 {
  --tw-gradient-to: #d6e0fb40 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-100\/30 {
  --tw-gradient-to: #d6e0fb4d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-100\/35 {
  --tw-gradient-to: #d6e0fb59 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-100\/40 {
  --tw-gradient-to: #d6e0fb66 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-100\/45 {
  --tw-gradient-to: #d6e0fb73 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-100\/5 {
  --tw-gradient-to: #d6e0fb0d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-100\/50 {
  --tw-gradient-to: #d6e0fb80 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-100\/55 {
  --tw-gradient-to: #d6e0fb8c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-100\/60 {
  --tw-gradient-to: #d6e0fb99 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-100\/65 {
  --tw-gradient-to: #d6e0fba6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-100\/70 {
  --tw-gradient-to: #d6e0fbb3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-100\/75 {
  --tw-gradient-to: #d6e0fbbf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-100\/80 {
  --tw-gradient-to: #d6e0fbcc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-100\/85 {
  --tw-gradient-to: #d6e0fbd9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-100\/90 {
  --tw-gradient-to: #d6e0fbe6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-100\/95 {
  --tw-gradient-to: #d6e0fbf2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-200 {
  --tw-gradient-to: #b1c5f8 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-200\/0 {
  --tw-gradient-to: #b1c5f800 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-200\/10 {
  --tw-gradient-to: #b1c5f81a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-200\/100 {
  --tw-gradient-to: #b1c5f8 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-200\/15 {
  --tw-gradient-to: #b1c5f826 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-200\/20 {
  --tw-gradient-to: #b1c5f833 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-200\/25 {
  --tw-gradient-to: #b1c5f840 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-200\/30 {
  --tw-gradient-to: #b1c5f84d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-200\/35 {
  --tw-gradient-to: #b1c5f859 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-200\/40 {
  --tw-gradient-to: #b1c5f866 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-200\/45 {
  --tw-gradient-to: #b1c5f873 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-200\/5 {
  --tw-gradient-to: #b1c5f80d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-200\/50 {
  --tw-gradient-to: #b1c5f880 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-200\/55 {
  --tw-gradient-to: #b1c5f88c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-200\/60 {
  --tw-gradient-to: #b1c5f899 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-200\/65 {
  --tw-gradient-to: #b1c5f8a6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-200\/70 {
  --tw-gradient-to: #b1c5f8b3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-200\/75 {
  --tw-gradient-to: #b1c5f8bf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-200\/80 {
  --tw-gradient-to: #b1c5f8cc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-200\/85 {
  --tw-gradient-to: #b1c5f8d9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-200\/90 {
  --tw-gradient-to: #b1c5f8e6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-200\/95 {
  --tw-gradient-to: #b1c5f8f2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-300 {
  --tw-gradient-to: #87a6f4 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-300\/0 {
  --tw-gradient-to: #87a6f400 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-300\/10 {
  --tw-gradient-to: #87a6f41a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-300\/100 {
  --tw-gradient-to: #87a6f4 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-300\/15 {
  --tw-gradient-to: #87a6f426 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-300\/20 {
  --tw-gradient-to: #87a6f433 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-300\/25 {
  --tw-gradient-to: #87a6f440 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-300\/30 {
  --tw-gradient-to: #87a6f44d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-300\/35 {
  --tw-gradient-to: #87a6f459 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-300\/40 {
  --tw-gradient-to: #87a6f466 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-300\/45 {
  --tw-gradient-to: #87a6f473 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-300\/5 {
  --tw-gradient-to: #87a6f40d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-300\/50 {
  --tw-gradient-to: #87a6f480 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-300\/55 {
  --tw-gradient-to: #87a6f48c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-300\/60 {
  --tw-gradient-to: #87a6f499 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-300\/65 {
  --tw-gradient-to: #87a6f4a6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-300\/70 {
  --tw-gradient-to: #87a6f4b3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-300\/75 {
  --tw-gradient-to: #87a6f4bf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-300\/80 {
  --tw-gradient-to: #87a6f4cc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-300\/85 {
  --tw-gradient-to: #87a6f4d9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-300\/90 {
  --tw-gradient-to: #87a6f4e6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-300\/95 {
  --tw-gradient-to: #87a6f4f2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-400 {
  --tw-gradient-to: #5984ef var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-400\/0 {
  --tw-gradient-to: #5984ef00 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-400\/10 {
  --tw-gradient-to: #5984ef1a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-400\/100 {
  --tw-gradient-to: #5984ef var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-400\/15 {
  --tw-gradient-to: #5984ef26 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-400\/20 {
  --tw-gradient-to: #5984ef33 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-400\/25 {
  --tw-gradient-to: #5984ef40 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-400\/30 {
  --tw-gradient-to: #5984ef4d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-400\/35 {
  --tw-gradient-to: #5984ef59 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-400\/40 {
  --tw-gradient-to: #5984ef66 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-400\/45 {
  --tw-gradient-to: #5984ef73 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-400\/5 {
  --tw-gradient-to: #5984ef0d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-400\/50 {
  --tw-gradient-to: #5984ef80 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-400\/55 {
  --tw-gradient-to: #5984ef8c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-400\/60 {
  --tw-gradient-to: #5984ef99 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-400\/65 {
  --tw-gradient-to: #5984efa6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-400\/70 {
  --tw-gradient-to: #5984efb3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-400\/75 {
  --tw-gradient-to: #5984efbf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-400\/80 {
  --tw-gradient-to: #5984efcc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-400\/85 {
  --tw-gradient-to: #5984efd9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-400\/90 {
  --tw-gradient-to: #5984efe6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-400\/95 {
  --tw-gradient-to: #5984eff2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-50 {
  --tw-gradient-to: #f6f8fe var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-50\/0 {
  --tw-gradient-to: #f6f8fe00 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-50\/10 {
  --tw-gradient-to: #f6f8fe1a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-50\/100 {
  --tw-gradient-to: #f6f8fe var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-50\/15 {
  --tw-gradient-to: #f6f8fe26 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-50\/20 {
  --tw-gradient-to: #f6f8fe33 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-50\/25 {
  --tw-gradient-to: #f6f8fe40 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-50\/30 {
  --tw-gradient-to: #f6f8fe4d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-50\/35 {
  --tw-gradient-to: #f6f8fe59 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-50\/40 {
  --tw-gradient-to: #f6f8fe66 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-50\/45 {
  --tw-gradient-to: #f6f8fe73 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-50\/5 {
  --tw-gradient-to: #f6f8fe0d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-50\/50 {
  --tw-gradient-to: #f6f8fe80 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-50\/55 {
  --tw-gradient-to: #f6f8fe8c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-50\/60 {
  --tw-gradient-to: #f6f8fe99 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-50\/65 {
  --tw-gradient-to: #f6f8fea6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-50\/70 {
  --tw-gradient-to: #f6f8feb3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-50\/75 {
  --tw-gradient-to: #f6f8febf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-50\/80 {
  --tw-gradient-to: #f6f8fecc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-50\/85 {
  --tw-gradient-to: #f6f8fed9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-50\/90 {
  --tw-gradient-to: #f6f8fee6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-50\/95 {
  --tw-gradient-to: #f6f8fef2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-500 {
  --tw-gradient-to: #1954e9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-500\/0 {
  --tw-gradient-to: #1954e900 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-500\/10 {
  --tw-gradient-to: #1954e91a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-500\/100 {
  --tw-gradient-to: #1954e9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-500\/15 {
  --tw-gradient-to: #1954e926 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-500\/20 {
  --tw-gradient-to: #1954e933 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-500\/25 {
  --tw-gradient-to: #1954e940 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-500\/30 {
  --tw-gradient-to: #1954e94d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-500\/35 {
  --tw-gradient-to: #1954e959 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-500\/40 {
  --tw-gradient-to: #1954e966 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-500\/45 {
  --tw-gradient-to: #1954e973 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-500\/5 {
  --tw-gradient-to: #1954e90d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-500\/50 {
  --tw-gradient-to: #1954e980 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-500\/55 {
  --tw-gradient-to: #1954e98c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-500\/60 {
  --tw-gradient-to: #1954e999 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-500\/65 {
  --tw-gradient-to: #1954e9a6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-500\/70 {
  --tw-gradient-to: #1954e9b3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-500\/75 {
  --tw-gradient-to: #1954e9bf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-500\/80 {
  --tw-gradient-to: #1954e9cc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-500\/85 {
  --tw-gradient-to: #1954e9d9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-500\/90 {
  --tw-gradient-to: #1954e9e6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-500\/95 {
  --tw-gradient-to: #1954e9f2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-600 {
  --tw-gradient-to: #123ca8 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-600\/0 {
  --tw-gradient-to: #123ca800 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-600\/10 {
  --tw-gradient-to: #123ca81a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-600\/100 {
  --tw-gradient-to: #123ca8 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-600\/15 {
  --tw-gradient-to: #123ca826 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-600\/20 {
  --tw-gradient-to: #123ca833 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-600\/25 {
  --tw-gradient-to: #123ca840 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-600\/30 {
  --tw-gradient-to: #123ca84d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-600\/35 {
  --tw-gradient-to: #123ca859 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-600\/40 {
  --tw-gradient-to: #123ca866 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-600\/45 {
  --tw-gradient-to: #123ca873 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-600\/5 {
  --tw-gradient-to: #123ca80d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-600\/50 {
  --tw-gradient-to: #123ca880 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-600\/55 {
  --tw-gradient-to: #123ca88c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-600\/60 {
  --tw-gradient-to: #123ca899 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-600\/65 {
  --tw-gradient-to: #123ca8a6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-600\/70 {
  --tw-gradient-to: #123ca8b3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-600\/75 {
  --tw-gradient-to: #123ca8bf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-600\/80 {
  --tw-gradient-to: #123ca8cc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-600\/85 {
  --tw-gradient-to: #123ca8d9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-600\/90 {
  --tw-gradient-to: #123ca8e6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-600\/95 {
  --tw-gradient-to: #123ca8f2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-700 {
  --tw-gradient-to: #0d2c79 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-700\/0 {
  --tw-gradient-to: #0d2c7900 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-700\/10 {
  --tw-gradient-to: #0d2c791a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-700\/100 {
  --tw-gradient-to: #0d2c79 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-700\/15 {
  --tw-gradient-to: #0d2c7926 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-700\/20 {
  --tw-gradient-to: #0d2c7933 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-700\/25 {
  --tw-gradient-to: #0d2c7940 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-700\/30 {
  --tw-gradient-to: #0d2c794d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-700\/35 {
  --tw-gradient-to: #0d2c7959 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-700\/40 {
  --tw-gradient-to: #0d2c7966 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-700\/45 {
  --tw-gradient-to: #0d2c7973 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-700\/5 {
  --tw-gradient-to: #0d2c790d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-700\/50 {
  --tw-gradient-to: #0d2c7980 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-700\/55 {
  --tw-gradient-to: #0d2c798c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-700\/60 {
  --tw-gradient-to: #0d2c7999 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-700\/65 {
  --tw-gradient-to: #0d2c79a6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-700\/70 {
  --tw-gradient-to: #0d2c79b3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-700\/75 {
  --tw-gradient-to: #0d2c79bf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-700\/80 {
  --tw-gradient-to: #0d2c79cc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-700\/85 {
  --tw-gradient-to: #0d2c79d9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-700\/90 {
  --tw-gradient-to: #0d2c79e6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-700\/95 {
  --tw-gradient-to: #0d2c79f2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-75 {
  --tw-gradient-to: #e6ecfd var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-75\/0 {
  --tw-gradient-to: #e6ecfd00 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-75\/10 {
  --tw-gradient-to: #e6ecfd1a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-75\/100 {
  --tw-gradient-to: #e6ecfd var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-75\/15 {
  --tw-gradient-to: #e6ecfd26 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-75\/20 {
  --tw-gradient-to: #e6ecfd33 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-75\/25 {
  --tw-gradient-to: #e6ecfd40 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-75\/30 {
  --tw-gradient-to: #e6ecfd4d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-75\/35 {
  --tw-gradient-to: #e6ecfd59 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-75\/40 {
  --tw-gradient-to: #e6ecfd66 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-75\/45 {
  --tw-gradient-to: #e6ecfd73 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-75\/5 {
  --tw-gradient-to: #e6ecfd0d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-75\/50 {
  --tw-gradient-to: #e6ecfd80 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-75\/55 {
  --tw-gradient-to: #e6ecfd8c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-75\/60 {
  --tw-gradient-to: #e6ecfd99 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-75\/65 {
  --tw-gradient-to: #e6ecfda6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-75\/70 {
  --tw-gradient-to: #e6ecfdb3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-75\/75 {
  --tw-gradient-to: #e6ecfdbf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-75\/80 {
  --tw-gradient-to: #e6ecfdcc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-75\/85 {
  --tw-gradient-to: #e6ecfdd9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-75\/90 {
  --tw-gradient-to: #e6ecfde6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-75\/95 {
  --tw-gradient-to: #e6ecfdf2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-800 {
  --tw-gradient-to: #081d4f var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-800\/0 {
  --tw-gradient-to: #081d4f00 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-800\/10 {
  --tw-gradient-to: #081d4f1a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-800\/100 {
  --tw-gradient-to: #081d4f var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-800\/15 {
  --tw-gradient-to: #081d4f26 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-800\/20 {
  --tw-gradient-to: #081d4f33 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-800\/25 {
  --tw-gradient-to: #081d4f40 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-800\/30 {
  --tw-gradient-to: #081d4f4d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-800\/35 {
  --tw-gradient-to: #081d4f59 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-800\/40 {
  --tw-gradient-to: #081d4f66 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-800\/45 {
  --tw-gradient-to: #081d4f73 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-800\/5 {
  --tw-gradient-to: #081d4f0d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-800\/50 {
  --tw-gradient-to: #081d4f80 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-800\/55 {
  --tw-gradient-to: #081d4f8c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-800\/60 {
  --tw-gradient-to: #081d4f99 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-800\/65 {
  --tw-gradient-to: #081d4fa6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-800\/70 {
  --tw-gradient-to: #081d4fb3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-800\/75 {
  --tw-gradient-to: #081d4fbf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-800\/80 {
  --tw-gradient-to: #081d4fcc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-800\/85 {
  --tw-gradient-to: #081d4fd9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-800\/90 {
  --tw-gradient-to: #081d4fe6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-800\/95 {
  --tw-gradient-to: #081d4ff2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-900 {
  --tw-gradient-to: #050f2a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-900\/0 {
  --tw-gradient-to: #050f2a00 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-900\/10 {
  --tw-gradient-to: #050f2a1a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-900\/100 {
  --tw-gradient-to: #050f2a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-900\/15 {
  --tw-gradient-to: #050f2a26 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-900\/20 {
  --tw-gradient-to: #050f2a33 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-900\/25 {
  --tw-gradient-to: #050f2a40 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-900\/30 {
  --tw-gradient-to: #050f2a4d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-900\/35 {
  --tw-gradient-to: #050f2a59 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-900\/40 {
  --tw-gradient-to: #050f2a66 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-900\/45 {
  --tw-gradient-to: #050f2a73 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-900\/5 {
  --tw-gradient-to: #050f2a0d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-900\/50 {
  --tw-gradient-to: #050f2a80 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-900\/55 {
  --tw-gradient-to: #050f2a8c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-900\/60 {
  --tw-gradient-to: #050f2a99 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-900\/65 {
  --tw-gradient-to: #050f2aa6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-900\/70 {
  --tw-gradient-to: #050f2ab3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-900\/75 {
  --tw-gradient-to: #050f2abf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-900\/80 {
  --tw-gradient-to: #050f2acc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-900\/85 {
  --tw-gradient-to: #050f2ad9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-900\/90 {
  --tw-gradient-to: #050f2ae6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-900\/95 {
  --tw-gradient-to: #050f2af2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-925 {
  --tw-gradient-to: #03091a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-925\/0 {
  --tw-gradient-to: #03091a00 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-925\/10 {
  --tw-gradient-to: #03091a1a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-925\/100 {
  --tw-gradient-to: #03091a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-925\/15 {
  --tw-gradient-to: #03091a26 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-925\/20 {
  --tw-gradient-to: #03091a33 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-925\/25 {
  --tw-gradient-to: #03091a40 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-925\/30 {
  --tw-gradient-to: #03091a4d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-925\/35 {
  --tw-gradient-to: #03091a59 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-925\/40 {
  --tw-gradient-to: #03091a66 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-925\/45 {
  --tw-gradient-to: #03091a73 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-925\/5 {
  --tw-gradient-to: #03091a0d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-925\/50 {
  --tw-gradient-to: #03091a80 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-925\/55 {
  --tw-gradient-to: #03091a8c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-925\/60 {
  --tw-gradient-to: #03091a99 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-925\/65 {
  --tw-gradient-to: #03091aa6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-925\/70 {
  --tw-gradient-to: #03091ab3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-925\/75 {
  --tw-gradient-to: #03091abf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-925\/80 {
  --tw-gradient-to: #03091acc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-925\/85 {
  --tw-gradient-to: #03091ad9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-925\/90 {
  --tw-gradient-to: #03091ae6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-925\/95 {
  --tw-gradient-to: #03091af2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-950 {
  --tw-gradient-to: #010309 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-950\/0 {
  --tw-gradient-to: #01030900 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-950\/10 {
  --tw-gradient-to: #0103091a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-950\/100 {
  --tw-gradient-to: #010309 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-950\/15 {
  --tw-gradient-to: #01030926 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-950\/20 {
  --tw-gradient-to: #01030933 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-950\/25 {
  --tw-gradient-to: #01030940 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-950\/30 {
  --tw-gradient-to: #0103094d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-950\/35 {
  --tw-gradient-to: #01030959 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-950\/40 {
  --tw-gradient-to: #01030966 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-950\/45 {
  --tw-gradient-to: #01030973 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-950\/5 {
  --tw-gradient-to: #0103090d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-950\/50 {
  --tw-gradient-to: #01030980 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-950\/55 {
  --tw-gradient-to: #0103098c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-950\/60 {
  --tw-gradient-to: #01030999 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-950\/65 {
  --tw-gradient-to: #010309a6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-950\/70 {
  --tw-gradient-to: #010309b3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-950\/75 {
  --tw-gradient-to: #010309bf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-950\/80 {
  --tw-gradient-to: #010309cc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-950\/85 {
  --tw-gradient-to: #010309d9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-950\/90 {
  --tw-gradient-to: #010309e6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-blue-950\/95 {
  --tw-gradient-to: #010309f2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-100 {
  --tw-gradient-to: #d1e5dc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-100\/0 {
  --tw-gradient-to: #d1e5dc00 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-100\/10 {
  --tw-gradient-to: #d1e5dc1a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-100\/100 {
  --tw-gradient-to: #d1e5dc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-100\/15 {
  --tw-gradient-to: #d1e5dc26 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-100\/20 {
  --tw-gradient-to: #d1e5dc33 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-100\/25 {
  --tw-gradient-to: #d1e5dc40 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-100\/30 {
  --tw-gradient-to: #d1e5dc4d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-100\/35 {
  --tw-gradient-to: #d1e5dc59 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-100\/40 {
  --tw-gradient-to: #d1e5dc66 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-100\/45 {
  --tw-gradient-to: #d1e5dc73 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-100\/5 {
  --tw-gradient-to: #d1e5dc0d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-100\/50 {
  --tw-gradient-to: #d1e5dc80 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-100\/55 {
  --tw-gradient-to: #d1e5dc8c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-100\/60 {
  --tw-gradient-to: #d1e5dc99 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-100\/65 {
  --tw-gradient-to: #d1e5dca6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-100\/70 {
  --tw-gradient-to: #d1e5dcb3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-100\/75 {
  --tw-gradient-to: #d1e5dcbf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-100\/80 {
  --tw-gradient-to: #d1e5dccc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-100\/85 {
  --tw-gradient-to: #d1e5dcd9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-100\/90 {
  --tw-gradient-to: #d1e5dce6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-100\/95 {
  --tw-gradient-to: #d1e5dcf2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-200 {
  --tw-gradient-to: #a8cebd var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-200\/0 {
  --tw-gradient-to: #a8cebd00 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-200\/10 {
  --tw-gradient-to: #a8cebd1a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-200\/100 {
  --tw-gradient-to: #a8cebd var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-200\/15 {
  --tw-gradient-to: #a8cebd26 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-200\/20 {
  --tw-gradient-to: #a8cebd33 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-200\/25 {
  --tw-gradient-to: #a8cebd40 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-200\/30 {
  --tw-gradient-to: #a8cebd4d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-200\/35 {
  --tw-gradient-to: #a8cebd59 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-200\/40 {
  --tw-gradient-to: #a8cebd66 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-200\/45 {
  --tw-gradient-to: #a8cebd73 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-200\/5 {
  --tw-gradient-to: #a8cebd0d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-200\/50 {
  --tw-gradient-to: #a8cebd80 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-200\/55 {
  --tw-gradient-to: #a8cebd8c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-200\/60 {
  --tw-gradient-to: #a8cebd99 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-200\/65 {
  --tw-gradient-to: #a8cebda6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-200\/70 {
  --tw-gradient-to: #a8cebdb3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-200\/75 {
  --tw-gradient-to: #a8cebdbf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-200\/80 {
  --tw-gradient-to: #a8cebdcc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-200\/85 {
  --tw-gradient-to: #a8cebdd9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-200\/90 {
  --tw-gradient-to: #a8cebde6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-200\/95 {
  --tw-gradient-to: #a8cebdf2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-300 {
  --tw-gradient-to: #7ab59a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-300\/0 {
  --tw-gradient-to: #7ab59a00 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-300\/10 {
  --tw-gradient-to: #7ab59a1a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-300\/100 {
  --tw-gradient-to: #7ab59a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-300\/15 {
  --tw-gradient-to: #7ab59a26 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-300\/20 {
  --tw-gradient-to: #7ab59a33 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-300\/25 {
  --tw-gradient-to: #7ab59a40 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-300\/30 {
  --tw-gradient-to: #7ab59a4d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-300\/35 {
  --tw-gradient-to: #7ab59a59 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-300\/40 {
  --tw-gradient-to: #7ab59a66 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-300\/45 {
  --tw-gradient-to: #7ab59a73 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-300\/5 {
  --tw-gradient-to: #7ab59a0d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-300\/50 {
  --tw-gradient-to: #7ab59a80 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-300\/55 {
  --tw-gradient-to: #7ab59a8c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-300\/60 {
  --tw-gradient-to: #7ab59a99 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-300\/65 {
  --tw-gradient-to: #7ab59aa6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-300\/70 {
  --tw-gradient-to: #7ab59ab3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-300\/75 {
  --tw-gradient-to: #7ab59abf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-300\/80 {
  --tw-gradient-to: #7ab59acc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-300\/85 {
  --tw-gradient-to: #7ab59ad9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-300\/90 {
  --tw-gradient-to: #7ab59ae6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-300\/95 {
  --tw-gradient-to: #7ab59af2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-400 {
  --tw-gradient-to: #479873 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-400\/0 {
  --tw-gradient-to: #47987300 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-400\/10 {
  --tw-gradient-to: #4798731a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-400\/100 {
  --tw-gradient-to: #479873 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-400\/15 {
  --tw-gradient-to: #47987326 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-400\/20 {
  --tw-gradient-to: #47987333 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-400\/25 {
  --tw-gradient-to: #47987340 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-400\/30 {
  --tw-gradient-to: #4798734d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-400\/35 {
  --tw-gradient-to: #47987359 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-400\/40 {
  --tw-gradient-to: #47987366 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-400\/45 {
  --tw-gradient-to: #47987373 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-400\/5 {
  --tw-gradient-to: #4798730d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-400\/50 {
  --tw-gradient-to: #47987380 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-400\/55 {
  --tw-gradient-to: #4798738c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-400\/60 {
  --tw-gradient-to: #47987399 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-400\/65 {
  --tw-gradient-to: #479873a6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-400\/70 {
  --tw-gradient-to: #479873b3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-400\/75 {
  --tw-gradient-to: #479873bf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-400\/80 {
  --tw-gradient-to: #479873cc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-400\/85 {
  --tw-gradient-to: #479873d9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-400\/90 {
  --tw-gradient-to: #479873e6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-400\/95 {
  --tw-gradient-to: #479873f2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-50 {
  --tw-gradient-to: #f5f9f7 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-50\/0 {
  --tw-gradient-to: #f5f9f700 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-50\/10 {
  --tw-gradient-to: #f5f9f71a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-50\/100 {
  --tw-gradient-to: #f5f9f7 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-50\/15 {
  --tw-gradient-to: #f5f9f726 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-50\/20 {
  --tw-gradient-to: #f5f9f733 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-50\/25 {
  --tw-gradient-to: #f5f9f740 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-50\/30 {
  --tw-gradient-to: #f5f9f74d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-50\/35 {
  --tw-gradient-to: #f5f9f759 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-50\/40 {
  --tw-gradient-to: #f5f9f766 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-50\/45 {
  --tw-gradient-to: #f5f9f773 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-50\/5 {
  --tw-gradient-to: #f5f9f70d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-50\/50 {
  --tw-gradient-to: #f5f9f780 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-50\/55 {
  --tw-gradient-to: #f5f9f78c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-50\/60 {
  --tw-gradient-to: #f5f9f799 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-50\/65 {
  --tw-gradient-to: #f5f9f7a6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-50\/70 {
  --tw-gradient-to: #f5f9f7b3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-50\/75 {
  --tw-gradient-to: #f5f9f7bf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-50\/80 {
  --tw-gradient-to: #f5f9f7cc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-50\/85 {
  --tw-gradient-to: #f5f9f7d9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-50\/90 {
  --tw-gradient-to: #f5f9f7e6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-50\/95 {
  --tw-gradient-to: #f5f9f7f2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-500 {
  --tw-gradient-to: #00703c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-500\/0 {
  --tw-gradient-to: #00703c00 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-500\/10 {
  --tw-gradient-to: #00703c1a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-500\/100 {
  --tw-gradient-to: #00703c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-500\/15 {
  --tw-gradient-to: #00703c26 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-500\/20 {
  --tw-gradient-to: #00703c33 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-500\/25 {
  --tw-gradient-to: #00703c40 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-500\/30 {
  --tw-gradient-to: #00703c4d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-500\/35 {
  --tw-gradient-to: #00703c59 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-500\/40 {
  --tw-gradient-to: #00703c66 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-500\/45 {
  --tw-gradient-to: #00703c73 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-500\/5 {
  --tw-gradient-to: #00703c0d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-500\/50 {
  --tw-gradient-to: #00703c80 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-500\/55 {
  --tw-gradient-to: #00703c8c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-500\/60 {
  --tw-gradient-to: #00703c99 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-500\/65 {
  --tw-gradient-to: #00703ca6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-500\/70 {
  --tw-gradient-to: #00703cb3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-500\/75 {
  --tw-gradient-to: #00703cbf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-500\/80 {
  --tw-gradient-to: #00703ccc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-500\/85 {
  --tw-gradient-to: #00703cd9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-500\/90 {
  --tw-gradient-to: #00703ce6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-500\/95 {
  --tw-gradient-to: #00703cf2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-600 {
  --tw-gradient-to: #00512b var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-600\/0 {
  --tw-gradient-to: #00512b00 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-600\/10 {
  --tw-gradient-to: #00512b1a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-600\/100 {
  --tw-gradient-to: #00512b var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-600\/15 {
  --tw-gradient-to: #00512b26 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-600\/20 {
  --tw-gradient-to: #00512b33 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-600\/25 {
  --tw-gradient-to: #00512b40 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-600\/30 {
  --tw-gradient-to: #00512b4d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-600\/35 {
  --tw-gradient-to: #00512b59 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-600\/40 {
  --tw-gradient-to: #00512b66 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-600\/45 {
  --tw-gradient-to: #00512b73 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-600\/5 {
  --tw-gradient-to: #00512b0d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-600\/50 {
  --tw-gradient-to: #00512b80 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-600\/55 {
  --tw-gradient-to: #00512b8c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-600\/60 {
  --tw-gradient-to: #00512b99 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-600\/65 {
  --tw-gradient-to: #00512ba6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-600\/70 {
  --tw-gradient-to: #00512bb3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-600\/75 {
  --tw-gradient-to: #00512bbf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-600\/80 {
  --tw-gradient-to: #00512bcc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-600\/85 {
  --tw-gradient-to: #00512bd9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-600\/90 {
  --tw-gradient-to: #00512be6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-600\/95 {
  --tw-gradient-to: #00512bf2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-700 {
  --tw-gradient-to: #003a1f var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-700\/0 {
  --tw-gradient-to: #003a1f00 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-700\/10 {
  --tw-gradient-to: #003a1f1a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-700\/100 {
  --tw-gradient-to: #003a1f var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-700\/15 {
  --tw-gradient-to: #003a1f26 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-700\/20 {
  --tw-gradient-to: #003a1f33 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-700\/25 {
  --tw-gradient-to: #003a1f40 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-700\/30 {
  --tw-gradient-to: #003a1f4d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-700\/35 {
  --tw-gradient-to: #003a1f59 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-700\/40 {
  --tw-gradient-to: #003a1f66 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-700\/45 {
  --tw-gradient-to: #003a1f73 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-700\/5 {
  --tw-gradient-to: #003a1f0d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-700\/50 {
  --tw-gradient-to: #003a1f80 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-700\/55 {
  --tw-gradient-to: #003a1f8c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-700\/60 {
  --tw-gradient-to: #003a1f99 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-700\/65 {
  --tw-gradient-to: #003a1fa6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-700\/70 {
  --tw-gradient-to: #003a1fb3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-700\/75 {
  --tw-gradient-to: #003a1fbf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-700\/80 {
  --tw-gradient-to: #003a1fcc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-700\/85 {
  --tw-gradient-to: #003a1fd9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-700\/90 {
  --tw-gradient-to: #003a1fe6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-700\/95 {
  --tw-gradient-to: #003a1ff2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-75 {
  --tw-gradient-to: #e3efea var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-75\/0 {
  --tw-gradient-to: #e3efea00 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-75\/10 {
  --tw-gradient-to: #e3efea1a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-75\/100 {
  --tw-gradient-to: #e3efea var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-75\/15 {
  --tw-gradient-to: #e3efea26 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-75\/20 {
  --tw-gradient-to: #e3efea33 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-75\/25 {
  --tw-gradient-to: #e3efea40 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-75\/30 {
  --tw-gradient-to: #e3efea4d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-75\/35 {
  --tw-gradient-to: #e3efea59 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-75\/40 {
  --tw-gradient-to: #e3efea66 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-75\/45 {
  --tw-gradient-to: #e3efea73 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-75\/5 {
  --tw-gradient-to: #e3efea0d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-75\/50 {
  --tw-gradient-to: #e3efea80 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-75\/55 {
  --tw-gradient-to: #e3efea8c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-75\/60 {
  --tw-gradient-to: #e3efea99 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-75\/65 {
  --tw-gradient-to: #e3efeaa6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-75\/70 {
  --tw-gradient-to: #e3efeab3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-75\/75 {
  --tw-gradient-to: #e3efeabf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-75\/80 {
  --tw-gradient-to: #e3efeacc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-75\/85 {
  --tw-gradient-to: #e3efead9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-75\/90 {
  --tw-gradient-to: #e3efeae6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-75\/95 {
  --tw-gradient-to: #e3efeaf2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-800 {
  --tw-gradient-to: #002614 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-800\/0 {
  --tw-gradient-to: #00261400 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-800\/10 {
  --tw-gradient-to: #0026141a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-800\/100 {
  --tw-gradient-to: #002614 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-800\/15 {
  --tw-gradient-to: #00261426 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-800\/20 {
  --tw-gradient-to: #00261433 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-800\/25 {
  --tw-gradient-to: #00261440 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-800\/30 {
  --tw-gradient-to: #0026144d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-800\/35 {
  --tw-gradient-to: #00261459 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-800\/40 {
  --tw-gradient-to: #00261466 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-800\/45 {
  --tw-gradient-to: #00261473 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-800\/5 {
  --tw-gradient-to: #0026140d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-800\/50 {
  --tw-gradient-to: #00261480 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-800\/55 {
  --tw-gradient-to: #0026148c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-800\/60 {
  --tw-gradient-to: #00261499 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-800\/65 {
  --tw-gradient-to: #002614a6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-800\/70 {
  --tw-gradient-to: #002614b3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-800\/75 {
  --tw-gradient-to: #002614bf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-800\/80 {
  --tw-gradient-to: #002614cc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-800\/85 {
  --tw-gradient-to: #002614d9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-800\/90 {
  --tw-gradient-to: #002614e6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-800\/95 {
  --tw-gradient-to: #002614f2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-900 {
  --tw-gradient-to: #00140b var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-900\/0 {
  --tw-gradient-to: #00140b00 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-900\/10 {
  --tw-gradient-to: #00140b1a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-900\/100 {
  --tw-gradient-to: #00140b var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-900\/15 {
  --tw-gradient-to: #00140b26 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-900\/20 {
  --tw-gradient-to: #00140b33 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-900\/25 {
  --tw-gradient-to: #00140b40 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-900\/30 {
  --tw-gradient-to: #00140b4d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-900\/35 {
  --tw-gradient-to: #00140b59 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-900\/40 {
  --tw-gradient-to: #00140b66 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-900\/45 {
  --tw-gradient-to: #00140b73 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-900\/5 {
  --tw-gradient-to: #00140b0d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-900\/50 {
  --tw-gradient-to: #00140b80 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-900\/55 {
  --tw-gradient-to: #00140b8c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-900\/60 {
  --tw-gradient-to: #00140b99 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-900\/65 {
  --tw-gradient-to: #00140ba6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-900\/70 {
  --tw-gradient-to: #00140bb3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-900\/75 {
  --tw-gradient-to: #00140bbf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-900\/80 {
  --tw-gradient-to: #00140bcc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-900\/85 {
  --tw-gradient-to: #00140bd9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-900\/90 {
  --tw-gradient-to: #00140be6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-900\/95 {
  --tw-gradient-to: #00140bf2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-925 {
  --tw-gradient-to: #000c07 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-925\/0 {
  --tw-gradient-to: #000c0700 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-925\/10 {
  --tw-gradient-to: #000c071a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-925\/100 {
  --tw-gradient-to: #000c07 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-925\/15 {
  --tw-gradient-to: #000c0726 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-925\/20 {
  --tw-gradient-to: #000c0733 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-925\/25 {
  --tw-gradient-to: #000c0740 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-925\/30 {
  --tw-gradient-to: #000c074d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-925\/35 {
  --tw-gradient-to: #000c0759 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-925\/40 {
  --tw-gradient-to: #000c0766 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-925\/45 {
  --tw-gradient-to: #000c0773 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-925\/5 {
  --tw-gradient-to: #000c070d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-925\/50 {
  --tw-gradient-to: #000c0780 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-925\/55 {
  --tw-gradient-to: #000c078c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-925\/60 {
  --tw-gradient-to: #000c0799 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-925\/65 {
  --tw-gradient-to: #000c07a6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-925\/70 {
  --tw-gradient-to: #000c07b3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-925\/75 {
  --tw-gradient-to: #000c07bf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-925\/80 {
  --tw-gradient-to: #000c07cc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-925\/85 {
  --tw-gradient-to: #000c07d9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-925\/90 {
  --tw-gradient-to: #000c07e6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-925\/95 {
  --tw-gradient-to: #000c07f2 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-950 {
  --tw-gradient-to: #000402 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-950\/0 {
  --tw-gradient-to: #00040200 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-950\/10 {
  --tw-gradient-to: #0004021a var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-950\/100 {
  --tw-gradient-to: #000402 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-950\/15 {
  --tw-gradient-to: #00040226 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-950\/20 {
  --tw-gradient-to: #00040233 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-950\/25 {
  --tw-gradient-to: #00040240 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-950\/30 {
  --tw-gradient-to: #0004024d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-950\/35 {
  --tw-gradient-to: #00040259 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-950\/40 {
  --tw-gradient-to: #00040266 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-950\/45 {
  --tw-gradient-to: #00040273 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-950\/5 {
  --tw-gradient-to: #0004020d var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-950\/50 {
  --tw-gradient-to: #00040280 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-950\/55 {
  --tw-gradient-to: #0004028c var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-950\/60 {
  --tw-gradient-to: #00040299 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-950\/65 {
  --tw-gradient-to: #000402a6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-950\/70 {
  --tw-gradient-to: #000402b3 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-950\/75 {
  --tw-gradient-to: #000402bf var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-950\/80 {
  --tw-gradient-to: #000402cc var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-950\/85 {
  --tw-gradient-to: #000402d9 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-950\/90 {
  --tw-gradient-to: #000402e6 var(--tw-gradient-to-position);
}

.cl-to-g0-dark-green-950\/95 {
  --tw-gradient-to: #000402f2 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-100 {
  --tw-gradient-to: #dcdcdc var(--tw-gradient-to-position);
}

.cl-to-g0-gray-100\/0 {
  --tw-gradient-to: #dbdbdb00 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-100\/10 {
  --tw-gradient-to: #dbdbdb1a var(--tw-gradient-to-position);
}

.cl-to-g0-gray-100\/100 {
  --tw-gradient-to: #dcdcdc var(--tw-gradient-to-position);
}

.cl-to-g0-gray-100\/15 {
  --tw-gradient-to: #dbdbdb26 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-100\/20 {
  --tw-gradient-to: #dbdbdb33 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-100\/25 {
  --tw-gradient-to: #dbdbdb40 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-100\/30 {
  --tw-gradient-to: #dbdbdb4d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-100\/35 {
  --tw-gradient-to: #dbdbdb59 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-100\/40 {
  --tw-gradient-to: #dbdbdb66 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-100\/45 {
  --tw-gradient-to: #dbdbdb73 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-100\/5 {
  --tw-gradient-to: #dbdbdb0d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-100\/50 {
  --tw-gradient-to: #dbdbdb80 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-100\/55 {
  --tw-gradient-to: #dbdbdb8c var(--tw-gradient-to-position);
}

.cl-to-g0-gray-100\/60 {
  --tw-gradient-to: #dbdbdb99 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-100\/65 {
  --tw-gradient-to: #dbdbdba6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-100\/70 {
  --tw-gradient-to: #dbdbdbb3 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-100\/75 {
  --tw-gradient-to: #dbdbdbbf var(--tw-gradient-to-position);
}

.cl-to-g0-gray-100\/80 {
  --tw-gradient-to: #dbdbdbcc var(--tw-gradient-to-position);
}

.cl-to-g0-gray-100\/85 {
  --tw-gradient-to: #dbdbdbd9 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-100\/90 {
  --tw-gradient-to: #dbdbdbe6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-100\/95 {
  --tw-gradient-to: #dbdbdbf2 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-200 {
  --tw-gradient-to: #bcbcbc var(--tw-gradient-to-position);
}

.cl-to-g0-gray-200\/0 {
  --tw-gradient-to: #bdbdbd00 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-200\/10 {
  --tw-gradient-to: #bdbdbd1a var(--tw-gradient-to-position);
}

.cl-to-g0-gray-200\/100 {
  --tw-gradient-to: #bcbcbc var(--tw-gradient-to-position);
}

.cl-to-g0-gray-200\/15 {
  --tw-gradient-to: #bdbdbd26 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-200\/20 {
  --tw-gradient-to: #bdbdbd33 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-200\/25 {
  --tw-gradient-to: #bdbdbd40 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-200\/30 {
  --tw-gradient-to: #bdbdbd4d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-200\/35 {
  --tw-gradient-to: #bdbdbd59 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-200\/40 {
  --tw-gradient-to: #bdbdbd66 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-200\/45 {
  --tw-gradient-to: #bdbdbd73 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-200\/5 {
  --tw-gradient-to: #bdbdbd0d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-200\/50 {
  --tw-gradient-to: #bdbdbd80 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-200\/55 {
  --tw-gradient-to: #bdbdbd8c var(--tw-gradient-to-position);
}

.cl-to-g0-gray-200\/60 {
  --tw-gradient-to: #bdbdbd99 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-200\/65 {
  --tw-gradient-to: #bdbdbda6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-200\/70 {
  --tw-gradient-to: #bdbdbdb3 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-200\/75 {
  --tw-gradient-to: #bdbdbdbf var(--tw-gradient-to-position);
}

.cl-to-g0-gray-200\/80 {
  --tw-gradient-to: #bdbdbdcc var(--tw-gradient-to-position);
}

.cl-to-g0-gray-200\/85 {
  --tw-gradient-to: #bdbdbdd9 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-200\/90 {
  --tw-gradient-to: #bdbdbde6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-200\/95 {
  --tw-gradient-to: #bdbdbdf2 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-300 {
  --tw-gradient-to: #999 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-300\/0 {
  --tw-gradient-to: #9990 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-300\/10 {
  --tw-gradient-to: #9999991a var(--tw-gradient-to-position);
}

.cl-to-g0-gray-300\/100 {
  --tw-gradient-to: #999 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-300\/15 {
  --tw-gradient-to: #99999926 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-300\/20 {
  --tw-gradient-to: #9993 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-300\/25 {
  --tw-gradient-to: #99999940 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-300\/30 {
  --tw-gradient-to: #9999994d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-300\/35 {
  --tw-gradient-to: #99999959 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-300\/40 {
  --tw-gradient-to: #9996 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-300\/45 {
  --tw-gradient-to: #99999973 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-300\/5 {
  --tw-gradient-to: #9999990d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-300\/50 {
  --tw-gradient-to: #99999980 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-300\/55 {
  --tw-gradient-to: #9999998c var(--tw-gradient-to-position);
}

.cl-to-g0-gray-300\/60 {
  --tw-gradient-to: #9999 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-300\/65 {
  --tw-gradient-to: #999999a6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-300\/70 {
  --tw-gradient-to: #999999b3 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-300\/75 {
  --tw-gradient-to: #999999bf var(--tw-gradient-to-position);
}

.cl-to-g0-gray-300\/80 {
  --tw-gradient-to: #999c var(--tw-gradient-to-position);
}

.cl-to-g0-gray-300\/85 {
  --tw-gradient-to: #999999d9 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-300\/90 {
  --tw-gradient-to: #999999e6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-300\/95 {
  --tw-gradient-to: #999999f2 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-400 {
  --tw-gradient-to: #727172 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-400\/0 {
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-400\/10 {
  --tw-gradient-to: #7373731a var(--tw-gradient-to-position);
}

.cl-to-g0-gray-400\/100 {
  --tw-gradient-to: #727172 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-400\/15 {
  --tw-gradient-to: #73737326 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-400\/20 {
  --tw-gradient-to: #73737333 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-400\/25 {
  --tw-gradient-to: #73737340 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-400\/30 {
  --tw-gradient-to: #7373734d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-400\/35 {
  --tw-gradient-to: #73737359 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-400\/40 {
  --tw-gradient-to: #73737366 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-400\/45 {
  --tw-gradient-to: #73737373 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-400\/5 {
  --tw-gradient-to: #7373730d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-400\/50 {
  --tw-gradient-to: #73737380 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-400\/55 {
  --tw-gradient-to: #7373738c var(--tw-gradient-to-position);
}

.cl-to-g0-gray-400\/60 {
  --tw-gradient-to: #73737399 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-400\/65 {
  --tw-gradient-to: #737373a6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-400\/70 {
  --tw-gradient-to: #737373b3 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-400\/75 {
  --tw-gradient-to: #737373bf var(--tw-gradient-to-position);
}

.cl-to-g0-gray-400\/80 {
  --tw-gradient-to: #737373cc var(--tw-gradient-to-position);
}

.cl-to-g0-gray-400\/85 {
  --tw-gradient-to: #737373d9 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-400\/90 {
  --tw-gradient-to: #737373e6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-400\/95 {
  --tw-gradient-to: #737373f2 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-50 {
  --tw-gradient-to: #f7f7f7 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-50\/0 {
  --tw-gradient-to: #f7f7f700 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-50\/10 {
  --tw-gradient-to: #f7f7f71a var(--tw-gradient-to-position);
}

.cl-to-g0-gray-50\/100 {
  --tw-gradient-to: #f7f7f7 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-50\/15 {
  --tw-gradient-to: #f7f7f726 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-50\/20 {
  --tw-gradient-to: #f7f7f733 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-50\/25 {
  --tw-gradient-to: #f7f7f740 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-50\/30 {
  --tw-gradient-to: #f7f7f74d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-50\/35 {
  --tw-gradient-to: #f7f7f759 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-50\/40 {
  --tw-gradient-to: #f7f7f766 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-50\/45 {
  --tw-gradient-to: #f7f7f773 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-50\/5 {
  --tw-gradient-to: #f7f7f70d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-50\/50 {
  --tw-gradient-to: #f7f7f780 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-50\/55 {
  --tw-gradient-to: #f7f7f78c var(--tw-gradient-to-position);
}

.cl-to-g0-gray-50\/60 {
  --tw-gradient-to: #f7f7f799 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-50\/65 {
  --tw-gradient-to: #f7f7f7a6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-50\/70 {
  --tw-gradient-to: #f7f7f7b3 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-50\/75 {
  --tw-gradient-to: #f7f7f7bf var(--tw-gradient-to-position);
}

.cl-to-g0-gray-50\/80 {
  --tw-gradient-to: #f7f7f7cc var(--tw-gradient-to-position);
}

.cl-to-g0-gray-50\/85 {
  --tw-gradient-to: #f7f7f7d9 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-50\/90 {
  --tw-gradient-to: #f7f7f7e6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-50\/95 {
  --tw-gradient-to: #f7f7f7f2 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-500 {
  --tw-gradient-to: #3b3a3b var(--tw-gradient-to-position);
}

.cl-to-g0-gray-500\/0 {
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-500\/10 {
  --tw-gradient-to: #3b3a3b1a var(--tw-gradient-to-position);
}

.cl-to-g0-gray-500\/100 {
  --tw-gradient-to: #3b3a3b var(--tw-gradient-to-position);
}

.cl-to-g0-gray-500\/15 {
  --tw-gradient-to: #3b3a3b26 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-500\/20 {
  --tw-gradient-to: #3b3a3b33 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-500\/25 {
  --tw-gradient-to: #3b3a3b40 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-500\/30 {
  --tw-gradient-to: #3b3a3b4d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-500\/35 {
  --tw-gradient-to: #3b3a3b59 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-500\/40 {
  --tw-gradient-to: #3b3a3b66 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-500\/45 {
  --tw-gradient-to: #3b3a3b73 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-500\/5 {
  --tw-gradient-to: #3b3a3b0d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-500\/50 {
  --tw-gradient-to: #3b3a3b80 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-500\/55 {
  --tw-gradient-to: #3b3a3b8c var(--tw-gradient-to-position);
}

.cl-to-g0-gray-500\/60 {
  --tw-gradient-to: #3b3a3b99 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-500\/65 {
  --tw-gradient-to: #3b3a3ba6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-500\/70 {
  --tw-gradient-to: #3b3a3bb3 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-500\/75 {
  --tw-gradient-to: #3b3a3bbf var(--tw-gradient-to-position);
}

.cl-to-g0-gray-500\/80 {
  --tw-gradient-to: #3b3a3bcc var(--tw-gradient-to-position);
}

.cl-to-g0-gray-500\/85 {
  --tw-gradient-to: #3b3a3bd9 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-500\/90 {
  --tw-gradient-to: #3b3a3be6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-500\/95 {
  --tw-gradient-to: #3b3a3bf2 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-600 {
  --tw-gradient-to: #2a2a2a var(--tw-gradient-to-position);
}

.cl-to-g0-gray-600\/0 {
  --tw-gradient-to: #2a2a2a00 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-600\/10 {
  --tw-gradient-to: #2a2a2a1a var(--tw-gradient-to-position);
}

.cl-to-g0-gray-600\/100 {
  --tw-gradient-to: #2a2a2a var(--tw-gradient-to-position);
}

.cl-to-g0-gray-600\/15 {
  --tw-gradient-to: #2a2a2a26 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-600\/20 {
  --tw-gradient-to: #2a2a2a33 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-600\/25 {
  --tw-gradient-to: #2a2a2a40 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-600\/30 {
  --tw-gradient-to: #2a2a2a4d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-600\/35 {
  --tw-gradient-to: #2a2a2a59 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-600\/40 {
  --tw-gradient-to: #2a2a2a66 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-600\/45 {
  --tw-gradient-to: #2a2a2a73 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-600\/5 {
  --tw-gradient-to: #2a2a2a0d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-600\/50 {
  --tw-gradient-to: #2a2a2a80 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-600\/55 {
  --tw-gradient-to: #2a2a2a8c var(--tw-gradient-to-position);
}

.cl-to-g0-gray-600\/60 {
  --tw-gradient-to: #2a2a2a99 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-600\/65 {
  --tw-gradient-to: #2a2a2aa6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-600\/70 {
  --tw-gradient-to: #2a2a2ab3 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-600\/75 {
  --tw-gradient-to: #2a2a2abf var(--tw-gradient-to-position);
}

.cl-to-g0-gray-600\/80 {
  --tw-gradient-to: #2a2a2acc var(--tw-gradient-to-position);
}

.cl-to-g0-gray-600\/85 {
  --tw-gradient-to: #2a2a2ad9 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-600\/90 {
  --tw-gradient-to: #2a2a2ae6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-600\/95 {
  --tw-gradient-to: #2a2a2af2 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-700 {
  --tw-gradient-to: #1f1e1f var(--tw-gradient-to-position);
}

.cl-to-g0-gray-700\/0 {
  --tw-gradient-to: #1f1e1f00 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-700\/10 {
  --tw-gradient-to: #1f1e1f1a var(--tw-gradient-to-position);
}

.cl-to-g0-gray-700\/100 {
  --tw-gradient-to: #1f1e1f var(--tw-gradient-to-position);
}

.cl-to-g0-gray-700\/15 {
  --tw-gradient-to: #1f1e1f26 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-700\/20 {
  --tw-gradient-to: #1f1e1f33 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-700\/25 {
  --tw-gradient-to: #1f1e1f40 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-700\/30 {
  --tw-gradient-to: #1f1e1f4d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-700\/35 {
  --tw-gradient-to: #1f1e1f59 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-700\/40 {
  --tw-gradient-to: #1f1e1f66 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-700\/45 {
  --tw-gradient-to: #1f1e1f73 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-700\/5 {
  --tw-gradient-to: #1f1e1f0d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-700\/50 {
  --tw-gradient-to: #1f1e1f80 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-700\/55 {
  --tw-gradient-to: #1f1e1f8c var(--tw-gradient-to-position);
}

.cl-to-g0-gray-700\/60 {
  --tw-gradient-to: #1f1e1f99 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-700\/65 {
  --tw-gradient-to: #1f1e1fa6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-700\/70 {
  --tw-gradient-to: #1f1e1fb3 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-700\/75 {
  --tw-gradient-to: #1f1e1fbf var(--tw-gradient-to-position);
}

.cl-to-g0-gray-700\/80 {
  --tw-gradient-to: #1f1e1fcc var(--tw-gradient-to-position);
}

.cl-to-g0-gray-700\/85 {
  --tw-gradient-to: #1f1e1fd9 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-700\/90 {
  --tw-gradient-to: #1f1e1fe6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-700\/95 {
  --tw-gradient-to: #1f1e1ff2 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-75 {
  --tw-gradient-to: #e9e9e9 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-75\/0 {
  --tw-gradient-to: #e8e8e800 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-75\/10 {
  --tw-gradient-to: #e8e8e81a var(--tw-gradient-to-position);
}

.cl-to-g0-gray-75\/100 {
  --tw-gradient-to: #e9e9e9 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-75\/15 {
  --tw-gradient-to: #e8e8e826 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-75\/20 {
  --tw-gradient-to: #e8e8e833 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-75\/25 {
  --tw-gradient-to: #e8e8e840 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-75\/30 {
  --tw-gradient-to: #e8e8e84d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-75\/35 {
  --tw-gradient-to: #e8e8e859 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-75\/40 {
  --tw-gradient-to: #e8e8e866 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-75\/45 {
  --tw-gradient-to: #e8e8e873 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-75\/5 {
  --tw-gradient-to: #e8e8e80d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-75\/50 {
  --tw-gradient-to: #e8e8e880 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-75\/55 {
  --tw-gradient-to: #e8e8e88c var(--tw-gradient-to-position);
}

.cl-to-g0-gray-75\/60 {
  --tw-gradient-to: #e8e8e899 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-75\/65 {
  --tw-gradient-to: #e8e8e8a6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-75\/70 {
  --tw-gradient-to: #e8e8e8b3 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-75\/75 {
  --tw-gradient-to: #e8e8e8bf var(--tw-gradient-to-position);
}

.cl-to-g0-gray-75\/80 {
  --tw-gradient-to: #e8e8e8cc var(--tw-gradient-to-position);
}

.cl-to-g0-gray-75\/85 {
  --tw-gradient-to: #e8e8e8d9 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-75\/90 {
  --tw-gradient-to: #e8e8e8e6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-75\/95 {
  --tw-gradient-to: #e8e8e8f2 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-800 {
  --tw-gradient-to: #141414 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-800\/0 {
  --tw-gradient-to: #14141400 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-800\/10 {
  --tw-gradient-to: #1414141a var(--tw-gradient-to-position);
}

.cl-to-g0-gray-800\/100 {
  --tw-gradient-to: #141414 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-800\/15 {
  --tw-gradient-to: #14141426 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-800\/20 {
  --tw-gradient-to: #14141433 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-800\/25 {
  --tw-gradient-to: #14141440 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-800\/30 {
  --tw-gradient-to: #1414144d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-800\/35 {
  --tw-gradient-to: #14141459 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-800\/40 {
  --tw-gradient-to: #14141466 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-800\/45 {
  --tw-gradient-to: #14141473 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-800\/5 {
  --tw-gradient-to: #1414140d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-800\/50 {
  --tw-gradient-to: #14141480 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-800\/55 {
  --tw-gradient-to: #1414148c var(--tw-gradient-to-position);
}

.cl-to-g0-gray-800\/60 {
  --tw-gradient-to: #14141499 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-800\/65 {
  --tw-gradient-to: #141414a6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-800\/70 {
  --tw-gradient-to: #141414b3 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-800\/75 {
  --tw-gradient-to: #141414bf var(--tw-gradient-to-position);
}

.cl-to-g0-gray-800\/80 {
  --tw-gradient-to: #141414cc var(--tw-gradient-to-position);
}

.cl-to-g0-gray-800\/85 {
  --tw-gradient-to: #141414d9 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-800\/90 {
  --tw-gradient-to: #141414e6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-800\/95 {
  --tw-gradient-to: #141414f2 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-900 {
  --tw-gradient-to: #0b0a0b var(--tw-gradient-to-position);
}

.cl-to-g0-gray-900\/0 {
  --tw-gradient-to: #0b0a0b00 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-900\/10 {
  --tw-gradient-to: #0b0a0b1a var(--tw-gradient-to-position);
}

.cl-to-g0-gray-900\/100 {
  --tw-gradient-to: #0b0a0b var(--tw-gradient-to-position);
}

.cl-to-g0-gray-900\/15 {
  --tw-gradient-to: #0b0a0b26 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-900\/20 {
  --tw-gradient-to: #0b0a0b33 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-900\/25 {
  --tw-gradient-to: #0b0a0b40 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-900\/30 {
  --tw-gradient-to: #0b0a0b4d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-900\/35 {
  --tw-gradient-to: #0b0a0b59 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-900\/40 {
  --tw-gradient-to: #0b0a0b66 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-900\/45 {
  --tw-gradient-to: #0b0a0b73 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-900\/5 {
  --tw-gradient-to: #0b0a0b0d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-900\/50 {
  --tw-gradient-to: #0b0a0b80 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-900\/55 {
  --tw-gradient-to: #0b0a0b8c var(--tw-gradient-to-position);
}

.cl-to-g0-gray-900\/60 {
  --tw-gradient-to: #0b0a0b99 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-900\/65 {
  --tw-gradient-to: #0b0a0ba6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-900\/70 {
  --tw-gradient-to: #0b0a0bb3 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-900\/75 {
  --tw-gradient-to: #0b0a0bbf var(--tw-gradient-to-position);
}

.cl-to-g0-gray-900\/80 {
  --tw-gradient-to: #0b0a0bcc var(--tw-gradient-to-position);
}

.cl-to-g0-gray-900\/85 {
  --tw-gradient-to: #0b0a0bd9 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-900\/90 {
  --tw-gradient-to: #0b0a0be6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-900\/95 {
  --tw-gradient-to: #0b0a0bf2 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-925 {
  --tw-gradient-to: #060606 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-925\/0 {
  --tw-gradient-to: #06060600 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-925\/10 {
  --tw-gradient-to: #0606061a var(--tw-gradient-to-position);
}

.cl-to-g0-gray-925\/100 {
  --tw-gradient-to: #060606 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-925\/15 {
  --tw-gradient-to: #06060626 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-925\/20 {
  --tw-gradient-to: #06060633 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-925\/25 {
  --tw-gradient-to: #06060640 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-925\/30 {
  --tw-gradient-to: #0606064d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-925\/35 {
  --tw-gradient-to: #06060659 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-925\/40 {
  --tw-gradient-to: #06060666 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-925\/45 {
  --tw-gradient-to: #06060673 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-925\/5 {
  --tw-gradient-to: #0606060d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-925\/50 {
  --tw-gradient-to: #06060680 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-925\/55 {
  --tw-gradient-to: #0606068c var(--tw-gradient-to-position);
}

.cl-to-g0-gray-925\/60 {
  --tw-gradient-to: #06060699 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-925\/65 {
  --tw-gradient-to: #060606a6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-925\/70 {
  --tw-gradient-to: #060606b3 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-925\/75 {
  --tw-gradient-to: #060606bf var(--tw-gradient-to-position);
}

.cl-to-g0-gray-925\/80 {
  --tw-gradient-to: #060606cc var(--tw-gradient-to-position);
}

.cl-to-g0-gray-925\/85 {
  --tw-gradient-to: #060606d9 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-925\/90 {
  --tw-gradient-to: #060606e6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-925\/95 {
  --tw-gradient-to: #060606f2 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-950 {
  --tw-gradient-to: #020202 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-950\/0 {
  --tw-gradient-to: #02020200 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-950\/10 {
  --tw-gradient-to: #0202021a var(--tw-gradient-to-position);
}

.cl-to-g0-gray-950\/100 {
  --tw-gradient-to: #020202 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-950\/15 {
  --tw-gradient-to: #02020226 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-950\/20 {
  --tw-gradient-to: #02020233 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-950\/25 {
  --tw-gradient-to: #02020240 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-950\/30 {
  --tw-gradient-to: #0202024d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-950\/35 {
  --tw-gradient-to: #02020259 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-950\/40 {
  --tw-gradient-to: #02020266 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-950\/45 {
  --tw-gradient-to: #02020273 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-950\/5 {
  --tw-gradient-to: #0202020d var(--tw-gradient-to-position);
}

.cl-to-g0-gray-950\/50 {
  --tw-gradient-to: #02020280 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-950\/55 {
  --tw-gradient-to: #0202028c var(--tw-gradient-to-position);
}

.cl-to-g0-gray-950\/60 {
  --tw-gradient-to: #02020299 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-950\/65 {
  --tw-gradient-to: #020202a6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-950\/70 {
  --tw-gradient-to: #020202b3 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-950\/75 {
  --tw-gradient-to: #020202bf var(--tw-gradient-to-position);
}

.cl-to-g0-gray-950\/80 {
  --tw-gradient-to: #020202cc var(--tw-gradient-to-position);
}

.cl-to-g0-gray-950\/85 {
  --tw-gradient-to: #020202d9 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-950\/90 {
  --tw-gradient-to: #020202e6 var(--tw-gradient-to-position);
}

.cl-to-g0-gray-950\/95 {
  --tw-gradient-to: #020202f2 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-100 {
  --tw-gradient-to: #dbece5 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-100\/0 {
  --tw-gradient-to: #dbece500 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-100\/10 {
  --tw-gradient-to: #dbece51a var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-100\/100 {
  --tw-gradient-to: #dbece5 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-100\/15 {
  --tw-gradient-to: #dbece526 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-100\/20 {
  --tw-gradient-to: #dbece533 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-100\/25 {
  --tw-gradient-to: #dbece540 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-100\/30 {
  --tw-gradient-to: #dbece54d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-100\/35 {
  --tw-gradient-to: #dbece559 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-100\/40 {
  --tw-gradient-to: #dbece566 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-100\/45 {
  --tw-gradient-to: #dbece573 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-100\/5 {
  --tw-gradient-to: #dbece50d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-100\/50 {
  --tw-gradient-to: #dbece580 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-100\/55 {
  --tw-gradient-to: #dbece58c var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-100\/60 {
  --tw-gradient-to: #dbece599 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-100\/65 {
  --tw-gradient-to: #dbece5a6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-100\/70 {
  --tw-gradient-to: #dbece5b3 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-100\/75 {
  --tw-gradient-to: #dbece5bf var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-100\/80 {
  --tw-gradient-to: #dbece5cc var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-100\/85 {
  --tw-gradient-to: #dbece5d9 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-100\/90 {
  --tw-gradient-to: #dbece5e6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-100\/95 {
  --tw-gradient-to: #dbece5f2 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-200 {
  --tw-gradient-to: #bbdbcd var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-200\/0 {
  --tw-gradient-to: #bbdbcd00 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-200\/10 {
  --tw-gradient-to: #bbdbcd1a var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-200\/100 {
  --tw-gradient-to: #bbdbcd var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-200\/15 {
  --tw-gradient-to: #bbdbcd26 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-200\/20 {
  --tw-gradient-to: #bbdbcd33 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-200\/25 {
  --tw-gradient-to: #bbdbcd40 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-200\/30 {
  --tw-gradient-to: #bbdbcd4d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-200\/35 {
  --tw-gradient-to: #bbdbcd59 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-200\/40 {
  --tw-gradient-to: #bbdbcd66 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-200\/45 {
  --tw-gradient-to: #bbdbcd73 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-200\/5 {
  --tw-gradient-to: #bbdbcd0d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-200\/50 {
  --tw-gradient-to: #bbdbcd80 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-200\/55 {
  --tw-gradient-to: #bbdbcd8c var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-200\/60 {
  --tw-gradient-to: #bbdbcd99 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-200\/65 {
  --tw-gradient-to: #bbdbcda6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-200\/70 {
  --tw-gradient-to: #bbdbcdb3 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-200\/75 {
  --tw-gradient-to: #bbdbcdbf var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-200\/80 {
  --tw-gradient-to: #bbdbcdcc var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-200\/85 {
  --tw-gradient-to: #bbdbcdd9 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-200\/90 {
  --tw-gradient-to: #bbdbcde6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-200\/95 {
  --tw-gradient-to: #bbdbcdf2 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-300 {
  --tw-gradient-to: #98c8b3 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-300\/0 {
  --tw-gradient-to: #98c8b300 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-300\/10 {
  --tw-gradient-to: #98c8b31a var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-300\/100 {
  --tw-gradient-to: #98c8b3 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-300\/15 {
  --tw-gradient-to: #98c8b326 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-300\/20 {
  --tw-gradient-to: #98c8b333 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-300\/25 {
  --tw-gradient-to: #98c8b340 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-300\/30 {
  --tw-gradient-to: #98c8b34d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-300\/35 {
  --tw-gradient-to: #98c8b359 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-300\/40 {
  --tw-gradient-to: #98c8b366 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-300\/45 {
  --tw-gradient-to: #98c8b373 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-300\/5 {
  --tw-gradient-to: #98c8b30d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-300\/50 {
  --tw-gradient-to: #98c8b380 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-300\/55 {
  --tw-gradient-to: #98c8b38c var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-300\/60 {
  --tw-gradient-to: #98c8b399 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-300\/65 {
  --tw-gradient-to: #98c8b3a6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-300\/70 {
  --tw-gradient-to: #98c8b3b3 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-300\/75 {
  --tw-gradient-to: #98c8b3bf var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-300\/80 {
  --tw-gradient-to: #98c8b3cc var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-300\/85 {
  --tw-gradient-to: #98c8b3d9 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-300\/90 {
  --tw-gradient-to: #98c8b3e6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-300\/95 {
  --tw-gradient-to: #98c8b3f2 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-400 {
  --tw-gradient-to: #70b396 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-400\/0 {
  --tw-gradient-to: #70b39600 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-400\/10 {
  --tw-gradient-to: #70b3961a var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-400\/100 {
  --tw-gradient-to: #70b396 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-400\/15 {
  --tw-gradient-to: #70b39626 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-400\/20 {
  --tw-gradient-to: #70b39633 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-400\/25 {
  --tw-gradient-to: #70b39640 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-400\/30 {
  --tw-gradient-to: #70b3964d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-400\/35 {
  --tw-gradient-to: #70b39659 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-400\/40 {
  --tw-gradient-to: #70b39666 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-400\/45 {
  --tw-gradient-to: #70b39673 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-400\/5 {
  --tw-gradient-to: #70b3960d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-400\/50 {
  --tw-gradient-to: #70b39680 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-400\/55 {
  --tw-gradient-to: #70b3968c var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-400\/60 {
  --tw-gradient-to: #70b39699 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-400\/65 {
  --tw-gradient-to: #70b396a6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-400\/70 {
  --tw-gradient-to: #70b396b3 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-400\/75 {
  --tw-gradient-to: #70b396bf var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-400\/80 {
  --tw-gradient-to: #70b396cc var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-400\/85 {
  --tw-gradient-to: #70b396d9 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-400\/90 {
  --tw-gradient-to: #70b396e6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-400\/95 {
  --tw-gradient-to: #70b396f2 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-50 {
  --tw-gradient-to: #f7fbf9 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-50\/0 {
  --tw-gradient-to: #f7fbf900 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-50\/10 {
  --tw-gradient-to: #f7fbf91a var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-50\/100 {
  --tw-gradient-to: #f7fbf9 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-50\/15 {
  --tw-gradient-to: #f7fbf926 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-50\/20 {
  --tw-gradient-to: #f7fbf933 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-50\/25 {
  --tw-gradient-to: #f7fbf940 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-50\/30 {
  --tw-gradient-to: #f7fbf94d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-50\/35 {
  --tw-gradient-to: #f7fbf959 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-50\/40 {
  --tw-gradient-to: #f7fbf966 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-50\/45 {
  --tw-gradient-to: #f7fbf973 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-50\/5 {
  --tw-gradient-to: #f7fbf90d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-50\/50 {
  --tw-gradient-to: #f7fbf980 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-50\/55 {
  --tw-gradient-to: #f7fbf98c var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-50\/60 {
  --tw-gradient-to: #f7fbf999 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-50\/65 {
  --tw-gradient-to: #f7fbf9a6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-50\/70 {
  --tw-gradient-to: #f7fbf9b3 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-50\/75 {
  --tw-gradient-to: #f7fbf9bf var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-50\/80 {
  --tw-gradient-to: #f7fbf9cc var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-50\/85 {
  --tw-gradient-to: #f7fbf9d9 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-50\/90 {
  --tw-gradient-to: #f7fbf9e6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-50\/95 {
  --tw-gradient-to: #f7fbf9f2 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-500 {
  --tw-gradient-to: #38966d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-500\/0 {
  --tw-gradient-to: #38966d00 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-500\/10 {
  --tw-gradient-to: #38966d1a var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-500\/100 {
  --tw-gradient-to: #38966d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-500\/15 {
  --tw-gradient-to: #38966d26 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-500\/20 {
  --tw-gradient-to: #38966d33 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-500\/25 {
  --tw-gradient-to: #38966d40 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-500\/30 {
  --tw-gradient-to: #38966d4d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-500\/35 {
  --tw-gradient-to: #38966d59 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-500\/40 {
  --tw-gradient-to: #38966d66 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-500\/45 {
  --tw-gradient-to: #38966d73 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-500\/5 {
  --tw-gradient-to: #38966d0d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-500\/50 {
  --tw-gradient-to: #38966d80 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-500\/55 {
  --tw-gradient-to: #38966d8c var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-500\/60 {
  --tw-gradient-to: #38966d99 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-500\/65 {
  --tw-gradient-to: #38966da6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-500\/70 {
  --tw-gradient-to: #38966db3 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-500\/75 {
  --tw-gradient-to: #38966dbf var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-500\/80 {
  --tw-gradient-to: #38966dcc var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-500\/85 {
  --tw-gradient-to: #38966dd9 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-500\/90 {
  --tw-gradient-to: #38966de6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-500\/95 {
  --tw-gradient-to: #38966df2 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-600 {
  --tw-gradient-to: #286c4e var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-600\/0 {
  --tw-gradient-to: #286c4e00 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-600\/10 {
  --tw-gradient-to: #286c4e1a var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-600\/100 {
  --tw-gradient-to: #286c4e var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-600\/15 {
  --tw-gradient-to: #286c4e26 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-600\/20 {
  --tw-gradient-to: #286c4e33 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-600\/25 {
  --tw-gradient-to: #286c4e40 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-600\/30 {
  --tw-gradient-to: #286c4e4d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-600\/35 {
  --tw-gradient-to: #286c4e59 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-600\/40 {
  --tw-gradient-to: #286c4e66 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-600\/45 {
  --tw-gradient-to: #286c4e73 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-600\/5 {
  --tw-gradient-to: #286c4e0d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-600\/50 {
  --tw-gradient-to: #286c4e80 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-600\/55 {
  --tw-gradient-to: #286c4e8c var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-600\/60 {
  --tw-gradient-to: #286c4e99 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-600\/65 {
  --tw-gradient-to: #286c4ea6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-600\/70 {
  --tw-gradient-to: #286c4eb3 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-600\/75 {
  --tw-gradient-to: #286c4ebf var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-600\/80 {
  --tw-gradient-to: #286c4ecc var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-600\/85 {
  --tw-gradient-to: #286c4ed9 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-600\/90 {
  --tw-gradient-to: #286c4ee6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-600\/95 {
  --tw-gradient-to: #286c4ef2 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-700 {
  --tw-gradient-to: #1d4e39 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-700\/0 {
  --tw-gradient-to: #1d4e3900 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-700\/10 {
  --tw-gradient-to: #1d4e391a var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-700\/100 {
  --tw-gradient-to: #1d4e39 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-700\/15 {
  --tw-gradient-to: #1d4e3926 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-700\/20 {
  --tw-gradient-to: #1d4e3933 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-700\/25 {
  --tw-gradient-to: #1d4e3940 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-700\/30 {
  --tw-gradient-to: #1d4e394d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-700\/35 {
  --tw-gradient-to: #1d4e3959 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-700\/40 {
  --tw-gradient-to: #1d4e3966 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-700\/45 {
  --tw-gradient-to: #1d4e3973 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-700\/5 {
  --tw-gradient-to: #1d4e390d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-700\/50 {
  --tw-gradient-to: #1d4e3980 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-700\/55 {
  --tw-gradient-to: #1d4e398c var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-700\/60 {
  --tw-gradient-to: #1d4e3999 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-700\/65 {
  --tw-gradient-to: #1d4e39a6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-700\/70 {
  --tw-gradient-to: #1d4e39b3 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-700\/75 {
  --tw-gradient-to: #1d4e39bf var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-700\/80 {
  --tw-gradient-to: #1d4e39cc var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-700\/85 {
  --tw-gradient-to: #1d4e39d9 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-700\/90 {
  --tw-gradient-to: #1d4e39e6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-700\/95 {
  --tw-gradient-to: #1d4e39f2 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-75 {
  --tw-gradient-to: #e9f3ef var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-75\/0 {
  --tw-gradient-to: #e9f3ef00 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-75\/10 {
  --tw-gradient-to: #e9f3ef1a var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-75\/100 {
  --tw-gradient-to: #e9f3ef var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-75\/15 {
  --tw-gradient-to: #e9f3ef26 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-75\/20 {
  --tw-gradient-to: #e9f3ef33 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-75\/25 {
  --tw-gradient-to: #e9f3ef40 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-75\/30 {
  --tw-gradient-to: #e9f3ef4d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-75\/35 {
  --tw-gradient-to: #e9f3ef59 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-75\/40 {
  --tw-gradient-to: #e9f3ef66 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-75\/45 {
  --tw-gradient-to: #e9f3ef73 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-75\/5 {
  --tw-gradient-to: #e9f3ef0d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-75\/50 {
  --tw-gradient-to: #e9f3ef80 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-75\/55 {
  --tw-gradient-to: #e9f3ef8c var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-75\/60 {
  --tw-gradient-to: #e9f3ef99 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-75\/65 {
  --tw-gradient-to: #e9f3efa6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-75\/70 {
  --tw-gradient-to: #e9f3efb3 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-75\/75 {
  --tw-gradient-to: #e9f3efbf var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-75\/80 {
  --tw-gradient-to: #e9f3efcc var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-75\/85 {
  --tw-gradient-to: #e9f3efd9 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-75\/90 {
  --tw-gradient-to: #e9f3efe6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-75\/95 {
  --tw-gradient-to: #e9f3eff2 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-800 {
  --tw-gradient-to: #133325 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-800\/0 {
  --tw-gradient-to: #13332500 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-800\/10 {
  --tw-gradient-to: #1333251a var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-800\/100 {
  --tw-gradient-to: #133325 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-800\/15 {
  --tw-gradient-to: #13332526 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-800\/20 {
  --tw-gradient-to: #13332533 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-800\/25 {
  --tw-gradient-to: #13332540 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-800\/30 {
  --tw-gradient-to: #1333254d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-800\/35 {
  --tw-gradient-to: #13332559 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-800\/40 {
  --tw-gradient-to: #13332566 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-800\/45 {
  --tw-gradient-to: #13332573 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-800\/5 {
  --tw-gradient-to: #1333250d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-800\/50 {
  --tw-gradient-to: #13332580 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-800\/55 {
  --tw-gradient-to: #1333258c var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-800\/60 {
  --tw-gradient-to: #13332599 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-800\/65 {
  --tw-gradient-to: #133325a6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-800\/70 {
  --tw-gradient-to: #133325b3 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-800\/75 {
  --tw-gradient-to: #133325bf var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-800\/80 {
  --tw-gradient-to: #133325cc var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-800\/85 {
  --tw-gradient-to: #133325d9 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-800\/90 {
  --tw-gradient-to: #133325e6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-800\/95 {
  --tw-gradient-to: #133325f2 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-900 {
  --tw-gradient-to: #0a1b14 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-900\/0 {
  --tw-gradient-to: #0a1b1400 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-900\/10 {
  --tw-gradient-to: #0a1b141a var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-900\/100 {
  --tw-gradient-to: #0a1b14 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-900\/15 {
  --tw-gradient-to: #0a1b1426 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-900\/20 {
  --tw-gradient-to: #0a1b1433 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-900\/25 {
  --tw-gradient-to: #0a1b1440 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-900\/30 {
  --tw-gradient-to: #0a1b144d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-900\/35 {
  --tw-gradient-to: #0a1b1459 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-900\/40 {
  --tw-gradient-to: #0a1b1466 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-900\/45 {
  --tw-gradient-to: #0a1b1473 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-900\/5 {
  --tw-gradient-to: #0a1b140d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-900\/50 {
  --tw-gradient-to: #0a1b1480 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-900\/55 {
  --tw-gradient-to: #0a1b148c var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-900\/60 {
  --tw-gradient-to: #0a1b1499 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-900\/65 {
  --tw-gradient-to: #0a1b14a6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-900\/70 {
  --tw-gradient-to: #0a1b14b3 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-900\/75 {
  --tw-gradient-to: #0a1b14bf var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-900\/80 {
  --tw-gradient-to: #0a1b14cc var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-900\/85 {
  --tw-gradient-to: #0a1b14d9 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-900\/90 {
  --tw-gradient-to: #0a1b14e6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-900\/95 {
  --tw-gradient-to: #0a1b14f2 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-925 {
  --tw-gradient-to: #06110c var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-925\/0 {
  --tw-gradient-to: #06110c00 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-925\/10 {
  --tw-gradient-to: #06110c1a var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-925\/100 {
  --tw-gradient-to: #06110c var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-925\/15 {
  --tw-gradient-to: #06110c26 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-925\/20 {
  --tw-gradient-to: #06110c33 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-925\/25 {
  --tw-gradient-to: #06110c40 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-925\/30 {
  --tw-gradient-to: #06110c4d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-925\/35 {
  --tw-gradient-to: #06110c59 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-925\/40 {
  --tw-gradient-to: #06110c66 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-925\/45 {
  --tw-gradient-to: #06110c73 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-925\/5 {
  --tw-gradient-to: #06110c0d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-925\/50 {
  --tw-gradient-to: #06110c80 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-925\/55 {
  --tw-gradient-to: #06110c8c var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-925\/60 {
  --tw-gradient-to: #06110c99 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-925\/65 {
  --tw-gradient-to: #06110ca6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-925\/70 {
  --tw-gradient-to: #06110cb3 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-925\/75 {
  --tw-gradient-to: #06110cbf var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-925\/80 {
  --tw-gradient-to: #06110ccc var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-925\/85 {
  --tw-gradient-to: #06110cd9 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-925\/90 {
  --tw-gradient-to: #06110ce6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-925\/95 {
  --tw-gradient-to: #06110cf2 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-950 {
  --tw-gradient-to: #020604 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-950\/0 {
  --tw-gradient-to: #02060400 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-950\/10 {
  --tw-gradient-to: #0206041a var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-950\/100 {
  --tw-gradient-to: #020604 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-950\/15 {
  --tw-gradient-to: #02060426 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-950\/20 {
  --tw-gradient-to: #02060433 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-950\/25 {
  --tw-gradient-to: #02060440 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-950\/30 {
  --tw-gradient-to: #0206044d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-950\/35 {
  --tw-gradient-to: #02060459 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-950\/40 {
  --tw-gradient-to: #02060466 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-950\/45 {
  --tw-gradient-to: #02060473 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-950\/5 {
  --tw-gradient-to: #0206040d var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-950\/50 {
  --tw-gradient-to: #02060480 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-950\/55 {
  --tw-gradient-to: #0206048c var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-950\/60 {
  --tw-gradient-to: #02060499 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-950\/65 {
  --tw-gradient-to: #020604a6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-950\/70 {
  --tw-gradient-to: #020604b3 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-950\/75 {
  --tw-gradient-to: #020604bf var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-950\/80 {
  --tw-gradient-to: #020604cc var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-950\/85 {
  --tw-gradient-to: #020604d9 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-950\/90 {
  --tw-gradient-to: #020604e6 var(--tw-gradient-to-position);
}

.cl-to-g0-human-green-950\/95 {
  --tw-gradient-to: #020604f2 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-1 {
  --tw-gradient-to: #e9f1fc var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-1\/0 {
  --tw-gradient-to: #e9f1fc00 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-1\/10 {
  --tw-gradient-to: #e9f1fc1a var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-1\/100 {
  --tw-gradient-to: #e9f1fc var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-1\/15 {
  --tw-gradient-to: #e9f1fc26 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-1\/20 {
  --tw-gradient-to: #e9f1fc33 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-1\/25 {
  --tw-gradient-to: #e9f1fc40 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-1\/30 {
  --tw-gradient-to: #e9f1fc4d var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-1\/35 {
  --tw-gradient-to: #e9f1fc59 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-1\/40 {
  --tw-gradient-to: #e9f1fc66 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-1\/45 {
  --tw-gradient-to: #e9f1fc73 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-1\/5 {
  --tw-gradient-to: #e9f1fc0d var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-1\/50 {
  --tw-gradient-to: #e9f1fc80 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-1\/55 {
  --tw-gradient-to: #e9f1fc8c var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-1\/60 {
  --tw-gradient-to: #e9f1fc99 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-1\/65 {
  --tw-gradient-to: #e9f1fca6 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-1\/70 {
  --tw-gradient-to: #e9f1fcb3 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-1\/75 {
  --tw-gradient-to: #e9f1fcbf var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-1\/80 {
  --tw-gradient-to: #e9f1fccc var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-1\/85 {
  --tw-gradient-to: #e9f1fcd9 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-1\/90 {
  --tw-gradient-to: #e9f1fce6 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-1\/95 {
  --tw-gradient-to: #e9f1fcf2 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-2 {
  --tw-gradient-to: #d9e8fd var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-2\/0 {
  --tw-gradient-to: #d9e8fd00 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-2\/10 {
  --tw-gradient-to: #d9e8fd1a var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-2\/100 {
  --tw-gradient-to: #d9e8fd var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-2\/15 {
  --tw-gradient-to: #d9e8fd26 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-2\/20 {
  --tw-gradient-to: #d9e8fd33 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-2\/25 {
  --tw-gradient-to: #d9e8fd40 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-2\/30 {
  --tw-gradient-to: #d9e8fd4d var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-2\/35 {
  --tw-gradient-to: #d9e8fd59 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-2\/40 {
  --tw-gradient-to: #d9e8fd66 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-2\/45 {
  --tw-gradient-to: #d9e8fd73 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-2\/5 {
  --tw-gradient-to: #d9e8fd0d var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-2\/50 {
  --tw-gradient-to: #d9e8fd80 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-2\/55 {
  --tw-gradient-to: #d9e8fd8c var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-2\/60 {
  --tw-gradient-to: #d9e8fd99 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-2\/65 {
  --tw-gradient-to: #d9e8fda6 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-2\/70 {
  --tw-gradient-to: #d9e8fdb3 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-2\/75 {
  --tw-gradient-to: #d9e8fdbf var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-2\/80 {
  --tw-gradient-to: #d9e8fdcc var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-2\/85 {
  --tw-gradient-to: #d9e8fdd9 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-2\/90 {
  --tw-gradient-to: #d9e8fde6 var(--tw-gradient-to-position);
}

.cl-to-g0-legacy-2\/95 {
  --tw-gradient-to: #d9e8fdf2 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-100 {
  --tw-gradient-to: #dfeeff var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-100\/0 {
  --tw-gradient-to: #dfeeff00 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-100\/10 {
  --tw-gradient-to: #dfeeff1a var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-100\/100 {
  --tw-gradient-to: #dfeeff var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-100\/15 {
  --tw-gradient-to: #dfeeff26 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-100\/20 {
  --tw-gradient-to: #dfeeff33 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-100\/25 {
  --tw-gradient-to: #dfeeff40 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-100\/30 {
  --tw-gradient-to: #dfeeff4d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-100\/35 {
  --tw-gradient-to: #dfeeff59 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-100\/40 {
  --tw-gradient-to: #dfeeff66 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-100\/45 {
  --tw-gradient-to: #dfeeff73 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-100\/5 {
  --tw-gradient-to: #dfeeff0d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-100\/50 {
  --tw-gradient-to: #dfeeff80 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-100\/55 {
  --tw-gradient-to: #dfeeff8c var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-100\/60 {
  --tw-gradient-to: #dfeeff99 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-100\/65 {
  --tw-gradient-to: #dfeeffa6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-100\/70 {
  --tw-gradient-to: #dfeeffb3 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-100\/75 {
  --tw-gradient-to: #dfeeffbf var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-100\/80 {
  --tw-gradient-to: #dfeeffcc var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-100\/85 {
  --tw-gradient-to: #dfeeffd9 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-100\/90 {
  --tw-gradient-to: #dfeeffe6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-100\/95 {
  --tw-gradient-to: #dfeefff2 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-200 {
  --tw-gradient-to: #c4dfff var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-200\/0 {
  --tw-gradient-to: #c4dfff00 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-200\/10 {
  --tw-gradient-to: #c4dfff1a var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-200\/100 {
  --tw-gradient-to: #c4dfff var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-200\/15 {
  --tw-gradient-to: #c4dfff26 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-200\/20 {
  --tw-gradient-to: #c4dfff33 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-200\/25 {
  --tw-gradient-to: #c4dfff40 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-200\/30 {
  --tw-gradient-to: #c4dfff4d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-200\/35 {
  --tw-gradient-to: #c4dfff59 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-200\/40 {
  --tw-gradient-to: #c4dfff66 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-200\/45 {
  --tw-gradient-to: #c4dfff73 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-200\/5 {
  --tw-gradient-to: #c4dfff0d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-200\/50 {
  --tw-gradient-to: #c4dfff80 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-200\/55 {
  --tw-gradient-to: #c4dfff8c var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-200\/60 {
  --tw-gradient-to: #c4dfff99 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-200\/65 {
  --tw-gradient-to: #c4dfffa6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-200\/70 {
  --tw-gradient-to: #c4dfffb3 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-200\/75 {
  --tw-gradient-to: #c4dfffbf var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-200\/80 {
  --tw-gradient-to: #c4dfffcc var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-200\/85 {
  --tw-gradient-to: #c4dfffd9 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-200\/90 {
  --tw-gradient-to: #c4dfffe6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-200\/95 {
  --tw-gradient-to: #c4dffff2 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-300 {
  --tw-gradient-to: #a4ceff var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-300\/0 {
  --tw-gradient-to: #a4ceff00 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-300\/10 {
  --tw-gradient-to: #a4ceff1a var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-300\/100 {
  --tw-gradient-to: #a4ceff var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-300\/15 {
  --tw-gradient-to: #a4ceff26 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-300\/20 {
  --tw-gradient-to: #a4ceff33 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-300\/25 {
  --tw-gradient-to: #a4ceff40 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-300\/30 {
  --tw-gradient-to: #a4ceff4d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-300\/35 {
  --tw-gradient-to: #a4ceff59 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-300\/40 {
  --tw-gradient-to: #a4ceff66 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-300\/45 {
  --tw-gradient-to: #a4ceff73 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-300\/5 {
  --tw-gradient-to: #a4ceff0d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-300\/50 {
  --tw-gradient-to: #a4ceff80 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-300\/55 {
  --tw-gradient-to: #a4ceff8c var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-300\/60 {
  --tw-gradient-to: #a4ceff99 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-300\/65 {
  --tw-gradient-to: #a4ceffa6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-300\/70 {
  --tw-gradient-to: #a4ceffb3 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-300\/75 {
  --tw-gradient-to: #a4ceffbf var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-300\/80 {
  --tw-gradient-to: #a4ceffcc var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-300\/85 {
  --tw-gradient-to: #a4ceffd9 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-300\/90 {
  --tw-gradient-to: #a4ceffe6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-300\/95 {
  --tw-gradient-to: #a4cefff2 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-400 {
  --tw-gradient-to: #81bbff var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-400\/0 {
  --tw-gradient-to: #81bbff00 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-400\/10 {
  --tw-gradient-to: #81bbff1a var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-400\/100 {
  --tw-gradient-to: #81bbff var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-400\/15 {
  --tw-gradient-to: #81bbff26 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-400\/20 {
  --tw-gradient-to: #81bbff33 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-400\/25 {
  --tw-gradient-to: #81bbff40 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-400\/30 {
  --tw-gradient-to: #81bbff4d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-400\/35 {
  --tw-gradient-to: #81bbff59 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-400\/40 {
  --tw-gradient-to: #81bbff66 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-400\/45 {
  --tw-gradient-to: #81bbff73 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-400\/5 {
  --tw-gradient-to: #81bbff0d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-400\/50 {
  --tw-gradient-to: #81bbff80 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-400\/55 {
  --tw-gradient-to: #81bbff8c var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-400\/60 {
  --tw-gradient-to: #81bbff99 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-400\/65 {
  --tw-gradient-to: #81bbffa6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-400\/70 {
  --tw-gradient-to: #81bbffb3 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-400\/75 {
  --tw-gradient-to: #81bbffbf var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-400\/80 {
  --tw-gradient-to: #81bbffcc var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-400\/85 {
  --tw-gradient-to: #81bbffd9 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-400\/90 {
  --tw-gradient-to: #81bbffe6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-400\/95 {
  --tw-gradient-to: #81bbfff2 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-50 {
  --tw-gradient-to: #f8fbff var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-50\/0 {
  --tw-gradient-to: #f8fbff00 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-50\/10 {
  --tw-gradient-to: #f8fbff1a var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-50\/100 {
  --tw-gradient-to: #f8fbff var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-50\/15 {
  --tw-gradient-to: #f8fbff26 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-50\/20 {
  --tw-gradient-to: #f8fbff33 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-50\/25 {
  --tw-gradient-to: #f8fbff40 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-50\/30 {
  --tw-gradient-to: #f8fbff4d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-50\/35 {
  --tw-gradient-to: #f8fbff59 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-50\/40 {
  --tw-gradient-to: #f8fbff66 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-50\/45 {
  --tw-gradient-to: #f8fbff73 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-50\/5 {
  --tw-gradient-to: #f8fbff0d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-50\/50 {
  --tw-gradient-to: #f8fbff80 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-50\/55 {
  --tw-gradient-to: #f8fbff8c var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-50\/60 {
  --tw-gradient-to: #f8fbff99 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-50\/65 {
  --tw-gradient-to: #f8fbffa6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-50\/70 {
  --tw-gradient-to: #f8fbffb3 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-50\/75 {
  --tw-gradient-to: #f8fbffbf var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-50\/80 {
  --tw-gradient-to: #f8fbffcc var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-50\/85 {
  --tw-gradient-to: #f8fbffd9 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-50\/90 {
  --tw-gradient-to: #f8fbffe6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-50\/95 {
  --tw-gradient-to: #f8fbfff2 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-500 {
  --tw-gradient-to: #50a0ff var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-500\/0 {
  --tw-gradient-to: #50a0ff00 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-500\/10 {
  --tw-gradient-to: #50a0ff1a var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-500\/100 {
  --tw-gradient-to: #50a0ff var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-500\/15 {
  --tw-gradient-to: #50a0ff26 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-500\/20 {
  --tw-gradient-to: #50a0ff33 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-500\/25 {
  --tw-gradient-to: #50a0ff40 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-500\/30 {
  --tw-gradient-to: #50a0ff4d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-500\/35 {
  --tw-gradient-to: #50a0ff59 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-500\/40 {
  --tw-gradient-to: #50a0ff66 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-500\/45 {
  --tw-gradient-to: #50a0ff73 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-500\/5 {
  --tw-gradient-to: #50a0ff0d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-500\/50 {
  --tw-gradient-to: #50a0ff80 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-500\/55 {
  --tw-gradient-to: #50a0ff8c var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-500\/60 {
  --tw-gradient-to: #50a0ff99 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-500\/65 {
  --tw-gradient-to: #50a0ffa6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-500\/70 {
  --tw-gradient-to: #50a0ffb3 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-500\/75 {
  --tw-gradient-to: #50a0ffbf var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-500\/80 {
  --tw-gradient-to: #50a0ffcc var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-500\/85 {
  --tw-gradient-to: #50a0ffd9 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-500\/90 {
  --tw-gradient-to: #50a0ffe6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-500\/95 {
  --tw-gradient-to: #50a0fff2 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-600 {
  --tw-gradient-to: #3a73b8 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-600\/0 {
  --tw-gradient-to: #3a73b800 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-600\/10 {
  --tw-gradient-to: #3a73b81a var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-600\/100 {
  --tw-gradient-to: #3a73b8 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-600\/15 {
  --tw-gradient-to: #3a73b826 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-600\/20 {
  --tw-gradient-to: #3a73b833 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-600\/25 {
  --tw-gradient-to: #3a73b840 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-600\/30 {
  --tw-gradient-to: #3a73b84d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-600\/35 {
  --tw-gradient-to: #3a73b859 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-600\/40 {
  --tw-gradient-to: #3a73b866 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-600\/45 {
  --tw-gradient-to: #3a73b873 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-600\/5 {
  --tw-gradient-to: #3a73b80d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-600\/50 {
  --tw-gradient-to: #3a73b880 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-600\/55 {
  --tw-gradient-to: #3a73b88c var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-600\/60 {
  --tw-gradient-to: #3a73b899 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-600\/65 {
  --tw-gradient-to: #3a73b8a6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-600\/70 {
  --tw-gradient-to: #3a73b8b3 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-600\/75 {
  --tw-gradient-to: #3a73b8bf var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-600\/80 {
  --tw-gradient-to: #3a73b8cc var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-600\/85 {
  --tw-gradient-to: #3a73b8d9 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-600\/90 {
  --tw-gradient-to: #3a73b8e6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-600\/95 {
  --tw-gradient-to: #3a73b8f2 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-700 {
  --tw-gradient-to: #2a5385 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-700\/0 {
  --tw-gradient-to: #2a538500 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-700\/10 {
  --tw-gradient-to: #2a53851a var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-700\/100 {
  --tw-gradient-to: #2a5385 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-700\/15 {
  --tw-gradient-to: #2a538526 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-700\/20 {
  --tw-gradient-to: #2a538533 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-700\/25 {
  --tw-gradient-to: #2a538540 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-700\/30 {
  --tw-gradient-to: #2a53854d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-700\/35 {
  --tw-gradient-to: #2a538559 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-700\/40 {
  --tw-gradient-to: #2a538566 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-700\/45 {
  --tw-gradient-to: #2a538573 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-700\/5 {
  --tw-gradient-to: #2a53850d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-700\/50 {
  --tw-gradient-to: #2a538580 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-700\/55 {
  --tw-gradient-to: #2a53858c var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-700\/60 {
  --tw-gradient-to: #2a538599 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-700\/65 {
  --tw-gradient-to: #2a5385a6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-700\/70 {
  --tw-gradient-to: #2a5385b3 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-700\/75 {
  --tw-gradient-to: #2a5385bf var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-700\/80 {
  --tw-gradient-to: #2a5385cc var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-700\/85 {
  --tw-gradient-to: #2a5385d9 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-700\/90 {
  --tw-gradient-to: #2a5385e6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-700\/95 {
  --tw-gradient-to: #2a5385f2 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-75 {
  --tw-gradient-to: #ecf5ff var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-75\/0 {
  --tw-gradient-to: #ecf5ff00 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-75\/10 {
  --tw-gradient-to: #ecf5ff1a var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-75\/100 {
  --tw-gradient-to: #ecf5ff var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-75\/15 {
  --tw-gradient-to: #ecf5ff26 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-75\/20 {
  --tw-gradient-to: #ecf5ff33 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-75\/25 {
  --tw-gradient-to: #ecf5ff40 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-75\/30 {
  --tw-gradient-to: #ecf5ff4d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-75\/35 {
  --tw-gradient-to: #ecf5ff59 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-75\/40 {
  --tw-gradient-to: #ecf5ff66 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-75\/45 {
  --tw-gradient-to: #ecf5ff73 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-75\/5 {
  --tw-gradient-to: #ecf5ff0d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-75\/50 {
  --tw-gradient-to: #ecf5ff80 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-75\/55 {
  --tw-gradient-to: #ecf5ff8c var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-75\/60 {
  --tw-gradient-to: #ecf5ff99 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-75\/65 {
  --tw-gradient-to: #ecf5ffa6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-75\/70 {
  --tw-gradient-to: #ecf5ffb3 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-75\/75 {
  --tw-gradient-to: #ecf5ffbf var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-75\/80 {
  --tw-gradient-to: #ecf5ffcc var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-75\/85 {
  --tw-gradient-to: #ecf5ffd9 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-75\/90 {
  --tw-gradient-to: #ecf5ffe6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-75\/95 {
  --tw-gradient-to: #ecf5fff2 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-800 {
  --tw-gradient-to: #1b3657 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-800\/0 {
  --tw-gradient-to: #1b365700 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-800\/10 {
  --tw-gradient-to: #1b36571a var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-800\/100 {
  --tw-gradient-to: #1b3657 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-800\/15 {
  --tw-gradient-to: #1b365726 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-800\/20 {
  --tw-gradient-to: #1b365733 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-800\/25 {
  --tw-gradient-to: #1b365740 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-800\/30 {
  --tw-gradient-to: #1b36574d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-800\/35 {
  --tw-gradient-to: #1b365759 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-800\/40 {
  --tw-gradient-to: #1b365766 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-800\/45 {
  --tw-gradient-to: #1b365773 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-800\/5 {
  --tw-gradient-to: #1b36570d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-800\/50 {
  --tw-gradient-to: #1b365780 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-800\/55 {
  --tw-gradient-to: #1b36578c var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-800\/60 {
  --tw-gradient-to: #1b365799 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-800\/65 {
  --tw-gradient-to: #1b3657a6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-800\/70 {
  --tw-gradient-to: #1b3657b3 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-800\/75 {
  --tw-gradient-to: #1b3657bf var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-800\/80 {
  --tw-gradient-to: #1b3657cc var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-800\/85 {
  --tw-gradient-to: #1b3657d9 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-800\/90 {
  --tw-gradient-to: #1b3657e6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-800\/95 {
  --tw-gradient-to: #1b3657f2 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-900 {
  --tw-gradient-to: #0e1d2e var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-900\/0 {
  --tw-gradient-to: #0e1d2e00 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-900\/10 {
  --tw-gradient-to: #0e1d2e1a var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-900\/100 {
  --tw-gradient-to: #0e1d2e var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-900\/15 {
  --tw-gradient-to: #0e1d2e26 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-900\/20 {
  --tw-gradient-to: #0e1d2e33 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-900\/25 {
  --tw-gradient-to: #0e1d2e40 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-900\/30 {
  --tw-gradient-to: #0e1d2e4d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-900\/35 {
  --tw-gradient-to: #0e1d2e59 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-900\/40 {
  --tw-gradient-to: #0e1d2e66 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-900\/45 {
  --tw-gradient-to: #0e1d2e73 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-900\/5 {
  --tw-gradient-to: #0e1d2e0d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-900\/50 {
  --tw-gradient-to: #0e1d2e80 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-900\/55 {
  --tw-gradient-to: #0e1d2e8c var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-900\/60 {
  --tw-gradient-to: #0e1d2e99 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-900\/65 {
  --tw-gradient-to: #0e1d2ea6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-900\/70 {
  --tw-gradient-to: #0e1d2eb3 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-900\/75 {
  --tw-gradient-to: #0e1d2ebf var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-900\/80 {
  --tw-gradient-to: #0e1d2ecc var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-900\/85 {
  --tw-gradient-to: #0e1d2ed9 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-900\/90 {
  --tw-gradient-to: #0e1d2ee6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-900\/95 {
  --tw-gradient-to: #0e1d2ef2 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-925 {
  --tw-gradient-to: #09121c var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-925\/0 {
  --tw-gradient-to: #09121c00 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-925\/10 {
  --tw-gradient-to: #09121c1a var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-925\/100 {
  --tw-gradient-to: #09121c var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-925\/15 {
  --tw-gradient-to: #09121c26 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-925\/20 {
  --tw-gradient-to: #09121c33 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-925\/25 {
  --tw-gradient-to: #09121c40 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-925\/30 {
  --tw-gradient-to: #09121c4d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-925\/35 {
  --tw-gradient-to: #09121c59 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-925\/40 {
  --tw-gradient-to: #09121c66 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-925\/45 {
  --tw-gradient-to: #09121c73 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-925\/5 {
  --tw-gradient-to: #09121c0d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-925\/50 {
  --tw-gradient-to: #09121c80 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-925\/55 {
  --tw-gradient-to: #09121c8c var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-925\/60 {
  --tw-gradient-to: #09121c99 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-925\/65 {
  --tw-gradient-to: #09121ca6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-925\/70 {
  --tw-gradient-to: #09121cb3 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-925\/75 {
  --tw-gradient-to: #09121cbf var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-925\/80 {
  --tw-gradient-to: #09121ccc var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-925\/85 {
  --tw-gradient-to: #09121cd9 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-925\/90 {
  --tw-gradient-to: #09121ce6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-925\/95 {
  --tw-gradient-to: #09121cf2 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-950 {
  --tw-gradient-to: #03060a var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-950\/0 {
  --tw-gradient-to: #03060a00 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-950\/10 {
  --tw-gradient-to: #03060a1a var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-950\/100 {
  --tw-gradient-to: #03060a var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-950\/15 {
  --tw-gradient-to: #03060a26 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-950\/20 {
  --tw-gradient-to: #03060a33 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-950\/25 {
  --tw-gradient-to: #03060a40 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-950\/30 {
  --tw-gradient-to: #03060a4d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-950\/35 {
  --tw-gradient-to: #03060a59 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-950\/40 {
  --tw-gradient-to: #03060a66 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-950\/45 {
  --tw-gradient-to: #03060a73 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-950\/5 {
  --tw-gradient-to: #03060a0d var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-950\/50 {
  --tw-gradient-to: #03060a80 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-950\/55 {
  --tw-gradient-to: #03060a8c var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-950\/60 {
  --tw-gradient-to: #03060a99 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-950\/65 {
  --tw-gradient-to: #03060aa6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-950\/70 {
  --tw-gradient-to: #03060ab3 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-950\/75 {
  --tw-gradient-to: #03060abf var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-950\/80 {
  --tw-gradient-to: #03060acc var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-950\/85 {
  --tw-gradient-to: #03060ad9 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-950\/90 {
  --tw-gradient-to: #03060ae6 var(--tw-gradient-to-position);
}

.cl-to-g0-light-blue-950\/95 {
  --tw-gradient-to: #03060af2 var(--tw-gradient-to-position);
}

.cl-to-g0-mist {
  --tw-gradient-to: #ededeb var(--tw-gradient-to-position);
}

.cl-to-g0-mist\/0 {
  --tw-gradient-to: #eeeeec00 var(--tw-gradient-to-position);
}

.cl-to-g0-mist\/10 {
  --tw-gradient-to: #eeeeec1a var(--tw-gradient-to-position);
}

.cl-to-g0-mist\/100 {
  --tw-gradient-to: #ededeb var(--tw-gradient-to-position);
}

.cl-to-g0-mist\/15 {
  --tw-gradient-to: #eeeeec26 var(--tw-gradient-to-position);
}

.cl-to-g0-mist\/20 {
  --tw-gradient-to: #eeeeec33 var(--tw-gradient-to-position);
}

.cl-to-g0-mist\/25 {
  --tw-gradient-to: #eeeeec40 var(--tw-gradient-to-position);
}

.cl-to-g0-mist\/30 {
  --tw-gradient-to: #eeeeec4d var(--tw-gradient-to-position);
}

.cl-to-g0-mist\/35 {
  --tw-gradient-to: #eeeeec59 var(--tw-gradient-to-position);
}

.cl-to-g0-mist\/40 {
  --tw-gradient-to: #eeeeec66 var(--tw-gradient-to-position);
}

.cl-to-g0-mist\/45 {
  --tw-gradient-to: #eeeeec73 var(--tw-gradient-to-position);
}

.cl-to-g0-mist\/5 {
  --tw-gradient-to: #eeeeec0d var(--tw-gradient-to-position);
}

.cl-to-g0-mist\/50 {
  --tw-gradient-to: #eeeeec80 var(--tw-gradient-to-position);
}

.cl-to-g0-mist\/55 {
  --tw-gradient-to: #eeeeec8c var(--tw-gradient-to-position);
}

.cl-to-g0-mist\/60 {
  --tw-gradient-to: #eeeeec99 var(--tw-gradient-to-position);
}

.cl-to-g0-mist\/65 {
  --tw-gradient-to: #eeeeeca6 var(--tw-gradient-to-position);
}

.cl-to-g0-mist\/70 {
  --tw-gradient-to: #eeeeecb3 var(--tw-gradient-to-position);
}

.cl-to-g0-mist\/75 {
  --tw-gradient-to: #eeeeecbf var(--tw-gradient-to-position);
}

.cl-to-g0-mist\/80 {
  --tw-gradient-to: #eeeeeccc var(--tw-gradient-to-position);
}

.cl-to-g0-mist\/85 {
  --tw-gradient-to: #eeeeecd9 var(--tw-gradient-to-position);
}

.cl-to-g0-mist\/90 {
  --tw-gradient-to: #eeeeece6 var(--tw-gradient-to-position);
}

.cl-to-g0-mist\/95 {
  --tw-gradient-to: #eeeeecf2 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-100 {
  --tw-gradient-to: #e4e2f0 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-100\/0 {
  --tw-gradient-to: #e4e2f000 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-100\/10 {
  --tw-gradient-to: #e4e2f01a var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-100\/100 {
  --tw-gradient-to: #e4e2f0 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-100\/15 {
  --tw-gradient-to: #e4e2f026 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-100\/20 {
  --tw-gradient-to: #e4e2f033 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-100\/25 {
  --tw-gradient-to: #e4e2f040 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-100\/30 {
  --tw-gradient-to: #e4e2f04d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-100\/35 {
  --tw-gradient-to: #e4e2f059 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-100\/40 {
  --tw-gradient-to: #e4e2f066 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-100\/45 {
  --tw-gradient-to: #e4e2f073 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-100\/5 {
  --tw-gradient-to: #e4e2f00d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-100\/50 {
  --tw-gradient-to: #e4e2f080 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-100\/55 {
  --tw-gradient-to: #e4e2f08c var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-100\/60 {
  --tw-gradient-to: #e4e2f099 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-100\/65 {
  --tw-gradient-to: #e4e2f0a6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-100\/70 {
  --tw-gradient-to: #e4e2f0b3 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-100\/75 {
  --tw-gradient-to: #e4e2f0bf var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-100\/80 {
  --tw-gradient-to: #e4e2f0cc var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-100\/85 {
  --tw-gradient-to: #e4e2f0d9 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-100\/90 {
  --tw-gradient-to: #e4e2f0e6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-100\/95 {
  --tw-gradient-to: #e4e2f0f2 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-200 {
  --tw-gradient-to: #ccc8e3 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-200\/0 {
  --tw-gradient-to: #ccc8e300 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-200\/10 {
  --tw-gradient-to: #ccc8e31a var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-200\/100 {
  --tw-gradient-to: #ccc8e3 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-200\/15 {
  --tw-gradient-to: #ccc8e326 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-200\/20 {
  --tw-gradient-to: #ccc8e333 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-200\/25 {
  --tw-gradient-to: #ccc8e340 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-200\/30 {
  --tw-gradient-to: #ccc8e34d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-200\/35 {
  --tw-gradient-to: #ccc8e359 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-200\/40 {
  --tw-gradient-to: #ccc8e366 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-200\/45 {
  --tw-gradient-to: #ccc8e373 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-200\/5 {
  --tw-gradient-to: #ccc8e30d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-200\/50 {
  --tw-gradient-to: #ccc8e380 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-200\/55 {
  --tw-gradient-to: #ccc8e38c var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-200\/60 {
  --tw-gradient-to: #ccc8e399 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-200\/65 {
  --tw-gradient-to: #ccc8e3a6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-200\/70 {
  --tw-gradient-to: #ccc8e3b3 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-200\/75 {
  --tw-gradient-to: #ccc8e3bf var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-200\/80 {
  --tw-gradient-to: #ccc8e3cc var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-200\/85 {
  --tw-gradient-to: #ccc8e3d9 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-200\/90 {
  --tw-gradient-to: #ccc8e3e6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-200\/95 {
  --tw-gradient-to: #ccc8e3f2 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-300 {
  --tw-gradient-to: #b0abd5 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-300\/0 {
  --tw-gradient-to: #b0abd500 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-300\/10 {
  --tw-gradient-to: #b0abd51a var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-300\/100 {
  --tw-gradient-to: #b0abd5 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-300\/15 {
  --tw-gradient-to: #b0abd526 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-300\/20 {
  --tw-gradient-to: #b0abd533 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-300\/25 {
  --tw-gradient-to: #b0abd540 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-300\/30 {
  --tw-gradient-to: #b0abd54d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-300\/35 {
  --tw-gradient-to: #b0abd559 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-300\/40 {
  --tw-gradient-to: #b0abd566 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-300\/45 {
  --tw-gradient-to: #b0abd573 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-300\/5 {
  --tw-gradient-to: #b0abd50d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-300\/50 {
  --tw-gradient-to: #b0abd580 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-300\/55 {
  --tw-gradient-to: #b0abd58c var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-300\/60 {
  --tw-gradient-to: #b0abd599 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-300\/65 {
  --tw-gradient-to: #b0abd5a6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-300\/70 {
  --tw-gradient-to: #b0abd5b3 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-300\/75 {
  --tw-gradient-to: #b0abd5bf var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-300\/80 {
  --tw-gradient-to: #b0abd5cc var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-300\/85 {
  --tw-gradient-to: #b0abd5d9 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-300\/90 {
  --tw-gradient-to: #b0abd5e6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-300\/95 {
  --tw-gradient-to: #b0abd5f2 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-400 {
  --tw-gradient-to: #928ac5 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-400\/0 {
  --tw-gradient-to: #928ac500 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-400\/10 {
  --tw-gradient-to: #928ac51a var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-400\/100 {
  --tw-gradient-to: #928ac5 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-400\/15 {
  --tw-gradient-to: #928ac526 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-400\/20 {
  --tw-gradient-to: #928ac533 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-400\/25 {
  --tw-gradient-to: #928ac540 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-400\/30 {
  --tw-gradient-to: #928ac54d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-400\/35 {
  --tw-gradient-to: #928ac559 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-400\/40 {
  --tw-gradient-to: #928ac566 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-400\/45 {
  --tw-gradient-to: #928ac573 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-400\/5 {
  --tw-gradient-to: #928ac50d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-400\/50 {
  --tw-gradient-to: #928ac580 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-400\/55 {
  --tw-gradient-to: #928ac58c var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-400\/60 {
  --tw-gradient-to: #928ac599 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-400\/65 {
  --tw-gradient-to: #928ac5a6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-400\/70 {
  --tw-gradient-to: #928ac5b3 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-400\/75 {
  --tw-gradient-to: #928ac5bf var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-400\/80 {
  --tw-gradient-to: #928ac5cc var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-400\/85 {
  --tw-gradient-to: #928ac5d9 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-400\/90 {
  --tw-gradient-to: #928ac5e6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-400\/95 {
  --tw-gradient-to: #928ac5f2 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-50 {
  --tw-gradient-to: #f9f9fc var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-50\/0 {
  --tw-gradient-to: #f9f9fc00 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-50\/10 {
  --tw-gradient-to: #f9f9fc1a var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-50\/100 {
  --tw-gradient-to: #f9f9fc var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-50\/15 {
  --tw-gradient-to: #f9f9fc26 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-50\/20 {
  --tw-gradient-to: #f9f9fc33 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-50\/25 {
  --tw-gradient-to: #f9f9fc40 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-50\/30 {
  --tw-gradient-to: #f9f9fc4d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-50\/35 {
  --tw-gradient-to: #f9f9fc59 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-50\/40 {
  --tw-gradient-to: #f9f9fc66 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-50\/45 {
  --tw-gradient-to: #f9f9fc73 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-50\/5 {
  --tw-gradient-to: #f9f9fc0d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-50\/50 {
  --tw-gradient-to: #f9f9fc80 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-50\/55 {
  --tw-gradient-to: #f9f9fc8c var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-50\/60 {
  --tw-gradient-to: #f9f9fc99 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-50\/65 {
  --tw-gradient-to: #f9f9fca6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-50\/70 {
  --tw-gradient-to: #f9f9fcb3 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-50\/75 {
  --tw-gradient-to: #f9f9fcbf var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-50\/80 {
  --tw-gradient-to: #f9f9fccc var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-50\/85 {
  --tw-gradient-to: #f9f9fcd9 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-50\/90 {
  --tw-gradient-to: #f9f9fce6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-50\/95 {
  --tw-gradient-to: #f9f9fcf2 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-500 {
  --tw-gradient-to: #685dae var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-500\/0 {
  --tw-gradient-to: #685dae00 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-500\/10 {
  --tw-gradient-to: #685dae1a var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-500\/100 {
  --tw-gradient-to: #685dae var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-500\/15 {
  --tw-gradient-to: #685dae26 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-500\/20 {
  --tw-gradient-to: #685dae33 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-500\/25 {
  --tw-gradient-to: #685dae40 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-500\/30 {
  --tw-gradient-to: #685dae4d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-500\/35 {
  --tw-gradient-to: #685dae59 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-500\/40 {
  --tw-gradient-to: #685dae66 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-500\/45 {
  --tw-gradient-to: #685dae73 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-500\/5 {
  --tw-gradient-to: #685dae0d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-500\/50 {
  --tw-gradient-to: #685dae80 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-500\/55 {
  --tw-gradient-to: #685dae8c var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-500\/60 {
  --tw-gradient-to: #685dae99 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-500\/65 {
  --tw-gradient-to: #685daea6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-500\/70 {
  --tw-gradient-to: #685daeb3 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-500\/75 {
  --tw-gradient-to: #685daebf var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-500\/80 {
  --tw-gradient-to: #685daecc var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-500\/85 {
  --tw-gradient-to: #685daed9 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-500\/90 {
  --tw-gradient-to: #685daee6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-500\/95 {
  --tw-gradient-to: #685daef2 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-600 {
  --tw-gradient-to: #4b437d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-600\/0 {
  --tw-gradient-to: #4b437d00 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-600\/10 {
  --tw-gradient-to: #4b437d1a var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-600\/100 {
  --tw-gradient-to: #4b437d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-600\/15 {
  --tw-gradient-to: #4b437d26 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-600\/20 {
  --tw-gradient-to: #4b437d33 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-600\/25 {
  --tw-gradient-to: #4b437d40 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-600\/30 {
  --tw-gradient-to: #4b437d4d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-600\/35 {
  --tw-gradient-to: #4b437d59 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-600\/40 {
  --tw-gradient-to: #4b437d66 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-600\/45 {
  --tw-gradient-to: #4b437d73 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-600\/5 {
  --tw-gradient-to: #4b437d0d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-600\/50 {
  --tw-gradient-to: #4b437d80 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-600\/55 {
  --tw-gradient-to: #4b437d8c var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-600\/60 {
  --tw-gradient-to: #4b437d99 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-600\/65 {
  --tw-gradient-to: #4b437da6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-600\/70 {
  --tw-gradient-to: #4b437db3 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-600\/75 {
  --tw-gradient-to: #4b437dbf var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-600\/80 {
  --tw-gradient-to: #4b437dcc var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-600\/85 {
  --tw-gradient-to: #4b437dd9 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-600\/90 {
  --tw-gradient-to: #4b437de6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-600\/95 {
  --tw-gradient-to: #4b437df2 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-700 {
  --tw-gradient-to: #36305a var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-700\/0 {
  --tw-gradient-to: #36305a00 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-700\/10 {
  --tw-gradient-to: #36305a1a var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-700\/100 {
  --tw-gradient-to: #36305a var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-700\/15 {
  --tw-gradient-to: #36305a26 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-700\/20 {
  --tw-gradient-to: #36305a33 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-700\/25 {
  --tw-gradient-to: #36305a40 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-700\/30 {
  --tw-gradient-to: #36305a4d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-700\/35 {
  --tw-gradient-to: #36305a59 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-700\/40 {
  --tw-gradient-to: #36305a66 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-700\/45 {
  --tw-gradient-to: #36305a73 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-700\/5 {
  --tw-gradient-to: #36305a0d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-700\/50 {
  --tw-gradient-to: #36305a80 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-700\/55 {
  --tw-gradient-to: #36305a8c var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-700\/60 {
  --tw-gradient-to: #36305a99 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-700\/65 {
  --tw-gradient-to: #36305aa6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-700\/70 {
  --tw-gradient-to: #36305ab3 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-700\/75 {
  --tw-gradient-to: #36305abf var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-700\/80 {
  --tw-gradient-to: #36305acc var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-700\/85 {
  --tw-gradient-to: #36305ad9 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-700\/90 {
  --tw-gradient-to: #36305ae6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-700\/95 {
  --tw-gradient-to: #36305af2 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-75 {
  --tw-gradient-to: #eeedf6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-75\/0 {
  --tw-gradient-to: #eeedf600 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-75\/10 {
  --tw-gradient-to: #eeedf61a var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-75\/100 {
  --tw-gradient-to: #eeedf6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-75\/15 {
  --tw-gradient-to: #eeedf626 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-75\/20 {
  --tw-gradient-to: #eeedf633 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-75\/25 {
  --tw-gradient-to: #eeedf640 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-75\/30 {
  --tw-gradient-to: #eeedf64d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-75\/35 {
  --tw-gradient-to: #eeedf659 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-75\/40 {
  --tw-gradient-to: #eeedf666 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-75\/45 {
  --tw-gradient-to: #eeedf673 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-75\/5 {
  --tw-gradient-to: #eeedf60d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-75\/50 {
  --tw-gradient-to: #eeedf680 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-75\/55 {
  --tw-gradient-to: #eeedf68c var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-75\/60 {
  --tw-gradient-to: #eeedf699 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-75\/65 {
  --tw-gradient-to: #eeedf6a6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-75\/70 {
  --tw-gradient-to: #eeedf6b3 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-75\/75 {
  --tw-gradient-to: #eeedf6bf var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-75\/80 {
  --tw-gradient-to: #eeedf6cc var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-75\/85 {
  --tw-gradient-to: #eeedf6d9 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-75\/90 {
  --tw-gradient-to: #eeedf6e6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-75\/95 {
  --tw-gradient-to: #eeedf6f2 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-800 {
  --tw-gradient-to: #23203b var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-800\/0 {
  --tw-gradient-to: #23203b00 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-800\/10 {
  --tw-gradient-to: #23203b1a var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-800\/100 {
  --tw-gradient-to: #23203b var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-800\/15 {
  --tw-gradient-to: #23203b26 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-800\/20 {
  --tw-gradient-to: #23203b33 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-800\/25 {
  --tw-gradient-to: #23203b40 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-800\/30 {
  --tw-gradient-to: #23203b4d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-800\/35 {
  --tw-gradient-to: #23203b59 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-800\/40 {
  --tw-gradient-to: #23203b66 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-800\/45 {
  --tw-gradient-to: #23203b73 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-800\/5 {
  --tw-gradient-to: #23203b0d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-800\/50 {
  --tw-gradient-to: #23203b80 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-800\/55 {
  --tw-gradient-to: #23203b8c var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-800\/60 {
  --tw-gradient-to: #23203b99 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-800\/65 {
  --tw-gradient-to: #23203ba6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-800\/70 {
  --tw-gradient-to: #23203bb3 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-800\/75 {
  --tw-gradient-to: #23203bbf var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-800\/80 {
  --tw-gradient-to: #23203bcc var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-800\/85 {
  --tw-gradient-to: #23203bd9 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-800\/90 {
  --tw-gradient-to: #23203be6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-800\/95 {
  --tw-gradient-to: #23203bf2 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-900 {
  --tw-gradient-to: #13111f var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-900\/0 {
  --tw-gradient-to: #13111f00 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-900\/10 {
  --tw-gradient-to: #13111f1a var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-900\/100 {
  --tw-gradient-to: #13111f var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-900\/15 {
  --tw-gradient-to: #13111f26 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-900\/20 {
  --tw-gradient-to: #13111f33 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-900\/25 {
  --tw-gradient-to: #13111f40 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-900\/30 {
  --tw-gradient-to: #13111f4d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-900\/35 {
  --tw-gradient-to: #13111f59 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-900\/40 {
  --tw-gradient-to: #13111f66 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-900\/45 {
  --tw-gradient-to: #13111f73 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-900\/5 {
  --tw-gradient-to: #13111f0d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-900\/50 {
  --tw-gradient-to: #13111f80 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-900\/55 {
  --tw-gradient-to: #13111f8c var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-900\/60 {
  --tw-gradient-to: #13111f99 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-900\/65 {
  --tw-gradient-to: #13111fa6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-900\/70 {
  --tw-gradient-to: #13111fb3 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-900\/75 {
  --tw-gradient-to: #13111fbf var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-900\/80 {
  --tw-gradient-to: #13111fcc var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-900\/85 {
  --tw-gradient-to: #13111fd9 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-900\/90 {
  --tw-gradient-to: #13111fe6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-900\/95 {
  --tw-gradient-to: #13111ff2 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-925 {
  --tw-gradient-to: #0b0a13 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-925\/0 {
  --tw-gradient-to: #0b0a1300 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-925\/10 {
  --tw-gradient-to: #0b0a131a var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-925\/100 {
  --tw-gradient-to: #0b0a13 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-925\/15 {
  --tw-gradient-to: #0b0a1326 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-925\/20 {
  --tw-gradient-to: #0b0a1333 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-925\/25 {
  --tw-gradient-to: #0b0a1340 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-925\/30 {
  --tw-gradient-to: #0b0a134d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-925\/35 {
  --tw-gradient-to: #0b0a1359 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-925\/40 {
  --tw-gradient-to: #0b0a1366 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-925\/45 {
  --tw-gradient-to: #0b0a1373 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-925\/5 {
  --tw-gradient-to: #0b0a130d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-925\/50 {
  --tw-gradient-to: #0b0a1380 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-925\/55 {
  --tw-gradient-to: #0b0a138c var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-925\/60 {
  --tw-gradient-to: #0b0a1399 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-925\/65 {
  --tw-gradient-to: #0b0a13a6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-925\/70 {
  --tw-gradient-to: #0b0a13b3 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-925\/75 {
  --tw-gradient-to: #0b0a13bf var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-925\/80 {
  --tw-gradient-to: #0b0a13cc var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-925\/85 {
  --tw-gradient-to: #0b0a13d9 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-925\/90 {
  --tw-gradient-to: #0b0a13e6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-925\/95 {
  --tw-gradient-to: #0b0a13f2 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-950 {
  --tw-gradient-to: #040407 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-950\/0 {
  --tw-gradient-to: #04040700 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-950\/10 {
  --tw-gradient-to: #0404071a var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-950\/100 {
  --tw-gradient-to: #040407 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-950\/15 {
  --tw-gradient-to: #04040726 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-950\/20 {
  --tw-gradient-to: #04040733 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-950\/25 {
  --tw-gradient-to: #04040740 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-950\/30 {
  --tw-gradient-to: #0404074d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-950\/35 {
  --tw-gradient-to: #04040759 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-950\/40 {
  --tw-gradient-to: #04040766 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-950\/45 {
  --tw-gradient-to: #04040773 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-950\/5 {
  --tw-gradient-to: #0404070d var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-950\/50 {
  --tw-gradient-to: #04040780 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-950\/55 {
  --tw-gradient-to: #0404078c var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-950\/60 {
  --tw-gradient-to: #04040799 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-950\/65 {
  --tw-gradient-to: #040407a6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-950\/70 {
  --tw-gradient-to: #040407b3 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-950\/75 {
  --tw-gradient-to: #040407bf var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-950\/80 {
  --tw-gradient-to: #040407cc var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-950\/85 {
  --tw-gradient-to: #040407d9 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-950\/90 {
  --tw-gradient-to: #040407e6 var(--tw-gradient-to-position);
}

.cl-to-g0-mixed-purple-950\/95 {
  --tw-gradient-to: #040407f2 var(--tw-gradient-to-position);
}

.cl-to-g0-off-white {
  --tw-gradient-to: #fefefe var(--tw-gradient-to-position);
}

.cl-to-g0-off-white\/0 {
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
}

.cl-to-g0-off-white\/10 {
  --tw-gradient-to: #ffffff1a var(--tw-gradient-to-position);
}

.cl-to-g0-off-white\/100 {
  --tw-gradient-to: #fefefe var(--tw-gradient-to-position);
}

.cl-to-g0-off-white\/15 {
  --tw-gradient-to: #ffffff26 var(--tw-gradient-to-position);
}

.cl-to-g0-off-white\/20 {
  --tw-gradient-to: #fff3 var(--tw-gradient-to-position);
}

.cl-to-g0-off-white\/25 {
  --tw-gradient-to: #ffffff40 var(--tw-gradient-to-position);
}

.cl-to-g0-off-white\/30 {
  --tw-gradient-to: #ffffff4d var(--tw-gradient-to-position);
}

.cl-to-g0-off-white\/35 {
  --tw-gradient-to: #ffffff59 var(--tw-gradient-to-position);
}

.cl-to-g0-off-white\/40 {
  --tw-gradient-to: #fff6 var(--tw-gradient-to-position);
}

.cl-to-g0-off-white\/45 {
  --tw-gradient-to: #ffffff73 var(--tw-gradient-to-position);
}

.cl-to-g0-off-white\/5 {
  --tw-gradient-to: #ffffff0d var(--tw-gradient-to-position);
}

.cl-to-g0-off-white\/50 {
  --tw-gradient-to: #ffffff80 var(--tw-gradient-to-position);
}

.cl-to-g0-off-white\/55 {
  --tw-gradient-to: #ffffff8c var(--tw-gradient-to-position);
}

.cl-to-g0-off-white\/60 {
  --tw-gradient-to: #fff9 var(--tw-gradient-to-position);
}

.cl-to-g0-off-white\/65 {
  --tw-gradient-to: #ffffffa6 var(--tw-gradient-to-position);
}

.cl-to-g0-off-white\/70 {
  --tw-gradient-to: #ffffffb3 var(--tw-gradient-to-position);
}

.cl-to-g0-off-white\/75 {
  --tw-gradient-to: #ffffffbf var(--tw-gradient-to-position);
}

.cl-to-g0-off-white\/80 {
  --tw-gradient-to: #fffc var(--tw-gradient-to-position);
}

.cl-to-g0-off-white\/85 {
  --tw-gradient-to: #ffffffd9 var(--tw-gradient-to-position);
}

.cl-to-g0-off-white\/90 {
  --tw-gradient-to: #ffffffe6 var(--tw-gradient-to-position);
}

.cl-to-g0-off-white\/95 {
  --tw-gradient-to: #fffffff2 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-100 {
  --tw-gradient-to: #fdead8 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-100\/0 {
  --tw-gradient-to: #fdead800 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-100\/10 {
  --tw-gradient-to: #fdead81a var(--tw-gradient-to-position);
}

.cl-to-g0-orange-100\/100 {
  --tw-gradient-to: #fdead8 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-100\/15 {
  --tw-gradient-to: #fdead826 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-100\/20 {
  --tw-gradient-to: #fdead833 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-100\/25 {
  --tw-gradient-to: #fdead840 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-100\/30 {
  --tw-gradient-to: #fdead84d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-100\/35 {
  --tw-gradient-to: #fdead859 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-100\/40 {
  --tw-gradient-to: #fdead866 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-100\/45 {
  --tw-gradient-to: #fdead873 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-100\/5 {
  --tw-gradient-to: #fdead80d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-100\/50 {
  --tw-gradient-to: #fdead880 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-100\/55 {
  --tw-gradient-to: #fdead88c var(--tw-gradient-to-position);
}

.cl-to-g0-orange-100\/60 {
  --tw-gradient-to: #fdead899 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-100\/65 {
  --tw-gradient-to: #fdead8a6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-100\/70 {
  --tw-gradient-to: #fdead8b3 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-100\/75 {
  --tw-gradient-to: #fdead8bf var(--tw-gradient-to-position);
}

.cl-to-g0-orange-100\/80 {
  --tw-gradient-to: #fdead8cc var(--tw-gradient-to-position);
}

.cl-to-g0-orange-100\/85 {
  --tw-gradient-to: #fdead8d9 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-100\/90 {
  --tw-gradient-to: #fdead8e6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-100\/95 {
  --tw-gradient-to: #fdead8f2 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-200 {
  --tw-gradient-to: #fbd8b6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-200\/0 {
  --tw-gradient-to: #fbd9b600 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-200\/10 {
  --tw-gradient-to: #fbd9b61a var(--tw-gradient-to-position);
}

.cl-to-g0-orange-200\/100 {
  --tw-gradient-to: #fbd8b6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-200\/15 {
  --tw-gradient-to: #fbd9b626 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-200\/20 {
  --tw-gradient-to: #fbd9b633 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-200\/25 {
  --tw-gradient-to: #fbd9b640 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-200\/30 {
  --tw-gradient-to: #fbd9b64d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-200\/35 {
  --tw-gradient-to: #fbd9b659 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-200\/40 {
  --tw-gradient-to: #fbd9b666 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-200\/45 {
  --tw-gradient-to: #fbd9b673 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-200\/5 {
  --tw-gradient-to: #fbd9b60d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-200\/50 {
  --tw-gradient-to: #fbd9b680 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-200\/55 {
  --tw-gradient-to: #fbd9b68c var(--tw-gradient-to-position);
}

.cl-to-g0-orange-200\/60 {
  --tw-gradient-to: #fbd9b699 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-200\/65 {
  --tw-gradient-to: #fbd9b6a6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-200\/70 {
  --tw-gradient-to: #fbd9b6b3 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-200\/75 {
  --tw-gradient-to: #fbd9b6bf var(--tw-gradient-to-position);
}

.cl-to-g0-orange-200\/80 {
  --tw-gradient-to: #fbd9b6cc var(--tw-gradient-to-position);
}

.cl-to-g0-orange-200\/85 {
  --tw-gradient-to: #fbd9b6d9 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-200\/90 {
  --tw-gradient-to: #fbd9b6e6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-200\/95 {
  --tw-gradient-to: #fbd9b6f2 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-300 {
  --tw-gradient-to: #f9c38f var(--tw-gradient-to-position);
}

.cl-to-g0-orange-300\/0 {
  --tw-gradient-to: #f9c39000 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-300\/10 {
  --tw-gradient-to: #f9c3901a var(--tw-gradient-to-position);
}

.cl-to-g0-orange-300\/100 {
  --tw-gradient-to: #f9c38f var(--tw-gradient-to-position);
}

.cl-to-g0-orange-300\/15 {
  --tw-gradient-to: #f9c39026 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-300\/20 {
  --tw-gradient-to: #f9c39033 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-300\/25 {
  --tw-gradient-to: #f9c39040 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-300\/30 {
  --tw-gradient-to: #f9c3904d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-300\/35 {
  --tw-gradient-to: #f9c39059 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-300\/40 {
  --tw-gradient-to: #f9c39066 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-300\/45 {
  --tw-gradient-to: #f9c39073 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-300\/5 {
  --tw-gradient-to: #f9c3900d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-300\/50 {
  --tw-gradient-to: #f9c39080 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-300\/55 {
  --tw-gradient-to: #f9c3908c var(--tw-gradient-to-position);
}

.cl-to-g0-orange-300\/60 {
  --tw-gradient-to: #f9c39099 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-300\/65 {
  --tw-gradient-to: #f9c390a6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-300\/70 {
  --tw-gradient-to: #f9c390b3 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-300\/75 {
  --tw-gradient-to: #f9c390bf var(--tw-gradient-to-position);
}

.cl-to-g0-orange-300\/80 {
  --tw-gradient-to: #f9c390cc var(--tw-gradient-to-position);
}

.cl-to-g0-orange-300\/85 {
  --tw-gradient-to: #f9c390d9 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-300\/90 {
  --tw-gradient-to: #f9c390e6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-300\/95 {
  --tw-gradient-to: #f9c390f2 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-400 {
  --tw-gradient-to: #f7ac64 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-400\/0 {
  --tw-gradient-to: #f7ab6400 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-400\/10 {
  --tw-gradient-to: #f7ab641a var(--tw-gradient-to-position);
}

.cl-to-g0-orange-400\/100 {
  --tw-gradient-to: #f7ac64 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-400\/15 {
  --tw-gradient-to: #f7ab6426 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-400\/20 {
  --tw-gradient-to: #f7ab6433 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-400\/25 {
  --tw-gradient-to: #f7ab6440 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-400\/30 {
  --tw-gradient-to: #f7ab644d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-400\/35 {
  --tw-gradient-to: #f7ab6459 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-400\/40 {
  --tw-gradient-to: #f7ab6466 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-400\/45 {
  --tw-gradient-to: #f7ab6473 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-400\/5 {
  --tw-gradient-to: #f7ab640d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-400\/50 {
  --tw-gradient-to: #f7ab6480 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-400\/55 {
  --tw-gradient-to: #f7ab648c var(--tw-gradient-to-position);
}

.cl-to-g0-orange-400\/60 {
  --tw-gradient-to: #f7ab6499 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-400\/65 {
  --tw-gradient-to: #f7ab64a6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-400\/70 {
  --tw-gradient-to: #f7ab64b3 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-400\/75 {
  --tw-gradient-to: #f7ab64bf var(--tw-gradient-to-position);
}

.cl-to-g0-orange-400\/80 {
  --tw-gradient-to: #f7ab64cc var(--tw-gradient-to-position);
}

.cl-to-g0-orange-400\/85 {
  --tw-gradient-to: #f7ab64d9 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-400\/90 {
  --tw-gradient-to: #f7ab64e6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-400\/95 {
  --tw-gradient-to: #f7ab64f2 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-50 {
  --tw-gradient-to: #fffaf6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-50\/0 {
  --tw-gradient-to: #fffaf600 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-50\/10 {
  --tw-gradient-to: #fffaf61a var(--tw-gradient-to-position);
}

.cl-to-g0-orange-50\/100 {
  --tw-gradient-to: #fffaf6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-50\/15 {
  --tw-gradient-to: #fffaf626 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-50\/20 {
  --tw-gradient-to: #fffaf633 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-50\/25 {
  --tw-gradient-to: #fffaf640 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-50\/30 {
  --tw-gradient-to: #fffaf64d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-50\/35 {
  --tw-gradient-to: #fffaf659 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-50\/40 {
  --tw-gradient-to: #fffaf666 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-50\/45 {
  --tw-gradient-to: #fffaf673 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-50\/5 {
  --tw-gradient-to: #fffaf60d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-50\/50 {
  --tw-gradient-to: #fffaf680 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-50\/55 {
  --tw-gradient-to: #fffaf68c var(--tw-gradient-to-position);
}

.cl-to-g0-orange-50\/60 {
  --tw-gradient-to: #fffaf699 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-50\/65 {
  --tw-gradient-to: #fffaf6a6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-50\/70 {
  --tw-gradient-to: #fffaf6b3 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-50\/75 {
  --tw-gradient-to: #fffaf6bf var(--tw-gradient-to-position);
}

.cl-to-g0-orange-50\/80 {
  --tw-gradient-to: #fffaf6cc var(--tw-gradient-to-position);
}

.cl-to-g0-orange-50\/85 {
  --tw-gradient-to: #fffaf6d9 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-50\/90 {
  --tw-gradient-to: #fffaf6e6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-50\/95 {
  --tw-gradient-to: #fffaf6f2 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-500 {
  --tw-gradient-to: #f48c28 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-500\/0 {
  --tw-gradient-to: #f48c2800 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-500\/10 {
  --tw-gradient-to: #f48c281a var(--tw-gradient-to-position);
}

.cl-to-g0-orange-500\/100 {
  --tw-gradient-to: #f48c28 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-500\/15 {
  --tw-gradient-to: #f48c2826 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-500\/20 {
  --tw-gradient-to: #f48c2833 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-500\/25 {
  --tw-gradient-to: #f48c2840 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-500\/30 {
  --tw-gradient-to: #f48c284d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-500\/35 {
  --tw-gradient-to: #f48c2859 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-500\/40 {
  --tw-gradient-to: #f48c2866 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-500\/45 {
  --tw-gradient-to: #f48c2873 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-500\/5 {
  --tw-gradient-to: #f48c280d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-500\/50 {
  --tw-gradient-to: #f48c2880 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-500\/55 {
  --tw-gradient-to: #f48c288c var(--tw-gradient-to-position);
}

.cl-to-g0-orange-500\/60 {
  --tw-gradient-to: #f48c2899 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-500\/65 {
  --tw-gradient-to: #f48c28a6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-500\/70 {
  --tw-gradient-to: #f48c28b3 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-500\/75 {
  --tw-gradient-to: #f48c28bf var(--tw-gradient-to-position);
}

.cl-to-g0-orange-500\/80 {
  --tw-gradient-to: #f48c28cc var(--tw-gradient-to-position);
}

.cl-to-g0-orange-500\/85 {
  --tw-gradient-to: #f48c28d9 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-500\/90 {
  --tw-gradient-to: #f48c28e6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-500\/95 {
  --tw-gradient-to: #f48c28f2 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-600 {
  --tw-gradient-to: #b0651d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-600\/0 {
  --tw-gradient-to: #b0651d00 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-600\/10 {
  --tw-gradient-to: #b0651d1a var(--tw-gradient-to-position);
}

.cl-to-g0-orange-600\/100 {
  --tw-gradient-to: #b0651d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-600\/15 {
  --tw-gradient-to: #b0651d26 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-600\/20 {
  --tw-gradient-to: #b0651d33 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-600\/25 {
  --tw-gradient-to: #b0651d40 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-600\/30 {
  --tw-gradient-to: #b0651d4d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-600\/35 {
  --tw-gradient-to: #b0651d59 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-600\/40 {
  --tw-gradient-to: #b0651d66 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-600\/45 {
  --tw-gradient-to: #b0651d73 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-600\/5 {
  --tw-gradient-to: #b0651d0d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-600\/50 {
  --tw-gradient-to: #b0651d80 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-600\/55 {
  --tw-gradient-to: #b0651d8c var(--tw-gradient-to-position);
}

.cl-to-g0-orange-600\/60 {
  --tw-gradient-to: #b0651d99 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-600\/65 {
  --tw-gradient-to: #b0651da6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-600\/70 {
  --tw-gradient-to: #b0651db3 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-600\/75 {
  --tw-gradient-to: #b0651dbf var(--tw-gradient-to-position);
}

.cl-to-g0-orange-600\/80 {
  --tw-gradient-to: #b0651dcc var(--tw-gradient-to-position);
}

.cl-to-g0-orange-600\/85 {
  --tw-gradient-to: #b0651dd9 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-600\/90 {
  --tw-gradient-to: #b0651de6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-600\/95 {
  --tw-gradient-to: #b0651df2 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-700 {
  --tw-gradient-to: #7f4915 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-700\/0 {
  --tw-gradient-to: #7f491500 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-700\/10 {
  --tw-gradient-to: #7f49151a var(--tw-gradient-to-position);
}

.cl-to-g0-orange-700\/100 {
  --tw-gradient-to: #7f4915 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-700\/15 {
  --tw-gradient-to: #7f491526 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-700\/20 {
  --tw-gradient-to: #7f491533 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-700\/25 {
  --tw-gradient-to: #7f491540 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-700\/30 {
  --tw-gradient-to: #7f49154d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-700\/35 {
  --tw-gradient-to: #7f491559 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-700\/40 {
  --tw-gradient-to: #7f491566 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-700\/45 {
  --tw-gradient-to: #7f491573 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-700\/5 {
  --tw-gradient-to: #7f49150d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-700\/50 {
  --tw-gradient-to: #7f491580 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-700\/55 {
  --tw-gradient-to: #7f49158c var(--tw-gradient-to-position);
}

.cl-to-g0-orange-700\/60 {
  --tw-gradient-to: #7f491599 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-700\/65 {
  --tw-gradient-to: #7f4915a6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-700\/70 {
  --tw-gradient-to: #7f4915b3 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-700\/75 {
  --tw-gradient-to: #7f4915bf var(--tw-gradient-to-position);
}

.cl-to-g0-orange-700\/80 {
  --tw-gradient-to: #7f4915cc var(--tw-gradient-to-position);
}

.cl-to-g0-orange-700\/85 {
  --tw-gradient-to: #7f4915d9 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-700\/90 {
  --tw-gradient-to: #7f4915e6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-700\/95 {
  --tw-gradient-to: #7f4915f2 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-75 {
  --tw-gradient-to: #fef2e7 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-75\/0 {
  --tw-gradient-to: #fef2e700 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-75\/10 {
  --tw-gradient-to: #fef2e71a var(--tw-gradient-to-position);
}

.cl-to-g0-orange-75\/100 {
  --tw-gradient-to: #fef2e7 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-75\/15 {
  --tw-gradient-to: #fef2e726 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-75\/20 {
  --tw-gradient-to: #fef2e733 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-75\/25 {
  --tw-gradient-to: #fef2e740 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-75\/30 {
  --tw-gradient-to: #fef2e74d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-75\/35 {
  --tw-gradient-to: #fef2e759 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-75\/40 {
  --tw-gradient-to: #fef2e766 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-75\/45 {
  --tw-gradient-to: #fef2e773 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-75\/5 {
  --tw-gradient-to: #fef2e70d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-75\/50 {
  --tw-gradient-to: #fef2e780 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-75\/55 {
  --tw-gradient-to: #fef2e78c var(--tw-gradient-to-position);
}

.cl-to-g0-orange-75\/60 {
  --tw-gradient-to: #fef2e799 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-75\/65 {
  --tw-gradient-to: #fef2e7a6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-75\/70 {
  --tw-gradient-to: #fef2e7b3 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-75\/75 {
  --tw-gradient-to: #fef2e7bf var(--tw-gradient-to-position);
}

.cl-to-g0-orange-75\/80 {
  --tw-gradient-to: #fef2e7cc var(--tw-gradient-to-position);
}

.cl-to-g0-orange-75\/85 {
  --tw-gradient-to: #fef2e7d9 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-75\/90 {
  --tw-gradient-to: #fef2e7e6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-75\/95 {
  --tw-gradient-to: #fef2e7f2 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-800 {
  --tw-gradient-to: #53300e var(--tw-gradient-to-position);
}

.cl-to-g0-orange-800\/0 {
  --tw-gradient-to: #53300e00 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-800\/10 {
  --tw-gradient-to: #53300e1a var(--tw-gradient-to-position);
}

.cl-to-g0-orange-800\/100 {
  --tw-gradient-to: #53300e var(--tw-gradient-to-position);
}

.cl-to-g0-orange-800\/15 {
  --tw-gradient-to: #53300e26 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-800\/20 {
  --tw-gradient-to: #53300e33 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-800\/25 {
  --tw-gradient-to: #53300e40 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-800\/30 {
  --tw-gradient-to: #53300e4d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-800\/35 {
  --tw-gradient-to: #53300e59 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-800\/40 {
  --tw-gradient-to: #53300e66 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-800\/45 {
  --tw-gradient-to: #53300e73 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-800\/5 {
  --tw-gradient-to: #53300e0d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-800\/50 {
  --tw-gradient-to: #53300e80 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-800\/55 {
  --tw-gradient-to: #53300e8c var(--tw-gradient-to-position);
}

.cl-to-g0-orange-800\/60 {
  --tw-gradient-to: #53300e99 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-800\/65 {
  --tw-gradient-to: #53300ea6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-800\/70 {
  --tw-gradient-to: #53300eb3 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-800\/75 {
  --tw-gradient-to: #53300ebf var(--tw-gradient-to-position);
}

.cl-to-g0-orange-800\/80 {
  --tw-gradient-to: #53300ecc var(--tw-gradient-to-position);
}

.cl-to-g0-orange-800\/85 {
  --tw-gradient-to: #53300ed9 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-800\/90 {
  --tw-gradient-to: #53300ee6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-800\/95 {
  --tw-gradient-to: #53300ef2 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-900 {
  --tw-gradient-to: #2c1907 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-900\/0 {
  --tw-gradient-to: #2c190700 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-900\/10 {
  --tw-gradient-to: #2c19071a var(--tw-gradient-to-position);
}

.cl-to-g0-orange-900\/100 {
  --tw-gradient-to: #2c1907 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-900\/15 {
  --tw-gradient-to: #2c190726 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-900\/20 {
  --tw-gradient-to: #2c190733 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-900\/25 {
  --tw-gradient-to: #2c190740 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-900\/30 {
  --tw-gradient-to: #2c19074d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-900\/35 {
  --tw-gradient-to: #2c190759 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-900\/40 {
  --tw-gradient-to: #2c190766 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-900\/45 {
  --tw-gradient-to: #2c190773 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-900\/5 {
  --tw-gradient-to: #2c19070d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-900\/50 {
  --tw-gradient-to: #2c190780 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-900\/55 {
  --tw-gradient-to: #2c19078c var(--tw-gradient-to-position);
}

.cl-to-g0-orange-900\/60 {
  --tw-gradient-to: #2c190799 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-900\/65 {
  --tw-gradient-to: #2c1907a6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-900\/70 {
  --tw-gradient-to: #2c1907b3 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-900\/75 {
  --tw-gradient-to: #2c1907bf var(--tw-gradient-to-position);
}

.cl-to-g0-orange-900\/80 {
  --tw-gradient-to: #2c1907cc var(--tw-gradient-to-position);
}

.cl-to-g0-orange-900\/85 {
  --tw-gradient-to: #2c1907d9 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-900\/90 {
  --tw-gradient-to: #2c1907e6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-900\/95 {
  --tw-gradient-to: #2c1907f2 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-925 {
  --tw-gradient-to: #1b0f04 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-925\/0 {
  --tw-gradient-to: #1b0f0400 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-925\/10 {
  --tw-gradient-to: #1b0f041a var(--tw-gradient-to-position);
}

.cl-to-g0-orange-925\/100 {
  --tw-gradient-to: #1b0f04 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-925\/15 {
  --tw-gradient-to: #1b0f0426 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-925\/20 {
  --tw-gradient-to: #1b0f0433 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-925\/25 {
  --tw-gradient-to: #1b0f0440 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-925\/30 {
  --tw-gradient-to: #1b0f044d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-925\/35 {
  --tw-gradient-to: #1b0f0459 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-925\/40 {
  --tw-gradient-to: #1b0f0466 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-925\/45 {
  --tw-gradient-to: #1b0f0473 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-925\/5 {
  --tw-gradient-to: #1b0f040d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-925\/50 {
  --tw-gradient-to: #1b0f0480 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-925\/55 {
  --tw-gradient-to: #1b0f048c var(--tw-gradient-to-position);
}

.cl-to-g0-orange-925\/60 {
  --tw-gradient-to: #1b0f0499 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-925\/65 {
  --tw-gradient-to: #1b0f04a6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-925\/70 {
  --tw-gradient-to: #1b0f04b3 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-925\/75 {
  --tw-gradient-to: #1b0f04bf var(--tw-gradient-to-position);
}

.cl-to-g0-orange-925\/80 {
  --tw-gradient-to: #1b0f04cc var(--tw-gradient-to-position);
}

.cl-to-g0-orange-925\/85 {
  --tw-gradient-to: #1b0f04d9 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-925\/90 {
  --tw-gradient-to: #1b0f04e6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-925\/95 {
  --tw-gradient-to: #1b0f04f2 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-950 {
  --tw-gradient-to: #0a0602 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-950\/0 {
  --tw-gradient-to: #0a060200 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-950\/10 {
  --tw-gradient-to: #0a06021a var(--tw-gradient-to-position);
}

.cl-to-g0-orange-950\/100 {
  --tw-gradient-to: #0a0602 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-950\/15 {
  --tw-gradient-to: #0a060226 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-950\/20 {
  --tw-gradient-to: #0a060233 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-950\/25 {
  --tw-gradient-to: #0a060240 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-950\/30 {
  --tw-gradient-to: #0a06024d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-950\/35 {
  --tw-gradient-to: #0a060259 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-950\/40 {
  --tw-gradient-to: #0a060266 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-950\/45 {
  --tw-gradient-to: #0a060273 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-950\/5 {
  --tw-gradient-to: #0a06020d var(--tw-gradient-to-position);
}

.cl-to-g0-orange-950\/50 {
  --tw-gradient-to: #0a060280 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-950\/55 {
  --tw-gradient-to: #0a06028c var(--tw-gradient-to-position);
}

.cl-to-g0-orange-950\/60 {
  --tw-gradient-to: #0a060299 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-950\/65 {
  --tw-gradient-to: #0a0602a6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-950\/70 {
  --tw-gradient-to: #0a0602b3 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-950\/75 {
  --tw-gradient-to: #0a0602bf var(--tw-gradient-to-position);
}

.cl-to-g0-orange-950\/80 {
  --tw-gradient-to: #0a0602cc var(--tw-gradient-to-position);
}

.cl-to-g0-orange-950\/85 {
  --tw-gradient-to: #0a0602d9 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-950\/90 {
  --tw-gradient-to: #0a0602e6 var(--tw-gradient-to-position);
}

.cl-to-g0-orange-950\/95 {
  --tw-gradient-to: #0a0602f2 var(--tw-gradient-to-position);
}

.cl-to-g0-paper {
  --tw-gradient-to: #fdfdfc var(--tw-gradient-to-position);
}

.cl-to-g0-paper\/0 {
  --tw-gradient-to: #fdfdfc00 var(--tw-gradient-to-position);
}

.cl-to-g0-paper\/10 {
  --tw-gradient-to: #fdfdfc1a var(--tw-gradient-to-position);
}

.cl-to-g0-paper\/100 {
  --tw-gradient-to: #fdfdfc var(--tw-gradient-to-position);
}

.cl-to-g0-paper\/15 {
  --tw-gradient-to: #fdfdfc26 var(--tw-gradient-to-position);
}

.cl-to-g0-paper\/20 {
  --tw-gradient-to: #fdfdfc33 var(--tw-gradient-to-position);
}

.cl-to-g0-paper\/25 {
  --tw-gradient-to: #fdfdfc40 var(--tw-gradient-to-position);
}

.cl-to-g0-paper\/30 {
  --tw-gradient-to: #fdfdfc4d var(--tw-gradient-to-position);
}

.cl-to-g0-paper\/35 {
  --tw-gradient-to: #fdfdfc59 var(--tw-gradient-to-position);
}

.cl-to-g0-paper\/40 {
  --tw-gradient-to: #fdfdfc66 var(--tw-gradient-to-position);
}

.cl-to-g0-paper\/45 {
  --tw-gradient-to: #fdfdfc73 var(--tw-gradient-to-position);
}

.cl-to-g0-paper\/5 {
  --tw-gradient-to: #fdfdfc0d var(--tw-gradient-to-position);
}

.cl-to-g0-paper\/50 {
  --tw-gradient-to: #fdfdfc80 var(--tw-gradient-to-position);
}

.cl-to-g0-paper\/55 {
  --tw-gradient-to: #fdfdfc8c var(--tw-gradient-to-position);
}

.cl-to-g0-paper\/60 {
  --tw-gradient-to: #fdfdfc99 var(--tw-gradient-to-position);
}

.cl-to-g0-paper\/65 {
  --tw-gradient-to: #fdfdfca6 var(--tw-gradient-to-position);
}

.cl-to-g0-paper\/70 {
  --tw-gradient-to: #fdfdfcb3 var(--tw-gradient-to-position);
}

.cl-to-g0-paper\/75 {
  --tw-gradient-to: #fdfdfcbf var(--tw-gradient-to-position);
}

.cl-to-g0-paper\/80 {
  --tw-gradient-to: #fdfdfccc var(--tw-gradient-to-position);
}

.cl-to-g0-paper\/85 {
  --tw-gradient-to: #fdfdfcd9 var(--tw-gradient-to-position);
}

.cl-to-g0-paper\/90 {
  --tw-gradient-to: #fdfdfce6 var(--tw-gradient-to-position);
}

.cl-to-g0-paper\/95 {
  --tw-gradient-to: #fdfdfcf2 var(--tw-gradient-to-position);
}

.cl-to-g0-pebble {
  --tw-gradient-to: #ede9ec var(--tw-gradient-to-position);
}

.cl-to-g0-pebble\/0 {
  --tw-gradient-to: #ede9ec00 var(--tw-gradient-to-position);
}

.cl-to-g0-pebble\/10 {
  --tw-gradient-to: #ede9ec1a var(--tw-gradient-to-position);
}

.cl-to-g0-pebble\/100 {
  --tw-gradient-to: #ede9ec var(--tw-gradient-to-position);
}

.cl-to-g0-pebble\/15 {
  --tw-gradient-to: #ede9ec26 var(--tw-gradient-to-position);
}

.cl-to-g0-pebble\/20 {
  --tw-gradient-to: #ede9ec33 var(--tw-gradient-to-position);
}

.cl-to-g0-pebble\/25 {
  --tw-gradient-to: #ede9ec40 var(--tw-gradient-to-position);
}

.cl-to-g0-pebble\/30 {
  --tw-gradient-to: #ede9ec4d var(--tw-gradient-to-position);
}

.cl-to-g0-pebble\/35 {
  --tw-gradient-to: #ede9ec59 var(--tw-gradient-to-position);
}

.cl-to-g0-pebble\/40 {
  --tw-gradient-to: #ede9ec66 var(--tw-gradient-to-position);
}

.cl-to-g0-pebble\/45 {
  --tw-gradient-to: #ede9ec73 var(--tw-gradient-to-position);
}

.cl-to-g0-pebble\/5 {
  --tw-gradient-to: #ede9ec0d var(--tw-gradient-to-position);
}

.cl-to-g0-pebble\/50 {
  --tw-gradient-to: #ede9ec80 var(--tw-gradient-to-position);
}

.cl-to-g0-pebble\/55 {
  --tw-gradient-to: #ede9ec8c var(--tw-gradient-to-position);
}

.cl-to-g0-pebble\/60 {
  --tw-gradient-to: #ede9ec99 var(--tw-gradient-to-position);
}

.cl-to-g0-pebble\/65 {
  --tw-gradient-to: #ede9eca6 var(--tw-gradient-to-position);
}

.cl-to-g0-pebble\/70 {
  --tw-gradient-to: #ede9ecb3 var(--tw-gradient-to-position);
}

.cl-to-g0-pebble\/75 {
  --tw-gradient-to: #ede9ecbf var(--tw-gradient-to-position);
}

.cl-to-g0-pebble\/80 {
  --tw-gradient-to: #ede9eccc var(--tw-gradient-to-position);
}

.cl-to-g0-pebble\/85 {
  --tw-gradient-to: #ede9ecd9 var(--tw-gradient-to-position);
}

.cl-to-g0-pebble\/90 {
  --tw-gradient-to: #ede9ece6 var(--tw-gradient-to-position);
}

.cl-to-g0-pebble\/95 {
  --tw-gradient-to: #ede9ecf2 var(--tw-gradient-to-position);
}

.cl-to-g0-primary {
  --tw-gradient-to: #3b3a3b var(--tw-gradient-to-position);
}

.cl-to-g0-primary\/0 {
  --tw-gradient-to: #3b3a3b00 var(--tw-gradient-to-position);
}

.cl-to-g0-primary\/10 {
  --tw-gradient-to: #3b3a3b1a var(--tw-gradient-to-position);
}

.cl-to-g0-primary\/100 {
  --tw-gradient-to: #3b3a3b var(--tw-gradient-to-position);
}

.cl-to-g0-primary\/15 {
  --tw-gradient-to: #3b3a3b26 var(--tw-gradient-to-position);
}

.cl-to-g0-primary\/20 {
  --tw-gradient-to: #3b3a3b33 var(--tw-gradient-to-position);
}

.cl-to-g0-primary\/25 {
  --tw-gradient-to: #3b3a3b40 var(--tw-gradient-to-position);
}

.cl-to-g0-primary\/30 {
  --tw-gradient-to: #3b3a3b4d var(--tw-gradient-to-position);
}

.cl-to-g0-primary\/35 {
  --tw-gradient-to: #3b3a3b59 var(--tw-gradient-to-position);
}

.cl-to-g0-primary\/40 {
  --tw-gradient-to: #3b3a3b66 var(--tw-gradient-to-position);
}

.cl-to-g0-primary\/45 {
  --tw-gradient-to: #3b3a3b73 var(--tw-gradient-to-position);
}

.cl-to-g0-primary\/5 {
  --tw-gradient-to: #3b3a3b0d var(--tw-gradient-to-position);
}

.cl-to-g0-primary\/50 {
  --tw-gradient-to: #3b3a3b80 var(--tw-gradient-to-position);
}

.cl-to-g0-primary\/55 {
  --tw-gradient-to: #3b3a3b8c var(--tw-gradient-to-position);
}

.cl-to-g0-primary\/60 {
  --tw-gradient-to: #3b3a3b99 var(--tw-gradient-to-position);
}

.cl-to-g0-primary\/65 {
  --tw-gradient-to: #3b3a3ba6 var(--tw-gradient-to-position);
}

.cl-to-g0-primary\/70 {
  --tw-gradient-to: #3b3a3bb3 var(--tw-gradient-to-position);
}

.cl-to-g0-primary\/75 {
  --tw-gradient-to: #3b3a3bbf var(--tw-gradient-to-position);
}

.cl-to-g0-primary\/80 {
  --tw-gradient-to: #3b3a3bcc var(--tw-gradient-to-position);
}

.cl-to-g0-primary\/85 {
  --tw-gradient-to: #3b3a3bd9 var(--tw-gradient-to-position);
}

.cl-to-g0-primary\/90 {
  --tw-gradient-to: #3b3a3be6 var(--tw-gradient-to-position);
}

.cl-to-g0-primary\/95 {
  --tw-gradient-to: #3b3a3bf2 var(--tw-gradient-to-position);
}

.cl-to-g0-red-100 {
  --tw-gradient-to: #f7dbd6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-100\/0 {
  --tw-gradient-to: #f7dad400 var(--tw-gradient-to-position);
}

.cl-to-g0-red-100\/10 {
  --tw-gradient-to: #f7dad41a var(--tw-gradient-to-position);
}

.cl-to-g0-red-100\/100 {
  --tw-gradient-to: #f7dbd6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-100\/15 {
  --tw-gradient-to: #f7dad426 var(--tw-gradient-to-position);
}

.cl-to-g0-red-100\/20 {
  --tw-gradient-to: #f7dad433 var(--tw-gradient-to-position);
}

.cl-to-g0-red-100\/25 {
  --tw-gradient-to: #f7dad440 var(--tw-gradient-to-position);
}

.cl-to-g0-red-100\/30 {
  --tw-gradient-to: #f7dad44d var(--tw-gradient-to-position);
}

.cl-to-g0-red-100\/35 {
  --tw-gradient-to: #f7dad459 var(--tw-gradient-to-position);
}

.cl-to-g0-red-100\/40 {
  --tw-gradient-to: #f7dad466 var(--tw-gradient-to-position);
}

.cl-to-g0-red-100\/45 {
  --tw-gradient-to: #f7dad473 var(--tw-gradient-to-position);
}

.cl-to-g0-red-100\/5 {
  --tw-gradient-to: #f7dad40d var(--tw-gradient-to-position);
}

.cl-to-g0-red-100\/50 {
  --tw-gradient-to: #f7dad480 var(--tw-gradient-to-position);
}

.cl-to-g0-red-100\/55 {
  --tw-gradient-to: #f7dad48c var(--tw-gradient-to-position);
}

.cl-to-g0-red-100\/60 {
  --tw-gradient-to: #f7dad499 var(--tw-gradient-to-position);
}

.cl-to-g0-red-100\/65 {
  --tw-gradient-to: #f7dad4a6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-100\/70 {
  --tw-gradient-to: #f7dad4b3 var(--tw-gradient-to-position);
}

.cl-to-g0-red-100\/75 {
  --tw-gradient-to: #f7dad4bf var(--tw-gradient-to-position);
}

.cl-to-g0-red-100\/80 {
  --tw-gradient-to: #f7dad4cc var(--tw-gradient-to-position);
}

.cl-to-g0-red-100\/85 {
  --tw-gradient-to: #f7dad4d9 var(--tw-gradient-to-position);
}

.cl-to-g0-red-100\/90 {
  --tw-gradient-to: #f7dad4e6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-100\/95 {
  --tw-gradient-to: #f7dad4f2 var(--tw-gradient-to-position);
}

.cl-to-g0-red-200 {
  --tw-gradient-to: #f0bab2 var(--tw-gradient-to-position);
}

.cl-to-g0-red-200\/0 {
  --tw-gradient-to: #f0bbb200 var(--tw-gradient-to-position);
}

.cl-to-g0-red-200\/10 {
  --tw-gradient-to: #f0bbb21a var(--tw-gradient-to-position);
}

.cl-to-g0-red-200\/100 {
  --tw-gradient-to: #f0bab2 var(--tw-gradient-to-position);
}

.cl-to-g0-red-200\/15 {
  --tw-gradient-to: #f0bbb226 var(--tw-gradient-to-position);
}

.cl-to-g0-red-200\/20 {
  --tw-gradient-to: #f0bbb233 var(--tw-gradient-to-position);
}

.cl-to-g0-red-200\/25 {
  --tw-gradient-to: #f0bbb240 var(--tw-gradient-to-position);
}

.cl-to-g0-red-200\/30 {
  --tw-gradient-to: #f0bbb24d var(--tw-gradient-to-position);
}

.cl-to-g0-red-200\/35 {
  --tw-gradient-to: #f0bbb259 var(--tw-gradient-to-position);
}

.cl-to-g0-red-200\/40 {
  --tw-gradient-to: #f0bbb266 var(--tw-gradient-to-position);
}

.cl-to-g0-red-200\/45 {
  --tw-gradient-to: #f0bbb273 var(--tw-gradient-to-position);
}

.cl-to-g0-red-200\/5 {
  --tw-gradient-to: #f0bbb20d var(--tw-gradient-to-position);
}

.cl-to-g0-red-200\/50 {
  --tw-gradient-to: #f0bbb280 var(--tw-gradient-to-position);
}

.cl-to-g0-red-200\/55 {
  --tw-gradient-to: #f0bbb28c var(--tw-gradient-to-position);
}

.cl-to-g0-red-200\/60 {
  --tw-gradient-to: #f0bbb299 var(--tw-gradient-to-position);
}

.cl-to-g0-red-200\/65 {
  --tw-gradient-to: #f0bbb2a6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-200\/70 {
  --tw-gradient-to: #f0bbb2b3 var(--tw-gradient-to-position);
}

.cl-to-g0-red-200\/75 {
  --tw-gradient-to: #f0bbb2bf var(--tw-gradient-to-position);
}

.cl-to-g0-red-200\/80 {
  --tw-gradient-to: #f0bbb2cc var(--tw-gradient-to-position);
}

.cl-to-g0-red-200\/85 {
  --tw-gradient-to: #f0bbb2d9 var(--tw-gradient-to-position);
}

.cl-to-g0-red-200\/90 {
  --tw-gradient-to: #f0bbb2e6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-200\/95 {
  --tw-gradient-to: #f0bbb2f2 var(--tw-gradient-to-position);
}

.cl-to-g0-red-300 {
  --tw-gradient-to: #e99689 var(--tw-gradient-to-position);
}

.cl-to-g0-red-300\/0 {
  --tw-gradient-to: #ea978b00 var(--tw-gradient-to-position);
}

.cl-to-g0-red-300\/10 {
  --tw-gradient-to: #ea978b1a var(--tw-gradient-to-position);
}

.cl-to-g0-red-300\/100 {
  --tw-gradient-to: #e99689 var(--tw-gradient-to-position);
}

.cl-to-g0-red-300\/15 {
  --tw-gradient-to: #ea978b26 var(--tw-gradient-to-position);
}

.cl-to-g0-red-300\/20 {
  --tw-gradient-to: #ea978b33 var(--tw-gradient-to-position);
}

.cl-to-g0-red-300\/25 {
  --tw-gradient-to: #ea978b40 var(--tw-gradient-to-position);
}

.cl-to-g0-red-300\/30 {
  --tw-gradient-to: #ea978b4d var(--tw-gradient-to-position);
}

.cl-to-g0-red-300\/35 {
  --tw-gradient-to: #ea978b59 var(--tw-gradient-to-position);
}

.cl-to-g0-red-300\/40 {
  --tw-gradient-to: #ea978b66 var(--tw-gradient-to-position);
}

.cl-to-g0-red-300\/45 {
  --tw-gradient-to: #ea978b73 var(--tw-gradient-to-position);
}

.cl-to-g0-red-300\/5 {
  --tw-gradient-to: #ea978b0d var(--tw-gradient-to-position);
}

.cl-to-g0-red-300\/50 {
  --tw-gradient-to: #ea978b80 var(--tw-gradient-to-position);
}

.cl-to-g0-red-300\/55 {
  --tw-gradient-to: #ea978b8c var(--tw-gradient-to-position);
}

.cl-to-g0-red-300\/60 {
  --tw-gradient-to: #ea978b99 var(--tw-gradient-to-position);
}

.cl-to-g0-red-300\/65 {
  --tw-gradient-to: #ea978ba6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-300\/70 {
  --tw-gradient-to: #ea978bb3 var(--tw-gradient-to-position);
}

.cl-to-g0-red-300\/75 {
  --tw-gradient-to: #ea978bbf var(--tw-gradient-to-position);
}

.cl-to-g0-red-300\/80 {
  --tw-gradient-to: #ea978bcc var(--tw-gradient-to-position);
}

.cl-to-g0-red-300\/85 {
  --tw-gradient-to: #ea978bd9 var(--tw-gradient-to-position);
}

.cl-to-g0-red-300\/90 {
  --tw-gradient-to: #ea978be6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-300\/95 {
  --tw-gradient-to: #ea978bf2 var(--tw-gradient-to-position);
}

.cl-to-g0-red-400 {
  --tw-gradient-to: #e06e5c var(--tw-gradient-to-position);
}

.cl-to-g0-red-400\/0 {
  --tw-gradient-to: #e06e5c00 var(--tw-gradient-to-position);
}

.cl-to-g0-red-400\/10 {
  --tw-gradient-to: #e06e5c1a var(--tw-gradient-to-position);
}

.cl-to-g0-red-400\/100 {
  --tw-gradient-to: #e06e5c var(--tw-gradient-to-position);
}

.cl-to-g0-red-400\/15 {
  --tw-gradient-to: #e06e5c26 var(--tw-gradient-to-position);
}

.cl-to-g0-red-400\/20 {
  --tw-gradient-to: #e06e5c33 var(--tw-gradient-to-position);
}

.cl-to-g0-red-400\/25 {
  --tw-gradient-to: #e06e5c40 var(--tw-gradient-to-position);
}

.cl-to-g0-red-400\/30 {
  --tw-gradient-to: #e06e5c4d var(--tw-gradient-to-position);
}

.cl-to-g0-red-400\/35 {
  --tw-gradient-to: #e06e5c59 var(--tw-gradient-to-position);
}

.cl-to-g0-red-400\/40 {
  --tw-gradient-to: #e06e5c66 var(--tw-gradient-to-position);
}

.cl-to-g0-red-400\/45 {
  --tw-gradient-to: #e06e5c73 var(--tw-gradient-to-position);
}

.cl-to-g0-red-400\/5 {
  --tw-gradient-to: #e06e5c0d var(--tw-gradient-to-position);
}

.cl-to-g0-red-400\/50 {
  --tw-gradient-to: #e06e5c80 var(--tw-gradient-to-position);
}

.cl-to-g0-red-400\/55 {
  --tw-gradient-to: #e06e5c8c var(--tw-gradient-to-position);
}

.cl-to-g0-red-400\/60 {
  --tw-gradient-to: #e06e5c99 var(--tw-gradient-to-position);
}

.cl-to-g0-red-400\/65 {
  --tw-gradient-to: #e06e5ca6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-400\/70 {
  --tw-gradient-to: #e06e5cb3 var(--tw-gradient-to-position);
}

.cl-to-g0-red-400\/75 {
  --tw-gradient-to: #e06e5cbf var(--tw-gradient-to-position);
}

.cl-to-g0-red-400\/80 {
  --tw-gradient-to: #e06e5ccc var(--tw-gradient-to-position);
}

.cl-to-g0-red-400\/85 {
  --tw-gradient-to: #e06e5cd9 var(--tw-gradient-to-position);
}

.cl-to-g0-red-400\/90 {
  --tw-gradient-to: #e06e5ce6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-400\/95 {
  --tw-gradient-to: #e06e5cf2 var(--tw-gradient-to-position);
}

.cl-to-g0-red-50 {
  --tw-gradient-to: #fdf7f6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-50\/0 {
  --tw-gradient-to: #fdf8f700 var(--tw-gradient-to-position);
}

.cl-to-g0-red-50\/10 {
  --tw-gradient-to: #fdf8f71a var(--tw-gradient-to-position);
}

.cl-to-g0-red-50\/100 {
  --tw-gradient-to: #fdf7f6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-50\/15 {
  --tw-gradient-to: #fdf8f726 var(--tw-gradient-to-position);
}

.cl-to-g0-red-50\/20 {
  --tw-gradient-to: #fdf8f733 var(--tw-gradient-to-position);
}

.cl-to-g0-red-50\/25 {
  --tw-gradient-to: #fdf8f740 var(--tw-gradient-to-position);
}

.cl-to-g0-red-50\/30 {
  --tw-gradient-to: #fdf8f74d var(--tw-gradient-to-position);
}

.cl-to-g0-red-50\/35 {
  --tw-gradient-to: #fdf8f759 var(--tw-gradient-to-position);
}

.cl-to-g0-red-50\/40 {
  --tw-gradient-to: #fdf8f766 var(--tw-gradient-to-position);
}

.cl-to-g0-red-50\/45 {
  --tw-gradient-to: #fdf8f773 var(--tw-gradient-to-position);
}

.cl-to-g0-red-50\/5 {
  --tw-gradient-to: #fdf8f70d var(--tw-gradient-to-position);
}

.cl-to-g0-red-50\/50 {
  --tw-gradient-to: #fdf8f780 var(--tw-gradient-to-position);
}

.cl-to-g0-red-50\/55 {
  --tw-gradient-to: #fdf8f78c var(--tw-gradient-to-position);
}

.cl-to-g0-red-50\/60 {
  --tw-gradient-to: #fdf8f799 var(--tw-gradient-to-position);
}

.cl-to-g0-red-50\/65 {
  --tw-gradient-to: #fdf8f7a6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-50\/70 {
  --tw-gradient-to: #fdf8f7b3 var(--tw-gradient-to-position);
}

.cl-to-g0-red-50\/75 {
  --tw-gradient-to: #fdf8f7bf var(--tw-gradient-to-position);
}

.cl-to-g0-red-50\/80 {
  --tw-gradient-to: #fdf8f7cc var(--tw-gradient-to-position);
}

.cl-to-g0-red-50\/85 {
  --tw-gradient-to: #fdf8f7d9 var(--tw-gradient-to-position);
}

.cl-to-g0-red-50\/90 {
  --tw-gradient-to: #fdf8f7e6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-50\/95 {
  --tw-gradient-to: #fdf8f7f2 var(--tw-gradient-to-position);
}

.cl-to-g0-red-500 {
  --tw-gradient-to: #d4351c var(--tw-gradient-to-position);
}

.cl-to-g0-red-500\/0 {
  --tw-gradient-to: #d4351c00 var(--tw-gradient-to-position);
}

.cl-to-g0-red-500\/10 {
  --tw-gradient-to: #d4351c1a var(--tw-gradient-to-position);
}

.cl-to-g0-red-500\/100 {
  --tw-gradient-to: #d4351c var(--tw-gradient-to-position);
}

.cl-to-g0-red-500\/15 {
  --tw-gradient-to: #d4351c26 var(--tw-gradient-to-position);
}

.cl-to-g0-red-500\/20 {
  --tw-gradient-to: #d4351c33 var(--tw-gradient-to-position);
}

.cl-to-g0-red-500\/25 {
  --tw-gradient-to: #d4351c40 var(--tw-gradient-to-position);
}

.cl-to-g0-red-500\/30 {
  --tw-gradient-to: #d4351c4d var(--tw-gradient-to-position);
}

.cl-to-g0-red-500\/35 {
  --tw-gradient-to: #d4351c59 var(--tw-gradient-to-position);
}

.cl-to-g0-red-500\/40 {
  --tw-gradient-to: #d4351c66 var(--tw-gradient-to-position);
}

.cl-to-g0-red-500\/45 {
  --tw-gradient-to: #d4351c73 var(--tw-gradient-to-position);
}

.cl-to-g0-red-500\/5 {
  --tw-gradient-to: #d4351c0d var(--tw-gradient-to-position);
}

.cl-to-g0-red-500\/50 {
  --tw-gradient-to: #d4351c80 var(--tw-gradient-to-position);
}

.cl-to-g0-red-500\/55 {
  --tw-gradient-to: #d4351c8c var(--tw-gradient-to-position);
}

.cl-to-g0-red-500\/60 {
  --tw-gradient-to: #d4351c99 var(--tw-gradient-to-position);
}

.cl-to-g0-red-500\/65 {
  --tw-gradient-to: #d4351ca6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-500\/70 {
  --tw-gradient-to: #d4351cb3 var(--tw-gradient-to-position);
}

.cl-to-g0-red-500\/75 {
  --tw-gradient-to: #d4351cbf var(--tw-gradient-to-position);
}

.cl-to-g0-red-500\/80 {
  --tw-gradient-to: #d4351ccc var(--tw-gradient-to-position);
}

.cl-to-g0-red-500\/85 {
  --tw-gradient-to: #d4351cd9 var(--tw-gradient-to-position);
}

.cl-to-g0-red-500\/90 {
  --tw-gradient-to: #d4351ce6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-500\/95 {
  --tw-gradient-to: #d4351cf2 var(--tw-gradient-to-position);
}

.cl-to-g0-red-600 {
  --tw-gradient-to: #992614 var(--tw-gradient-to-position);
}

.cl-to-g0-red-600\/0 {
  --tw-gradient-to: #99261400 var(--tw-gradient-to-position);
}

.cl-to-g0-red-600\/10 {
  --tw-gradient-to: #9926141a var(--tw-gradient-to-position);
}

.cl-to-g0-red-600\/100 {
  --tw-gradient-to: #992614 var(--tw-gradient-to-position);
}

.cl-to-g0-red-600\/15 {
  --tw-gradient-to: #99261426 var(--tw-gradient-to-position);
}

.cl-to-g0-red-600\/20 {
  --tw-gradient-to: #99261433 var(--tw-gradient-to-position);
}

.cl-to-g0-red-600\/25 {
  --tw-gradient-to: #99261440 var(--tw-gradient-to-position);
}

.cl-to-g0-red-600\/30 {
  --tw-gradient-to: #9926144d var(--tw-gradient-to-position);
}

.cl-to-g0-red-600\/35 {
  --tw-gradient-to: #99261459 var(--tw-gradient-to-position);
}

.cl-to-g0-red-600\/40 {
  --tw-gradient-to: #99261466 var(--tw-gradient-to-position);
}

.cl-to-g0-red-600\/45 {
  --tw-gradient-to: #99261473 var(--tw-gradient-to-position);
}

.cl-to-g0-red-600\/5 {
  --tw-gradient-to: #9926140d var(--tw-gradient-to-position);
}

.cl-to-g0-red-600\/50 {
  --tw-gradient-to: #99261480 var(--tw-gradient-to-position);
}

.cl-to-g0-red-600\/55 {
  --tw-gradient-to: #9926148c var(--tw-gradient-to-position);
}

.cl-to-g0-red-600\/60 {
  --tw-gradient-to: #99261499 var(--tw-gradient-to-position);
}

.cl-to-g0-red-600\/65 {
  --tw-gradient-to: #992614a6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-600\/70 {
  --tw-gradient-to: #992614b3 var(--tw-gradient-to-position);
}

.cl-to-g0-red-600\/75 {
  --tw-gradient-to: #992614bf var(--tw-gradient-to-position);
}

.cl-to-g0-red-600\/80 {
  --tw-gradient-to: #992614cc var(--tw-gradient-to-position);
}

.cl-to-g0-red-600\/85 {
  --tw-gradient-to: #992614d9 var(--tw-gradient-to-position);
}

.cl-to-g0-red-600\/90 {
  --tw-gradient-to: #992614e6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-600\/95 {
  --tw-gradient-to: #992614f2 var(--tw-gradient-to-position);
}

.cl-to-g0-red-700 {
  --tw-gradient-to: #6e1c0f var(--tw-gradient-to-position);
}

.cl-to-g0-red-700\/0 {
  --tw-gradient-to: #6e1c0f00 var(--tw-gradient-to-position);
}

.cl-to-g0-red-700\/10 {
  --tw-gradient-to: #6e1c0f1a var(--tw-gradient-to-position);
}

.cl-to-g0-red-700\/100 {
  --tw-gradient-to: #6e1c0f var(--tw-gradient-to-position);
}

.cl-to-g0-red-700\/15 {
  --tw-gradient-to: #6e1c0f26 var(--tw-gradient-to-position);
}

.cl-to-g0-red-700\/20 {
  --tw-gradient-to: #6e1c0f33 var(--tw-gradient-to-position);
}

.cl-to-g0-red-700\/25 {
  --tw-gradient-to: #6e1c0f40 var(--tw-gradient-to-position);
}

.cl-to-g0-red-700\/30 {
  --tw-gradient-to: #6e1c0f4d var(--tw-gradient-to-position);
}

.cl-to-g0-red-700\/35 {
  --tw-gradient-to: #6e1c0f59 var(--tw-gradient-to-position);
}

.cl-to-g0-red-700\/40 {
  --tw-gradient-to: #6e1c0f66 var(--tw-gradient-to-position);
}

.cl-to-g0-red-700\/45 {
  --tw-gradient-to: #6e1c0f73 var(--tw-gradient-to-position);
}

.cl-to-g0-red-700\/5 {
  --tw-gradient-to: #6e1c0f0d var(--tw-gradient-to-position);
}

.cl-to-g0-red-700\/50 {
  --tw-gradient-to: #6e1c0f80 var(--tw-gradient-to-position);
}

.cl-to-g0-red-700\/55 {
  --tw-gradient-to: #6e1c0f8c var(--tw-gradient-to-position);
}

.cl-to-g0-red-700\/60 {
  --tw-gradient-to: #6e1c0f99 var(--tw-gradient-to-position);
}

.cl-to-g0-red-700\/65 {
  --tw-gradient-to: #6e1c0fa6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-700\/70 {
  --tw-gradient-to: #6e1c0fb3 var(--tw-gradient-to-position);
}

.cl-to-g0-red-700\/75 {
  --tw-gradient-to: #6e1c0fbf var(--tw-gradient-to-position);
}

.cl-to-g0-red-700\/80 {
  --tw-gradient-to: #6e1c0fcc var(--tw-gradient-to-position);
}

.cl-to-g0-red-700\/85 {
  --tw-gradient-to: #6e1c0fd9 var(--tw-gradient-to-position);
}

.cl-to-g0-red-700\/90 {
  --tw-gradient-to: #6e1c0fe6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-700\/95 {
  --tw-gradient-to: #6e1c0ff2 var(--tw-gradient-to-position);
}

.cl-to-g0-red-75 {
  --tw-gradient-to: #fae9e6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-75\/0 {
  --tw-gradient-to: #fae9e500 var(--tw-gradient-to-position);
}

.cl-to-g0-red-75\/10 {
  --tw-gradient-to: #fae9e51a var(--tw-gradient-to-position);
}

.cl-to-g0-red-75\/100 {
  --tw-gradient-to: #fae9e6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-75\/15 {
  --tw-gradient-to: #fae9e526 var(--tw-gradient-to-position);
}

.cl-to-g0-red-75\/20 {
  --tw-gradient-to: #fae9e533 var(--tw-gradient-to-position);
}

.cl-to-g0-red-75\/25 {
  --tw-gradient-to: #fae9e540 var(--tw-gradient-to-position);
}

.cl-to-g0-red-75\/30 {
  --tw-gradient-to: #fae9e54d var(--tw-gradient-to-position);
}

.cl-to-g0-red-75\/35 {
  --tw-gradient-to: #fae9e559 var(--tw-gradient-to-position);
}

.cl-to-g0-red-75\/40 {
  --tw-gradient-to: #fae9e566 var(--tw-gradient-to-position);
}

.cl-to-g0-red-75\/45 {
  --tw-gradient-to: #fae9e573 var(--tw-gradient-to-position);
}

.cl-to-g0-red-75\/5 {
  --tw-gradient-to: #fae9e50d var(--tw-gradient-to-position);
}

.cl-to-g0-red-75\/50 {
  --tw-gradient-to: #fae9e580 var(--tw-gradient-to-position);
}

.cl-to-g0-red-75\/55 {
  --tw-gradient-to: #fae9e58c var(--tw-gradient-to-position);
}

.cl-to-g0-red-75\/60 {
  --tw-gradient-to: #fae9e599 var(--tw-gradient-to-position);
}

.cl-to-g0-red-75\/65 {
  --tw-gradient-to: #fae9e5a6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-75\/70 {
  --tw-gradient-to: #fae9e5b3 var(--tw-gradient-to-position);
}

.cl-to-g0-red-75\/75 {
  --tw-gradient-to: #fae9e5bf var(--tw-gradient-to-position);
}

.cl-to-g0-red-75\/80 {
  --tw-gradient-to: #fae9e5cc var(--tw-gradient-to-position);
}

.cl-to-g0-red-75\/85 {
  --tw-gradient-to: #fae9e5d9 var(--tw-gradient-to-position);
}

.cl-to-g0-red-75\/90 {
  --tw-gradient-to: #fae9e5e6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-75\/95 {
  --tw-gradient-to: #fae9e5f2 var(--tw-gradient-to-position);
}

.cl-to-g0-red-800 {
  --tw-gradient-to: #48120a var(--tw-gradient-to-position);
}

.cl-to-g0-red-800\/0 {
  --tw-gradient-to: #48120a00 var(--tw-gradient-to-position);
}

.cl-to-g0-red-800\/10 {
  --tw-gradient-to: #48120a1a var(--tw-gradient-to-position);
}

.cl-to-g0-red-800\/100 {
  --tw-gradient-to: #48120a var(--tw-gradient-to-position);
}

.cl-to-g0-red-800\/15 {
  --tw-gradient-to: #48120a26 var(--tw-gradient-to-position);
}

.cl-to-g0-red-800\/20 {
  --tw-gradient-to: #48120a33 var(--tw-gradient-to-position);
}

.cl-to-g0-red-800\/25 {
  --tw-gradient-to: #48120a40 var(--tw-gradient-to-position);
}

.cl-to-g0-red-800\/30 {
  --tw-gradient-to: #48120a4d var(--tw-gradient-to-position);
}

.cl-to-g0-red-800\/35 {
  --tw-gradient-to: #48120a59 var(--tw-gradient-to-position);
}

.cl-to-g0-red-800\/40 {
  --tw-gradient-to: #48120a66 var(--tw-gradient-to-position);
}

.cl-to-g0-red-800\/45 {
  --tw-gradient-to: #48120a73 var(--tw-gradient-to-position);
}

.cl-to-g0-red-800\/5 {
  --tw-gradient-to: #48120a0d var(--tw-gradient-to-position);
}

.cl-to-g0-red-800\/50 {
  --tw-gradient-to: #48120a80 var(--tw-gradient-to-position);
}

.cl-to-g0-red-800\/55 {
  --tw-gradient-to: #48120a8c var(--tw-gradient-to-position);
}

.cl-to-g0-red-800\/60 {
  --tw-gradient-to: #48120a99 var(--tw-gradient-to-position);
}

.cl-to-g0-red-800\/65 {
  --tw-gradient-to: #48120aa6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-800\/70 {
  --tw-gradient-to: #48120ab3 var(--tw-gradient-to-position);
}

.cl-to-g0-red-800\/75 {
  --tw-gradient-to: #48120abf var(--tw-gradient-to-position);
}

.cl-to-g0-red-800\/80 {
  --tw-gradient-to: #48120acc var(--tw-gradient-to-position);
}

.cl-to-g0-red-800\/85 {
  --tw-gradient-to: #48120ad9 var(--tw-gradient-to-position);
}

.cl-to-g0-red-800\/90 {
  --tw-gradient-to: #48120ae6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-800\/95 {
  --tw-gradient-to: #48120af2 var(--tw-gradient-to-position);
}

.cl-to-g0-red-900 {
  --tw-gradient-to: #260a05 var(--tw-gradient-to-position);
}

.cl-to-g0-red-900\/0 {
  --tw-gradient-to: #260a0500 var(--tw-gradient-to-position);
}

.cl-to-g0-red-900\/10 {
  --tw-gradient-to: #260a051a var(--tw-gradient-to-position);
}

.cl-to-g0-red-900\/100 {
  --tw-gradient-to: #260a05 var(--tw-gradient-to-position);
}

.cl-to-g0-red-900\/15 {
  --tw-gradient-to: #260a0526 var(--tw-gradient-to-position);
}

.cl-to-g0-red-900\/20 {
  --tw-gradient-to: #260a0533 var(--tw-gradient-to-position);
}

.cl-to-g0-red-900\/25 {
  --tw-gradient-to: #260a0540 var(--tw-gradient-to-position);
}

.cl-to-g0-red-900\/30 {
  --tw-gradient-to: #260a054d var(--tw-gradient-to-position);
}

.cl-to-g0-red-900\/35 {
  --tw-gradient-to: #260a0559 var(--tw-gradient-to-position);
}

.cl-to-g0-red-900\/40 {
  --tw-gradient-to: #260a0566 var(--tw-gradient-to-position);
}

.cl-to-g0-red-900\/45 {
  --tw-gradient-to: #260a0573 var(--tw-gradient-to-position);
}

.cl-to-g0-red-900\/5 {
  --tw-gradient-to: #260a050d var(--tw-gradient-to-position);
}

.cl-to-g0-red-900\/50 {
  --tw-gradient-to: #260a0580 var(--tw-gradient-to-position);
}

.cl-to-g0-red-900\/55 {
  --tw-gradient-to: #260a058c var(--tw-gradient-to-position);
}

.cl-to-g0-red-900\/60 {
  --tw-gradient-to: #260a0599 var(--tw-gradient-to-position);
}

.cl-to-g0-red-900\/65 {
  --tw-gradient-to: #260a05a6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-900\/70 {
  --tw-gradient-to: #260a05b3 var(--tw-gradient-to-position);
}

.cl-to-g0-red-900\/75 {
  --tw-gradient-to: #260a05bf var(--tw-gradient-to-position);
}

.cl-to-g0-red-900\/80 {
  --tw-gradient-to: #260a05cc var(--tw-gradient-to-position);
}

.cl-to-g0-red-900\/85 {
  --tw-gradient-to: #260a05d9 var(--tw-gradient-to-position);
}

.cl-to-g0-red-900\/90 {
  --tw-gradient-to: #260a05e6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-900\/95 {
  --tw-gradient-to: #260a05f2 var(--tw-gradient-to-position);
}

.cl-to-g0-red-925 {
  --tw-gradient-to: #170603 var(--tw-gradient-to-position);
}

.cl-to-g0-red-925\/0 {
  --tw-gradient-to: #17060300 var(--tw-gradient-to-position);
}

.cl-to-g0-red-925\/10 {
  --tw-gradient-to: #1706031a var(--tw-gradient-to-position);
}

.cl-to-g0-red-925\/100 {
  --tw-gradient-to: #170603 var(--tw-gradient-to-position);
}

.cl-to-g0-red-925\/15 {
  --tw-gradient-to: #17060326 var(--tw-gradient-to-position);
}

.cl-to-g0-red-925\/20 {
  --tw-gradient-to: #17060333 var(--tw-gradient-to-position);
}

.cl-to-g0-red-925\/25 {
  --tw-gradient-to: #17060340 var(--tw-gradient-to-position);
}

.cl-to-g0-red-925\/30 {
  --tw-gradient-to: #1706034d var(--tw-gradient-to-position);
}

.cl-to-g0-red-925\/35 {
  --tw-gradient-to: #17060359 var(--tw-gradient-to-position);
}

.cl-to-g0-red-925\/40 {
  --tw-gradient-to: #17060366 var(--tw-gradient-to-position);
}

.cl-to-g0-red-925\/45 {
  --tw-gradient-to: #17060373 var(--tw-gradient-to-position);
}

.cl-to-g0-red-925\/5 {
  --tw-gradient-to: #1706030d var(--tw-gradient-to-position);
}

.cl-to-g0-red-925\/50 {
  --tw-gradient-to: #17060380 var(--tw-gradient-to-position);
}

.cl-to-g0-red-925\/55 {
  --tw-gradient-to: #1706038c var(--tw-gradient-to-position);
}

.cl-to-g0-red-925\/60 {
  --tw-gradient-to: #17060399 var(--tw-gradient-to-position);
}

.cl-to-g0-red-925\/65 {
  --tw-gradient-to: #170603a6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-925\/70 {
  --tw-gradient-to: #170603b3 var(--tw-gradient-to-position);
}

.cl-to-g0-red-925\/75 {
  --tw-gradient-to: #170603bf var(--tw-gradient-to-position);
}

.cl-to-g0-red-925\/80 {
  --tw-gradient-to: #170603cc var(--tw-gradient-to-position);
}

.cl-to-g0-red-925\/85 {
  --tw-gradient-to: #170603d9 var(--tw-gradient-to-position);
}

.cl-to-g0-red-925\/90 {
  --tw-gradient-to: #170603e6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-925\/95 {
  --tw-gradient-to: #170603f2 var(--tw-gradient-to-position);
}

.cl-to-g0-red-950 {
  --tw-gradient-to: #080201 var(--tw-gradient-to-position);
}

.cl-to-g0-red-950\/0 {
  --tw-gradient-to: #08020100 var(--tw-gradient-to-position);
}

.cl-to-g0-red-950\/10 {
  --tw-gradient-to: #0802011a var(--tw-gradient-to-position);
}

.cl-to-g0-red-950\/100 {
  --tw-gradient-to: #080201 var(--tw-gradient-to-position);
}

.cl-to-g0-red-950\/15 {
  --tw-gradient-to: #08020126 var(--tw-gradient-to-position);
}

.cl-to-g0-red-950\/20 {
  --tw-gradient-to: #08020133 var(--tw-gradient-to-position);
}

.cl-to-g0-red-950\/25 {
  --tw-gradient-to: #08020140 var(--tw-gradient-to-position);
}

.cl-to-g0-red-950\/30 {
  --tw-gradient-to: #0802014d var(--tw-gradient-to-position);
}

.cl-to-g0-red-950\/35 {
  --tw-gradient-to: #08020159 var(--tw-gradient-to-position);
}

.cl-to-g0-red-950\/40 {
  --tw-gradient-to: #08020166 var(--tw-gradient-to-position);
}

.cl-to-g0-red-950\/45 {
  --tw-gradient-to: #08020173 var(--tw-gradient-to-position);
}

.cl-to-g0-red-950\/5 {
  --tw-gradient-to: #0802010d var(--tw-gradient-to-position);
}

.cl-to-g0-red-950\/50 {
  --tw-gradient-to: #08020180 var(--tw-gradient-to-position);
}

.cl-to-g0-red-950\/55 {
  --tw-gradient-to: #0802018c var(--tw-gradient-to-position);
}

.cl-to-g0-red-950\/60 {
  --tw-gradient-to: #08020199 var(--tw-gradient-to-position);
}

.cl-to-g0-red-950\/65 {
  --tw-gradient-to: #080201a6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-950\/70 {
  --tw-gradient-to: #080201b3 var(--tw-gradient-to-position);
}

.cl-to-g0-red-950\/75 {
  --tw-gradient-to: #080201bf var(--tw-gradient-to-position);
}

.cl-to-g0-red-950\/80 {
  --tw-gradient-to: #080201cc var(--tw-gradient-to-position);
}

.cl-to-g0-red-950\/85 {
  --tw-gradient-to: #080201d9 var(--tw-gradient-to-position);
}

.cl-to-g0-red-950\/90 {
  --tw-gradient-to: #080201e6 var(--tw-gradient-to-position);
}

.cl-to-g0-red-950\/95 {
  --tw-gradient-to: #080201f2 var(--tw-gradient-to-position);
}

.cl-to-g0-sand {
  --tw-gradient-to: #f6f5f1 var(--tw-gradient-to-position);
}

.cl-to-g0-sand\/0 {
  --tw-gradient-to: #f5f4ef00 var(--tw-gradient-to-position);
}

.cl-to-g0-sand\/10 {
  --tw-gradient-to: #f5f4ef1a var(--tw-gradient-to-position);
}

.cl-to-g0-sand\/100 {
  --tw-gradient-to: #f6f5f1 var(--tw-gradient-to-position);
}

.cl-to-g0-sand\/15 {
  --tw-gradient-to: #f5f4ef26 var(--tw-gradient-to-position);
}

.cl-to-g0-sand\/20 {
  --tw-gradient-to: #f5f4ef33 var(--tw-gradient-to-position);
}

.cl-to-g0-sand\/25 {
  --tw-gradient-to: #f5f4ef40 var(--tw-gradient-to-position);
}

.cl-to-g0-sand\/30 {
  --tw-gradient-to: #f5f4ef4d var(--tw-gradient-to-position);
}

.cl-to-g0-sand\/35 {
  --tw-gradient-to: #f5f4ef59 var(--tw-gradient-to-position);
}

.cl-to-g0-sand\/40 {
  --tw-gradient-to: #f5f4ef66 var(--tw-gradient-to-position);
}

.cl-to-g0-sand\/45 {
  --tw-gradient-to: #f5f4ef73 var(--tw-gradient-to-position);
}

.cl-to-g0-sand\/5 {
  --tw-gradient-to: #f5f4ef0d var(--tw-gradient-to-position);
}

.cl-to-g0-sand\/50 {
  --tw-gradient-to: #f5f4ef80 var(--tw-gradient-to-position);
}

.cl-to-g0-sand\/55 {
  --tw-gradient-to: #f5f4ef8c var(--tw-gradient-to-position);
}

.cl-to-g0-sand\/60 {
  --tw-gradient-to: #f5f4ef99 var(--tw-gradient-to-position);
}

.cl-to-g0-sand\/65 {
  --tw-gradient-to: #f5f4efa6 var(--tw-gradient-to-position);
}

.cl-to-g0-sand\/70 {
  --tw-gradient-to: #f5f4efb3 var(--tw-gradient-to-position);
}

.cl-to-g0-sand\/75 {
  --tw-gradient-to: #f5f4efbf var(--tw-gradient-to-position);
}

.cl-to-g0-sand\/80 {
  --tw-gradient-to: #f5f4efcc var(--tw-gradient-to-position);
}

.cl-to-g0-sand\/85 {
  --tw-gradient-to: #f5f4efd9 var(--tw-gradient-to-position);
}

.cl-to-g0-sand\/90 {
  --tw-gradient-to: #f5f4efe6 var(--tw-gradient-to-position);
}

.cl-to-g0-sand\/95 {
  --tw-gradient-to: #f5f4eff2 var(--tw-gradient-to-position);
}

.cl-to-g0-secondary {
  --tw-gradient-to: #727172 var(--tw-gradient-to-position);
}

.cl-to-g0-secondary\/0 {
  --tw-gradient-to: #73737300 var(--tw-gradient-to-position);
}

.cl-to-g0-secondary\/10 {
  --tw-gradient-to: #7373731a var(--tw-gradient-to-position);
}

.cl-to-g0-secondary\/100 {
  --tw-gradient-to: #727172 var(--tw-gradient-to-position);
}

.cl-to-g0-secondary\/15 {
  --tw-gradient-to: #73737326 var(--tw-gradient-to-position);
}

.cl-to-g0-secondary\/20 {
  --tw-gradient-to: #73737333 var(--tw-gradient-to-position);
}

.cl-to-g0-secondary\/25 {
  --tw-gradient-to: #73737340 var(--tw-gradient-to-position);
}

.cl-to-g0-secondary\/30 {
  --tw-gradient-to: #7373734d var(--tw-gradient-to-position);
}

.cl-to-g0-secondary\/35 {
  --tw-gradient-to: #73737359 var(--tw-gradient-to-position);
}

.cl-to-g0-secondary\/40 {
  --tw-gradient-to: #73737366 var(--tw-gradient-to-position);
}

.cl-to-g0-secondary\/45 {
  --tw-gradient-to: #73737373 var(--tw-gradient-to-position);
}

.cl-to-g0-secondary\/5 {
  --tw-gradient-to: #7373730d var(--tw-gradient-to-position);
}

.cl-to-g0-secondary\/50 {
  --tw-gradient-to: #73737380 var(--tw-gradient-to-position);
}

.cl-to-g0-secondary\/55 {
  --tw-gradient-to: #7373738c var(--tw-gradient-to-position);
}

.cl-to-g0-secondary\/60 {
  --tw-gradient-to: #73737399 var(--tw-gradient-to-position);
}

.cl-to-g0-secondary\/65 {
  --tw-gradient-to: #737373a6 var(--tw-gradient-to-position);
}

.cl-to-g0-secondary\/70 {
  --tw-gradient-to: #737373b3 var(--tw-gradient-to-position);
}

.cl-to-g0-secondary\/75 {
  --tw-gradient-to: #737373bf var(--tw-gradient-to-position);
}

.cl-to-g0-secondary\/80 {
  --tw-gradient-to: #737373cc var(--tw-gradient-to-position);
}

.cl-to-g0-secondary\/85 {
  --tw-gradient-to: #737373d9 var(--tw-gradient-to-position);
}

.cl-to-g0-secondary\/90 {
  --tw-gradient-to: #737373e6 var(--tw-gradient-to-position);
}

.cl-to-g0-secondary\/95 {
  --tw-gradient-to: #737373f2 var(--tw-gradient-to-position);
}

.cl-to-g0-snow {
  --tw-gradient-to: #fafaf9 var(--tw-gradient-to-position);
}

.cl-to-g0-snow\/0 {
  --tw-gradient-to: #fafaf900 var(--tw-gradient-to-position);
}

.cl-to-g0-snow\/10 {
  --tw-gradient-to: #fafaf91a var(--tw-gradient-to-position);
}

.cl-to-g0-snow\/100 {
  --tw-gradient-to: #fafaf9 var(--tw-gradient-to-position);
}

.cl-to-g0-snow\/15 {
  --tw-gradient-to: #fafaf926 var(--tw-gradient-to-position);
}

.cl-to-g0-snow\/20 {
  --tw-gradient-to: #fafaf933 var(--tw-gradient-to-position);
}

.cl-to-g0-snow\/25 {
  --tw-gradient-to: #fafaf940 var(--tw-gradient-to-position);
}

.cl-to-g0-snow\/30 {
  --tw-gradient-to: #fafaf94d var(--tw-gradient-to-position);
}

.cl-to-g0-snow\/35 {
  --tw-gradient-to: #fafaf959 var(--tw-gradient-to-position);
}

.cl-to-g0-snow\/40 {
  --tw-gradient-to: #fafaf966 var(--tw-gradient-to-position);
}

.cl-to-g0-snow\/45 {
  --tw-gradient-to: #fafaf973 var(--tw-gradient-to-position);
}

.cl-to-g0-snow\/5 {
  --tw-gradient-to: #fafaf90d var(--tw-gradient-to-position);
}

.cl-to-g0-snow\/50 {
  --tw-gradient-to: #fafaf980 var(--tw-gradient-to-position);
}

.cl-to-g0-snow\/55 {
  --tw-gradient-to: #fafaf98c var(--tw-gradient-to-position);
}

.cl-to-g0-snow\/60 {
  --tw-gradient-to: #fafaf999 var(--tw-gradient-to-position);
}

.cl-to-g0-snow\/65 {
  --tw-gradient-to: #fafaf9a6 var(--tw-gradient-to-position);
}

.cl-to-g0-snow\/70 {
  --tw-gradient-to: #fafaf9b3 var(--tw-gradient-to-position);
}

.cl-to-g0-snow\/75 {
  --tw-gradient-to: #fafaf9bf var(--tw-gradient-to-position);
}

.cl-to-g0-snow\/80 {
  --tw-gradient-to: #fafaf9cc var(--tw-gradient-to-position);
}

.cl-to-g0-snow\/85 {
  --tw-gradient-to: #fafaf9d9 var(--tw-gradient-to-position);
}

.cl-to-g0-snow\/90 {
  --tw-gradient-to: #fafaf9e6 var(--tw-gradient-to-position);
}

.cl-to-g0-snow\/95 {
  --tw-gradient-to: #fafaf9f2 var(--tw-gradient-to-position);
}

.cl-to-g0-stone {
  --tw-gradient-to: #f6f6f8 var(--tw-gradient-to-position);
}

.cl-to-g0-stone\/0 {
  --tw-gradient-to: #f6f6f800 var(--tw-gradient-to-position);
}

.cl-to-g0-stone\/10 {
  --tw-gradient-to: #f6f6f81a var(--tw-gradient-to-position);
}

.cl-to-g0-stone\/100 {
  --tw-gradient-to: #f6f6f8 var(--tw-gradient-to-position);
}

.cl-to-g0-stone\/15 {
  --tw-gradient-to: #f6f6f826 var(--tw-gradient-to-position);
}

.cl-to-g0-stone\/20 {
  --tw-gradient-to: #f6f6f833 var(--tw-gradient-to-position);
}

.cl-to-g0-stone\/25 {
  --tw-gradient-to: #f6f6f840 var(--tw-gradient-to-position);
}

.cl-to-g0-stone\/30 {
  --tw-gradient-to: #f6f6f84d var(--tw-gradient-to-position);
}

.cl-to-g0-stone\/35 {
  --tw-gradient-to: #f6f6f859 var(--tw-gradient-to-position);
}

.cl-to-g0-stone\/40 {
  --tw-gradient-to: #f6f6f866 var(--tw-gradient-to-position);
}

.cl-to-g0-stone\/45 {
  --tw-gradient-to: #f6f6f873 var(--tw-gradient-to-position);
}

.cl-to-g0-stone\/5 {
  --tw-gradient-to: #f6f6f80d var(--tw-gradient-to-position);
}

.cl-to-g0-stone\/50 {
  --tw-gradient-to: #f6f6f880 var(--tw-gradient-to-position);
}

.cl-to-g0-stone\/55 {
  --tw-gradient-to: #f6f6f88c var(--tw-gradient-to-position);
}

.cl-to-g0-stone\/60 {
  --tw-gradient-to: #f6f6f899 var(--tw-gradient-to-position);
}

.cl-to-g0-stone\/65 {
  --tw-gradient-to: #f6f6f8a6 var(--tw-gradient-to-position);
}

.cl-to-g0-stone\/70 {
  --tw-gradient-to: #f6f6f8b3 var(--tw-gradient-to-position);
}

.cl-to-g0-stone\/75 {
  --tw-gradient-to: #f6f6f8bf var(--tw-gradient-to-position);
}

.cl-to-g0-stone\/80 {
  --tw-gradient-to: #f6f6f8cc var(--tw-gradient-to-position);
}

.cl-to-g0-stone\/85 {
  --tw-gradient-to: #f6f6f8d9 var(--tw-gradient-to-position);
}

.cl-to-g0-stone\/90 {
  --tw-gradient-to: #f6f6f8e6 var(--tw-gradient-to-position);
}

.cl-to-g0-stone\/95 {
  --tw-gradient-to: #f6f6f8f2 var(--tw-gradient-to-position);
}

.cl-to-g0-tan {
  --tw-gradient-to: #fffbf7 var(--tw-gradient-to-position);
}

.cl-to-g0-tan\/0 {
  --tw-gradient-to: #fffbf700 var(--tw-gradient-to-position);
}

.cl-to-g0-tan\/10 {
  --tw-gradient-to: #fffbf71a var(--tw-gradient-to-position);
}

.cl-to-g0-tan\/100 {
  --tw-gradient-to: #fffbf7 var(--tw-gradient-to-position);
}

.cl-to-g0-tan\/15 {
  --tw-gradient-to: #fffbf726 var(--tw-gradient-to-position);
}

.cl-to-g0-tan\/20 {
  --tw-gradient-to: #fffbf733 var(--tw-gradient-to-position);
}

.cl-to-g0-tan\/25 {
  --tw-gradient-to: #fffbf740 var(--tw-gradient-to-position);
}

.cl-to-g0-tan\/30 {
  --tw-gradient-to: #fffbf74d var(--tw-gradient-to-position);
}

.cl-to-g0-tan\/35 {
  --tw-gradient-to: #fffbf759 var(--tw-gradient-to-position);
}

.cl-to-g0-tan\/40 {
  --tw-gradient-to: #fffbf766 var(--tw-gradient-to-position);
}

.cl-to-g0-tan\/45 {
  --tw-gradient-to: #fffbf773 var(--tw-gradient-to-position);
}

.cl-to-g0-tan\/5 {
  --tw-gradient-to: #fffbf70d var(--tw-gradient-to-position);
}

.cl-to-g0-tan\/50 {
  --tw-gradient-to: #fffbf780 var(--tw-gradient-to-position);
}

.cl-to-g0-tan\/55 {
  --tw-gradient-to: #fffbf78c var(--tw-gradient-to-position);
}

.cl-to-g0-tan\/60 {
  --tw-gradient-to: #fffbf799 var(--tw-gradient-to-position);
}

.cl-to-g0-tan\/65 {
  --tw-gradient-to: #fffbf7a6 var(--tw-gradient-to-position);
}

.cl-to-g0-tan\/70 {
  --tw-gradient-to: #fffbf7b3 var(--tw-gradient-to-position);
}

.cl-to-g0-tan\/75 {
  --tw-gradient-to: #fffbf7bf var(--tw-gradient-to-position);
}

.cl-to-g0-tan\/80 {
  --tw-gradient-to: #fffbf7cc var(--tw-gradient-to-position);
}

.cl-to-g0-tan\/85 {
  --tw-gradient-to: #fffbf7d9 var(--tw-gradient-to-position);
}

.cl-to-g0-tan\/90 {
  --tw-gradient-to: #fffbf7e6 var(--tw-gradient-to-position);
}

.cl-to-g0-tan\/95 {
  --tw-gradient-to: #fffbf7f2 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-10 {
  --tw-gradient-to: #ffffff1a var(--tw-gradient-to-position);
}

.cl-to-g0-whites-10\/0 {
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-10\/10 {
  --tw-gradient-to: #ffffff1a var(--tw-gradient-to-position);
}

.cl-to-g0-whites-10\/100 {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.cl-to-g0-whites-10\/15 {
  --tw-gradient-to: #ffffff26 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-10\/20 {
  --tw-gradient-to: #fff3 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-10\/25 {
  --tw-gradient-to: #ffffff40 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-10\/30 {
  --tw-gradient-to: #ffffff4d var(--tw-gradient-to-position);
}

.cl-to-g0-whites-10\/35 {
  --tw-gradient-to: #ffffff59 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-10\/40 {
  --tw-gradient-to: #fff6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-10\/45 {
  --tw-gradient-to: #ffffff73 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-10\/5 {
  --tw-gradient-to: #ffffff0d var(--tw-gradient-to-position);
}

.cl-to-g0-whites-10\/50 {
  --tw-gradient-to: #ffffff80 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-10\/55 {
  --tw-gradient-to: #ffffff8c var(--tw-gradient-to-position);
}

.cl-to-g0-whites-10\/60 {
  --tw-gradient-to: #fff9 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-10\/65 {
  --tw-gradient-to: #ffffffa6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-10\/70 {
  --tw-gradient-to: #ffffffb3 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-10\/75 {
  --tw-gradient-to: #ffffffbf var(--tw-gradient-to-position);
}

.cl-to-g0-whites-10\/80 {
  --tw-gradient-to: #fffc var(--tw-gradient-to-position);
}

.cl-to-g0-whites-10\/85 {
  --tw-gradient-to: #ffffffd9 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-10\/90 {
  --tw-gradient-to: #ffffffe6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-10\/95 {
  --tw-gradient-to: #fffffff2 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-100 {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.cl-to-g0-whites-100\/0 {
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-100\/10 {
  --tw-gradient-to: #ffffff1a var(--tw-gradient-to-position);
}

.cl-to-g0-whites-100\/100 {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.cl-to-g0-whites-100\/15 {
  --tw-gradient-to: #ffffff26 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-100\/20 {
  --tw-gradient-to: #fff3 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-100\/25 {
  --tw-gradient-to: #ffffff40 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-100\/30 {
  --tw-gradient-to: #ffffff4d var(--tw-gradient-to-position);
}

.cl-to-g0-whites-100\/35 {
  --tw-gradient-to: #ffffff59 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-100\/40 {
  --tw-gradient-to: #fff6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-100\/45 {
  --tw-gradient-to: #ffffff73 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-100\/5 {
  --tw-gradient-to: #ffffff0d var(--tw-gradient-to-position);
}

.cl-to-g0-whites-100\/50 {
  --tw-gradient-to: #ffffff80 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-100\/55 {
  --tw-gradient-to: #ffffff8c var(--tw-gradient-to-position);
}

.cl-to-g0-whites-100\/60 {
  --tw-gradient-to: #fff9 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-100\/65 {
  --tw-gradient-to: #ffffffa6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-100\/70 {
  --tw-gradient-to: #ffffffb3 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-100\/75 {
  --tw-gradient-to: #ffffffbf var(--tw-gradient-to-position);
}

.cl-to-g0-whites-100\/80 {
  --tw-gradient-to: #fffc var(--tw-gradient-to-position);
}

.cl-to-g0-whites-100\/85 {
  --tw-gradient-to: #ffffffd9 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-100\/90 {
  --tw-gradient-to: #ffffffe6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-100\/95 {
  --tw-gradient-to: #fffffff2 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-20 {
  --tw-gradient-to: #fff3 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-20\/0 {
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-20\/10 {
  --tw-gradient-to: #ffffff1a var(--tw-gradient-to-position);
}

.cl-to-g0-whites-20\/100 {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.cl-to-g0-whites-20\/15 {
  --tw-gradient-to: #ffffff26 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-20\/20 {
  --tw-gradient-to: #fff3 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-20\/25 {
  --tw-gradient-to: #ffffff40 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-20\/30 {
  --tw-gradient-to: #ffffff4d var(--tw-gradient-to-position);
}

.cl-to-g0-whites-20\/35 {
  --tw-gradient-to: #ffffff59 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-20\/40 {
  --tw-gradient-to: #fff6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-20\/45 {
  --tw-gradient-to: #ffffff73 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-20\/5 {
  --tw-gradient-to: #ffffff0d var(--tw-gradient-to-position);
}

.cl-to-g0-whites-20\/50 {
  --tw-gradient-to: #ffffff80 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-20\/55 {
  --tw-gradient-to: #ffffff8c var(--tw-gradient-to-position);
}

.cl-to-g0-whites-20\/60 {
  --tw-gradient-to: #fff9 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-20\/65 {
  --tw-gradient-to: #ffffffa6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-20\/70 {
  --tw-gradient-to: #ffffffb3 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-20\/75 {
  --tw-gradient-to: #ffffffbf var(--tw-gradient-to-position);
}

.cl-to-g0-whites-20\/80 {
  --tw-gradient-to: #fffc var(--tw-gradient-to-position);
}

.cl-to-g0-whites-20\/85 {
  --tw-gradient-to: #ffffffd9 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-20\/90 {
  --tw-gradient-to: #ffffffe6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-20\/95 {
  --tw-gradient-to: #fffffff2 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-40 {
  --tw-gradient-to: #fff6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-40\/0 {
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-40\/10 {
  --tw-gradient-to: #ffffff1a var(--tw-gradient-to-position);
}

.cl-to-g0-whites-40\/100 {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.cl-to-g0-whites-40\/15 {
  --tw-gradient-to: #ffffff26 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-40\/20 {
  --tw-gradient-to: #fff3 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-40\/25 {
  --tw-gradient-to: #ffffff40 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-40\/30 {
  --tw-gradient-to: #ffffff4d var(--tw-gradient-to-position);
}

.cl-to-g0-whites-40\/35 {
  --tw-gradient-to: #ffffff59 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-40\/40 {
  --tw-gradient-to: #fff6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-40\/45 {
  --tw-gradient-to: #ffffff73 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-40\/5 {
  --tw-gradient-to: #ffffff0d var(--tw-gradient-to-position);
}

.cl-to-g0-whites-40\/50 {
  --tw-gradient-to: #ffffff80 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-40\/55 {
  --tw-gradient-to: #ffffff8c var(--tw-gradient-to-position);
}

.cl-to-g0-whites-40\/60 {
  --tw-gradient-to: #fff9 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-40\/65 {
  --tw-gradient-to: #ffffffa6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-40\/70 {
  --tw-gradient-to: #ffffffb3 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-40\/75 {
  --tw-gradient-to: #ffffffbf var(--tw-gradient-to-position);
}

.cl-to-g0-whites-40\/80 {
  --tw-gradient-to: #fffc var(--tw-gradient-to-position);
}

.cl-to-g0-whites-40\/85 {
  --tw-gradient-to: #ffffffd9 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-40\/90 {
  --tw-gradient-to: #ffffffe6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-40\/95 {
  --tw-gradient-to: #fffffff2 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-5 {
  --tw-gradient-to: #ffffff0d var(--tw-gradient-to-position);
}

.cl-to-g0-whites-5\/0 {
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-5\/10 {
  --tw-gradient-to: #ffffff1a var(--tw-gradient-to-position);
}

.cl-to-g0-whites-5\/100 {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.cl-to-g0-whites-5\/15 {
  --tw-gradient-to: #ffffff26 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-5\/20 {
  --tw-gradient-to: #fff3 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-5\/25 {
  --tw-gradient-to: #ffffff40 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-5\/30 {
  --tw-gradient-to: #ffffff4d var(--tw-gradient-to-position);
}

.cl-to-g0-whites-5\/35 {
  --tw-gradient-to: #ffffff59 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-5\/40 {
  --tw-gradient-to: #fff6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-5\/45 {
  --tw-gradient-to: #ffffff73 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-5\/5 {
  --tw-gradient-to: #ffffff0d var(--tw-gradient-to-position);
}

.cl-to-g0-whites-5\/50 {
  --tw-gradient-to: #ffffff80 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-5\/55 {
  --tw-gradient-to: #ffffff8c var(--tw-gradient-to-position);
}

.cl-to-g0-whites-5\/60 {
  --tw-gradient-to: #fff9 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-5\/65 {
  --tw-gradient-to: #ffffffa6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-5\/70 {
  --tw-gradient-to: #ffffffb3 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-5\/75 {
  --tw-gradient-to: #ffffffbf var(--tw-gradient-to-position);
}

.cl-to-g0-whites-5\/80 {
  --tw-gradient-to: #fffc var(--tw-gradient-to-position);
}

.cl-to-g0-whites-5\/85 {
  --tw-gradient-to: #ffffffd9 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-5\/90 {
  --tw-gradient-to: #ffffffe6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-5\/95 {
  --tw-gradient-to: #fffffff2 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-60 {
  --tw-gradient-to: #fff9 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-60\/0 {
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-60\/10 {
  --tw-gradient-to: #ffffff1a var(--tw-gradient-to-position);
}

.cl-to-g0-whites-60\/100 {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.cl-to-g0-whites-60\/15 {
  --tw-gradient-to: #ffffff26 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-60\/20 {
  --tw-gradient-to: #fff3 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-60\/25 {
  --tw-gradient-to: #ffffff40 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-60\/30 {
  --tw-gradient-to: #ffffff4d var(--tw-gradient-to-position);
}

.cl-to-g0-whites-60\/35 {
  --tw-gradient-to: #ffffff59 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-60\/40 {
  --tw-gradient-to: #fff6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-60\/45 {
  --tw-gradient-to: #ffffff73 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-60\/5 {
  --tw-gradient-to: #ffffff0d var(--tw-gradient-to-position);
}

.cl-to-g0-whites-60\/50 {
  --tw-gradient-to: #ffffff80 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-60\/55 {
  --tw-gradient-to: #ffffff8c var(--tw-gradient-to-position);
}

.cl-to-g0-whites-60\/60 {
  --tw-gradient-to: #fff9 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-60\/65 {
  --tw-gradient-to: #ffffffa6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-60\/70 {
  --tw-gradient-to: #ffffffb3 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-60\/75 {
  --tw-gradient-to: #ffffffbf var(--tw-gradient-to-position);
}

.cl-to-g0-whites-60\/80 {
  --tw-gradient-to: #fffc var(--tw-gradient-to-position);
}

.cl-to-g0-whites-60\/85 {
  --tw-gradient-to: #ffffffd9 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-60\/90 {
  --tw-gradient-to: #ffffffe6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-60\/95 {
  --tw-gradient-to: #fffffff2 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-80 {
  --tw-gradient-to: #fffc var(--tw-gradient-to-position);
}

.cl-to-g0-whites-80\/0 {
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-80\/10 {
  --tw-gradient-to: #ffffff1a var(--tw-gradient-to-position);
}

.cl-to-g0-whites-80\/100 {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.cl-to-g0-whites-80\/15 {
  --tw-gradient-to: #ffffff26 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-80\/20 {
  --tw-gradient-to: #fff3 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-80\/25 {
  --tw-gradient-to: #ffffff40 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-80\/30 {
  --tw-gradient-to: #ffffff4d var(--tw-gradient-to-position);
}

.cl-to-g0-whites-80\/35 {
  --tw-gradient-to: #ffffff59 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-80\/40 {
  --tw-gradient-to: #fff6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-80\/45 {
  --tw-gradient-to: #ffffff73 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-80\/5 {
  --tw-gradient-to: #ffffff0d var(--tw-gradient-to-position);
}

.cl-to-g0-whites-80\/50 {
  --tw-gradient-to: #ffffff80 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-80\/55 {
  --tw-gradient-to: #ffffff8c var(--tw-gradient-to-position);
}

.cl-to-g0-whites-80\/60 {
  --tw-gradient-to: #fff9 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-80\/65 {
  --tw-gradient-to: #ffffffa6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-80\/70 {
  --tw-gradient-to: #ffffffb3 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-80\/75 {
  --tw-gradient-to: #ffffffbf var(--tw-gradient-to-position);
}

.cl-to-g0-whites-80\/80 {
  --tw-gradient-to: #fffc var(--tw-gradient-to-position);
}

.cl-to-g0-whites-80\/85 {
  --tw-gradient-to: #ffffffd9 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-80\/90 {
  --tw-gradient-to: #ffffffe6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-80\/95 {
  --tw-gradient-to: #fffffff2 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-90 {
  --tw-gradient-to: #ffffffe5 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-90\/0 {
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-90\/10 {
  --tw-gradient-to: #ffffff1a var(--tw-gradient-to-position);
}

.cl-to-g0-whites-90\/100 {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.cl-to-g0-whites-90\/15 {
  --tw-gradient-to: #ffffff26 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-90\/20 {
  --tw-gradient-to: #fff3 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-90\/25 {
  --tw-gradient-to: #ffffff40 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-90\/30 {
  --tw-gradient-to: #ffffff4d var(--tw-gradient-to-position);
}

.cl-to-g0-whites-90\/35 {
  --tw-gradient-to: #ffffff59 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-90\/40 {
  --tw-gradient-to: #fff6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-90\/45 {
  --tw-gradient-to: #ffffff73 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-90\/5 {
  --tw-gradient-to: #ffffff0d var(--tw-gradient-to-position);
}

.cl-to-g0-whites-90\/50 {
  --tw-gradient-to: #ffffff80 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-90\/55 {
  --tw-gradient-to: #ffffff8c var(--tw-gradient-to-position);
}

.cl-to-g0-whites-90\/60 {
  --tw-gradient-to: #fff9 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-90\/65 {
  --tw-gradient-to: #ffffffa6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-90\/70 {
  --tw-gradient-to: #ffffffb3 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-90\/75 {
  --tw-gradient-to: #ffffffbf var(--tw-gradient-to-position);
}

.cl-to-g0-whites-90\/80 {
  --tw-gradient-to: #fffc var(--tw-gradient-to-position);
}

.cl-to-g0-whites-90\/85 {
  --tw-gradient-to: #ffffffd9 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-90\/90 {
  --tw-gradient-to: #ffffffe6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-90\/95, .cl-to-g0-whites-95 {
  --tw-gradient-to: #fffffff2 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-95\/0 {
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-95\/10 {
  --tw-gradient-to: #ffffff1a var(--tw-gradient-to-position);
}

.cl-to-g0-whites-95\/100 {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.cl-to-g0-whites-95\/15 {
  --tw-gradient-to: #ffffff26 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-95\/20 {
  --tw-gradient-to: #fff3 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-95\/25 {
  --tw-gradient-to: #ffffff40 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-95\/30 {
  --tw-gradient-to: #ffffff4d var(--tw-gradient-to-position);
}

.cl-to-g0-whites-95\/35 {
  --tw-gradient-to: #ffffff59 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-95\/40 {
  --tw-gradient-to: #fff6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-95\/45 {
  --tw-gradient-to: #ffffff73 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-95\/5 {
  --tw-gradient-to: #ffffff0d var(--tw-gradient-to-position);
}

.cl-to-g0-whites-95\/50 {
  --tw-gradient-to: #ffffff80 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-95\/55 {
  --tw-gradient-to: #ffffff8c var(--tw-gradient-to-position);
}

.cl-to-g0-whites-95\/60 {
  --tw-gradient-to: #fff9 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-95\/65 {
  --tw-gradient-to: #ffffffa6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-95\/70 {
  --tw-gradient-to: #ffffffb3 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-95\/75 {
  --tw-gradient-to: #ffffffbf var(--tw-gradient-to-position);
}

.cl-to-g0-whites-95\/80 {
  --tw-gradient-to: #fffc var(--tw-gradient-to-position);
}

.cl-to-g0-whites-95\/85 {
  --tw-gradient-to: #ffffffd9 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-95\/90 {
  --tw-gradient-to: #ffffffe6 var(--tw-gradient-to-position);
}

.cl-to-g0-whites-95\/95 {
  --tw-gradient-to: #fffffff2 var(--tw-gradient-to-position);
}

.cl-to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.cl-to-yellow-500 {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}

.cl-fill-g0-ai-yellow-600 {
  fill: #a58522;
}

.cl-fill-g0-dark-blue-500 {
  fill: #1954e9;
}

.cl-fill-g0-dark-green-500 {
  fill: #00703c;
}

.cl-fill-g0-red-500 {
  fill: #d4351c;
}

.\!cl-p-0\.5 {
  padding: .125rem !important;
}

.\!cl-p-2 {
  padding: .5rem !important;
}

.cl-p-0 {
  padding: 0;
}

.cl-p-0\.5 {
  padding: .125rem;
}

.cl-p-1 {
  padding: .25rem;
}

.cl-p-2 {
  padding: .5rem;
}

.cl-p-2\.5 {
  padding: .625rem;
}

.cl-p-3 {
  padding: .75rem;
}

.cl-p-3\.5 {
  padding: .875rem;
}

.cl-p-4 {
  padding: 1rem;
}

.cl-p-6 {
  padding: 1.5rem;
}

.cl-p-8 {
  padding: 2rem;
}

.cl-p-\[2px\] {
  padding: 2px;
}

.cl-p-\[6px\] {
  padding: 6px;
}

.\!cl-px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}

.\!cl-px-\[10px\] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.\!cl-py-1\.5 {
  padding-top: .375rem !important;
  padding-bottom: .375rem !important;
}

.\!cl-py-\[2px\] {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.cl-px-1 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.cl-px-1\.5 {
  padding-left: .375rem;
  padding-right: .375rem;
}

.cl-px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.cl-px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.cl-px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.cl-px-2\.5 {
  padding-left: .625rem;
  padding-right: .625rem;
}

.cl-px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.cl-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.cl-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.cl-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.cl-px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.cl-px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.cl-px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.cl-px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

.cl-px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}

.cl-px-\[60px\] {
  padding-left: 60px;
  padding-right: 60px;
}

.cl-py-0\.5 {
  padding-top: .125rem;
  padding-bottom: .125rem;
}

.cl-py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.cl-py-1\.5 {
  padding-top: .375rem;
  padding-bottom: .375rem;
}

.cl-py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.cl-py-2\.5 {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.cl-py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.cl-py-3\.5 {
  padding-top: .875rem;
  padding-bottom: .875rem;
}

.cl-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cl-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.cl-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.cl-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.cl-py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

.cl-py-\[38px\] {
  padding-top: 38px;
  padding-bottom: 38px;
}

.cl-py-\[48px\] {
  padding-top: 48px;
  padding-bottom: 48px;
}

.cl-py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.cl-py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.cl-pb-0 {
  padding-bottom: 0;
}

.cl-pb-1 {
  padding-bottom: .25rem;
}

.cl-pb-2 {
  padding-bottom: .5rem;
}

.cl-pb-3 {
  padding-bottom: .75rem;
}

.cl-pb-4 {
  padding-bottom: 1rem;
}

.cl-pl-3 {
  padding-left: .75rem;
}

.cl-pl-4 {
  padding-left: 1rem;
}

.cl-pl-6 {
  padding-left: 1.5rem;
}

.cl-pr-1 {
  padding-right: .25rem;
}

.cl-pr-2 {
  padding-right: .5rem;
}

.cl-pr-3 {
  padding-right: .75rem;
}

.cl-pt-1 {
  padding-top: .25rem;
}

.cl-pt-1\.5 {
  padding-top: .375rem;
}

.cl-pt-10 {
  padding-top: 2.5rem;
}

.cl-pt-2 {
  padding-top: .5rem;
}

.cl-pt-3 {
  padding-top: .75rem;
}

.cl-pt-6 {
  padding-top: 1.5rem;
}

.cl-text-left {
  text-align: left;
}

.cl-text-center {
  text-align: center;
}

.cl-font-inter {
  font-family: Inter, sans-serif;
}

.cl-font-sans {
  font-family: var(--font-ubuntu);
}

.\!cl-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.cl-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.cl-text-\[10px\] {
  font-size: 10px;
}

.cl-text-\[11px\] {
  font-size: 11px;
}

.cl-text-\[12px\] {
  font-size: 12px;
}

.cl-text-\[13px\] {
  font-size: 13px;
}

.cl-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.cl-text-body-sm {
  line-height: 1.25rem;
}

.cl-text-body-sm, .cl-text-body-sm-caption {
  letter-spacing: .2px;
  font-size: .75rem;
  font-weight: 400;
}

.cl-text-body-sm-caption {
  line-height: 1rem;
}

.cl-text-heading-sm {
  letter-spacing: .2px;
  font-weight: 500;
}

.cl-text-heading-sm, .cl-text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.cl-text-sm\/6 {
  font-size: .875rem;
  line-height: 1.5rem;
}

.cl-text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

.cl-text-xs\/6 {
  font-size: .75rem;
  line-height: 1.5rem;
}

.\!cl-font-semibold {
  font-weight: 600 !important;
}

.cl-font-bold {
  font-weight: 700;
}

.cl-font-light {
  font-weight: 300;
}

.cl-font-medium {
  font-weight: 500;
}

.cl-font-normal {
  font-weight: 400;
}

.cl-font-semibold {
  font-weight: 600;
}

.cl-uppercase {
  text-transform: uppercase;
}

.cl-capitalize {
  text-transform: capitalize;
}

.cl-leading-3 {
  line-height: .75rem;
}

.cl-leading-4 {
  line-height: 1rem;
}

.cl-leading-5 {
  line-height: 1.25rem;
}

.cl-leading-\[12px\] {
  line-height: 12px;
}

.cl-leading-none {
  line-height: 1;
}

.cl-leading-tight {
  line-height: 1.25;
}

.\!cl-tracking-\[-0\.3px\] {
  letter-spacing: -.3px !important;
}

.cl-tracking-\[0\.3px\] {
  letter-spacing: .3px;
}

.cl-tracking-\[0px\], .cl-tracking-normal {
  letter-spacing: 0;
}

.cl-tracking-wide {
  letter-spacing: .025em;
}

.\!cl-text-g0-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(247 247 247 / var(--tw-text-opacity, 1)) !important;
}

.cl-text-\[\#5A6B1A\] {
  --tw-text-opacity: 1;
  color: rgb(90 107 26 / var(--tw-text-opacity, 1));
}

.cl-text-\[\#727272\] {
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}

.cl-text-\[\#777\] {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}

.cl-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.cl-text-g0-ai-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(229 185 47 / var(--tw-text-opacity, 1));
}

.cl-text-g0-ai-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(165 133 34 / var(--tw-text-opacity, 1));
}

.cl-text-g0-ai-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(78 63 16 / var(--tw-text-opacity, 1));
}

.cl-text-g0-dark-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(89 132 239 / var(--tw-text-opacity, 1));
}

.cl-text-g0-dark-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(25 84 233 / var(--tw-text-opacity, 1));
}

.cl-text-g0-dark-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(18 60 168 / var(--tw-text-opacity, 1));
}

.cl-text-g0-dark-blue-75 {
  --tw-text-opacity: 1;
  color: rgb(230 236 253 / var(--tw-text-opacity, 1));
}

.cl-text-g0-dark-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(8 29 79 / var(--tw-text-opacity, 1));
}

.cl-text-g0-dark-green-400 {
  --tw-text-opacity: 1;
  color: rgb(71 152 115 / var(--tw-text-opacity, 1));
}

.cl-text-g0-dark-green-500 {
  --tw-text-opacity: 1;
  color: rgb(0 112 60 / var(--tw-text-opacity, 1));
}

.cl-text-g0-dark-green-600 {
  --tw-text-opacity: 1;
  color: rgb(0 81 43 / var(--tw-text-opacity, 1));
}

.cl-text-g0-dark-green-75 {
  --tw-text-opacity: 1;
  color: rgb(227 239 234 / var(--tw-text-opacity, 1));
}

.cl-text-g0-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.cl-text-g0-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(114 113 114 / var(--tw-text-opacity, 1));
}

.cl-text-g0-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(247 247 247 / var(--tw-text-opacity, 1));
}

.cl-text-g0-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(59 58 59 / var(--tw-text-opacity, 1));
}

.cl-text-g0-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(2 2 2 / var(--tw-text-opacity, 1));
}

.cl-text-g0-human-green-100 {
  --tw-text-opacity: 1;
  color: rgb(219 236 229 / var(--tw-text-opacity, 1));
}

.cl-text-g0-human-green-400 {
  --tw-text-opacity: 1;
  color: rgb(112 179 150 / var(--tw-text-opacity, 1));
}

.cl-text-g0-human-green-500 {
  --tw-text-opacity: 1;
  color: rgb(56 150 109 / var(--tw-text-opacity, 1));
}

.cl-text-g0-human-green-600 {
  --tw-text-opacity: 1;
  color: rgb(40 108 78 / var(--tw-text-opacity, 1));
}

.cl-text-g0-human-green-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 57 / var(--tw-text-opacity, 1));
}

.cl-text-g0-light-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(223 238 255 / var(--tw-text-opacity, 1));
}

.cl-text-g0-light-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(80 160 255 / var(--tw-text-opacity, 1));
}

.cl-text-g0-light-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(42 83 133 / var(--tw-text-opacity, 1));
}

.cl-text-g0-mixed-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(104 93 174 / var(--tw-text-opacity, 1));
}

.cl-text-g0-mixed-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(54 48 90 / var(--tw-text-opacity, 1));
}

.cl-text-g0-primary {
  --tw-text-opacity: 1;
  color: rgb(59 58 59 / var(--tw-text-opacity, 1));
}

.cl-text-g0-red-500 {
  --tw-text-opacity: 1;
  color: rgb(212 53 28 / var(--tw-text-opacity, 1));
}

.cl-text-g0-red-600 {
  --tw-text-opacity: 1;
  color: rgb(153 38 20 / var(--tw-text-opacity, 1));
}

.cl-text-g0-secondary {
  --tw-text-opacity: 1;
  color: rgb(114 113 114 / var(--tw-text-opacity, 1));
}

.cl-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.cl-text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.cl-text-page-border-heavy {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.cl-text-primary {
  --tw-text-opacity: 1;
  color: var(--fallback-p, oklch(var(--p)/var(--tw-text-opacity, 1)));
}

.cl-text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.cl-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.cl-underline {
  text-decoration-line: underline;
}

.cl-line-through {
  text-decoration-line: line-through;
}

.cl-decoration-g0-ai-yellow-500 {
  text-decoration-color: #e5b92f;
}

.cl-decoration-g0-human-green-500 {
  text-decoration-color: #38966d;
}

.cl-decoration-dotted {
  text-decoration-style: dotted;
}

.cl-decoration-2 {
  text-decoration-thickness: 2px;
}

.cl-underline-offset-4 {
  text-underline-offset: 4px;
}

.cl-opacity-0 {
  opacity: 0;
}

.cl-opacity-100 {
  opacity: 1;
}

.cl-opacity-40 {
  opacity: .4;
}

.cl-opacity-50 {
  opacity: .5;
}

.cl-opacity-70 {
  opacity: .7;
}

.cl-opacity-75 {
  opacity: .75;
}

.cl-opacity-80 {
  opacity: .8;
}

.cl-opacity-90 {
  opacity: .9;
}

.cl-opacity-\[0\.6\] {
  opacity: .6;
}

.\!cl-shadow-depth2 {
  --tw-shadow: 0px 0px 1.5px 0px #0003,0px 2px 8px -2px #0003 !important;
  --tw-shadow-colored: 0px 0px 1.5px 0px var(--tw-shadow-color),0px 2px 8px -2px var(--tw-shadow-color) !important;
}

.\!cl-shadow-depth2, .\!cl-shadow-none {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow) !important;
}

.\!cl-shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
}

.cl-shadow {
  --tw-shadow: 0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
}

.cl-shadow, .cl-shadow-depth1 {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}

.cl-shadow-depth1 {
  --tw-shadow: 0px 0px 1.5px 0px #0003,0px 1px 4px 0px #0003;
  --tw-shadow-colored: 0px 0px 1.5px 0px var(--tw-shadow-color),0px 1px 4px 0px var(--tw-shadow-color);
}

.cl-shadow-depth2 {
  --tw-shadow: 0px 0px 1.5px 0px #0003,0px 2px 8px -2px #0003;
  --tw-shadow-colored: 0px 0px 1.5px 0px var(--tw-shadow-color),0px 2px 8px -2px var(--tw-shadow-color);
}

.cl-shadow-depth2, .cl-shadow-depth2x {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}

.cl-shadow-depth2x {
  --tw-shadow: 0px 0px 1.5px 0px #0003,0px 2px 0px -2px #0003;
  --tw-shadow-colored: 0px 0px 1.5px 0px var(--tw-shadow-color),0px 2px 0px -2px var(--tw-shadow-color);
}

.cl-shadow-depth3 {
  --tw-shadow: 0px 0px 1.5px 0px #0003,0px 3px 12px -3px #0003;
  --tw-shadow-colored: 0px 0px 1.5px 0px var(--tw-shadow-color),0px 3px 12px -3px var(--tw-shadow-color);
}

.cl-shadow-depth3, .cl-shadow-g0-card {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}

.cl-shadow-g0-card {
  --tw-shadow: 0px 0px 1.5px 0px #0003,0px 2px 8px -2px #0003;
  --tw-shadow-colored: 0px 0px 1.5px 0px var(--tw-shadow-color),0px 2px 8px -2px var(--tw-shadow-color);
}

.cl-shadow-lg {
  --tw-shadow: 0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
}

.cl-shadow-lg, .cl-shadow-md {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}

.cl-shadow-md {
  --tw-shadow: 0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);
}

.cl-shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}

.cl-shadow-none, .cl-shadow-sm {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}

.cl-shadow-sm {
  --tw-shadow: 0 1px 2px 0 #0000000d;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
}

.cl-shadow-xl {
  --tw-shadow: 0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;
  --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);
}

.cl-outline-none {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

.-cl-outline-offset-4 {
  outline-offset: -4px;
}

.cl-ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
}

.cl-ring-0, .cl-ring-1 {
  box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);
}

.cl-ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

.cl-ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);
}

.cl-ring-inset {
  --tw-ring-inset: inset;
}

.cl-ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

.cl-ring-black\/20 {
  --tw-ring-color: #0003;
}

.cl-ring-g0-dark-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(177 197 248 / var(--tw-ring-opacity, 1));
}

.cl-ring-g0-dark-blue-200\/40 {
  --tw-ring-color: #b1c5f866;
}

.cl-ring-g0-dark-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(135 166 244 / var(--tw-ring-opacity, 1));
}

.cl-ring-g0-dark-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(25 84 233 / var(--tw-ring-opacity, 1));
}

.cl-ring-g0-dark-green-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 206 189 / var(--tw-ring-opacity, 1));
}

.cl-ring-g0-dark-green-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(122 181 154 / var(--tw-ring-opacity, 1));
}

.cl-ring-g0-dark-green-300\/40 {
  --tw-ring-color: #7ab59a66;
}

.cl-ring-g0-dark-green-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 112 60 / var(--tw-ring-opacity, 1));
}

.cl-ring-g0-gray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 247 247 / var(--tw-ring-opacity, 1));
}

.cl-ring-g0-gray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 58 59 / var(--tw-ring-opacity, 1));
}

.cl-ring-g0-human-green-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 236 229 / var(--tw-ring-opacity, 1));
}

.cl-ring-g0-human-green-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(152 200 179 / var(--tw-ring-opacity, 1));
}

.cl-ring-g0-human-green-300\/40 {
  --tw-ring-color: #98c8b366;
}

.cl-ring-g0-human-green-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 78 57 / var(--tw-ring-opacity, 1));
}

.cl-ring-g0-light-blue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(223 238 255 / var(--tw-ring-opacity, 1));
}

.cl-ring-g0-light-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(164 206 255 / var(--tw-ring-opacity, 1));
}

.cl-ring-g0-light-blue-300\/40 {
  --tw-ring-color: #a4ceff66;
}

.cl-ring-g0-light-blue-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(42 83 133 / var(--tw-ring-opacity, 1));
}

.cl-ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.cl-ring-white\/20 {
  --tw-ring-color: #fff3;
}

.cl-blur-sm {
  --tw-blur: blur(4px);
}

.cl-blur-sm, .cl-drop-shadow-md {
  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);
}

.cl-drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px #00000012) drop-shadow(0 2px 2px #0000000f);
}

.cl-grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.cl-backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px);
}

.cl-backdrop-blur-2xl, .cl-backdrop-blur-\[0\.25px\] {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-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);
}

.cl-backdrop-blur-\[0\.25px\] {
  --tw-backdrop-blur: blur(.25px);
}

.cl-backdrop-blur-\[0\.5px\] {
  --tw-backdrop-blur: blur(.5px);
}

.cl-backdrop-blur-\[0\.5px\], .cl-backdrop-blur-\[16px\] {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-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);
}

.cl-backdrop-blur-\[16px\] {
  --tw-backdrop-blur: blur(16px);
}

.cl-backdrop-blur-\[1px\] {
  --tw-backdrop-blur: blur(1px);
}

.cl-backdrop-blur-\[1px\], .cl-backdrop-blur-lg {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-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);
}

.cl-backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
}

.cl-backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-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);
}

.cl-transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.cl-transition-all {
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.cl-transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.cl-transition-opacity {
  transition-property: opacity;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.cl-transition-transform {
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.cl-duration-150 {
  transition-duration: .15s;
}

.cl-duration-200 {
  transition-duration: .2s;
}

.cl-duration-300 {
  transition-duration: .3s;
}

.cl-ease-in-out {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.cl-ease-out {
  transition-timing-function: cubic-bezier(0, 0, .2, 1);
}

:root {
  --background: #fff;
  --palette-background: #fffdfb;
  --nickel: #727272;
  --light-font: #8992b1;
  --dark-font: #3b3a3b;
  --snow: #fffbf7;
  --cultured: #f5f5f5;
  --off-white: #f3f4f6;
  --light-grey: #d9d9d9;
  --checkbox-grey: #a7a7a7;
  --glaucous: #6e80be;
  --mixed-result-purple: #685dae;
  --mixed-result-purple-nexus: #36305a;
  --lavender: #e9eeff;
  --mixed-result-bg-purple: #f2f5ff;
  --mixed-result-bg-purple-nexus: #e4e2f0;
  --human-result-green: #50c08a;
  --human-result-green-nexus: #1d4e39;
  --human-result-bg-green: #e9f9ed;
  --human-result-bg-green-nexus: #dbece5;
  --ai-result-yellow: #f4bf4f;
  --ai-result-yellow-nexus: #4e3f10;
  --ai-result-bg-yellow: #fff8e8;
  --ai-result-bg-yellow-nexus: #faf2da;
  --confidence-red: #ffc0c0;
  --lavender-blush: #fff4f4;
  --confidence-yellow: #fffacd;
  --seashell: #fff6ec;
  --confidence-green: #50ca8f;
  --papaya-whip: #fff1d3;
  --citation-badge-red: #ffe0e0;
  --citation-badge-yellow: #fee8ad;
  --citation-badge-red-outline: #ffefef;
  --citation-badge-yellow-outline: #fff1d6;
  --human-impact-light-shade: #d0e6de;
  --human-impact-medium-shade: #a5dfbe;
  --human-impact-dark-shade: #83cfa0;
  --ai-impact-light-shade: #fdefd5;
  --ai-impact-medium-shade: #fbe3b4;
  --ai-impact-dark-shade: #f0c05c;
  --plagiarism-result-red: #e06e5c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-family: Inter, sans-serif;
}

.ai-text-color {
  color: #f0bc4f;
}

.human-text-color {
  color: var(--human-result-green);
}

.plagiarism-text-color {
  color: var(--plagiarism-result-red);
}

.ur-text {
  font-size: 12px;
  line-height: normal;
}

.ur-text-light {
  font-weight: 300;
}

.ur-text-grey {
  color: #939393;
}

.vertical-divider {
  width: 1px;
  height: auto;
}

.horizontal-divider, .vertical-divider {
  background-color: var(--light-grey);
  flex-shrink: 0;
  align-self: stretch;
}

.horizontal-divider {
  width: auto;
  height: 1px;
  margin: 15px 0;
}

.ur-border-top {
  border-top: 1px solid var(--light-grey);
}

.ur-border-bottom {
  border-bottom: 1px solid var(--light-grey);
}

.ur-text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ur-matches-summary-wrapper {
  border-bottom: 1px solid var(--light-grey);
  padding: 25px;
}

@media (min-width: 768px) {
  .ur-matches-summary-wrapper {
    padding: 24px 91px 14px 58px;
  }
}

.ur-matches-cards-wrapper {
  flex-direction: column;
  gap: 19px;
  height: 365px;
  padding: 25px;
  display: flex;
  overflow: auto;
}

@media (min-width: 768px) {
  .ur-matches-cards-wrapper {
    height: 515px;
    padding: 22px 45px;
  }
}

.ur-citation-text {
  color: var(--nickel);
  letter-spacing: .05px;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
}

.sources-highlight-view-content {
  letter-spacing: .26px;
  white-space: break-spaces;
  word-break: break-word;
  cursor: pointer;
  margin-right: 1px;
  padding: 5px;
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}

.no-padding {
  padding: 0;
}

.ur-blur-div {
  filter: blur(5px);
  pointer-events: none;
}

.sr-only {
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.title-large {
  font-size: 24px;
  font-weight: 500;
}

.body-large, .title-large {
  font-family: var(--font-inter, Inter),sans-serif;
  letter-spacing: .2px;
  word-wrap: break-word;
  line-height: 28px;
}

.body-large {
  font-size: 18px;
  font-weight: 400;
}

.title-medium {
  font-size: 16px;
  font-weight: 500;
}

.body-medium, .title-medium {
  font-family: var(--font-inter, Inter),sans-serif;
  letter-spacing: .3px;
  word-wrap: break-word;
  line-height: 24px;
}

.body-medium {
  font-size: 14px;
  font-weight: 400;
}

.title-small {
  font-size: 14px;
  font-weight: 500;
}

.body-small, .title-small {
  font-family: var(--font-inter, Inter),sans-serif;
  letter-spacing: .3px;
  word-wrap: break-word;
  line-height: 20px;
}

.body-small {
  font-size: 12px;
  font-weight: 400;
}

.title-extra-small {
  font-size: 12px;
  font-family: var(--font-inter, Inter);
  letter-spacing: 0;
  font-weight: 500;
}

.body-extra-small, .title-extra-small {
  word-wrap: break-word;
  line-height: 12px;
}

.body-extra-small {
  font-size: 11px;
  font-family: var(--font-inter, Inter),sans-serif;
  letter-spacing: .4px;
  font-weight: 400;
}

.title-caption {
  font-size: 14px;
  font-weight: 500;
}

.body-caption, .title-caption {
  font-family: var(--font-inter, Inter),sans-serif;
  letter-spacing: .3px;
  word-wrap: break-word;
  line-height: 16px;
}

.body-caption {
  font-size: 12px;
  font-weight: 400;
}

.label-medium {
  font-size: 14px;
  line-height: 20px;
}

.label-medium, .label-small {
  font-family: var(--font-inter, Inter),sans-serif;
  letter-spacing: .3px;
  word-wrap: break-word;
  font-weight: 500;
}

.label-small {
  font-size: 12px;
  line-height: 16px;
}

.label-extra-small {
  font-size: 11px;
  font-family: var(--font-inter, Inter),sans-serif;
  word-wrap: break-word;
  font-weight: 500;
  line-height: 12px;
}

.caption-title {
  font-size: 14px;
  font-weight: 500;
}

.caption, .caption-title {
  font-family: var(--font-inter, Inter);
  letter-spacing: .3px;
  font-style: normal;
  line-height: 16px;
}

.caption {
  font-size: 12px;
  font-weight: 400;
}

.webpage-header {
  font-family: var(--font-inter, Inter);
  letter-spacing: -.5px;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.hover\:cl-cursor-pointer:hover {
  cursor: pointer;
}

.hover\:cl-border-g0-red-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(153 38 20 / var(--tw-border-opacity, 1));
}

.hover\:cl-bg-black\/10:hover {
  background-color: #0000001a;
}

.hover\:cl-bg-black\/5:hover {
  background-color: #0000000d;
}

.hover\:cl-bg-g0-ai-yellow-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 219 147 / var(--tw-bg-opacity, 1));
}

.hover\:cl-bg-g0-dark-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 254 / var(--tw-bg-opacity, 1));
}

.hover\:cl-bg-g0-dark-blue-500\/10:hover {
  background-color: #1954e91a;
}

.hover\:cl-bg-g0-dark-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 60 168 / var(--tw-bg-opacity, 1));
}

.hover\:cl-bg-g0-dark-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 229 220 / var(--tw-bg-opacity, 1));
}

.hover\:cl-bg-g0-dark-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 249 247 / var(--tw-bg-opacity, 1));
}

.hover\:cl-bg-g0-dark-green-500\/10:hover {
  background-color: #00703c1a;
}

.hover\:cl-bg-g0-dark-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 81 43 / var(--tw-bg-opacity, 1));
}

.hover\:cl-bg-g0-dark-green-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 20 11 / var(--tw-bg-opacity, 1));
}

.hover\:cl-bg-g0-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1));
}

.hover\:cl-bg-g0-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity, 1));
}

.hover\:cl-bg-g0-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}

.hover\:cl-bg-g0-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity, 1));
}

.hover\:cl-bg-g0-gray-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 2 2 / var(--tw-bg-opacity, 1));
}

.hover\:cl-bg-g0-human-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 219 205 / var(--tw-bg-opacity, 1));
}

.hover\:cl-bg-g0-human-green-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(152 200 179 / var(--tw-bg-opacity, 1));
}

.hover\:cl-bg-g0-human-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 251 249 / var(--tw-bg-opacity, 1));
}

.hover\:cl-bg-g0-human-green-500\/10:hover {
  background-color: #38966d1a;
}

.hover\:cl-bg-g0-human-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(40 108 78 / var(--tw-bg-opacity, 1));
}

.hover\:cl-bg-g0-light-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(196 223 255 / var(--tw-bg-opacity, 1));
}

.hover\:cl-bg-g0-light-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 251 255 / var(--tw-bg-opacity, 1));
}

.hover\:cl-bg-g0-light-blue-500\/10:hover {
  background-color: #50a0ff1a;
}

.hover\:cl-bg-g0-light-blue-500\/90:hover {
  background-color: #50a0ffe6;
}

.hover\:cl-bg-g0-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 247 246 / var(--tw-bg-opacity, 1));
}

.hover\:cl-bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:cl-bg-white\/10:hover {
  background-color: #ffffff1a;
}

.hover\:cl-bg-white\/5:hover {
  background-color: #ffffff0d;
}

.hover\:cl-text-g0-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(59 58 59 / var(--tw-text-opacity, 1));
}

.hover\:cl-text-g0-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(153 38 20 / var(--tw-text-opacity, 1));
}

.hover\:cl-text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:cl-underline:hover {
  text-decoration-line: underline;
}

.hover\:cl-decoration-solid:hover {
  text-decoration-style: solid;
}

.hover\:cl-opacity-100:hover {
  opacity: 1;
}

.hover\:cl-opacity-80:hover {
  opacity: .8;
}

.hover\:cl-opacity-90:hover {
  opacity: .9;
}

.hover\:cl-shadow-depth3:hover {
  --tw-shadow: 0px 0px 1.5px 0px #0003,0px 3px 12px -3px #0003;
  --tw-shadow-colored: 0px 0px 1.5px 0px var(--tw-shadow-color),0px 3px 12px -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}

.hover\:cl-ring-g0-dark-blue-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(18 60 168 / var(--tw-ring-opacity, 1));
}

.hover\:cl-ring-g0-dark-green-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 81 43 / var(--tw-ring-opacity, 1));
}

.hover\:cl-ring-g0-gray-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 220 220 / var(--tw-ring-opacity, 1));
}

.hover\:cl-ring-g0-gray-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(42 42 42 / var(--tw-ring-opacity, 1));
}

.hover\:cl-ring-g0-human-green-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 219 205 / var(--tw-ring-opacity, 1));
}

.hover\:cl-ring-g0-light-blue-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(196 223 255 / var(--tw-ring-opacity, 1));
}

.hover\:hover\:cl-brightness-95:hover:hover {
  --tw-brightness: brightness(.95);
}

.hover\:cl-grayscale-0:hover, .hover\:hover\:cl-brightness-95:hover:hover {
  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);
}

.hover\:cl-grayscale-0:hover {
  --tw-grayscale: grayscale(0);
}

.focus\:cl-outline-none:focus, .focus-visible\:cl-outline-none:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

.focus-visible\:cl-ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:cl-ring-current:focus-visible {
  --tw-ring-color: currentColor;
}

.focus-visible\:cl-ring-offset-1:focus-visible {
  --tw-ring-offset-width: 1px;
}

.active\:cl-scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.active\:cl-bg-black\/10:active {
  background-color: #0000001a;
}

.active\:cl-bg-black\/5:active {
  background-color: #0000000d;
}

.active\:cl-bg-g0-dark-blue-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 254 / var(--tw-bg-opacity, 1));
}

.active\:cl-bg-g0-dark-blue-500\/10:active {
  background-color: #1954e91a;
}

.active\:cl-bg-g0-dark-blue-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(18 60 168 / var(--tw-bg-opacity, 1));
}

.active\:cl-bg-g0-dark-green-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 249 247 / var(--tw-bg-opacity, 1));
}

.active\:cl-bg-g0-dark-green-500\/10:active {
  background-color: #00703c1a;
}

.active\:cl-bg-g0-dark-green-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 81 43 / var(--tw-bg-opacity, 1));
}

.active\:cl-bg-g0-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1));
}

.active\:cl-bg-g0-gray-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity, 1));
}

.active\:cl-bg-g0-human-green-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(187 219 205 / var(--tw-bg-opacity, 1));
}

.active\:cl-bg-g0-human-green-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(247 251 249 / var(--tw-bg-opacity, 1));
}

.active\:cl-bg-g0-human-green-500\/10:active {
  background-color: #38966d1a;
}

.active\:cl-bg-g0-light-blue-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(196 223 255 / var(--tw-bg-opacity, 1));
}

.active\:cl-bg-g0-light-blue-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(248 251 255 / var(--tw-bg-opacity, 1));
}

.active\:cl-bg-g0-light-blue-500\/10:active {
  background-color: #50a0ff1a;
}

.active\:cl-bg-white\/10:active {
  background-color: #ffffff1a;
}

.active\:cl-bg-white\/5:active {
  background-color: #ffffff0d;
}

.active\:cl-shadow-depth3:active {
  --tw-shadow: 0px 0px 1.5px 0px #0003,0px 3px 12px -3px #0003;
  --tw-shadow-colored: 0px 0px 1.5px 0px var(--tw-shadow-color),0px 3px 12px -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}

.active\:cl-ring-2:active {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);
}

.active\:cl-ring-inset:active {
  --tw-ring-inset: inset;
}

.active\:cl-ring-black\/20:active {
  --tw-ring-color: #0003;
}

.active\:cl-ring-g0-dark-blue-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(177 197 248 / var(--tw-ring-opacity, 1));
}

.active\:cl-ring-g0-dark-blue-200\/40:active {
  --tw-ring-color: #b1c5f866;
}

.active\:cl-ring-g0-dark-blue-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(135 166 244 / var(--tw-ring-opacity, 1));
}

.active\:cl-ring-g0-dark-blue-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(25 84 233 / var(--tw-ring-opacity, 1));
}

.active\:cl-ring-g0-dark-blue-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 44 121 / var(--tw-ring-opacity, 1));
}

.active\:cl-ring-g0-dark-green-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 206 189 / var(--tw-ring-opacity, 1));
}

.active\:cl-ring-g0-dark-green-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(122 181 154 / var(--tw-ring-opacity, 1));
}

.active\:cl-ring-g0-dark-green-300\/40:active {
  --tw-ring-color: #7ab59a66;
}

.active\:cl-ring-g0-dark-green-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 112 60 / var(--tw-ring-opacity, 1));
}

.active\:cl-ring-g0-dark-green-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 58 31 / var(--tw-ring-opacity, 1));
}

.active\:cl-ring-g0-gray-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 247 247 / var(--tw-ring-opacity, 1));
}

.active\:cl-ring-g0-gray-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 58 59 / var(--tw-ring-opacity, 1));
}

.active\:cl-ring-g0-gray-950:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 2 2 / var(--tw-ring-opacity, 1));
}

.active\:cl-ring-g0-human-green-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 236 229 / var(--tw-ring-opacity, 1));
}

.active\:cl-ring-g0-human-green-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(152 200 179 / var(--tw-ring-opacity, 1));
}

.active\:cl-ring-g0-human-green-300\/40:active {
  --tw-ring-color: #98c8b366;
}

.active\:cl-ring-g0-light-blue-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(223 238 255 / var(--tw-ring-opacity, 1));
}

.active\:cl-ring-g0-light-blue-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(164 206 255 / var(--tw-ring-opacity, 1));
}

.active\:cl-ring-g0-light-blue-300\/40:active {
  --tw-ring-color: #a4ceff66;
}

.active\:cl-ring-g0-secondary:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(114 113 114 / var(--tw-ring-opacity, 1));
}

.active\:cl-ring-white:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.active\:cl-ring-white\/20:active {
  --tw-ring-color: #fff3;
}

.active\:cl-ring-white\/40:active {
  --tw-ring-color: #fff6;
}

.disabled\:cl-cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:cl-opacity-50:disabled {
  opacity: .5;
}

.cl-group:hover .group-hover\:cl-opacity-100 {
  opacity: 1;
}

.data-\[closed\]\:cl-scale-95[data-closed] {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[hover\]\:\!cl-border-g0-primary[data-hover], .data-\[open\]\:\!cl-border-g0-primary[data-open] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 58 59 / var(--tw-border-opacity, 1)) !important;
}

.data-\[closed\]\:cl-opacity-0[data-closed] {
  opacity: 0;
}

@media (min-width: 640px) {
  .sm\:cl-mb-0 {
    margin-bottom: 0;
  }

  .sm\:cl-mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:cl-block {
    display: block;
  }

  .sm\:cl-flex {
    display: flex;
  }

  .sm\:cl-w-16 {
    width: 4rem;
  }

  .sm\:cl-gap-8 {
    gap: 2rem;
  }

  .sm\:cl-gap-\[50px\] {
    gap: 50px;
  }

  .sm\:cl-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:cl-px-\[42px\] {
    padding-left: 42px;
    padding-right: 42px;
  }

  .sm\:cl-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:cl-py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

@media (min-width: 768px) {
  .md\:cl-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:cl-mx-\[-10px\] {
    margin-left: -10px;
    margin-right: -10px;
  }

  .md\:cl-ml-\[20px\] {
    margin-left: 20px;
  }

  .md\:cl-block {
    display: block;
  }

  .md\:cl-flex {
    display: flex;
  }

  .md\:cl-grid {
    display: grid;
  }

  .md\:cl-hidden {
    display: none;
  }

  .md\:cl-h-full {
    height: 100%;
  }

  .md\:cl-max-h-none {
    max-height: none;
  }

  .md\:cl-min-h-0 {
    min-height: 0;
  }

  .md\:cl-min-h-0\.5 {
    min-height: .125rem;
  }

  .md\:cl-w-3\/5 {
    width: 60%;
  }

  .md\:cl-w-\[192px\] {
    width: 192px;
  }

  .md\:cl-w-\[208px\] {
    width: 208px;
  }

  .md\:cl-w-\[320px\] {
    width: 320px;
  }

  .md\:cl-w-full {
    width: 100%;
  }

  .md\:cl-max-w-\[90\%\] {
    max-width: 90%;
  }

  .md\:cl-max-w-\[900px\] {
    max-width: 900px;
  }

  .md\:cl-flex-1 {
    flex: 1;
  }

  .md\:cl-flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:cl-basis-0 {
    flex-basis: 0;
  }

  .md\:cl-basis-0\.5 {
    flex-basis: .125rem;
  }

  .md\:cl-grid-flow-row {
    grid-auto-flow: row;
  }

  .md\:cl-grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:cl-grid-flow-dense {
    grid-auto-flow: dense;
  }

  .md\:cl-grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .md\:cl-grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .md\:cl-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:cl-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:cl-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:cl-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:cl-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:cl-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:cl-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:cl-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:cl-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:cl-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:cl-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:cl-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:cl-grid-cols-\[1fr_auto_1fr\] {
    grid-template-columns: 1fr auto 1fr;
  }

  .md\:cl-grid-cols-none {
    grid-template-columns: none;
  }

  .md\:cl-grid-cols-subgrid {
    grid-template-columns: subgrid;
  }

  .md\:cl-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:cl-grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }

  .md\:cl-grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }

  .md\:cl-grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }

  .md\:cl-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:cl-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:cl-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:cl-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:cl-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:cl-grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }

  .md\:cl-grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }

  .md\:cl-grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }

  .md\:cl-grid-rows-none {
    grid-template-rows: none;
  }

  .md\:cl-grid-rows-subgrid {
    grid-template-rows: subgrid;
  }

  .md\:cl-flex-row {
    flex-direction: row;
  }

  .md\:cl-flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:cl-flex-col {
    flex-direction: column;
  }

  .md\:cl-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:cl-flex-wrap {
    flex-wrap: wrap;
  }

  .md\:cl-items-center {
    align-items: center;
  }

  .md\:cl-justify-center {
    justify-content: center;
  }

  .md\:cl-gap-2 {
    gap: .5rem;
  }

  .md\:cl-gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .md\:cl-gap-x-\[92px\] {
    -moz-column-gap: 92px;
    column-gap: 92px;
  }

  .md\:cl-gap-y-3 {
    row-gap: .75rem;
  }

  .md\:cl-overflow-hidden {
    overflow: hidden;
  }

  .md\:cl-overflow-y-auto {
    overflow-y: auto;
  }

  .md\:cl-p-8 {
    padding: 2rem;
  }

  .md\:cl-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:cl-px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:cl-px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:cl-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:cl-px-\[12px\] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .md\:cl-pt-4 {
    padding-top: 1rem;
  }
}

@media (min-width: 1024px) {
  .lg\:cl-mx-\[-18px\] {
    margin-left: -18px;
    margin-right: -18px;
  }

  .lg\:cl-h-24 {
    height: 6rem;
  }

  .lg\:cl-w-\[242px\] {
    width: 242px;
  }

  .lg\:\!cl-max-w-3xl {
    max-width: 48rem !important;
  }

  .lg\:\!cl-max-w-5xl {
    max-width: 64rem !important;
  }

  .lg\:\!cl-max-w-\[90\%\] {
    max-width: 90% !important;
  }

  .lg\:cl-max-w-\[75\%\] {
    max-width: 75%;
  }

  .lg\:cl-flex-row {
    flex-direction: row;
  }

  .lg\:cl-flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:cl-gap-8 {
    gap: 2rem;
  }

  .lg\:cl-gap-\[18px\] {
    gap: 18px;
  }

  .lg\:cl-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:cl-px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px;
  }

  .lg\:cl-pt-5 {
    padding-top: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .xl\:cl-inline {
    display: inline;
  }

  .xl\:cl-grid {
    display: grid;
  }

  .xl\:cl-hidden {
    display: none;
  }

  .xl\:cl-h-6 {
    height: 1.5rem;
  }

  .xl\:cl-h-8 {
    height: 2rem;
  }

  .xl\:cl-h-\[22px\] {
    height: 22px;
  }

  .xl\:cl-h-full {
    height: 100%;
  }

  .xl\:cl-max-h-none {
    max-height: none;
  }

  .xl\:cl-min-h-0 {
    min-height: 0;
  }

  .xl\:cl-min-h-0\.5 {
    min-height: .125rem;
  }

  .xl\:\!cl-w-\[80px\] {
    width: 80px !important;
  }

  .xl\:cl-w-6 {
    width: 1.5rem;
  }

  .xl\:cl-w-8 {
    width: 2rem;
  }

  .xl\:cl-w-\[22px\] {
    width: 22px;
  }

  .xl\:cl-w-\[400px\] {
    width: 400px;
  }

  .xl\:cl-w-full {
    width: 100%;
  }

  .xl\:\!cl-max-w-\[85\%\] {
    max-width: 85% !important;
  }

  .xl\:cl-flex-1 {
    flex: 1;
  }

  .xl\:cl-basis-0 {
    flex-basis: 0;
  }

  .xl\:cl-basis-0\.5 {
    flex-basis: .125rem;
  }

  .xl\:cl-grid-flow-row {
    grid-auto-flow: row;
  }

  .xl\:cl-grid-flow-col {
    grid-auto-flow: column;
  }

  .xl\:cl-grid-flow-dense {
    grid-auto-flow: dense;
  }

  .xl\:cl-grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xl\:cl-grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xl\:cl-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:cl-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:cl-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:cl-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:cl-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:cl-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:cl-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:cl-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:cl-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:cl-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:cl-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:cl-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:cl-grid-cols-none {
    grid-template-columns: none;
  }

  .xl\:cl-grid-cols-subgrid {
    grid-template-columns: subgrid;
  }

  .xl\:cl-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:cl-grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }

  .xl\:cl-grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }

  .xl\:cl-grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }

  .xl\:cl-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:cl-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:cl-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:cl-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:cl-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:cl-grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }

  .xl\:cl-grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }

  .xl\:cl-grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }

  .xl\:cl-grid-rows-none {
    grid-template-rows: none;
  }

  .xl\:cl-grid-rows-subgrid {
    grid-template-rows: subgrid;
  }

  .xl\:cl-flex-row {
    flex-direction: row;
  }

  .xl\:cl-flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:cl-flex-col {
    flex-direction: column;
  }

  .xl\:cl-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl\:cl-gap-2 {
    gap: .5rem;
  }

  .xl\:cl-p-3 {
    padding: .75rem;
  }

  .xl\:\!cl-px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }

  .xl\:\!cl-py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .xl\:cl-px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xl\:cl-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:cl-px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:cl-px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:cl-py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xl\:cl-pt-4 {
    padding-top: 1rem;
  }

  .xl\:cl-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:cl-text-xs {
    font-size: .75rem;
    line-height: 1rem;
  }
}

@media (min-width: 1536px) {
  .\32 xl\:\!cl-max-w-\[75\%\] {
    max-width: 75% !important;
  }
}

.\[\&\:\:-moz-range-thumb\]\:cl-h-4::-moz-range-thumb {
  height: 1rem;
}

.\[\&\:\:-moz-range-thumb\]\:cl-w-4::-moz-range-thumb {
  width: 1rem;
}

.\[\&\:\:-moz-range-thumb\]\:cl-cursor-pointer::-moz-range-thumb {
  cursor: pointer;
}

.\[\&\:\:-moz-range-thumb\]\:cl-rounded-full::-moz-range-thumb {
  border-radius: 9999px;
}

.\[\&\:\:-moz-range-thumb\]\:cl-border-none::-moz-range-thumb {
  border-style: none;
}

.\[\&\:\:-moz-range-thumb\]\:cl-bg-g0-gray-500::-moz-range-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(59 58 59 / var(--tw-bg-opacity, 1));
}

.\[\&\:\:-webkit-slider-thumb\]\:cl-h-4::-webkit-slider-thumb {
  height: 1rem;
}

.\[\&\:\:-webkit-slider-thumb\]\:cl-w-4::-webkit-slider-thumb {
  width: 1rem;
}

.\[\&\:\:-webkit-slider-thumb\]\:cl-cursor-pointer::-webkit-slider-thumb {
  cursor: pointer;
}

.\[\&\:\:-webkit-slider-thumb\]\:cl-appearance-none::-webkit-slider-thumb {
  appearance: none;
}

.\[\&\:\:-webkit-slider-thumb\]\:cl-rounded-full::-webkit-slider-thumb {
  border-radius: 9999px;
}

.\[\&\:\:-webkit-slider-thumb\]\:cl-bg-g0-gray-500::-webkit-slider-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(59 58 59 / var(--tw-bg-opacity, 1));
}

.\[\&\>svg\]\:cl-size-3 > svg {
  width: .75rem;
  height: .75rem;
}

.\[\&\>svg\]\:cl-size-3\.5 > svg {
  width: .875rem;
  height: .875rem;
}

.\[\&\>svg\]\:cl-size-4 > svg {
  width: 1rem;
  height: 1rem;
}

.\[\&\>svg\]\:cl-size-5 > svg {
  width: 1.25rem;
  height: 1.25rem;
}

.\[\&\>svg\]\:cl-h-auto > svg {
  height: auto;
}

.\[\&\>svg\]\:cl-max-w-full > svg {
  max-width: 100%;
}

.\[\&_svg\:not\(\[class\*\=\"size-\"\]\)\]\:cl-size-3 svg:not([class*="size-"]) {
  width: .75rem;
  height: .75rem;
}

/* [project]/frontend/styles/termly-overrides.css [app-client] (css) */
#termly-code-snippet-support {
  --termly-theme-mask-background: transparent;
}

#termly-code-snippet-support :has( > [role="alertdialog"]) {
  pointer-events: none !important;
}

#termly-code-snippet-support [role="alertdialog"] {
  pointer-events: auto !important;
}

@media (max-width: 414px), (max-height: 800px) {
  #termly-code-snippet-support [class*="termly-styles-module-content"], #termly-code-snippet-support [class*="termly-styles-module-buttons"] > * {
    font-size: 12px !important;
  }
}

/* [next]/internal/font/google/inter_c15e96cb.module.css [app-client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/5476f68d60460930-s.0wxq9webf.ew4.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter Fallback;
  src: local(Arial);
  ascent-override: 90.44%;
  descent-override: 22.52%;
  line-gap-override: 0.0%;
  size-adjust: 107.12%;
}

.inter_c15e96cb-module__0bjUvq__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}

.inter_c15e96cb-module__0bjUvq__variable {
  --font-inter: "Inter", "Inter Fallback";
}

/* [next]/internal/font/google/ubuntu_6073a8b0.module.css [app-client] (css) */
@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/49f63022355b874d-s.11nl9zxewxe-t.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/da99beadb68683ca-s.0ro0jt0v1wa6o.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/c8480d661ce86a95-s.0pcfim0vq1i7w.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/ed4419e06e4417f3-s.0708_2rb.kkfm.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/35dab0372a508468-s.0kq0~qg37cqid.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/216579b50e548914-s.p.0f15lb3k5m3.h.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/893ae83aca20c19d-s.0uo_jh8dhmqu-.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/c02ac0fa909c6aa5-s.017tr7xckzqr0.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/dd1c5fae9520065d-s.0s6j4aoxs._03.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/ae8db9675a5da745-s.15g05.jjgjxu..woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/798f80a4b3a62ae7-s.0.9l-646sag1..woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/1bc7fc94203521e3-s.p.053z1y05dxnuy.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Ubuntu Fallback;
  src: local(Arial);
  ascent-override: 91.32%;
  descent-override: 18.52%;
  line-gap-override: 2.74%;
  size-adjust: 102.06%;
}

.ubuntu_6073a8b0-module__AF17Uq__className {
  font-family: Ubuntu, Ubuntu Fallback;
  font-style: normal;
}

.ubuntu_6073a8b0-module__AF17Uq__variable {
  --font-ubuntu: "Ubuntu", "Ubuntu Fallback";
}

/* [next]/internal/font/google/titillium_web_f2da3360.module.css [app-client] (css) */
@font-face {
  font-family: Titillium Web;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/a62ab0e1e181adab-s.0pqzrwkz.i0p2.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Titillium Web;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/fd3f2d7cff5f3729-s.p.130hhrucq5s7t.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Titillium Web;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/07952daa7535c4b2-s.16ba87r6_5~--.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Titillium Web;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/d88fc5ebcdbec3b6-s.p.0l_f1~2m3t.ou.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Titillium Web;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/54f0b10c7fed6080-s.07xmhsw0ae~1q.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Titillium Web;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/202f69fb654d2e8e-s.p.0lka9-a38a7l_.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Titillium Web Fallback;
  src: local(Arial);
  ascent-override: 119.97%;
  descent-override: 41.09%;
  line-gap-override: 0.0%;
  size-adjust: 94.44%;
}

.titillium_web_f2da3360-module__y7XsNG__className {
  font-family: Titillium Web, Titillium Web Fallback;
  font-style: normal;
}

.titillium_web_f2da3360-module__y7XsNG__variable {
  --font-titillium-web: "Titillium Web", "Titillium Web Fallback";
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__0juf4kl._.css.map*/