/**
 * Frontend Tailwind entry -> build/frontend.css
 * @import statements must precede all other statements (postcss-import
 * requirement), so both imports come before the @tailwind directives.
 * Preflight (@tailwind base) + the base-layer reset live ONLY here,
 * never in editor.css.
 */
/**
 * Salvum — base-layer reset. Imported ONLY by main.css (frontend), paired with
 * that file's `@tailwind base;`. Never imported by editor.css — Tailwind
 * errors if `@layer base` has no matching `@tailwind base` in the same file,
 * and preflight is deliberately omitted in the editor canvas.
 */
/**
 * Salvum — brand utility layer (single source of truth for styling).
 * Imported by BOTH main.css (frontend, with preflight) and editor.css (editor
 * canvas, preflight disabled) via postcss-import, so every block looks
 * identical in wp-admin and on the live site. Restyle the whole site by
 * editing ONE utility here.
 *
 * Aesthetic (Salvum SOT): light, cyan-accented, panel-driven — a flat #f2f2f2
 * canvas holding full-bleed, 42px-inset, 25px-radius white or brand-gradient
 * panels (never a classic centered container); hairline #eaeaea card borders,
 * NO drop shadows anywhere except the Header pill (Design System/Effects.md).
 */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
 *//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Arial, Helvetica, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
	*,
	*::before,
	*::after {
		box-sizing: border-box;
	}

	html {
		scroll-behavior: smooth;
	}

	body {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  font-family: Arial, Helvetica, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 0;
		font-weight: inherit;
		color: inherit;
	}

	p {
		margin: 0;
	}

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

	img,
	svg {
		display: block;
		max-width: 100%;
	}

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

	button {
		font: inherit;
		cursor: pointer;
	}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
	/* ---------- Layout ----------
	   42px-inset panels on the 1440 canvas (MEASURED: left:42,width:1355 on
	   every big panel, every page — Design System/Layout.md). Desktop-only in
	   the source; scaled down proportionally for smaller breakpoints since no
	   mobile artboard exists to measure from. */
	.section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
	@media (min-width: 768px) {
  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
	@media (min-width: 1024px) {
  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

	/* ---------- Curated Panel Position (Block Editability standard) ----------
	   Salvum's signature composition is SEVERAL section blocks sharing ONE
	   continuous rounded white panel (e.g. Home: Solutions Grid -> About Teaser
	   -> Stats Grid inside one 1006–4241 band — Design System/Layout.md). Each
	   participating block exposes a "Panel position" ToggleGroupControl
	   (standalone/top/middle/bottom) resolved through the whitelist map in
	   inc/editability.php (salvum_panel_position) — never a raw radius/margin
	   field. Corner radius only; the shared white background comes from the
	   block's own Section Style. */
	.rounded-panel-all {
  border-radius: 25px;
}
	.rounded-panel-top {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
	.rounded-panel-mid {
  border-radius: 0px;
}
	.rounded-panel-bottom {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

	/* ---------- Curated Section Style surfaces (Block Editability standard) ----------
	   Each option pairs a brand background with its contrast-safe text color so
	   an admin's choice can NEVER produce low-contrast output. Resolved through
	   the whitelist map in inc/editability.php (salvum_section_style) — never a
	   raw color control. ⚠ Salvum-specific deviation from the generic pattern:
	   "accent" (the brand gradient) keeps BLACK text — the SOT documents this as
	   a genuine signature trait ("text never inverts to white on the gradient
	   bands" — Design System/Effects.md), unlike a typical dark-band/white-text
	   convention. Only "dark" (solid ink) inverts to white. */
	.section-surface-default {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
	.section-surface-muted {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
	.section-surface-accent {
  background-image: linear-gradient(180deg, #E5FDFF 0%, #25B9EC 100%);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
	.section-surface-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

	/* ---------- Type helpers ---------- */
	.eyebrow-row {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}
	.eyebrow-dot {
  display: inline-block;
  height: 0.625rem;
  width: 0.625rem;
  flex-shrink: 0;
  border-radius: 50px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(37 185 236 / var(--tw-border-opacity, 1));
}
	.eyebrow-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(37 185 236 / var(--tw-text-opacity, 1));
}
	@media (min-width: 768px) {
  .eyebrow-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
	.section-h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
	@media (min-width: 768px) {
  .section-h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
	@media (min-width: 1024px) {
  .section-h2 {
    font-size: 32px;
  }
}
	.section-h2-on-dark {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
	@media (min-width: 768px) {
  .section-h2-on-dark {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
	@media (min-width: 1024px) {
  .section-h2-on-dark {
    font-size: 32px;
  }
}
	.section-lead {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(158 157 157 / var(--tw-text-opacity, 1));
}
	@media (min-width: 768px) {
  .section-lead {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
	.section-lead-on-dark {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(255 255 255 / 0.85);
}
	@media (min-width: 768px) {
  .section-lead-on-dark {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
	.card-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
	@media (min-width: 768px) {
  .card-title {
    font-size: 23.7px;
  }
}
	.card-title-lg {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
	@media (min-width: 768px) {
  .card-title-lg {
    font-size: 28px;
  }
}
	.card-body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(158 157 157 / var(--tw-text-opacity, 1));
}
	@media (min-width: 768px) {
  .card-body {
    font-size: 13.5px;
  }
}

	/* ---------- Buttons (Components/Button.md — two variants, both pills) ---------- */
	.btn-dark {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity, 1));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
	.btn-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
	@media (min-width: 768px) {
  .btn-dark {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
	.btn-blue {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(10 116 188 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0px 6px 11.5px -4px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 6px 11.5px -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);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
	.btn-blue:hover {
  --tw-brightness: brightness(1.1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
	@media (min-width: 768px) {
  .btn-blue {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
	.btn-link-muted {
  display: inline-flex;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(71 84 162 / var(--tw-text-opacity, 1));
}
	.btn-link-muted:hover {
  text-decoration-line: underline;
}

	/* ---------- Cards (Design System/Effects.md — hairline border, NO shadow) ---------- */
	.card-solution {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
  border-radius: 13px;
  padding: 1.5rem;
}
	@media (min-width: 768px) {
  .card-solution {
    padding: 1.75rem;
  }
}
	.card-stat {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
  border-radius: 13px;
  padding: 1.5rem;
}
	@media (min-width: 768px) {
  .card-stat {
    padding: 1.75rem;
  }
}
	.card-testimonial {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
  border-radius: 15px;
  padding: 1.25rem;
}
	@media (min-width: 768px) {
  .card-testimonial {
    padding: 1.5rem;
  }
}
	.card-blog {
  overflow: hidden;
  border-radius: 22px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
}
	.card-process {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
  border-radius: 15px;
  padding: 1.5rem;
}
	@media (min-width: 768px) {
  .card-process {
    padding: 1.75rem;
  }
}

	/* ---------- Forms (Components/Text Input.md / Jurisdiction Select.md) ---------- */
	.form-field {
  width: 100%;
  border-radius: 13px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: Jost, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(174 174 174 / var(--tw-text-opacity, 1));
}
	.form-field::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(174 174 174 / var(--tw-text-opacity, 1));
}
	.form-field::placeholder {
  --tw-text-opacity: 1;
  color: rgb(174 174 174 / var(--tw-text-opacity, 1));
}
	.form-field:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-color: rgb(37 185 236 / 0.5);
}
	@media (min-width: 768px) {
  .form-field {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
	.progress-track {
  height: 0.5rem;
  width: 100%;
  overflow: hidden;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
	.progress-fill {
  height: 100%;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(37 185 236 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

	/* ---------- Nav ---------- */
	.nav-link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
	.nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(37 185 236 / var(--tw-text-opacity, 1));
}
	@media (min-width: 768px) {
  .nav-link {
    font-size: 17px;
  }
}

	/* ---------- Dropdown (Behaviors/Jurisdiction Dropdown.md — closed by
	   default; JS toggles [data-open] on the wrapper; the raw export shipped it
	   permanently open, a documented bug fix). ---------- */
	.dropdown-panel {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 50;
  margin-top: 0.5rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 13px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  opacity: 0;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
	[data-open='true'] > .dropdown-panel {
  visibility: visible;
  opacity: 1;
}
	.dropdown-item {
  display: block;
  width: 100%;
  border-width: 0px;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: left;
  font-family: Jost, ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(174 174 174 / var(--tw-text-opacity, 1));
}
	.dropdown-item:hover {
  --tw-text-opacity: 1;
  color: rgb(37 185 236 / var(--tw-text-opacity, 1));
}

	/* ---------- Social icon button (Components/Social Icon Button.md) ---------- */
	.social-btn {
  display: inline-flex;
  height: 47px;
  width: 47px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(50 50 50 / var(--tw-border-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
	.social-btn:hover {
  background-color: rgb(50 50 50 / 0.05);
}

	/* ---------- Hidden-scrollbar scroll areas (Our Process step column,
	   Behaviors/Process Step Scroll.md — genuinely scrollable per the raw
	   evidence, but the visible scrollbar track/thumb is a build-time polish
	   choice, not raw-measured). Keeps real scroll + keyboard/wheel behavior;
	   only the browser's own scrollbar chrome is hidden. Plain CSS, not
	   `@apply` — `::-webkit-scrollbar` has no Tailwind utility equivalent. */
	.no-scrollbar {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.no-scrollbar::-webkit-scrollbar {
		display: none;
		width: 0;
		height: 0;
	}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-top-\[18px\] {
  top: -18px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[110\] {
  z-index: 110;
}
.z-\[120\] {
  z-index: 120;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[503\/646\] {
  aspect-ratio: 503/646;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-10 {
  height: 2.5rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-44 {
  height: 11rem;
}
.h-5 {
  height: 1.25rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[60px\] {
  height: 60px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-\[550px\] {
  max-height: 550px;
}
.min-h-\[130px\] {
  min-height: 130px;
}
.min-h-\[320px\] {
  min-height: 320px;
}
.min-h-\[520px\] {
  min-height: 520px;
}
.min-h-\[64px\] {
  min-height: 64px;
}
.w-1\/4 {
  width: 25%;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-4\/5 {
  width: 80%;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[60px\] {
  width: 60px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-content {
  max-width: 1024px;
}
.max-w-form {
  max-width: 1028px;
}
.max-w-header {
  max-width: 1366px;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --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));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-panel {
  border-radius: 25px;
}
.rounded-pill {
  border-radius: 100px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-soft {
  border-radius: 15px;
}
.rounded-b-panel {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-card {
  --tw-border-opacity: 1;
  border-color: rgb(252 252 252 / var(--tw-border-opacity, 1));
}
.border-card\/10 {
  border-color: rgb(252 252 252 / 0.1);
}
.border-card\/20 {
  border-color: rgb(252 252 252 / 0.2);
}
.border-card\/30 {
  border-color: rgb(252 252 252 / 0.3);
}
.border-card\/40 {
  border-color: rgb(252 252 252 / 0.4);
}
.border-card\/5 {
  border-color: rgb(252 252 252 / 0.05);
}
.border-card\/50 {
  border-color: rgb(252 252 252 / 0.5);
}
.border-card\/60 {
  border-color: rgb(252 252 252 / 0.6);
}
.border-card\/70 {
  border-color: rgb(252 252 252 / 0.7);
}
.border-card\/80 {
  border-color: rgb(252 252 252 / 0.8);
}
.border-card\/90 {
  border-color: rgb(252 252 252 / 0.9);
}
.border-ink {
  --tw-border-opacity: 1;
  border-color: rgb(50 50 50 / var(--tw-border-opacity, 1));
}
.border-ink\/10 {
  border-color: rgb(50 50 50 / 0.1);
}
.border-ink\/20 {
  border-color: rgb(50 50 50 / 0.2);
}
.border-ink\/30 {
  border-color: rgb(50 50 50 / 0.3);
}
.border-ink\/40 {
  border-color: rgb(50 50 50 / 0.4);
}
.border-ink\/5 {
  border-color: rgb(50 50 50 / 0.05);
}
.border-ink\/50 {
  border-color: rgb(50 50 50 / 0.5);
}
.border-ink\/60 {
  border-color: rgb(50 50 50 / 0.6);
}
.border-ink\/70 {
  border-color: rgb(50 50 50 / 0.7);
}
.border-ink\/80 {
  border-color: rgb(50 50 50 / 0.8);
}
.border-ink\/90 {
  border-color: rgb(50 50 50 / 0.9);
}
.border-line {
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
}
.border-line\/10 {
  border-color: rgb(234 234 234 / 0.1);
}
.border-line\/20 {
  border-color: rgb(234 234 234 / 0.2);
}
.border-line\/30 {
  border-color: rgb(234 234 234 / 0.3);
}
.border-line\/40 {
  border-color: rgb(234 234 234 / 0.4);
}
.border-line\/5 {
  border-color: rgb(234 234 234 / 0.05);
}
.border-line\/50 {
  border-color: rgb(234 234 234 / 0.5);
}
.border-line\/60 {
  border-color: rgb(234 234 234 / 0.6);
}
.border-line\/70 {
  border-color: rgb(234 234 234 / 0.7);
}
.border-line\/80 {
  border-color: rgb(234 234 234 / 0.8);
}
.border-line\/90 {
  border-color: rgb(234 234 234 / 0.9);
}
.border-linkblue {
  --tw-border-opacity: 1;
  border-color: rgb(71 84 162 / var(--tw-border-opacity, 1));
}
.border-linkblue\/10 {
  border-color: rgb(71 84 162 / 0.1);
}
.border-linkblue\/20 {
  border-color: rgb(71 84 162 / 0.2);
}
.border-linkblue\/30 {
  border-color: rgb(71 84 162 / 0.3);
}
.border-linkblue\/40 {
  border-color: rgb(71 84 162 / 0.4);
}
.border-linkblue\/5 {
  border-color: rgb(71 84 162 / 0.05);
}
.border-linkblue\/50 {
  border-color: rgb(71 84 162 / 0.5);
}
.border-linkblue\/60 {
  border-color: rgb(71 84 162 / 0.6);
}
.border-linkblue\/70 {
  border-color: rgb(71 84 162 / 0.7);
}
.border-linkblue\/80 {
  border-color: rgb(71 84 162 / 0.8);
}
.border-linkblue\/90 {
  border-color: rgb(71 84 162 / 0.9);
}
.border-muted {
  --tw-border-opacity: 1;
  border-color: rgb(158 157 157 / var(--tw-border-opacity, 1));
}
.border-muted\/10 {
  border-color: rgb(158 157 157 / 0.1);
}
.border-muted\/20 {
  border-color: rgb(158 157 157 / 0.2);
}
.border-muted\/30 {
  border-color: rgb(158 157 157 / 0.3);
}
.border-muted\/40 {
  border-color: rgb(158 157 157 / 0.4);
}
.border-muted\/5 {
  border-color: rgb(158 157 157 / 0.05);
}
.border-muted\/50 {
  border-color: rgb(158 157 157 / 0.5);
}
.border-muted\/60 {
  border-color: rgb(158 157 157 / 0.6);
}
.border-muted\/70 {
  border-color: rgb(158 157 157 / 0.7);
}
.border-muted\/80 {
  border-color: rgb(158 157 157 / 0.8);
}
.border-muted\/90 {
  border-color: rgb(158 157 157 / 0.9);
}
.border-placeholder {
  --tw-border-opacity: 1;
  border-color: rgb(174 174 174 / var(--tw-border-opacity, 1));
}
.border-placeholder\/10 {
  border-color: rgb(174 174 174 / 0.1);
}
.border-placeholder\/20 {
  border-color: rgb(174 174 174 / 0.2);
}
.border-placeholder\/30 {
  border-color: rgb(174 174 174 / 0.3);
}
.border-placeholder\/40 {
  border-color: rgb(174 174 174 / 0.4);
}
.border-placeholder\/5 {
  border-color: rgb(174 174 174 / 0.05);
}
.border-placeholder\/50 {
  border-color: rgb(174 174 174 / 0.5);
}
.border-placeholder\/60 {
  border-color: rgb(174 174 174 / 0.6);
}
.border-placeholder\/70 {
  border-color: rgb(174 174 174 / 0.7);
}
.border-placeholder\/80 {
  border-color: rgb(174 174 174 / 0.8);
}
.border-placeholder\/90 {
  border-color: rgb(174 174 174 / 0.9);
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(37 185 236 / var(--tw-border-opacity, 1));
}
.border-primary\/10 {
  border-color: rgb(37 185 236 / 0.1);
}
.border-primary\/20 {
  border-color: rgb(37 185 236 / 0.2);
}
.border-primary\/30 {
  border-color: rgb(37 185 236 / 0.3);
}
.border-primary\/40 {
  border-color: rgb(37 185 236 / 0.4);
}
.border-primary\/5 {
  border-color: rgb(37 185 236 / 0.05);
}
.border-primary\/50 {
  border-color: rgb(37 185 236 / 0.5);
}
.border-primary\/60 {
  border-color: rgb(37 185 236 / 0.6);
}
.border-primary\/70 {
  border-color: rgb(37 185 236 / 0.7);
}
.border-primary\/80 {
  border-color: rgb(37 185 236 / 0.8);
}
.border-primary\/90 {
  border-color: rgb(37 185 236 / 0.9);
}
.border-progress {
  --tw-border-opacity: 1;
  border-color: rgb(37 236 37 / var(--tw-border-opacity, 1));
}
.border-progress\/10 {
  border-color: rgb(37 236 37 / 0.1);
}
.border-progress\/20 {
  border-color: rgb(37 236 37 / 0.2);
}
.border-progress\/30 {
  border-color: rgb(37 236 37 / 0.3);
}
.border-progress\/40 {
  border-color: rgb(37 236 37 / 0.4);
}
.border-progress\/5 {
  border-color: rgb(37 236 37 / 0.05);
}
.border-progress\/50 {
  border-color: rgb(37 236 37 / 0.5);
}
.border-progress\/60 {
  border-color: rgb(37 236 37 / 0.6);
}
.border-progress\/70 {
  border-color: rgb(37 236 37 / 0.7);
}
.border-progress\/80 {
  border-color: rgb(37 236 37 / 0.8);
}
.border-progress\/90 {
  border-color: rgb(37 236 37 / 0.9);
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(10 116 188 / var(--tw-border-opacity, 1));
}
.border-secondary\/10 {
  border-color: rgb(10 116 188 / 0.1);
}
.border-secondary\/20 {
  border-color: rgb(10 116 188 / 0.2);
}
.border-secondary\/30 {
  border-color: rgb(10 116 188 / 0.3);
}
.border-secondary\/40 {
  border-color: rgb(10 116 188 / 0.4);
}
.border-secondary\/5 {
  border-color: rgb(10 116 188 / 0.05);
}
.border-secondary\/50 {
  border-color: rgb(10 116 188 / 0.5);
}
.border-secondary\/60 {
  border-color: rgb(10 116 188 / 0.6);
}
.border-secondary\/70 {
  border-color: rgb(10 116 188 / 0.7);
}
.border-secondary\/80 {
  border-color: rgb(10 116 188 / 0.8);
}
.border-secondary\/90 {
  border-color: rgb(10 116 188 / 0.9);
}
.border-surface {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity, 1));
}
.border-surface\/10 {
  border-color: rgb(242 242 242 / 0.1);
}
.border-surface\/20 {
  border-color: rgb(242 242 242 / 0.2);
}
.border-surface\/30 {
  border-color: rgb(242 242 242 / 0.3);
}
.border-surface\/40 {
  border-color: rgb(242 242 242 / 0.4);
}
.border-surface\/5 {
  border-color: rgb(242 242 242 / 0.05);
}
.border-surface\/50 {
  border-color: rgb(242 242 242 / 0.5);
}
.border-surface\/60 {
  border-color: rgb(242 242 242 / 0.6);
}
.border-surface\/70 {
  border-color: rgb(242 242 242 / 0.7);
}
.border-surface\/80 {
  border-color: rgb(242 242 242 / 0.8);
}
.border-surface\/90 {
  border-color: rgb(242 242 242 / 0.9);
}
.border-track {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.border-track\/10 {
  border-color: rgb(217 217 217 / 0.1);
}
.border-track\/20 {
  border-color: rgb(217 217 217 / 0.2);
}
.border-track\/30 {
  border-color: rgb(217 217 217 / 0.3);
}
.border-track\/40 {
  border-color: rgb(217 217 217 / 0.4);
}
.border-track\/5 {
  border-color: rgb(217 217 217 / 0.05);
}
.border-track\/50 {
  border-color: rgb(217 217 217 / 0.5);
}
.border-track\/60 {
  border-color: rgb(217 217 217 / 0.6);
}
.border-track\/70 {
  border-color: rgb(217 217 217 / 0.7);
}
.border-track\/80 {
  border-color: rgb(217 217 217 / 0.8);
}
.border-track\/90 {
  border-color: rgb(217 217 217 / 0.9);
}
.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-card {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
}
.bg-card\/10 {
  background-color: rgb(252 252 252 / 0.1);
}
.bg-card\/20 {
  background-color: rgb(252 252 252 / 0.2);
}
.bg-card\/30 {
  background-color: rgb(252 252 252 / 0.3);
}
.bg-card\/40 {
  background-color: rgb(252 252 252 / 0.4);
}
.bg-card\/5 {
  background-color: rgb(252 252 252 / 0.05);
}
.bg-card\/50 {
  background-color: rgb(252 252 252 / 0.5);
}
.bg-card\/60 {
  background-color: rgb(252 252 252 / 0.6);
}
.bg-card\/70 {
  background-color: rgb(252 252 252 / 0.7);
}
.bg-card\/80 {
  background-color: rgb(252 252 252 / 0.8);
}
.bg-card\/90 {
  background-color: rgb(252 252 252 / 0.9);
}
.bg-ink {
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity, 1));
}
.bg-ink\/10 {
  background-color: rgb(50 50 50 / 0.1);
}
.bg-ink\/20 {
  background-color: rgb(50 50 50 / 0.2);
}
.bg-ink\/30 {
  background-color: rgb(50 50 50 / 0.3);
}
.bg-ink\/40 {
  background-color: rgb(50 50 50 / 0.4);
}
.bg-ink\/5 {
  background-color: rgb(50 50 50 / 0.05);
}
.bg-ink\/50 {
  background-color: rgb(50 50 50 / 0.5);
}
.bg-ink\/60 {
  background-color: rgb(50 50 50 / 0.6);
}
.bg-ink\/70 {
  background-color: rgb(50 50 50 / 0.7);
}
.bg-ink\/80 {
  background-color: rgb(50 50 50 / 0.8);
}
.bg-ink\/90 {
  background-color: rgb(50 50 50 / 0.9);
}
.bg-line {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity, 1));
}
.bg-line\/10 {
  background-color: rgb(234 234 234 / 0.1);
}
.bg-line\/20 {
  background-color: rgb(234 234 234 / 0.2);
}
.bg-line\/30 {
  background-color: rgb(234 234 234 / 0.3);
}
.bg-line\/40 {
  background-color: rgb(234 234 234 / 0.4);
}
.bg-line\/5 {
  background-color: rgb(234 234 234 / 0.05);
}
.bg-line\/50 {
  background-color: rgb(234 234 234 / 0.5);
}
.bg-line\/60 {
  background-color: rgb(234 234 234 / 0.6);
}
.bg-line\/70 {
  background-color: rgb(234 234 234 / 0.7);
}
.bg-line\/80 {
  background-color: rgb(234 234 234 / 0.8);
}
.bg-line\/90 {
  background-color: rgb(234 234 234 / 0.9);
}
.bg-linkblue {
  --tw-bg-opacity: 1;
  background-color: rgb(71 84 162 / var(--tw-bg-opacity, 1));
}
.bg-linkblue\/10 {
  background-color: rgb(71 84 162 / 0.1);
}
.bg-linkblue\/20 {
  background-color: rgb(71 84 162 / 0.2);
}
.bg-linkblue\/30 {
  background-color: rgb(71 84 162 / 0.3);
}
.bg-linkblue\/40 {
  background-color: rgb(71 84 162 / 0.4);
}
.bg-linkblue\/5 {
  background-color: rgb(71 84 162 / 0.05);
}
.bg-linkblue\/50 {
  background-color: rgb(71 84 162 / 0.5);
}
.bg-linkblue\/60 {
  background-color: rgb(71 84 162 / 0.6);
}
.bg-linkblue\/70 {
  background-color: rgb(71 84 162 / 0.7);
}
.bg-linkblue\/80 {
  background-color: rgb(71 84 162 / 0.8);
}
.bg-linkblue\/90 {
  background-color: rgb(71 84 162 / 0.9);
}
.bg-muted {
  --tw-bg-opacity: 1;
  background-color: rgb(158 157 157 / var(--tw-bg-opacity, 1));
}
.bg-muted\/10 {
  background-color: rgb(158 157 157 / 0.1);
}
.bg-muted\/20 {
  background-color: rgb(158 157 157 / 0.2);
}
.bg-muted\/30 {
  background-color: rgb(158 157 157 / 0.3);
}
.bg-muted\/40 {
  background-color: rgb(158 157 157 / 0.4);
}
.bg-muted\/5 {
  background-color: rgb(158 157 157 / 0.05);
}
.bg-muted\/50 {
  background-color: rgb(158 157 157 / 0.5);
}
.bg-muted\/60 {
  background-color: rgb(158 157 157 / 0.6);
}
.bg-muted\/70 {
  background-color: rgb(158 157 157 / 0.7);
}
.bg-muted\/80 {
  background-color: rgb(158 157 157 / 0.8);
}
.bg-muted\/90 {
  background-color: rgb(158 157 157 / 0.9);
}
.bg-placeholder {
  --tw-bg-opacity: 1;
  background-color: rgb(174 174 174 / var(--tw-bg-opacity, 1));
}
.bg-placeholder\/10 {
  background-color: rgb(174 174 174 / 0.1);
}
.bg-placeholder\/20 {
  background-color: rgb(174 174 174 / 0.2);
}
.bg-placeholder\/30 {
  background-color: rgb(174 174 174 / 0.3);
}
.bg-placeholder\/40 {
  background-color: rgb(174 174 174 / 0.4);
}
.bg-placeholder\/5 {
  background-color: rgb(174 174 174 / 0.05);
}
.bg-placeholder\/50 {
  background-color: rgb(174 174 174 / 0.5);
}
.bg-placeholder\/60 {
  background-color: rgb(174 174 174 / 0.6);
}
.bg-placeholder\/70 {
  background-color: rgb(174 174 174 / 0.7);
}
.bg-placeholder\/80 {
  background-color: rgb(174 174 174 / 0.8);
}
.bg-placeholder\/90 {
  background-color: rgb(174 174 174 / 0.9);
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(37 185 236 / var(--tw-bg-opacity, 1));
}
.bg-primary\/10 {
  background-color: rgb(37 185 236 / 0.1);
}
.bg-primary\/20 {
  background-color: rgb(37 185 236 / 0.2);
}
.bg-primary\/30 {
  background-color: rgb(37 185 236 / 0.3);
}
.bg-primary\/40 {
  background-color: rgb(37 185 236 / 0.4);
}
.bg-primary\/5 {
  background-color: rgb(37 185 236 / 0.05);
}
.bg-primary\/50 {
  background-color: rgb(37 185 236 / 0.5);
}
.bg-primary\/60 {
  background-color: rgb(37 185 236 / 0.6);
}
.bg-primary\/70 {
  background-color: rgb(37 185 236 / 0.7);
}
.bg-primary\/80 {
  background-color: rgb(37 185 236 / 0.8);
}
.bg-primary\/90 {
  background-color: rgb(37 185 236 / 0.9);
}
.bg-progress {
  --tw-bg-opacity: 1;
  background-color: rgb(37 236 37 / var(--tw-bg-opacity, 1));
}
.bg-progress\/10 {
  background-color: rgb(37 236 37 / 0.1);
}
.bg-progress\/20 {
  background-color: rgb(37 236 37 / 0.2);
}
.bg-progress\/30 {
  background-color: rgb(37 236 37 / 0.3);
}
.bg-progress\/40 {
  background-color: rgb(37 236 37 / 0.4);
}
.bg-progress\/5 {
  background-color: rgb(37 236 37 / 0.05);
}
.bg-progress\/50 {
  background-color: rgb(37 236 37 / 0.5);
}
.bg-progress\/60 {
  background-color: rgb(37 236 37 / 0.6);
}
.bg-progress\/70 {
  background-color: rgb(37 236 37 / 0.7);
}
.bg-progress\/80 {
  background-color: rgb(37 236 37 / 0.8);
}
.bg-progress\/90 {
  background-color: rgb(37 236 37 / 0.9);
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(10 116 188 / var(--tw-bg-opacity, 1));
}
.bg-secondary\/10 {
  background-color: rgb(10 116 188 / 0.1);
}
.bg-secondary\/20 {
  background-color: rgb(10 116 188 / 0.2);
}
.bg-secondary\/30 {
  background-color: rgb(10 116 188 / 0.3);
}
.bg-secondary\/40 {
  background-color: rgb(10 116 188 / 0.4);
}
.bg-secondary\/5 {
  background-color: rgb(10 116 188 / 0.05);
}
.bg-secondary\/50 {
  background-color: rgb(10 116 188 / 0.5);
}
.bg-secondary\/60 {
  background-color: rgb(10 116 188 / 0.6);
}
.bg-secondary\/70 {
  background-color: rgb(10 116 188 / 0.7);
}
.bg-secondary\/80 {
  background-color: rgb(10 116 188 / 0.8);
}
.bg-secondary\/90 {
  background-color: rgb(10 116 188 / 0.9);
}
.bg-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.bg-surface\/10 {
  background-color: rgb(242 242 242 / 0.1);
}
.bg-surface\/20 {
  background-color: rgb(242 242 242 / 0.2);
}
.bg-surface\/30 {
  background-color: rgb(242 242 242 / 0.3);
}
.bg-surface\/40 {
  background-color: rgb(242 242 242 / 0.4);
}
.bg-surface\/5 {
  background-color: rgb(242 242 242 / 0.05);
}
.bg-surface\/50 {
  background-color: rgb(242 242 242 / 0.5);
}
.bg-surface\/60 {
  background-color: rgb(242 242 242 / 0.6);
}
.bg-surface\/70 {
  background-color: rgb(242 242 242 / 0.7);
}
.bg-surface\/80 {
  background-color: rgb(242 242 242 / 0.8);
}
.bg-surface\/90 {
  background-color: rgb(242 242 242 / 0.9);
}
.bg-track {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.bg-track\/10 {
  background-color: rgb(217 217 217 / 0.1);
}
.bg-track\/20 {
  background-color: rgb(217 217 217 / 0.2);
}
.bg-track\/30 {
  background-color: rgb(217 217 217 / 0.3);
}
.bg-track\/40 {
  background-color: rgb(217 217 217 / 0.4);
}
.bg-track\/5 {
  background-color: rgb(217 217 217 / 0.05);
}
.bg-track\/50 {
  background-color: rgb(217 217 217 / 0.5);
}
.bg-track\/60 {
  background-color: rgb(217 217 217 / 0.6);
}
.bg-track\/70 {
  background-color: rgb(217 217 217 / 0.7);
}
.bg-track\/80 {
  background-color: rgb(217 217 217 / 0.8);
}
.bg-track\/90 {
  background-color: rgb(217 217 217 / 0.9);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-brand-gradient {
  background-image: linear-gradient(180deg, #E5FDFF 0%, #25B9EC 100%);
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.from-black\/50 {
  --tw-gradient-from: rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/55 {
  --tw-gradient-from: rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-card {
  --tw-gradient-from: #fcfcfc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-card\/10 {
  --tw-gradient-from: rgb(252 252 252 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-card\/20 {
  --tw-gradient-from: rgb(252 252 252 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-card\/30 {
  --tw-gradient-from: rgb(252 252 252 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-card\/40 {
  --tw-gradient-from: rgb(252 252 252 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-card\/5 {
  --tw-gradient-from: rgb(252 252 252 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-card\/50 {
  --tw-gradient-from: rgb(252 252 252 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-card\/60 {
  --tw-gradient-from: rgb(252 252 252 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-card\/70 {
  --tw-gradient-from: rgb(252 252 252 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-card\/80 {
  --tw-gradient-from: rgb(252 252 252 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-card\/90 {
  --tw-gradient-from: rgb(252 252 252 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 252 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-ink {
  --tw-gradient-from: #323232 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(50 50 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-ink\/10 {
  --tw-gradient-from: rgb(50 50 50 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(50 50 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-ink\/20 {
  --tw-gradient-from: rgb(50 50 50 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(50 50 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-ink\/30 {
  --tw-gradient-from: rgb(50 50 50 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(50 50 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-ink\/40 {
  --tw-gradient-from: rgb(50 50 50 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(50 50 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-ink\/5 {
  --tw-gradient-from: rgb(50 50 50 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(50 50 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-ink\/50 {
  --tw-gradient-from: rgb(50 50 50 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(50 50 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-ink\/60 {
  --tw-gradient-from: rgb(50 50 50 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(50 50 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-ink\/70 {
  --tw-gradient-from: rgb(50 50 50 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(50 50 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-ink\/80 {
  --tw-gradient-from: rgb(50 50 50 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(50 50 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-ink\/90 {
  --tw-gradient-from: rgb(50 50 50 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(50 50 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-line {
  --tw-gradient-from: #eaeaea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 234 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-line\/10 {
  --tw-gradient-from: rgb(234 234 234 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 234 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-line\/20 {
  --tw-gradient-from: rgb(234 234 234 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 234 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-line\/30 {
  --tw-gradient-from: rgb(234 234 234 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 234 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-line\/40 {
  --tw-gradient-from: rgb(234 234 234 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 234 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-line\/5 {
  --tw-gradient-from: rgb(234 234 234 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 234 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-line\/50 {
  --tw-gradient-from: rgb(234 234 234 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 234 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-line\/60 {
  --tw-gradient-from: rgb(234 234 234 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 234 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-line\/70 {
  --tw-gradient-from: rgb(234 234 234 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 234 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-line\/80 {
  --tw-gradient-from: rgb(234 234 234 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 234 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-line\/90 {
  --tw-gradient-from: rgb(234 234 234 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 234 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-linkblue {
  --tw-gradient-from: #4754a2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 84 162 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-linkblue\/10 {
  --tw-gradient-from: rgb(71 84 162 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 84 162 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-linkblue\/20 {
  --tw-gradient-from: rgb(71 84 162 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 84 162 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-linkblue\/30 {
  --tw-gradient-from: rgb(71 84 162 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 84 162 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-linkblue\/40 {
  --tw-gradient-from: rgb(71 84 162 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 84 162 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-linkblue\/5 {
  --tw-gradient-from: rgb(71 84 162 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 84 162 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-linkblue\/50 {
  --tw-gradient-from: rgb(71 84 162 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 84 162 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-linkblue\/60 {
  --tw-gradient-from: rgb(71 84 162 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 84 162 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-linkblue\/70 {
  --tw-gradient-from: rgb(71 84 162 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 84 162 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-linkblue\/80 {
  --tw-gradient-from: rgb(71 84 162 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 84 162 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-linkblue\/90 {
  --tw-gradient-from: rgb(71 84 162 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 84 162 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-muted {
  --tw-gradient-from: #9e9d9d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(158 157 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-muted\/10 {
  --tw-gradient-from: rgb(158 157 157 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(158 157 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-muted\/20 {
  --tw-gradient-from: rgb(158 157 157 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(158 157 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-muted\/30 {
  --tw-gradient-from: rgb(158 157 157 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(158 157 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-muted\/40 {
  --tw-gradient-from: rgb(158 157 157 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(158 157 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-muted\/5 {
  --tw-gradient-from: rgb(158 157 157 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(158 157 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-muted\/50 {
  --tw-gradient-from: rgb(158 157 157 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(158 157 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-muted\/60 {
  --tw-gradient-from: rgb(158 157 157 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(158 157 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-muted\/70 {
  --tw-gradient-from: rgb(158 157 157 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(158 157 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-muted\/80 {
  --tw-gradient-from: rgb(158 157 157 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(158 157 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-muted\/90 {
  --tw-gradient-from: rgb(158 157 157 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(158 157 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-placeholder {
  --tw-gradient-from: #aeaeae var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 174 174 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-placeholder\/10 {
  --tw-gradient-from: rgb(174 174 174 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 174 174 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-placeholder\/20 {
  --tw-gradient-from: rgb(174 174 174 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 174 174 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-placeholder\/30 {
  --tw-gradient-from: rgb(174 174 174 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 174 174 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-placeholder\/40 {
  --tw-gradient-from: rgb(174 174 174 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 174 174 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-placeholder\/5 {
  --tw-gradient-from: rgb(174 174 174 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 174 174 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-placeholder\/50 {
  --tw-gradient-from: rgb(174 174 174 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 174 174 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-placeholder\/60 {
  --tw-gradient-from: rgb(174 174 174 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 174 174 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-placeholder\/70 {
  --tw-gradient-from: rgb(174 174 174 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 174 174 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-placeholder\/80 {
  --tw-gradient-from: rgb(174 174 174 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 174 174 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-placeholder\/90 {
  --tw-gradient-from: rgb(174 174 174 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 174 174 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary {
  --tw-gradient-from: #25b9ec var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 185 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/10 {
  --tw-gradient-from: rgb(37 185 236 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 185 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/20 {
  --tw-gradient-from: rgb(37 185 236 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 185 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/30 {
  --tw-gradient-from: rgb(37 185 236 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 185 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/40 {
  --tw-gradient-from: rgb(37 185 236 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 185 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/5 {
  --tw-gradient-from: rgb(37 185 236 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 185 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/50 {
  --tw-gradient-from: rgb(37 185 236 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 185 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/60 {
  --tw-gradient-from: rgb(37 185 236 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 185 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/70 {
  --tw-gradient-from: rgb(37 185 236 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 185 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/80 {
  --tw-gradient-from: rgb(37 185 236 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 185 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/90 {
  --tw-gradient-from: rgb(37 185 236 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 185 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-progress {
  --tw-gradient-from: #25ec25 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 236 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-progress\/10 {
  --tw-gradient-from: rgb(37 236 37 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 236 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-progress\/20 {
  --tw-gradient-from: rgb(37 236 37 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 236 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-progress\/30 {
  --tw-gradient-from: rgb(37 236 37 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 236 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-progress\/40 {
  --tw-gradient-from: rgb(37 236 37 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 236 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-progress\/5 {
  --tw-gradient-from: rgb(37 236 37 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 236 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-progress\/50 {
  --tw-gradient-from: rgb(37 236 37 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 236 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-progress\/60 {
  --tw-gradient-from: rgb(37 236 37 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 236 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-progress\/70 {
  --tw-gradient-from: rgb(37 236 37 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 236 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-progress\/80 {
  --tw-gradient-from: rgb(37 236 37 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 236 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-progress\/90 {
  --tw-gradient-from: rgb(37 236 37 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 236 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary {
  --tw-gradient-from: #0a74bc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 116 188 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/10 {
  --tw-gradient-from: rgb(10 116 188 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 116 188 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/20 {
  --tw-gradient-from: rgb(10 116 188 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 116 188 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/30 {
  --tw-gradient-from: rgb(10 116 188 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 116 188 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/40 {
  --tw-gradient-from: rgb(10 116 188 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 116 188 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/5 {
  --tw-gradient-from: rgb(10 116 188 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 116 188 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/50 {
  --tw-gradient-from: rgb(10 116 188 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 116 188 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/60 {
  --tw-gradient-from: rgb(10 116 188 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 116 188 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/70 {
  --tw-gradient-from: rgb(10 116 188 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 116 188 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/80 {
  --tw-gradient-from: rgb(10 116 188 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 116 188 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/90 {
  --tw-gradient-from: rgb(10 116 188 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 116 188 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-surface {
  --tw-gradient-from: #f2f2f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-surface\/10 {
  --tw-gradient-from: rgb(242 242 242 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-surface\/20 {
  --tw-gradient-from: rgb(242 242 242 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-surface\/30 {
  --tw-gradient-from: rgb(242 242 242 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-surface\/40 {
  --tw-gradient-from: rgb(242 242 242 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-surface\/5 {
  --tw-gradient-from: rgb(242 242 242 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-surface\/50 {
  --tw-gradient-from: rgb(242 242 242 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-surface\/60 {
  --tw-gradient-from: rgb(242 242 242 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-surface\/70 {
  --tw-gradient-from: rgb(242 242 242 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-surface\/80 {
  --tw-gradient-from: rgb(242 242 242 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-surface\/90 {
  --tw-gradient-from: rgb(242 242 242 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-track {
  --tw-gradient-from: #d9d9d9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 217 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-track\/10 {
  --tw-gradient-from: rgb(217 217 217 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 217 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-track\/20 {
  --tw-gradient-from: rgb(217 217 217 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 217 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-track\/30 {
  --tw-gradient-from: rgb(217 217 217 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 217 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-track\/40 {
  --tw-gradient-from: rgb(217 217 217 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 217 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-track\/5 {
  --tw-gradient-from: rgb(217 217 217 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 217 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-track\/50 {
  --tw-gradient-from: rgb(217 217 217 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 217 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-track\/60 {
  --tw-gradient-from: rgb(217 217 217 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 217 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-track\/70 {
  --tw-gradient-from: rgb(217 217 217 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 217 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-track\/80 {
  --tw-gradient-from: rgb(217 217 217 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 217 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-track\/90 {
  --tw-gradient-from: rgb(217 217 217 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 217 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-black\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-card {
  --tw-gradient-to: rgb(252 252 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fcfcfc var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-card\/10 {
  --tw-gradient-to: rgb(252 252 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-card\/20 {
  --tw-gradient-to: rgb(252 252 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-card\/30 {
  --tw-gradient-to: rgb(252 252 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-card\/40 {
  --tw-gradient-to: rgb(252 252 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-card\/5 {
  --tw-gradient-to: rgb(252 252 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-card\/50 {
  --tw-gradient-to: rgb(252 252 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-card\/60 {
  --tw-gradient-to: rgb(252 252 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-card\/70 {
  --tw-gradient-to: rgb(252 252 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-card\/80 {
  --tw-gradient-to: rgb(252 252 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-card\/90 {
  --tw-gradient-to: rgb(252 252 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 252 252 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-ink {
  --tw-gradient-to: rgb(50 50 50 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #323232 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-ink\/10 {
  --tw-gradient-to: rgb(50 50 50 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-ink\/20 {
  --tw-gradient-to: rgb(50 50 50 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-ink\/30 {
  --tw-gradient-to: rgb(50 50 50 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-ink\/40 {
  --tw-gradient-to: rgb(50 50 50 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-ink\/5 {
  --tw-gradient-to: rgb(50 50 50 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-ink\/50 {
  --tw-gradient-to: rgb(50 50 50 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-ink\/60 {
  --tw-gradient-to: rgb(50 50 50 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-ink\/70 {
  --tw-gradient-to: rgb(50 50 50 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-ink\/80 {
  --tw-gradient-to: rgb(50 50 50 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-ink\/90 {
  --tw-gradient-to: rgb(50 50 50 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(50 50 50 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-line {
  --tw-gradient-to: rgb(234 234 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eaeaea var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-line\/10 {
  --tw-gradient-to: rgb(234 234 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 234 234 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-line\/20 {
  --tw-gradient-to: rgb(234 234 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 234 234 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-line\/30 {
  --tw-gradient-to: rgb(234 234 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 234 234 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-line\/40 {
  --tw-gradient-to: rgb(234 234 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 234 234 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-line\/5 {
  --tw-gradient-to: rgb(234 234 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 234 234 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-line\/50 {
  --tw-gradient-to: rgb(234 234 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 234 234 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-line\/60 {
  --tw-gradient-to: rgb(234 234 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 234 234 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-line\/70 {
  --tw-gradient-to: rgb(234 234 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 234 234 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-line\/80 {
  --tw-gradient-to: rgb(234 234 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 234 234 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-line\/90 {
  --tw-gradient-to: rgb(234 234 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 234 234 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-linkblue {
  --tw-gradient-to: rgb(71 84 162 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4754a2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-linkblue\/10 {
  --tw-gradient-to: rgb(71 84 162 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(71 84 162 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-linkblue\/20 {
  --tw-gradient-to: rgb(71 84 162 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(71 84 162 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-linkblue\/30 {
  --tw-gradient-to: rgb(71 84 162 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(71 84 162 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-linkblue\/40 {
  --tw-gradient-to: rgb(71 84 162 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(71 84 162 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-linkblue\/5 {
  --tw-gradient-to: rgb(71 84 162 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(71 84 162 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-linkblue\/50 {
  --tw-gradient-to: rgb(71 84 162 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(71 84 162 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-linkblue\/60 {
  --tw-gradient-to: rgb(71 84 162 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(71 84 162 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-linkblue\/70 {
  --tw-gradient-to: rgb(71 84 162 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(71 84 162 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-linkblue\/80 {
  --tw-gradient-to: rgb(71 84 162 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(71 84 162 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-linkblue\/90 {
  --tw-gradient-to: rgb(71 84 162 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(71 84 162 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-muted {
  --tw-gradient-to: rgb(158 157 157 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9e9d9d var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-muted\/10 {
  --tw-gradient-to: rgb(158 157 157 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(158 157 157 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-muted\/20 {
  --tw-gradient-to: rgb(158 157 157 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(158 157 157 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-muted\/30 {
  --tw-gradient-to: rgb(158 157 157 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(158 157 157 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-muted\/40 {
  --tw-gradient-to: rgb(158 157 157 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(158 157 157 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-muted\/5 {
  --tw-gradient-to: rgb(158 157 157 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(158 157 157 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-muted\/50 {
  --tw-gradient-to: rgb(158 157 157 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(158 157 157 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-muted\/60 {
  --tw-gradient-to: rgb(158 157 157 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(158 157 157 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-muted\/70 {
  --tw-gradient-to: rgb(158 157 157 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(158 157 157 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-muted\/80 {
  --tw-gradient-to: rgb(158 157 157 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(158 157 157 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-muted\/90 {
  --tw-gradient-to: rgb(158 157 157 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(158 157 157 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-placeholder {
  --tw-gradient-to: rgb(174 174 174 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #aeaeae var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-placeholder\/10 {
  --tw-gradient-to: rgb(174 174 174 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 174 174 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-placeholder\/20 {
  --tw-gradient-to: rgb(174 174 174 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 174 174 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-placeholder\/30 {
  --tw-gradient-to: rgb(174 174 174 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 174 174 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-placeholder\/40 {
  --tw-gradient-to: rgb(174 174 174 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 174 174 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-placeholder\/5 {
  --tw-gradient-to: rgb(174 174 174 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 174 174 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-placeholder\/50 {
  --tw-gradient-to: rgb(174 174 174 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 174 174 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-placeholder\/60 {
  --tw-gradient-to: rgb(174 174 174 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 174 174 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-placeholder\/70 {
  --tw-gradient-to: rgb(174 174 174 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 174 174 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-placeholder\/80 {
  --tw-gradient-to: rgb(174 174 174 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 174 174 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-placeholder\/90 {
  --tw-gradient-to: rgb(174 174 174 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 174 174 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary {
  --tw-gradient-to: rgb(37 185 236 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #25b9ec var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/10 {
  --tw-gradient-to: rgb(37 185 236 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 185 236 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/20 {
  --tw-gradient-to: rgb(37 185 236 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 185 236 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/30 {
  --tw-gradient-to: rgb(37 185 236 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 185 236 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/40 {
  --tw-gradient-to: rgb(37 185 236 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 185 236 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/5 {
  --tw-gradient-to: rgb(37 185 236 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 185 236 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/50 {
  --tw-gradient-to: rgb(37 185 236 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 185 236 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/60 {
  --tw-gradient-to: rgb(37 185 236 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 185 236 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/70 {
  --tw-gradient-to: rgb(37 185 236 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 185 236 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/80 {
  --tw-gradient-to: rgb(37 185 236 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 185 236 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/90 {
  --tw-gradient-to: rgb(37 185 236 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 185 236 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-progress {
  --tw-gradient-to: rgb(37 236 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #25ec25 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-progress\/10 {
  --tw-gradient-to: rgb(37 236 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 236 37 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-progress\/20 {
  --tw-gradient-to: rgb(37 236 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 236 37 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-progress\/30 {
  --tw-gradient-to: rgb(37 236 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 236 37 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-progress\/40 {
  --tw-gradient-to: rgb(37 236 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 236 37 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-progress\/5 {
  --tw-gradient-to: rgb(37 236 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 236 37 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-progress\/50 {
  --tw-gradient-to: rgb(37 236 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 236 37 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-progress\/60 {
  --tw-gradient-to: rgb(37 236 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 236 37 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-progress\/70 {
  --tw-gradient-to: rgb(37 236 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 236 37 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-progress\/80 {
  --tw-gradient-to: rgb(37 236 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 236 37 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-progress\/90 {
  --tw-gradient-to: rgb(37 236 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 236 37 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary {
  --tw-gradient-to: rgb(10 116 188 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0a74bc var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/10 {
  --tw-gradient-to: rgb(10 116 188 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(10 116 188 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/20 {
  --tw-gradient-to: rgb(10 116 188 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(10 116 188 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/30 {
  --tw-gradient-to: rgb(10 116 188 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(10 116 188 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/40 {
  --tw-gradient-to: rgb(10 116 188 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(10 116 188 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/5 {
  --tw-gradient-to: rgb(10 116 188 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(10 116 188 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/50 {
  --tw-gradient-to: rgb(10 116 188 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(10 116 188 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/60 {
  --tw-gradient-to: rgb(10 116 188 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(10 116 188 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/70 {
  --tw-gradient-to: rgb(10 116 188 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(10 116 188 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/80 {
  --tw-gradient-to: rgb(10 116 188 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(10 116 188 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/90 {
  --tw-gradient-to: rgb(10 116 188 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(10 116 188 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-surface {
  --tw-gradient-to: rgb(242 242 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-surface\/10 {
  --tw-gradient-to: rgb(242 242 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 242 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-surface\/20 {
  --tw-gradient-to: rgb(242 242 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 242 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-surface\/30 {
  --tw-gradient-to: rgb(242 242 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 242 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-surface\/40 {
  --tw-gradient-to: rgb(242 242 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 242 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-surface\/5 {
  --tw-gradient-to: rgb(242 242 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 242 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-surface\/50 {
  --tw-gradient-to: rgb(242 242 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 242 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-surface\/60 {
  --tw-gradient-to: rgb(242 242 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 242 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-surface\/70 {
  --tw-gradient-to: rgb(242 242 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 242 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-surface\/80 {
  --tw-gradient-to: rgb(242 242 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 242 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-surface\/90 {
  --tw-gradient-to: rgb(242 242 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 242 242 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-track {
  --tw-gradient-to: rgb(217 217 217 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d9d9d9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-track\/10 {
  --tw-gradient-to: rgb(217 217 217 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-track\/20 {
  --tw-gradient-to: rgb(217 217 217 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-track\/30 {
  --tw-gradient-to: rgb(217 217 217 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-track\/40 {
  --tw-gradient-to: rgb(217 217 217 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-track\/5 {
  --tw-gradient-to: rgb(217 217 217 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-track\/50 {
  --tw-gradient-to: rgb(217 217 217 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-track\/60 {
  --tw-gradient-to: rgb(217 217 217 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-track\/70 {
  --tw-gradient-to: rgb(217 217 217 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-track\/80 {
  --tw-gradient-to: rgb(217 217 217 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-track\/90 {
  --tw-gradient-to: rgb(217 217 217 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-card {
  --tw-gradient-to: #fcfcfc var(--tw-gradient-to-position);
}
.to-card\/10 {
  --tw-gradient-to: rgb(252 252 252 / 0.1) var(--tw-gradient-to-position);
}
.to-card\/20 {
  --tw-gradient-to: rgb(252 252 252 / 0.2) var(--tw-gradient-to-position);
}
.to-card\/30 {
  --tw-gradient-to: rgb(252 252 252 / 0.3) var(--tw-gradient-to-position);
}
.to-card\/40 {
  --tw-gradient-to: rgb(252 252 252 / 0.4) var(--tw-gradient-to-position);
}
.to-card\/5 {
  --tw-gradient-to: rgb(252 252 252 / 0.05) var(--tw-gradient-to-position);
}
.to-card\/50 {
  --tw-gradient-to: rgb(252 252 252 / 0.5) var(--tw-gradient-to-position);
}
.to-card\/60 {
  --tw-gradient-to: rgb(252 252 252 / 0.6) var(--tw-gradient-to-position);
}
.to-card\/70 {
  --tw-gradient-to: rgb(252 252 252 / 0.7) var(--tw-gradient-to-position);
}
.to-card\/80 {
  --tw-gradient-to: rgb(252 252 252 / 0.8) var(--tw-gradient-to-position);
}
.to-card\/90 {
  --tw-gradient-to: rgb(252 252 252 / 0.9) var(--tw-gradient-to-position);
}
.to-ink {
  --tw-gradient-to: #323232 var(--tw-gradient-to-position);
}
.to-ink\/10 {
  --tw-gradient-to: rgb(50 50 50 / 0.1) var(--tw-gradient-to-position);
}
.to-ink\/20 {
  --tw-gradient-to: rgb(50 50 50 / 0.2) var(--tw-gradient-to-position);
}
.to-ink\/30 {
  --tw-gradient-to: rgb(50 50 50 / 0.3) var(--tw-gradient-to-position);
}
.to-ink\/40 {
  --tw-gradient-to: rgb(50 50 50 / 0.4) var(--tw-gradient-to-position);
}
.to-ink\/5 {
  --tw-gradient-to: rgb(50 50 50 / 0.05) var(--tw-gradient-to-position);
}
.to-ink\/50 {
  --tw-gradient-to: rgb(50 50 50 / 0.5) var(--tw-gradient-to-position);
}
.to-ink\/60 {
  --tw-gradient-to: rgb(50 50 50 / 0.6) var(--tw-gradient-to-position);
}
.to-ink\/70 {
  --tw-gradient-to: rgb(50 50 50 / 0.7) var(--tw-gradient-to-position);
}
.to-ink\/80 {
  --tw-gradient-to: rgb(50 50 50 / 0.8) var(--tw-gradient-to-position);
}
.to-ink\/90 {
  --tw-gradient-to: rgb(50 50 50 / 0.9) var(--tw-gradient-to-position);
}
.to-line {
  --tw-gradient-to: #eaeaea var(--tw-gradient-to-position);
}
.to-line\/10 {
  --tw-gradient-to: rgb(234 234 234 / 0.1) var(--tw-gradient-to-position);
}
.to-line\/20 {
  --tw-gradient-to: rgb(234 234 234 / 0.2) var(--tw-gradient-to-position);
}
.to-line\/30 {
  --tw-gradient-to: rgb(234 234 234 / 0.3) var(--tw-gradient-to-position);
}
.to-line\/40 {
  --tw-gradient-to: rgb(234 234 234 / 0.4) var(--tw-gradient-to-position);
}
.to-line\/5 {
  --tw-gradient-to: rgb(234 234 234 / 0.05) var(--tw-gradient-to-position);
}
.to-line\/50 {
  --tw-gradient-to: rgb(234 234 234 / 0.5) var(--tw-gradient-to-position);
}
.to-line\/60 {
  --tw-gradient-to: rgb(234 234 234 / 0.6) var(--tw-gradient-to-position);
}
.to-line\/70 {
  --tw-gradient-to: rgb(234 234 234 / 0.7) var(--tw-gradient-to-position);
}
.to-line\/80 {
  --tw-gradient-to: rgb(234 234 234 / 0.8) var(--tw-gradient-to-position);
}
.to-line\/90 {
  --tw-gradient-to: rgb(234 234 234 / 0.9) var(--tw-gradient-to-position);
}
.to-linkblue {
  --tw-gradient-to: #4754a2 var(--tw-gradient-to-position);
}
.to-linkblue\/10 {
  --tw-gradient-to: rgb(71 84 162 / 0.1) var(--tw-gradient-to-position);
}
.to-linkblue\/20 {
  --tw-gradient-to: rgb(71 84 162 / 0.2) var(--tw-gradient-to-position);
}
.to-linkblue\/30 {
  --tw-gradient-to: rgb(71 84 162 / 0.3) var(--tw-gradient-to-position);
}
.to-linkblue\/40 {
  --tw-gradient-to: rgb(71 84 162 / 0.4) var(--tw-gradient-to-position);
}
.to-linkblue\/5 {
  --tw-gradient-to: rgb(71 84 162 / 0.05) var(--tw-gradient-to-position);
}
.to-linkblue\/50 {
  --tw-gradient-to: rgb(71 84 162 / 0.5) var(--tw-gradient-to-position);
}
.to-linkblue\/60 {
  --tw-gradient-to: rgb(71 84 162 / 0.6) var(--tw-gradient-to-position);
}
.to-linkblue\/70 {
  --tw-gradient-to: rgb(71 84 162 / 0.7) var(--tw-gradient-to-position);
}
.to-linkblue\/80 {
  --tw-gradient-to: rgb(71 84 162 / 0.8) var(--tw-gradient-to-position);
}
.to-linkblue\/90 {
  --tw-gradient-to: rgb(71 84 162 / 0.9) var(--tw-gradient-to-position);
}
.to-muted {
  --tw-gradient-to: #9e9d9d var(--tw-gradient-to-position);
}
.to-muted\/10 {
  --tw-gradient-to: rgb(158 157 157 / 0.1) var(--tw-gradient-to-position);
}
.to-muted\/20 {
  --tw-gradient-to: rgb(158 157 157 / 0.2) var(--tw-gradient-to-position);
}
.to-muted\/30 {
  --tw-gradient-to: rgb(158 157 157 / 0.3) var(--tw-gradient-to-position);
}
.to-muted\/40 {
  --tw-gradient-to: rgb(158 157 157 / 0.4) var(--tw-gradient-to-position);
}
.to-muted\/5 {
  --tw-gradient-to: rgb(158 157 157 / 0.05) var(--tw-gradient-to-position);
}
.to-muted\/50 {
  --tw-gradient-to: rgb(158 157 157 / 0.5) var(--tw-gradient-to-position);
}
.to-muted\/60 {
  --tw-gradient-to: rgb(158 157 157 / 0.6) var(--tw-gradient-to-position);
}
.to-muted\/70 {
  --tw-gradient-to: rgb(158 157 157 / 0.7) var(--tw-gradient-to-position);
}
.to-muted\/80 {
  --tw-gradient-to: rgb(158 157 157 / 0.8) var(--tw-gradient-to-position);
}
.to-muted\/90 {
  --tw-gradient-to: rgb(158 157 157 / 0.9) var(--tw-gradient-to-position);
}
.to-placeholder {
  --tw-gradient-to: #aeaeae var(--tw-gradient-to-position);
}
.to-placeholder\/10 {
  --tw-gradient-to: rgb(174 174 174 / 0.1) var(--tw-gradient-to-position);
}
.to-placeholder\/20 {
  --tw-gradient-to: rgb(174 174 174 / 0.2) var(--tw-gradient-to-position);
}
.to-placeholder\/30 {
  --tw-gradient-to: rgb(174 174 174 / 0.3) var(--tw-gradient-to-position);
}
.to-placeholder\/40 {
  --tw-gradient-to: rgb(174 174 174 / 0.4) var(--tw-gradient-to-position);
}
.to-placeholder\/5 {
  --tw-gradient-to: rgb(174 174 174 / 0.05) var(--tw-gradient-to-position);
}
.to-placeholder\/50 {
  --tw-gradient-to: rgb(174 174 174 / 0.5) var(--tw-gradient-to-position);
}
.to-placeholder\/60 {
  --tw-gradient-to: rgb(174 174 174 / 0.6) var(--tw-gradient-to-position);
}
.to-placeholder\/70 {
  --tw-gradient-to: rgb(174 174 174 / 0.7) var(--tw-gradient-to-position);
}
.to-placeholder\/80 {
  --tw-gradient-to: rgb(174 174 174 / 0.8) var(--tw-gradient-to-position);
}
.to-placeholder\/90 {
  --tw-gradient-to: rgb(174 174 174 / 0.9) var(--tw-gradient-to-position);
}
.to-primary {
  --tw-gradient-to: #25b9ec var(--tw-gradient-to-position);
}
.to-primary\/10 {
  --tw-gradient-to: rgb(37 185 236 / 0.1) var(--tw-gradient-to-position);
}
.to-primary\/20 {
  --tw-gradient-to: rgb(37 185 236 / 0.2) var(--tw-gradient-to-position);
}
.to-primary\/30 {
  --tw-gradient-to: rgb(37 185 236 / 0.3) var(--tw-gradient-to-position);
}
.to-primary\/40 {
  --tw-gradient-to: rgb(37 185 236 / 0.4) var(--tw-gradient-to-position);
}
.to-primary\/5 {
  --tw-gradient-to: rgb(37 185 236 / 0.05) var(--tw-gradient-to-position);
}
.to-primary\/50 {
  --tw-gradient-to: rgb(37 185 236 / 0.5) var(--tw-gradient-to-position);
}
.to-primary\/60 {
  --tw-gradient-to: rgb(37 185 236 / 0.6) var(--tw-gradient-to-position);
}
.to-primary\/70 {
  --tw-gradient-to: rgb(37 185 236 / 0.7) var(--tw-gradient-to-position);
}
.to-primary\/80 {
  --tw-gradient-to: rgb(37 185 236 / 0.8) var(--tw-gradient-to-position);
}
.to-primary\/90 {
  --tw-gradient-to: rgb(37 185 236 / 0.9) var(--tw-gradient-to-position);
}
.to-progress {
  --tw-gradient-to: #25ec25 var(--tw-gradient-to-position);
}
.to-progress\/10 {
  --tw-gradient-to: rgb(37 236 37 / 0.1) var(--tw-gradient-to-position);
}
.to-progress\/20 {
  --tw-gradient-to: rgb(37 236 37 / 0.2) var(--tw-gradient-to-position);
}
.to-progress\/30 {
  --tw-gradient-to: rgb(37 236 37 / 0.3) var(--tw-gradient-to-position);
}
.to-progress\/40 {
  --tw-gradient-to: rgb(37 236 37 / 0.4) var(--tw-gradient-to-position);
}
.to-progress\/5 {
  --tw-gradient-to: rgb(37 236 37 / 0.05) var(--tw-gradient-to-position);
}
.to-progress\/50 {
  --tw-gradient-to: rgb(37 236 37 / 0.5) var(--tw-gradient-to-position);
}
.to-progress\/60 {
  --tw-gradient-to: rgb(37 236 37 / 0.6) var(--tw-gradient-to-position);
}
.to-progress\/70 {
  --tw-gradient-to: rgb(37 236 37 / 0.7) var(--tw-gradient-to-position);
}
.to-progress\/80 {
  --tw-gradient-to: rgb(37 236 37 / 0.8) var(--tw-gradient-to-position);
}
.to-progress\/90 {
  --tw-gradient-to: rgb(37 236 37 / 0.9) var(--tw-gradient-to-position);
}
.to-secondary {
  --tw-gradient-to: #0a74bc var(--tw-gradient-to-position);
}
.to-secondary\/10 {
  --tw-gradient-to: rgb(10 116 188 / 0.1) var(--tw-gradient-to-position);
}
.to-secondary\/20 {
  --tw-gradient-to: rgb(10 116 188 / 0.2) var(--tw-gradient-to-position);
}
.to-secondary\/30 {
  --tw-gradient-to: rgb(10 116 188 / 0.3) var(--tw-gradient-to-position);
}
.to-secondary\/40 {
  --tw-gradient-to: rgb(10 116 188 / 0.4) var(--tw-gradient-to-position);
}
.to-secondary\/5 {
  --tw-gradient-to: rgb(10 116 188 / 0.05) var(--tw-gradient-to-position);
}
.to-secondary\/50 {
  --tw-gradient-to: rgb(10 116 188 / 0.5) var(--tw-gradient-to-position);
}
.to-secondary\/60 {
  --tw-gradient-to: rgb(10 116 188 / 0.6) var(--tw-gradient-to-position);
}
.to-secondary\/70 {
  --tw-gradient-to: rgb(10 116 188 / 0.7) var(--tw-gradient-to-position);
}
.to-secondary\/80 {
  --tw-gradient-to: rgb(10 116 188 / 0.8) var(--tw-gradient-to-position);
}
.to-secondary\/90 {
  --tw-gradient-to: rgb(10 116 188 / 0.9) var(--tw-gradient-to-position);
}
.to-surface {
  --tw-gradient-to: #f2f2f2 var(--tw-gradient-to-position);
}
.to-surface\/10 {
  --tw-gradient-to: rgb(242 242 242 / 0.1) var(--tw-gradient-to-position);
}
.to-surface\/20 {
  --tw-gradient-to: rgb(242 242 242 / 0.2) var(--tw-gradient-to-position);
}
.to-surface\/30 {
  --tw-gradient-to: rgb(242 242 242 / 0.3) var(--tw-gradient-to-position);
}
.to-surface\/40 {
  --tw-gradient-to: rgb(242 242 242 / 0.4) var(--tw-gradient-to-position);
}
.to-surface\/5 {
  --tw-gradient-to: rgb(242 242 242 / 0.05) var(--tw-gradient-to-position);
}
.to-surface\/50 {
  --tw-gradient-to: rgb(242 242 242 / 0.5) var(--tw-gradient-to-position);
}
.to-surface\/60 {
  --tw-gradient-to: rgb(242 242 242 / 0.6) var(--tw-gradient-to-position);
}
.to-surface\/70 {
  --tw-gradient-to: rgb(242 242 242 / 0.7) var(--tw-gradient-to-position);
}
.to-surface\/80 {
  --tw-gradient-to: rgb(242 242 242 / 0.8) var(--tw-gradient-to-position);
}
.to-surface\/90 {
  --tw-gradient-to: rgb(242 242 242 / 0.9) var(--tw-gradient-to-position);
}
.to-track {
  --tw-gradient-to: #d9d9d9 var(--tw-gradient-to-position);
}
.to-track\/10 {
  --tw-gradient-to: rgb(217 217 217 / 0.1) var(--tw-gradient-to-position);
}
.to-track\/20 {
  --tw-gradient-to: rgb(217 217 217 / 0.2) var(--tw-gradient-to-position);
}
.to-track\/30 {
  --tw-gradient-to: rgb(217 217 217 / 0.3) var(--tw-gradient-to-position);
}
.to-track\/40 {
  --tw-gradient-to: rgb(217 217 217 / 0.4) var(--tw-gradient-to-position);
}
.to-track\/5 {
  --tw-gradient-to: rgb(217 217 217 / 0.05) var(--tw-gradient-to-position);
}
.to-track\/50 {
  --tw-gradient-to: rgb(217 217 217 / 0.5) var(--tw-gradient-to-position);
}
.to-track\/60 {
  --tw-gradient-to: rgb(217 217 217 / 0.6) var(--tw-gradient-to-position);
}
.to-track\/70 {
  --tw-gradient-to: rgb(217 217 217 / 0.7) var(--tw-gradient-to-position);
}
.to-track\/80 {
  --tw-gradient-to: rgb(217 217 217 / 0.8) var(--tw-gradient-to-position);
}
.to-track\/90 {
  --tw-gradient-to: rgb(217 217 217 / 0.9) var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-8 {
  padding: 2rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-display {
  font-family: Jost, ui-sans-serif, system-ui, sans-serif;
}
.font-sans {
  font-family: Arial, Helvetica, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.leading-none {
  line-height: 1;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-card {
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity, 1));
}
.text-card\/10 {
  color: rgb(252 252 252 / 0.1);
}
.text-card\/20 {
  color: rgb(252 252 252 / 0.2);
}
.text-card\/30 {
  color: rgb(252 252 252 / 0.3);
}
.text-card\/40 {
  color: rgb(252 252 252 / 0.4);
}
.text-card\/5 {
  color: rgb(252 252 252 / 0.05);
}
.text-card\/50 {
  color: rgb(252 252 252 / 0.5);
}
.text-card\/60 {
  color: rgb(252 252 252 / 0.6);
}
.text-card\/70 {
  color: rgb(252 252 252 / 0.7);
}
.text-card\/80 {
  color: rgb(252 252 252 / 0.8);
}
.text-card\/90 {
  color: rgb(252 252 252 / 0.9);
}
.text-ink {
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity, 1));
}
.text-ink\/10 {
  color: rgb(50 50 50 / 0.1);
}
.text-ink\/20 {
  color: rgb(50 50 50 / 0.2);
}
.text-ink\/30 {
  color: rgb(50 50 50 / 0.3);
}
.text-ink\/40 {
  color: rgb(50 50 50 / 0.4);
}
.text-ink\/5 {
  color: rgb(50 50 50 / 0.05);
}
.text-ink\/50 {
  color: rgb(50 50 50 / 0.5);
}
.text-ink\/60 {
  color: rgb(50 50 50 / 0.6);
}
.text-ink\/70 {
  color: rgb(50 50 50 / 0.7);
}
.text-ink\/80 {
  color: rgb(50 50 50 / 0.8);
}
.text-ink\/90 {
  color: rgb(50 50 50 / 0.9);
}
.text-line {
  --tw-text-opacity: 1;
  color: rgb(234 234 234 / var(--tw-text-opacity, 1));
}
.text-line\/10 {
  color: rgb(234 234 234 / 0.1);
}
.text-line\/20 {
  color: rgb(234 234 234 / 0.2);
}
.text-line\/30 {
  color: rgb(234 234 234 / 0.3);
}
.text-line\/40 {
  color: rgb(234 234 234 / 0.4);
}
.text-line\/5 {
  color: rgb(234 234 234 / 0.05);
}
.text-line\/50 {
  color: rgb(234 234 234 / 0.5);
}
.text-line\/60 {
  color: rgb(234 234 234 / 0.6);
}
.text-line\/70 {
  color: rgb(234 234 234 / 0.7);
}
.text-line\/80 {
  color: rgb(234 234 234 / 0.8);
}
.text-line\/90 {
  color: rgb(234 234 234 / 0.9);
}
.text-linkblue {
  --tw-text-opacity: 1;
  color: rgb(71 84 162 / var(--tw-text-opacity, 1));
}
.text-linkblue\/10 {
  color: rgb(71 84 162 / 0.1);
}
.text-linkblue\/20 {
  color: rgb(71 84 162 / 0.2);
}
.text-linkblue\/30 {
  color: rgb(71 84 162 / 0.3);
}
.text-linkblue\/40 {
  color: rgb(71 84 162 / 0.4);
}
.text-linkblue\/5 {
  color: rgb(71 84 162 / 0.05);
}
.text-linkblue\/50 {
  color: rgb(71 84 162 / 0.5);
}
.text-linkblue\/60 {
  color: rgb(71 84 162 / 0.6);
}
.text-linkblue\/70 {
  color: rgb(71 84 162 / 0.7);
}
.text-linkblue\/80 {
  color: rgb(71 84 162 / 0.8);
}
.text-linkblue\/90 {
  color: rgb(71 84 162 / 0.9);
}
.text-muted {
  --tw-text-opacity: 1;
  color: rgb(158 157 157 / var(--tw-text-opacity, 1));
}
.text-muted\/10 {
  color: rgb(158 157 157 / 0.1);
}
.text-muted\/20 {
  color: rgb(158 157 157 / 0.2);
}
.text-muted\/30 {
  color: rgb(158 157 157 / 0.3);
}
.text-muted\/40 {
  color: rgb(158 157 157 / 0.4);
}
.text-muted\/5 {
  color: rgb(158 157 157 / 0.05);
}
.text-muted\/50 {
  color: rgb(158 157 157 / 0.5);
}
.text-muted\/60 {
  color: rgb(158 157 157 / 0.6);
}
.text-muted\/70 {
  color: rgb(158 157 157 / 0.7);
}
.text-muted\/80 {
  color: rgb(158 157 157 / 0.8);
}
.text-muted\/90 {
  color: rgb(158 157 157 / 0.9);
}
.text-placeholder {
  --tw-text-opacity: 1;
  color: rgb(174 174 174 / var(--tw-text-opacity, 1));
}
.text-placeholder\/10 {
  color: rgb(174 174 174 / 0.1);
}
.text-placeholder\/20 {
  color: rgb(174 174 174 / 0.2);
}
.text-placeholder\/30 {
  color: rgb(174 174 174 / 0.3);
}
.text-placeholder\/40 {
  color: rgb(174 174 174 / 0.4);
}
.text-placeholder\/5 {
  color: rgb(174 174 174 / 0.05);
}
.text-placeholder\/50 {
  color: rgb(174 174 174 / 0.5);
}
.text-placeholder\/60 {
  color: rgb(174 174 174 / 0.6);
}
.text-placeholder\/70 {
  color: rgb(174 174 174 / 0.7);
}
.text-placeholder\/80 {
  color: rgb(174 174 174 / 0.8);
}
.text-placeholder\/90 {
  color: rgb(174 174 174 / 0.9);
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(37 185 236 / var(--tw-text-opacity, 1));
}
.text-primary\/10 {
  color: rgb(37 185 236 / 0.1);
}
.text-primary\/20 {
  color: rgb(37 185 236 / 0.2);
}
.text-primary\/30 {
  color: rgb(37 185 236 / 0.3);
}
.text-primary\/40 {
  color: rgb(37 185 236 / 0.4);
}
.text-primary\/5 {
  color: rgb(37 185 236 / 0.05);
}
.text-primary\/50 {
  color: rgb(37 185 236 / 0.5);
}
.text-primary\/60 {
  color: rgb(37 185 236 / 0.6);
}
.text-primary\/70 {
  color: rgb(37 185 236 / 0.7);
}
.text-primary\/80 {
  color: rgb(37 185 236 / 0.8);
}
.text-primary\/90 {
  color: rgb(37 185 236 / 0.9);
}
.text-progress {
  --tw-text-opacity: 1;
  color: rgb(37 236 37 / var(--tw-text-opacity, 1));
}
.text-progress\/10 {
  color: rgb(37 236 37 / 0.1);
}
.text-progress\/20 {
  color: rgb(37 236 37 / 0.2);
}
.text-progress\/30 {
  color: rgb(37 236 37 / 0.3);
}
.text-progress\/40 {
  color: rgb(37 236 37 / 0.4);
}
.text-progress\/5 {
  color: rgb(37 236 37 / 0.05);
}
.text-progress\/50 {
  color: rgb(37 236 37 / 0.5);
}
.text-progress\/60 {
  color: rgb(37 236 37 / 0.6);
}
.text-progress\/70 {
  color: rgb(37 236 37 / 0.7);
}
.text-progress\/80 {
  color: rgb(37 236 37 / 0.8);
}
.text-progress\/90 {
  color: rgb(37 236 37 / 0.9);
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(10 116 188 / var(--tw-text-opacity, 1));
}
.text-secondary\/10 {
  color: rgb(10 116 188 / 0.1);
}
.text-secondary\/20 {
  color: rgb(10 116 188 / 0.2);
}
.text-secondary\/30 {
  color: rgb(10 116 188 / 0.3);
}
.text-secondary\/40 {
  color: rgb(10 116 188 / 0.4);
}
.text-secondary\/5 {
  color: rgb(10 116 188 / 0.05);
}
.text-secondary\/50 {
  color: rgb(10 116 188 / 0.5);
}
.text-secondary\/60 {
  color: rgb(10 116 188 / 0.6);
}
.text-secondary\/70 {
  color: rgb(10 116 188 / 0.7);
}
.text-secondary\/80 {
  color: rgb(10 116 188 / 0.8);
}
.text-secondary\/90 {
  color: rgb(10 116 188 / 0.9);
}
.text-surface {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity, 1));
}
.text-surface\/10 {
  color: rgb(242 242 242 / 0.1);
}
.text-surface\/20 {
  color: rgb(242 242 242 / 0.2);
}
.text-surface\/30 {
  color: rgb(242 242 242 / 0.3);
}
.text-surface\/40 {
  color: rgb(242 242 242 / 0.4);
}
.text-surface\/5 {
  color: rgb(242 242 242 / 0.05);
}
.text-surface\/50 {
  color: rgb(242 242 242 / 0.5);
}
.text-surface\/60 {
  color: rgb(242 242 242 / 0.6);
}
.text-surface\/70 {
  color: rgb(242 242 242 / 0.7);
}
.text-surface\/80 {
  color: rgb(242 242 242 / 0.8);
}
.text-surface\/90 {
  color: rgb(242 242 242 / 0.9);
}
.text-track {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.text-track\/10 {
  color: rgb(217 217 217 / 0.1);
}
.text-track\/20 {
  color: rgb(217 217 217 / 0.2);
}
.text-track\/30 {
  color: rgb(217 217 217 / 0.3);
}
.text-track\/40 {
  color: rgb(217 217 217 / 0.4);
}
.text-track\/5 {
  color: rgb(217 217 217 / 0.05);
}
.text-track\/50 {
  color: rgb(217 217 217 / 0.5);
}
.text-track\/60 {
  color: rgb(217 217 217 / 0.6);
}
.text-track\/70 {
  color: rgb(217 217 217 / 0.7);
}
.text-track\/80 {
  color: rgb(217 217 217 / 0.8);
}
.text-track\/90 {
  color: rgb(217 217 217 / 0.9);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.shadow-pill {
  --tw-shadow: 0px 6px 11.5px -4px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 6px 11.5px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 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;
}
.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.focus\:fixed:focus {
  position: fixed;
}
.focus\:left-2:focus {
  left: 0.5rem;
}
.focus\:top-2:focus {
  top: 0.5rem;
}
.focus\:z-\[200\]:focus {
  z-index: 200;
}
.focus\:rounded:focus {
  border-radius: 0.25rem;
}
.focus\:bg-ink:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity, 1));
}
.focus\:px-4:focus {
  padding-left: 1rem;
  padding-right: 1rem;
}
.focus\:py-2:focus {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.focus\:text-sm:focus {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {
  .sm\:inline-flex {
    display: inline-flex;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .md\:ml-6 {
    margin-left: 1.5rem;
  }
  .md\:h-12 {
    height: 3rem;
  }
  .md\:h-\[215px\] {
    height: 215px;
  }
  .md\:h-\[70px\] {
    height: 70px;
  }
  .md\:h-\[71px\] {
    height: 71px;
  }
  .md\:max-h-\[600px\] {
    max-height: 600px;
  }
  .md\:min-h-\[420px\] {
    min-height: 420px;
  }
  .md\:min-h-\[640px\] {
    min-height: 640px;
  }
  .md\:min-h-\[80px\] {
    min-height: 80px;
  }
  .md\:w-\[71px\] {
    width: 71px;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:gap-12 {
    gap: 3rem;
  }
  .md\:gap-9 {
    gap: 2.25rem;
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:p-6 {
    padding: 1.5rem;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .md\:pb-20 {
    padding-bottom: 5rem;
  }
  .md\:pl-6 {
    padding-left: 1.5rem;
  }
  .md\:pr-4 {
    padding-right: 1rem;
  }
  .md\:pt-6 {
    padding-top: 1.5rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-\[13\.5px\] {
    font-size: 13.5px;
  }
  .md\:text-\[13\.9px\] {
    font-size: 13.9px;
  }
  .md\:text-\[15\.27px\] {
    font-size: 15.27px;
  }
  .md\:text-\[22\.2px\] {
    font-size: 22.2px;
  }
  .md\:text-stat {
    font-size: 63.2px;
    line-height: 1.05;
    font-weight: 500;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:min-h-\[820px\] {
    min-height: 820px;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-\[424px\] {
    width: 424px;
  }
  .lg\:shrink-0 {
    flex-shrink: 0;
  }
  .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\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:gap-16 {
    gap: 4rem;
  }
  .lg\:p-12 {
    padding: 3rem;
  }
  .lg\:px-\[111px\] {
    padding-left: 111px;
    padding-right: 111px;
  }
  .lg\:px-\[148px\] {
    padding-left: 148px;
    padding-right: 148px;
  }
  .lg\:px-\[42px\] {
    padding-left: 42px;
    padding-right: 42px;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .lg\:pt-\[18px\] {
    padding-top: 18px;
  }
  .lg\:text-banner {
    font-size: 75px;
    line-height: 1.15;
    font-weight: 700;
  }
  .lg\:text-hero-h1 {
    font-size: 45.1px;
    line-height: 1.2;
    font-weight: 700;
  }
}

