@import url('https://rsms.me/inter/inter.css');
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab+Highlight:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Zilla+Slab+Highlight:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

:root {
		--background: 0 0% 100%;
		--foreground: 240 10% 3.9%;
		--card: 0 0% 100%;
		--card-foreground: 240 10% 3.9%;
		--popover: 0 0% 100%;
		--popover-foreground: 240 10% 3.9%;
		--primary: 240 5.9% 10%;
		--primary-foreground: 0 0% 98%;
		--secondary: 240 4.8% 95.9%;
		--secondary-foreground: 240 5.9% 10%;
		--muted: 240 4.8% 95.9%;
		--muted-foreground: 240 3.8% 46.1%;
		--accent: 240 4.8% 95.9%;
		--accent-foreground: 240 5.9% 10%;
		--destructive: 0 84.2% 60.2%;
		--destructive-foreground: 0 0% 98%;
		--border: 240 5.9% 90%;
		--input: 240 5.9% 90%;
		--ring: 240 10% 3.9%;
		--radius: 0.5rem;
		--chart-1: 12 76% 61%;
		--chart-2: 173 58% 39%;
		--chart-3: 197 37% 24%;
		--chart-4: 43 74% 66%;
		--chart-5: 27 87% 67%;
	}

.dark {
		--background: 240 10% 3.9%;
		--foreground: 0 0% 98%;
		--card: 240 10% 3.9%;
		--card-foreground: 0 0% 98%;
		--popover: 240 10% 3.9%;
		--popover-foreground: 0 0% 98%;
		--primary: 0 0% 98%;
		--primary-foreground: 240 5.9% 10%;
		--secondary: 240 3.7% 15.9%;
		--secondary-foreground: 0 0% 98%;
		--muted: 240 3.7% 15.9%;
		--muted-foreground: 240 5% 64.9%;
		--accent: 240 3.7% 15.9%;
		--accent-foreground: 0 0% 98%;
		--destructive: 0 62.8% 30.6%;
		--destructive-foreground: 0 0% 98%;
		--border: 240 3.7% 15.9%;
		--input: 240 3.7% 15.9%;
		--ring: 240 4.9% 83.9%;
		--chart-1: 220 70% 50%;
		--chart-2: 160 60% 45%;
		--chart-3: 30 80% 55%;
		--chart-4: 280 65% 60%;
		--chart-5: 340 75% 55%;
	}

*{
  border-color: hsl(var(--border));
}

body{
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
}

*, ::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:  ;
}
.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: 1292px){

  .container{
    max-width: 1292px;
  }
}
@media (min-width: 1342px){

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

  .container{
    max-width: 1536px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0.0000rem;
}
.inset-\[2px\]{
  inset: 2px;
}
.-left-2{
  left: -0.5000rem;
}
.-left-\[1\.5ch\]{
  left: -1.5ch;
}
.-right-1{
  right: -0.2500rem;
}
.-right-2{
  right: -0.5000rem;
}
.-top-1{
  top: -0.2500rem;
}
.-top-2{
  top: -0.5000rem;
}
.-top-\[1\.2em\]{
  top: -1.2em;
}
.-top-\[100px\]{
  top: -100px;
}
.bottom-0{
  bottom: 0.0000rem;
}
.bottom-10{
  bottom: 2.5000rem;
}
.bottom-6{
  bottom: 1.5000rem;
}
.bottom-8{
  bottom: 2.0000rem;
}
.bottom-\[-2\.25rem\]{
  bottom: -2.25rem;
}
.bottom-\[-6px\]{
  bottom: -6px;
}
.bottom-full{
  bottom: 100%;
}
.left-0{
  left: 0.0000rem;
}
.left-1\/2{
  left: 50%;
}
.left-10{
  left: 2.5000rem;
}
.left-16{
  left: 4.0000rem;
}
.left-2{
  left: 0.5000rem;
}
.left-22{
  left: 5.5000rem;
}
.left-\[-10px\]{
  left: -10px;
}
.left-\[-2\.25rem\]{
  left: -2.25rem;
}
.left-\[50px\]{
  left: 50px;
}
.right-0{
  right: 0.0000rem;
}
.right-1{
  right: 0.2500rem;
}
.right-10{
  right: 2.5000rem;
}
.right-2{
  right: 0.5000rem;
}
.right-2\.5{
  right: 0.6250rem;
}
.right-22{
  right: 5.5000rem;
}
.right-\[-2\.25rem\]{
  right: -2.25rem;
}
.right-\[10\%\]{
  right: 10%;
}
.top-0{
  top: 0.0000rem;
}
.top-1\/2{
  top: 50%;
}
.top-2{
  top: 0.5000rem;
}
.top-20{
  top: 5.0000rem;
}
.top-5{
  top: 1.2500rem;
}
.top-\[-0\.5px\]{
  top: -0.5px;
}
.top-\[-2\.25rem\]{
  top: -2.25rem;
}
.top-\[14\%\]{
  top: 14%;
}
.top-\[2\.125rem\]{
  top: 2.125rem;
}
.top-\[20px\]{
  top: 20px;
}
.top-\[50px\]{
  top: 50px;
}
.top-full{
  top: 100%;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[100000\]{
  z-index: 100000;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.\!order-3{
  order: 3 !important;
}
.\!order-5{
  order: 5 !important;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.order-4{
  order: 4;
}
.order-6{
  order: 6;
}
.col-start-1{
  grid-column-start: 1;
}
.col-end-2{
  grid-column-end: 2;
}
.m-0{
  margin: 0px;
}
.m-2{
  margin: 0.5rem;
}
.m-auto{
  margin: auto;
}
.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[1rem\]{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mb-1{
  margin-bottom: -0.25rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-\[0\.25rem\]{
  margin-right: 0.25rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-64{
  margin-top: 16rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-\[1rem\]{
  margin-top: 1rem;
}
.mt-\[2\.90375rem\]{
  margin-top: 2.90375rem;
}
.mt-\[2rem\]{
  margin-top: 2rem;
}
.mt-\[4rem\]{
  margin-top: 4rem;
}
.mt-\[6\.5rem\]{
  margin-top: 6.5rem;
}
.mt-auto{
  margin-top: auto;
}
.box-content{
  box-sizing: content-box;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.size-12{
  width: 3rem;
  height: 3rem;
}
.size-16{
  width: 4rem;
  height: 4rem;
}
.size-3{
  width: 0.75rem;
  height: 0.75rem;
}
.size-4{
  width: 1rem;
  height: 1rem;
}
.h-0{
  height: 0.0000rem;
}
.h-0\.25{
  height: 0.0625rem;
}
.h-0\.5{
  height: 0.1250rem;
}
.h-1{
  height: 0.2500rem;
}
.h-1\.5{
  height: 0.3750rem;
}
.h-10{
  height: 2.5000rem;
}
.h-100{
  height: 25.0000rem;
}
.h-11{
  height: 2.7500rem;
}
.h-12{
  height: 3.0000rem;
}
.h-15{
  height: 3.7500rem;
}
.h-16{
  height: 4.0000rem;
}
.h-2{
  height: 0.5000rem;
}
.h-20{
  height: 5.0000rem;
}
.h-3{
  height: 0.7500rem;
}
.h-3\.5{
  height: 0.8750rem;
}
.h-36{
  height: 9.0000rem;
}
.h-4{
  height: 1.0000rem;
}
.h-5{
  height: 1.2500rem;
}
.h-5\.25{
  height: 1.3125rem;
}
.h-6{
  height: 1.5000rem;
}
.h-6\.5{
  height: 1.6250rem;
}
.h-68{
  height: 17.0000rem;
}
.h-68\.75{
  height: 17.1875rem;
}
.h-7{
  height: 1.7500rem;
}
.h-8{
  height: 2.0000rem;
}
.h-8\.5{
  height: 2.1250rem;
}
.h-9{
  height: 2.2500rem;
}
.h-90{
  height: 22.5000rem;
}
.h-\[1\.5em\]{
  height: 1.5em;
}
.h-\[10\.625rem\]{
  height: 10.625rem;
}
.h-\[11\.25rem\]{
  height: 11.25rem;
}
.h-\[12\.5rem\]{
  height: 12.5rem;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[14px\]{
  height: 14px;
}
.h-\[17\.9375rem\]{
  height: 17.9375rem;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[19\.875rem\]{
  height: 19.875rem;
}
.h-\[1em\]{
  height: 1em;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[2\.5625rem\]{
  height: 2.5625rem;
}
.h-\[2rem\]{
  height: 2rem;
}
.h-\[3\.5rem\]{
  height: 3.5rem;
}
.h-\[37\.14px\]{
  height: 37.14px;
}
.h-\[4\.25rem\]{
  height: 4.25rem;
}
.h-\[4\.5rem\]{
  height: 4.5rem;
}
.h-\[5\.75rem\]{
  height: 5.75rem;
}
.h-\[6\.25rem\]{
  height: 6.25rem;
}
.h-\[62\.5rem\]{
  height: 62.5rem;
}
.h-\[65px\]{
  height: 65px;
}
.h-\[7\.1875rem\]{
  height: 7.1875rem;
}
.h-\[7\.375rem\]{
  height: 7.375rem;
}
.h-\[9\.8126rem\]{
  height: 9.8126rem;
}
.h-\[calc\(100\%-40px\)\]{
  height: calc(100% - 40px);
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-min{
  height: -moz-min-content;
  height: min-content;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-82{
  max-height: 20.5000rem;
}
.max-h-90{
  max-height: 22.5000rem;
}
.max-h-\[30vh\]{
  max-height: 30vh;
}
.max-h-\[3em\]{
  max-height: 3em;
}
.max-h-\[50px\]{
  max-height: 50px;
}
.max-h-\[60vh\]{
  max-height: 60vh;
}
.max-h-\[90\%\]{
  max-height: 90%;
}
.max-h-screen{
  max-height: 100vh;
}
.min-h-15{
  min-height: 3.7500rem;
}
.min-h-20{
  min-height: 5.0000rem;
}
.min-h-8{
  min-height: 2.0000rem;
}
.min-h-\[100vh\]{
  min-height: 100vh;
}
.min-h-\[1em\]{
  min-height: 1em;
}
.min-h-\[486px\]{
  min-height: 486px;
}
.min-h-screen{
  min-height: 100vh;
}
.\!w-full{
  width: 100% !important;
}
.w-0{
  width: 0.0000rem;
}
.w-1{
  width: 0.2500rem;
}
.w-1\.5{
  width: 0.3750rem;
}
.w-10{
  width: 2.5000rem;
}
.w-11{
  width: 2.7500rem;
}
.w-11\/12{
  width: 91.666667%;
}
.w-12{
  width: 3.0000rem;
}
.w-16{
  width: 4.0000rem;
}
.w-2{
  width: 0.5000rem;
}
.w-2\/3{
  width: 66.666667%;
}
.w-20{
  width: 5.0000rem;
}
.w-22{
  width: 5.5000rem;
}
.w-22\.5{
  width: 5.6250rem;
}
.w-24{
  width: 6.0000rem;
}
.w-3{
  width: 0.7500rem;
}
.w-3\.5{
  width: 0.8750rem;
}
.w-32{
  width: 8.0000rem;
}
.w-36{
  width: 9.0000rem;
}
.w-4{
  width: 1.0000rem;
}
.w-40{
  width: 10.0000rem;
}
.w-48{
  width: 12.0000rem;
}
.w-5{
  width: 1.2500rem;
}
.w-5\.25{
  width: 1.3125rem;
}
.w-6{
  width: 1.5000rem;
}
.w-6\.5{
  width: 1.6250rem;
}
.w-6\/12{
  width: 50%;
}
.w-7{
  width: 1.7500rem;
}
.w-8{
  width: 2.0000rem;
}
.w-8\.5{
  width: 2.1250rem;
}
.w-80{
  width: 20.0000rem;
}
.w-9{
  width: 2.2500rem;
}
.w-96{
  width: 24.0000rem;
}
.w-\[1\.5em\]{
  width: 1.5em;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[100rem\]{
  width: 100rem;
}
.w-\[112px\]{
  width: 112px;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[145px\]{
  width: 145px;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[15\.5rem\]{
  width: 15.5rem;
}
.w-\[152px\]{
  width: 152px;
}
.w-\[159px\]{
  width: 159px;
}
.w-\[175px\]{
  width: 175px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[1em\]{
  width: 1em;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[20\%\]{
  width: 20%;
}
.w-\[20\.57px\]{
  width: 20.57px;
}
.w-\[20rem\]{
  width: 20rem;
}
.w-\[231px\]{
  width: 231px;
}
.w-\[240px\]{
  width: 240px;
}
.w-\[25px\]{
  width: 25px;
}
.w-\[25rem\]{
  width: 25rem;
}
.w-\[26\.25rem\]{
  width: 26.25rem;
}
.w-\[272px\]{
  width: 272px;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[288px\]{
  width: 288px;
}
.w-\[2rem\]{
  width: 2rem;
}
.w-\[3\.5rem\]{
  width: 3.5rem;
}
.w-\[30ch\]{
  width: 30ch;
}
.w-\[36\.25rem\]{
  width: 36.25rem;
}
.w-\[5\.5rem\]{
  width: 5.5rem;
}
.w-\[544px\]{
  width: 544px;
}
.w-\[76px\]{
  width: 76px;
}
.w-\[calc\(100\%-3rem\)\]{
  width: calc(100% - 3rem);
}
.w-\[clamp\(300px\2c 90vw\2c 800px\)\]{
  width: clamp(300px,90vw,800px);
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-min{
  width: -moz-min-content;
  width: min-content;
}
.w-screen{
  width: 100vw;
}
.min-w-3{
  min-width: 0.75rem;
}
.min-w-8{
  min-width: 2rem;
}
.min-w-\[0px\]{
  min-width: 0px;
}
.min-w-\[100px\]{
  min-width: 100px;
}
.min-w-\[109px\]{
  min-width: 109px;
}
.min-w-\[120px\]{
  min-width: 120px;
}
.min-w-\[15rem\]{
  min-width: 15rem;
}
.min-w-\[250px\]{
  min-width: 250px;
}
.min-w-\[275px\]{
  min-width: 275px;
}
.min-w-\[30vw\]{
  min-width: 30vw;
}
.min-w-\[325px\]{
  min-width: 325px;
}
.min-w-\[40ch\]{
  min-width: 40ch;
}
.min-w-\[8rem\]{
  min-width: 8rem;
}
.min-w-\[unset\]{
  min-width: unset;
}
.max-w-80{
  max-width: 20.0000rem;
}
.max-w-\[1184px\]{
  max-width: 1184px;
}
.max-w-\[12ch\]{
  max-width: 12ch;
}
.max-w-\[1400px\]{
  max-width: 1400px;
}
.max-w-\[18\.75rem\]{
  max-width: 18.75rem;
}
.max-w-\[20ch\]{
  max-width: 20ch;
}
.max-w-\[224px\]{
  max-width: 224px;
}
.max-w-\[31rem\]{
  max-width: 31rem;
}
.max-w-\[360px\]{
  max-width: 360px;
}
.max-w-\[375px\]{
  max-width: 375px;
}
.max-w-\[3rem\]{
  max-width: 3rem;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[550px\]{
  max-width: 550px;
}
.max-w-\[60\%\]{
  max-width: 60%;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[65ch\]{
  max-width: 65ch;
}
.max-w-\[calc\(100\%-1px\)\]{
  max-width: calc(100% - 1px);
}
.max-w-\[clamp\(320px\2c 100vw\2c 1292px\)\]{
  max-width: clamp(320px,100vw,1292px);
}
.max-w-\[clamp\(325px\2c 100vw\2c 700px\)\]{
  max-width: clamp(325px,100vw,700px);
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-none{
  max-width: none;
}
.max-w-screen-1\.5xl{
  max-width: 1292px;
}
.max-w-sm{
  max-width: 24rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-\[44_1_0\%\]{
  flex: 44 1 0%;
}
.flex-\[4_1_0\%\]{
  flex: 4 1 0%;
}
.flex-\[56_1_0\%\]{
  flex: 56 1 0%;
}
.flex-\[6_1_0\%\]{
  flex: 6 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink{
  flex-shrink: 1;
}
.shrink-0{
  flex-shrink: 0;
}
.grow{
  flex-grow: 1;
}
.basis-0{
  flex-basis: 0px;
}
.caption-bottom{
  caption-side: bottom;
}
.border-collapse{
  border-collapse: collapse;
}
.border-separate{
  border-collapse: separate;
}
.border-spacing-0{
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.origin-left{
  transform-origin: left;
}
.origin-top{
  transform-origin: top;
}
.origin-top-left{
  transform-origin: top left;
}
.origin-top-right{
  transform-origin: top right;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[0vw\]{
  --tw-translate-x: 0vw;
  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-\[50vw\]{
  --tw-translate-x: 50vw;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.2\]{
  --tw-scale-x: 0.2;
  --tw-scale-y: 0.2;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes wiggle{

  0%, 100%{
    transform: rotate(-3deg);
  }

  50%{
    transform: rotate(3deg);
  }
}
.animate-jitter{
  animation: wiggle .15s ease-in-out 5;
}
@keyframes wiggle{

  0%, 100%{
    transform: rotate(-3deg);
  }

  50%{
    transform: rotate(3deg);
  }
}
.animate-jitter-slow{
  animation: wiggle .20s ease-in-out 2;
}
@keyframes ping{

  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse{

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

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

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

  0%{
    transform: rotate(0deg);
  }

  100%{
    transform: rotate(360deg);
  }
}
.animate-spin360{
  animation: spin360 2s linear infinite;
}
.\!cursor-wait{
  cursor: wait !important;
}
.cursor-default{
  cursor: default;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-progress{
  cursor: progress;
}
.cursor-wait{
  cursor: wait;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select-text{
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.resize{
  resize: both;
}
.snap-y{
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}
.snap-mandatory{
  --tw-scroll-snap-strictness: mandatory;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.auto-rows-min{
  grid-auto-rows: min-content;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[1fr\]{
  grid-template-columns: 1fr;
}
.grid-cols-\[6fr_1px_4fr\]{
  grid-template-columns: 6fr 1px 4fr;
}
.grid-cols-\[minmax\(0px\2c 30px\)_8ex_minmax\(0px\2c 1fr\)_auto\]{
  grid-template-columns: minmax(0px,30px) 8ex minmax(0px,1fr) auto;
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.\!flex-col{
  flex-direction: column !important;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-items-center{
  place-items: center;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.\!items-stretch{
  align-items: stretch !important;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-evenly{
  justify-content: space-evenly;
}
.\!gap-3{
  gap: 0.7500rem !important;
}
.gap-0{
  gap: 0.0000rem;
}
.gap-0\.5{
  gap: 0.1250rem;
}
.gap-1{
  gap: 0.2500rem;
}
.gap-1\.5{
  gap: 0.3750rem;
}
.gap-10{
  gap: 2.5000rem;
}
.gap-12{
  gap: 3.0000rem;
}
.gap-15{
  gap: 3.7500rem;
}
.gap-16{
  gap: 4.0000rem;
}
.gap-2{
  gap: 0.5000rem;
}
.gap-2\.5{
  gap: 0.6250rem;
}
.gap-3{
  gap: 0.7500rem;
}
.gap-4{
  gap: 1.0000rem;
}
.gap-4\.5{
  gap: 1.1250rem;
}
.gap-5{
  gap: 1.2500rem;
}
.gap-6{
  gap: 1.5000rem;
}
.gap-7{
  gap: 1.7500rem;
}
.gap-8{
  gap: 2.0000rem;
}
.gap-\[0\.625rem\]{
  gap: 0.625rem;
}
.gap-px{
  gap: 1px;
}
.gap-x-2{
  -moz-column-gap: 0.5000rem;
       column-gap: 0.5000rem;
}
.gap-x-4{
  -moz-column-gap: 1.0000rem;
       column-gap: 1.0000rem;
}
.gap-x-4\.5{
  -moz-column-gap: 1.1250rem;
       column-gap: 1.1250rem;
}
.gap-y-1{
  row-gap: 0.2500rem;
}
.gap-y-5{
  row-gap: 1.2500rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-\[\#C6EEDB\] > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(198 238 219 / var(--tw-divide-opacity));
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.self-stretch{
  align-self: stretch;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.\!overflow-visible{
  overflow: visible !important;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre{
  white-space: pre;
}
.text-nowrap{
  text-wrap: nowrap;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.\!rounded-1{
  border-radius: 0.2500rem !important;
}
.\!rounded-1\.25{
  border-radius: 0.3125rem !important;
}
.\!rounded-full{
  border-radius: 9999px !important;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2{
  border-radius: 0.5000rem;
}
.rounded-2\.5{
  border-radius: 0.6250rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-4{
  border-radius: 1.0000rem;
}
.rounded-5{
  border-radius: 1.2500rem;
}
.rounded-\[\.5rem\]{
  border-radius: .5rem;
}
.rounded-\[21\.43px\]{
  border-radius: 21.43px;
}
.rounded-\[24px\]{
  border-radius: 24px;
}
.rounded-\[32px\]{
  border-radius: 32px;
}
.rounded-\[36px\]{
  border-radius: 36px;
}
.rounded-\[5\.3125rem\]{
  border-radius: 5.3125rem;
}
.rounded-\[50\%\]{
  border-radius: 50%;
}
.rounded-\[999px\]{
  border-radius: 999px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: var(--radius);
}
.rounded-md{
  border-radius: calc(var(--radius) - 2px);
}
.rounded-sm{
  border-radius: calc(var(--radius) - 4px);
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-l-lg{
  border-top-left-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
}
.rounded-r-lg{
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}
.rounded-tl-5{
  border-top-left-radius: 1.2500rem;
}
.rounded-tr-5{
  border-top-right-radius: 1.2500rem;
}
.\!border-0{
  border-width: 0px !important;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-\[1\.29px\]{
  border-width: 1.29px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-\[2px\]{
  border-top-width: 2px;
}
.border-none{
  border-style: none;
}
.border-\[\#1C3B2D\]{
  --tw-border-opacity: 1;
  border-color: rgb(28 59 45 / var(--tw-border-opacity));
}
.border-\[\#444\]{
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity));
}
.border-\[\#48E59B\]{
  --tw-border-opacity: 1;
  border-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-\[\#48e59b\]{
  --tw-border-opacity: 1;
  border-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-\[\#797979\]{
  --tw-border-opacity: 1;
  border-color: rgb(121 121 121 / var(--tw-border-opacity));
}
.border-\[\#BBF9DC21\]{
  border-color: #BBF9DC21;
}
.border-\[\#baf9dc\]\/10{
  border-color: rgb(186 249 220 / 0.1);
}
.border-\[\#e8fdf3\]\/40{
  border-color: rgb(232 253 243 / 0.4);
}
.border-destructive{
  border-color: hsl(var(--destructive));
}
.border-input{
  border-color: hsl(var(--input));
}
.border-neutral-400\/30{
  border-color: rgb(163 163 163 / 0.3);
}
.border-primary{
  border-color: hsl(var(--primary));
}
.border-primary-20{
  --tw-border-opacity: 1;
  border-color: rgb(28 59 45 / var(--tw-border-opacity));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}
.\!bg-transparent{
  background-color: transparent !important;
}
.\!bg-white\/10{
  background-color: rgb(255 255 255 / 0.1) !important;
}
.bg-\[\#000000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#0404046E\]{
  background-color: #0404046E;
}
.bg-\[\#101010\]{
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
}
.bg-\[\#111111\]\/95{
  background-color: rgb(17 17 17 / 0.95);
}
.bg-\[\#1C1C1C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
}
.bg-\[\#1c1c1c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
}
.bg-\[\#222B27\]{
  --tw-bg-opacity: 1;
  background-color: rgb(34 43 39 / var(--tw-bg-opacity));
}
.bg-\[\#232C27\]{
  --tw-bg-opacity: 1;
  background-color: rgb(35 44 39 / var(--tw-bg-opacity));
}
.bg-\[\#292A29\]{
  --tw-bg-opacity: 1;
  background-color: rgb(41 42 41 / var(--tw-bg-opacity));
}
.bg-\[\#313131\]{
  --tw-bg-opacity: 1;
  background-color: rgb(49 49 49 / var(--tw-bg-opacity));
}
.bg-\[\#444\]{
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity));
}
.bg-\[\#48E59B\]{
  --tw-bg-opacity: 1;
  background-color: rgb(72 229 155 / var(--tw-bg-opacity));
}
.bg-\[\#48e59c14\]{
  background-color: #48e59c14;
}
.bg-\[\#797979AF\]{
  background-color: #797979AF;
}
.bg-\[\#797979\]{
  --tw-bg-opacity: 1;
  background-color: rgb(121 121 121 / var(--tw-bg-opacity));
}
.bg-\[\#BBF9DC21\]{
  background-color: #BBF9DC21;
}
.bg-\[\#C6EEDB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(198 238 219 / var(--tw-bg-opacity));
}
.bg-\[\#D6D6D6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 214 / var(--tw-bg-opacity));
}
.bg-\[\#FF3C3C4d\]{
  background-color: #FF3C3C4d;
}
.bg-\[\#FFFFFF04\]{
  background-color: #FFFFFF04;
}
.bg-\[\#FFFFFF08\]{
  background-color: #FFFFFF08;
}
.bg-\[\#a9f2ce\]\/5{
  background-color: rgb(169 242 206 / 0.05);
}
.bg-\[\#d6d6d6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 214 / var(--tw-bg-opacity));
}
.bg-\[\#f26202\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 98 2 / var(--tw-bg-opacity));
}
.bg-\[\#ffba1a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 26 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff1f\]{
  background-color: #ffffff1f;
}
.bg-background{
  background-color: hsl(var(--background));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.bg-black-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.bg-black-background{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.bg-black-brand{
  --tw-bg-opacity: 1;
  background-color: rgb(49 49 49 / var(--tw-bg-opacity));
}
.bg-black\/75{
  background-color: rgb(17 17 17 / 0.75);
}
.bg-black\/90{
  background-color: rgb(17 17 17 / 0.9);
}
.bg-blue-400\/15{
  background-color: rgb(96 165 250 / 0.15);
}
.bg-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}
.bg-border{
  background-color: hsl(var(--border));
}
.bg-brand-100{
  background-color: #c6eedb0d;
}
.bg-brand-black{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.bg-brand-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(35 44 39 / var(--tw-bg-opacity));
}
.bg-card{
  background-color: hsl(var(--card));
}
.bg-destructive{
  background-color: hsl(var(--destructive));
}
.bg-emerald-400{
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}
.bg-emerald-500\/30{
  background-color: rgb(16 185 129 / 0.3);
}
.bg-emerald-600\/30{
  background-color: rgb(5 150 105 / 0.3);
}
.bg-emerald-700{
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}
.bg-error-20{
  --tw-bg-opacity: 1;
  background-color: rgb(60 25 25 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-400\/15{
  background-color: rgb(156 163 175 / 0.15);
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-green-400\/15{
  background-color: rgb(74 222 128 / 0.15);
}
.bg-green-600\/20{
  background-color: rgb(22 163 74 / 0.2);
}
.bg-green-900{
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}
.bg-muted{
  background-color: hsl(var(--muted));
}
.bg-muted\/50{
  background-color: hsl(var(--muted) / 0.5);
}
.bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-neutral-400\/80{
  background-color: rgb(163 163 163 / 0.8);
}
.bg-neutral-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
.bg-neutral-600\/40{
  background-color: rgb(82 82 82 / 0.4);
}
.bg-orange-400\/15{
  background-color: rgb(251 146 60 / 0.15);
}
.bg-popover{
  background-color: hsl(var(--popover));
}
.bg-primary{
  background-color: hsl(var(--primary));
}
.bg-primary-20{
  --tw-bg-opacity: 1;
  background-color: rgb(28 59 45 / var(--tw-bg-opacity));
}
.bg-primary-20\/20{
  background-color: rgb(28 59 45 / 0.2);
}
.bg-primary-900\/40{
  background-color: rgb(28 59 45 / 0.4);
}
.bg-primary-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(10 68 41 / var(--tw-bg-opacity));
}
.bg-primary-dark\/15{
  background-color: rgb(10 68 41 / 0.15);
}
.bg-primary\/10{
  background-color: hsl(var(--primary) / 0.1);
}
.bg-purple-400\/15{
  background-color: rgb(192 132 252 / 0.15);
}
.bg-red-400\/15{
  background-color: rgb(248 113 113 / 0.15);
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
.bg-secondary{
  background-color: hsl(var(--secondary));
}
.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-stone-950{
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-warning{
  --tw-bg-opacity: 1;
  background-color: rgb(255 60 60 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/0{
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}
.bg-yellow-400\/15{
  background-color: rgb(250 204 21 / 0.15);
}
.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-yellow-500\/10{
  background-color: rgb(234 179 8 / 0.1);
}
.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#111111\]{
  --tw-gradient-from: #111111 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200{
  --tw-gradient-from: #C6EEDB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#111111\]\/70{
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-cyan-100{
  --tw-gradient-to: rgb(207 250 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-200{
  --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #C6EEDB var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-40\%{
  --tw-gradient-via-position: 40%;
}
.to-primary-600{
  --tw-gradient-to: #3DBB7F var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.fill-current{
  fill: currentColor;
}
.\!p-0{
  padding: 0.0000rem !important;
}
.\!p-6{
  padding: 1.5000rem !important;
}
.p-0{
  padding: 0.0000rem;
}
.p-0\.5{
  padding: 0.1250rem;
}
.p-1{
  padding: 0.2500rem;
}
.p-10{
  padding: 2.5000rem;
}
.p-2{
  padding: 0.5000rem;
}
.p-2\.25{
  padding: 0.5625rem;
}
.p-2\.5{
  padding: 0.6250rem;
}
.p-3{
  padding: 0.7500rem;
}
.p-3\.5{
  padding: 0.8750rem;
}
.p-4{
  padding: 1.0000rem;
}
.p-5{
  padding: 1.2500rem;
}
.p-6{
  padding: 1.5000rem;
}
.p-8{
  padding: 2.0000rem;
}
.p-9{
  padding: 2.2500rem;
}
.p-\[2rem\]{
  padding: 2rem;
}
.p-px{
  padding: 1px;
}
.px-1{
  padding-left: 0.2500rem;
  padding-right: 0.2500rem;
}
.px-10{
  padding-left: 2.5000rem;
  padding-right: 2.5000rem;
}
.px-2{
  padding-left: 0.5000rem;
  padding-right: 0.5000rem;
}
.px-2\.5{
  padding-left: 0.6250rem;
  padding-right: 0.6250rem;
}
.px-3{
  padding-left: 0.7500rem;
  padding-right: 0.7500rem;
}
.px-4{
  padding-left: 1.0000rem;
  padding-right: 1.0000rem;
}
.px-5{
  padding-left: 1.2500rem;
  padding-right: 1.2500rem;
}
.px-6{
  padding-left: 1.5000rem;
  padding-right: 1.5000rem;
}
.px-7{
  padding-left: 1.7500rem;
  padding-right: 1.7500rem;
}
.px-8{
  padding-left: 2.0000rem;
  padding-right: 2.0000rem;
}
.px-9{
  padding-left: 2.2500rem;
  padding-right: 2.2500rem;
}
.px-\[18rem\]{
  padding-left: 18rem;
  padding-right: 18rem;
}
.px-\[21\.43px\]{
  padding-left: 21.43px;
  padding-right: 21.43px;
}
.px-\[7\.5rem\]{
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}
.py-0{
  padding-top: 0.0000rem;
  padding-bottom: 0.0000rem;
}
.py-0\.5{
  padding-top: 0.1250rem;
  padding-bottom: 0.1250rem;
}
.py-1{
  padding-top: 0.2500rem;
  padding-bottom: 0.2500rem;
}
.py-1\.25{
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.py-1\.5{
  padding-top: 0.3750rem;
  padding-bottom: 0.3750rem;
}
.py-1\.75{
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
.py-10{
  padding-top: 2.5000rem;
  padding-bottom: 2.5000rem;
}
.py-12{
  padding-top: 3.0000rem;
  padding-bottom: 3.0000rem;
}
.py-15{
  padding-top: 3.7500rem;
  padding-bottom: 3.7500rem;
}
.py-15\.5{
  padding-top: 3.8750rem;
  padding-bottom: 3.8750rem;
}
.py-16{
  padding-top: 4.0000rem;
  padding-bottom: 4.0000rem;
}
.py-2{
  padding-top: 0.5000rem;
  padding-bottom: 0.5000rem;
}
.py-20{
  padding-top: 5.0000rem;
  padding-bottom: 5.0000rem;
}
.py-25{
  padding-top: 6.2500rem;
  padding-bottom: 6.2500rem;
}
.py-3{
  padding-top: 0.7500rem;
  padding-bottom: 0.7500rem;
}
.py-3\.5{
  padding-top: 0.8750rem;
  padding-bottom: 0.8750rem;
}
.py-4{
  padding-top: 1.0000rem;
  padding-bottom: 1.0000rem;
}
.py-5{
  padding-top: 1.2500rem;
  padding-bottom: 1.2500rem;
}
.py-7{
  padding-top: 1.7500rem;
  padding-bottom: 1.7500rem;
}
.py-8{
  padding-top: 2.0000rem;
  padding-bottom: 2.0000rem;
}
.py-\[0\.25rem\]{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-\[2\.125rem\]{
  padding-top: 2.125rem;
  padding-bottom: 2.125rem;
}
.py-\[var\(--SpaceButtonMedium\)\]{
  padding-top: var(--SpaceButtonMedium);
  padding-bottom: var(--SpaceButtonMedium);
}
.py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}
.pb-1{
  padding-bottom: 0.2500rem;
}
.pb-12{
  padding-bottom: 3.0000rem;
}
.pb-3{
  padding-bottom: 0.7500rem;
}
.pb-4{
  padding-bottom: 1.0000rem;
}
.pb-5{
  padding-bottom: 1.2500rem;
}
.pl-1{
  padding-left: 0.2500rem;
}
.pl-2{
  padding-left: 0.5000rem;
}
.pl-2\.5{
  padding-left: 0.6250rem;
}
.pl-3{
  padding-left: 0.7500rem;
}
.pl-4{
  padding-left: 1.0000rem;
}
.pl-5{
  padding-left: 1.2500rem;
}
.pl-6{
  padding-left: 1.5000rem;
}
.pl-8{
  padding-left: 2.0000rem;
}
.pl-\[20\.57px\]{
  padding-left: 20.57px;
}
.pr-10{
  padding-right: 2.5000rem;
}
.pr-2{
  padding-right: 0.5000rem;
}
.pr-2\.5{
  padding-right: 0.6250rem;
}
.pr-3{
  padding-right: 0.7500rem;
}
.pr-4{
  padding-right: 1.0000rem;
}
.pr-8{
  padding-right: 2.0000rem;
}
.pt-0{
  padding-top: 0.0000rem;
}
.pt-1{
  padding-top: 0.2500rem;
}
.pt-11{
  padding-top: 2.7500rem;
}
.pt-15{
  padding-top: 3.7500rem;
}
.pt-20{
  padding-top: 5.0000rem;
}
.pt-3{
  padding-top: 0.7500rem;
}
.pt-4{
  padding-top: 1.0000rem;
}
.pt-6{
  padding-top: 1.5000rem;
}
.pt-\[5\.625rem\]{
  padding-top: 5.625rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-start{
  text-align: start;
}
.align-middle{
  vertical-align: middle;
}
.font-\[\"Roboto_Mono\"\]{
  font-family: "Roboto Mono";
}
.font-\[\"Roboto_Serif\"\]{
  font-family: "Roboto Serif";
}
.font-\[\'Roboto\'\]{
  font-family: 'Roboto';
}
.font-\[\'Roboto_Mono\'\]{
  font-family: 'Roboto Mono';
}
.font-\[\'Roboto_mono\'\]{
  font-family: 'Roboto mono';
}
.font-\[Roboto\]{
  font-family: Roboto;
}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-primary{
  font-family: Roboto Mono, Serif;
}
.font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-zilla{
  font-family: Zilla Slab Highlight, serif;
}
.\!text-3lg{
  font-size: 0.7500rem !important;
}
.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-2\.5lg{
  font-size: 0.6250rem;
}
.text-2lg{
  font-size: 0.5000rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3\.5lg{
  font-size: 0.8750rem;
}
.text-3lg{
  font-size: 0.7500rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4lg{
  font-size: 1.0000rem;
}
.text-5\.25lg{
  font-size: 1.3125rem;
}
.text-\[0\.875rem\]{
  font-size: 0.875rem;
}
.text-\[1\.3125rem\]{
  font-size: 1.3125rem;
}
.text-\[1\.6875rem\]{
  font-size: 1.6875rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[1rem\]{
  font-size: 1rem;
}
.text-\[21px\]{
  font-size: 21px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[clamp\(1\.5rem\2c 1\.875vw\2c 2\.25rem\)\]{
  font-size: clamp(1.5rem,1.875vw,2.25rem);
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-4{
  line-height: 1rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-\[0\.9375rem\]{
  line-height: 0.9375rem;
}
.leading-\[1\.25rem\]{
  line-height: 1.25rem;
}
.leading-\[1\.5625rem\]{
  line-height: 1.5625rem;
}
.leading-\[14px\]{
  line-height: 14px;
}
.leading-\[2\.34375rem\]{
  line-height: 2.34375rem;
}
.leading-loose{
  line-height: 2;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[0\.02em\]{
  letter-spacing: 0.02em;
}
.tracking-\[0\.05em\]{
  letter-spacing: 0.05em;
}
.tracking-\[0\.07px\]{
  letter-spacing: 0.07px;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-\[\#000000CC\]{
  color: #000000CC;
}
.text-\[\#0707074F\]{
  color: #0707074F;
}
.text-\[\#070707\]{
  --tw-text-opacity: 1;
  color: rgb(7 7 7 / var(--tw-text-opacity));
}
.text-\[\#282A28\]{
  --tw-text-opacity: 1;
  color: rgb(40 42 40 / var(--tw-text-opacity));
}
.text-\[\#313131\]{
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / var(--tw-text-opacity));
}
.text-\[\#48E59B\]{
  --tw-text-opacity: 1;
  color: rgb(72 229 155 / var(--tw-text-opacity));
}
.text-\[\#48e59b\]{
  --tw-text-opacity: 1;
  color: rgb(72 229 155 / var(--tw-text-opacity));
}
.text-\[\#48e59ccc\]{
  color: #48e59ccc;
}
.text-\[\#70A8F4\]{
  --tw-text-opacity: 1;
  color: rgb(112 168 244 / var(--tw-text-opacity));
}
.text-\[\#797979\]{
  --tw-text-opacity: 1;
  color: rgb(121 121 121 / var(--tw-text-opacity));
}
.text-\[\#ACACAC\]{
  --tw-text-opacity: 1;
  color: rgb(172 172 172 / var(--tw-text-opacity));
}
.text-\[\#C6EEDB\]{
  --tw-text-opacity: 1;
  color: rgb(198 238 219 / var(--tw-text-opacity));
}
.text-\[\#D6D6D6\]{
  --tw-text-opacity: 1;
  color: rgb(214 214 214 / var(--tw-text-opacity));
}
.text-\[\#D9D9D9\]{
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}
.text-\[\#E9FDF370\]{
  color: #E9FDF370;
}
.text-\[\#EDFCF79E\]{
  color: #EDFCF79E;
}
.text-\[\#F5FCF9D1\]{
  color: #F5FCF9D1;
}
.text-\[\#c6eedb\]{
  --tw-text-opacity: 1;
  color: rgb(198 238 219 / var(--tw-text-opacity));
}
.text-\[\#d6d6d6\]{
  --tw-text-opacity: 1;
  color: rgb(214 214 214 / var(--tw-text-opacity));
}
.text-\[\#d9d9d9\]{
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}
.text-\[\#e8fdf3\]\/40{
  color: rgb(232 253 243 / 0.4);
}
.text-\[\#ecfcf6\]{
  --tw-text-opacity: 1;
  color: rgb(236 252 246 / var(--tw-text-opacity));
}
.text-\[\#ecfcf6\]\/60{
  color: rgb(236 252 246 / 0.6);
}
.text-\[\#f5fcf9\]\/80{
  color: rgb(245 252 249 / 0.8);
}
.text-\[\#fdfdfd\]{
  --tw-text-opacity: 1;
  color: rgb(253 253 253 / var(--tw-text-opacity));
}
.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#ffffff4d\]{
  color: #ffffff4d;
}
.text-\[\#ffffffcc\]{
  color: #ffffffcc;
}
.text-alert{
  --tw-text-opacity: 1;
  color: rgb(254 245 86 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}
.text-black\/80{
  color: rgb(17 17 17 / 0.8);
}
.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.text-brand-300{
  --tw-text-opacity: 1;
  color: rgb(198 238 219 / var(--tw-text-opacity));
}
.text-brand-black{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}
.text-card-foreground{
  color: hsla(var(--card-foreground));
}
.text-destructive-foreground{
  color: hsla(var(--destructive-foreground));
}
.text-emerald-100{
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}
.text-emerald-300\/50{
  color: rgb(110 231 183 / 0.5);
}
.text-emerald-400{
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}
.text-emerald-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}
.text-error{
  --tw-text-opacity: 1;
  color: rgb(255 60 60 / var(--tw-text-opacity));
}
.text-error-500{
  --tw-text-opacity: 1;
  color: rgb(255 60 60 / var(--tw-text-opacity));
}
.text-error-light{
  --tw-text-opacity: 1;
  color: rgb(255 199 199 / var(--tw-text-opacity));
}
.text-foreground{
  color: hsl(var(--foreground));
}
.text-foreground\/50{
  color: hsl(var(--foreground) / 0.5);
}
.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-200{
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity));
}
.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-muted-foreground{
  color: hsla(var(--muted-foreground));
}
.text-muted-foreground\/50{
  color: hsla(var(--muted-foreground), 0.5);
}
.text-muted-foreground\/70{
  color: hsla(var(--muted-foreground), 0.7);
}
.text-muted-foreground\/75{
  color: hsla(var(--muted-foreground), 0.75);
}
.text-neutral-100{
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.text-occupied{
  --tw-text-opacity: 1;
  color: rgb(254 245 86 / var(--tw-text-opacity));
}
.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
.text-popover-foreground{
  color: hsla(var(--popover-foreground));
}
.text-primary{
  color: hsl(var(--primary));
}
.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(72 229 155 / var(--tw-text-opacity));
}
.text-primary-500\/60{
  color: rgb(72 229 155 / 0.6);
}
.text-primary-500\/70{
  color: rgb(72 229 155 / 0.7);
}
.text-primary-500\/80{
  color: rgb(72 229 155 / 0.8);
}
.text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(61 187 127 / var(--tw-text-opacity));
}
.text-primary-foreground{
  color: hsla(var(--primary-foreground));
}
.text-primary-light{
  --tw-text-opacity: 1;
  color: rgb(198 238 219 / var(--tw-text-opacity));
}
.text-primary-light\/50{
  color: rgb(198 238 219 / 0.5);
}
.text-primary-light\/60{
  color: rgb(198 238 219 / 0.6);
}
.text-primary-light\/80{
  color: rgb(198 238 219 / 0.8);
}
.text-primary\/50{
  color: hsl(var(--primary) / 0.5);
}
.text-purple-400{
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-900{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}
.text-secondary-500{
  --tw-text-opacity: 1;
  color: rgb(1 90 213 / var(--tw-text-opacity));
}
.text-secondary-foreground{
  color: hsla(var(--secondary-foreground));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/30{
  color: rgb(255 255 255 / 0.3);
}
.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}
.text-yellow-300{
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}
.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.caret-\[\#48E59B\]{
  caret-color: #48E59B;
}
.caret-emerald-400{
  caret-color: #34d399;
}
.opacity-0{
  opacity: 0;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-65{
  opacity: 0.65;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-75{
  opacity: 0.75;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-85{
  opacity: 0.85;
}
.opacity-90{
  opacity: 0.9;
}
.\!shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_6px_-1px_rgba\(16\2c 185\2c 129\2c 0\.5\)\]{
  --tw-shadow: 0 4px 6px -1px rgba(16,185,129,0.5);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none{
  --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);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-emerald-800\/80{
  --tw-shadow-color: rgb(6 95 70 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-200{
  --tw-shadow-color: #C6EEDB;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.outline-0{
  outline-width: 0px;
}
.outline-1{
  outline-width: 1px;
}
.outline-\[\#48E59B\]{
  outline-color: #48E59B;
}
.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-\[\.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);
}
.ring-\[1px\]{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-\[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);
}
.ring-\[\#D9D9D9\]{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 217 217 / var(--tw-ring-opacity));
}
.ring-emerald-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity));
}
.ring-gray-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
}
.ring-neutral-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity));
}
.ring-primary{
  --tw-ring-color: hsl(var(--primary));
}
.ring-primary-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(72 229 155 / var(--tw-ring-opacity));
}
.ring-primary\/35{
  --tw-ring-color: hsl(var(--primary) / 0.35);
}
.ring-primary\/50{
  --tw-ring-color: hsl(var(--primary) / 0.5);
}
.ring-red-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
}
.ring-red-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}
.ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.ring-white\/40{
  --tw-ring-color: rgb(255 255 255 / 0.4);
}
.ring-white\/60{
  --tw-ring-color: rgb(255 255 255 / 0.6);
}
.ring-offset-background{
  --tw-ring-offset-color: hsl(var(--background));
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_2px_4px_rgba\(202\2c 202\2c 202\2c 0\.25\)\]{
  --tw-drop-shadow: drop-shadow(0 2px 4px rgba(202,202,202,0.25));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale-50{
  --tw-grayscale: grayscale(50%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-2xl{
  --tw-backdrop-blur: blur(40px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-3xl{
  --tw-backdrop-blur: blur(64px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-\[300px\]{
  --tw-backdrop-blur: blur(300px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-\[60px\]{
  --tw-backdrop-blur: blur(60px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-linear{
  transition-timing-function: linear;
}
@keyframes enter{

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

  to{
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.animate-in{
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.fade-in-0{
  --tw-enter-opacity: 0;
}
.zoom-in-95{
  --tw-enter-scale: .95;
}
.duration-1000{
  animation-duration: 1000ms;
}
.duration-200{
  animation-duration: 200ms;
}
.duration-300{
  animation-duration: 300ms;
}
.duration-500{
  animation-duration: 500ms;
}
.ease-linear{
  animation-timing-function: linear;
}
.running{
  animation-play-state: running;
}
.paused{
  animation-play-state: paused;
}
.\[animation-duration\:3500ms\]{
  animation-duration: 3500ms;
}
.\[font-family\:\'Roboto-Regular\'\2c Helvetica\]{
  font-family: 'Roboto-Regular',Helvetica;
}

@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 100 1000;
	font-stretch: 0% 200%;
	src: url(/fonts/raleway/variable/normal.ttf) format('truetype');
}

@font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 100 1000;
	font-stretch: 0% 200%;
	src: url(/fonts/raleway/variable/italic.ttf) format('truetype');
}

:root {
	font-family: 'Raleway', Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;

	/* Setting them programmatically through themes doens't work on all browsers*/
	--w3m-accent-color: #6366f1 !important;
	--w3m-background-color: #a5b4fc !important;

	/* color-scheme: light dark; */

	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
#v2 {
	font-family: 'Roboto', 'Raleway', Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}
html,
body {
	padding: 0;
	margin: 0;
	background-color: #f4f5f7;
	overflow: auto;
	font-size: 16px;
	height: 100%;
}
#__next > .radix-themes {
	min-height: 100%;
}

#__next > .radix-themes div[data-rk] {
	min-height: 100%;
}

@media (max-width: 768px) {
	html {
		font-size: 12px;
	}
}
html {
	height: 100vh;
}

#__next {
	height: 100%;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}
#root {
	padding: 0;
	margin: 0;
}

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

* {
	box-sizing: border-box;
	/*font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;*/
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.h1{
  margin-bottom: 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
}

.h1-row > .h1 {
	margin-bottom: 0 !important;
}

.sidebar-open {
	transform: translateX(0);
	transition-duration: 600ms;
	transition-timing-function: ease-in-out;
}

.sidebar-closed {
	transition-duration: 600ms;
	transition-timing-function: ease-in-out;
	transform: translateX(-100%);
}

.appbar-sidebar-open {
	transform: translateX(350px);
	transition: transform 600ms ease-in-out;
	visibility: hidden;
}

.appbar-sidebar-closed {
	transition: transform 600ms ease-in-out;
	visibility: visible;
	transform: translateX(0);
}

.transition-600-ease-in-out {
	transition-duration: 600ms;
	transition-timing-function: ease-in-out;
}

.\*\:\!bg-transparent > *{
  background-color: transparent !important;
}

.\*\:\!text-3\.5lg > *{
  font-size: 0.8750rem !important;
}

.file\:border-0::file-selector-button{
  border-width: 0px;
}

.file\:bg-transparent::file-selector-button{
  background-color: transparent;
}

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

.file\:font-medium::file-selector-button{
  font-weight: 500;
}

.file\:text-foreground::file-selector-button{
  color: hsl(var(--foreground));
}

.placeholder\:text-\[\#797979\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(121 121 121 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#797979\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(121 121 121 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#E9FDF370\]::-moz-placeholder{
  color: #E9FDF370;
}

.placeholder\:text-\[\#E9FDF370\]::placeholder{
  color: #E9FDF370;
}

.placeholder\:text-error-light\/50::-moz-placeholder{
  color: rgb(255 199 199 / 0.5);
}

.placeholder\:text-error-light\/50::placeholder{
  color: rgb(255 199 199 / 0.5);
}

.placeholder\:text-gray-400::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

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

.placeholder\:text-muted-foreground::-moz-placeholder{
  color: hsla(var(--muted-foreground));
}

.placeholder\:text-muted-foreground::placeholder{
  color: hsla(var(--muted-foreground));
}

.last\:mb-0:last-child{
  margin-bottom: 0px;
}

.last\:border-r-0:last-child{
  border-right-width: 0px;
}

.focus-within\:outline:focus-within{
  outline-style: solid;
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

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

.hover\:bg-\[\#101010\]\/60:hover{
  background-color: rgb(16 16 16 / 0.6);
}

.hover\:bg-\[\#313131\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(49 49 49 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#3ACC83\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(58 204 131 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#48E59B\]\/10:hover{
  background-color: rgb(72 229 155 / 0.1);
}

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

.hover\:bg-\[\#FF3C3C4d\]\/60:hover{
  background-color: rgb(255 60 60 / 0.6);
}

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

.hover\:bg-\[\#a9f2ce\]\/5:hover{
  background-color: rgb(169 242 206 / 0.05);
}

.hover\:bg-accent:hover{
  background-color: hsl(var(--accent));
}

.hover\:bg-black-background:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}

.hover\:bg-black-brand:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(49 49 49 / var(--tw-bg-opacity));
}

.hover\:bg-blue-400\/25:hover{
  background-color: rgb(96 165 250 / 0.25);
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.hover\:bg-destructive:hover{
  background-color: hsl(var(--destructive));
}

.hover\:bg-destructive\/80:hover{
  background-color: hsl(var(--destructive) / 0.8);
}

.hover\:bg-destructive\/90:hover{
  background-color: hsl(var(--destructive) / 0.9);
}

.hover\:bg-emerald-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}

.hover\:bg-emerald-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.hover\:bg-emerald-500\/10:hover{
  background-color: rgb(16 185 129 / 0.1);
}

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

.hover\:bg-error-15:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(53 23 23 / var(--tw-bg-opacity));
}

.hover\:bg-gray-400\/25:hover{
  background-color: rgb(156 163 175 / 0.25);
}

.hover\:bg-green-400\/25:hover{
  background-color: rgb(74 222 128 / 0.25);
}

.hover\:bg-green-600\/10:hover{
  background-color: rgb(22 163 74 / 0.1);
}

.hover\:bg-muted\/50:hover{
  background-color: hsl(var(--muted) / 0.5);
}

.hover\:bg-neutral-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-950:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}

.hover\:bg-orange-400\/25:hover{
  background-color: rgb(251 146 60 / 0.25);
}

.hover\:bg-primary:hover{
  background-color: hsl(var(--primary));
}

.hover\:bg-primary-20\/30:hover{
  background-color: rgb(28 59 45 / 0.3);
}

.hover\:bg-primary-20\/40:hover{
  background-color: rgb(28 59 45 / 0.4);
}

.hover\:bg-primary-20\/50:hover{
  background-color: rgb(28 59 45 / 0.5);
}

.hover\:bg-primary-500\/30:hover{
  background-color: rgb(72 229 155 / 0.3);
}

.hover\:bg-primary\/80:hover{
  background-color: hsl(var(--primary) / 0.8);
}

.hover\:bg-primary\/90:hover{
  background-color: hsl(var(--primary) / 0.9);
}

.hover\:bg-purple-400\/25:hover{
  background-color: rgb(192 132 252 / 0.25);
}

.hover\:bg-red-400\/25:hover{
  background-color: rgb(248 113 113 / 0.25);
}

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

.hover\:bg-secondary:hover{
  background-color: hsl(var(--secondary));
}

.hover\:bg-secondary\/80:hover{
  background-color: hsl(var(--secondary) / 0.8);
}

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

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

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

.hover\:bg-yellow-400\/25:hover{
  background-color: rgb(250 204 21 / 0.25);
}

.hover\:to-primary-700:hover{
  --tw-gradient-to: #399B6D var(--tw-gradient-to-position);
}

.hover\:text-\[\#48E59B\]:hover{
  --tw-text-opacity: 1;
  color: rgb(72 229 155 / var(--tw-text-opacity));
}

.hover\:text-accent-foreground:hover{
  color: hsla(var(--accent-foreground));
}

.hover\:text-black-background:hover{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

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

.hover\:text-foreground:hover{
  color: hsl(var(--foreground));
}

.hover\:text-primary\/80:hover{
  color: hsl(var(--primary) / 0.8);
}

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

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

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

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

.hover\:underline-offset-2:hover{
  text-underline-offset: 2px;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.hover\:opacity-70:hover{
  opacity: 0.7;
}

.hover\:opacity-90:hover{
  opacity: 0.9;
}

.hover\:shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-primary-200:hover{
  --tw-shadow-color: #C6EEDB;
  --tw-shadow: var(--tw-shadow-colored);
}

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

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

.focus\:border-\[\#48E59B\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(72 229 155 / var(--tw-border-opacity));
}

.focus\:border-red-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.focus\:border-transparent:focus{
  border-color: transparent;
}

.focus\:bg-accent:focus{
  background-color: hsl(var(--accent));
}

.focus\:text-\[\#FFFFFF\]:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.focus\:text-accent-foreground:focus{
  color: hsla(var(--accent-foreground));
}

.focus\:opacity-100:focus{
  opacity: 1;
}

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

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

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

.focus\:ring-ring:focus{
  --tw-ring-color: hsl(var(--ring));
}

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

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

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

.focus-visible\:ring-ring:focus-visible{
  --tw-ring-color: hsl(var(--ring));
}

.active\:bg-green-600\/20:active{
  background-color: rgb(22 163 74 / 0.2);
}

.active\:to-primary-600:active{
  --tw-gradient-to: #3DBB7F var(--tw-gradient-to-position);
}

.active\:opacity-100:active{
  opacity: 1;
}

.enabled\:hover\:bg-neutral-700:hover:enabled{
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

.enabled\:hover\:bg-primary-20\/30:hover:enabled{
  background-color: rgb(28 59 45 / 0.3);
}

.enabled\:hover\:bg-primary-dark\/50:hover:enabled{
  background-color: rgb(10 68 41 / 0.5);
}

.enabled\:hover\:bg-primary\/80:hover:enabled{
  background-color: hsl(var(--primary) / 0.8);
}

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

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

.disabled\:bg-\[\#232C27\]\/60:disabled{
  background-color: rgb(35 44 39 / 0.6);
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.group:hover .group-hover\:grid{
  display: grid;
}

.group:hover .group-hover\:translate-y-1{
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/item:hover .group-hover\/item\:text-\[\#48E59B\]{
  --tw-text-opacity: 1;
  color: rgb(72 229 155 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:brightness-0{
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

.group.destructive .group-\[\.destructive\]\:border-muted\/40{
  border-color: hsl(var(--muted) / 0.4);
}

.group.destructive .group-\[\.destructive\]\:text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover{
  border-color: hsl(var(--destructive) / 0.3);
}

.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{
  background-color: hsl(var(--destructive));
}

.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{
  color: hsla(var(--destructive-foreground));
}

.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{
  --tw-ring-color: hsl(var(--destructive));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{
  --tw-ring-offset-color: #dc2626;
}

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

.peer:checked ~ .peer-checked\:bg-\[\#48E59BA0\]{
  background-color: #48E59BA0;
}

.peer:checked ~ .peer-checked\:bg-\[\#E8FFD2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(232 255 210 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-\[\#c6eedb33\]{
  background-color: #c6eedb33;
}

.data-\[disabled\]\:pointer-events-none[data-disabled]{
  pointer-events: none;
}

.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{
  --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));
}

.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{
  --tw-translate-x: var(--radix-toast-swipe-end-x);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{
  --tw-translate-x: var(--radix-toast-swipe-move-x);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[state\=checked\]\:border-\[\#48E59B\][data-state=checked]{
  --tw-border-opacity: 1;
  border-color: rgb(72 229 155 / var(--tw-border-opacity));
}

.data-\[state\=checked\]\:bg-\[\#48E59B\][data-state=checked]{
  --tw-bg-opacity: 1;
  background-color: rgb(72 229 155 / var(--tw-bg-opacity));
}

.data-\[state\=open\]\:bg-accent[data-state=open]{
  background-color: hsl(var(--accent));
}

.data-\[state\=selected\]\:bg-muted[data-state=selected]{
  background-color: hsl(var(--muted));
}

.data-\[disabled\]\:opacity-50[data-disabled]{
  opacity: 0.5;
}

.data-\[swipe\=move\]\:transition-none[data-swipe=move]{
  transition-property: none;
}

.data-\[state\=open\]\:animate-in[data-state=open]{
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=closed\]\:animate-out[data-state=closed]{
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[swipe\=end\]\:animate-out[data-swipe=end]{
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[state\=closed\]\:fade-out-0[data-state=closed]{
  --tw-exit-opacity: 0;
}

.data-\[state\=closed\]\:fade-out-80[data-state=closed]{
  --tw-exit-opacity: 0.8;
}

.data-\[state\=open\]\:fade-in-0[data-state=open]{
  --tw-enter-opacity: 0;
}

.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{
  --tw-exit-scale: .95;
}

.data-\[state\=open\]\:zoom-in-95[data-state=open]{
  --tw-enter-scale: .95;
}

.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{
  --tw-enter-translate-y: -0.5rem;
}

.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{
  --tw-enter-translate-x: 0.5rem;
}

.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{
  --tw-enter-translate-x: -0.5rem;
}

.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{
  --tw-enter-translate-y: 0.5rem;
}

.data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed]{
  --tw-exit-translate-x: 100%;
}

.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{
  --tw-enter-translate-y: -100%;
}

.dark\:bg-neutral-600:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

.dark\:bg-neutral-800:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.dark\:from-neutral-500:is(.dark *){
  --tw-gradient-from: #737373 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-primary-800:is(.dark *){
  --tw-gradient-from: #0A4429 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-primary-900:is(.dark *){
  --tw-gradient-from: #1C3B2D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:text-primary-200:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(198 238 219 / var(--tw-text-opacity));
}

.dark\:text-red-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.dark\:text-white:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark\:shadow-sm:is(.dark *){
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark\:shadow-\[\#FFFFFF44\]:is(.dark *){
  --tw-shadow-color: #FFFFFF44;
  --tw-shadow: var(--tw-shadow-colored);
}

.dark\:shadow-neutral-700\/65:is(.dark *){
  --tw-shadow-color: rgb(64 64 64 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.dark\:hover\:from-primary-700:hover:is(.dark *){
  --tw-gradient-from: #399B6D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:hover\:to-primary-500:hover:is(.dark *){
  --tw-gradient-to: #48E59B var(--tw-gradient-to-position);
}

.dark\:hover\:shadow-\[\#FFFFFF88\]:hover:is(.dark *){
  --tw-shadow-color: #FFFFFF88;
  --tw-shadow: var(--tw-shadow-colored);
}

.dark\:active\:via-primary-500:active:is(.dark *){
  --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #48E59B var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:active\:to-primary-600:active:is(.dark *){
  --tw-gradient-to: #3DBB7F var(--tw-gradient-to-position);
}

@media not all and (min-width: 1024px){

  .max-lg\:hidden{
    display: none;
  }
}

@media not all and (min-width: 768px){

  .max-md\:\!m-auto{
    margin: auto !important;
  }

  .max-md\:\!inline-flex{
    display: inline-flex !important;
  }

  .max-md\:\!hidden{
    display: none !important;
  }

  .max-md\:hidden{
    display: none;
  }

  .max-md\:\!h-\[22rem\]{
    height: 22rem !important;
  }

  .max-md\:\!min-h-\[calc\(100vh-43\.5625rem\)\]{
    min-height: calc(100vh - 43.5625rem) !important;
  }

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

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

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

  .max-md\:\!gap-1{
    gap: 0.2500rem !important;
  }

  .max-md\:\!gap-4{
    gap: 1.0000rem !important;
  }

  .max-md\:overflow-x-clip{
    overflow-x: clip;
  }

  .max-md\:\!px-\[1rem\]{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

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

  .max-md\:\!text-\[10px\]{
    font-size: 10px !important;
  }

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

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

@media not all and (min-width: 640px){

  .max-sm\:hidden{
    display: none;
  }
}

@media (min-width: 640px){

  .sm\:absolute{
    position: absolute;
  }

  .sm\:bottom-0{
    bottom: 0.0000rem;
  }

  .sm\:right-0{
    right: 0.0000rem;
  }

  .sm\:top-auto{
    top: auto;
  }

  .sm\:\!contents{
    display: contents !important;
  }

  .sm\:contents{
    display: contents;
  }

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

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

  .sm\:grid-cols-\[minmax\(0px\2c 50px\)_12ch_1fr_1\.5fr_repeat\(2\2c 0\.5fr\)\]{
    grid-template-columns: minmax(0px,50px) 12ch 1fr 1.5fr repeat(2,0.5fr);
  }

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

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

  .sm\:\!justify-start{
    justify-content: flex-start !important;
  }

  .sm\:px-12{
    padding-left: 3.0000rem;
    padding-right: 3.0000rem;
  }

  .sm\:px-8{
    padding-left: 2.0000rem;
    padding-right: 2.0000rem;
  }

  .sm\:py-10{
    padding-top: 2.5000rem;
    padding-bottom: 2.5000rem;
  }

  .data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{
    --tw-enter-translate-y: 100%;
  }
}

@media (min-width: 768px){

  .md\:absolute{
    position: absolute;
  }

  .md\:-left-\[1\.5ch\]{
    left: -1.5ch;
  }

  .md\:-top-\[1\.2em\]{
    top: -1.2em;
  }

  .md\:top-\[1rem\]{
    top: 1rem;
  }

  .md\:col-end-3{
    grid-column-end: 3;
  }

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

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

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

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

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

  .md\:block{
    display: block;
  }

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

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

  .md\:w-11{
    width: 2.7500rem;
  }

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

  .md\:w-60{
    width: 15.0000rem;
  }

  .md\:w-72{
    width: 18.0000rem;
  }

  .md\:w-96{
    width: 24.0000rem;
  }

  .md\:w-\[30\.25rem\]{
    width: 30.25rem;
  }

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

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

  .md\:max-w-100{
    max-width: 25.0000rem;
  }

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

  .md\:max-w-\[25ch\]{
    max-width: 25ch;
  }

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

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

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

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

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

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

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

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

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

  .md\:\!p-8{
    padding: 2.0000rem !important;
  }

  .md\:p-9{
    padding: 2.2500rem;
  }

  .md\:\!px-8{
    padding-left: 2.0000rem !important;
    padding-right: 2.0000rem !important;
  }

  .md\:\!py-8{
    padding-top: 2.0000rem !important;
    padding-bottom: 2.0000rem !important;
  }

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

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

  .md\:py-16{
    padding-top: 4.0000rem;
    padding-bottom: 4.0000rem;
  }

  .md\:\!pb-5{
    padding-bottom: 1.2500rem !important;
  }

  .md\:\!pl-0{
    padding-left: 0.0000rem !important;
  }

  .md\:\!pt-7{
    padding-top: 1.7500rem !important;
  }

  .md\:pt-\[5rem\]{
    padding-top: 5rem;
  }

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

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

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

  .md\:text-\[1\.3125rem\]{
    font-size: 1.3125rem;
  }

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

  .md\:font-medium{
    font-weight: 500;
  }

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

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

@media (min-width: 1024px){

  .lg\:visible{
    visibility: visible;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:right-\[-1\.125rem\]{
    right: -1.125rem;
  }

  .lg\:\!order-4{
    order: 4 !important;
  }

  .lg\:\!order-5{
    order: 5 !important;
  }

  .lg\:order-3{
    order: 3;
  }

  .lg\:order-5{
    order: 5;
  }

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

  .lg\:\!block{
    display: block !important;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:max-h-\[32rem\]{
    max-height: 32rem;
  }

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

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

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

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

  .lg\:grid-cols-\[1fr_1\.055fr\]{
    grid-template-columns: 1fr 1.055fr;
  }

  .lg\:\!flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .lg\:\!gap-6{
    gap: 1.5000rem !important;
  }

  .lg\:gap-4{
    gap: 1.0000rem;
  }

  .lg\:gap-4\.5{
    gap: 1.1250rem;
  }

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

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

  .lg\:\!py-0{
    padding-top: 0.0000rem !important;
    padding-bottom: 0.0000rem !important;
  }

  .lg\:px-0{
    padding-left: 0.0000rem;
    padding-right: 0.0000rem;
  }
}

@media (min-width: 1280px){

  .xl\:absolute{
    position: absolute;
  }
}

.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){
  padding-right: 0.0000rem;
}

.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox]{
  --tw-translate-y: 2px;
  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));
}

.\[\&\>svg\]\:size-4>svg{
  width: 1rem;
  height: 1rem;
}

.\[\&\>svg\]\:shrink-0>svg{
  flex-shrink: 0;
}

.\[\&\>tr\]\:last\:border-b-0:last-child>tr{
  border-bottom-width: 0px;
}

.\[\&_svg\]\:pointer-events-none svg{
  pointer-events: none;
}

.\[\&_svg\]\:size-4 svg{
  width: 1rem;
  height: 1rem;
}

.\[\&_svg\]\:shrink-0 svg{
  flex-shrink: 0;
}

.\[\&_tr\:last-child\]\:border-0 tr:last-child{
  border-width: 0px;
}

.\[\&_tr\]\:border-b tr{
  border-bottom-width: 1px;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zilla+Slab+Highlight:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');@keyframes _bounce_1obrv_17 {
    from, 80%, to {
        opacity: 0;
    }
    20%, 60% {
        opacity: 1;
    }
    from {
        transform: translateY(-15%);
    }
    80% {
        transform: translateY(35%);
    }
}


._bounceAnimation_1obrv_17 {
    animation: _bounce_1obrv_17 2.4s ease-out infinite;
}
.italic {
    font-style: italic;
}
/* region H1 */
.h1 {
    font-family: 'Roboto Mono', sans-serif;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: normal;
}
.h1.italic {
    font-family: 'Roboto Serif', sans-serif;
    font-weight: 300;
}
/* endregion H1 */
/* region H2 */
.h2-letter-spacing {
    letter-spacing: calc(0.10 * 28rem / 16);
}
.h2 {
    font-family: 'Roboto', sans-serif;
    font-size: calc(28rem / 16);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.h2-all {
    font-family: 'Roboto', sans-serif;
    font-size: calc(28rem / 16);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: calc(0.10 * 28rem / 16);
}
.h2-character-letter-spacing {
    letter-spacing: calc(0.10 * 24rem / 16);
}
.h2-character {
    font-family: "Zilla Slab Highlight", sans-serif;
    font-size: calc(24rem / 16);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.h2-character-all {
    font-family: "Zilla Slab Highlight", sans-serif;
    font-size: calc(24rem / 16);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: calc(0.10 * 24rem / 16);
}
/* endregion H2 */
/* region H3 */
.h3-letter-spacing {
    letter-spacing: calc(0.05 * 21rem / 16);
}
.h3 {
    font-family: Roboto, sans-serif;
    font-size: calc(21rem / 16);
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
}
.h3-all {
    font-family: Roboto, sans-serif;
    font-size: calc(21rem / 16);
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
    letter-spacing: calc(0.05 * 21rem / 16);
}
.h3-subtitle-letter-spacing {
    letter-spacing: calc(0.10 * 21rem / 16);
}
.h3-subtitle {
    font-family: Roboto, sans-serif;
    font-size: calc(21rem / 16);
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
}
.h3-subtitle-all {
    font-family: Roboto, sans-serif;
    font-size: calc(21rem / 16);
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: calc(0.10 * 21rem / 16);
}
/* endregion H3 */
/* region H4 */
.h4-letter-spacing {
    letter-spacing: calc(0.05 * 18rem / 16);
}
.h4 {
    font-family: 'Roboto', sans-serif;
    font-size: calc(18rem / 16);
    font-weight: 600;
    font-style: normal;
    line-height: normal;
}
.h4-all {
    font-family: 'Roboto', sans-serif;
    font-size: calc(18rem / 16);
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: calc(0.05 * 18rem / 16);
}
.h4-subtitle-letter-spacing {
    letter-spacing: calc(0.02 * 18rem / 16);
}
.h4-subtitle {
    font-family: 'Roboto Mono', sans-serif;
    font-size: calc(18rem / 16);
    font-weight: 400;
    font-style: normal;
    line-height: normal;
}
.h4-subtitle-all {
    font-family: 'Roboto', sans-serif;
    font-size: calc(18rem / 16);
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: calc(0.05 * 18rem / 16);
}
.h4-character-letter-spacing {
    letter-spacing: calc(0.10 * 18rem / 16);
}
.h4-character {
    font-family: "Zilla Slab Highlight", sans-serif;
    font-size: calc(18rem / 16);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.h4-character-all {
    font-family: 'Roboto', sans-serif;
    font-size: calc(18rem / 16);
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: calc(0.05 * 18rem / 16);
}
.h4-body-letter-spacing {
    letter-spacing: calc(0.02 * 18rem / 16);
}
.h4-body {
    font-family: "Roboto Mono", sans-serif;
    font-size: calc(18rem / 16);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.h4-body-all {
    font-family: 'Roboto', sans-serif;
    font-size: calc(18rem / 16);
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: calc(0.05 * 18rem / 16);
}
/* endregion H4 */
/* region H5 */
.h5-letter-spacing {
    letter-spacing: calc(0.02 * 1rem);
}
.h5 {
    font-family: 'Roboto Mono', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
}
.h5-all {
    font-family: 'Roboto Mono', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: calc(0.05 * 18rem / 16);
}
.h5-subtitle-letter-spacing {
    letter-spacing: calc(0.02 * 1rem);
}
.h5-subtitle {
    font-family: 'Roboto Mono', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 180%;
}
.h5-subtitle-all {
    font-family: 'Roboto Mono', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: calc(0.05 * 18rem / 16);
}
/* endregion H5 */
/* region H6 */
.h6 {
    font-family: 'Roboto Mono', sans-serif;
    font-size: calc(14rem / 16);
    font-weight: 400;
    font-style: normal;
    line-height: normal;
}
/* endregion H6 */
.body-1-letter-spacing {
    letter-spacing: calc(0.05 * 14rem / 16);
}
.body-1 {
    font-family: Roboto, sans-serif;
    font-size: calc(14rem / 16);
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
.body-2-letter-spacing {
    letter-spacing: calc(0.05 * 14rem / 16);
}
.body-2 {
    font-family: Roboto, sans-serif;
    font-size: calc(14rem / 16);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.body-3 {
    font-family: "Roboto Mono", sans-serif;
    font-size: calc(14rem / 16);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.subtitle-1-letter-spacing {
    letter-spacing: calc(0.02 * 12rem / 16);
}
.subtitle-1 {
    font-family: "Roboto Mono", sans-serif;
    font-size: calc(12rem / 16);
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.subtitle-2-letter-spacing {
    letter-spacing: calc(0.05 * 12rem / 16);
}
.subtitle-2 {
    font-family: Roboto, sans-serif;
    font-size: calc(12rem / 16);
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
.containers {
	margin-inline: auto;
	width: 100%;
	/* min-height: 100vh; */
}
.namefi-cont {
	margin-inline: auto;
	width: min(1200px, 100%);
}
.hero-bg {
	margin-inline: auto;
	width: min(1728px, 100%);
}
.namefi-header {
	/* background: #111111b3; */
	background: linear-gradient(0deg, #21212180, #21212180),
		linear-gradient(185.03deg, #f1fff84d -86.83%, #defff000 223.83%);
}
@media screen and (min-width: 1024px) {
	.cont {
		width: min(1200px, 100% - 58px);
	}
}
::-webkit-scrollbar {
	padding: 0 6px;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
	background: transparent;
}
::-webkit-scrollbar-track:vertical {
	border-left: 2px solid #48e59b33;
}
::-webkit-scrollbar-thumb:vertical {
	border-left: 2px solid #71e0ac;
}
::-webkit-scrollbar-track:horizontal {
	border-top: 2px solid #48e59b33;
}
::-webkit-scrollbar-thumb:horizontal {
	border-top: 2px solid #71e0ac;
}
/*@layer base {*/
/*  h1 {*/
/*    @apply font-primary text-4xl text-grey*/
/*  }*/
/*  h2 {*/
/*    @apply text-white text-7lg tracking-widest font-semibold*/
/*  }*/
/*  h3 {*/
/*    @apply text-white text-5.25lg font-primary tracking-wider font-semibold*/
/*  }*/
/*  h4 {*/
/*    @apply text-white text-lg tracking-wider*/
/*  }*/
/*  h5 {*/
/*    @apply font-primary text-base tracking-wide*/
/*  }*/
/*  h6 {*/
/*    @apply text-sm font-primary text-brand-light*/
/*  }*/
/*}*/
.__namefi__steps-item > :first-child {
		position: relative;
	}
.__namefi__steps-item > :first-child:before,
		.__namefi__steps-item > :first-child:after {
			content: '';
			position: absolute;
			width: 50%;
			border-top-width: 1px;
			border-color: #e6eedb;
			top: 50%;
			z-index: 0;
		}
.__namefi__steps-item > :first-child:before {
			left: 0;
		}
.__namefi__steps-item > :first-child:after {
			left: 50%;
		}
.__namefi__steps-item > :first-child > :nth-child(2) {
			position: absolute;
			left: 50%;
			width: 100%;
			font-size: 10px;
			display: flex;
			justify-content: center;
		}
.__namefi__steps-item > :last-child {
		padding: 0 12px;
	}
.__namefi__steps-item:first-child > :first-child:before {
				display: none;
			}
.__namefi__steps-item:last-child > :first-child:after {
				display: none;
			}
.__namefi__steps-item-vertical > :first-child {
		position: relative;
	}
.__namefi__steps-item-vertical > :first-child:before,
		.__namefi__steps-item-vertical > :first-child:after {
			content: '';
			position: absolute;
			height: 50%;
			border-left-width: 1px;
			border-color: #e6eedb;
			top: 50%;
			z-index: 0;
		}
.__namefi__steps-item-vertical > :first-child:before {
			top: 0;
		}
.__namefi__steps-item-vertical > :first-child:after {
			top: 50%;
		}
.__namefi__steps-item-vertical > :first-child > :nth-child(2) {
			position: absolute;
			top: 50%;
			height: 100%;
			font-size: 10px;
			display: flex;
			flex-direction: column;
			justify-content: center;
		}
.__namefi__steps-item-vertical > :last-child {
		padding: 12px 0;
	}
.__namefi__steps-item-vertical:first-child > :first-child:before {
				display: none;
			}
.__namefi__steps-item-vertical:last-child > :first-child:after {
				display: none;
			}
/* ! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*{
    scrollbar-color: initial;
    scrollbar-width: initial;
}
:root {
        --background: 0 0% 100%;
        --foreground: 240 10% 3.9%;
        --card: 0 0% 100%;
        --card-foreground: 240 10% 3.9%;
        --popover: 0 0% 100%;
        --popover-foreground: 240 10% 3.9%;
        --primary: 142.1 76.2% 36.3%;
        --primary-foreground: 355.7 100% 97.3%;
        --secondary: 240 4.8% 95.9%;
        --secondary-foreground: 240 5.9% 10%;
        --muted: 240 4.8% 95.9%;
        --muted-foreground: 240 3.8% 46.1%;
        --accent: 240 4.8% 95.9%;
        --accent-foreground: 240 5.9% 10%;
        --destructive: 0 84.2% 60.2%;
        --destructive-foreground: 0 0% 98%;
        --border: 240 5.9% 90%;
        --input: 240 5.9% 90%;
        --ring: 142.1 76.2% 36.3%;
        --radius: 1rem;
    }
*, ::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:  ;
}
.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;
    }
}
.invisible{
    visibility: hidden;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.sticky{
    position: sticky;
}
.inset-0{
    inset: 0.0000rem;
}
.inset-0\.5{
    inset: 0.1250rem;
}
.inset-\[2px\]{
    inset: 2px;
}
.-bottom-0{
    bottom: -0.0000rem;
}
.-bottom-2{
    bottom: -0.5000rem;
}
.-left-1{
    left: -0.2500rem;
}
.-left-1\.5{
    left: -0.3750rem;
}
.-right-1{
    right: -0.2500rem;
}
.-top-1{
    top: -0.2500rem;
}
.-top-3{
    top: -0.7500rem;
}
.bottom-0{
    bottom: 0.0000rem;
}
.bottom-2{
    bottom: 0.5000rem;
}
.bottom-2\.5{
    bottom: 0.6250rem;
}
.bottom-9{
    bottom: 2.2500rem;
}
.bottom-\[-6px\]{
    bottom: -6px;
}
.bottom-full{
    bottom: 100%;
}
.left-0{
    left: 0.0000rem;
}
.left-0\.5{
    left: 0.1250rem;
}
.left-2{
    left: 0.5000rem;
}
.right-0{
    right: 0.0000rem;
}
.right-2{
    right: 0.5000rem;
}
.right-2\.5{
    right: 0.6250rem;
}
.right-\[30px\]{
    right: 30px;
}
.top-0{
    top: 0.0000rem;
}
.top-0\.5{
    top: 0.1250rem;
}
.top-2{
    top: 0.5000rem;
}
.top-6{
    top: 1.5000rem;
}
.top-\[18px\]{
    top: 18px;
}
.z-10{
    z-index: 10;
}
.z-50{
    z-index: 50;
}
.z-\[-1\]{
    z-index: -1;
}
.order-1{
    order: 1;
}
.order-2{
    order: 2;
}
.order-3{
    order: 3;
}
.col-span-full{
    grid-column: 1 / -1;
}
.m-0{
    margin: 0px;
}
.m-auto{
    margin: auto;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.my-auto{
    margin-top: auto;
    margin-bottom: auto;
}
.mb-0{
    margin-bottom: 0px;
}
.mb-0\.5{
    margin-bottom: 0.125rem;
}
.mb-1{
    margin-bottom: 0.25rem;
}
.mb-1\.5{
    margin-bottom: 0.375rem;
}
.mb-10{
    margin-bottom: 2.5rem;
}
.mb-12{
    margin-bottom: 3rem;
}
.mb-14{
    margin-bottom: 3.5rem;
}
.mb-16{
    margin-bottom: 4rem;
}
.mb-2{
    margin-bottom: 0.5rem;
}
.mb-2\.5{
    margin-bottom: 0.625rem;
}
.mb-20{
    margin-bottom: 5rem;
}
.mb-24{
    margin-bottom: 6rem;
}
.mb-3{
    margin-bottom: 0.75rem;
}
.mb-3\.5{
    margin-bottom: 0.875rem;
}
.mb-32{
    margin-bottom: 8rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-5{
    margin-bottom: 1.25rem;
}
.mb-6{
    margin-bottom: 1.5rem;
}
.mb-7{
    margin-bottom: 1.75rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.mb-9{
    margin-bottom: 2.25rem;
}
.ml-1{
    margin-left: 0.25rem;
}
.ml-1\.5{
    margin-left: 0.375rem;
}
.ml-10{
    margin-left: 2.5rem;
}
.ml-2{
    margin-left: 0.5rem;
}
.ml-2\.5{
    margin-left: 0.625rem;
}
.ml-3{
    margin-left: 0.75rem;
}
.ml-4{
    margin-left: 1rem;
}
.ml-5{
    margin-left: 1.25rem;
}
.ml-\[0\.5em\]{
    margin-left: 0.5em;
}
.mr-0{
    margin-right: 0px;
}
.mr-1{
    margin-right: 0.25rem;
}
.mr-1\.5{
    margin-right: 0.375rem;
}
.mr-10{
    margin-right: 2.5rem;
}
.mr-12{
    margin-right: 3rem;
}
.mr-2{
    margin-right: 0.5rem;
}
.mr-3{
    margin-right: 0.75rem;
}
.mr-9{
    margin-right: 2.25rem;
}
.mr-\[0\.5em\]{
    margin-right: 0.5em;
}
.mt-1{
    margin-top: 0.25rem;
}
.mt-1\.5{
    margin-top: 0.375rem;
}
.mt-10{
    margin-top: 2.5rem;
}
.mt-12{
    margin-top: 3rem;
}
.mt-16{
    margin-top: 4rem;
}
.mt-2{
    margin-top: 0.5rem;
}
.mt-2\.5{
    margin-top: 0.625rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-6{
    margin-top: 1.5rem;
}
.mt-8{
    margin-top: 2rem;
}
.mt-9{
    margin-top: 2.25rem;
}
.line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.inline{
    display: inline;
}
.flex{
    display: flex;
}
.inline-flex{
    display: inline-flex;
}
.table{
    display: table;
}
.table-row{
    display: table-row;
}
.grid{
    display: grid;
}
.contents{
    display: contents;
}
.hidden{
    display: none;
}
.aspect-square{
    aspect-ratio: 1 / 1;
}
.h-0{
    height: 0.0000rem;
}
.h-0\.25{
    height: 0.0625rem;
}
.h-0\.5{
    height: 0.1250rem;
}
.h-10{
    height: 2.5000rem;
}
.h-10\.5{
    height: 2.6250rem;
}
.h-10\.75{
    height: 2.6875rem;
}
.h-100{
    height: 25.0000rem;
}
.h-12{
    height: 3.0000rem;
}
.h-14{
    height: 3.5000rem;
}
.h-15{
    height: 3.7500rem;
}
.h-16{
    height: 4.0000rem;
}
.h-17{
    height: 4.2500rem;
}
.h-18{
    height: 4.5000rem;
}
.h-18\.75{
    height: 4.6875rem;
}
.h-2{
    height: 0.5000rem;
}
.h-2\.5{
    height: 0.6250rem;
}
.h-20{
    height: 5.0000rem;
}
.h-3{
    height: 0.7500rem;
}
.h-3\.5{
    height: 0.8750rem;
}
.h-30{
    height: 7.5000rem;
}
.h-4{
    height: 1.0000rem;
}
.h-4\.5{
    height: 1.1250rem;
}
.h-5{
    height: 1.2500rem;
}
.h-5\.25{
    height: 1.3125rem;
}
.h-5\.5{
    height: 1.3750rem;
}
.h-50{
    height: 12.5000rem;
}
.h-6{
    height: 1.5000rem;
}
.h-6\.75{
    height: 1.6875rem;
}
.h-7{
    height: 1.7500rem;
}
.h-7\.5{
    height: 1.8750rem;
}
.h-70{
    height: 17.5000rem;
}
.h-8{
    height: 2.0000rem;
}
.h-9{
    height: 2.2500rem;
}
.h-9\.25{
    height: 2.3125rem;
}
.h-90{
    height: 22.5000rem;
}
.h-\[1\.5px\]{
    height: 1.5px;
}
.h-\[12\.5rem\]{
    height: 12.5rem;
}
.h-\[120px\]{
    height: 120px;
}
.h-\[14px\]{
    height: 14px;
}
.h-\[18px\]{
    height: 18px;
}
.h-\[24px\]{
    height: 24px;
}
.h-\[28px\]{
    height: 28px;
}
.h-\[30px\]{
    height: 30px;
}
.h-\[320px\]{
    height: 320px;
}
.h-\[36px\]{
    height: 36px;
}
.h-\[3px\]{
    height: 3px;
}
.h-\[400px\]{
    height: 400px;
}
.h-\[48px\]{
    height: 48px;
}
.h-\[55px\]{
    height: 55px;
}
.h-\[60px\]{
    height: 60px;
}
.h-\[62\.5rem\]{
    height: 62.5rem;
}
.h-\[65px\]{
    height: 65px;
}
.h-\[70px\]{
    height: 70px;
}
.h-\[80px\]{
    height: 80px;
}
.h-\[90px\]{
    height: 90px;
}
.h-auto{
    height: auto;
}
.h-fit{
    height: -moz-fit-content;
    height: fit-content;
}
.h-full{
    height: 100%;
}
.h-screen{
    height: 100vh;
}
.max-h-82{
    max-height: 20.5000rem;
}
.max-h-\[75px\]{
    max-height: 75px;
}
.min-h-10{
    min-height: 2.5000rem;
}
.min-h-12{
    min-height: 3.0000rem;
}
.min-h-14{
    min-height: 3.5000rem;
}
.min-h-18{
    min-height: 4.5000rem;
}
.min-h-20{
    min-height: 5.0000rem;
}
.min-h-9{
    min-height: 2.2500rem;
}
.min-h-\[100px\]{
    min-height: 100px;
}
.min-h-\[12px\]{
    min-height: 12px;
}
.min-h-\[142px\]{
    min-height: 142px;
}
.min-h-\[1rem\]{
    min-height: 1rem;
}
.min-h-\[289px\]{
    min-height: 289px;
}
.min-h-\[30px\]{
    min-height: 30px;
}
.min-h-\[581px\]{
    min-height: 581px;
}
.min-h-\[60px\]{
    min-height: 60px;
}
.min-h-\[calc\(100vh-80px\)\]{
    min-height: calc(100vh - 80px);
}
.min-h-screen{
    min-height: 100vh;
}
.w-0{
    width: 0.0000rem;
}
.w-1\/2{
    width: 50%;
}
.w-10{
    width: 2.5000rem;
}
.w-10\.5{
    width: 2.6250rem;
}
.w-100{
    width: 25.0000rem;
}
.w-12{
    width: 3.0000rem;
}
.w-14{
    width: 3.5000rem;
}
.w-16{
    width: 4.0000rem;
}
.w-18{
    width: 4.5000rem;
}
.w-2{
    width: 0.5000rem;
}
.w-2\.5{
    width: 0.6250rem;
}
.w-22{
    width: 5.5000rem;
}
.w-22\.5{
    width: 5.6250rem;
}
.w-25{
    width: 6.2500rem;
}
.w-3{
    width: 0.7500rem;
}
.w-3\.5{
    width: 0.8750rem;
}
.w-30{
    width: 7.5000rem;
}
.w-35{
    width: 8.7500rem;
}
.w-4{
    width: 1.0000rem;
}
.w-4\.5{
    width: 1.1250rem;
}
.w-48{
    width: 12.0000rem;
}
.w-5{
    width: 1.2500rem;
}
.w-5\.25{
    width: 1.3125rem;
}
.w-5\.5{
    width: 1.3750rem;
}
.w-6{
    width: 1.5000rem;
}
.w-60{
    width: 15.0000rem;
}
.w-69{
    width: 17.2500rem;
}
.w-7{
    width: 1.7500rem;
}
.w-7\/12{
    width: 58.333333%;
}
.w-8{
    width: 2.0000rem;
}
.w-81{
    width: 20.2500rem;
}
.w-87{
    width: 21.7500rem;
}
.w-87\.5{
    width: 21.8750rem;
}
.w-9{
    width: 2.2500rem;
}
.w-9\.25{
    width: 2.3125rem;
}
.w-\[100px\]{
    width: 100px;
}
.w-\[100rem\]{
    width: 100rem;
}
.w-\[112px\]{
    width: 112px;
}
.w-\[120px\]{
    width: 120px;
}
.w-\[122px\]{
    width: 122px;
}
.w-\[125px\]{
    width: 125px;
}
.w-\[12px\]{
    width: 12px;
}
.w-\[145px\]{
    width: 145px;
}
.w-\[14px\]{
    width: 14px;
}
.w-\[150px\]{
    width: 150px;
}
.w-\[152px\]{
    width: 152px;
}
.w-\[159px\]{
    width: 159px;
}
.w-\[160px\]{
    width: 160px;
}
.w-\[175px\]{
    width: 175px;
}
.w-\[182px\]{
    width: 182px;
}
.w-\[1em\]{
    width: 1em;
}
.w-\[205px\]{
    width: 205px;
}
.w-\[20px\]{
    width: 20px;
}
.w-\[20rem\]{
    width: 20rem;
}
.w-\[22px\]{
    width: 22px;
}
.w-\[231px\]{
    width: 231px;
}
.w-\[235px\]{
    width: 235px;
}
.w-\[272px\]{
    width: 272px;
}
.w-\[275px\]{
    width: 275px;
}
.w-\[280px\]{
    width: 280px;
}
.w-\[28px\]{
    width: 28px;
}
.w-\[332px\]{
    width: 332px;
}
.w-\[400px\]{
    width: 400px;
}
.w-\[408px\]{
    width: 408px;
}
.w-\[40px\]{
    width: 40px;
}
.w-\[440px\]{
    width: 440px;
}
.w-\[44px\]{
    width: 44px;
}
.w-\[48px\]{
    width: 48px;
}
.w-\[508px\]{
    width: 508px;
}
.w-\[544px\]{
    width: 544px;
}
.w-\[613px\]{
    width: 613px;
}
.w-\[64px\]{
    width: 64px;
}
.w-\[75px\]{
    width: 75px;
}
.w-\[76px\]{
    width: 76px;
}
.w-\[clamp\(300px\2c 100\%\2c 650px\)\]{
    width: clamp(300px,100%,650px);
}
.w-auto{
    width: auto;
}
.w-full{
    width: 100%;
}
.w-min{
    width: -moz-min-content;
    width: min-content;
}
.w-screen{
    width: 100vw;
}
.min-w-10{
    min-width: 2.5rem;
}
.min-w-14{
    min-width: 3.5rem;
}
.min-w-32{
    min-width: 8rem;
}
.min-w-5{
    min-width: 1.25rem;
}
.min-w-7{
    min-width: 1.75rem;
}
.min-w-\[106px\]{
    min-width: 106px;
}
.min-w-\[109px\]{
    min-width: 109px;
}
.min-w-\[15ch\]{
    min-width: 15ch;
}
.min-w-\[173px\]{
    min-width: 173px;
}
.min-w-\[234px\]{
    min-width: 234px;
}
.min-w-\[275px\]{
    min-width: 275px;
}
.min-w-\[36rem\]{
    min-width: 36rem;
}
.min-w-\[420px\]{
    min-width: 420px;
}
.min-w-\[460px\]{
    min-width: 460px;
}
.min-w-\[493px\]{
    min-width: 493px;
}
.min-w-\[500px\]{
    min-width: 500px;
}
.min-w-\[72px\]{
    min-width: 72px;
}
.min-w-\[90px\]{
    min-width: 90px;
}
.min-w-full{
    min-width: 100%;
}
.max-w-100{
    max-width: 25.0000rem;
}
.max-w-60{
    max-width: 15.0000rem;
}
.max-w-68{
    max-width: 17.0000rem;
}
.max-w-80{
    max-width: 20.0000rem;
}
.max-w-\[1280px\]{
    max-width: 1280px;
}
.max-w-\[132px\]{
    max-width: 132px;
}
.max-w-\[1400px\]{
    max-width: 1400px;
}
.max-w-\[1488px\]{
    max-width: 1488px;
}
.max-w-\[1700px\]{
    max-width: 1700px;
}
.max-w-\[234px\]{
    max-width: 234px;
}
.max-w-\[500px\]{
    max-width: 500px;
}
.max-w-\[576px\]{
    max-width: 576px;
}
.max-w-\[613px\]{
    max-width: 613px;
}
.max-w-\[824px\]{
    max-width: 824px;
}
.max-w-full{
    max-width: 100%;
}
.flex-1{
    flex: 1 1 0%;
}
.shrink-0{
    flex-shrink: 0;
}
.table-fixed{
    table-layout: fixed;
}
.border-collapse{
    border-collapse: collapse;
}
.origin-bottom-right{
    transform-origin: bottom right;
}
.origin-center{
    transform-origin: center;
}
.origin-top-left{
    transform-origin: top left;
}
.scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.2\]{
    --tw-scale-x: 0.2;
    --tw-scale-y: 0.2;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin{
    to{
        transform: rotate(360deg);
    }
}
.animate-\[spin_2s_ease-in-out_infinite\]{
    animation: spin 2s ease-in-out infinite;
}
@keyframes spin{
    to{
        transform: rotate(360deg);
    }
}
.animate-\[spin_3s_ease-in-out_infinite_reverse\]{
    animation: spin 3s ease-in-out infinite reverse;
}
@keyframes loading{
    0%{
        transform: translateX(0%);
    }
    100%{
        transform: translateX(100%);
    }
}
.animate-loading{
    animation: loading 1s ease-in-out infinite alternate;
}
@keyframes ping{
    75%, 100%{
        transform: scale(2);
        opacity: 0;
    }
}
.animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse{
    50%{
        opacity: .5;
    }
}
.animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin{
    to{
        transform: rotate(360deg);
    }
}
.animate-spin{
    animation: spin 1s linear infinite;
}
.cursor-not-allowed{
    cursor: not-allowed;
}
.cursor-pointer{
    cursor: pointer;
}
.select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[6fr_1px_4fr\]{
    grid-template-columns: 6fr 1px 4fr;
}
.grid-cols-\[auto_2fr\]{
    grid-template-columns: auto 2fr;
}
.grid-cols-\[minmax\(7rem\2c 1fr\)_minmax\(16ch\2c 1fr\)_minmax\(12\.5rem\2c 1fr\)\]{
    grid-template-columns: minmax(7rem,1fr) minmax(16ch,1fr) minmax(12.5rem,1fr);
}
.grid-cols-\[minmax\(auto\2c 100\%\)_1\.25rem_minmax\(0px\2c auto\)\]{
    grid-template-columns: minmax(auto,100%) 1.25rem minmax(0px,auto);
}
.grid-cols-\[repeat\(auto-fit\2c 120px\)\]{
    grid-template-columns: repeat(auto-fit,120px);
}
.grid-cols-\[repeat\(auto-fit\2c minmax\(160px\2c 1fr\)\)\]{
    grid-template-columns: repeat(auto-fit,minmax(160px,1fr));
}
.flex-row{
    flex-direction: row;
}
.flex-row-reverse{
    flex-direction: row-reverse;
}
.flex-col{
    flex-direction: column;
}
.flex-col-reverse{
    flex-direction: column-reverse;
}
.flex-wrap{
    flex-wrap: wrap;
}
.place-content-around{
    place-content: space-around;
}
.place-items-center{
    place-items: center;
}
.items-start{
    align-items: flex-start;
}
.items-end{
    align-items: flex-end;
}
.items-center{
    align-items: center;
}
.items-stretch{
    align-items: stretch;
}
.justify-start{
    justify-content: flex-start;
}
.justify-end{
    justify-content: flex-end;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.justify-around{
    justify-content: space-around;
}
.justify-items-center{
    justify-items: center;
}
.gap-0{
    gap: 0.0000rem;
}
.gap-0\.5{
    gap: 0.1250rem;
}
.gap-1{
    gap: 0.2500rem;
}
.gap-1\.5{
    gap: 0.3750rem;
}
.gap-10{
    gap: 2.5000rem;
}
.gap-12{
    gap: 3.0000rem;
}
.gap-16{
    gap: 4.0000rem;
}
.gap-2{
    gap: 0.5000rem;
}
.gap-2\.25{
    gap: 0.5625rem;
}
.gap-2\.5{
    gap: 0.6250rem;
}
.gap-3{
    gap: 0.7500rem;
}
.gap-4{
    gap: 1.0000rem;
}
.gap-4\.5{
    gap: 1.1250rem;
}
.gap-5{
    gap: 1.2500rem;
}
.gap-6{
    gap: 1.5000rem;
}
.gap-8{
    gap: 2.0000rem;
}
.gap-9{
    gap: 2.2500rem;
}
.gap-\[\.75em\]{
    gap: .75em;
}
.gap-\[0\.5em\]{
    gap: 0.5em;
}
.gap-\[0\.625rem\]{
    gap: 0.625rem;
}
.gap-\[6rem\]{
    gap: 6rem;
}
.gap-x-2{
    -moz-column-gap: 0.5000rem;
         column-gap: 0.5000rem;
}
.gap-x-20{
    -moz-column-gap: 5.0000rem;
         column-gap: 5.0000rem;
}
.gap-x-3{
    -moz-column-gap: 0.7500rem;
         column-gap: 0.7500rem;
}
.gap-x-3\.5{
    -moz-column-gap: 0.8750rem;
         column-gap: 0.8750rem;
}
.gap-x-4{
    -moz-column-gap: 1.0000rem;
         column-gap: 1.0000rem;
}
.gap-x-6{
    -moz-column-gap: 1.5000rem;
         column-gap: 1.5000rem;
}
.gap-x-8{
    -moz-column-gap: 2.0000rem;
         column-gap: 2.0000rem;
}
.gap-x-9{
    -moz-column-gap: 2.2500rem;
         column-gap: 2.2500rem;
}
.gap-x-\[0\.5em\]{
    -moz-column-gap: 0.5em;
         column-gap: 0.5em;
}
.gap-y-1{
    row-gap: 0.2500rem;
}
.gap-y-1\.5{
    row-gap: 0.3750rem;
}
.gap-y-16{
    row-gap: 4.0000rem;
}
.gap-y-2{
    row-gap: 0.5000rem;
}
.gap-y-24{
    row-gap: 6.0000rem;
}
.gap-y-3{
    row-gap: 0.7500rem;
}
.gap-y-4{
    row-gap: 1.0000rem;
}
.gap-y-9{
    row-gap: 2.2500rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-black-brand > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(49 49 49 / var(--tw-divide-opacity));
}
.divide-black-brand\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(49 49 49 / 0);
}
.divide-black-brand\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(49 49 49 / 0.1);
}
.divide-black-brand\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(49 49 49 / 1);
}
.divide-black-brand\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(49 49 49 / 0.15);
}
.divide-black-brand\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(49 49 49 / 0.2);
}
.divide-black-brand\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(49 49 49 / 0.25);
}
.divide-black-brand\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(49 49 49 / 0.3);
}
.divide-black-brand\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(49 49 49 / 0.35);
}
.divide-black-brand\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(49 49 49 / 0.4);
}
.divide-black-brand\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(49 49 49 / 0.45);
}
.divide-black-brand\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(49 49 49 / 0.05);
}
.divide-black-brand\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(49 49 49 / 0.5);
}
.divide-black-brand\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(49 49 49 / 0.55);
}
.divide-black-brand\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(49 49 49 / 0.6);
}
.divide-black-brand\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(49 49 49 / 0.65);
}
.divide-black-brand\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(49 49 49 / 0.7);
}
.divide-black-brand\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(49 49 49 / 0.75);
}
.divide-black-brand\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(49 49 49 / 0.8);
}
.divide-black-brand\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(49 49 49 / 0.85);
}
.divide-black-brand\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(49 49 49 / 0.9);
}
.divide-black-brand\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(49 49 49 / 0.95);
}
.divide-brand-100 > :not([hidden]) ~ :not([hidden]){
    border-color: #c6eedb0d;
}
.divide-brand-100\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0);
}
.divide-brand-100\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.1);
}
.divide-brand-100\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 1);
}
.divide-brand-100\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.15);
}
.divide-brand-100\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.2);
}
.divide-brand-100\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.25);
}
.divide-brand-100\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.3);
}
.divide-brand-100\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.35);
}
.divide-brand-100\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.4);
}
.divide-brand-100\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.45);
}
.divide-brand-100\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.05);
}
.divide-brand-100\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.5);
}
.divide-brand-100\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.55);
}
.divide-brand-100\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.6);
}
.divide-brand-100\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.65);
}
.divide-brand-100\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.7);
}
.divide-brand-100\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.75);
}
.divide-brand-100\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.8);
}
.divide-brand-100\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.85);
}
.divide-brand-100\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.9);
}
.divide-brand-100\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.95);
}
.divide-brand-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(72 229 155 / var(--tw-divide-opacity));
}
.divide-brand-20\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0);
}
.divide-brand-20\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.1);
}
.divide-brand-20\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 1);
}
.divide-brand-20\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.15);
}
.divide-brand-20\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.2);
}
.divide-brand-20\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.25);
}
.divide-brand-20\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.3);
}
.divide-brand-20\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.35);
}
.divide-brand-20\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.4);
}
.divide-brand-20\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.45);
}
.divide-brand-20\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.05);
}
.divide-brand-20\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.5);
}
.divide-brand-20\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.55);
}
.divide-brand-20\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.6);
}
.divide-brand-20\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.65);
}
.divide-brand-20\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.7);
}
.divide-brand-20\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.75);
}
.divide-brand-20\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.8);
}
.divide-brand-20\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.85);
}
.divide-brand-20\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.9);
}
.divide-brand-20\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.95);
}
.divide-brand-200 > :not([hidden]) ~ :not([hidden]){
    border-color: #c6eedb33;
}
.divide-brand-200\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0);
}
.divide-brand-200\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.1);
}
.divide-brand-200\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 1);
}
.divide-brand-200\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.15);
}
.divide-brand-200\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.2);
}
.divide-brand-200\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.25);
}
.divide-brand-200\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.3);
}
.divide-brand-200\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.35);
}
.divide-brand-200\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.4);
}
.divide-brand-200\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.45);
}
.divide-brand-200\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.05);
}
.divide-brand-200\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.5);
}
.divide-brand-200\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.55);
}
.divide-brand-200\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.6);
}
.divide-brand-200\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.65);
}
.divide-brand-200\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.7);
}
.divide-brand-200\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.75);
}
.divide-brand-200\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.8);
}
.divide-brand-200\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.85);
}
.divide-brand-200\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.9);
}
.divide-brand-200\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.95);
}
.divide-brand-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(198 238 219 / var(--tw-divide-opacity));
}
.divide-brand-300\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0);
}
.divide-brand-300\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.1);
}
.divide-brand-300\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 1);
}
.divide-brand-300\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.15);
}
.divide-brand-300\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.2);
}
.divide-brand-300\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.25);
}
.divide-brand-300\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.3);
}
.divide-brand-300\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.35);
}
.divide-brand-300\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.4);
}
.divide-brand-300\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.45);
}
.divide-brand-300\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.05);
}
.divide-brand-300\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.5);
}
.divide-brand-300\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.55);
}
.divide-brand-300\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.6);
}
.divide-brand-300\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.65);
}
.divide-brand-300\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.7);
}
.divide-brand-300\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.75);
}
.divide-brand-300\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.8);
}
.divide-brand-300\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.85);
}
.divide-brand-300\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.9);
}
.divide-brand-300\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.95);
}
.divide-brand-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(17 17 17 / var(--tw-divide-opacity));
}
.divide-brand-black\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(17 17 17 / 0);
}
.divide-brand-black\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(17 17 17 / 0.1);
}
.divide-brand-black\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(17 17 17 / 1);
}
.divide-brand-black\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(17 17 17 / 0.15);
}
.divide-brand-black\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(17 17 17 / 0.2);
}
.divide-brand-black\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(17 17 17 / 0.25);
}
.divide-brand-black\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(17 17 17 / 0.3);
}
.divide-brand-black\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(17 17 17 / 0.35);
}
.divide-brand-black\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(17 17 17 / 0.4);
}
.divide-brand-black\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(17 17 17 / 0.45);
}
.divide-brand-black\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(17 17 17 / 0.05);
}
.divide-brand-black\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(17 17 17 / 0.5);
}
.divide-brand-black\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(17 17 17 / 0.55);
}
.divide-brand-black\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(17 17 17 / 0.6);
}
.divide-brand-black\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(17 17 17 / 0.65);
}
.divide-brand-black\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(17 17 17 / 0.7);
}
.divide-brand-black\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(17 17 17 / 0.75);
}
.divide-brand-black\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(17 17 17 / 0.8);
}
.divide-brand-black\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(17 17 17 / 0.85);
}
.divide-brand-black\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(17 17 17 / 0.9);
}
.divide-brand-black\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(17 17 17 / 0.95);
}
.divide-brand-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(112 168 244 / var(--tw-divide-opacity));
}
.divide-brand-blue\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(112 168 244 / 0);
}
.divide-brand-blue\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(112 168 244 / 0.1);
}
.divide-brand-blue\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(112 168 244 / 1);
}
.divide-brand-blue\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(112 168 244 / 0.15);
}
.divide-brand-blue\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(112 168 244 / 0.2);
}
.divide-brand-blue\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(112 168 244 / 0.25);
}
.divide-brand-blue\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(112 168 244 / 0.3);
}
.divide-brand-blue\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(112 168 244 / 0.35);
}
.divide-brand-blue\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(112 168 244 / 0.4);
}
.divide-brand-blue\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(112 168 244 / 0.45);
}
.divide-brand-blue\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(112 168 244 / 0.05);
}
.divide-brand-blue\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(112 168 244 / 0.5);
}
.divide-brand-blue\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(112 168 244 / 0.55);
}
.divide-brand-blue\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(112 168 244 / 0.6);
}
.divide-brand-blue\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(112 168 244 / 0.65);
}
.divide-brand-blue\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(112 168 244 / 0.7);
}
.divide-brand-blue\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(112 168 244 / 0.75);
}
.divide-brand-blue\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(112 168 244 / 0.8);
}
.divide-brand-blue\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(112 168 244 / 0.85);
}
.divide-brand-blue\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(112 168 244 / 0.9);
}
.divide-brand-blue\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(112 168 244 / 0.95);
}
.divide-brand-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(35 44 39 / var(--tw-divide-opacity));
}
.divide-brand-dark\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(35 44 39 / 0);
}
.divide-brand-dark\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(35 44 39 / 0.1);
}
.divide-brand-dark\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(35 44 39 / 1);
}
.divide-brand-dark\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(35 44 39 / 0.15);
}
.divide-brand-dark\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(35 44 39 / 0.2);
}
.divide-brand-dark\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(35 44 39 / 0.25);
}
.divide-brand-dark\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(35 44 39 / 0.3);
}
.divide-brand-dark\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(35 44 39 / 0.35);
}
.divide-brand-dark\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(35 44 39 / 0.4);
}
.divide-brand-dark\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(35 44 39 / 0.45);
}
.divide-brand-dark\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(35 44 39 / 0.05);
}
.divide-brand-dark\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(35 44 39 / 0.5);
}
.divide-brand-dark\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(35 44 39 / 0.55);
}
.divide-brand-dark\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(35 44 39 / 0.6);
}
.divide-brand-dark\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(35 44 39 / 0.65);
}
.divide-brand-dark\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(35 44 39 / 0.7);
}
.divide-brand-dark\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(35 44 39 / 0.75);
}
.divide-brand-dark\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(35 44 39 / 0.8);
}
.divide-brand-dark\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(35 44 39 / 0.85);
}
.divide-brand-dark\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(35 44 39 / 0.9);
}
.divide-brand-dark\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(35 44 39 / 0.95);
}
.divide-brand-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(72 229 155 / var(--tw-divide-opacity));
}
.divide-brand-green\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0);
}
.divide-brand-green\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.1);
}
.divide-brand-green\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 1);
}
.divide-brand-green\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.15);
}
.divide-brand-green\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.2);
}
.divide-brand-green\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.25);
}
.divide-brand-green\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.3);
}
.divide-brand-green\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.35);
}
.divide-brand-green\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.4);
}
.divide-brand-green\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.45);
}
.divide-brand-green\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.05);
}
.divide-brand-green\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.5);
}
.divide-brand-green\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.55);
}
.divide-brand-green\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.6);
}
.divide-brand-green\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.65);
}
.divide-brand-green\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.7);
}
.divide-brand-green\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.75);
}
.divide-brand-green\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.8);
}
.divide-brand-green\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.85);
}
.divide-brand-green\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.9);
}
.divide-brand-green\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.95);
}
.divide-brand-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(198 238 219 / var(--tw-divide-opacity));
}
.divide-brand-light\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0);
}
.divide-brand-light\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.1);
}
.divide-brand-light\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 1);
}
.divide-brand-light\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.15);
}
.divide-brand-light\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.2);
}
.divide-brand-light\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.25);
}
.divide-brand-light\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.3);
}
.divide-brand-light\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.35);
}
.divide-brand-light\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.4);
}
.divide-brand-light\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.45);
}
.divide-brand-light\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.05);
}
.divide-brand-light\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.5);
}
.divide-brand-light\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.55);
}
.divide-brand-light\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.6);
}
.divide-brand-light\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.65);
}
.divide-brand-light\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.7);
}
.divide-brand-light\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.75);
}
.divide-brand-light\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.8);
}
.divide-brand-light\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.85);
}
.divide-brand-light\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.9);
}
.divide-brand-light\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.95);
}
.divide-error > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(255 60 60 / var(--tw-divide-opacity));
}
.divide-error-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(41 21 21 / var(--tw-divide-opacity));
}
.divide-error-10\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(41 21 21 / 0);
}
.divide-error-10\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(41 21 21 / 0.1);
}
.divide-error-10\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(41 21 21 / 1);
}
.divide-error-10\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(41 21 21 / 0.15);
}
.divide-error-10\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(41 21 21 / 0.2);
}
.divide-error-10\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(41 21 21 / 0.25);
}
.divide-error-10\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(41 21 21 / 0.3);
}
.divide-error-10\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(41 21 21 / 0.35);
}
.divide-error-10\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(41 21 21 / 0.4);
}
.divide-error-10\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(41 21 21 / 0.45);
}
.divide-error-10\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(41 21 21 / 0.05);
}
.divide-error-10\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(41 21 21 / 0.5);
}
.divide-error-10\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(41 21 21 / 0.55);
}
.divide-error-10\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(41 21 21 / 0.6);
}
.divide-error-10\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(41 21 21 / 0.65);
}
.divide-error-10\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(41 21 21 / 0.7);
}
.divide-error-10\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(41 21 21 / 0.75);
}
.divide-error-10\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(41 21 21 / 0.8);
}
.divide-error-10\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(41 21 21 / 0.85);
}
.divide-error-10\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(41 21 21 / 0.9);
}
.divide-error-10\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(41 21 21 / 0.95);
}
.divide-error-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(255 199 199 / var(--tw-divide-opacity));
}
.divide-error-100\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0);
}
.divide-error-100\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.1);
}
.divide-error-100\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 1);
}
.divide-error-100\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.15);
}
.divide-error-100\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.2);
}
.divide-error-100\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.25);
}
.divide-error-100\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.3);
}
.divide-error-100\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.35);
}
.divide-error-100\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.4);
}
.divide-error-100\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.45);
}
.divide-error-100\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.05);
}
.divide-error-100\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.5);
}
.divide-error-100\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.55);
}
.divide-error-100\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.6);
}
.divide-error-100\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.65);
}
.divide-error-100\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.7);
}
.divide-error-100\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.75);
}
.divide-error-100\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.8);
}
.divide-error-100\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.85);
}
.divide-error-100\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.9);
}
.divide-error-100\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.95);
}
.divide-error-15 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(53 23 23 / var(--tw-divide-opacity));
}
.divide-error-15\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(53 23 23 / 0);
}
.divide-error-15\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(53 23 23 / 0.1);
}
.divide-error-15\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(53 23 23 / 1);
}
.divide-error-15\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(53 23 23 / 0.15);
}
.divide-error-15\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(53 23 23 / 0.2);
}
.divide-error-15\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(53 23 23 / 0.25);
}
.divide-error-15\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(53 23 23 / 0.3);
}
.divide-error-15\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(53 23 23 / 0.35);
}
.divide-error-15\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(53 23 23 / 0.4);
}
.divide-error-15\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(53 23 23 / 0.45);
}
.divide-error-15\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(53 23 23 / 0.05);
}
.divide-error-15\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(53 23 23 / 0.5);
}
.divide-error-15\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(53 23 23 / 0.55);
}
.divide-error-15\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(53 23 23 / 0.6);
}
.divide-error-15\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(53 23 23 / 0.65);
}
.divide-error-15\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(53 23 23 / 0.7);
}
.divide-error-15\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(53 23 23 / 0.75);
}
.divide-error-15\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(53 23 23 / 0.8);
}
.divide-error-15\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(53 23 23 / 0.85);
}
.divide-error-15\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(53 23 23 / 0.9);
}
.divide-error-15\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(53 23 23 / 0.95);
}
.divide-error-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(60 25 25 / var(--tw-divide-opacity));
}
.divide-error-20\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0);
}
.divide-error-20\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.1);
}
.divide-error-20\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 1);
}
.divide-error-20\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.15);
}
.divide-error-20\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.2);
}
.divide-error-20\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.25);
}
.divide-error-20\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.3);
}
.divide-error-20\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.35);
}
.divide-error-20\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.4);
}
.divide-error-20\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.45);
}
.divide-error-20\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.05);
}
.divide-error-20\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.5);
}
.divide-error-20\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.55);
}
.divide-error-20\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.6);
}
.divide-error-20\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.65);
}
.divide-error-20\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.7);
}
.divide-error-20\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.75);
}
.divide-error-20\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.8);
}
.divide-error-20\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.85);
}
.divide-error-20\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.9);
}
.divide-error-20\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.95);
}
.divide-error-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(29 19 19 / var(--tw-divide-opacity));
}
.divide-error-5\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(29 19 19 / 0);
}
.divide-error-5\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(29 19 19 / 0.1);
}
.divide-error-5\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(29 19 19 / 1);
}
.divide-error-5\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(29 19 19 / 0.15);
}
.divide-error-5\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(29 19 19 / 0.2);
}
.divide-error-5\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(29 19 19 / 0.25);
}
.divide-error-5\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(29 19 19 / 0.3);
}
.divide-error-5\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(29 19 19 / 0.35);
}
.divide-error-5\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(29 19 19 / 0.4);
}
.divide-error-5\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(29 19 19 / 0.45);
}
.divide-error-5\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(29 19 19 / 0.05);
}
.divide-error-5\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(29 19 19 / 0.5);
}
.divide-error-5\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(29 19 19 / 0.55);
}
.divide-error-5\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(29 19 19 / 0.6);
}
.divide-error-5\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(29 19 19 / 0.65);
}
.divide-error-5\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(29 19 19 / 0.7);
}
.divide-error-5\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(29 19 19 / 0.75);
}
.divide-error-5\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(29 19 19 / 0.8);
}
.divide-error-5\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(29 19 19 / 0.85);
}
.divide-error-5\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(29 19 19 / 0.9);
}
.divide-error-5\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(29 19 19 / 0.95);
}
.divide-error-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(255 60 60 / var(--tw-divide-opacity));
}
.divide-error-500\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0);
}
.divide-error-500\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.1);
}
.divide-error-500\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 1);
}
.divide-error-500\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.15);
}
.divide-error-500\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.2);
}
.divide-error-500\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.25);
}
.divide-error-500\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.3);
}
.divide-error-500\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.35);
}
.divide-error-500\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.4);
}
.divide-error-500\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.45);
}
.divide-error-500\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.05);
}
.divide-error-500\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.5);
}
.divide-error-500\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.55);
}
.divide-error-500\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.6);
}
.divide-error-500\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.65);
}
.divide-error-500\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.7);
}
.divide-error-500\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.75);
}
.divide-error-500\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.8);
}
.divide-error-500\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.85);
}
.divide-error-500\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.9);
}
.divide-error-500\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.95);
}
.divide-error-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(60 25 25 / var(--tw-divide-opacity));
}
.divide-error-900\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0);
}
.divide-error-900\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.1);
}
.divide-error-900\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 1);
}
.divide-error-900\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.15);
}
.divide-error-900\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.2);
}
.divide-error-900\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.25);
}
.divide-error-900\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.3);
}
.divide-error-900\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.35);
}
.divide-error-900\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.4);
}
.divide-error-900\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.45);
}
.divide-error-900\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.05);
}
.divide-error-900\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.5);
}
.divide-error-900\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.55);
}
.divide-error-900\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.6);
}
.divide-error-900\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.65);
}
.divide-error-900\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.7);
}
.divide-error-900\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.75);
}
.divide-error-900\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.8);
}
.divide-error-900\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.85);
}
.divide-error-900\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.9);
}
.divide-error-900\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(60 25 25 / 0.95);
}
.divide-error-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(255 199 199 / var(--tw-divide-opacity));
}
.divide-error-light\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0);
}
.divide-error-light\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.1);
}
.divide-error-light\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 1);
}
.divide-error-light\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.15);
}
.divide-error-light\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.2);
}
.divide-error-light\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.25);
}
.divide-error-light\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.3);
}
.divide-error-light\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.35);
}
.divide-error-light\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.4);
}
.divide-error-light\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.45);
}
.divide-error-light\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.05);
}
.divide-error-light\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.5);
}
.divide-error-light\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.55);
}
.divide-error-light\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.6);
}
.divide-error-light\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.65);
}
.divide-error-light\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.7);
}
.divide-error-light\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.75);
}
.divide-error-light\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.8);
}
.divide-error-light\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.85);
}
.divide-error-light\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.9);
}
.divide-error-light\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 199 199 / 0.95);
}
.divide-error\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0);
}
.divide-error\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.1);
}
.divide-error\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 1);
}
.divide-error\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.15);
}
.divide-error\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.2);
}
.divide-error\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.25);
}
.divide-error\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.3);
}
.divide-error\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.35);
}
.divide-error\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.4);
}
.divide-error\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.45);
}
.divide-error\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.05);
}
.divide-error\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.5);
}
.divide-error\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.55);
}
.divide-error\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.6);
}
.divide-error\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.65);
}
.divide-error\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.7);
}
.divide-error\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.75);
}
.divide-error\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.8);
}
.divide-error\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.85);
}
.divide-error\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.9);
}
.divide-error\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(255 60 60 / 0.95);
}
.divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(72 229 155 / var(--tw-divide-opacity));
}
.divide-primary-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(28 59 45 / var(--tw-divide-opacity));
}
.divide-primary-20\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0);
}
.divide-primary-20\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.1);
}
.divide-primary-20\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 1);
}
.divide-primary-20\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.15);
}
.divide-primary-20\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.2);
}
.divide-primary-20\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.25);
}
.divide-primary-20\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.3);
}
.divide-primary-20\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.35);
}
.divide-primary-20\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.4);
}
.divide-primary-20\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.45);
}
.divide-primary-20\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.05);
}
.divide-primary-20\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.5);
}
.divide-primary-20\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.55);
}
.divide-primary-20\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.6);
}
.divide-primary-20\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.65);
}
.divide-primary-20\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.7);
}
.divide-primary-20\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.75);
}
.divide-primary-20\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.8);
}
.divide-primary-20\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.85);
}
.divide-primary-20\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.9);
}
.divide-primary-20\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.95);
}
.divide-primary-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(198 238 219 / var(--tw-divide-opacity));
}
.divide-primary-200\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0);
}
.divide-primary-200\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.1);
}
.divide-primary-200\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 1);
}
.divide-primary-200\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.15);
}
.divide-primary-200\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.2);
}
.divide-primary-200\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.25);
}
.divide-primary-200\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.3);
}
.divide-primary-200\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.35);
}
.divide-primary-200\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.4);
}
.divide-primary-200\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.45);
}
.divide-primary-200\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.05);
}
.divide-primary-200\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.5);
}
.divide-primary-200\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.55);
}
.divide-primary-200\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.6);
}
.divide-primary-200\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.65);
}
.divide-primary-200\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.7);
}
.divide-primary-200\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.75);
}
.divide-primary-200\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.8);
}
.divide-primary-200\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.85);
}
.divide-primary-200\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.9);
}
.divide-primary-200\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.95);
}
.divide-primary-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(20 28 24 / var(--tw-divide-opacity));
}
.divide-primary-5\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0);
}
.divide-primary-5\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.1);
}
.divide-primary-5\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 1);
}
.divide-primary-5\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.15);
}
.divide-primary-5\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.2);
}
.divide-primary-5\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.25);
}
.divide-primary-5\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.3);
}
.divide-primary-5\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.35);
}
.divide-primary-5\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.4);
}
.divide-primary-5\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.45);
}
.divide-primary-5\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.05);
}
.divide-primary-5\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.5);
}
.divide-primary-5\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.55);
}
.divide-primary-5\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.6);
}
.divide-primary-5\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.65);
}
.divide-primary-5\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.7);
}
.divide-primary-5\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.75);
}
.divide-primary-5\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.8);
}
.divide-primary-5\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.85);
}
.divide-primary-5\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.9);
}
.divide-primary-5\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.95);
}
.divide-primary-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(72 229 155 / var(--tw-divide-opacity));
}
.divide-primary-500\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0);
}
.divide-primary-500\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.1);
}
.divide-primary-500\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 1);
}
.divide-primary-500\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.15);
}
.divide-primary-500\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.2);
}
.divide-primary-500\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.25);
}
.divide-primary-500\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.3);
}
.divide-primary-500\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.35);
}
.divide-primary-500\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.4);
}
.divide-primary-500\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.45);
}
.divide-primary-500\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.05);
}
.divide-primary-500\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.5);
}
.divide-primary-500\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.55);
}
.divide-primary-500\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.6);
}
.divide-primary-500\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.65);
}
.divide-primary-500\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.7);
}
.divide-primary-500\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.75);
}
.divide-primary-500\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.8);
}
.divide-primary-500\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.85);
}
.divide-primary-500\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.9);
}
.divide-primary-500\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.95);
}
.divide-primary-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(57 155 109 / var(--tw-divide-opacity));
}
.divide-primary-60\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0);
}
.divide-primary-60\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.1);
}
.divide-primary-60\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 1);
}
.divide-primary-60\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.15);
}
.divide-primary-60\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.2);
}
.divide-primary-60\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.25);
}
.divide-primary-60\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.3);
}
.divide-primary-60\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.35);
}
.divide-primary-60\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.4);
}
.divide-primary-60\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.45);
}
.divide-primary-60\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.05);
}
.divide-primary-60\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.5);
}
.divide-primary-60\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.55);
}
.divide-primary-60\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.6);
}
.divide-primary-60\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.65);
}
.divide-primary-60\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.7);
}
.divide-primary-60\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.75);
}
.divide-primary-60\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.8);
}
.divide-primary-60\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.85);
}
.divide-primary-60\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.9);
}
.divide-primary-60\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.95);
}
.divide-primary-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(61 187 127 / var(--tw-divide-opacity));
}
.divide-primary-600\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0);
}
.divide-primary-600\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.1);
}
.divide-primary-600\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 1);
}
.divide-primary-600\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.15);
}
.divide-primary-600\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.2);
}
.divide-primary-600\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.25);
}
.divide-primary-600\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.3);
}
.divide-primary-600\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.35);
}
.divide-primary-600\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.4);
}
.divide-primary-600\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.45);
}
.divide-primary-600\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.05);
}
.divide-primary-600\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.5);
}
.divide-primary-600\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.55);
}
.divide-primary-600\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.6);
}
.divide-primary-600\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.65);
}
.divide-primary-600\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.7);
}
.divide-primary-600\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.75);
}
.divide-primary-600\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.8);
}
.divide-primary-600\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.85);
}
.divide-primary-600\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.9);
}
.divide-primary-600\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.95);
}
.divide-primary-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(57 155 109 / var(--tw-divide-opacity));
}
.divide-primary-700\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0);
}
.divide-primary-700\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.1);
}
.divide-primary-700\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 1);
}
.divide-primary-700\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.15);
}
.divide-primary-700\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.2);
}
.divide-primary-700\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.25);
}
.divide-primary-700\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.3);
}
.divide-primary-700\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.35);
}
.divide-primary-700\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.4);
}
.divide-primary-700\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.45);
}
.divide-primary-700\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.05);
}
.divide-primary-700\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.5);
}
.divide-primary-700\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.55);
}
.divide-primary-700\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.6);
}
.divide-primary-700\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.65);
}
.divide-primary-700\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.7);
}
.divide-primary-700\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.75);
}
.divide-primary-700\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.8);
}
.divide-primary-700\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.85);
}
.divide-primary-700\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.9);
}
.divide-primary-700\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(57 155 109 / 0.95);
}
.divide-primary-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(61 187 127 / var(--tw-divide-opacity));
}
.divide-primary-80\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0);
}
.divide-primary-80\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.1);
}
.divide-primary-80\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 1);
}
.divide-primary-80\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.15);
}
.divide-primary-80\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.2);
}
.divide-primary-80\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.25);
}
.divide-primary-80\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.3);
}
.divide-primary-80\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.35);
}
.divide-primary-80\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.4);
}
.divide-primary-80\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.45);
}
.divide-primary-80\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.05);
}
.divide-primary-80\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.5);
}
.divide-primary-80\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.55);
}
.divide-primary-80\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.6);
}
.divide-primary-80\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.65);
}
.divide-primary-80\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.7);
}
.divide-primary-80\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.75);
}
.divide-primary-80\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.8);
}
.divide-primary-80\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.85);
}
.divide-primary-80\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.9);
}
.divide-primary-80\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(61 187 127 / 0.95);
}
.divide-primary-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(10 68 41 / var(--tw-divide-opacity));
}
.divide-primary-800\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0);
}
.divide-primary-800\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.1);
}
.divide-primary-800\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 1);
}
.divide-primary-800\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.15);
}
.divide-primary-800\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.2);
}
.divide-primary-800\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.25);
}
.divide-primary-800\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.3);
}
.divide-primary-800\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.35);
}
.divide-primary-800\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.4);
}
.divide-primary-800\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.45);
}
.divide-primary-800\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.05);
}
.divide-primary-800\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.5);
}
.divide-primary-800\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.55);
}
.divide-primary-800\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.6);
}
.divide-primary-800\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.65);
}
.divide-primary-800\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.7);
}
.divide-primary-800\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.75);
}
.divide-primary-800\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.8);
}
.divide-primary-800\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.85);
}
.divide-primary-800\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.9);
}
.divide-primary-800\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.95);
}
.divide-primary-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(28 59 45 / var(--tw-divide-opacity));
}
.divide-primary-900\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0);
}
.divide-primary-900\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.1);
}
.divide-primary-900\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 1);
}
.divide-primary-900\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.15);
}
.divide-primary-900\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.2);
}
.divide-primary-900\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.25);
}
.divide-primary-900\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.3);
}
.divide-primary-900\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.35);
}
.divide-primary-900\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.4);
}
.divide-primary-900\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.45);
}
.divide-primary-900\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.05);
}
.divide-primary-900\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.5);
}
.divide-primary-900\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.55);
}
.divide-primary-900\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.6);
}
.divide-primary-900\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.65);
}
.divide-primary-900\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.7);
}
.divide-primary-900\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.75);
}
.divide-primary-900\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.8);
}
.divide-primary-900\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.85);
}
.divide-primary-900\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.9);
}
.divide-primary-900\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(28 59 45 / 0.95);
}
.divide-primary-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(20 28 24 / var(--tw-divide-opacity));
}
.divide-primary-950\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0);
}
.divide-primary-950\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.1);
}
.divide-primary-950\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 1);
}
.divide-primary-950\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.15);
}
.divide-primary-950\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.2);
}
.divide-primary-950\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.25);
}
.divide-primary-950\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.3);
}
.divide-primary-950\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.35);
}
.divide-primary-950\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.4);
}
.divide-primary-950\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.45);
}
.divide-primary-950\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.05);
}
.divide-primary-950\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.5);
}
.divide-primary-950\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.55);
}
.divide-primary-950\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.6);
}
.divide-primary-950\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.65);
}
.divide-primary-950\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.7);
}
.divide-primary-950\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.75);
}
.divide-primary-950\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.8);
}
.divide-primary-950\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.85);
}
.divide-primary-950\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.9);
}
.divide-primary-950\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(20 28 24 / 0.95);
}
.divide-primary-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(10 68 41 / var(--tw-divide-opacity));
}
.divide-primary-dark\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0);
}
.divide-primary-dark\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.1);
}
.divide-primary-dark\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 1);
}
.divide-primary-dark\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.15);
}
.divide-primary-dark\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.2);
}
.divide-primary-dark\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.25);
}
.divide-primary-dark\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.3);
}
.divide-primary-dark\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.35);
}
.divide-primary-dark\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.4);
}
.divide-primary-dark\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.45);
}
.divide-primary-dark\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.05);
}
.divide-primary-dark\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.5);
}
.divide-primary-dark\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.55);
}
.divide-primary-dark\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.6);
}
.divide-primary-dark\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.65);
}
.divide-primary-dark\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.7);
}
.divide-primary-dark\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.75);
}
.divide-primary-dark\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.8);
}
.divide-primary-dark\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.85);
}
.divide-primary-dark\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.9);
}
.divide-primary-dark\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(10 68 41 / 0.95);
}
.divide-primary-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(198 238 219 / var(--tw-divide-opacity));
}
.divide-primary-light\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0);
}
.divide-primary-light\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.1);
}
.divide-primary-light\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 1);
}
.divide-primary-light\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.15);
}
.divide-primary-light\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.2);
}
.divide-primary-light\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.25);
}
.divide-primary-light\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.3);
}
.divide-primary-light\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.35);
}
.divide-primary-light\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.4);
}
.divide-primary-light\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.45);
}
.divide-primary-light\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.05);
}
.divide-primary-light\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.5);
}
.divide-primary-light\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.55);
}
.divide-primary-light\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.6);
}
.divide-primary-light\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.65);
}
.divide-primary-light\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.7);
}
.divide-primary-light\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.75);
}
.divide-primary-light\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.8);
}
.divide-primary-light\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.85);
}
.divide-primary-light\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.9);
}
.divide-primary-light\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(198 238 219 / 0.95);
}
.divide-primary\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0);
}
.divide-primary\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.1);
}
.divide-primary\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 1);
}
.divide-primary\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.15);
}
.divide-primary\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.2);
}
.divide-primary\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.25);
}
.divide-primary\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.3);
}
.divide-primary\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.35);
}
.divide-primary\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.4);
}
.divide-primary\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.45);
}
.divide-primary\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.05);
}
.divide-primary\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.5);
}
.divide-primary\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.55);
}
.divide-primary\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.6);
}
.divide-primary\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.65);
}
.divide-primary\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.7);
}
.divide-primary\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.75);
}
.divide-primary\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.8);
}
.divide-primary\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.85);
}
.divide-primary\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.9);
}
.divide-primary\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(72 229 155 / 0.95);
}
.divide-secondary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(1 90 213 / var(--tw-divide-opacity));
}
.divide-secondary-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(1 90 213 / var(--tw-divide-opacity));
}
.divide-secondary-500\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0);
}
.divide-secondary-500\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.1);
}
.divide-secondary-500\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 1);
}
.divide-secondary-500\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.15);
}
.divide-secondary-500\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.2);
}
.divide-secondary-500\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.25);
}
.divide-secondary-500\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.3);
}
.divide-secondary-500\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.35);
}
.divide-secondary-500\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.4);
}
.divide-secondary-500\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.45);
}
.divide-secondary-500\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.05);
}
.divide-secondary-500\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.5);
}
.divide-secondary-500\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.55);
}
.divide-secondary-500\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.6);
}
.divide-secondary-500\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.65);
}
.divide-secondary-500\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.7);
}
.divide-secondary-500\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.75);
}
.divide-secondary-500\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.8);
}
.divide-secondary-500\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.85);
}
.divide-secondary-500\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.9);
}
.divide-secondary-500\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.95);
}
.divide-secondary\/0 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0);
}
.divide-secondary\/10 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.1);
}
.divide-secondary\/100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 1);
}
.divide-secondary\/15 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.15);
}
.divide-secondary\/20 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.2);
}
.divide-secondary\/25 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.25);
}
.divide-secondary\/30 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.3);
}
.divide-secondary\/35 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.35);
}
.divide-secondary\/40 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.4);
}
.divide-secondary\/45 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.45);
}
.divide-secondary\/5 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.05);
}
.divide-secondary\/50 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.5);
}
.divide-secondary\/55 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.55);
}
.divide-secondary\/60 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.6);
}
.divide-secondary\/65 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.65);
}
.divide-secondary\/70 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.7);
}
.divide-secondary\/75 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.75);
}
.divide-secondary\/80 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.8);
}
.divide-secondary\/85 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.85);
}
.divide-secondary\/90 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.9);
}
.divide-secondary\/95 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(1 90 213 / 0.95);
}
.self-start{
    align-self: flex-start;
}
.self-end{
    align-self: flex-end;
}
.self-stretch{
    align-self: stretch;
}
.overflow-hidden{
    overflow: hidden;
}
.overflow-visible{
    overflow: visible;
}
.overflow-y-auto{
    overflow-y: auto;
}
.overflow-x-hidden{
    overflow-x: hidden;
}
.overflow-y-scroll{
    overflow-y: scroll;
}
.truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.overflow-ellipsis{
    text-overflow: ellipsis;
}
.whitespace-nowrap{
    white-space: nowrap;
}
.text-nowrap{
    text-wrap: nowrap;
}
.break-words{
    overflow-wrap: break-word;
}
.break-all{
    word-break: break-all;
}
.break-keep{
    word-break: keep-all;
}
.\!rounded-1{
    border-radius: 0.2500rem !important;
}
.\!rounded-1\.25{
    border-radius: 0.3125rem !important;
}
.rounded-1{
    border-radius: 0.2500rem;
}
.rounded-2{
    border-radius: 0.5000rem;
}
.rounded-2\.5{
    border-radius: 0.6250rem;
}
.rounded-2xl{
    border-radius: 1rem;
}
.rounded-3{
    border-radius: 0.7500rem;
}
.rounded-3\.75{
    border-radius: 0.9375rem;
}
.rounded-3xl{
    border-radius: 1.5rem;
}
.rounded-5{
    border-radius: 1.2500rem;
}
.rounded-8{
    border-radius: 2.0000rem;
}
.rounded-\[10px\]{
    border-radius: 10px;
}
.rounded-\[20px\]{
    border-radius: 20px;
}
.rounded-\[2rem\]{
    border-radius: 2rem;
}
.rounded-\[32px\]{
    border-radius: 32px;
}
.rounded-\[3px\]{
    border-radius: 3px;
}
.rounded-full{
    border-radius: 9999px;
}
.rounded-lg{
    border-radius: 0.5rem;
}
.rounded-md{
    border-radius: 0.375rem;
}
.rounded-sm{
    border-radius: 0.125rem;
}
.rounded-l-5{
    border-top-left-radius: 1.2500rem;
    border-bottom-left-radius: 1.2500rem;
}
.rounded-r-5{
    border-top-right-radius: 1.2500rem;
    border-bottom-right-radius: 1.2500rem;
}
.rounded-t-\[30px\]{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.rounded-bl-2{
    border-bottom-left-radius: 0.5000rem;
}
.rounded-br-2{
    border-bottom-right-radius: 0.5000rem;
}
.rounded-tl-2{
    border-top-left-radius: 0.5000rem;
}
.rounded-tl-\[2rem\]{
    border-top-left-radius: 2rem;
}
.rounded-tr-2{
    border-top-right-radius: 0.5000rem;
}
.rounded-tr-\[2rem\]{
    border-top-right-radius: 2rem;
}
.border{
    border-width: 1px;
}
.border-0{
    border-width: 0px;
}
.border-2{
    border-width: 2px;
}
.border-\[0\.85px\]{
    border-width: 0.85px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-b-\[1\.5px\]{
    border-bottom-width: 1.5px;
}
.border-l{
    border-left-width: 1px;
}
.border-r{
    border-right-width: 1px;
}
.border-t{
    border-top-width: 1px;
}
.border-t-\[1\.5px\]{
    border-top-width: 1.5px;
}
.border-t-\[1px\]{
    border-top-width: 1px;
}
.border-t-\[2px\]{
    border-top-width: 2px;
}
.border-none{
    border-style: none;
}
.border-\[\#0A4429\]{
    --tw-border-opacity: 1;
    border-color: rgb(10 68 41 / var(--tw-border-opacity));
}
.border-\[\#444\]{
    --tw-border-opacity: 1;
    border-color: rgb(68 68 68 / var(--tw-border-opacity));
}
.border-\[\#4a4a4a\]{
    --tw-border-opacity: 1;
    border-color: rgb(74 74 74 / var(--tw-border-opacity));
}
.border-\[\#4b4b4b\]{
    --tw-border-opacity: 1;
    border-color: rgb(75 75 75 / var(--tw-border-opacity));
}
.border-\[\#5a5a5a\]{
    --tw-border-opacity: 1;
    border-color: rgb(90 90 90 / var(--tw-border-opacity));
}
.border-\[\#AFFFD9\]{
    --tw-border-opacity: 1;
    border-color: rgb(175 255 217 / var(--tw-border-opacity));
}
.border-\[\#C6EEDB\]{
    --tw-border-opacity: 1;
    border-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-black-brand{
    --tw-border-opacity: 1;
    border-color: rgb(49 49 49 / var(--tw-border-opacity));
}
.border-black-brand\/0{
    border-color: rgb(49 49 49 / 0);
}
.border-black-brand\/10{
    border-color: rgb(49 49 49 / 0.1);
}
.border-black-brand\/100{
    border-color: rgb(49 49 49 / 1);
}
.border-black-brand\/15{
    border-color: rgb(49 49 49 / 0.15);
}
.border-black-brand\/20{
    border-color: rgb(49 49 49 / 0.2);
}
.border-black-brand\/25{
    border-color: rgb(49 49 49 / 0.25);
}
.border-black-brand\/30{
    border-color: rgb(49 49 49 / 0.3);
}
.border-black-brand\/35{
    border-color: rgb(49 49 49 / 0.35);
}
.border-black-brand\/40{
    border-color: rgb(49 49 49 / 0.4);
}
.border-black-brand\/45{
    border-color: rgb(49 49 49 / 0.45);
}
.border-black-brand\/5{
    border-color: rgb(49 49 49 / 0.05);
}
.border-black-brand\/50{
    border-color: rgb(49 49 49 / 0.5);
}
.border-black-brand\/55{
    border-color: rgb(49 49 49 / 0.55);
}
.border-black-brand\/60{
    border-color: rgb(49 49 49 / 0.6);
}
.border-black-brand\/65{
    border-color: rgb(49 49 49 / 0.65);
}
.border-black-brand\/70{
    border-color: rgb(49 49 49 / 0.7);
}
.border-black-brand\/75{
    border-color: rgb(49 49 49 / 0.75);
}
.border-black-brand\/80{
    border-color: rgb(49 49 49 / 0.8);
}
.border-black-brand\/85{
    border-color: rgb(49 49 49 / 0.85);
}
.border-black-brand\/90{
    border-color: rgb(49 49 49 / 0.9);
}
.border-black-brand\/95{
    border-color: rgb(49 49 49 / 0.95);
}
.border-border-500{
    --tw-border-opacity: 1;
    border-color: rgb(68 68 68 / var(--tw-border-opacity));
}
.border-brand-100{
    border-color: #c6eedb0d;
}
.border-brand-100\/0{
    border-color: rgb(198 238 219 / 0);
}
.border-brand-100\/10{
    border-color: rgb(198 238 219 / 0.1);
}
.border-brand-100\/100{
    border-color: rgb(198 238 219 / 1);
}
.border-brand-100\/15{
    border-color: rgb(198 238 219 / 0.15);
}
.border-brand-100\/20{
    border-color: rgb(198 238 219 / 0.2);
}
.border-brand-100\/25{
    border-color: rgb(198 238 219 / 0.25);
}
.border-brand-100\/30{
    border-color: rgb(198 238 219 / 0.3);
}
.border-brand-100\/35{
    border-color: rgb(198 238 219 / 0.35);
}
.border-brand-100\/40{
    border-color: rgb(198 238 219 / 0.4);
}
.border-brand-100\/45{
    border-color: rgb(198 238 219 / 0.45);
}
.border-brand-100\/5{
    border-color: rgb(198 238 219 / 0.05);
}
.border-brand-100\/50{
    border-color: rgb(198 238 219 / 0.5);
}
.border-brand-100\/55{
    border-color: rgb(198 238 219 / 0.55);
}
.border-brand-100\/60{
    border-color: rgb(198 238 219 / 0.6);
}
.border-brand-100\/65{
    border-color: rgb(198 238 219 / 0.65);
}
.border-brand-100\/70{
    border-color: rgb(198 238 219 / 0.7);
}
.border-brand-100\/75{
    border-color: rgb(198 238 219 / 0.75);
}
.border-brand-100\/80{
    border-color: rgb(198 238 219 / 0.8);
}
.border-brand-100\/85{
    border-color: rgb(198 238 219 / 0.85);
}
.border-brand-100\/90{
    border-color: rgb(198 238 219 / 0.9);
}
.border-brand-100\/95{
    border-color: rgb(198 238 219 / 0.95);
}
.border-brand-20{
    --tw-border-opacity: 1;
    border-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-brand-20\/0{
    border-color: rgb(72 229 155 / 0);
}
.border-brand-20\/10{
    border-color: rgb(72 229 155 / 0.1);
}
.border-brand-20\/100{
    border-color: rgb(72 229 155 / 1);
}
.border-brand-20\/15{
    border-color: rgb(72 229 155 / 0.15);
}
.border-brand-20\/20{
    border-color: rgb(72 229 155 / 0.2);
}
.border-brand-20\/25{
    border-color: rgb(72 229 155 / 0.25);
}
.border-brand-20\/30{
    border-color: rgb(72 229 155 / 0.3);
}
.border-brand-20\/35{
    border-color: rgb(72 229 155 / 0.35);
}
.border-brand-20\/40{
    border-color: rgb(72 229 155 / 0.4);
}
.border-brand-20\/45{
    border-color: rgb(72 229 155 / 0.45);
}
.border-brand-20\/5{
    border-color: rgb(72 229 155 / 0.05);
}
.border-brand-20\/50{
    border-color: rgb(72 229 155 / 0.5);
}
.border-brand-20\/55{
    border-color: rgb(72 229 155 / 0.55);
}
.border-brand-20\/60{
    border-color: rgb(72 229 155 / 0.6);
}
.border-brand-20\/65{
    border-color: rgb(72 229 155 / 0.65);
}
.border-brand-20\/70{
    border-color: rgb(72 229 155 / 0.7);
}
.border-brand-20\/75{
    border-color: rgb(72 229 155 / 0.75);
}
.border-brand-20\/80{
    border-color: rgb(72 229 155 / 0.8);
}
.border-brand-20\/85{
    border-color: rgb(72 229 155 / 0.85);
}
.border-brand-20\/90{
    border-color: rgb(72 229 155 / 0.9);
}
.border-brand-20\/95{
    border-color: rgb(72 229 155 / 0.95);
}
.border-brand-200{
    border-color: #c6eedb33;
}
.border-brand-200\/0{
    border-color: rgb(198 238 219 / 0);
}
.border-brand-200\/10{
    border-color: rgb(198 238 219 / 0.1);
}
.border-brand-200\/100{
    border-color: rgb(198 238 219 / 1);
}
.border-brand-200\/15{
    border-color: rgb(198 238 219 / 0.15);
}
.border-brand-200\/20{
    border-color: rgb(198 238 219 / 0.2);
}
.border-brand-200\/25{
    border-color: rgb(198 238 219 / 0.25);
}
.border-brand-200\/30{
    border-color: rgb(198 238 219 / 0.3);
}
.border-brand-200\/35{
    border-color: rgb(198 238 219 / 0.35);
}
.border-brand-200\/40{
    border-color: rgb(198 238 219 / 0.4);
}
.border-brand-200\/45{
    border-color: rgb(198 238 219 / 0.45);
}
.border-brand-200\/5{
    border-color: rgb(198 238 219 / 0.05);
}
.border-brand-200\/50{
    border-color: rgb(198 238 219 / 0.5);
}
.border-brand-200\/55{
    border-color: rgb(198 238 219 / 0.55);
}
.border-brand-200\/60{
    border-color: rgb(198 238 219 / 0.6);
}
.border-brand-200\/65{
    border-color: rgb(198 238 219 / 0.65);
}
.border-brand-200\/70{
    border-color: rgb(198 238 219 / 0.7);
}
.border-brand-200\/75{
    border-color: rgb(198 238 219 / 0.75);
}
.border-brand-200\/80{
    border-color: rgb(198 238 219 / 0.8);
}
.border-brand-200\/85{
    border-color: rgb(198 238 219 / 0.85);
}
.border-brand-200\/90{
    border-color: rgb(198 238 219 / 0.9);
}
.border-brand-200\/95{
    border-color: rgb(198 238 219 / 0.95);
}
.border-brand-300{
    --tw-border-opacity: 1;
    border-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-brand-300\/0{
    border-color: rgb(198 238 219 / 0);
}
.border-brand-300\/10{
    border-color: rgb(198 238 219 / 0.1);
}
.border-brand-300\/100{
    border-color: rgb(198 238 219 / 1);
}
.border-brand-300\/15{
    border-color: rgb(198 238 219 / 0.15);
}
.border-brand-300\/20{
    border-color: rgb(198 238 219 / 0.2);
}
.border-brand-300\/25{
    border-color: rgb(198 238 219 / 0.25);
}
.border-brand-300\/30{
    border-color: rgb(198 238 219 / 0.3);
}
.border-brand-300\/35{
    border-color: rgb(198 238 219 / 0.35);
}
.border-brand-300\/40{
    border-color: rgb(198 238 219 / 0.4);
}
.border-brand-300\/45{
    border-color: rgb(198 238 219 / 0.45);
}
.border-brand-300\/5{
    border-color: rgb(198 238 219 / 0.05);
}
.border-brand-300\/50{
    border-color: rgb(198 238 219 / 0.5);
}
.border-brand-300\/55{
    border-color: rgb(198 238 219 / 0.55);
}
.border-brand-300\/60{
    border-color: rgb(198 238 219 / 0.6);
}
.border-brand-300\/65{
    border-color: rgb(198 238 219 / 0.65);
}
.border-brand-300\/70{
    border-color: rgb(198 238 219 / 0.7);
}
.border-brand-300\/75{
    border-color: rgb(198 238 219 / 0.75);
}
.border-brand-300\/80{
    border-color: rgb(198 238 219 / 0.8);
}
.border-brand-300\/85{
    border-color: rgb(198 238 219 / 0.85);
}
.border-brand-300\/90{
    border-color: rgb(198 238 219 / 0.9);
}
.border-brand-300\/95{
    border-color: rgb(198 238 219 / 0.95);
}
.border-brand-black{
    --tw-border-opacity: 1;
    border-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-brand-black\/0{
    border-color: rgb(17 17 17 / 0);
}
.border-brand-black\/10{
    border-color: rgb(17 17 17 / 0.1);
}
.border-brand-black\/100{
    border-color: rgb(17 17 17 / 1);
}
.border-brand-black\/15{
    border-color: rgb(17 17 17 / 0.15);
}
.border-brand-black\/20{
    border-color: rgb(17 17 17 / 0.2);
}
.border-brand-black\/25{
    border-color: rgb(17 17 17 / 0.25);
}
.border-brand-black\/30{
    border-color: rgb(17 17 17 / 0.3);
}
.border-brand-black\/35{
    border-color: rgb(17 17 17 / 0.35);
}
.border-brand-black\/40{
    border-color: rgb(17 17 17 / 0.4);
}
.border-brand-black\/45{
    border-color: rgb(17 17 17 / 0.45);
}
.border-brand-black\/5{
    border-color: rgb(17 17 17 / 0.05);
}
.border-brand-black\/50{
    border-color: rgb(17 17 17 / 0.5);
}
.border-brand-black\/55{
    border-color: rgb(17 17 17 / 0.55);
}
.border-brand-black\/60{
    border-color: rgb(17 17 17 / 0.6);
}
.border-brand-black\/65{
    border-color: rgb(17 17 17 / 0.65);
}
.border-brand-black\/70{
    border-color: rgb(17 17 17 / 0.7);
}
.border-brand-black\/75{
    border-color: rgb(17 17 17 / 0.75);
}
.border-brand-black\/80{
    border-color: rgb(17 17 17 / 0.8);
}
.border-brand-black\/85{
    border-color: rgb(17 17 17 / 0.85);
}
.border-brand-black\/90{
    border-color: rgb(17 17 17 / 0.9);
}
.border-brand-black\/95{
    border-color: rgb(17 17 17 / 0.95);
}
.border-brand-blue{
    --tw-border-opacity: 1;
    border-color: rgb(112 168 244 / var(--tw-border-opacity));
}
.border-brand-blue\/0{
    border-color: rgb(112 168 244 / 0);
}
.border-brand-blue\/10{
    border-color: rgb(112 168 244 / 0.1);
}
.border-brand-blue\/100{
    border-color: rgb(112 168 244 / 1);
}
.border-brand-blue\/15{
    border-color: rgb(112 168 244 / 0.15);
}
.border-brand-blue\/20{
    border-color: rgb(112 168 244 / 0.2);
}
.border-brand-blue\/25{
    border-color: rgb(112 168 244 / 0.25);
}
.border-brand-blue\/30{
    border-color: rgb(112 168 244 / 0.3);
}
.border-brand-blue\/35{
    border-color: rgb(112 168 244 / 0.35);
}
.border-brand-blue\/40{
    border-color: rgb(112 168 244 / 0.4);
}
.border-brand-blue\/45{
    border-color: rgb(112 168 244 / 0.45);
}
.border-brand-blue\/5{
    border-color: rgb(112 168 244 / 0.05);
}
.border-brand-blue\/50{
    border-color: rgb(112 168 244 / 0.5);
}
.border-brand-blue\/55{
    border-color: rgb(112 168 244 / 0.55);
}
.border-brand-blue\/60{
    border-color: rgb(112 168 244 / 0.6);
}
.border-brand-blue\/65{
    border-color: rgb(112 168 244 / 0.65);
}
.border-brand-blue\/70{
    border-color: rgb(112 168 244 / 0.7);
}
.border-brand-blue\/75{
    border-color: rgb(112 168 244 / 0.75);
}
.border-brand-blue\/80{
    border-color: rgb(112 168 244 / 0.8);
}
.border-brand-blue\/85{
    border-color: rgb(112 168 244 / 0.85);
}
.border-brand-blue\/90{
    border-color: rgb(112 168 244 / 0.9);
}
.border-brand-blue\/95{
    border-color: rgb(112 168 244 / 0.95);
}
.border-brand-dark{
    --tw-border-opacity: 1;
    border-color: rgb(35 44 39 / var(--tw-border-opacity));
}
.border-brand-dark\/0{
    border-color: rgb(35 44 39 / 0);
}
.border-brand-dark\/10{
    border-color: rgb(35 44 39 / 0.1);
}
.border-brand-dark\/100{
    border-color: rgb(35 44 39 / 1);
}
.border-brand-dark\/15{
    border-color: rgb(35 44 39 / 0.15);
}
.border-brand-dark\/20{
    border-color: rgb(35 44 39 / 0.2);
}
.border-brand-dark\/25{
    border-color: rgb(35 44 39 / 0.25);
}
.border-brand-dark\/30{
    border-color: rgb(35 44 39 / 0.3);
}
.border-brand-dark\/35{
    border-color: rgb(35 44 39 / 0.35);
}
.border-brand-dark\/40{
    border-color: rgb(35 44 39 / 0.4);
}
.border-brand-dark\/45{
    border-color: rgb(35 44 39 / 0.45);
}
.border-brand-dark\/5{
    border-color: rgb(35 44 39 / 0.05);
}
.border-brand-dark\/50{
    border-color: rgb(35 44 39 / 0.5);
}
.border-brand-dark\/55{
    border-color: rgb(35 44 39 / 0.55);
}
.border-brand-dark\/60{
    border-color: rgb(35 44 39 / 0.6);
}
.border-brand-dark\/65{
    border-color: rgb(35 44 39 / 0.65);
}
.border-brand-dark\/70{
    border-color: rgb(35 44 39 / 0.7);
}
.border-brand-dark\/75{
    border-color: rgb(35 44 39 / 0.75);
}
.border-brand-dark\/80{
    border-color: rgb(35 44 39 / 0.8);
}
.border-brand-dark\/85{
    border-color: rgb(35 44 39 / 0.85);
}
.border-brand-dark\/90{
    border-color: rgb(35 44 39 / 0.9);
}
.border-brand-dark\/95{
    border-color: rgb(35 44 39 / 0.95);
}
.border-brand-green{
    --tw-border-opacity: 1;
    border-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-brand-green\/0{
    border-color: rgb(72 229 155 / 0);
}
.border-brand-green\/10{
    border-color: rgb(72 229 155 / 0.1);
}
.border-brand-green\/100{
    border-color: rgb(72 229 155 / 1);
}
.border-brand-green\/15{
    border-color: rgb(72 229 155 / 0.15);
}
.border-brand-green\/20{
    border-color: rgb(72 229 155 / 0.2);
}
.border-brand-green\/25{
    border-color: rgb(72 229 155 / 0.25);
}
.border-brand-green\/30{
    border-color: rgb(72 229 155 / 0.3);
}
.border-brand-green\/35{
    border-color: rgb(72 229 155 / 0.35);
}
.border-brand-green\/40{
    border-color: rgb(72 229 155 / 0.4);
}
.border-brand-green\/45{
    border-color: rgb(72 229 155 / 0.45);
}
.border-brand-green\/5{
    border-color: rgb(72 229 155 / 0.05);
}
.border-brand-green\/50{
    border-color: rgb(72 229 155 / 0.5);
}
.border-brand-green\/55{
    border-color: rgb(72 229 155 / 0.55);
}
.border-brand-green\/60{
    border-color: rgb(72 229 155 / 0.6);
}
.border-brand-green\/65{
    border-color: rgb(72 229 155 / 0.65);
}
.border-brand-green\/70{
    border-color: rgb(72 229 155 / 0.7);
}
.border-brand-green\/75{
    border-color: rgb(72 229 155 / 0.75);
}
.border-brand-green\/80{
    border-color: rgb(72 229 155 / 0.8);
}
.border-brand-green\/85{
    border-color: rgb(72 229 155 / 0.85);
}
.border-brand-green\/90{
    border-color: rgb(72 229 155 / 0.9);
}
.border-brand-green\/95{
    border-color: rgb(72 229 155 / 0.95);
}
.border-brand-light{
    --tw-border-opacity: 1;
    border-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-brand-light\/0{
    border-color: rgb(198 238 219 / 0);
}
.border-brand-light\/10{
    border-color: rgb(198 238 219 / 0.1);
}
.border-brand-light\/100{
    border-color: rgb(198 238 219 / 1);
}
.border-brand-light\/15{
    border-color: rgb(198 238 219 / 0.15);
}
.border-brand-light\/20{
    border-color: rgb(198 238 219 / 0.2);
}
.border-brand-light\/25{
    border-color: rgb(198 238 219 / 0.25);
}
.border-brand-light\/30{
    border-color: rgb(198 238 219 / 0.3);
}
.border-brand-light\/35{
    border-color: rgb(198 238 219 / 0.35);
}
.border-brand-light\/40{
    border-color: rgb(198 238 219 / 0.4);
}
.border-brand-light\/45{
    border-color: rgb(198 238 219 / 0.45);
}
.border-brand-light\/5{
    border-color: rgb(198 238 219 / 0.05);
}
.border-brand-light\/50{
    border-color: rgb(198 238 219 / 0.5);
}
.border-brand-light\/55{
    border-color: rgb(198 238 219 / 0.55);
}
.border-brand-light\/60{
    border-color: rgb(198 238 219 / 0.6);
}
.border-brand-light\/65{
    border-color: rgb(198 238 219 / 0.65);
}
.border-brand-light\/70{
    border-color: rgb(198 238 219 / 0.7);
}
.border-brand-light\/75{
    border-color: rgb(198 238 219 / 0.75);
}
.border-brand-light\/80{
    border-color: rgb(198 238 219 / 0.8);
}
.border-brand-light\/85{
    border-color: rgb(198 238 219 / 0.85);
}
.border-brand-light\/90{
    border-color: rgb(198 238 219 / 0.9);
}
.border-brand-light\/95{
    border-color: rgb(198 238 219 / 0.95);
}
.border-error{
    --tw-border-opacity: 1;
    border-color: rgb(255 60 60 / var(--tw-border-opacity));
}
.border-error-10{
    --tw-border-opacity: 1;
    border-color: rgb(41 21 21 / var(--tw-border-opacity));
}
.border-error-10\/0{
    border-color: rgb(41 21 21 / 0);
}
.border-error-10\/10{
    border-color: rgb(41 21 21 / 0.1);
}
.border-error-10\/100{
    border-color: rgb(41 21 21 / 1);
}
.border-error-10\/15{
    border-color: rgb(41 21 21 / 0.15);
}
.border-error-10\/20{
    border-color: rgb(41 21 21 / 0.2);
}
.border-error-10\/25{
    border-color: rgb(41 21 21 / 0.25);
}
.border-error-10\/30{
    border-color: rgb(41 21 21 / 0.3);
}
.border-error-10\/35{
    border-color: rgb(41 21 21 / 0.35);
}
.border-error-10\/40{
    border-color: rgb(41 21 21 / 0.4);
}
.border-error-10\/45{
    border-color: rgb(41 21 21 / 0.45);
}
.border-error-10\/5{
    border-color: rgb(41 21 21 / 0.05);
}
.border-error-10\/50{
    border-color: rgb(41 21 21 / 0.5);
}
.border-error-10\/55{
    border-color: rgb(41 21 21 / 0.55);
}
.border-error-10\/60{
    border-color: rgb(41 21 21 / 0.6);
}
.border-error-10\/65{
    border-color: rgb(41 21 21 / 0.65);
}
.border-error-10\/70{
    border-color: rgb(41 21 21 / 0.7);
}
.border-error-10\/75{
    border-color: rgb(41 21 21 / 0.75);
}
.border-error-10\/80{
    border-color: rgb(41 21 21 / 0.8);
}
.border-error-10\/85{
    border-color: rgb(41 21 21 / 0.85);
}
.border-error-10\/90{
    border-color: rgb(41 21 21 / 0.9);
}
.border-error-10\/95{
    border-color: rgb(41 21 21 / 0.95);
}
.border-error-100{
    --tw-border-opacity: 1;
    border-color: rgb(255 199 199 / var(--tw-border-opacity));
}
.border-error-100\/0{
    border-color: rgb(255 199 199 / 0);
}
.border-error-100\/10{
    border-color: rgb(255 199 199 / 0.1);
}
.border-error-100\/100{
    border-color: rgb(255 199 199 / 1);
}
.border-error-100\/15{
    border-color: rgb(255 199 199 / 0.15);
}
.border-error-100\/20{
    border-color: rgb(255 199 199 / 0.2);
}
.border-error-100\/25{
    border-color: rgb(255 199 199 / 0.25);
}
.border-error-100\/30{
    border-color: rgb(255 199 199 / 0.3);
}
.border-error-100\/35{
    border-color: rgb(255 199 199 / 0.35);
}
.border-error-100\/40{
    border-color: rgb(255 199 199 / 0.4);
}
.border-error-100\/45{
    border-color: rgb(255 199 199 / 0.45);
}
.border-error-100\/5{
    border-color: rgb(255 199 199 / 0.05);
}
.border-error-100\/50{
    border-color: rgb(255 199 199 / 0.5);
}
.border-error-100\/55{
    border-color: rgb(255 199 199 / 0.55);
}
.border-error-100\/60{
    border-color: rgb(255 199 199 / 0.6);
}
.border-error-100\/65{
    border-color: rgb(255 199 199 / 0.65);
}
.border-error-100\/70{
    border-color: rgb(255 199 199 / 0.7);
}
.border-error-100\/75{
    border-color: rgb(255 199 199 / 0.75);
}
.border-error-100\/80{
    border-color: rgb(255 199 199 / 0.8);
}
.border-error-100\/85{
    border-color: rgb(255 199 199 / 0.85);
}
.border-error-100\/90{
    border-color: rgb(255 199 199 / 0.9);
}
.border-error-100\/95{
    border-color: rgb(255 199 199 / 0.95);
}
.border-error-15{
    --tw-border-opacity: 1;
    border-color: rgb(53 23 23 / var(--tw-border-opacity));
}
.border-error-15\/0{
    border-color: rgb(53 23 23 / 0);
}
.border-error-15\/10{
    border-color: rgb(53 23 23 / 0.1);
}
.border-error-15\/100{
    border-color: rgb(53 23 23 / 1);
}
.border-error-15\/15{
    border-color: rgb(53 23 23 / 0.15);
}
.border-error-15\/20{
    border-color: rgb(53 23 23 / 0.2);
}
.border-error-15\/25{
    border-color: rgb(53 23 23 / 0.25);
}
.border-error-15\/30{
    border-color: rgb(53 23 23 / 0.3);
}
.border-error-15\/35{
    border-color: rgb(53 23 23 / 0.35);
}
.border-error-15\/40{
    border-color: rgb(53 23 23 / 0.4);
}
.border-error-15\/45{
    border-color: rgb(53 23 23 / 0.45);
}
.border-error-15\/5{
    border-color: rgb(53 23 23 / 0.05);
}
.border-error-15\/50{
    border-color: rgb(53 23 23 / 0.5);
}
.border-error-15\/55{
    border-color: rgb(53 23 23 / 0.55);
}
.border-error-15\/60{
    border-color: rgb(53 23 23 / 0.6);
}
.border-error-15\/65{
    border-color: rgb(53 23 23 / 0.65);
}
.border-error-15\/70{
    border-color: rgb(53 23 23 / 0.7);
}
.border-error-15\/75{
    border-color: rgb(53 23 23 / 0.75);
}
.border-error-15\/80{
    border-color: rgb(53 23 23 / 0.8);
}
.border-error-15\/85{
    border-color: rgb(53 23 23 / 0.85);
}
.border-error-15\/90{
    border-color: rgb(53 23 23 / 0.9);
}
.border-error-15\/95{
    border-color: rgb(53 23 23 / 0.95);
}
.border-error-20{
    --tw-border-opacity: 1;
    border-color: rgb(60 25 25 / var(--tw-border-opacity));
}
.border-error-20\/0{
    border-color: rgb(60 25 25 / 0);
}
.border-error-20\/10{
    border-color: rgb(60 25 25 / 0.1);
}
.border-error-20\/100{
    border-color: rgb(60 25 25 / 1);
}
.border-error-20\/15{
    border-color: rgb(60 25 25 / 0.15);
}
.border-error-20\/20{
    border-color: rgb(60 25 25 / 0.2);
}
.border-error-20\/25{
    border-color: rgb(60 25 25 / 0.25);
}
.border-error-20\/30{
    border-color: rgb(60 25 25 / 0.3);
}
.border-error-20\/35{
    border-color: rgb(60 25 25 / 0.35);
}
.border-error-20\/40{
    border-color: rgb(60 25 25 / 0.4);
}
.border-error-20\/45{
    border-color: rgb(60 25 25 / 0.45);
}
.border-error-20\/5{
    border-color: rgb(60 25 25 / 0.05);
}
.border-error-20\/50{
    border-color: rgb(60 25 25 / 0.5);
}
.border-error-20\/55{
    border-color: rgb(60 25 25 / 0.55);
}
.border-error-20\/60{
    border-color: rgb(60 25 25 / 0.6);
}
.border-error-20\/65{
    border-color: rgb(60 25 25 / 0.65);
}
.border-error-20\/70{
    border-color: rgb(60 25 25 / 0.7);
}
.border-error-20\/75{
    border-color: rgb(60 25 25 / 0.75);
}
.border-error-20\/80{
    border-color: rgb(60 25 25 / 0.8);
}
.border-error-20\/85{
    border-color: rgb(60 25 25 / 0.85);
}
.border-error-20\/90{
    border-color: rgb(60 25 25 / 0.9);
}
.border-error-20\/95{
    border-color: rgb(60 25 25 / 0.95);
}
.border-error-5{
    --tw-border-opacity: 1;
    border-color: rgb(29 19 19 / var(--tw-border-opacity));
}
.border-error-5\/0{
    border-color: rgb(29 19 19 / 0);
}
.border-error-5\/10{
    border-color: rgb(29 19 19 / 0.1);
}
.border-error-5\/100{
    border-color: rgb(29 19 19 / 1);
}
.border-error-5\/15{
    border-color: rgb(29 19 19 / 0.15);
}
.border-error-5\/20{
    border-color: rgb(29 19 19 / 0.2);
}
.border-error-5\/25{
    border-color: rgb(29 19 19 / 0.25);
}
.border-error-5\/30{
    border-color: rgb(29 19 19 / 0.3);
}
.border-error-5\/35{
    border-color: rgb(29 19 19 / 0.35);
}
.border-error-5\/40{
    border-color: rgb(29 19 19 / 0.4);
}
.border-error-5\/45{
    border-color: rgb(29 19 19 / 0.45);
}
.border-error-5\/5{
    border-color: rgb(29 19 19 / 0.05);
}
.border-error-5\/50{
    border-color: rgb(29 19 19 / 0.5);
}
.border-error-5\/55{
    border-color: rgb(29 19 19 / 0.55);
}
.border-error-5\/60{
    border-color: rgb(29 19 19 / 0.6);
}
.border-error-5\/65{
    border-color: rgb(29 19 19 / 0.65);
}
.border-error-5\/70{
    border-color: rgb(29 19 19 / 0.7);
}
.border-error-5\/75{
    border-color: rgb(29 19 19 / 0.75);
}
.border-error-5\/80{
    border-color: rgb(29 19 19 / 0.8);
}
.border-error-5\/85{
    border-color: rgb(29 19 19 / 0.85);
}
.border-error-5\/90{
    border-color: rgb(29 19 19 / 0.9);
}
.border-error-5\/95{
    border-color: rgb(29 19 19 / 0.95);
}
.border-error-500{
    --tw-border-opacity: 1;
    border-color: rgb(255 60 60 / var(--tw-border-opacity));
}
.border-error-500\/0{
    border-color: rgb(255 60 60 / 0);
}
.border-error-500\/10{
    border-color: rgb(255 60 60 / 0.1);
}
.border-error-500\/100{
    border-color: rgb(255 60 60 / 1);
}
.border-error-500\/15{
    border-color: rgb(255 60 60 / 0.15);
}
.border-error-500\/20{
    border-color: rgb(255 60 60 / 0.2);
}
.border-error-500\/25{
    border-color: rgb(255 60 60 / 0.25);
}
.border-error-500\/30{
    border-color: rgb(255 60 60 / 0.3);
}
.border-error-500\/35{
    border-color: rgb(255 60 60 / 0.35);
}
.border-error-500\/40{
    border-color: rgb(255 60 60 / 0.4);
}
.border-error-500\/45{
    border-color: rgb(255 60 60 / 0.45);
}
.border-error-500\/5{
    border-color: rgb(255 60 60 / 0.05);
}
.border-error-500\/50{
    border-color: rgb(255 60 60 / 0.5);
}
.border-error-500\/55{
    border-color: rgb(255 60 60 / 0.55);
}
.border-error-500\/60{
    border-color: rgb(255 60 60 / 0.6);
}
.border-error-500\/65{
    border-color: rgb(255 60 60 / 0.65);
}
.border-error-500\/70{
    border-color: rgb(255 60 60 / 0.7);
}
.border-error-500\/75{
    border-color: rgb(255 60 60 / 0.75);
}
.border-error-500\/80{
    border-color: rgb(255 60 60 / 0.8);
}
.border-error-500\/85{
    border-color: rgb(255 60 60 / 0.85);
}
.border-error-500\/90{
    border-color: rgb(255 60 60 / 0.9);
}
.border-error-500\/95{
    border-color: rgb(255 60 60 / 0.95);
}
.border-error-900{
    --tw-border-opacity: 1;
    border-color: rgb(60 25 25 / var(--tw-border-opacity));
}
.border-error-900\/0{
    border-color: rgb(60 25 25 / 0);
}
.border-error-900\/10{
    border-color: rgb(60 25 25 / 0.1);
}
.border-error-900\/100{
    border-color: rgb(60 25 25 / 1);
}
.border-error-900\/15{
    border-color: rgb(60 25 25 / 0.15);
}
.border-error-900\/20{
    border-color: rgb(60 25 25 / 0.2);
}
.border-error-900\/25{
    border-color: rgb(60 25 25 / 0.25);
}
.border-error-900\/30{
    border-color: rgb(60 25 25 / 0.3);
}
.border-error-900\/35{
    border-color: rgb(60 25 25 / 0.35);
}
.border-error-900\/40{
    border-color: rgb(60 25 25 / 0.4);
}
.border-error-900\/45{
    border-color: rgb(60 25 25 / 0.45);
}
.border-error-900\/5{
    border-color: rgb(60 25 25 / 0.05);
}
.border-error-900\/50{
    border-color: rgb(60 25 25 / 0.5);
}
.border-error-900\/55{
    border-color: rgb(60 25 25 / 0.55);
}
.border-error-900\/60{
    border-color: rgb(60 25 25 / 0.6);
}
.border-error-900\/65{
    border-color: rgb(60 25 25 / 0.65);
}
.border-error-900\/70{
    border-color: rgb(60 25 25 / 0.7);
}
.border-error-900\/75{
    border-color: rgb(60 25 25 / 0.75);
}
.border-error-900\/80{
    border-color: rgb(60 25 25 / 0.8);
}
.border-error-900\/85{
    border-color: rgb(60 25 25 / 0.85);
}
.border-error-900\/90{
    border-color: rgb(60 25 25 / 0.9);
}
.border-error-900\/95{
    border-color: rgb(60 25 25 / 0.95);
}
.border-error-light{
    --tw-border-opacity: 1;
    border-color: rgb(255 199 199 / var(--tw-border-opacity));
}
.border-error-light\/0{
    border-color: rgb(255 199 199 / 0);
}
.border-error-light\/10{
    border-color: rgb(255 199 199 / 0.1);
}
.border-error-light\/100{
    border-color: rgb(255 199 199 / 1);
}
.border-error-light\/15{
    border-color: rgb(255 199 199 / 0.15);
}
.border-error-light\/20{
    border-color: rgb(255 199 199 / 0.2);
}
.border-error-light\/25{
    border-color: rgb(255 199 199 / 0.25);
}
.border-error-light\/30{
    border-color: rgb(255 199 199 / 0.3);
}
.border-error-light\/35{
    border-color: rgb(255 199 199 / 0.35);
}
.border-error-light\/40{
    border-color: rgb(255 199 199 / 0.4);
}
.border-error-light\/45{
    border-color: rgb(255 199 199 / 0.45);
}
.border-error-light\/5{
    border-color: rgb(255 199 199 / 0.05);
}
.border-error-light\/50{
    border-color: rgb(255 199 199 / 0.5);
}
.border-error-light\/55{
    border-color: rgb(255 199 199 / 0.55);
}
.border-error-light\/60{
    border-color: rgb(255 199 199 / 0.6);
}
.border-error-light\/65{
    border-color: rgb(255 199 199 / 0.65);
}
.border-error-light\/70{
    border-color: rgb(255 199 199 / 0.7);
}
.border-error-light\/75{
    border-color: rgb(255 199 199 / 0.75);
}
.border-error-light\/80{
    border-color: rgb(255 199 199 / 0.8);
}
.border-error-light\/85{
    border-color: rgb(255 199 199 / 0.85);
}
.border-error-light\/90{
    border-color: rgb(255 199 199 / 0.9);
}
.border-error-light\/95{
    border-color: rgb(255 199 199 / 0.95);
}
.border-error\/0{
    border-color: rgb(255 60 60 / 0);
}
.border-error\/10{
    border-color: rgb(255 60 60 / 0.1);
}
.border-error\/100{
    border-color: rgb(255 60 60 / 1);
}
.border-error\/15{
    border-color: rgb(255 60 60 / 0.15);
}
.border-error\/20{
    border-color: rgb(255 60 60 / 0.2);
}
.border-error\/25{
    border-color: rgb(255 60 60 / 0.25);
}
.border-error\/30{
    border-color: rgb(255 60 60 / 0.3);
}
.border-error\/35{
    border-color: rgb(255 60 60 / 0.35);
}
.border-error\/40{
    border-color: rgb(255 60 60 / 0.4);
}
.border-error\/45{
    border-color: rgb(255 60 60 / 0.45);
}
.border-error\/5{
    border-color: rgb(255 60 60 / 0.05);
}
.border-error\/50{
    border-color: rgb(255 60 60 / 0.5);
}
.border-error\/55{
    border-color: rgb(255 60 60 / 0.55);
}
.border-error\/60{
    border-color: rgb(255 60 60 / 0.6);
}
.border-error\/65{
    border-color: rgb(255 60 60 / 0.65);
}
.border-error\/70{
    border-color: rgb(255 60 60 / 0.7);
}
.border-error\/75{
    border-color: rgb(255 60 60 / 0.75);
}
.border-error\/80{
    border-color: rgb(255 60 60 / 0.8);
}
.border-error\/85{
    border-color: rgb(255 60 60 / 0.85);
}
.border-error\/90{
    border-color: rgb(255 60 60 / 0.9);
}
.border-error\/95{
    border-color: rgb(255 60 60 / 0.95);
}
.border-neutral-400\/30{
    border-color: rgb(163 163 163 / 0.3);
}
.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-primary-20{
    --tw-border-opacity: 1;
    border-color: rgb(28 59 45 / var(--tw-border-opacity));
}
.border-primary-20\/0{
    border-color: rgb(28 59 45 / 0);
}
.border-primary-20\/10{
    border-color: rgb(28 59 45 / 0.1);
}
.border-primary-20\/100{
    border-color: rgb(28 59 45 / 1);
}
.border-primary-20\/15{
    border-color: rgb(28 59 45 / 0.15);
}
.border-primary-20\/20{
    border-color: rgb(28 59 45 / 0.2);
}
.border-primary-20\/25{
    border-color: rgb(28 59 45 / 0.25);
}
.border-primary-20\/30{
    border-color: rgb(28 59 45 / 0.3);
}
.border-primary-20\/35{
    border-color: rgb(28 59 45 / 0.35);
}
.border-primary-20\/40{
    border-color: rgb(28 59 45 / 0.4);
}
.border-primary-20\/45{
    border-color: rgb(28 59 45 / 0.45);
}
.border-primary-20\/5{
    border-color: rgb(28 59 45 / 0.05);
}
.border-primary-20\/50{
    border-color: rgb(28 59 45 / 0.5);
}
.border-primary-20\/55{
    border-color: rgb(28 59 45 / 0.55);
}
.border-primary-20\/60{
    border-color: rgb(28 59 45 / 0.6);
}
.border-primary-20\/65{
    border-color: rgb(28 59 45 / 0.65);
}
.border-primary-20\/70{
    border-color: rgb(28 59 45 / 0.7);
}
.border-primary-20\/75{
    border-color: rgb(28 59 45 / 0.75);
}
.border-primary-20\/80{
    border-color: rgb(28 59 45 / 0.8);
}
.border-primary-20\/85{
    border-color: rgb(28 59 45 / 0.85);
}
.border-primary-20\/90{
    border-color: rgb(28 59 45 / 0.9);
}
.border-primary-20\/95{
    border-color: rgb(28 59 45 / 0.95);
}
.border-primary-200{
    --tw-border-opacity: 1;
    border-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-primary-200\/0{
    border-color: rgb(198 238 219 / 0);
}
.border-primary-200\/10{
    border-color: rgb(198 238 219 / 0.1);
}
.border-primary-200\/100{
    border-color: rgb(198 238 219 / 1);
}
.border-primary-200\/15{
    border-color: rgb(198 238 219 / 0.15);
}
.border-primary-200\/20{
    border-color: rgb(198 238 219 / 0.2);
}
.border-primary-200\/25{
    border-color: rgb(198 238 219 / 0.25);
}
.border-primary-200\/30{
    border-color: rgb(198 238 219 / 0.3);
}
.border-primary-200\/35{
    border-color: rgb(198 238 219 / 0.35);
}
.border-primary-200\/40{
    border-color: rgb(198 238 219 / 0.4);
}
.border-primary-200\/45{
    border-color: rgb(198 238 219 / 0.45);
}
.border-primary-200\/5{
    border-color: rgb(198 238 219 / 0.05);
}
.border-primary-200\/50{
    border-color: rgb(198 238 219 / 0.5);
}
.border-primary-200\/55{
    border-color: rgb(198 238 219 / 0.55);
}
.border-primary-200\/60{
    border-color: rgb(198 238 219 / 0.6);
}
.border-primary-200\/65{
    border-color: rgb(198 238 219 / 0.65);
}
.border-primary-200\/70{
    border-color: rgb(198 238 219 / 0.7);
}
.border-primary-200\/75{
    border-color: rgb(198 238 219 / 0.75);
}
.border-primary-200\/80{
    border-color: rgb(198 238 219 / 0.8);
}
.border-primary-200\/85{
    border-color: rgb(198 238 219 / 0.85);
}
.border-primary-200\/90{
    border-color: rgb(198 238 219 / 0.9);
}
.border-primary-200\/95{
    border-color: rgb(198 238 219 / 0.95);
}
.border-primary-5{
    --tw-border-opacity: 1;
    border-color: rgb(20 28 24 / var(--tw-border-opacity));
}
.border-primary-5\/0{
    border-color: rgb(20 28 24 / 0);
}
.border-primary-5\/10{
    border-color: rgb(20 28 24 / 0.1);
}
.border-primary-5\/100{
    border-color: rgb(20 28 24 / 1);
}
.border-primary-5\/15{
    border-color: rgb(20 28 24 / 0.15);
}
.border-primary-5\/20{
    border-color: rgb(20 28 24 / 0.2);
}
.border-primary-5\/25{
    border-color: rgb(20 28 24 / 0.25);
}
.border-primary-5\/30{
    border-color: rgb(20 28 24 / 0.3);
}
.border-primary-5\/35{
    border-color: rgb(20 28 24 / 0.35);
}
.border-primary-5\/40{
    border-color: rgb(20 28 24 / 0.4);
}
.border-primary-5\/45{
    border-color: rgb(20 28 24 / 0.45);
}
.border-primary-5\/5{
    border-color: rgb(20 28 24 / 0.05);
}
.border-primary-5\/50{
    border-color: rgb(20 28 24 / 0.5);
}
.border-primary-5\/55{
    border-color: rgb(20 28 24 / 0.55);
}
.border-primary-5\/60{
    border-color: rgb(20 28 24 / 0.6);
}
.border-primary-5\/65{
    border-color: rgb(20 28 24 / 0.65);
}
.border-primary-5\/70{
    border-color: rgb(20 28 24 / 0.7);
}
.border-primary-5\/75{
    border-color: rgb(20 28 24 / 0.75);
}
.border-primary-5\/80{
    border-color: rgb(20 28 24 / 0.8);
}
.border-primary-5\/85{
    border-color: rgb(20 28 24 / 0.85);
}
.border-primary-5\/90{
    border-color: rgb(20 28 24 / 0.9);
}
.border-primary-5\/95{
    border-color: rgb(20 28 24 / 0.95);
}
.border-primary-500{
    --tw-border-opacity: 1;
    border-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-primary-500\/0{
    border-color: rgb(72 229 155 / 0);
}
.border-primary-500\/10{
    border-color: rgb(72 229 155 / 0.1);
}
.border-primary-500\/100{
    border-color: rgb(72 229 155 / 1);
}
.border-primary-500\/15{
    border-color: rgb(72 229 155 / 0.15);
}
.border-primary-500\/20{
    border-color: rgb(72 229 155 / 0.2);
}
.border-primary-500\/25{
    border-color: rgb(72 229 155 / 0.25);
}
.border-primary-500\/30{
    border-color: rgb(72 229 155 / 0.3);
}
.border-primary-500\/35{
    border-color: rgb(72 229 155 / 0.35);
}
.border-primary-500\/40{
    border-color: rgb(72 229 155 / 0.4);
}
.border-primary-500\/45{
    border-color: rgb(72 229 155 / 0.45);
}
.border-primary-500\/5{
    border-color: rgb(72 229 155 / 0.05);
}
.border-primary-500\/50{
    border-color: rgb(72 229 155 / 0.5);
}
.border-primary-500\/55{
    border-color: rgb(72 229 155 / 0.55);
}
.border-primary-500\/60{
    border-color: rgb(72 229 155 / 0.6);
}
.border-primary-500\/65{
    border-color: rgb(72 229 155 / 0.65);
}
.border-primary-500\/70{
    border-color: rgb(72 229 155 / 0.7);
}
.border-primary-500\/75{
    border-color: rgb(72 229 155 / 0.75);
}
.border-primary-500\/80{
    border-color: rgb(72 229 155 / 0.8);
}
.border-primary-500\/85{
    border-color: rgb(72 229 155 / 0.85);
}
.border-primary-500\/90{
    border-color: rgb(72 229 155 / 0.9);
}
.border-primary-500\/95{
    border-color: rgb(72 229 155 / 0.95);
}
.border-primary-60{
    --tw-border-opacity: 1;
    border-color: rgb(57 155 109 / var(--tw-border-opacity));
}
.border-primary-60\/0{
    border-color: rgb(57 155 109 / 0);
}
.border-primary-60\/10{
    border-color: rgb(57 155 109 / 0.1);
}
.border-primary-60\/100{
    border-color: rgb(57 155 109 / 1);
}
.border-primary-60\/15{
    border-color: rgb(57 155 109 / 0.15);
}
.border-primary-60\/20{
    border-color: rgb(57 155 109 / 0.2);
}
.border-primary-60\/25{
    border-color: rgb(57 155 109 / 0.25);
}
.border-primary-60\/30{
    border-color: rgb(57 155 109 / 0.3);
}
.border-primary-60\/35{
    border-color: rgb(57 155 109 / 0.35);
}
.border-primary-60\/40{
    border-color: rgb(57 155 109 / 0.4);
}
.border-primary-60\/45{
    border-color: rgb(57 155 109 / 0.45);
}
.border-primary-60\/5{
    border-color: rgb(57 155 109 / 0.05);
}
.border-primary-60\/50{
    border-color: rgb(57 155 109 / 0.5);
}
.border-primary-60\/55{
    border-color: rgb(57 155 109 / 0.55);
}
.border-primary-60\/60{
    border-color: rgb(57 155 109 / 0.6);
}
.border-primary-60\/65{
    border-color: rgb(57 155 109 / 0.65);
}
.border-primary-60\/70{
    border-color: rgb(57 155 109 / 0.7);
}
.border-primary-60\/75{
    border-color: rgb(57 155 109 / 0.75);
}
.border-primary-60\/80{
    border-color: rgb(57 155 109 / 0.8);
}
.border-primary-60\/85{
    border-color: rgb(57 155 109 / 0.85);
}
.border-primary-60\/90{
    border-color: rgb(57 155 109 / 0.9);
}
.border-primary-60\/95{
    border-color: rgb(57 155 109 / 0.95);
}
.border-primary-600{
    --tw-border-opacity: 1;
    border-color: rgb(61 187 127 / var(--tw-border-opacity));
}
.border-primary-600\/0{
    border-color: rgb(61 187 127 / 0);
}
.border-primary-600\/10{
    border-color: rgb(61 187 127 / 0.1);
}
.border-primary-600\/100{
    border-color: rgb(61 187 127 / 1);
}
.border-primary-600\/15{
    border-color: rgb(61 187 127 / 0.15);
}
.border-primary-600\/20{
    border-color: rgb(61 187 127 / 0.2);
}
.border-primary-600\/25{
    border-color: rgb(61 187 127 / 0.25);
}
.border-primary-600\/30{
    border-color: rgb(61 187 127 / 0.3);
}
.border-primary-600\/35{
    border-color: rgb(61 187 127 / 0.35);
}
.border-primary-600\/40{
    border-color: rgb(61 187 127 / 0.4);
}
.border-primary-600\/45{
    border-color: rgb(61 187 127 / 0.45);
}
.border-primary-600\/5{
    border-color: rgb(61 187 127 / 0.05);
}
.border-primary-600\/50{
    border-color: rgb(61 187 127 / 0.5);
}
.border-primary-600\/55{
    border-color: rgb(61 187 127 / 0.55);
}
.border-primary-600\/60{
    border-color: rgb(61 187 127 / 0.6);
}
.border-primary-600\/65{
    border-color: rgb(61 187 127 / 0.65);
}
.border-primary-600\/70{
    border-color: rgb(61 187 127 / 0.7);
}
.border-primary-600\/75{
    border-color: rgb(61 187 127 / 0.75);
}
.border-primary-600\/80{
    border-color: rgb(61 187 127 / 0.8);
}
.border-primary-600\/85{
    border-color: rgb(61 187 127 / 0.85);
}
.border-primary-600\/90{
    border-color: rgb(61 187 127 / 0.9);
}
.border-primary-600\/95{
    border-color: rgb(61 187 127 / 0.95);
}
.border-primary-700{
    --tw-border-opacity: 1;
    border-color: rgb(57 155 109 / var(--tw-border-opacity));
}
.border-primary-700\/0{
    border-color: rgb(57 155 109 / 0);
}
.border-primary-700\/10{
    border-color: rgb(57 155 109 / 0.1);
}
.border-primary-700\/100{
    border-color: rgb(57 155 109 / 1);
}
.border-primary-700\/15{
    border-color: rgb(57 155 109 / 0.15);
}
.border-primary-700\/20{
    border-color: rgb(57 155 109 / 0.2);
}
.border-primary-700\/25{
    border-color: rgb(57 155 109 / 0.25);
}
.border-primary-700\/30{
    border-color: rgb(57 155 109 / 0.3);
}
.border-primary-700\/35{
    border-color: rgb(57 155 109 / 0.35);
}
.border-primary-700\/40{
    border-color: rgb(57 155 109 / 0.4);
}
.border-primary-700\/45{
    border-color: rgb(57 155 109 / 0.45);
}
.border-primary-700\/5{
    border-color: rgb(57 155 109 / 0.05);
}
.border-primary-700\/50{
    border-color: rgb(57 155 109 / 0.5);
}
.border-primary-700\/55{
    border-color: rgb(57 155 109 / 0.55);
}
.border-primary-700\/60{
    border-color: rgb(57 155 109 / 0.6);
}
.border-primary-700\/65{
    border-color: rgb(57 155 109 / 0.65);
}
.border-primary-700\/70{
    border-color: rgb(57 155 109 / 0.7);
}
.border-primary-700\/75{
    border-color: rgb(57 155 109 / 0.75);
}
.border-primary-700\/80{
    border-color: rgb(57 155 109 / 0.8);
}
.border-primary-700\/85{
    border-color: rgb(57 155 109 / 0.85);
}
.border-primary-700\/90{
    border-color: rgb(57 155 109 / 0.9);
}
.border-primary-700\/95{
    border-color: rgb(57 155 109 / 0.95);
}
.border-primary-80{
    --tw-border-opacity: 1;
    border-color: rgb(61 187 127 / var(--tw-border-opacity));
}
.border-primary-80\/0{
    border-color: rgb(61 187 127 / 0);
}
.border-primary-80\/10{
    border-color: rgb(61 187 127 / 0.1);
}
.border-primary-80\/100{
    border-color: rgb(61 187 127 / 1);
}
.border-primary-80\/15{
    border-color: rgb(61 187 127 / 0.15);
}
.border-primary-80\/20{
    border-color: rgb(61 187 127 / 0.2);
}
.border-primary-80\/25{
    border-color: rgb(61 187 127 / 0.25);
}
.border-primary-80\/30{
    border-color: rgb(61 187 127 / 0.3);
}
.border-primary-80\/35{
    border-color: rgb(61 187 127 / 0.35);
}
.border-primary-80\/40{
    border-color: rgb(61 187 127 / 0.4);
}
.border-primary-80\/45{
    border-color: rgb(61 187 127 / 0.45);
}
.border-primary-80\/5{
    border-color: rgb(61 187 127 / 0.05);
}
.border-primary-80\/50{
    border-color: rgb(61 187 127 / 0.5);
}
.border-primary-80\/55{
    border-color: rgb(61 187 127 / 0.55);
}
.border-primary-80\/60{
    border-color: rgb(61 187 127 / 0.6);
}
.border-primary-80\/65{
    border-color: rgb(61 187 127 / 0.65);
}
.border-primary-80\/70{
    border-color: rgb(61 187 127 / 0.7);
}
.border-primary-80\/75{
    border-color: rgb(61 187 127 / 0.75);
}
.border-primary-80\/80{
    border-color: rgb(61 187 127 / 0.8);
}
.border-primary-80\/85{
    border-color: rgb(61 187 127 / 0.85);
}
.border-primary-80\/90{
    border-color: rgb(61 187 127 / 0.9);
}
.border-primary-80\/95{
    border-color: rgb(61 187 127 / 0.95);
}
.border-primary-800{
    --tw-border-opacity: 1;
    border-color: rgb(10 68 41 / var(--tw-border-opacity));
}
.border-primary-800\/0{
    border-color: rgb(10 68 41 / 0);
}
.border-primary-800\/10{
    border-color: rgb(10 68 41 / 0.1);
}
.border-primary-800\/100{
    border-color: rgb(10 68 41 / 1);
}
.border-primary-800\/15{
    border-color: rgb(10 68 41 / 0.15);
}
.border-primary-800\/20{
    border-color: rgb(10 68 41 / 0.2);
}
.border-primary-800\/25{
    border-color: rgb(10 68 41 / 0.25);
}
.border-primary-800\/30{
    border-color: rgb(10 68 41 / 0.3);
}
.border-primary-800\/35{
    border-color: rgb(10 68 41 / 0.35);
}
.border-primary-800\/40{
    border-color: rgb(10 68 41 / 0.4);
}
.border-primary-800\/45{
    border-color: rgb(10 68 41 / 0.45);
}
.border-primary-800\/5{
    border-color: rgb(10 68 41 / 0.05);
}
.border-primary-800\/50{
    border-color: rgb(10 68 41 / 0.5);
}
.border-primary-800\/55{
    border-color: rgb(10 68 41 / 0.55);
}
.border-primary-800\/60{
    border-color: rgb(10 68 41 / 0.6);
}
.border-primary-800\/65{
    border-color: rgb(10 68 41 / 0.65);
}
.border-primary-800\/70{
    border-color: rgb(10 68 41 / 0.7);
}
.border-primary-800\/75{
    border-color: rgb(10 68 41 / 0.75);
}
.border-primary-800\/80{
    border-color: rgb(10 68 41 / 0.8);
}
.border-primary-800\/85{
    border-color: rgb(10 68 41 / 0.85);
}
.border-primary-800\/90{
    border-color: rgb(10 68 41 / 0.9);
}
.border-primary-800\/95{
    border-color: rgb(10 68 41 / 0.95);
}
.border-primary-900{
    --tw-border-opacity: 1;
    border-color: rgb(28 59 45 / var(--tw-border-opacity));
}
.border-primary-900\/0{
    border-color: rgb(28 59 45 / 0);
}
.border-primary-900\/10{
    border-color: rgb(28 59 45 / 0.1);
}
.border-primary-900\/100{
    border-color: rgb(28 59 45 / 1);
}
.border-primary-900\/15{
    border-color: rgb(28 59 45 / 0.15);
}
.border-primary-900\/20{
    border-color: rgb(28 59 45 / 0.2);
}
.border-primary-900\/25{
    border-color: rgb(28 59 45 / 0.25);
}
.border-primary-900\/30{
    border-color: rgb(28 59 45 / 0.3);
}
.border-primary-900\/35{
    border-color: rgb(28 59 45 / 0.35);
}
.border-primary-900\/40{
    border-color: rgb(28 59 45 / 0.4);
}
.border-primary-900\/45{
    border-color: rgb(28 59 45 / 0.45);
}
.border-primary-900\/5{
    border-color: rgb(28 59 45 / 0.05);
}
.border-primary-900\/50{
    border-color: rgb(28 59 45 / 0.5);
}
.border-primary-900\/55{
    border-color: rgb(28 59 45 / 0.55);
}
.border-primary-900\/60{
    border-color: rgb(28 59 45 / 0.6);
}
.border-primary-900\/65{
    border-color: rgb(28 59 45 / 0.65);
}
.border-primary-900\/70{
    border-color: rgb(28 59 45 / 0.7);
}
.border-primary-900\/75{
    border-color: rgb(28 59 45 / 0.75);
}
.border-primary-900\/80{
    border-color: rgb(28 59 45 / 0.8);
}
.border-primary-900\/85{
    border-color: rgb(28 59 45 / 0.85);
}
.border-primary-900\/90{
    border-color: rgb(28 59 45 / 0.9);
}
.border-primary-900\/95{
    border-color: rgb(28 59 45 / 0.95);
}
.border-primary-950{
    --tw-border-opacity: 1;
    border-color: rgb(20 28 24 / var(--tw-border-opacity));
}
.border-primary-950\/0{
    border-color: rgb(20 28 24 / 0);
}
.border-primary-950\/10{
    border-color: rgb(20 28 24 / 0.1);
}
.border-primary-950\/100{
    border-color: rgb(20 28 24 / 1);
}
.border-primary-950\/15{
    border-color: rgb(20 28 24 / 0.15);
}
.border-primary-950\/20{
    border-color: rgb(20 28 24 / 0.2);
}
.border-primary-950\/25{
    border-color: rgb(20 28 24 / 0.25);
}
.border-primary-950\/30{
    border-color: rgb(20 28 24 / 0.3);
}
.border-primary-950\/35{
    border-color: rgb(20 28 24 / 0.35);
}
.border-primary-950\/40{
    border-color: rgb(20 28 24 / 0.4);
}
.border-primary-950\/45{
    border-color: rgb(20 28 24 / 0.45);
}
.border-primary-950\/5{
    border-color: rgb(20 28 24 / 0.05);
}
.border-primary-950\/50{
    border-color: rgb(20 28 24 / 0.5);
}
.border-primary-950\/55{
    border-color: rgb(20 28 24 / 0.55);
}
.border-primary-950\/60{
    border-color: rgb(20 28 24 / 0.6);
}
.border-primary-950\/65{
    border-color: rgb(20 28 24 / 0.65);
}
.border-primary-950\/70{
    border-color: rgb(20 28 24 / 0.7);
}
.border-primary-950\/75{
    border-color: rgb(20 28 24 / 0.75);
}
.border-primary-950\/80{
    border-color: rgb(20 28 24 / 0.8);
}
.border-primary-950\/85{
    border-color: rgb(20 28 24 / 0.85);
}
.border-primary-950\/90{
    border-color: rgb(20 28 24 / 0.9);
}
.border-primary-950\/95{
    border-color: rgb(20 28 24 / 0.95);
}
.border-primary-dark{
    --tw-border-opacity: 1;
    border-color: rgb(10 68 41 / var(--tw-border-opacity));
}
.border-primary-dark\/0{
    border-color: rgb(10 68 41 / 0);
}
.border-primary-dark\/10{
    border-color: rgb(10 68 41 / 0.1);
}
.border-primary-dark\/100{
    border-color: rgb(10 68 41 / 1);
}
.border-primary-dark\/15{
    border-color: rgb(10 68 41 / 0.15);
}
.border-primary-dark\/20{
    border-color: rgb(10 68 41 / 0.2);
}
.border-primary-dark\/25{
    border-color: rgb(10 68 41 / 0.25);
}
.border-primary-dark\/30{
    border-color: rgb(10 68 41 / 0.3);
}
.border-primary-dark\/35{
    border-color: rgb(10 68 41 / 0.35);
}
.border-primary-dark\/40{
    border-color: rgb(10 68 41 / 0.4);
}
.border-primary-dark\/45{
    border-color: rgb(10 68 41 / 0.45);
}
.border-primary-dark\/5{
    border-color: rgb(10 68 41 / 0.05);
}
.border-primary-dark\/50{
    border-color: rgb(10 68 41 / 0.5);
}
.border-primary-dark\/55{
    border-color: rgb(10 68 41 / 0.55);
}
.border-primary-dark\/60{
    border-color: rgb(10 68 41 / 0.6);
}
.border-primary-dark\/65{
    border-color: rgb(10 68 41 / 0.65);
}
.border-primary-dark\/70{
    border-color: rgb(10 68 41 / 0.7);
}
.border-primary-dark\/75{
    border-color: rgb(10 68 41 / 0.75);
}
.border-primary-dark\/80{
    border-color: rgb(10 68 41 / 0.8);
}
.border-primary-dark\/85{
    border-color: rgb(10 68 41 / 0.85);
}
.border-primary-dark\/90{
    border-color: rgb(10 68 41 / 0.9);
}
.border-primary-dark\/95{
    border-color: rgb(10 68 41 / 0.95);
}
.border-primary-light{
    --tw-border-opacity: 1;
    border-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-primary-light\/0{
    border-color: rgb(198 238 219 / 0);
}
.border-primary-light\/10{
    border-color: rgb(198 238 219 / 0.1);
}
.border-primary-light\/100{
    border-color: rgb(198 238 219 / 1);
}
.border-primary-light\/15{
    border-color: rgb(198 238 219 / 0.15);
}
.border-primary-light\/20{
    border-color: rgb(198 238 219 / 0.2);
}
.border-primary-light\/25{
    border-color: rgb(198 238 219 / 0.25);
}
.border-primary-light\/30{
    border-color: rgb(198 238 219 / 0.3);
}
.border-primary-light\/35{
    border-color: rgb(198 238 219 / 0.35);
}
.border-primary-light\/40{
    border-color: rgb(198 238 219 / 0.4);
}
.border-primary-light\/45{
    border-color: rgb(198 238 219 / 0.45);
}
.border-primary-light\/5{
    border-color: rgb(198 238 219 / 0.05);
}
.border-primary-light\/50{
    border-color: rgb(198 238 219 / 0.5);
}
.border-primary-light\/55{
    border-color: rgb(198 238 219 / 0.55);
}
.border-primary-light\/60{
    border-color: rgb(198 238 219 / 0.6);
}
.border-primary-light\/65{
    border-color: rgb(198 238 219 / 0.65);
}
.border-primary-light\/70{
    border-color: rgb(198 238 219 / 0.7);
}
.border-primary-light\/75{
    border-color: rgb(198 238 219 / 0.75);
}
.border-primary-light\/80{
    border-color: rgb(198 238 219 / 0.8);
}
.border-primary-light\/85{
    border-color: rgb(198 238 219 / 0.85);
}
.border-primary-light\/90{
    border-color: rgb(198 238 219 / 0.9);
}
.border-primary-light\/95{
    border-color: rgb(198 238 219 / 0.95);
}
.border-primary\/0{
    border-color: rgb(72 229 155 / 0);
}
.border-primary\/10{
    border-color: rgb(72 229 155 / 0.1);
}
.border-primary\/100{
    border-color: rgb(72 229 155 / 1);
}
.border-primary\/15{
    border-color: rgb(72 229 155 / 0.15);
}
.border-primary\/20{
    border-color: rgb(72 229 155 / 0.2);
}
.border-primary\/25{
    border-color: rgb(72 229 155 / 0.25);
}
.border-primary\/30{
    border-color: rgb(72 229 155 / 0.3);
}
.border-primary\/35{
    border-color: rgb(72 229 155 / 0.35);
}
.border-primary\/40{
    border-color: rgb(72 229 155 / 0.4);
}
.border-primary\/45{
    border-color: rgb(72 229 155 / 0.45);
}
.border-primary\/5{
    border-color: rgb(72 229 155 / 0.05);
}
.border-primary\/50{
    border-color: rgb(72 229 155 / 0.5);
}
.border-primary\/55{
    border-color: rgb(72 229 155 / 0.55);
}
.border-primary\/60{
    border-color: rgb(72 229 155 / 0.6);
}
.border-primary\/65{
    border-color: rgb(72 229 155 / 0.65);
}
.border-primary\/70{
    border-color: rgb(72 229 155 / 0.7);
}
.border-primary\/75{
    border-color: rgb(72 229 155 / 0.75);
}
.border-primary\/80{
    border-color: rgb(72 229 155 / 0.8);
}
.border-primary\/85{
    border-color: rgb(72 229 155 / 0.85);
}
.border-primary\/90{
    border-color: rgb(72 229 155 / 0.9);
}
.border-primary\/95{
    border-color: rgb(72 229 155 / 0.95);
}
.border-secondary{
    --tw-border-opacity: 1;
    border-color: rgb(1 90 213 / var(--tw-border-opacity));
}
.border-secondary-500{
    --tw-border-opacity: 1;
    border-color: rgb(1 90 213 / var(--tw-border-opacity));
}
.border-secondary-500\/0{
    border-color: rgb(1 90 213 / 0);
}
.border-secondary-500\/10{
    border-color: rgb(1 90 213 / 0.1);
}
.border-secondary-500\/100{
    border-color: rgb(1 90 213 / 1);
}
.border-secondary-500\/15{
    border-color: rgb(1 90 213 / 0.15);
}
.border-secondary-500\/20{
    border-color: rgb(1 90 213 / 0.2);
}
.border-secondary-500\/25{
    border-color: rgb(1 90 213 / 0.25);
}
.border-secondary-500\/30{
    border-color: rgb(1 90 213 / 0.3);
}
.border-secondary-500\/35{
    border-color: rgb(1 90 213 / 0.35);
}
.border-secondary-500\/40{
    border-color: rgb(1 90 213 / 0.4);
}
.border-secondary-500\/45{
    border-color: rgb(1 90 213 / 0.45);
}
.border-secondary-500\/5{
    border-color: rgb(1 90 213 / 0.05);
}
.border-secondary-500\/50{
    border-color: rgb(1 90 213 / 0.5);
}
.border-secondary-500\/55{
    border-color: rgb(1 90 213 / 0.55);
}
.border-secondary-500\/60{
    border-color: rgb(1 90 213 / 0.6);
}
.border-secondary-500\/65{
    border-color: rgb(1 90 213 / 0.65);
}
.border-secondary-500\/70{
    border-color: rgb(1 90 213 / 0.7);
}
.border-secondary-500\/75{
    border-color: rgb(1 90 213 / 0.75);
}
.border-secondary-500\/80{
    border-color: rgb(1 90 213 / 0.8);
}
.border-secondary-500\/85{
    border-color: rgb(1 90 213 / 0.85);
}
.border-secondary-500\/90{
    border-color: rgb(1 90 213 / 0.9);
}
.border-secondary-500\/95{
    border-color: rgb(1 90 213 / 0.95);
}
.border-secondary\/0{
    border-color: rgb(1 90 213 / 0);
}
.border-secondary\/10{
    border-color: rgb(1 90 213 / 0.1);
}
.border-secondary\/100{
    border-color: rgb(1 90 213 / 1);
}
.border-secondary\/15{
    border-color: rgb(1 90 213 / 0.15);
}
.border-secondary\/20{
    border-color: rgb(1 90 213 / 0.2);
}
.border-secondary\/25{
    border-color: rgb(1 90 213 / 0.25);
}
.border-secondary\/30{
    border-color: rgb(1 90 213 / 0.3);
}
.border-secondary\/35{
    border-color: rgb(1 90 213 / 0.35);
}
.border-secondary\/40{
    border-color: rgb(1 90 213 / 0.4);
}
.border-secondary\/45{
    border-color: rgb(1 90 213 / 0.45);
}
.border-secondary\/5{
    border-color: rgb(1 90 213 / 0.05);
}
.border-secondary\/50{
    border-color: rgb(1 90 213 / 0.5);
}
.border-secondary\/55{
    border-color: rgb(1 90 213 / 0.55);
}
.border-secondary\/60{
    border-color: rgb(1 90 213 / 0.6);
}
.border-secondary\/65{
    border-color: rgb(1 90 213 / 0.65);
}
.border-secondary\/70{
    border-color: rgb(1 90 213 / 0.7);
}
.border-secondary\/75{
    border-color: rgb(1 90 213 / 0.75);
}
.border-secondary\/80{
    border-color: rgb(1 90 213 / 0.8);
}
.border-secondary\/85{
    border-color: rgb(1 90 213 / 0.85);
}
.border-secondary\/90{
    border-color: rgb(1 90 213 / 0.9);
}
.border-secondary\/95{
    border-color: rgb(1 90 213 / 0.95);
}
.border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-x-black-brand{
    --tw-border-opacity: 1;
    border-left-color: rgb(49 49 49 / var(--tw-border-opacity));
    border-right-color: rgb(49 49 49 / var(--tw-border-opacity));
}
.border-x-black-brand\/0{
    border-left-color: rgb(49 49 49 / 0);
    border-right-color: rgb(49 49 49 / 0);
}
.border-x-black-brand\/10{
    border-left-color: rgb(49 49 49 / 0.1);
    border-right-color: rgb(49 49 49 / 0.1);
}
.border-x-black-brand\/100{
    border-left-color: rgb(49 49 49 / 1);
    border-right-color: rgb(49 49 49 / 1);
}
.border-x-black-brand\/15{
    border-left-color: rgb(49 49 49 / 0.15);
    border-right-color: rgb(49 49 49 / 0.15);
}
.border-x-black-brand\/20{
    border-left-color: rgb(49 49 49 / 0.2);
    border-right-color: rgb(49 49 49 / 0.2);
}
.border-x-black-brand\/25{
    border-left-color: rgb(49 49 49 / 0.25);
    border-right-color: rgb(49 49 49 / 0.25);
}
.border-x-black-brand\/30{
    border-left-color: rgb(49 49 49 / 0.3);
    border-right-color: rgb(49 49 49 / 0.3);
}
.border-x-black-brand\/35{
    border-left-color: rgb(49 49 49 / 0.35);
    border-right-color: rgb(49 49 49 / 0.35);
}
.border-x-black-brand\/40{
    border-left-color: rgb(49 49 49 / 0.4);
    border-right-color: rgb(49 49 49 / 0.4);
}
.border-x-black-brand\/45{
    border-left-color: rgb(49 49 49 / 0.45);
    border-right-color: rgb(49 49 49 / 0.45);
}
.border-x-black-brand\/5{
    border-left-color: rgb(49 49 49 / 0.05);
    border-right-color: rgb(49 49 49 / 0.05);
}
.border-x-black-brand\/50{
    border-left-color: rgb(49 49 49 / 0.5);
    border-right-color: rgb(49 49 49 / 0.5);
}
.border-x-black-brand\/55{
    border-left-color: rgb(49 49 49 / 0.55);
    border-right-color: rgb(49 49 49 / 0.55);
}
.border-x-black-brand\/60{
    border-left-color: rgb(49 49 49 / 0.6);
    border-right-color: rgb(49 49 49 / 0.6);
}
.border-x-black-brand\/65{
    border-left-color: rgb(49 49 49 / 0.65);
    border-right-color: rgb(49 49 49 / 0.65);
}
.border-x-black-brand\/70{
    border-left-color: rgb(49 49 49 / 0.7);
    border-right-color: rgb(49 49 49 / 0.7);
}
.border-x-black-brand\/75{
    border-left-color: rgb(49 49 49 / 0.75);
    border-right-color: rgb(49 49 49 / 0.75);
}
.border-x-black-brand\/80{
    border-left-color: rgb(49 49 49 / 0.8);
    border-right-color: rgb(49 49 49 / 0.8);
}
.border-x-black-brand\/85{
    border-left-color: rgb(49 49 49 / 0.85);
    border-right-color: rgb(49 49 49 / 0.85);
}
.border-x-black-brand\/90{
    border-left-color: rgb(49 49 49 / 0.9);
    border-right-color: rgb(49 49 49 / 0.9);
}
.border-x-black-brand\/95{
    border-left-color: rgb(49 49 49 / 0.95);
    border-right-color: rgb(49 49 49 / 0.95);
}
.border-x-brand-100{
    border-left-color: #c6eedb0d;
    border-right-color: #c6eedb0d;
}
.border-x-brand-100\/0{
    border-left-color: rgb(198 238 219 / 0);
    border-right-color: rgb(198 238 219 / 0);
}
.border-x-brand-100\/10{
    border-left-color: rgb(198 238 219 / 0.1);
    border-right-color: rgb(198 238 219 / 0.1);
}
.border-x-brand-100\/100{
    border-left-color: rgb(198 238 219 / 1);
    border-right-color: rgb(198 238 219 / 1);
}
.border-x-brand-100\/15{
    border-left-color: rgb(198 238 219 / 0.15);
    border-right-color: rgb(198 238 219 / 0.15);
}
.border-x-brand-100\/20{
    border-left-color: rgb(198 238 219 / 0.2);
    border-right-color: rgb(198 238 219 / 0.2);
}
.border-x-brand-100\/25{
    border-left-color: rgb(198 238 219 / 0.25);
    border-right-color: rgb(198 238 219 / 0.25);
}
.border-x-brand-100\/30{
    border-left-color: rgb(198 238 219 / 0.3);
    border-right-color: rgb(198 238 219 / 0.3);
}
.border-x-brand-100\/35{
    border-left-color: rgb(198 238 219 / 0.35);
    border-right-color: rgb(198 238 219 / 0.35);
}
.border-x-brand-100\/40{
    border-left-color: rgb(198 238 219 / 0.4);
    border-right-color: rgb(198 238 219 / 0.4);
}
.border-x-brand-100\/45{
    border-left-color: rgb(198 238 219 / 0.45);
    border-right-color: rgb(198 238 219 / 0.45);
}
.border-x-brand-100\/5{
    border-left-color: rgb(198 238 219 / 0.05);
    border-right-color: rgb(198 238 219 / 0.05);
}
.border-x-brand-100\/50{
    border-left-color: rgb(198 238 219 / 0.5);
    border-right-color: rgb(198 238 219 / 0.5);
}
.border-x-brand-100\/55{
    border-left-color: rgb(198 238 219 / 0.55);
    border-right-color: rgb(198 238 219 / 0.55);
}
.border-x-brand-100\/60{
    border-left-color: rgb(198 238 219 / 0.6);
    border-right-color: rgb(198 238 219 / 0.6);
}
.border-x-brand-100\/65{
    border-left-color: rgb(198 238 219 / 0.65);
    border-right-color: rgb(198 238 219 / 0.65);
}
.border-x-brand-100\/70{
    border-left-color: rgb(198 238 219 / 0.7);
    border-right-color: rgb(198 238 219 / 0.7);
}
.border-x-brand-100\/75{
    border-left-color: rgb(198 238 219 / 0.75);
    border-right-color: rgb(198 238 219 / 0.75);
}
.border-x-brand-100\/80{
    border-left-color: rgb(198 238 219 / 0.8);
    border-right-color: rgb(198 238 219 / 0.8);
}
.border-x-brand-100\/85{
    border-left-color: rgb(198 238 219 / 0.85);
    border-right-color: rgb(198 238 219 / 0.85);
}
.border-x-brand-100\/90{
    border-left-color: rgb(198 238 219 / 0.9);
    border-right-color: rgb(198 238 219 / 0.9);
}
.border-x-brand-100\/95{
    border-left-color: rgb(198 238 219 / 0.95);
    border-right-color: rgb(198 238 219 / 0.95);
}
.border-x-brand-20{
    --tw-border-opacity: 1;
    border-left-color: rgb(72 229 155 / var(--tw-border-opacity));
    border-right-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-x-brand-20\/0{
    border-left-color: rgb(72 229 155 / 0);
    border-right-color: rgb(72 229 155 / 0);
}
.border-x-brand-20\/10{
    border-left-color: rgb(72 229 155 / 0.1);
    border-right-color: rgb(72 229 155 / 0.1);
}
.border-x-brand-20\/100{
    border-left-color: rgb(72 229 155 / 1);
    border-right-color: rgb(72 229 155 / 1);
}
.border-x-brand-20\/15{
    border-left-color: rgb(72 229 155 / 0.15);
    border-right-color: rgb(72 229 155 / 0.15);
}
.border-x-brand-20\/20{
    border-left-color: rgb(72 229 155 / 0.2);
    border-right-color: rgb(72 229 155 / 0.2);
}
.border-x-brand-20\/25{
    border-left-color: rgb(72 229 155 / 0.25);
    border-right-color: rgb(72 229 155 / 0.25);
}
.border-x-brand-20\/30{
    border-left-color: rgb(72 229 155 / 0.3);
    border-right-color: rgb(72 229 155 / 0.3);
}
.border-x-brand-20\/35{
    border-left-color: rgb(72 229 155 / 0.35);
    border-right-color: rgb(72 229 155 / 0.35);
}
.border-x-brand-20\/40{
    border-left-color: rgb(72 229 155 / 0.4);
    border-right-color: rgb(72 229 155 / 0.4);
}
.border-x-brand-20\/45{
    border-left-color: rgb(72 229 155 / 0.45);
    border-right-color: rgb(72 229 155 / 0.45);
}
.border-x-brand-20\/5{
    border-left-color: rgb(72 229 155 / 0.05);
    border-right-color: rgb(72 229 155 / 0.05);
}
.border-x-brand-20\/50{
    border-left-color: rgb(72 229 155 / 0.5);
    border-right-color: rgb(72 229 155 / 0.5);
}
.border-x-brand-20\/55{
    border-left-color: rgb(72 229 155 / 0.55);
    border-right-color: rgb(72 229 155 / 0.55);
}
.border-x-brand-20\/60{
    border-left-color: rgb(72 229 155 / 0.6);
    border-right-color: rgb(72 229 155 / 0.6);
}
.border-x-brand-20\/65{
    border-left-color: rgb(72 229 155 / 0.65);
    border-right-color: rgb(72 229 155 / 0.65);
}
.border-x-brand-20\/70{
    border-left-color: rgb(72 229 155 / 0.7);
    border-right-color: rgb(72 229 155 / 0.7);
}
.border-x-brand-20\/75{
    border-left-color: rgb(72 229 155 / 0.75);
    border-right-color: rgb(72 229 155 / 0.75);
}
.border-x-brand-20\/80{
    border-left-color: rgb(72 229 155 / 0.8);
    border-right-color: rgb(72 229 155 / 0.8);
}
.border-x-brand-20\/85{
    border-left-color: rgb(72 229 155 / 0.85);
    border-right-color: rgb(72 229 155 / 0.85);
}
.border-x-brand-20\/90{
    border-left-color: rgb(72 229 155 / 0.9);
    border-right-color: rgb(72 229 155 / 0.9);
}
.border-x-brand-20\/95{
    border-left-color: rgb(72 229 155 / 0.95);
    border-right-color: rgb(72 229 155 / 0.95);
}
.border-x-brand-200{
    border-left-color: #c6eedb33;
    border-right-color: #c6eedb33;
}
.border-x-brand-200\/0{
    border-left-color: rgb(198 238 219 / 0);
    border-right-color: rgb(198 238 219 / 0);
}
.border-x-brand-200\/10{
    border-left-color: rgb(198 238 219 / 0.1);
    border-right-color: rgb(198 238 219 / 0.1);
}
.border-x-brand-200\/100{
    border-left-color: rgb(198 238 219 / 1);
    border-right-color: rgb(198 238 219 / 1);
}
.border-x-brand-200\/15{
    border-left-color: rgb(198 238 219 / 0.15);
    border-right-color: rgb(198 238 219 / 0.15);
}
.border-x-brand-200\/20{
    border-left-color: rgb(198 238 219 / 0.2);
    border-right-color: rgb(198 238 219 / 0.2);
}
.border-x-brand-200\/25{
    border-left-color: rgb(198 238 219 / 0.25);
    border-right-color: rgb(198 238 219 / 0.25);
}
.border-x-brand-200\/30{
    border-left-color: rgb(198 238 219 / 0.3);
    border-right-color: rgb(198 238 219 / 0.3);
}
.border-x-brand-200\/35{
    border-left-color: rgb(198 238 219 / 0.35);
    border-right-color: rgb(198 238 219 / 0.35);
}
.border-x-brand-200\/40{
    border-left-color: rgb(198 238 219 / 0.4);
    border-right-color: rgb(198 238 219 / 0.4);
}
.border-x-brand-200\/45{
    border-left-color: rgb(198 238 219 / 0.45);
    border-right-color: rgb(198 238 219 / 0.45);
}
.border-x-brand-200\/5{
    border-left-color: rgb(198 238 219 / 0.05);
    border-right-color: rgb(198 238 219 / 0.05);
}
.border-x-brand-200\/50{
    border-left-color: rgb(198 238 219 / 0.5);
    border-right-color: rgb(198 238 219 / 0.5);
}
.border-x-brand-200\/55{
    border-left-color: rgb(198 238 219 / 0.55);
    border-right-color: rgb(198 238 219 / 0.55);
}
.border-x-brand-200\/60{
    border-left-color: rgb(198 238 219 / 0.6);
    border-right-color: rgb(198 238 219 / 0.6);
}
.border-x-brand-200\/65{
    border-left-color: rgb(198 238 219 / 0.65);
    border-right-color: rgb(198 238 219 / 0.65);
}
.border-x-brand-200\/70{
    border-left-color: rgb(198 238 219 / 0.7);
    border-right-color: rgb(198 238 219 / 0.7);
}
.border-x-brand-200\/75{
    border-left-color: rgb(198 238 219 / 0.75);
    border-right-color: rgb(198 238 219 / 0.75);
}
.border-x-brand-200\/80{
    border-left-color: rgb(198 238 219 / 0.8);
    border-right-color: rgb(198 238 219 / 0.8);
}
.border-x-brand-200\/85{
    border-left-color: rgb(198 238 219 / 0.85);
    border-right-color: rgb(198 238 219 / 0.85);
}
.border-x-brand-200\/90{
    border-left-color: rgb(198 238 219 / 0.9);
    border-right-color: rgb(198 238 219 / 0.9);
}
.border-x-brand-200\/95{
    border-left-color: rgb(198 238 219 / 0.95);
    border-right-color: rgb(198 238 219 / 0.95);
}
.border-x-brand-300{
    --tw-border-opacity: 1;
    border-left-color: rgb(198 238 219 / var(--tw-border-opacity));
    border-right-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-x-brand-300\/0{
    border-left-color: rgb(198 238 219 / 0);
    border-right-color: rgb(198 238 219 / 0);
}
.border-x-brand-300\/10{
    border-left-color: rgb(198 238 219 / 0.1);
    border-right-color: rgb(198 238 219 / 0.1);
}
.border-x-brand-300\/100{
    border-left-color: rgb(198 238 219 / 1);
    border-right-color: rgb(198 238 219 / 1);
}
.border-x-brand-300\/15{
    border-left-color: rgb(198 238 219 / 0.15);
    border-right-color: rgb(198 238 219 / 0.15);
}
.border-x-brand-300\/20{
    border-left-color: rgb(198 238 219 / 0.2);
    border-right-color: rgb(198 238 219 / 0.2);
}
.border-x-brand-300\/25{
    border-left-color: rgb(198 238 219 / 0.25);
    border-right-color: rgb(198 238 219 / 0.25);
}
.border-x-brand-300\/30{
    border-left-color: rgb(198 238 219 / 0.3);
    border-right-color: rgb(198 238 219 / 0.3);
}
.border-x-brand-300\/35{
    border-left-color: rgb(198 238 219 / 0.35);
    border-right-color: rgb(198 238 219 / 0.35);
}
.border-x-brand-300\/40{
    border-left-color: rgb(198 238 219 / 0.4);
    border-right-color: rgb(198 238 219 / 0.4);
}
.border-x-brand-300\/45{
    border-left-color: rgb(198 238 219 / 0.45);
    border-right-color: rgb(198 238 219 / 0.45);
}
.border-x-brand-300\/5{
    border-left-color: rgb(198 238 219 / 0.05);
    border-right-color: rgb(198 238 219 / 0.05);
}
.border-x-brand-300\/50{
    border-left-color: rgb(198 238 219 / 0.5);
    border-right-color: rgb(198 238 219 / 0.5);
}
.border-x-brand-300\/55{
    border-left-color: rgb(198 238 219 / 0.55);
    border-right-color: rgb(198 238 219 / 0.55);
}
.border-x-brand-300\/60{
    border-left-color: rgb(198 238 219 / 0.6);
    border-right-color: rgb(198 238 219 / 0.6);
}
.border-x-brand-300\/65{
    border-left-color: rgb(198 238 219 / 0.65);
    border-right-color: rgb(198 238 219 / 0.65);
}
.border-x-brand-300\/70{
    border-left-color: rgb(198 238 219 / 0.7);
    border-right-color: rgb(198 238 219 / 0.7);
}
.border-x-brand-300\/75{
    border-left-color: rgb(198 238 219 / 0.75);
    border-right-color: rgb(198 238 219 / 0.75);
}
.border-x-brand-300\/80{
    border-left-color: rgb(198 238 219 / 0.8);
    border-right-color: rgb(198 238 219 / 0.8);
}
.border-x-brand-300\/85{
    border-left-color: rgb(198 238 219 / 0.85);
    border-right-color: rgb(198 238 219 / 0.85);
}
.border-x-brand-300\/90{
    border-left-color: rgb(198 238 219 / 0.9);
    border-right-color: rgb(198 238 219 / 0.9);
}
.border-x-brand-300\/95{
    border-left-color: rgb(198 238 219 / 0.95);
    border-right-color: rgb(198 238 219 / 0.95);
}
.border-x-brand-black{
    --tw-border-opacity: 1;
    border-left-color: rgb(17 17 17 / var(--tw-border-opacity));
    border-right-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-x-brand-black\/0{
    border-left-color: rgb(17 17 17 / 0);
    border-right-color: rgb(17 17 17 / 0);
}
.border-x-brand-black\/10{
    border-left-color: rgb(17 17 17 / 0.1);
    border-right-color: rgb(17 17 17 / 0.1);
}
.border-x-brand-black\/100{
    border-left-color: rgb(17 17 17 / 1);
    border-right-color: rgb(17 17 17 / 1);
}
.border-x-brand-black\/15{
    border-left-color: rgb(17 17 17 / 0.15);
    border-right-color: rgb(17 17 17 / 0.15);
}
.border-x-brand-black\/20{
    border-left-color: rgb(17 17 17 / 0.2);
    border-right-color: rgb(17 17 17 / 0.2);
}
.border-x-brand-black\/25{
    border-left-color: rgb(17 17 17 / 0.25);
    border-right-color: rgb(17 17 17 / 0.25);
}
.border-x-brand-black\/30{
    border-left-color: rgb(17 17 17 / 0.3);
    border-right-color: rgb(17 17 17 / 0.3);
}
.border-x-brand-black\/35{
    border-left-color: rgb(17 17 17 / 0.35);
    border-right-color: rgb(17 17 17 / 0.35);
}
.border-x-brand-black\/40{
    border-left-color: rgb(17 17 17 / 0.4);
    border-right-color: rgb(17 17 17 / 0.4);
}
.border-x-brand-black\/45{
    border-left-color: rgb(17 17 17 / 0.45);
    border-right-color: rgb(17 17 17 / 0.45);
}
.border-x-brand-black\/5{
    border-left-color: rgb(17 17 17 / 0.05);
    border-right-color: rgb(17 17 17 / 0.05);
}
.border-x-brand-black\/50{
    border-left-color: rgb(17 17 17 / 0.5);
    border-right-color: rgb(17 17 17 / 0.5);
}
.border-x-brand-black\/55{
    border-left-color: rgb(17 17 17 / 0.55);
    border-right-color: rgb(17 17 17 / 0.55);
}
.border-x-brand-black\/60{
    border-left-color: rgb(17 17 17 / 0.6);
    border-right-color: rgb(17 17 17 / 0.6);
}
.border-x-brand-black\/65{
    border-left-color: rgb(17 17 17 / 0.65);
    border-right-color: rgb(17 17 17 / 0.65);
}
.border-x-brand-black\/70{
    border-left-color: rgb(17 17 17 / 0.7);
    border-right-color: rgb(17 17 17 / 0.7);
}
.border-x-brand-black\/75{
    border-left-color: rgb(17 17 17 / 0.75);
    border-right-color: rgb(17 17 17 / 0.75);
}
.border-x-brand-black\/80{
    border-left-color: rgb(17 17 17 / 0.8);
    border-right-color: rgb(17 17 17 / 0.8);
}
.border-x-brand-black\/85{
    border-left-color: rgb(17 17 17 / 0.85);
    border-right-color: rgb(17 17 17 / 0.85);
}
.border-x-brand-black\/90{
    border-left-color: rgb(17 17 17 / 0.9);
    border-right-color: rgb(17 17 17 / 0.9);
}
.border-x-brand-black\/95{
    border-left-color: rgb(17 17 17 / 0.95);
    border-right-color: rgb(17 17 17 / 0.95);
}
.border-x-brand-blue{
    --tw-border-opacity: 1;
    border-left-color: rgb(112 168 244 / var(--tw-border-opacity));
    border-right-color: rgb(112 168 244 / var(--tw-border-opacity));
}
.border-x-brand-blue\/0{
    border-left-color: rgb(112 168 244 / 0);
    border-right-color: rgb(112 168 244 / 0);
}
.border-x-brand-blue\/10{
    border-left-color: rgb(112 168 244 / 0.1);
    border-right-color: rgb(112 168 244 / 0.1);
}
.border-x-brand-blue\/100{
    border-left-color: rgb(112 168 244 / 1);
    border-right-color: rgb(112 168 244 / 1);
}
.border-x-brand-blue\/15{
    border-left-color: rgb(112 168 244 / 0.15);
    border-right-color: rgb(112 168 244 / 0.15);
}
.border-x-brand-blue\/20{
    border-left-color: rgb(112 168 244 / 0.2);
    border-right-color: rgb(112 168 244 / 0.2);
}
.border-x-brand-blue\/25{
    border-left-color: rgb(112 168 244 / 0.25);
    border-right-color: rgb(112 168 244 / 0.25);
}
.border-x-brand-blue\/30{
    border-left-color: rgb(112 168 244 / 0.3);
    border-right-color: rgb(112 168 244 / 0.3);
}
.border-x-brand-blue\/35{
    border-left-color: rgb(112 168 244 / 0.35);
    border-right-color: rgb(112 168 244 / 0.35);
}
.border-x-brand-blue\/40{
    border-left-color: rgb(112 168 244 / 0.4);
    border-right-color: rgb(112 168 244 / 0.4);
}
.border-x-brand-blue\/45{
    border-left-color: rgb(112 168 244 / 0.45);
    border-right-color: rgb(112 168 244 / 0.45);
}
.border-x-brand-blue\/5{
    border-left-color: rgb(112 168 244 / 0.05);
    border-right-color: rgb(112 168 244 / 0.05);
}
.border-x-brand-blue\/50{
    border-left-color: rgb(112 168 244 / 0.5);
    border-right-color: rgb(112 168 244 / 0.5);
}
.border-x-brand-blue\/55{
    border-left-color: rgb(112 168 244 / 0.55);
    border-right-color: rgb(112 168 244 / 0.55);
}
.border-x-brand-blue\/60{
    border-left-color: rgb(112 168 244 / 0.6);
    border-right-color: rgb(112 168 244 / 0.6);
}
.border-x-brand-blue\/65{
    border-left-color: rgb(112 168 244 / 0.65);
    border-right-color: rgb(112 168 244 / 0.65);
}
.border-x-brand-blue\/70{
    border-left-color: rgb(112 168 244 / 0.7);
    border-right-color: rgb(112 168 244 / 0.7);
}
.border-x-brand-blue\/75{
    border-left-color: rgb(112 168 244 / 0.75);
    border-right-color: rgb(112 168 244 / 0.75);
}
.border-x-brand-blue\/80{
    border-left-color: rgb(112 168 244 / 0.8);
    border-right-color: rgb(112 168 244 / 0.8);
}
.border-x-brand-blue\/85{
    border-left-color: rgb(112 168 244 / 0.85);
    border-right-color: rgb(112 168 244 / 0.85);
}
.border-x-brand-blue\/90{
    border-left-color: rgb(112 168 244 / 0.9);
    border-right-color: rgb(112 168 244 / 0.9);
}
.border-x-brand-blue\/95{
    border-left-color: rgb(112 168 244 / 0.95);
    border-right-color: rgb(112 168 244 / 0.95);
}
.border-x-brand-dark{
    --tw-border-opacity: 1;
    border-left-color: rgb(35 44 39 / var(--tw-border-opacity));
    border-right-color: rgb(35 44 39 / var(--tw-border-opacity));
}
.border-x-brand-dark\/0{
    border-left-color: rgb(35 44 39 / 0);
    border-right-color: rgb(35 44 39 / 0);
}
.border-x-brand-dark\/10{
    border-left-color: rgb(35 44 39 / 0.1);
    border-right-color: rgb(35 44 39 / 0.1);
}
.border-x-brand-dark\/100{
    border-left-color: rgb(35 44 39 / 1);
    border-right-color: rgb(35 44 39 / 1);
}
.border-x-brand-dark\/15{
    border-left-color: rgb(35 44 39 / 0.15);
    border-right-color: rgb(35 44 39 / 0.15);
}
.border-x-brand-dark\/20{
    border-left-color: rgb(35 44 39 / 0.2);
    border-right-color: rgb(35 44 39 / 0.2);
}
.border-x-brand-dark\/25{
    border-left-color: rgb(35 44 39 / 0.25);
    border-right-color: rgb(35 44 39 / 0.25);
}
.border-x-brand-dark\/30{
    border-left-color: rgb(35 44 39 / 0.3);
    border-right-color: rgb(35 44 39 / 0.3);
}
.border-x-brand-dark\/35{
    border-left-color: rgb(35 44 39 / 0.35);
    border-right-color: rgb(35 44 39 / 0.35);
}
.border-x-brand-dark\/40{
    border-left-color: rgb(35 44 39 / 0.4);
    border-right-color: rgb(35 44 39 / 0.4);
}
.border-x-brand-dark\/45{
    border-left-color: rgb(35 44 39 / 0.45);
    border-right-color: rgb(35 44 39 / 0.45);
}
.border-x-brand-dark\/5{
    border-left-color: rgb(35 44 39 / 0.05);
    border-right-color: rgb(35 44 39 / 0.05);
}
.border-x-brand-dark\/50{
    border-left-color: rgb(35 44 39 / 0.5);
    border-right-color: rgb(35 44 39 / 0.5);
}
.border-x-brand-dark\/55{
    border-left-color: rgb(35 44 39 / 0.55);
    border-right-color: rgb(35 44 39 / 0.55);
}
.border-x-brand-dark\/60{
    border-left-color: rgb(35 44 39 / 0.6);
    border-right-color: rgb(35 44 39 / 0.6);
}
.border-x-brand-dark\/65{
    border-left-color: rgb(35 44 39 / 0.65);
    border-right-color: rgb(35 44 39 / 0.65);
}
.border-x-brand-dark\/70{
    border-left-color: rgb(35 44 39 / 0.7);
    border-right-color: rgb(35 44 39 / 0.7);
}
.border-x-brand-dark\/75{
    border-left-color: rgb(35 44 39 / 0.75);
    border-right-color: rgb(35 44 39 / 0.75);
}
.border-x-brand-dark\/80{
    border-left-color: rgb(35 44 39 / 0.8);
    border-right-color: rgb(35 44 39 / 0.8);
}
.border-x-brand-dark\/85{
    border-left-color: rgb(35 44 39 / 0.85);
    border-right-color: rgb(35 44 39 / 0.85);
}
.border-x-brand-dark\/90{
    border-left-color: rgb(35 44 39 / 0.9);
    border-right-color: rgb(35 44 39 / 0.9);
}
.border-x-brand-dark\/95{
    border-left-color: rgb(35 44 39 / 0.95);
    border-right-color: rgb(35 44 39 / 0.95);
}
.border-x-brand-green{
    --tw-border-opacity: 1;
    border-left-color: rgb(72 229 155 / var(--tw-border-opacity));
    border-right-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-x-brand-green\/0{
    border-left-color: rgb(72 229 155 / 0);
    border-right-color: rgb(72 229 155 / 0);
}
.border-x-brand-green\/10{
    border-left-color: rgb(72 229 155 / 0.1);
    border-right-color: rgb(72 229 155 / 0.1);
}
.border-x-brand-green\/100{
    border-left-color: rgb(72 229 155 / 1);
    border-right-color: rgb(72 229 155 / 1);
}
.border-x-brand-green\/15{
    border-left-color: rgb(72 229 155 / 0.15);
    border-right-color: rgb(72 229 155 / 0.15);
}
.border-x-brand-green\/20{
    border-left-color: rgb(72 229 155 / 0.2);
    border-right-color: rgb(72 229 155 / 0.2);
}
.border-x-brand-green\/25{
    border-left-color: rgb(72 229 155 / 0.25);
    border-right-color: rgb(72 229 155 / 0.25);
}
.border-x-brand-green\/30{
    border-left-color: rgb(72 229 155 / 0.3);
    border-right-color: rgb(72 229 155 / 0.3);
}
.border-x-brand-green\/35{
    border-left-color: rgb(72 229 155 / 0.35);
    border-right-color: rgb(72 229 155 / 0.35);
}
.border-x-brand-green\/40{
    border-left-color: rgb(72 229 155 / 0.4);
    border-right-color: rgb(72 229 155 / 0.4);
}
.border-x-brand-green\/45{
    border-left-color: rgb(72 229 155 / 0.45);
    border-right-color: rgb(72 229 155 / 0.45);
}
.border-x-brand-green\/5{
    border-left-color: rgb(72 229 155 / 0.05);
    border-right-color: rgb(72 229 155 / 0.05);
}
.border-x-brand-green\/50{
    border-left-color: rgb(72 229 155 / 0.5);
    border-right-color: rgb(72 229 155 / 0.5);
}
.border-x-brand-green\/55{
    border-left-color: rgb(72 229 155 / 0.55);
    border-right-color: rgb(72 229 155 / 0.55);
}
.border-x-brand-green\/60{
    border-left-color: rgb(72 229 155 / 0.6);
    border-right-color: rgb(72 229 155 / 0.6);
}
.border-x-brand-green\/65{
    border-left-color: rgb(72 229 155 / 0.65);
    border-right-color: rgb(72 229 155 / 0.65);
}
.border-x-brand-green\/70{
    border-left-color: rgb(72 229 155 / 0.7);
    border-right-color: rgb(72 229 155 / 0.7);
}
.border-x-brand-green\/75{
    border-left-color: rgb(72 229 155 / 0.75);
    border-right-color: rgb(72 229 155 / 0.75);
}
.border-x-brand-green\/80{
    border-left-color: rgb(72 229 155 / 0.8);
    border-right-color: rgb(72 229 155 / 0.8);
}
.border-x-brand-green\/85{
    border-left-color: rgb(72 229 155 / 0.85);
    border-right-color: rgb(72 229 155 / 0.85);
}
.border-x-brand-green\/90{
    border-left-color: rgb(72 229 155 / 0.9);
    border-right-color: rgb(72 229 155 / 0.9);
}
.border-x-brand-green\/95{
    border-left-color: rgb(72 229 155 / 0.95);
    border-right-color: rgb(72 229 155 / 0.95);
}
.border-x-brand-light{
    --tw-border-opacity: 1;
    border-left-color: rgb(198 238 219 / var(--tw-border-opacity));
    border-right-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-x-brand-light\/0{
    border-left-color: rgb(198 238 219 / 0);
    border-right-color: rgb(198 238 219 / 0);
}
.border-x-brand-light\/10{
    border-left-color: rgb(198 238 219 / 0.1);
    border-right-color: rgb(198 238 219 / 0.1);
}
.border-x-brand-light\/100{
    border-left-color: rgb(198 238 219 / 1);
    border-right-color: rgb(198 238 219 / 1);
}
.border-x-brand-light\/15{
    border-left-color: rgb(198 238 219 / 0.15);
    border-right-color: rgb(198 238 219 / 0.15);
}
.border-x-brand-light\/20{
    border-left-color: rgb(198 238 219 / 0.2);
    border-right-color: rgb(198 238 219 / 0.2);
}
.border-x-brand-light\/25{
    border-left-color: rgb(198 238 219 / 0.25);
    border-right-color: rgb(198 238 219 / 0.25);
}
.border-x-brand-light\/30{
    border-left-color: rgb(198 238 219 / 0.3);
    border-right-color: rgb(198 238 219 / 0.3);
}
.border-x-brand-light\/35{
    border-left-color: rgb(198 238 219 / 0.35);
    border-right-color: rgb(198 238 219 / 0.35);
}
.border-x-brand-light\/40{
    border-left-color: rgb(198 238 219 / 0.4);
    border-right-color: rgb(198 238 219 / 0.4);
}
.border-x-brand-light\/45{
    border-left-color: rgb(198 238 219 / 0.45);
    border-right-color: rgb(198 238 219 / 0.45);
}
.border-x-brand-light\/5{
    border-left-color: rgb(198 238 219 / 0.05);
    border-right-color: rgb(198 238 219 / 0.05);
}
.border-x-brand-light\/50{
    border-left-color: rgb(198 238 219 / 0.5);
    border-right-color: rgb(198 238 219 / 0.5);
}
.border-x-brand-light\/55{
    border-left-color: rgb(198 238 219 / 0.55);
    border-right-color: rgb(198 238 219 / 0.55);
}
.border-x-brand-light\/60{
    border-left-color: rgb(198 238 219 / 0.6);
    border-right-color: rgb(198 238 219 / 0.6);
}
.border-x-brand-light\/65{
    border-left-color: rgb(198 238 219 / 0.65);
    border-right-color: rgb(198 238 219 / 0.65);
}
.border-x-brand-light\/70{
    border-left-color: rgb(198 238 219 / 0.7);
    border-right-color: rgb(198 238 219 / 0.7);
}
.border-x-brand-light\/75{
    border-left-color: rgb(198 238 219 / 0.75);
    border-right-color: rgb(198 238 219 / 0.75);
}
.border-x-brand-light\/80{
    border-left-color: rgb(198 238 219 / 0.8);
    border-right-color: rgb(198 238 219 / 0.8);
}
.border-x-brand-light\/85{
    border-left-color: rgb(198 238 219 / 0.85);
    border-right-color: rgb(198 238 219 / 0.85);
}
.border-x-brand-light\/90{
    border-left-color: rgb(198 238 219 / 0.9);
    border-right-color: rgb(198 238 219 / 0.9);
}
.border-x-brand-light\/95{
    border-left-color: rgb(198 238 219 / 0.95);
    border-right-color: rgb(198 238 219 / 0.95);
}
.border-x-error{
    --tw-border-opacity: 1;
    border-left-color: rgb(255 60 60 / var(--tw-border-opacity));
    border-right-color: rgb(255 60 60 / var(--tw-border-opacity));
}
.border-x-error-10{
    --tw-border-opacity: 1;
    border-left-color: rgb(41 21 21 / var(--tw-border-opacity));
    border-right-color: rgb(41 21 21 / var(--tw-border-opacity));
}
.border-x-error-10\/0{
    border-left-color: rgb(41 21 21 / 0);
    border-right-color: rgb(41 21 21 / 0);
}
.border-x-error-10\/10{
    border-left-color: rgb(41 21 21 / 0.1);
    border-right-color: rgb(41 21 21 / 0.1);
}
.border-x-error-10\/100{
    border-left-color: rgb(41 21 21 / 1);
    border-right-color: rgb(41 21 21 / 1);
}
.border-x-error-10\/15{
    border-left-color: rgb(41 21 21 / 0.15);
    border-right-color: rgb(41 21 21 / 0.15);
}
.border-x-error-10\/20{
    border-left-color: rgb(41 21 21 / 0.2);
    border-right-color: rgb(41 21 21 / 0.2);
}
.border-x-error-10\/25{
    border-left-color: rgb(41 21 21 / 0.25);
    border-right-color: rgb(41 21 21 / 0.25);
}
.border-x-error-10\/30{
    border-left-color: rgb(41 21 21 / 0.3);
    border-right-color: rgb(41 21 21 / 0.3);
}
.border-x-error-10\/35{
    border-left-color: rgb(41 21 21 / 0.35);
    border-right-color: rgb(41 21 21 / 0.35);
}
.border-x-error-10\/40{
    border-left-color: rgb(41 21 21 / 0.4);
    border-right-color: rgb(41 21 21 / 0.4);
}
.border-x-error-10\/45{
    border-left-color: rgb(41 21 21 / 0.45);
    border-right-color: rgb(41 21 21 / 0.45);
}
.border-x-error-10\/5{
    border-left-color: rgb(41 21 21 / 0.05);
    border-right-color: rgb(41 21 21 / 0.05);
}
.border-x-error-10\/50{
    border-left-color: rgb(41 21 21 / 0.5);
    border-right-color: rgb(41 21 21 / 0.5);
}
.border-x-error-10\/55{
    border-left-color: rgb(41 21 21 / 0.55);
    border-right-color: rgb(41 21 21 / 0.55);
}
.border-x-error-10\/60{
    border-left-color: rgb(41 21 21 / 0.6);
    border-right-color: rgb(41 21 21 / 0.6);
}
.border-x-error-10\/65{
    border-left-color: rgb(41 21 21 / 0.65);
    border-right-color: rgb(41 21 21 / 0.65);
}
.border-x-error-10\/70{
    border-left-color: rgb(41 21 21 / 0.7);
    border-right-color: rgb(41 21 21 / 0.7);
}
.border-x-error-10\/75{
    border-left-color: rgb(41 21 21 / 0.75);
    border-right-color: rgb(41 21 21 / 0.75);
}
.border-x-error-10\/80{
    border-left-color: rgb(41 21 21 / 0.8);
    border-right-color: rgb(41 21 21 / 0.8);
}
.border-x-error-10\/85{
    border-left-color: rgb(41 21 21 / 0.85);
    border-right-color: rgb(41 21 21 / 0.85);
}
.border-x-error-10\/90{
    border-left-color: rgb(41 21 21 / 0.9);
    border-right-color: rgb(41 21 21 / 0.9);
}
.border-x-error-10\/95{
    border-left-color: rgb(41 21 21 / 0.95);
    border-right-color: rgb(41 21 21 / 0.95);
}
.border-x-error-100{
    --tw-border-opacity: 1;
    border-left-color: rgb(255 199 199 / var(--tw-border-opacity));
    border-right-color: rgb(255 199 199 / var(--tw-border-opacity));
}
.border-x-error-100\/0{
    border-left-color: rgb(255 199 199 / 0);
    border-right-color: rgb(255 199 199 / 0);
}
.border-x-error-100\/10{
    border-left-color: rgb(255 199 199 / 0.1);
    border-right-color: rgb(255 199 199 / 0.1);
}
.border-x-error-100\/100{
    border-left-color: rgb(255 199 199 / 1);
    border-right-color: rgb(255 199 199 / 1);
}
.border-x-error-100\/15{
    border-left-color: rgb(255 199 199 / 0.15);
    border-right-color: rgb(255 199 199 / 0.15);
}
.border-x-error-100\/20{
    border-left-color: rgb(255 199 199 / 0.2);
    border-right-color: rgb(255 199 199 / 0.2);
}
.border-x-error-100\/25{
    border-left-color: rgb(255 199 199 / 0.25);
    border-right-color: rgb(255 199 199 / 0.25);
}
.border-x-error-100\/30{
    border-left-color: rgb(255 199 199 / 0.3);
    border-right-color: rgb(255 199 199 / 0.3);
}
.border-x-error-100\/35{
    border-left-color: rgb(255 199 199 / 0.35);
    border-right-color: rgb(255 199 199 / 0.35);
}
.border-x-error-100\/40{
    border-left-color: rgb(255 199 199 / 0.4);
    border-right-color: rgb(255 199 199 / 0.4);
}
.border-x-error-100\/45{
    border-left-color: rgb(255 199 199 / 0.45);
    border-right-color: rgb(255 199 199 / 0.45);
}
.border-x-error-100\/5{
    border-left-color: rgb(255 199 199 / 0.05);
    border-right-color: rgb(255 199 199 / 0.05);
}
.border-x-error-100\/50{
    border-left-color: rgb(255 199 199 / 0.5);
    border-right-color: rgb(255 199 199 / 0.5);
}
.border-x-error-100\/55{
    border-left-color: rgb(255 199 199 / 0.55);
    border-right-color: rgb(255 199 199 / 0.55);
}
.border-x-error-100\/60{
    border-left-color: rgb(255 199 199 / 0.6);
    border-right-color: rgb(255 199 199 / 0.6);
}
.border-x-error-100\/65{
    border-left-color: rgb(255 199 199 / 0.65);
    border-right-color: rgb(255 199 199 / 0.65);
}
.border-x-error-100\/70{
    border-left-color: rgb(255 199 199 / 0.7);
    border-right-color: rgb(255 199 199 / 0.7);
}
.border-x-error-100\/75{
    border-left-color: rgb(255 199 199 / 0.75);
    border-right-color: rgb(255 199 199 / 0.75);
}
.border-x-error-100\/80{
    border-left-color: rgb(255 199 199 / 0.8);
    border-right-color: rgb(255 199 199 / 0.8);
}
.border-x-error-100\/85{
    border-left-color: rgb(255 199 199 / 0.85);
    border-right-color: rgb(255 199 199 / 0.85);
}
.border-x-error-100\/90{
    border-left-color: rgb(255 199 199 / 0.9);
    border-right-color: rgb(255 199 199 / 0.9);
}
.border-x-error-100\/95{
    border-left-color: rgb(255 199 199 / 0.95);
    border-right-color: rgb(255 199 199 / 0.95);
}
.border-x-error-15{
    --tw-border-opacity: 1;
    border-left-color: rgb(53 23 23 / var(--tw-border-opacity));
    border-right-color: rgb(53 23 23 / var(--tw-border-opacity));
}
.border-x-error-15\/0{
    border-left-color: rgb(53 23 23 / 0);
    border-right-color: rgb(53 23 23 / 0);
}
.border-x-error-15\/10{
    border-left-color: rgb(53 23 23 / 0.1);
    border-right-color: rgb(53 23 23 / 0.1);
}
.border-x-error-15\/100{
    border-left-color: rgb(53 23 23 / 1);
    border-right-color: rgb(53 23 23 / 1);
}
.border-x-error-15\/15{
    border-left-color: rgb(53 23 23 / 0.15);
    border-right-color: rgb(53 23 23 / 0.15);
}
.border-x-error-15\/20{
    border-left-color: rgb(53 23 23 / 0.2);
    border-right-color: rgb(53 23 23 / 0.2);
}
.border-x-error-15\/25{
    border-left-color: rgb(53 23 23 / 0.25);
    border-right-color: rgb(53 23 23 / 0.25);
}
.border-x-error-15\/30{
    border-left-color: rgb(53 23 23 / 0.3);
    border-right-color: rgb(53 23 23 / 0.3);
}
.border-x-error-15\/35{
    border-left-color: rgb(53 23 23 / 0.35);
    border-right-color: rgb(53 23 23 / 0.35);
}
.border-x-error-15\/40{
    border-left-color: rgb(53 23 23 / 0.4);
    border-right-color: rgb(53 23 23 / 0.4);
}
.border-x-error-15\/45{
    border-left-color: rgb(53 23 23 / 0.45);
    border-right-color: rgb(53 23 23 / 0.45);
}
.border-x-error-15\/5{
    border-left-color: rgb(53 23 23 / 0.05);
    border-right-color: rgb(53 23 23 / 0.05);
}
.border-x-error-15\/50{
    border-left-color: rgb(53 23 23 / 0.5);
    border-right-color: rgb(53 23 23 / 0.5);
}
.border-x-error-15\/55{
    border-left-color: rgb(53 23 23 / 0.55);
    border-right-color: rgb(53 23 23 / 0.55);
}
.border-x-error-15\/60{
    border-left-color: rgb(53 23 23 / 0.6);
    border-right-color: rgb(53 23 23 / 0.6);
}
.border-x-error-15\/65{
    border-left-color: rgb(53 23 23 / 0.65);
    border-right-color: rgb(53 23 23 / 0.65);
}
.border-x-error-15\/70{
    border-left-color: rgb(53 23 23 / 0.7);
    border-right-color: rgb(53 23 23 / 0.7);
}
.border-x-error-15\/75{
    border-left-color: rgb(53 23 23 / 0.75);
    border-right-color: rgb(53 23 23 / 0.75);
}
.border-x-error-15\/80{
    border-left-color: rgb(53 23 23 / 0.8);
    border-right-color: rgb(53 23 23 / 0.8);
}
.border-x-error-15\/85{
    border-left-color: rgb(53 23 23 / 0.85);
    border-right-color: rgb(53 23 23 / 0.85);
}
.border-x-error-15\/90{
    border-left-color: rgb(53 23 23 / 0.9);
    border-right-color: rgb(53 23 23 / 0.9);
}
.border-x-error-15\/95{
    border-left-color: rgb(53 23 23 / 0.95);
    border-right-color: rgb(53 23 23 / 0.95);
}
.border-x-error-20{
    --tw-border-opacity: 1;
    border-left-color: rgb(60 25 25 / var(--tw-border-opacity));
    border-right-color: rgb(60 25 25 / var(--tw-border-opacity));
}
.border-x-error-20\/0{
    border-left-color: rgb(60 25 25 / 0);
    border-right-color: rgb(60 25 25 / 0);
}
.border-x-error-20\/10{
    border-left-color: rgb(60 25 25 / 0.1);
    border-right-color: rgb(60 25 25 / 0.1);
}
.border-x-error-20\/100{
    border-left-color: rgb(60 25 25 / 1);
    border-right-color: rgb(60 25 25 / 1);
}
.border-x-error-20\/15{
    border-left-color: rgb(60 25 25 / 0.15);
    border-right-color: rgb(60 25 25 / 0.15);
}
.border-x-error-20\/20{
    border-left-color: rgb(60 25 25 / 0.2);
    border-right-color: rgb(60 25 25 / 0.2);
}
.border-x-error-20\/25{
    border-left-color: rgb(60 25 25 / 0.25);
    border-right-color: rgb(60 25 25 / 0.25);
}
.border-x-error-20\/30{
    border-left-color: rgb(60 25 25 / 0.3);
    border-right-color: rgb(60 25 25 / 0.3);
}
.border-x-error-20\/35{
    border-left-color: rgb(60 25 25 / 0.35);
    border-right-color: rgb(60 25 25 / 0.35);
}
.border-x-error-20\/40{
    border-left-color: rgb(60 25 25 / 0.4);
    border-right-color: rgb(60 25 25 / 0.4);
}
.border-x-error-20\/45{
    border-left-color: rgb(60 25 25 / 0.45);
    border-right-color: rgb(60 25 25 / 0.45);
}
.border-x-error-20\/5{
    border-left-color: rgb(60 25 25 / 0.05);
    border-right-color: rgb(60 25 25 / 0.05);
}
.border-x-error-20\/50{
    border-left-color: rgb(60 25 25 / 0.5);
    border-right-color: rgb(60 25 25 / 0.5);
}
.border-x-error-20\/55{
    border-left-color: rgb(60 25 25 / 0.55);
    border-right-color: rgb(60 25 25 / 0.55);
}
.border-x-error-20\/60{
    border-left-color: rgb(60 25 25 / 0.6);
    border-right-color: rgb(60 25 25 / 0.6);
}
.border-x-error-20\/65{
    border-left-color: rgb(60 25 25 / 0.65);
    border-right-color: rgb(60 25 25 / 0.65);
}
.border-x-error-20\/70{
    border-left-color: rgb(60 25 25 / 0.7);
    border-right-color: rgb(60 25 25 / 0.7);
}
.border-x-error-20\/75{
    border-left-color: rgb(60 25 25 / 0.75);
    border-right-color: rgb(60 25 25 / 0.75);
}
.border-x-error-20\/80{
    border-left-color: rgb(60 25 25 / 0.8);
    border-right-color: rgb(60 25 25 / 0.8);
}
.border-x-error-20\/85{
    border-left-color: rgb(60 25 25 / 0.85);
    border-right-color: rgb(60 25 25 / 0.85);
}
.border-x-error-20\/90{
    border-left-color: rgb(60 25 25 / 0.9);
    border-right-color: rgb(60 25 25 / 0.9);
}
.border-x-error-20\/95{
    border-left-color: rgb(60 25 25 / 0.95);
    border-right-color: rgb(60 25 25 / 0.95);
}
.border-x-error-5{
    --tw-border-opacity: 1;
    border-left-color: rgb(29 19 19 / var(--tw-border-opacity));
    border-right-color: rgb(29 19 19 / var(--tw-border-opacity));
}
.border-x-error-5\/0{
    border-left-color: rgb(29 19 19 / 0);
    border-right-color: rgb(29 19 19 / 0);
}
.border-x-error-5\/10{
    border-left-color: rgb(29 19 19 / 0.1);
    border-right-color: rgb(29 19 19 / 0.1);
}
.border-x-error-5\/100{
    border-left-color: rgb(29 19 19 / 1);
    border-right-color: rgb(29 19 19 / 1);
}
.border-x-error-5\/15{
    border-left-color: rgb(29 19 19 / 0.15);
    border-right-color: rgb(29 19 19 / 0.15);
}
.border-x-error-5\/20{
    border-left-color: rgb(29 19 19 / 0.2);
    border-right-color: rgb(29 19 19 / 0.2);
}
.border-x-error-5\/25{
    border-left-color: rgb(29 19 19 / 0.25);
    border-right-color: rgb(29 19 19 / 0.25);
}
.border-x-error-5\/30{
    border-left-color: rgb(29 19 19 / 0.3);
    border-right-color: rgb(29 19 19 / 0.3);
}
.border-x-error-5\/35{
    border-left-color: rgb(29 19 19 / 0.35);
    border-right-color: rgb(29 19 19 / 0.35);
}
.border-x-error-5\/40{
    border-left-color: rgb(29 19 19 / 0.4);
    border-right-color: rgb(29 19 19 / 0.4);
}
.border-x-error-5\/45{
    border-left-color: rgb(29 19 19 / 0.45);
    border-right-color: rgb(29 19 19 / 0.45);
}
.border-x-error-5\/5{
    border-left-color: rgb(29 19 19 / 0.05);
    border-right-color: rgb(29 19 19 / 0.05);
}
.border-x-error-5\/50{
    border-left-color: rgb(29 19 19 / 0.5);
    border-right-color: rgb(29 19 19 / 0.5);
}
.border-x-error-5\/55{
    border-left-color: rgb(29 19 19 / 0.55);
    border-right-color: rgb(29 19 19 / 0.55);
}
.border-x-error-5\/60{
    border-left-color: rgb(29 19 19 / 0.6);
    border-right-color: rgb(29 19 19 / 0.6);
}
.border-x-error-5\/65{
    border-left-color: rgb(29 19 19 / 0.65);
    border-right-color: rgb(29 19 19 / 0.65);
}
.border-x-error-5\/70{
    border-left-color: rgb(29 19 19 / 0.7);
    border-right-color: rgb(29 19 19 / 0.7);
}
.border-x-error-5\/75{
    border-left-color: rgb(29 19 19 / 0.75);
    border-right-color: rgb(29 19 19 / 0.75);
}
.border-x-error-5\/80{
    border-left-color: rgb(29 19 19 / 0.8);
    border-right-color: rgb(29 19 19 / 0.8);
}
.border-x-error-5\/85{
    border-left-color: rgb(29 19 19 / 0.85);
    border-right-color: rgb(29 19 19 / 0.85);
}
.border-x-error-5\/90{
    border-left-color: rgb(29 19 19 / 0.9);
    border-right-color: rgb(29 19 19 / 0.9);
}
.border-x-error-5\/95{
    border-left-color: rgb(29 19 19 / 0.95);
    border-right-color: rgb(29 19 19 / 0.95);
}
.border-x-error-500{
    --tw-border-opacity: 1;
    border-left-color: rgb(255 60 60 / var(--tw-border-opacity));
    border-right-color: rgb(255 60 60 / var(--tw-border-opacity));
}
.border-x-error-500\/0{
    border-left-color: rgb(255 60 60 / 0);
    border-right-color: rgb(255 60 60 / 0);
}
.border-x-error-500\/10{
    border-left-color: rgb(255 60 60 / 0.1);
    border-right-color: rgb(255 60 60 / 0.1);
}
.border-x-error-500\/100{
    border-left-color: rgb(255 60 60 / 1);
    border-right-color: rgb(255 60 60 / 1);
}
.border-x-error-500\/15{
    border-left-color: rgb(255 60 60 / 0.15);
    border-right-color: rgb(255 60 60 / 0.15);
}
.border-x-error-500\/20{
    border-left-color: rgb(255 60 60 / 0.2);
    border-right-color: rgb(255 60 60 / 0.2);
}
.border-x-error-500\/25{
    border-left-color: rgb(255 60 60 / 0.25);
    border-right-color: rgb(255 60 60 / 0.25);
}
.border-x-error-500\/30{
    border-left-color: rgb(255 60 60 / 0.3);
    border-right-color: rgb(255 60 60 / 0.3);
}
.border-x-error-500\/35{
    border-left-color: rgb(255 60 60 / 0.35);
    border-right-color: rgb(255 60 60 / 0.35);
}
.border-x-error-500\/40{
    border-left-color: rgb(255 60 60 / 0.4);
    border-right-color: rgb(255 60 60 / 0.4);
}
.border-x-error-500\/45{
    border-left-color: rgb(255 60 60 / 0.45);
    border-right-color: rgb(255 60 60 / 0.45);
}
.border-x-error-500\/5{
    border-left-color: rgb(255 60 60 / 0.05);
    border-right-color: rgb(255 60 60 / 0.05);
}
.border-x-error-500\/50{
    border-left-color: rgb(255 60 60 / 0.5);
    border-right-color: rgb(255 60 60 / 0.5);
}
.border-x-error-500\/55{
    border-left-color: rgb(255 60 60 / 0.55);
    border-right-color: rgb(255 60 60 / 0.55);
}
.border-x-error-500\/60{
    border-left-color: rgb(255 60 60 / 0.6);
    border-right-color: rgb(255 60 60 / 0.6);
}
.border-x-error-500\/65{
    border-left-color: rgb(255 60 60 / 0.65);
    border-right-color: rgb(255 60 60 / 0.65);
}
.border-x-error-500\/70{
    border-left-color: rgb(255 60 60 / 0.7);
    border-right-color: rgb(255 60 60 / 0.7);
}
.border-x-error-500\/75{
    border-left-color: rgb(255 60 60 / 0.75);
    border-right-color: rgb(255 60 60 / 0.75);
}
.border-x-error-500\/80{
    border-left-color: rgb(255 60 60 / 0.8);
    border-right-color: rgb(255 60 60 / 0.8);
}
.border-x-error-500\/85{
    border-left-color: rgb(255 60 60 / 0.85);
    border-right-color: rgb(255 60 60 / 0.85);
}
.border-x-error-500\/90{
    border-left-color: rgb(255 60 60 / 0.9);
    border-right-color: rgb(255 60 60 / 0.9);
}
.border-x-error-500\/95{
    border-left-color: rgb(255 60 60 / 0.95);
    border-right-color: rgb(255 60 60 / 0.95);
}
.border-x-error-900{
    --tw-border-opacity: 1;
    border-left-color: rgb(60 25 25 / var(--tw-border-opacity));
    border-right-color: rgb(60 25 25 / var(--tw-border-opacity));
}
.border-x-error-900\/0{
    border-left-color: rgb(60 25 25 / 0);
    border-right-color: rgb(60 25 25 / 0);
}
.border-x-error-900\/10{
    border-left-color: rgb(60 25 25 / 0.1);
    border-right-color: rgb(60 25 25 / 0.1);
}
.border-x-error-900\/100{
    border-left-color: rgb(60 25 25 / 1);
    border-right-color: rgb(60 25 25 / 1);
}
.border-x-error-900\/15{
    border-left-color: rgb(60 25 25 / 0.15);
    border-right-color: rgb(60 25 25 / 0.15);
}
.border-x-error-900\/20{
    border-left-color: rgb(60 25 25 / 0.2);
    border-right-color: rgb(60 25 25 / 0.2);
}
.border-x-error-900\/25{
    border-left-color: rgb(60 25 25 / 0.25);
    border-right-color: rgb(60 25 25 / 0.25);
}
.border-x-error-900\/30{
    border-left-color: rgb(60 25 25 / 0.3);
    border-right-color: rgb(60 25 25 / 0.3);
}
.border-x-error-900\/35{
    border-left-color: rgb(60 25 25 / 0.35);
    border-right-color: rgb(60 25 25 / 0.35);
}
.border-x-error-900\/40{
    border-left-color: rgb(60 25 25 / 0.4);
    border-right-color: rgb(60 25 25 / 0.4);
}
.border-x-error-900\/45{
    border-left-color: rgb(60 25 25 / 0.45);
    border-right-color: rgb(60 25 25 / 0.45);
}
.border-x-error-900\/5{
    border-left-color: rgb(60 25 25 / 0.05);
    border-right-color: rgb(60 25 25 / 0.05);
}
.border-x-error-900\/50{
    border-left-color: rgb(60 25 25 / 0.5);
    border-right-color: rgb(60 25 25 / 0.5);
}
.border-x-error-900\/55{
    border-left-color: rgb(60 25 25 / 0.55);
    border-right-color: rgb(60 25 25 / 0.55);
}
.border-x-error-900\/60{
    border-left-color: rgb(60 25 25 / 0.6);
    border-right-color: rgb(60 25 25 / 0.6);
}
.border-x-error-900\/65{
    border-left-color: rgb(60 25 25 / 0.65);
    border-right-color: rgb(60 25 25 / 0.65);
}
.border-x-error-900\/70{
    border-left-color: rgb(60 25 25 / 0.7);
    border-right-color: rgb(60 25 25 / 0.7);
}
.border-x-error-900\/75{
    border-left-color: rgb(60 25 25 / 0.75);
    border-right-color: rgb(60 25 25 / 0.75);
}
.border-x-error-900\/80{
    border-left-color: rgb(60 25 25 / 0.8);
    border-right-color: rgb(60 25 25 / 0.8);
}
.border-x-error-900\/85{
    border-left-color: rgb(60 25 25 / 0.85);
    border-right-color: rgb(60 25 25 / 0.85);
}
.border-x-error-900\/90{
    border-left-color: rgb(60 25 25 / 0.9);
    border-right-color: rgb(60 25 25 / 0.9);
}
.border-x-error-900\/95{
    border-left-color: rgb(60 25 25 / 0.95);
    border-right-color: rgb(60 25 25 / 0.95);
}
.border-x-error-light{
    --tw-border-opacity: 1;
    border-left-color: rgb(255 199 199 / var(--tw-border-opacity));
    border-right-color: rgb(255 199 199 / var(--tw-border-opacity));
}
.border-x-error-light\/0{
    border-left-color: rgb(255 199 199 / 0);
    border-right-color: rgb(255 199 199 / 0);
}
.border-x-error-light\/10{
    border-left-color: rgb(255 199 199 / 0.1);
    border-right-color: rgb(255 199 199 / 0.1);
}
.border-x-error-light\/100{
    border-left-color: rgb(255 199 199 / 1);
    border-right-color: rgb(255 199 199 / 1);
}
.border-x-error-light\/15{
    border-left-color: rgb(255 199 199 / 0.15);
    border-right-color: rgb(255 199 199 / 0.15);
}
.border-x-error-light\/20{
    border-left-color: rgb(255 199 199 / 0.2);
    border-right-color: rgb(255 199 199 / 0.2);
}
.border-x-error-light\/25{
    border-left-color: rgb(255 199 199 / 0.25);
    border-right-color: rgb(255 199 199 / 0.25);
}
.border-x-error-light\/30{
    border-left-color: rgb(255 199 199 / 0.3);
    border-right-color: rgb(255 199 199 / 0.3);
}
.border-x-error-light\/35{
    border-left-color: rgb(255 199 199 / 0.35);
    border-right-color: rgb(255 199 199 / 0.35);
}
.border-x-error-light\/40{
    border-left-color: rgb(255 199 199 / 0.4);
    border-right-color: rgb(255 199 199 / 0.4);
}
.border-x-error-light\/45{
    border-left-color: rgb(255 199 199 / 0.45);
    border-right-color: rgb(255 199 199 / 0.45);
}
.border-x-error-light\/5{
    border-left-color: rgb(255 199 199 / 0.05);
    border-right-color: rgb(255 199 199 / 0.05);
}
.border-x-error-light\/50{
    border-left-color: rgb(255 199 199 / 0.5);
    border-right-color: rgb(255 199 199 / 0.5);
}
.border-x-error-light\/55{
    border-left-color: rgb(255 199 199 / 0.55);
    border-right-color: rgb(255 199 199 / 0.55);
}
.border-x-error-light\/60{
    border-left-color: rgb(255 199 199 / 0.6);
    border-right-color: rgb(255 199 199 / 0.6);
}
.border-x-error-light\/65{
    border-left-color: rgb(255 199 199 / 0.65);
    border-right-color: rgb(255 199 199 / 0.65);
}
.border-x-error-light\/70{
    border-left-color: rgb(255 199 199 / 0.7);
    border-right-color: rgb(255 199 199 / 0.7);
}
.border-x-error-light\/75{
    border-left-color: rgb(255 199 199 / 0.75);
    border-right-color: rgb(255 199 199 / 0.75);
}
.border-x-error-light\/80{
    border-left-color: rgb(255 199 199 / 0.8);
    border-right-color: rgb(255 199 199 / 0.8);
}
.border-x-error-light\/85{
    border-left-color: rgb(255 199 199 / 0.85);
    border-right-color: rgb(255 199 199 / 0.85);
}
.border-x-error-light\/90{
    border-left-color: rgb(255 199 199 / 0.9);
    border-right-color: rgb(255 199 199 / 0.9);
}
.border-x-error-light\/95{
    border-left-color: rgb(255 199 199 / 0.95);
    border-right-color: rgb(255 199 199 / 0.95);
}
.border-x-error\/0{
    border-left-color: rgb(255 60 60 / 0);
    border-right-color: rgb(255 60 60 / 0);
}
.border-x-error\/10{
    border-left-color: rgb(255 60 60 / 0.1);
    border-right-color: rgb(255 60 60 / 0.1);
}
.border-x-error\/100{
    border-left-color: rgb(255 60 60 / 1);
    border-right-color: rgb(255 60 60 / 1);
}
.border-x-error\/15{
    border-left-color: rgb(255 60 60 / 0.15);
    border-right-color: rgb(255 60 60 / 0.15);
}
.border-x-error\/20{
    border-left-color: rgb(255 60 60 / 0.2);
    border-right-color: rgb(255 60 60 / 0.2);
}
.border-x-error\/25{
    border-left-color: rgb(255 60 60 / 0.25);
    border-right-color: rgb(255 60 60 / 0.25);
}
.border-x-error\/30{
    border-left-color: rgb(255 60 60 / 0.3);
    border-right-color: rgb(255 60 60 / 0.3);
}
.border-x-error\/35{
    border-left-color: rgb(255 60 60 / 0.35);
    border-right-color: rgb(255 60 60 / 0.35);
}
.border-x-error\/40{
    border-left-color: rgb(255 60 60 / 0.4);
    border-right-color: rgb(255 60 60 / 0.4);
}
.border-x-error\/45{
    border-left-color: rgb(255 60 60 / 0.45);
    border-right-color: rgb(255 60 60 / 0.45);
}
.border-x-error\/5{
    border-left-color: rgb(255 60 60 / 0.05);
    border-right-color: rgb(255 60 60 / 0.05);
}
.border-x-error\/50{
    border-left-color: rgb(255 60 60 / 0.5);
    border-right-color: rgb(255 60 60 / 0.5);
}
.border-x-error\/55{
    border-left-color: rgb(255 60 60 / 0.55);
    border-right-color: rgb(255 60 60 / 0.55);
}
.border-x-error\/60{
    border-left-color: rgb(255 60 60 / 0.6);
    border-right-color: rgb(255 60 60 / 0.6);
}
.border-x-error\/65{
    border-left-color: rgb(255 60 60 / 0.65);
    border-right-color: rgb(255 60 60 / 0.65);
}
.border-x-error\/70{
    border-left-color: rgb(255 60 60 / 0.7);
    border-right-color: rgb(255 60 60 / 0.7);
}
.border-x-error\/75{
    border-left-color: rgb(255 60 60 / 0.75);
    border-right-color: rgb(255 60 60 / 0.75);
}
.border-x-error\/80{
    border-left-color: rgb(255 60 60 / 0.8);
    border-right-color: rgb(255 60 60 / 0.8);
}
.border-x-error\/85{
    border-left-color: rgb(255 60 60 / 0.85);
    border-right-color: rgb(255 60 60 / 0.85);
}
.border-x-error\/90{
    border-left-color: rgb(255 60 60 / 0.9);
    border-right-color: rgb(255 60 60 / 0.9);
}
.border-x-error\/95{
    border-left-color: rgb(255 60 60 / 0.95);
    border-right-color: rgb(255 60 60 / 0.95);
}
.border-x-primary{
    --tw-border-opacity: 1;
    border-left-color: rgb(72 229 155 / var(--tw-border-opacity));
    border-right-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-x-primary-20{
    --tw-border-opacity: 1;
    border-left-color: rgb(28 59 45 / var(--tw-border-opacity));
    border-right-color: rgb(28 59 45 / var(--tw-border-opacity));
}
.border-x-primary-20\/0{
    border-left-color: rgb(28 59 45 / 0);
    border-right-color: rgb(28 59 45 / 0);
}
.border-x-primary-20\/10{
    border-left-color: rgb(28 59 45 / 0.1);
    border-right-color: rgb(28 59 45 / 0.1);
}
.border-x-primary-20\/100{
    border-left-color: rgb(28 59 45 / 1);
    border-right-color: rgb(28 59 45 / 1);
}
.border-x-primary-20\/15{
    border-left-color: rgb(28 59 45 / 0.15);
    border-right-color: rgb(28 59 45 / 0.15);
}
.border-x-primary-20\/20{
    border-left-color: rgb(28 59 45 / 0.2);
    border-right-color: rgb(28 59 45 / 0.2);
}
.border-x-primary-20\/25{
    border-left-color: rgb(28 59 45 / 0.25);
    border-right-color: rgb(28 59 45 / 0.25);
}
.border-x-primary-20\/30{
    border-left-color: rgb(28 59 45 / 0.3);
    border-right-color: rgb(28 59 45 / 0.3);
}
.border-x-primary-20\/35{
    border-left-color: rgb(28 59 45 / 0.35);
    border-right-color: rgb(28 59 45 / 0.35);
}
.border-x-primary-20\/40{
    border-left-color: rgb(28 59 45 / 0.4);
    border-right-color: rgb(28 59 45 / 0.4);
}
.border-x-primary-20\/45{
    border-left-color: rgb(28 59 45 / 0.45);
    border-right-color: rgb(28 59 45 / 0.45);
}
.border-x-primary-20\/5{
    border-left-color: rgb(28 59 45 / 0.05);
    border-right-color: rgb(28 59 45 / 0.05);
}
.border-x-primary-20\/50{
    border-left-color: rgb(28 59 45 / 0.5);
    border-right-color: rgb(28 59 45 / 0.5);
}
.border-x-primary-20\/55{
    border-left-color: rgb(28 59 45 / 0.55);
    border-right-color: rgb(28 59 45 / 0.55);
}
.border-x-primary-20\/60{
    border-left-color: rgb(28 59 45 / 0.6);
    border-right-color: rgb(28 59 45 / 0.6);
}
.border-x-primary-20\/65{
    border-left-color: rgb(28 59 45 / 0.65);
    border-right-color: rgb(28 59 45 / 0.65);
}
.border-x-primary-20\/70{
    border-left-color: rgb(28 59 45 / 0.7);
    border-right-color: rgb(28 59 45 / 0.7);
}
.border-x-primary-20\/75{
    border-left-color: rgb(28 59 45 / 0.75);
    border-right-color: rgb(28 59 45 / 0.75);
}
.border-x-primary-20\/80{
    border-left-color: rgb(28 59 45 / 0.8);
    border-right-color: rgb(28 59 45 / 0.8);
}
.border-x-primary-20\/85{
    border-left-color: rgb(28 59 45 / 0.85);
    border-right-color: rgb(28 59 45 / 0.85);
}
.border-x-primary-20\/90{
    border-left-color: rgb(28 59 45 / 0.9);
    border-right-color: rgb(28 59 45 / 0.9);
}
.border-x-primary-20\/95{
    border-left-color: rgb(28 59 45 / 0.95);
    border-right-color: rgb(28 59 45 / 0.95);
}
.border-x-primary-200{
    --tw-border-opacity: 1;
    border-left-color: rgb(198 238 219 / var(--tw-border-opacity));
    border-right-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-x-primary-200\/0{
    border-left-color: rgb(198 238 219 / 0);
    border-right-color: rgb(198 238 219 / 0);
}
.border-x-primary-200\/10{
    border-left-color: rgb(198 238 219 / 0.1);
    border-right-color: rgb(198 238 219 / 0.1);
}
.border-x-primary-200\/100{
    border-left-color: rgb(198 238 219 / 1);
    border-right-color: rgb(198 238 219 / 1);
}
.border-x-primary-200\/15{
    border-left-color: rgb(198 238 219 / 0.15);
    border-right-color: rgb(198 238 219 / 0.15);
}
.border-x-primary-200\/20{
    border-left-color: rgb(198 238 219 / 0.2);
    border-right-color: rgb(198 238 219 / 0.2);
}
.border-x-primary-200\/25{
    border-left-color: rgb(198 238 219 / 0.25);
    border-right-color: rgb(198 238 219 / 0.25);
}
.border-x-primary-200\/30{
    border-left-color: rgb(198 238 219 / 0.3);
    border-right-color: rgb(198 238 219 / 0.3);
}
.border-x-primary-200\/35{
    border-left-color: rgb(198 238 219 / 0.35);
    border-right-color: rgb(198 238 219 / 0.35);
}
.border-x-primary-200\/40{
    border-left-color: rgb(198 238 219 / 0.4);
    border-right-color: rgb(198 238 219 / 0.4);
}
.border-x-primary-200\/45{
    border-left-color: rgb(198 238 219 / 0.45);
    border-right-color: rgb(198 238 219 / 0.45);
}
.border-x-primary-200\/5{
    border-left-color: rgb(198 238 219 / 0.05);
    border-right-color: rgb(198 238 219 / 0.05);
}
.border-x-primary-200\/50{
    border-left-color: rgb(198 238 219 / 0.5);
    border-right-color: rgb(198 238 219 / 0.5);
}
.border-x-primary-200\/55{
    border-left-color: rgb(198 238 219 / 0.55);
    border-right-color: rgb(198 238 219 / 0.55);
}
.border-x-primary-200\/60{
    border-left-color: rgb(198 238 219 / 0.6);
    border-right-color: rgb(198 238 219 / 0.6);
}
.border-x-primary-200\/65{
    border-left-color: rgb(198 238 219 / 0.65);
    border-right-color: rgb(198 238 219 / 0.65);
}
.border-x-primary-200\/70{
    border-left-color: rgb(198 238 219 / 0.7);
    border-right-color: rgb(198 238 219 / 0.7);
}
.border-x-primary-200\/75{
    border-left-color: rgb(198 238 219 / 0.75);
    border-right-color: rgb(198 238 219 / 0.75);
}
.border-x-primary-200\/80{
    border-left-color: rgb(198 238 219 / 0.8);
    border-right-color: rgb(198 238 219 / 0.8);
}
.border-x-primary-200\/85{
    border-left-color: rgb(198 238 219 / 0.85);
    border-right-color: rgb(198 238 219 / 0.85);
}
.border-x-primary-200\/90{
    border-left-color: rgb(198 238 219 / 0.9);
    border-right-color: rgb(198 238 219 / 0.9);
}
.border-x-primary-200\/95{
    border-left-color: rgb(198 238 219 / 0.95);
    border-right-color: rgb(198 238 219 / 0.95);
}
.border-x-primary-5{
    --tw-border-opacity: 1;
    border-left-color: rgb(20 28 24 / var(--tw-border-opacity));
    border-right-color: rgb(20 28 24 / var(--tw-border-opacity));
}
.border-x-primary-5\/0{
    border-left-color: rgb(20 28 24 / 0);
    border-right-color: rgb(20 28 24 / 0);
}
.border-x-primary-5\/10{
    border-left-color: rgb(20 28 24 / 0.1);
    border-right-color: rgb(20 28 24 / 0.1);
}
.border-x-primary-5\/100{
    border-left-color: rgb(20 28 24 / 1);
    border-right-color: rgb(20 28 24 / 1);
}
.border-x-primary-5\/15{
    border-left-color: rgb(20 28 24 / 0.15);
    border-right-color: rgb(20 28 24 / 0.15);
}
.border-x-primary-5\/20{
    border-left-color: rgb(20 28 24 / 0.2);
    border-right-color: rgb(20 28 24 / 0.2);
}
.border-x-primary-5\/25{
    border-left-color: rgb(20 28 24 / 0.25);
    border-right-color: rgb(20 28 24 / 0.25);
}
.border-x-primary-5\/30{
    border-left-color: rgb(20 28 24 / 0.3);
    border-right-color: rgb(20 28 24 / 0.3);
}
.border-x-primary-5\/35{
    border-left-color: rgb(20 28 24 / 0.35);
    border-right-color: rgb(20 28 24 / 0.35);
}
.border-x-primary-5\/40{
    border-left-color: rgb(20 28 24 / 0.4);
    border-right-color: rgb(20 28 24 / 0.4);
}
.border-x-primary-5\/45{
    border-left-color: rgb(20 28 24 / 0.45);
    border-right-color: rgb(20 28 24 / 0.45);
}
.border-x-primary-5\/5{
    border-left-color: rgb(20 28 24 / 0.05);
    border-right-color: rgb(20 28 24 / 0.05);
}
.border-x-primary-5\/50{
    border-left-color: rgb(20 28 24 / 0.5);
    border-right-color: rgb(20 28 24 / 0.5);
}
.border-x-primary-5\/55{
    border-left-color: rgb(20 28 24 / 0.55);
    border-right-color: rgb(20 28 24 / 0.55);
}
.border-x-primary-5\/60{
    border-left-color: rgb(20 28 24 / 0.6);
    border-right-color: rgb(20 28 24 / 0.6);
}
.border-x-primary-5\/65{
    border-left-color: rgb(20 28 24 / 0.65);
    border-right-color: rgb(20 28 24 / 0.65);
}
.border-x-primary-5\/70{
    border-left-color: rgb(20 28 24 / 0.7);
    border-right-color: rgb(20 28 24 / 0.7);
}
.border-x-primary-5\/75{
    border-left-color: rgb(20 28 24 / 0.75);
    border-right-color: rgb(20 28 24 / 0.75);
}
.border-x-primary-5\/80{
    border-left-color: rgb(20 28 24 / 0.8);
    border-right-color: rgb(20 28 24 / 0.8);
}
.border-x-primary-5\/85{
    border-left-color: rgb(20 28 24 / 0.85);
    border-right-color: rgb(20 28 24 / 0.85);
}
.border-x-primary-5\/90{
    border-left-color: rgb(20 28 24 / 0.9);
    border-right-color: rgb(20 28 24 / 0.9);
}
.border-x-primary-5\/95{
    border-left-color: rgb(20 28 24 / 0.95);
    border-right-color: rgb(20 28 24 / 0.95);
}
.border-x-primary-500{
    --tw-border-opacity: 1;
    border-left-color: rgb(72 229 155 / var(--tw-border-opacity));
    border-right-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-x-primary-500\/0{
    border-left-color: rgb(72 229 155 / 0);
    border-right-color: rgb(72 229 155 / 0);
}
.border-x-primary-500\/10{
    border-left-color: rgb(72 229 155 / 0.1);
    border-right-color: rgb(72 229 155 / 0.1);
}
.border-x-primary-500\/100{
    border-left-color: rgb(72 229 155 / 1);
    border-right-color: rgb(72 229 155 / 1);
}
.border-x-primary-500\/15{
    border-left-color: rgb(72 229 155 / 0.15);
    border-right-color: rgb(72 229 155 / 0.15);
}
.border-x-primary-500\/20{
    border-left-color: rgb(72 229 155 / 0.2);
    border-right-color: rgb(72 229 155 / 0.2);
}
.border-x-primary-500\/25{
    border-left-color: rgb(72 229 155 / 0.25);
    border-right-color: rgb(72 229 155 / 0.25);
}
.border-x-primary-500\/30{
    border-left-color: rgb(72 229 155 / 0.3);
    border-right-color: rgb(72 229 155 / 0.3);
}
.border-x-primary-500\/35{
    border-left-color: rgb(72 229 155 / 0.35);
    border-right-color: rgb(72 229 155 / 0.35);
}
.border-x-primary-500\/40{
    border-left-color: rgb(72 229 155 / 0.4);
    border-right-color: rgb(72 229 155 / 0.4);
}
.border-x-primary-500\/45{
    border-left-color: rgb(72 229 155 / 0.45);
    border-right-color: rgb(72 229 155 / 0.45);
}
.border-x-primary-500\/5{
    border-left-color: rgb(72 229 155 / 0.05);
    border-right-color: rgb(72 229 155 / 0.05);
}
.border-x-primary-500\/50{
    border-left-color: rgb(72 229 155 / 0.5);
    border-right-color: rgb(72 229 155 / 0.5);
}
.border-x-primary-500\/55{
    border-left-color: rgb(72 229 155 / 0.55);
    border-right-color: rgb(72 229 155 / 0.55);
}
.border-x-primary-500\/60{
    border-left-color: rgb(72 229 155 / 0.6);
    border-right-color: rgb(72 229 155 / 0.6);
}
.border-x-primary-500\/65{
    border-left-color: rgb(72 229 155 / 0.65);
    border-right-color: rgb(72 229 155 / 0.65);
}
.border-x-primary-500\/70{
    border-left-color: rgb(72 229 155 / 0.7);
    border-right-color: rgb(72 229 155 / 0.7);
}
.border-x-primary-500\/75{
    border-left-color: rgb(72 229 155 / 0.75);
    border-right-color: rgb(72 229 155 / 0.75);
}
.border-x-primary-500\/80{
    border-left-color: rgb(72 229 155 / 0.8);
    border-right-color: rgb(72 229 155 / 0.8);
}
.border-x-primary-500\/85{
    border-left-color: rgb(72 229 155 / 0.85);
    border-right-color: rgb(72 229 155 / 0.85);
}
.border-x-primary-500\/90{
    border-left-color: rgb(72 229 155 / 0.9);
    border-right-color: rgb(72 229 155 / 0.9);
}
.border-x-primary-500\/95{
    border-left-color: rgb(72 229 155 / 0.95);
    border-right-color: rgb(72 229 155 / 0.95);
}
.border-x-primary-60{
    --tw-border-opacity: 1;
    border-left-color: rgb(57 155 109 / var(--tw-border-opacity));
    border-right-color: rgb(57 155 109 / var(--tw-border-opacity));
}
.border-x-primary-60\/0{
    border-left-color: rgb(57 155 109 / 0);
    border-right-color: rgb(57 155 109 / 0);
}
.border-x-primary-60\/10{
    border-left-color: rgb(57 155 109 / 0.1);
    border-right-color: rgb(57 155 109 / 0.1);
}
.border-x-primary-60\/100{
    border-left-color: rgb(57 155 109 / 1);
    border-right-color: rgb(57 155 109 / 1);
}
.border-x-primary-60\/15{
    border-left-color: rgb(57 155 109 / 0.15);
    border-right-color: rgb(57 155 109 / 0.15);
}
.border-x-primary-60\/20{
    border-left-color: rgb(57 155 109 / 0.2);
    border-right-color: rgb(57 155 109 / 0.2);
}
.border-x-primary-60\/25{
    border-left-color: rgb(57 155 109 / 0.25);
    border-right-color: rgb(57 155 109 / 0.25);
}
.border-x-primary-60\/30{
    border-left-color: rgb(57 155 109 / 0.3);
    border-right-color: rgb(57 155 109 / 0.3);
}
.border-x-primary-60\/35{
    border-left-color: rgb(57 155 109 / 0.35);
    border-right-color: rgb(57 155 109 / 0.35);
}
.border-x-primary-60\/40{
    border-left-color: rgb(57 155 109 / 0.4);
    border-right-color: rgb(57 155 109 / 0.4);
}
.border-x-primary-60\/45{
    border-left-color: rgb(57 155 109 / 0.45);
    border-right-color: rgb(57 155 109 / 0.45);
}
.border-x-primary-60\/5{
    border-left-color: rgb(57 155 109 / 0.05);
    border-right-color: rgb(57 155 109 / 0.05);
}
.border-x-primary-60\/50{
    border-left-color: rgb(57 155 109 / 0.5);
    border-right-color: rgb(57 155 109 / 0.5);
}
.border-x-primary-60\/55{
    border-left-color: rgb(57 155 109 / 0.55);
    border-right-color: rgb(57 155 109 / 0.55);
}
.border-x-primary-60\/60{
    border-left-color: rgb(57 155 109 / 0.6);
    border-right-color: rgb(57 155 109 / 0.6);
}
.border-x-primary-60\/65{
    border-left-color: rgb(57 155 109 / 0.65);
    border-right-color: rgb(57 155 109 / 0.65);
}
.border-x-primary-60\/70{
    border-left-color: rgb(57 155 109 / 0.7);
    border-right-color: rgb(57 155 109 / 0.7);
}
.border-x-primary-60\/75{
    border-left-color: rgb(57 155 109 / 0.75);
    border-right-color: rgb(57 155 109 / 0.75);
}
.border-x-primary-60\/80{
    border-left-color: rgb(57 155 109 / 0.8);
    border-right-color: rgb(57 155 109 / 0.8);
}
.border-x-primary-60\/85{
    border-left-color: rgb(57 155 109 / 0.85);
    border-right-color: rgb(57 155 109 / 0.85);
}
.border-x-primary-60\/90{
    border-left-color: rgb(57 155 109 / 0.9);
    border-right-color: rgb(57 155 109 / 0.9);
}
.border-x-primary-60\/95{
    border-left-color: rgb(57 155 109 / 0.95);
    border-right-color: rgb(57 155 109 / 0.95);
}
.border-x-primary-600{
    --tw-border-opacity: 1;
    border-left-color: rgb(61 187 127 / var(--tw-border-opacity));
    border-right-color: rgb(61 187 127 / var(--tw-border-opacity));
}
.border-x-primary-600\/0{
    border-left-color: rgb(61 187 127 / 0);
    border-right-color: rgb(61 187 127 / 0);
}
.border-x-primary-600\/10{
    border-left-color: rgb(61 187 127 / 0.1);
    border-right-color: rgb(61 187 127 / 0.1);
}
.border-x-primary-600\/100{
    border-left-color: rgb(61 187 127 / 1);
    border-right-color: rgb(61 187 127 / 1);
}
.border-x-primary-600\/15{
    border-left-color: rgb(61 187 127 / 0.15);
    border-right-color: rgb(61 187 127 / 0.15);
}
.border-x-primary-600\/20{
    border-left-color: rgb(61 187 127 / 0.2);
    border-right-color: rgb(61 187 127 / 0.2);
}
.border-x-primary-600\/25{
    border-left-color: rgb(61 187 127 / 0.25);
    border-right-color: rgb(61 187 127 / 0.25);
}
.border-x-primary-600\/30{
    border-left-color: rgb(61 187 127 / 0.3);
    border-right-color: rgb(61 187 127 / 0.3);
}
.border-x-primary-600\/35{
    border-left-color: rgb(61 187 127 / 0.35);
    border-right-color: rgb(61 187 127 / 0.35);
}
.border-x-primary-600\/40{
    border-left-color: rgb(61 187 127 / 0.4);
    border-right-color: rgb(61 187 127 / 0.4);
}
.border-x-primary-600\/45{
    border-left-color: rgb(61 187 127 / 0.45);
    border-right-color: rgb(61 187 127 / 0.45);
}
.border-x-primary-600\/5{
    border-left-color: rgb(61 187 127 / 0.05);
    border-right-color: rgb(61 187 127 / 0.05);
}
.border-x-primary-600\/50{
    border-left-color: rgb(61 187 127 / 0.5);
    border-right-color: rgb(61 187 127 / 0.5);
}
.border-x-primary-600\/55{
    border-left-color: rgb(61 187 127 / 0.55);
    border-right-color: rgb(61 187 127 / 0.55);
}
.border-x-primary-600\/60{
    border-left-color: rgb(61 187 127 / 0.6);
    border-right-color: rgb(61 187 127 / 0.6);
}
.border-x-primary-600\/65{
    border-left-color: rgb(61 187 127 / 0.65);
    border-right-color: rgb(61 187 127 / 0.65);
}
.border-x-primary-600\/70{
    border-left-color: rgb(61 187 127 / 0.7);
    border-right-color: rgb(61 187 127 / 0.7);
}
.border-x-primary-600\/75{
    border-left-color: rgb(61 187 127 / 0.75);
    border-right-color: rgb(61 187 127 / 0.75);
}
.border-x-primary-600\/80{
    border-left-color: rgb(61 187 127 / 0.8);
    border-right-color: rgb(61 187 127 / 0.8);
}
.border-x-primary-600\/85{
    border-left-color: rgb(61 187 127 / 0.85);
    border-right-color: rgb(61 187 127 / 0.85);
}
.border-x-primary-600\/90{
    border-left-color: rgb(61 187 127 / 0.9);
    border-right-color: rgb(61 187 127 / 0.9);
}
.border-x-primary-600\/95{
    border-left-color: rgb(61 187 127 / 0.95);
    border-right-color: rgb(61 187 127 / 0.95);
}
.border-x-primary-700{
    --tw-border-opacity: 1;
    border-left-color: rgb(57 155 109 / var(--tw-border-opacity));
    border-right-color: rgb(57 155 109 / var(--tw-border-opacity));
}
.border-x-primary-700\/0{
    border-left-color: rgb(57 155 109 / 0);
    border-right-color: rgb(57 155 109 / 0);
}
.border-x-primary-700\/10{
    border-left-color: rgb(57 155 109 / 0.1);
    border-right-color: rgb(57 155 109 / 0.1);
}
.border-x-primary-700\/100{
    border-left-color: rgb(57 155 109 / 1);
    border-right-color: rgb(57 155 109 / 1);
}
.border-x-primary-700\/15{
    border-left-color: rgb(57 155 109 / 0.15);
    border-right-color: rgb(57 155 109 / 0.15);
}
.border-x-primary-700\/20{
    border-left-color: rgb(57 155 109 / 0.2);
    border-right-color: rgb(57 155 109 / 0.2);
}
.border-x-primary-700\/25{
    border-left-color: rgb(57 155 109 / 0.25);
    border-right-color: rgb(57 155 109 / 0.25);
}
.border-x-primary-700\/30{
    border-left-color: rgb(57 155 109 / 0.3);
    border-right-color: rgb(57 155 109 / 0.3);
}
.border-x-primary-700\/35{
    border-left-color: rgb(57 155 109 / 0.35);
    border-right-color: rgb(57 155 109 / 0.35);
}
.border-x-primary-700\/40{
    border-left-color: rgb(57 155 109 / 0.4);
    border-right-color: rgb(57 155 109 / 0.4);
}
.border-x-primary-700\/45{
    border-left-color: rgb(57 155 109 / 0.45);
    border-right-color: rgb(57 155 109 / 0.45);
}
.border-x-primary-700\/5{
    border-left-color: rgb(57 155 109 / 0.05);
    border-right-color: rgb(57 155 109 / 0.05);
}
.border-x-primary-700\/50{
    border-left-color: rgb(57 155 109 / 0.5);
    border-right-color: rgb(57 155 109 / 0.5);
}
.border-x-primary-700\/55{
    border-left-color: rgb(57 155 109 / 0.55);
    border-right-color: rgb(57 155 109 / 0.55);
}
.border-x-primary-700\/60{
    border-left-color: rgb(57 155 109 / 0.6);
    border-right-color: rgb(57 155 109 / 0.6);
}
.border-x-primary-700\/65{
    border-left-color: rgb(57 155 109 / 0.65);
    border-right-color: rgb(57 155 109 / 0.65);
}
.border-x-primary-700\/70{
    border-left-color: rgb(57 155 109 / 0.7);
    border-right-color: rgb(57 155 109 / 0.7);
}
.border-x-primary-700\/75{
    border-left-color: rgb(57 155 109 / 0.75);
    border-right-color: rgb(57 155 109 / 0.75);
}
.border-x-primary-700\/80{
    border-left-color: rgb(57 155 109 / 0.8);
    border-right-color: rgb(57 155 109 / 0.8);
}
.border-x-primary-700\/85{
    border-left-color: rgb(57 155 109 / 0.85);
    border-right-color: rgb(57 155 109 / 0.85);
}
.border-x-primary-700\/90{
    border-left-color: rgb(57 155 109 / 0.9);
    border-right-color: rgb(57 155 109 / 0.9);
}
.border-x-primary-700\/95{
    border-left-color: rgb(57 155 109 / 0.95);
    border-right-color: rgb(57 155 109 / 0.95);
}
.border-x-primary-80{
    --tw-border-opacity: 1;
    border-left-color: rgb(61 187 127 / var(--tw-border-opacity));
    border-right-color: rgb(61 187 127 / var(--tw-border-opacity));
}
.border-x-primary-80\/0{
    border-left-color: rgb(61 187 127 / 0);
    border-right-color: rgb(61 187 127 / 0);
}
.border-x-primary-80\/10{
    border-left-color: rgb(61 187 127 / 0.1);
    border-right-color: rgb(61 187 127 / 0.1);
}
.border-x-primary-80\/100{
    border-left-color: rgb(61 187 127 / 1);
    border-right-color: rgb(61 187 127 / 1);
}
.border-x-primary-80\/15{
    border-left-color: rgb(61 187 127 / 0.15);
    border-right-color: rgb(61 187 127 / 0.15);
}
.border-x-primary-80\/20{
    border-left-color: rgb(61 187 127 / 0.2);
    border-right-color: rgb(61 187 127 / 0.2);
}
.border-x-primary-80\/25{
    border-left-color: rgb(61 187 127 / 0.25);
    border-right-color: rgb(61 187 127 / 0.25);
}
.border-x-primary-80\/30{
    border-left-color: rgb(61 187 127 / 0.3);
    border-right-color: rgb(61 187 127 / 0.3);
}
.border-x-primary-80\/35{
    border-left-color: rgb(61 187 127 / 0.35);
    border-right-color: rgb(61 187 127 / 0.35);
}
.border-x-primary-80\/40{
    border-left-color: rgb(61 187 127 / 0.4);
    border-right-color: rgb(61 187 127 / 0.4);
}
.border-x-primary-80\/45{
    border-left-color: rgb(61 187 127 / 0.45);
    border-right-color: rgb(61 187 127 / 0.45);
}
.border-x-primary-80\/5{
    border-left-color: rgb(61 187 127 / 0.05);
    border-right-color: rgb(61 187 127 / 0.05);
}
.border-x-primary-80\/50{
    border-left-color: rgb(61 187 127 / 0.5);
    border-right-color: rgb(61 187 127 / 0.5);
}
.border-x-primary-80\/55{
    border-left-color: rgb(61 187 127 / 0.55);
    border-right-color: rgb(61 187 127 / 0.55);
}
.border-x-primary-80\/60{
    border-left-color: rgb(61 187 127 / 0.6);
    border-right-color: rgb(61 187 127 / 0.6);
}
.border-x-primary-80\/65{
    border-left-color: rgb(61 187 127 / 0.65);
    border-right-color: rgb(61 187 127 / 0.65);
}
.border-x-primary-80\/70{
    border-left-color: rgb(61 187 127 / 0.7);
    border-right-color: rgb(61 187 127 / 0.7);
}
.border-x-primary-80\/75{
    border-left-color: rgb(61 187 127 / 0.75);
    border-right-color: rgb(61 187 127 / 0.75);
}
.border-x-primary-80\/80{
    border-left-color: rgb(61 187 127 / 0.8);
    border-right-color: rgb(61 187 127 / 0.8);
}
.border-x-primary-80\/85{
    border-left-color: rgb(61 187 127 / 0.85);
    border-right-color: rgb(61 187 127 / 0.85);
}
.border-x-primary-80\/90{
    border-left-color: rgb(61 187 127 / 0.9);
    border-right-color: rgb(61 187 127 / 0.9);
}
.border-x-primary-80\/95{
    border-left-color: rgb(61 187 127 / 0.95);
    border-right-color: rgb(61 187 127 / 0.95);
}
.border-x-primary-800{
    --tw-border-opacity: 1;
    border-left-color: rgb(10 68 41 / var(--tw-border-opacity));
    border-right-color: rgb(10 68 41 / var(--tw-border-opacity));
}
.border-x-primary-800\/0{
    border-left-color: rgb(10 68 41 / 0);
    border-right-color: rgb(10 68 41 / 0);
}
.border-x-primary-800\/10{
    border-left-color: rgb(10 68 41 / 0.1);
    border-right-color: rgb(10 68 41 / 0.1);
}
.border-x-primary-800\/100{
    border-left-color: rgb(10 68 41 / 1);
    border-right-color: rgb(10 68 41 / 1);
}
.border-x-primary-800\/15{
    border-left-color: rgb(10 68 41 / 0.15);
    border-right-color: rgb(10 68 41 / 0.15);
}
.border-x-primary-800\/20{
    border-left-color: rgb(10 68 41 / 0.2);
    border-right-color: rgb(10 68 41 / 0.2);
}
.border-x-primary-800\/25{
    border-left-color: rgb(10 68 41 / 0.25);
    border-right-color: rgb(10 68 41 / 0.25);
}
.border-x-primary-800\/30{
    border-left-color: rgb(10 68 41 / 0.3);
    border-right-color: rgb(10 68 41 / 0.3);
}
.border-x-primary-800\/35{
    border-left-color: rgb(10 68 41 / 0.35);
    border-right-color: rgb(10 68 41 / 0.35);
}
.border-x-primary-800\/40{
    border-left-color: rgb(10 68 41 / 0.4);
    border-right-color: rgb(10 68 41 / 0.4);
}
.border-x-primary-800\/45{
    border-left-color: rgb(10 68 41 / 0.45);
    border-right-color: rgb(10 68 41 / 0.45);
}
.border-x-primary-800\/5{
    border-left-color: rgb(10 68 41 / 0.05);
    border-right-color: rgb(10 68 41 / 0.05);
}
.border-x-primary-800\/50{
    border-left-color: rgb(10 68 41 / 0.5);
    border-right-color: rgb(10 68 41 / 0.5);
}
.border-x-primary-800\/55{
    border-left-color: rgb(10 68 41 / 0.55);
    border-right-color: rgb(10 68 41 / 0.55);
}
.border-x-primary-800\/60{
    border-left-color: rgb(10 68 41 / 0.6);
    border-right-color: rgb(10 68 41 / 0.6);
}
.border-x-primary-800\/65{
    border-left-color: rgb(10 68 41 / 0.65);
    border-right-color: rgb(10 68 41 / 0.65);
}
.border-x-primary-800\/70{
    border-left-color: rgb(10 68 41 / 0.7);
    border-right-color: rgb(10 68 41 / 0.7);
}
.border-x-primary-800\/75{
    border-left-color: rgb(10 68 41 / 0.75);
    border-right-color: rgb(10 68 41 / 0.75);
}
.border-x-primary-800\/80{
    border-left-color: rgb(10 68 41 / 0.8);
    border-right-color: rgb(10 68 41 / 0.8);
}
.border-x-primary-800\/85{
    border-left-color: rgb(10 68 41 / 0.85);
    border-right-color: rgb(10 68 41 / 0.85);
}
.border-x-primary-800\/90{
    border-left-color: rgb(10 68 41 / 0.9);
    border-right-color: rgb(10 68 41 / 0.9);
}
.border-x-primary-800\/95{
    border-left-color: rgb(10 68 41 / 0.95);
    border-right-color: rgb(10 68 41 / 0.95);
}
.border-x-primary-900{
    --tw-border-opacity: 1;
    border-left-color: rgb(28 59 45 / var(--tw-border-opacity));
    border-right-color: rgb(28 59 45 / var(--tw-border-opacity));
}
.border-x-primary-900\/0{
    border-left-color: rgb(28 59 45 / 0);
    border-right-color: rgb(28 59 45 / 0);
}
.border-x-primary-900\/10{
    border-left-color: rgb(28 59 45 / 0.1);
    border-right-color: rgb(28 59 45 / 0.1);
}
.border-x-primary-900\/100{
    border-left-color: rgb(28 59 45 / 1);
    border-right-color: rgb(28 59 45 / 1);
}
.border-x-primary-900\/15{
    border-left-color: rgb(28 59 45 / 0.15);
    border-right-color: rgb(28 59 45 / 0.15);
}
.border-x-primary-900\/20{
    border-left-color: rgb(28 59 45 / 0.2);
    border-right-color: rgb(28 59 45 / 0.2);
}
.border-x-primary-900\/25{
    border-left-color: rgb(28 59 45 / 0.25);
    border-right-color: rgb(28 59 45 / 0.25);
}
.border-x-primary-900\/30{
    border-left-color: rgb(28 59 45 / 0.3);
    border-right-color: rgb(28 59 45 / 0.3);
}
.border-x-primary-900\/35{
    border-left-color: rgb(28 59 45 / 0.35);
    border-right-color: rgb(28 59 45 / 0.35);
}
.border-x-primary-900\/40{
    border-left-color: rgb(28 59 45 / 0.4);
    border-right-color: rgb(28 59 45 / 0.4);
}
.border-x-primary-900\/45{
    border-left-color: rgb(28 59 45 / 0.45);
    border-right-color: rgb(28 59 45 / 0.45);
}
.border-x-primary-900\/5{
    border-left-color: rgb(28 59 45 / 0.05);
    border-right-color: rgb(28 59 45 / 0.05);
}
.border-x-primary-900\/50{
    border-left-color: rgb(28 59 45 / 0.5);
    border-right-color: rgb(28 59 45 / 0.5);
}
.border-x-primary-900\/55{
    border-left-color: rgb(28 59 45 / 0.55);
    border-right-color: rgb(28 59 45 / 0.55);
}
.border-x-primary-900\/60{
    border-left-color: rgb(28 59 45 / 0.6);
    border-right-color: rgb(28 59 45 / 0.6);
}
.border-x-primary-900\/65{
    border-left-color: rgb(28 59 45 / 0.65);
    border-right-color: rgb(28 59 45 / 0.65);
}
.border-x-primary-900\/70{
    border-left-color: rgb(28 59 45 / 0.7);
    border-right-color: rgb(28 59 45 / 0.7);
}
.border-x-primary-900\/75{
    border-left-color: rgb(28 59 45 / 0.75);
    border-right-color: rgb(28 59 45 / 0.75);
}
.border-x-primary-900\/80{
    border-left-color: rgb(28 59 45 / 0.8);
    border-right-color: rgb(28 59 45 / 0.8);
}
.border-x-primary-900\/85{
    border-left-color: rgb(28 59 45 / 0.85);
    border-right-color: rgb(28 59 45 / 0.85);
}
.border-x-primary-900\/90{
    border-left-color: rgb(28 59 45 / 0.9);
    border-right-color: rgb(28 59 45 / 0.9);
}
.border-x-primary-900\/95{
    border-left-color: rgb(28 59 45 / 0.95);
    border-right-color: rgb(28 59 45 / 0.95);
}
.border-x-primary-950{
    --tw-border-opacity: 1;
    border-left-color: rgb(20 28 24 / var(--tw-border-opacity));
    border-right-color: rgb(20 28 24 / var(--tw-border-opacity));
}
.border-x-primary-950\/0{
    border-left-color: rgb(20 28 24 / 0);
    border-right-color: rgb(20 28 24 / 0);
}
.border-x-primary-950\/10{
    border-left-color: rgb(20 28 24 / 0.1);
    border-right-color: rgb(20 28 24 / 0.1);
}
.border-x-primary-950\/100{
    border-left-color: rgb(20 28 24 / 1);
    border-right-color: rgb(20 28 24 / 1);
}
.border-x-primary-950\/15{
    border-left-color: rgb(20 28 24 / 0.15);
    border-right-color: rgb(20 28 24 / 0.15);
}
.border-x-primary-950\/20{
    border-left-color: rgb(20 28 24 / 0.2);
    border-right-color: rgb(20 28 24 / 0.2);
}
.border-x-primary-950\/25{
    border-left-color: rgb(20 28 24 / 0.25);
    border-right-color: rgb(20 28 24 / 0.25);
}
.border-x-primary-950\/30{
    border-left-color: rgb(20 28 24 / 0.3);
    border-right-color: rgb(20 28 24 / 0.3);
}
.border-x-primary-950\/35{
    border-left-color: rgb(20 28 24 / 0.35);
    border-right-color: rgb(20 28 24 / 0.35);
}
.border-x-primary-950\/40{
    border-left-color: rgb(20 28 24 / 0.4);
    border-right-color: rgb(20 28 24 / 0.4);
}
.border-x-primary-950\/45{
    border-left-color: rgb(20 28 24 / 0.45);
    border-right-color: rgb(20 28 24 / 0.45);
}
.border-x-primary-950\/5{
    border-left-color: rgb(20 28 24 / 0.05);
    border-right-color: rgb(20 28 24 / 0.05);
}
.border-x-primary-950\/50{
    border-left-color: rgb(20 28 24 / 0.5);
    border-right-color: rgb(20 28 24 / 0.5);
}
.border-x-primary-950\/55{
    border-left-color: rgb(20 28 24 / 0.55);
    border-right-color: rgb(20 28 24 / 0.55);
}
.border-x-primary-950\/60{
    border-left-color: rgb(20 28 24 / 0.6);
    border-right-color: rgb(20 28 24 / 0.6);
}
.border-x-primary-950\/65{
    border-left-color: rgb(20 28 24 / 0.65);
    border-right-color: rgb(20 28 24 / 0.65);
}
.border-x-primary-950\/70{
    border-left-color: rgb(20 28 24 / 0.7);
    border-right-color: rgb(20 28 24 / 0.7);
}
.border-x-primary-950\/75{
    border-left-color: rgb(20 28 24 / 0.75);
    border-right-color: rgb(20 28 24 / 0.75);
}
.border-x-primary-950\/80{
    border-left-color: rgb(20 28 24 / 0.8);
    border-right-color: rgb(20 28 24 / 0.8);
}
.border-x-primary-950\/85{
    border-left-color: rgb(20 28 24 / 0.85);
    border-right-color: rgb(20 28 24 / 0.85);
}
.border-x-primary-950\/90{
    border-left-color: rgb(20 28 24 / 0.9);
    border-right-color: rgb(20 28 24 / 0.9);
}
.border-x-primary-950\/95{
    border-left-color: rgb(20 28 24 / 0.95);
    border-right-color: rgb(20 28 24 / 0.95);
}
.border-x-primary-dark{
    --tw-border-opacity: 1;
    border-left-color: rgb(10 68 41 / var(--tw-border-opacity));
    border-right-color: rgb(10 68 41 / var(--tw-border-opacity));
}
.border-x-primary-dark\/0{
    border-left-color: rgb(10 68 41 / 0);
    border-right-color: rgb(10 68 41 / 0);
}
.border-x-primary-dark\/10{
    border-left-color: rgb(10 68 41 / 0.1);
    border-right-color: rgb(10 68 41 / 0.1);
}
.border-x-primary-dark\/100{
    border-left-color: rgb(10 68 41 / 1);
    border-right-color: rgb(10 68 41 / 1);
}
.border-x-primary-dark\/15{
    border-left-color: rgb(10 68 41 / 0.15);
    border-right-color: rgb(10 68 41 / 0.15);
}
.border-x-primary-dark\/20{
    border-left-color: rgb(10 68 41 / 0.2);
    border-right-color: rgb(10 68 41 / 0.2);
}
.border-x-primary-dark\/25{
    border-left-color: rgb(10 68 41 / 0.25);
    border-right-color: rgb(10 68 41 / 0.25);
}
.border-x-primary-dark\/30{
    border-left-color: rgb(10 68 41 / 0.3);
    border-right-color: rgb(10 68 41 / 0.3);
}
.border-x-primary-dark\/35{
    border-left-color: rgb(10 68 41 / 0.35);
    border-right-color: rgb(10 68 41 / 0.35);
}
.border-x-primary-dark\/40{
    border-left-color: rgb(10 68 41 / 0.4);
    border-right-color: rgb(10 68 41 / 0.4);
}
.border-x-primary-dark\/45{
    border-left-color: rgb(10 68 41 / 0.45);
    border-right-color: rgb(10 68 41 / 0.45);
}
.border-x-primary-dark\/5{
    border-left-color: rgb(10 68 41 / 0.05);
    border-right-color: rgb(10 68 41 / 0.05);
}
.border-x-primary-dark\/50{
    border-left-color: rgb(10 68 41 / 0.5);
    border-right-color: rgb(10 68 41 / 0.5);
}
.border-x-primary-dark\/55{
    border-left-color: rgb(10 68 41 / 0.55);
    border-right-color: rgb(10 68 41 / 0.55);
}
.border-x-primary-dark\/60{
    border-left-color: rgb(10 68 41 / 0.6);
    border-right-color: rgb(10 68 41 / 0.6);
}
.border-x-primary-dark\/65{
    border-left-color: rgb(10 68 41 / 0.65);
    border-right-color: rgb(10 68 41 / 0.65);
}
.border-x-primary-dark\/70{
    border-left-color: rgb(10 68 41 / 0.7);
    border-right-color: rgb(10 68 41 / 0.7);
}
.border-x-primary-dark\/75{
    border-left-color: rgb(10 68 41 / 0.75);
    border-right-color: rgb(10 68 41 / 0.75);
}
.border-x-primary-dark\/80{
    border-left-color: rgb(10 68 41 / 0.8);
    border-right-color: rgb(10 68 41 / 0.8);
}
.border-x-primary-dark\/85{
    border-left-color: rgb(10 68 41 / 0.85);
    border-right-color: rgb(10 68 41 / 0.85);
}
.border-x-primary-dark\/90{
    border-left-color: rgb(10 68 41 / 0.9);
    border-right-color: rgb(10 68 41 / 0.9);
}
.border-x-primary-dark\/95{
    border-left-color: rgb(10 68 41 / 0.95);
    border-right-color: rgb(10 68 41 / 0.95);
}
.border-x-primary-light{
    --tw-border-opacity: 1;
    border-left-color: rgb(198 238 219 / var(--tw-border-opacity));
    border-right-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-x-primary-light\/0{
    border-left-color: rgb(198 238 219 / 0);
    border-right-color: rgb(198 238 219 / 0);
}
.border-x-primary-light\/10{
    border-left-color: rgb(198 238 219 / 0.1);
    border-right-color: rgb(198 238 219 / 0.1);
}
.border-x-primary-light\/100{
    border-left-color: rgb(198 238 219 / 1);
    border-right-color: rgb(198 238 219 / 1);
}
.border-x-primary-light\/15{
    border-left-color: rgb(198 238 219 / 0.15);
    border-right-color: rgb(198 238 219 / 0.15);
}
.border-x-primary-light\/20{
    border-left-color: rgb(198 238 219 / 0.2);
    border-right-color: rgb(198 238 219 / 0.2);
}
.border-x-primary-light\/25{
    border-left-color: rgb(198 238 219 / 0.25);
    border-right-color: rgb(198 238 219 / 0.25);
}
.border-x-primary-light\/30{
    border-left-color: rgb(198 238 219 / 0.3);
    border-right-color: rgb(198 238 219 / 0.3);
}
.border-x-primary-light\/35{
    border-left-color: rgb(198 238 219 / 0.35);
    border-right-color: rgb(198 238 219 / 0.35);
}
.border-x-primary-light\/40{
    border-left-color: rgb(198 238 219 / 0.4);
    border-right-color: rgb(198 238 219 / 0.4);
}
.border-x-primary-light\/45{
    border-left-color: rgb(198 238 219 / 0.45);
    border-right-color: rgb(198 238 219 / 0.45);
}
.border-x-primary-light\/5{
    border-left-color: rgb(198 238 219 / 0.05);
    border-right-color: rgb(198 238 219 / 0.05);
}
.border-x-primary-light\/50{
    border-left-color: rgb(198 238 219 / 0.5);
    border-right-color: rgb(198 238 219 / 0.5);
}
.border-x-primary-light\/55{
    border-left-color: rgb(198 238 219 / 0.55);
    border-right-color: rgb(198 238 219 / 0.55);
}
.border-x-primary-light\/60{
    border-left-color: rgb(198 238 219 / 0.6);
    border-right-color: rgb(198 238 219 / 0.6);
}
.border-x-primary-light\/65{
    border-left-color: rgb(198 238 219 / 0.65);
    border-right-color: rgb(198 238 219 / 0.65);
}
.border-x-primary-light\/70{
    border-left-color: rgb(198 238 219 / 0.7);
    border-right-color: rgb(198 238 219 / 0.7);
}
.border-x-primary-light\/75{
    border-left-color: rgb(198 238 219 / 0.75);
    border-right-color: rgb(198 238 219 / 0.75);
}
.border-x-primary-light\/80{
    border-left-color: rgb(198 238 219 / 0.8);
    border-right-color: rgb(198 238 219 / 0.8);
}
.border-x-primary-light\/85{
    border-left-color: rgb(198 238 219 / 0.85);
    border-right-color: rgb(198 238 219 / 0.85);
}
.border-x-primary-light\/90{
    border-left-color: rgb(198 238 219 / 0.9);
    border-right-color: rgb(198 238 219 / 0.9);
}
.border-x-primary-light\/95{
    border-left-color: rgb(198 238 219 / 0.95);
    border-right-color: rgb(198 238 219 / 0.95);
}
.border-x-primary\/0{
    border-left-color: rgb(72 229 155 / 0);
    border-right-color: rgb(72 229 155 / 0);
}
.border-x-primary\/10{
    border-left-color: rgb(72 229 155 / 0.1);
    border-right-color: rgb(72 229 155 / 0.1);
}
.border-x-primary\/100{
    border-left-color: rgb(72 229 155 / 1);
    border-right-color: rgb(72 229 155 / 1);
}
.border-x-primary\/15{
    border-left-color: rgb(72 229 155 / 0.15);
    border-right-color: rgb(72 229 155 / 0.15);
}
.border-x-primary\/20{
    border-left-color: rgb(72 229 155 / 0.2);
    border-right-color: rgb(72 229 155 / 0.2);
}
.border-x-primary\/25{
    border-left-color: rgb(72 229 155 / 0.25);
    border-right-color: rgb(72 229 155 / 0.25);
}
.border-x-primary\/30{
    border-left-color: rgb(72 229 155 / 0.3);
    border-right-color: rgb(72 229 155 / 0.3);
}
.border-x-primary\/35{
    border-left-color: rgb(72 229 155 / 0.35);
    border-right-color: rgb(72 229 155 / 0.35);
}
.border-x-primary\/40{
    border-left-color: rgb(72 229 155 / 0.4);
    border-right-color: rgb(72 229 155 / 0.4);
}
.border-x-primary\/45{
    border-left-color: rgb(72 229 155 / 0.45);
    border-right-color: rgb(72 229 155 / 0.45);
}
.border-x-primary\/5{
    border-left-color: rgb(72 229 155 / 0.05);
    border-right-color: rgb(72 229 155 / 0.05);
}
.border-x-primary\/50{
    border-left-color: rgb(72 229 155 / 0.5);
    border-right-color: rgb(72 229 155 / 0.5);
}
.border-x-primary\/55{
    border-left-color: rgb(72 229 155 / 0.55);
    border-right-color: rgb(72 229 155 / 0.55);
}
.border-x-primary\/60{
    border-left-color: rgb(72 229 155 / 0.6);
    border-right-color: rgb(72 229 155 / 0.6);
}
.border-x-primary\/65{
    border-left-color: rgb(72 229 155 / 0.65);
    border-right-color: rgb(72 229 155 / 0.65);
}
.border-x-primary\/70{
    border-left-color: rgb(72 229 155 / 0.7);
    border-right-color: rgb(72 229 155 / 0.7);
}
.border-x-primary\/75{
    border-left-color: rgb(72 229 155 / 0.75);
    border-right-color: rgb(72 229 155 / 0.75);
}
.border-x-primary\/80{
    border-left-color: rgb(72 229 155 / 0.8);
    border-right-color: rgb(72 229 155 / 0.8);
}
.border-x-primary\/85{
    border-left-color: rgb(72 229 155 / 0.85);
    border-right-color: rgb(72 229 155 / 0.85);
}
.border-x-primary\/90{
    border-left-color: rgb(72 229 155 / 0.9);
    border-right-color: rgb(72 229 155 / 0.9);
}
.border-x-primary\/95{
    border-left-color: rgb(72 229 155 / 0.95);
    border-right-color: rgb(72 229 155 / 0.95);
}
.border-x-secondary{
    --tw-border-opacity: 1;
    border-left-color: rgb(1 90 213 / var(--tw-border-opacity));
    border-right-color: rgb(1 90 213 / var(--tw-border-opacity));
}
.border-x-secondary-500{
    --tw-border-opacity: 1;
    border-left-color: rgb(1 90 213 / var(--tw-border-opacity));
    border-right-color: rgb(1 90 213 / var(--tw-border-opacity));
}
.border-x-secondary-500\/0{
    border-left-color: rgb(1 90 213 / 0);
    border-right-color: rgb(1 90 213 / 0);
}
.border-x-secondary-500\/10{
    border-left-color: rgb(1 90 213 / 0.1);
    border-right-color: rgb(1 90 213 / 0.1);
}
.border-x-secondary-500\/100{
    border-left-color: rgb(1 90 213 / 1);
    border-right-color: rgb(1 90 213 / 1);
}
.border-x-secondary-500\/15{
    border-left-color: rgb(1 90 213 / 0.15);
    border-right-color: rgb(1 90 213 / 0.15);
}
.border-x-secondary-500\/20{
    border-left-color: rgb(1 90 213 / 0.2);
    border-right-color: rgb(1 90 213 / 0.2);
}
.border-x-secondary-500\/25{
    border-left-color: rgb(1 90 213 / 0.25);
    border-right-color: rgb(1 90 213 / 0.25);
}
.border-x-secondary-500\/30{
    border-left-color: rgb(1 90 213 / 0.3);
    border-right-color: rgb(1 90 213 / 0.3);
}
.border-x-secondary-500\/35{
    border-left-color: rgb(1 90 213 / 0.35);
    border-right-color: rgb(1 90 213 / 0.35);
}
.border-x-secondary-500\/40{
    border-left-color: rgb(1 90 213 / 0.4);
    border-right-color: rgb(1 90 213 / 0.4);
}
.border-x-secondary-500\/45{
    border-left-color: rgb(1 90 213 / 0.45);
    border-right-color: rgb(1 90 213 / 0.45);
}
.border-x-secondary-500\/5{
    border-left-color: rgb(1 90 213 / 0.05);
    border-right-color: rgb(1 90 213 / 0.05);
}
.border-x-secondary-500\/50{
    border-left-color: rgb(1 90 213 / 0.5);
    border-right-color: rgb(1 90 213 / 0.5);
}
.border-x-secondary-500\/55{
    border-left-color: rgb(1 90 213 / 0.55);
    border-right-color: rgb(1 90 213 / 0.55);
}
.border-x-secondary-500\/60{
    border-left-color: rgb(1 90 213 / 0.6);
    border-right-color: rgb(1 90 213 / 0.6);
}
.border-x-secondary-500\/65{
    border-left-color: rgb(1 90 213 / 0.65);
    border-right-color: rgb(1 90 213 / 0.65);
}
.border-x-secondary-500\/70{
    border-left-color: rgb(1 90 213 / 0.7);
    border-right-color: rgb(1 90 213 / 0.7);
}
.border-x-secondary-500\/75{
    border-left-color: rgb(1 90 213 / 0.75);
    border-right-color: rgb(1 90 213 / 0.75);
}
.border-x-secondary-500\/80{
    border-left-color: rgb(1 90 213 / 0.8);
    border-right-color: rgb(1 90 213 / 0.8);
}
.border-x-secondary-500\/85{
    border-left-color: rgb(1 90 213 / 0.85);
    border-right-color: rgb(1 90 213 / 0.85);
}
.border-x-secondary-500\/90{
    border-left-color: rgb(1 90 213 / 0.9);
    border-right-color: rgb(1 90 213 / 0.9);
}
.border-x-secondary-500\/95{
    border-left-color: rgb(1 90 213 / 0.95);
    border-right-color: rgb(1 90 213 / 0.95);
}
.border-x-secondary\/0{
    border-left-color: rgb(1 90 213 / 0);
    border-right-color: rgb(1 90 213 / 0);
}
.border-x-secondary\/10{
    border-left-color: rgb(1 90 213 / 0.1);
    border-right-color: rgb(1 90 213 / 0.1);
}
.border-x-secondary\/100{
    border-left-color: rgb(1 90 213 / 1);
    border-right-color: rgb(1 90 213 / 1);
}
.border-x-secondary\/15{
    border-left-color: rgb(1 90 213 / 0.15);
    border-right-color: rgb(1 90 213 / 0.15);
}
.border-x-secondary\/20{
    border-left-color: rgb(1 90 213 / 0.2);
    border-right-color: rgb(1 90 213 / 0.2);
}
.border-x-secondary\/25{
    border-left-color: rgb(1 90 213 / 0.25);
    border-right-color: rgb(1 90 213 / 0.25);
}
.border-x-secondary\/30{
    border-left-color: rgb(1 90 213 / 0.3);
    border-right-color: rgb(1 90 213 / 0.3);
}
.border-x-secondary\/35{
    border-left-color: rgb(1 90 213 / 0.35);
    border-right-color: rgb(1 90 213 / 0.35);
}
.border-x-secondary\/40{
    border-left-color: rgb(1 90 213 / 0.4);
    border-right-color: rgb(1 90 213 / 0.4);
}
.border-x-secondary\/45{
    border-left-color: rgb(1 90 213 / 0.45);
    border-right-color: rgb(1 90 213 / 0.45);
}
.border-x-secondary\/5{
    border-left-color: rgb(1 90 213 / 0.05);
    border-right-color: rgb(1 90 213 / 0.05);
}
.border-x-secondary\/50{
    border-left-color: rgb(1 90 213 / 0.5);
    border-right-color: rgb(1 90 213 / 0.5);
}
.border-x-secondary\/55{
    border-left-color: rgb(1 90 213 / 0.55);
    border-right-color: rgb(1 90 213 / 0.55);
}
.border-x-secondary\/60{
    border-left-color: rgb(1 90 213 / 0.6);
    border-right-color: rgb(1 90 213 / 0.6);
}
.border-x-secondary\/65{
    border-left-color: rgb(1 90 213 / 0.65);
    border-right-color: rgb(1 90 213 / 0.65);
}
.border-x-secondary\/70{
    border-left-color: rgb(1 90 213 / 0.7);
    border-right-color: rgb(1 90 213 / 0.7);
}
.border-x-secondary\/75{
    border-left-color: rgb(1 90 213 / 0.75);
    border-right-color: rgb(1 90 213 / 0.75);
}
.border-x-secondary\/80{
    border-left-color: rgb(1 90 213 / 0.8);
    border-right-color: rgb(1 90 213 / 0.8);
}
.border-x-secondary\/85{
    border-left-color: rgb(1 90 213 / 0.85);
    border-right-color: rgb(1 90 213 / 0.85);
}
.border-x-secondary\/90{
    border-left-color: rgb(1 90 213 / 0.9);
    border-right-color: rgb(1 90 213 / 0.9);
}
.border-x-secondary\/95{
    border-left-color: rgb(1 90 213 / 0.95);
    border-right-color: rgb(1 90 213 / 0.95);
}
.border-y-black-brand{
    --tw-border-opacity: 1;
    border-top-color: rgb(49 49 49 / var(--tw-border-opacity));
    border-bottom-color: rgb(49 49 49 / var(--tw-border-opacity));
}
.border-y-black-brand\/0{
    border-top-color: rgb(49 49 49 / 0);
    border-bottom-color: rgb(49 49 49 / 0);
}
.border-y-black-brand\/10{
    border-top-color: rgb(49 49 49 / 0.1);
    border-bottom-color: rgb(49 49 49 / 0.1);
}
.border-y-black-brand\/100{
    border-top-color: rgb(49 49 49 / 1);
    border-bottom-color: rgb(49 49 49 / 1);
}
.border-y-black-brand\/15{
    border-top-color: rgb(49 49 49 / 0.15);
    border-bottom-color: rgb(49 49 49 / 0.15);
}
.border-y-black-brand\/20{
    border-top-color: rgb(49 49 49 / 0.2);
    border-bottom-color: rgb(49 49 49 / 0.2);
}
.border-y-black-brand\/25{
    border-top-color: rgb(49 49 49 / 0.25);
    border-bottom-color: rgb(49 49 49 / 0.25);
}
.border-y-black-brand\/30{
    border-top-color: rgb(49 49 49 / 0.3);
    border-bottom-color: rgb(49 49 49 / 0.3);
}
.border-y-black-brand\/35{
    border-top-color: rgb(49 49 49 / 0.35);
    border-bottom-color: rgb(49 49 49 / 0.35);
}
.border-y-black-brand\/40{
    border-top-color: rgb(49 49 49 / 0.4);
    border-bottom-color: rgb(49 49 49 / 0.4);
}
.border-y-black-brand\/45{
    border-top-color: rgb(49 49 49 / 0.45);
    border-bottom-color: rgb(49 49 49 / 0.45);
}
.border-y-black-brand\/5{
    border-top-color: rgb(49 49 49 / 0.05);
    border-bottom-color: rgb(49 49 49 / 0.05);
}
.border-y-black-brand\/50{
    border-top-color: rgb(49 49 49 / 0.5);
    border-bottom-color: rgb(49 49 49 / 0.5);
}
.border-y-black-brand\/55{
    border-top-color: rgb(49 49 49 / 0.55);
    border-bottom-color: rgb(49 49 49 / 0.55);
}
.border-y-black-brand\/60{
    border-top-color: rgb(49 49 49 / 0.6);
    border-bottom-color: rgb(49 49 49 / 0.6);
}
.border-y-black-brand\/65{
    border-top-color: rgb(49 49 49 / 0.65);
    border-bottom-color: rgb(49 49 49 / 0.65);
}
.border-y-black-brand\/70{
    border-top-color: rgb(49 49 49 / 0.7);
    border-bottom-color: rgb(49 49 49 / 0.7);
}
.border-y-black-brand\/75{
    border-top-color: rgb(49 49 49 / 0.75);
    border-bottom-color: rgb(49 49 49 / 0.75);
}
.border-y-black-brand\/80{
    border-top-color: rgb(49 49 49 / 0.8);
    border-bottom-color: rgb(49 49 49 / 0.8);
}
.border-y-black-brand\/85{
    border-top-color: rgb(49 49 49 / 0.85);
    border-bottom-color: rgb(49 49 49 / 0.85);
}
.border-y-black-brand\/90{
    border-top-color: rgb(49 49 49 / 0.9);
    border-bottom-color: rgb(49 49 49 / 0.9);
}
.border-y-black-brand\/95{
    border-top-color: rgb(49 49 49 / 0.95);
    border-bottom-color: rgb(49 49 49 / 0.95);
}
.border-y-brand-100{
    border-top-color: #c6eedb0d;
    border-bottom-color: #c6eedb0d;
}
.border-y-brand-100\/0{
    border-top-color: rgb(198 238 219 / 0);
    border-bottom-color: rgb(198 238 219 / 0);
}
.border-y-brand-100\/10{
    border-top-color: rgb(198 238 219 / 0.1);
    border-bottom-color: rgb(198 238 219 / 0.1);
}
.border-y-brand-100\/100{
    border-top-color: rgb(198 238 219 / 1);
    border-bottom-color: rgb(198 238 219 / 1);
}
.border-y-brand-100\/15{
    border-top-color: rgb(198 238 219 / 0.15);
    border-bottom-color: rgb(198 238 219 / 0.15);
}
.border-y-brand-100\/20{
    border-top-color: rgb(198 238 219 / 0.2);
    border-bottom-color: rgb(198 238 219 / 0.2);
}
.border-y-brand-100\/25{
    border-top-color: rgb(198 238 219 / 0.25);
    border-bottom-color: rgb(198 238 219 / 0.25);
}
.border-y-brand-100\/30{
    border-top-color: rgb(198 238 219 / 0.3);
    border-bottom-color: rgb(198 238 219 / 0.3);
}
.border-y-brand-100\/35{
    border-top-color: rgb(198 238 219 / 0.35);
    border-bottom-color: rgb(198 238 219 / 0.35);
}
.border-y-brand-100\/40{
    border-top-color: rgb(198 238 219 / 0.4);
    border-bottom-color: rgb(198 238 219 / 0.4);
}
.border-y-brand-100\/45{
    border-top-color: rgb(198 238 219 / 0.45);
    border-bottom-color: rgb(198 238 219 / 0.45);
}
.border-y-brand-100\/5{
    border-top-color: rgb(198 238 219 / 0.05);
    border-bottom-color: rgb(198 238 219 / 0.05);
}
.border-y-brand-100\/50{
    border-top-color: rgb(198 238 219 / 0.5);
    border-bottom-color: rgb(198 238 219 / 0.5);
}
.border-y-brand-100\/55{
    border-top-color: rgb(198 238 219 / 0.55);
    border-bottom-color: rgb(198 238 219 / 0.55);
}
.border-y-brand-100\/60{
    border-top-color: rgb(198 238 219 / 0.6);
    border-bottom-color: rgb(198 238 219 / 0.6);
}
.border-y-brand-100\/65{
    border-top-color: rgb(198 238 219 / 0.65);
    border-bottom-color: rgb(198 238 219 / 0.65);
}
.border-y-brand-100\/70{
    border-top-color: rgb(198 238 219 / 0.7);
    border-bottom-color: rgb(198 238 219 / 0.7);
}
.border-y-brand-100\/75{
    border-top-color: rgb(198 238 219 / 0.75);
    border-bottom-color: rgb(198 238 219 / 0.75);
}
.border-y-brand-100\/80{
    border-top-color: rgb(198 238 219 / 0.8);
    border-bottom-color: rgb(198 238 219 / 0.8);
}
.border-y-brand-100\/85{
    border-top-color: rgb(198 238 219 / 0.85);
    border-bottom-color: rgb(198 238 219 / 0.85);
}
.border-y-brand-100\/90{
    border-top-color: rgb(198 238 219 / 0.9);
    border-bottom-color: rgb(198 238 219 / 0.9);
}
.border-y-brand-100\/95{
    border-top-color: rgb(198 238 219 / 0.95);
    border-bottom-color: rgb(198 238 219 / 0.95);
}
.border-y-brand-20{
    --tw-border-opacity: 1;
    border-top-color: rgb(72 229 155 / var(--tw-border-opacity));
    border-bottom-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-y-brand-20\/0{
    border-top-color: rgb(72 229 155 / 0);
    border-bottom-color: rgb(72 229 155 / 0);
}
.border-y-brand-20\/10{
    border-top-color: rgb(72 229 155 / 0.1);
    border-bottom-color: rgb(72 229 155 / 0.1);
}
.border-y-brand-20\/100{
    border-top-color: rgb(72 229 155 / 1);
    border-bottom-color: rgb(72 229 155 / 1);
}
.border-y-brand-20\/15{
    border-top-color: rgb(72 229 155 / 0.15);
    border-bottom-color: rgb(72 229 155 / 0.15);
}
.border-y-brand-20\/20{
    border-top-color: rgb(72 229 155 / 0.2);
    border-bottom-color: rgb(72 229 155 / 0.2);
}
.border-y-brand-20\/25{
    border-top-color: rgb(72 229 155 / 0.25);
    border-bottom-color: rgb(72 229 155 / 0.25);
}
.border-y-brand-20\/30{
    border-top-color: rgb(72 229 155 / 0.3);
    border-bottom-color: rgb(72 229 155 / 0.3);
}
.border-y-brand-20\/35{
    border-top-color: rgb(72 229 155 / 0.35);
    border-bottom-color: rgb(72 229 155 / 0.35);
}
.border-y-brand-20\/40{
    border-top-color: rgb(72 229 155 / 0.4);
    border-bottom-color: rgb(72 229 155 / 0.4);
}
.border-y-brand-20\/45{
    border-top-color: rgb(72 229 155 / 0.45);
    border-bottom-color: rgb(72 229 155 / 0.45);
}
.border-y-brand-20\/5{
    border-top-color: rgb(72 229 155 / 0.05);
    border-bottom-color: rgb(72 229 155 / 0.05);
}
.border-y-brand-20\/50{
    border-top-color: rgb(72 229 155 / 0.5);
    border-bottom-color: rgb(72 229 155 / 0.5);
}
.border-y-brand-20\/55{
    border-top-color: rgb(72 229 155 / 0.55);
    border-bottom-color: rgb(72 229 155 / 0.55);
}
.border-y-brand-20\/60{
    border-top-color: rgb(72 229 155 / 0.6);
    border-bottom-color: rgb(72 229 155 / 0.6);
}
.border-y-brand-20\/65{
    border-top-color: rgb(72 229 155 / 0.65);
    border-bottom-color: rgb(72 229 155 / 0.65);
}
.border-y-brand-20\/70{
    border-top-color: rgb(72 229 155 / 0.7);
    border-bottom-color: rgb(72 229 155 / 0.7);
}
.border-y-brand-20\/75{
    border-top-color: rgb(72 229 155 / 0.75);
    border-bottom-color: rgb(72 229 155 / 0.75);
}
.border-y-brand-20\/80{
    border-top-color: rgb(72 229 155 / 0.8);
    border-bottom-color: rgb(72 229 155 / 0.8);
}
.border-y-brand-20\/85{
    border-top-color: rgb(72 229 155 / 0.85);
    border-bottom-color: rgb(72 229 155 / 0.85);
}
.border-y-brand-20\/90{
    border-top-color: rgb(72 229 155 / 0.9);
    border-bottom-color: rgb(72 229 155 / 0.9);
}
.border-y-brand-20\/95{
    border-top-color: rgb(72 229 155 / 0.95);
    border-bottom-color: rgb(72 229 155 / 0.95);
}
.border-y-brand-200{
    border-top-color: #c6eedb33;
    border-bottom-color: #c6eedb33;
}
.border-y-brand-200\/0{
    border-top-color: rgb(198 238 219 / 0);
    border-bottom-color: rgb(198 238 219 / 0);
}
.border-y-brand-200\/10{
    border-top-color: rgb(198 238 219 / 0.1);
    border-bottom-color: rgb(198 238 219 / 0.1);
}
.border-y-brand-200\/100{
    border-top-color: rgb(198 238 219 / 1);
    border-bottom-color: rgb(198 238 219 / 1);
}
.border-y-brand-200\/15{
    border-top-color: rgb(198 238 219 / 0.15);
    border-bottom-color: rgb(198 238 219 / 0.15);
}
.border-y-brand-200\/20{
    border-top-color: rgb(198 238 219 / 0.2);
    border-bottom-color: rgb(198 238 219 / 0.2);
}
.border-y-brand-200\/25{
    border-top-color: rgb(198 238 219 / 0.25);
    border-bottom-color: rgb(198 238 219 / 0.25);
}
.border-y-brand-200\/30{
    border-top-color: rgb(198 238 219 / 0.3);
    border-bottom-color: rgb(198 238 219 / 0.3);
}
.border-y-brand-200\/35{
    border-top-color: rgb(198 238 219 / 0.35);
    border-bottom-color: rgb(198 238 219 / 0.35);
}
.border-y-brand-200\/40{
    border-top-color: rgb(198 238 219 / 0.4);
    border-bottom-color: rgb(198 238 219 / 0.4);
}
.border-y-brand-200\/45{
    border-top-color: rgb(198 238 219 / 0.45);
    border-bottom-color: rgb(198 238 219 / 0.45);
}
.border-y-brand-200\/5{
    border-top-color: rgb(198 238 219 / 0.05);
    border-bottom-color: rgb(198 238 219 / 0.05);
}
.border-y-brand-200\/50{
    border-top-color: rgb(198 238 219 / 0.5);
    border-bottom-color: rgb(198 238 219 / 0.5);
}
.border-y-brand-200\/55{
    border-top-color: rgb(198 238 219 / 0.55);
    border-bottom-color: rgb(198 238 219 / 0.55);
}
.border-y-brand-200\/60{
    border-top-color: rgb(198 238 219 / 0.6);
    border-bottom-color: rgb(198 238 219 / 0.6);
}
.border-y-brand-200\/65{
    border-top-color: rgb(198 238 219 / 0.65);
    border-bottom-color: rgb(198 238 219 / 0.65);
}
.border-y-brand-200\/70{
    border-top-color: rgb(198 238 219 / 0.7);
    border-bottom-color: rgb(198 238 219 / 0.7);
}
.border-y-brand-200\/75{
    border-top-color: rgb(198 238 219 / 0.75);
    border-bottom-color: rgb(198 238 219 / 0.75);
}
.border-y-brand-200\/80{
    border-top-color: rgb(198 238 219 / 0.8);
    border-bottom-color: rgb(198 238 219 / 0.8);
}
.border-y-brand-200\/85{
    border-top-color: rgb(198 238 219 / 0.85);
    border-bottom-color: rgb(198 238 219 / 0.85);
}
.border-y-brand-200\/90{
    border-top-color: rgb(198 238 219 / 0.9);
    border-bottom-color: rgb(198 238 219 / 0.9);
}
.border-y-brand-200\/95{
    border-top-color: rgb(198 238 219 / 0.95);
    border-bottom-color: rgb(198 238 219 / 0.95);
}
.border-y-brand-300{
    --tw-border-opacity: 1;
    border-top-color: rgb(198 238 219 / var(--tw-border-opacity));
    border-bottom-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-y-brand-300\/0{
    border-top-color: rgb(198 238 219 / 0);
    border-bottom-color: rgb(198 238 219 / 0);
}
.border-y-brand-300\/10{
    border-top-color: rgb(198 238 219 / 0.1);
    border-bottom-color: rgb(198 238 219 / 0.1);
}
.border-y-brand-300\/100{
    border-top-color: rgb(198 238 219 / 1);
    border-bottom-color: rgb(198 238 219 / 1);
}
.border-y-brand-300\/15{
    border-top-color: rgb(198 238 219 / 0.15);
    border-bottom-color: rgb(198 238 219 / 0.15);
}
.border-y-brand-300\/20{
    border-top-color: rgb(198 238 219 / 0.2);
    border-bottom-color: rgb(198 238 219 / 0.2);
}
.border-y-brand-300\/25{
    border-top-color: rgb(198 238 219 / 0.25);
    border-bottom-color: rgb(198 238 219 / 0.25);
}
.border-y-brand-300\/30{
    border-top-color: rgb(198 238 219 / 0.3);
    border-bottom-color: rgb(198 238 219 / 0.3);
}
.border-y-brand-300\/35{
    border-top-color: rgb(198 238 219 / 0.35);
    border-bottom-color: rgb(198 238 219 / 0.35);
}
.border-y-brand-300\/40{
    border-top-color: rgb(198 238 219 / 0.4);
    border-bottom-color: rgb(198 238 219 / 0.4);
}
.border-y-brand-300\/45{
    border-top-color: rgb(198 238 219 / 0.45);
    border-bottom-color: rgb(198 238 219 / 0.45);
}
.border-y-brand-300\/5{
    border-top-color: rgb(198 238 219 / 0.05);
    border-bottom-color: rgb(198 238 219 / 0.05);
}
.border-y-brand-300\/50{
    border-top-color: rgb(198 238 219 / 0.5);
    border-bottom-color: rgb(198 238 219 / 0.5);
}
.border-y-brand-300\/55{
    border-top-color: rgb(198 238 219 / 0.55);
    border-bottom-color: rgb(198 238 219 / 0.55);
}
.border-y-brand-300\/60{
    border-top-color: rgb(198 238 219 / 0.6);
    border-bottom-color: rgb(198 238 219 / 0.6);
}
.border-y-brand-300\/65{
    border-top-color: rgb(198 238 219 / 0.65);
    border-bottom-color: rgb(198 238 219 / 0.65);
}
.border-y-brand-300\/70{
    border-top-color: rgb(198 238 219 / 0.7);
    border-bottom-color: rgb(198 238 219 / 0.7);
}
.border-y-brand-300\/75{
    border-top-color: rgb(198 238 219 / 0.75);
    border-bottom-color: rgb(198 238 219 / 0.75);
}
.border-y-brand-300\/80{
    border-top-color: rgb(198 238 219 / 0.8);
    border-bottom-color: rgb(198 238 219 / 0.8);
}
.border-y-brand-300\/85{
    border-top-color: rgb(198 238 219 / 0.85);
    border-bottom-color: rgb(198 238 219 / 0.85);
}
.border-y-brand-300\/90{
    border-top-color: rgb(198 238 219 / 0.9);
    border-bottom-color: rgb(198 238 219 / 0.9);
}
.border-y-brand-300\/95{
    border-top-color: rgb(198 238 219 / 0.95);
    border-bottom-color: rgb(198 238 219 / 0.95);
}
.border-y-brand-black{
    --tw-border-opacity: 1;
    border-top-color: rgb(17 17 17 / var(--tw-border-opacity));
    border-bottom-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-y-brand-black\/0{
    border-top-color: rgb(17 17 17 / 0);
    border-bottom-color: rgb(17 17 17 / 0);
}
.border-y-brand-black\/10{
    border-top-color: rgb(17 17 17 / 0.1);
    border-bottom-color: rgb(17 17 17 / 0.1);
}
.border-y-brand-black\/100{
    border-top-color: rgb(17 17 17 / 1);
    border-bottom-color: rgb(17 17 17 / 1);
}
.border-y-brand-black\/15{
    border-top-color: rgb(17 17 17 / 0.15);
    border-bottom-color: rgb(17 17 17 / 0.15);
}
.border-y-brand-black\/20{
    border-top-color: rgb(17 17 17 / 0.2);
    border-bottom-color: rgb(17 17 17 / 0.2);
}
.border-y-brand-black\/25{
    border-top-color: rgb(17 17 17 / 0.25);
    border-bottom-color: rgb(17 17 17 / 0.25);
}
.border-y-brand-black\/30{
    border-top-color: rgb(17 17 17 / 0.3);
    border-bottom-color: rgb(17 17 17 / 0.3);
}
.border-y-brand-black\/35{
    border-top-color: rgb(17 17 17 / 0.35);
    border-bottom-color: rgb(17 17 17 / 0.35);
}
.border-y-brand-black\/40{
    border-top-color: rgb(17 17 17 / 0.4);
    border-bottom-color: rgb(17 17 17 / 0.4);
}
.border-y-brand-black\/45{
    border-top-color: rgb(17 17 17 / 0.45);
    border-bottom-color: rgb(17 17 17 / 0.45);
}
.border-y-brand-black\/5{
    border-top-color: rgb(17 17 17 / 0.05);
    border-bottom-color: rgb(17 17 17 / 0.05);
}
.border-y-brand-black\/50{
    border-top-color: rgb(17 17 17 / 0.5);
    border-bottom-color: rgb(17 17 17 / 0.5);
}
.border-y-brand-black\/55{
    border-top-color: rgb(17 17 17 / 0.55);
    border-bottom-color: rgb(17 17 17 / 0.55);
}
.border-y-brand-black\/60{
    border-top-color: rgb(17 17 17 / 0.6);
    border-bottom-color: rgb(17 17 17 / 0.6);
}
.border-y-brand-black\/65{
    border-top-color: rgb(17 17 17 / 0.65);
    border-bottom-color: rgb(17 17 17 / 0.65);
}
.border-y-brand-black\/70{
    border-top-color: rgb(17 17 17 / 0.7);
    border-bottom-color: rgb(17 17 17 / 0.7);
}
.border-y-brand-black\/75{
    border-top-color: rgb(17 17 17 / 0.75);
    border-bottom-color: rgb(17 17 17 / 0.75);
}
.border-y-brand-black\/80{
    border-top-color: rgb(17 17 17 / 0.8);
    border-bottom-color: rgb(17 17 17 / 0.8);
}
.border-y-brand-black\/85{
    border-top-color: rgb(17 17 17 / 0.85);
    border-bottom-color: rgb(17 17 17 / 0.85);
}
.border-y-brand-black\/90{
    border-top-color: rgb(17 17 17 / 0.9);
    border-bottom-color: rgb(17 17 17 / 0.9);
}
.border-y-brand-black\/95{
    border-top-color: rgb(17 17 17 / 0.95);
    border-bottom-color: rgb(17 17 17 / 0.95);
}
.border-y-brand-blue{
    --tw-border-opacity: 1;
    border-top-color: rgb(112 168 244 / var(--tw-border-opacity));
    border-bottom-color: rgb(112 168 244 / var(--tw-border-opacity));
}
.border-y-brand-blue\/0{
    border-top-color: rgb(112 168 244 / 0);
    border-bottom-color: rgb(112 168 244 / 0);
}
.border-y-brand-blue\/10{
    border-top-color: rgb(112 168 244 / 0.1);
    border-bottom-color: rgb(112 168 244 / 0.1);
}
.border-y-brand-blue\/100{
    border-top-color: rgb(112 168 244 / 1);
    border-bottom-color: rgb(112 168 244 / 1);
}
.border-y-brand-blue\/15{
    border-top-color: rgb(112 168 244 / 0.15);
    border-bottom-color: rgb(112 168 244 / 0.15);
}
.border-y-brand-blue\/20{
    border-top-color: rgb(112 168 244 / 0.2);
    border-bottom-color: rgb(112 168 244 / 0.2);
}
.border-y-brand-blue\/25{
    border-top-color: rgb(112 168 244 / 0.25);
    border-bottom-color: rgb(112 168 244 / 0.25);
}
.border-y-brand-blue\/30{
    border-top-color: rgb(112 168 244 / 0.3);
    border-bottom-color: rgb(112 168 244 / 0.3);
}
.border-y-brand-blue\/35{
    border-top-color: rgb(112 168 244 / 0.35);
    border-bottom-color: rgb(112 168 244 / 0.35);
}
.border-y-brand-blue\/40{
    border-top-color: rgb(112 168 244 / 0.4);
    border-bottom-color: rgb(112 168 244 / 0.4);
}
.border-y-brand-blue\/45{
    border-top-color: rgb(112 168 244 / 0.45);
    border-bottom-color: rgb(112 168 244 / 0.45);
}
.border-y-brand-blue\/5{
    border-top-color: rgb(112 168 244 / 0.05);
    border-bottom-color: rgb(112 168 244 / 0.05);
}
.border-y-brand-blue\/50{
    border-top-color: rgb(112 168 244 / 0.5);
    border-bottom-color: rgb(112 168 244 / 0.5);
}
.border-y-brand-blue\/55{
    border-top-color: rgb(112 168 244 / 0.55);
    border-bottom-color: rgb(112 168 244 / 0.55);
}
.border-y-brand-blue\/60{
    border-top-color: rgb(112 168 244 / 0.6);
    border-bottom-color: rgb(112 168 244 / 0.6);
}
.border-y-brand-blue\/65{
    border-top-color: rgb(112 168 244 / 0.65);
    border-bottom-color: rgb(112 168 244 / 0.65);
}
.border-y-brand-blue\/70{
    border-top-color: rgb(112 168 244 / 0.7);
    border-bottom-color: rgb(112 168 244 / 0.7);
}
.border-y-brand-blue\/75{
    border-top-color: rgb(112 168 244 / 0.75);
    border-bottom-color: rgb(112 168 244 / 0.75);
}
.border-y-brand-blue\/80{
    border-top-color: rgb(112 168 244 / 0.8);
    border-bottom-color: rgb(112 168 244 / 0.8);
}
.border-y-brand-blue\/85{
    border-top-color: rgb(112 168 244 / 0.85);
    border-bottom-color: rgb(112 168 244 / 0.85);
}
.border-y-brand-blue\/90{
    border-top-color: rgb(112 168 244 / 0.9);
    border-bottom-color: rgb(112 168 244 / 0.9);
}
.border-y-brand-blue\/95{
    border-top-color: rgb(112 168 244 / 0.95);
    border-bottom-color: rgb(112 168 244 / 0.95);
}
.border-y-brand-dark{
    --tw-border-opacity: 1;
    border-top-color: rgb(35 44 39 / var(--tw-border-opacity));
    border-bottom-color: rgb(35 44 39 / var(--tw-border-opacity));
}
.border-y-brand-dark\/0{
    border-top-color: rgb(35 44 39 / 0);
    border-bottom-color: rgb(35 44 39 / 0);
}
.border-y-brand-dark\/10{
    border-top-color: rgb(35 44 39 / 0.1);
    border-bottom-color: rgb(35 44 39 / 0.1);
}
.border-y-brand-dark\/100{
    border-top-color: rgb(35 44 39 / 1);
    border-bottom-color: rgb(35 44 39 / 1);
}
.border-y-brand-dark\/15{
    border-top-color: rgb(35 44 39 / 0.15);
    border-bottom-color: rgb(35 44 39 / 0.15);
}
.border-y-brand-dark\/20{
    border-top-color: rgb(35 44 39 / 0.2);
    border-bottom-color: rgb(35 44 39 / 0.2);
}
.border-y-brand-dark\/25{
    border-top-color: rgb(35 44 39 / 0.25);
    border-bottom-color: rgb(35 44 39 / 0.25);
}
.border-y-brand-dark\/30{
    border-top-color: rgb(35 44 39 / 0.3);
    border-bottom-color: rgb(35 44 39 / 0.3);
}
.border-y-brand-dark\/35{
    border-top-color: rgb(35 44 39 / 0.35);
    border-bottom-color: rgb(35 44 39 / 0.35);
}
.border-y-brand-dark\/40{
    border-top-color: rgb(35 44 39 / 0.4);
    border-bottom-color: rgb(35 44 39 / 0.4);
}
.border-y-brand-dark\/45{
    border-top-color: rgb(35 44 39 / 0.45);
    border-bottom-color: rgb(35 44 39 / 0.45);
}
.border-y-brand-dark\/5{
    border-top-color: rgb(35 44 39 / 0.05);
    border-bottom-color: rgb(35 44 39 / 0.05);
}
.border-y-brand-dark\/50{
    border-top-color: rgb(35 44 39 / 0.5);
    border-bottom-color: rgb(35 44 39 / 0.5);
}
.border-y-brand-dark\/55{
    border-top-color: rgb(35 44 39 / 0.55);
    border-bottom-color: rgb(35 44 39 / 0.55);
}
.border-y-brand-dark\/60{
    border-top-color: rgb(35 44 39 / 0.6);
    border-bottom-color: rgb(35 44 39 / 0.6);
}
.border-y-brand-dark\/65{
    border-top-color: rgb(35 44 39 / 0.65);
    border-bottom-color: rgb(35 44 39 / 0.65);
}
.border-y-brand-dark\/70{
    border-top-color: rgb(35 44 39 / 0.7);
    border-bottom-color: rgb(35 44 39 / 0.7);
}
.border-y-brand-dark\/75{
    border-top-color: rgb(35 44 39 / 0.75);
    border-bottom-color: rgb(35 44 39 / 0.75);
}
.border-y-brand-dark\/80{
    border-top-color: rgb(35 44 39 / 0.8);
    border-bottom-color: rgb(35 44 39 / 0.8);
}
.border-y-brand-dark\/85{
    border-top-color: rgb(35 44 39 / 0.85);
    border-bottom-color: rgb(35 44 39 / 0.85);
}
.border-y-brand-dark\/90{
    border-top-color: rgb(35 44 39 / 0.9);
    border-bottom-color: rgb(35 44 39 / 0.9);
}
.border-y-brand-dark\/95{
    border-top-color: rgb(35 44 39 / 0.95);
    border-bottom-color: rgb(35 44 39 / 0.95);
}
.border-y-brand-green{
    --tw-border-opacity: 1;
    border-top-color: rgb(72 229 155 / var(--tw-border-opacity));
    border-bottom-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-y-brand-green\/0{
    border-top-color: rgb(72 229 155 / 0);
    border-bottom-color: rgb(72 229 155 / 0);
}
.border-y-brand-green\/10{
    border-top-color: rgb(72 229 155 / 0.1);
    border-bottom-color: rgb(72 229 155 / 0.1);
}
.border-y-brand-green\/100{
    border-top-color: rgb(72 229 155 / 1);
    border-bottom-color: rgb(72 229 155 / 1);
}
.border-y-brand-green\/15{
    border-top-color: rgb(72 229 155 / 0.15);
    border-bottom-color: rgb(72 229 155 / 0.15);
}
.border-y-brand-green\/20{
    border-top-color: rgb(72 229 155 / 0.2);
    border-bottom-color: rgb(72 229 155 / 0.2);
}
.border-y-brand-green\/25{
    border-top-color: rgb(72 229 155 / 0.25);
    border-bottom-color: rgb(72 229 155 / 0.25);
}
.border-y-brand-green\/30{
    border-top-color: rgb(72 229 155 / 0.3);
    border-bottom-color: rgb(72 229 155 / 0.3);
}
.border-y-brand-green\/35{
    border-top-color: rgb(72 229 155 / 0.35);
    border-bottom-color: rgb(72 229 155 / 0.35);
}
.border-y-brand-green\/40{
    border-top-color: rgb(72 229 155 / 0.4);
    border-bottom-color: rgb(72 229 155 / 0.4);
}
.border-y-brand-green\/45{
    border-top-color: rgb(72 229 155 / 0.45);
    border-bottom-color: rgb(72 229 155 / 0.45);
}
.border-y-brand-green\/5{
    border-top-color: rgb(72 229 155 / 0.05);
    border-bottom-color: rgb(72 229 155 / 0.05);
}
.border-y-brand-green\/50{
    border-top-color: rgb(72 229 155 / 0.5);
    border-bottom-color: rgb(72 229 155 / 0.5);
}
.border-y-brand-green\/55{
    border-top-color: rgb(72 229 155 / 0.55);
    border-bottom-color: rgb(72 229 155 / 0.55);
}
.border-y-brand-green\/60{
    border-top-color: rgb(72 229 155 / 0.6);
    border-bottom-color: rgb(72 229 155 / 0.6);
}
.border-y-brand-green\/65{
    border-top-color: rgb(72 229 155 / 0.65);
    border-bottom-color: rgb(72 229 155 / 0.65);
}
.border-y-brand-green\/70{
    border-top-color: rgb(72 229 155 / 0.7);
    border-bottom-color: rgb(72 229 155 / 0.7);
}
.border-y-brand-green\/75{
    border-top-color: rgb(72 229 155 / 0.75);
    border-bottom-color: rgb(72 229 155 / 0.75);
}
.border-y-brand-green\/80{
    border-top-color: rgb(72 229 155 / 0.8);
    border-bottom-color: rgb(72 229 155 / 0.8);
}
.border-y-brand-green\/85{
    border-top-color: rgb(72 229 155 / 0.85);
    border-bottom-color: rgb(72 229 155 / 0.85);
}
.border-y-brand-green\/90{
    border-top-color: rgb(72 229 155 / 0.9);
    border-bottom-color: rgb(72 229 155 / 0.9);
}
.border-y-brand-green\/95{
    border-top-color: rgb(72 229 155 / 0.95);
    border-bottom-color: rgb(72 229 155 / 0.95);
}
.border-y-brand-light{
    --tw-border-opacity: 1;
    border-top-color: rgb(198 238 219 / var(--tw-border-opacity));
    border-bottom-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-y-brand-light\/0{
    border-top-color: rgb(198 238 219 / 0);
    border-bottom-color: rgb(198 238 219 / 0);
}
.border-y-brand-light\/10{
    border-top-color: rgb(198 238 219 / 0.1);
    border-bottom-color: rgb(198 238 219 / 0.1);
}
.border-y-brand-light\/100{
    border-top-color: rgb(198 238 219 / 1);
    border-bottom-color: rgb(198 238 219 / 1);
}
.border-y-brand-light\/15{
    border-top-color: rgb(198 238 219 / 0.15);
    border-bottom-color: rgb(198 238 219 / 0.15);
}
.border-y-brand-light\/20{
    border-top-color: rgb(198 238 219 / 0.2);
    border-bottom-color: rgb(198 238 219 / 0.2);
}
.border-y-brand-light\/25{
    border-top-color: rgb(198 238 219 / 0.25);
    border-bottom-color: rgb(198 238 219 / 0.25);
}
.border-y-brand-light\/30{
    border-top-color: rgb(198 238 219 / 0.3);
    border-bottom-color: rgb(198 238 219 / 0.3);
}
.border-y-brand-light\/35{
    border-top-color: rgb(198 238 219 / 0.35);
    border-bottom-color: rgb(198 238 219 / 0.35);
}
.border-y-brand-light\/40{
    border-top-color: rgb(198 238 219 / 0.4);
    border-bottom-color: rgb(198 238 219 / 0.4);
}
.border-y-brand-light\/45{
    border-top-color: rgb(198 238 219 / 0.45);
    border-bottom-color: rgb(198 238 219 / 0.45);
}
.border-y-brand-light\/5{
    border-top-color: rgb(198 238 219 / 0.05);
    border-bottom-color: rgb(198 238 219 / 0.05);
}
.border-y-brand-light\/50{
    border-top-color: rgb(198 238 219 / 0.5);
    border-bottom-color: rgb(198 238 219 / 0.5);
}
.border-y-brand-light\/55{
    border-top-color: rgb(198 238 219 / 0.55);
    border-bottom-color: rgb(198 238 219 / 0.55);
}
.border-y-brand-light\/60{
    border-top-color: rgb(198 238 219 / 0.6);
    border-bottom-color: rgb(198 238 219 / 0.6);
}
.border-y-brand-light\/65{
    border-top-color: rgb(198 238 219 / 0.65);
    border-bottom-color: rgb(198 238 219 / 0.65);
}
.border-y-brand-light\/70{
    border-top-color: rgb(198 238 219 / 0.7);
    border-bottom-color: rgb(198 238 219 / 0.7);
}
.border-y-brand-light\/75{
    border-top-color: rgb(198 238 219 / 0.75);
    border-bottom-color: rgb(198 238 219 / 0.75);
}
.border-y-brand-light\/80{
    border-top-color: rgb(198 238 219 / 0.8);
    border-bottom-color: rgb(198 238 219 / 0.8);
}
.border-y-brand-light\/85{
    border-top-color: rgb(198 238 219 / 0.85);
    border-bottom-color: rgb(198 238 219 / 0.85);
}
.border-y-brand-light\/90{
    border-top-color: rgb(198 238 219 / 0.9);
    border-bottom-color: rgb(198 238 219 / 0.9);
}
.border-y-brand-light\/95{
    border-top-color: rgb(198 238 219 / 0.95);
    border-bottom-color: rgb(198 238 219 / 0.95);
}
.border-y-error{
    --tw-border-opacity: 1;
    border-top-color: rgb(255 60 60 / var(--tw-border-opacity));
    border-bottom-color: rgb(255 60 60 / var(--tw-border-opacity));
}
.border-y-error-10{
    --tw-border-opacity: 1;
    border-top-color: rgb(41 21 21 / var(--tw-border-opacity));
    border-bottom-color: rgb(41 21 21 / var(--tw-border-opacity));
}
.border-y-error-10\/0{
    border-top-color: rgb(41 21 21 / 0);
    border-bottom-color: rgb(41 21 21 / 0);
}
.border-y-error-10\/10{
    border-top-color: rgb(41 21 21 / 0.1);
    border-bottom-color: rgb(41 21 21 / 0.1);
}
.border-y-error-10\/100{
    border-top-color: rgb(41 21 21 / 1);
    border-bottom-color: rgb(41 21 21 / 1);
}
.border-y-error-10\/15{
    border-top-color: rgb(41 21 21 / 0.15);
    border-bottom-color: rgb(41 21 21 / 0.15);
}
.border-y-error-10\/20{
    border-top-color: rgb(41 21 21 / 0.2);
    border-bottom-color: rgb(41 21 21 / 0.2);
}
.border-y-error-10\/25{
    border-top-color: rgb(41 21 21 / 0.25);
    border-bottom-color: rgb(41 21 21 / 0.25);
}
.border-y-error-10\/30{
    border-top-color: rgb(41 21 21 / 0.3);
    border-bottom-color: rgb(41 21 21 / 0.3);
}
.border-y-error-10\/35{
    border-top-color: rgb(41 21 21 / 0.35);
    border-bottom-color: rgb(41 21 21 / 0.35);
}
.border-y-error-10\/40{
    border-top-color: rgb(41 21 21 / 0.4);
    border-bottom-color: rgb(41 21 21 / 0.4);
}
.border-y-error-10\/45{
    border-top-color: rgb(41 21 21 / 0.45);
    border-bottom-color: rgb(41 21 21 / 0.45);
}
.border-y-error-10\/5{
    border-top-color: rgb(41 21 21 / 0.05);
    border-bottom-color: rgb(41 21 21 / 0.05);
}
.border-y-error-10\/50{
    border-top-color: rgb(41 21 21 / 0.5);
    border-bottom-color: rgb(41 21 21 / 0.5);
}
.border-y-error-10\/55{
    border-top-color: rgb(41 21 21 / 0.55);
    border-bottom-color: rgb(41 21 21 / 0.55);
}
.border-y-error-10\/60{
    border-top-color: rgb(41 21 21 / 0.6);
    border-bottom-color: rgb(41 21 21 / 0.6);
}
.border-y-error-10\/65{
    border-top-color: rgb(41 21 21 / 0.65);
    border-bottom-color: rgb(41 21 21 / 0.65);
}
.border-y-error-10\/70{
    border-top-color: rgb(41 21 21 / 0.7);
    border-bottom-color: rgb(41 21 21 / 0.7);
}
.border-y-error-10\/75{
    border-top-color: rgb(41 21 21 / 0.75);
    border-bottom-color: rgb(41 21 21 / 0.75);
}
.border-y-error-10\/80{
    border-top-color: rgb(41 21 21 / 0.8);
    border-bottom-color: rgb(41 21 21 / 0.8);
}
.border-y-error-10\/85{
    border-top-color: rgb(41 21 21 / 0.85);
    border-bottom-color: rgb(41 21 21 / 0.85);
}
.border-y-error-10\/90{
    border-top-color: rgb(41 21 21 / 0.9);
    border-bottom-color: rgb(41 21 21 / 0.9);
}
.border-y-error-10\/95{
    border-top-color: rgb(41 21 21 / 0.95);
    border-bottom-color: rgb(41 21 21 / 0.95);
}
.border-y-error-100{
    --tw-border-opacity: 1;
    border-top-color: rgb(255 199 199 / var(--tw-border-opacity));
    border-bottom-color: rgb(255 199 199 / var(--tw-border-opacity));
}
.border-y-error-100\/0{
    border-top-color: rgb(255 199 199 / 0);
    border-bottom-color: rgb(255 199 199 / 0);
}
.border-y-error-100\/10{
    border-top-color: rgb(255 199 199 / 0.1);
    border-bottom-color: rgb(255 199 199 / 0.1);
}
.border-y-error-100\/100{
    border-top-color: rgb(255 199 199 / 1);
    border-bottom-color: rgb(255 199 199 / 1);
}
.border-y-error-100\/15{
    border-top-color: rgb(255 199 199 / 0.15);
    border-bottom-color: rgb(255 199 199 / 0.15);
}
.border-y-error-100\/20{
    border-top-color: rgb(255 199 199 / 0.2);
    border-bottom-color: rgb(255 199 199 / 0.2);
}
.border-y-error-100\/25{
    border-top-color: rgb(255 199 199 / 0.25);
    border-bottom-color: rgb(255 199 199 / 0.25);
}
.border-y-error-100\/30{
    border-top-color: rgb(255 199 199 / 0.3);
    border-bottom-color: rgb(255 199 199 / 0.3);
}
.border-y-error-100\/35{
    border-top-color: rgb(255 199 199 / 0.35);
    border-bottom-color: rgb(255 199 199 / 0.35);
}
.border-y-error-100\/40{
    border-top-color: rgb(255 199 199 / 0.4);
    border-bottom-color: rgb(255 199 199 / 0.4);
}
.border-y-error-100\/45{
    border-top-color: rgb(255 199 199 / 0.45);
    border-bottom-color: rgb(255 199 199 / 0.45);
}
.border-y-error-100\/5{
    border-top-color: rgb(255 199 199 / 0.05);
    border-bottom-color: rgb(255 199 199 / 0.05);
}
.border-y-error-100\/50{
    border-top-color: rgb(255 199 199 / 0.5);
    border-bottom-color: rgb(255 199 199 / 0.5);
}
.border-y-error-100\/55{
    border-top-color: rgb(255 199 199 / 0.55);
    border-bottom-color: rgb(255 199 199 / 0.55);
}
.border-y-error-100\/60{
    border-top-color: rgb(255 199 199 / 0.6);
    border-bottom-color: rgb(255 199 199 / 0.6);
}
.border-y-error-100\/65{
    border-top-color: rgb(255 199 199 / 0.65);
    border-bottom-color: rgb(255 199 199 / 0.65);
}
.border-y-error-100\/70{
    border-top-color: rgb(255 199 199 / 0.7);
    border-bottom-color: rgb(255 199 199 / 0.7);
}
.border-y-error-100\/75{
    border-top-color: rgb(255 199 199 / 0.75);
    border-bottom-color: rgb(255 199 199 / 0.75);
}
.border-y-error-100\/80{
    border-top-color: rgb(255 199 199 / 0.8);
    border-bottom-color: rgb(255 199 199 / 0.8);
}
.border-y-error-100\/85{
    border-top-color: rgb(255 199 199 / 0.85);
    border-bottom-color: rgb(255 199 199 / 0.85);
}
.border-y-error-100\/90{
    border-top-color: rgb(255 199 199 / 0.9);
    border-bottom-color: rgb(255 199 199 / 0.9);
}
.border-y-error-100\/95{
    border-top-color: rgb(255 199 199 / 0.95);
    border-bottom-color: rgb(255 199 199 / 0.95);
}
.border-y-error-15{
    --tw-border-opacity: 1;
    border-top-color: rgb(53 23 23 / var(--tw-border-opacity));
    border-bottom-color: rgb(53 23 23 / var(--tw-border-opacity));
}
.border-y-error-15\/0{
    border-top-color: rgb(53 23 23 / 0);
    border-bottom-color: rgb(53 23 23 / 0);
}
.border-y-error-15\/10{
    border-top-color: rgb(53 23 23 / 0.1);
    border-bottom-color: rgb(53 23 23 / 0.1);
}
.border-y-error-15\/100{
    border-top-color: rgb(53 23 23 / 1);
    border-bottom-color: rgb(53 23 23 / 1);
}
.border-y-error-15\/15{
    border-top-color: rgb(53 23 23 / 0.15);
    border-bottom-color: rgb(53 23 23 / 0.15);
}
.border-y-error-15\/20{
    border-top-color: rgb(53 23 23 / 0.2);
    border-bottom-color: rgb(53 23 23 / 0.2);
}
.border-y-error-15\/25{
    border-top-color: rgb(53 23 23 / 0.25);
    border-bottom-color: rgb(53 23 23 / 0.25);
}
.border-y-error-15\/30{
    border-top-color: rgb(53 23 23 / 0.3);
    border-bottom-color: rgb(53 23 23 / 0.3);
}
.border-y-error-15\/35{
    border-top-color: rgb(53 23 23 / 0.35);
    border-bottom-color: rgb(53 23 23 / 0.35);
}
.border-y-error-15\/40{
    border-top-color: rgb(53 23 23 / 0.4);
    border-bottom-color: rgb(53 23 23 / 0.4);
}
.border-y-error-15\/45{
    border-top-color: rgb(53 23 23 / 0.45);
    border-bottom-color: rgb(53 23 23 / 0.45);
}
.border-y-error-15\/5{
    border-top-color: rgb(53 23 23 / 0.05);
    border-bottom-color: rgb(53 23 23 / 0.05);
}
.border-y-error-15\/50{
    border-top-color: rgb(53 23 23 / 0.5);
    border-bottom-color: rgb(53 23 23 / 0.5);
}
.border-y-error-15\/55{
    border-top-color: rgb(53 23 23 / 0.55);
    border-bottom-color: rgb(53 23 23 / 0.55);
}
.border-y-error-15\/60{
    border-top-color: rgb(53 23 23 / 0.6);
    border-bottom-color: rgb(53 23 23 / 0.6);
}
.border-y-error-15\/65{
    border-top-color: rgb(53 23 23 / 0.65);
    border-bottom-color: rgb(53 23 23 / 0.65);
}
.border-y-error-15\/70{
    border-top-color: rgb(53 23 23 / 0.7);
    border-bottom-color: rgb(53 23 23 / 0.7);
}
.border-y-error-15\/75{
    border-top-color: rgb(53 23 23 / 0.75);
    border-bottom-color: rgb(53 23 23 / 0.75);
}
.border-y-error-15\/80{
    border-top-color: rgb(53 23 23 / 0.8);
    border-bottom-color: rgb(53 23 23 / 0.8);
}
.border-y-error-15\/85{
    border-top-color: rgb(53 23 23 / 0.85);
    border-bottom-color: rgb(53 23 23 / 0.85);
}
.border-y-error-15\/90{
    border-top-color: rgb(53 23 23 / 0.9);
    border-bottom-color: rgb(53 23 23 / 0.9);
}
.border-y-error-15\/95{
    border-top-color: rgb(53 23 23 / 0.95);
    border-bottom-color: rgb(53 23 23 / 0.95);
}
.border-y-error-20{
    --tw-border-opacity: 1;
    border-top-color: rgb(60 25 25 / var(--tw-border-opacity));
    border-bottom-color: rgb(60 25 25 / var(--tw-border-opacity));
}
.border-y-error-20\/0{
    border-top-color: rgb(60 25 25 / 0);
    border-bottom-color: rgb(60 25 25 / 0);
}
.border-y-error-20\/10{
    border-top-color: rgb(60 25 25 / 0.1);
    border-bottom-color: rgb(60 25 25 / 0.1);
}
.border-y-error-20\/100{
    border-top-color: rgb(60 25 25 / 1);
    border-bottom-color: rgb(60 25 25 / 1);
}
.border-y-error-20\/15{
    border-top-color: rgb(60 25 25 / 0.15);
    border-bottom-color: rgb(60 25 25 / 0.15);
}
.border-y-error-20\/20{
    border-top-color: rgb(60 25 25 / 0.2);
    border-bottom-color: rgb(60 25 25 / 0.2);
}
.border-y-error-20\/25{
    border-top-color: rgb(60 25 25 / 0.25);
    border-bottom-color: rgb(60 25 25 / 0.25);
}
.border-y-error-20\/30{
    border-top-color: rgb(60 25 25 / 0.3);
    border-bottom-color: rgb(60 25 25 / 0.3);
}
.border-y-error-20\/35{
    border-top-color: rgb(60 25 25 / 0.35);
    border-bottom-color: rgb(60 25 25 / 0.35);
}
.border-y-error-20\/40{
    border-top-color: rgb(60 25 25 / 0.4);
    border-bottom-color: rgb(60 25 25 / 0.4);
}
.border-y-error-20\/45{
    border-top-color: rgb(60 25 25 / 0.45);
    border-bottom-color: rgb(60 25 25 / 0.45);
}
.border-y-error-20\/5{
    border-top-color: rgb(60 25 25 / 0.05);
    border-bottom-color: rgb(60 25 25 / 0.05);
}
.border-y-error-20\/50{
    border-top-color: rgb(60 25 25 / 0.5);
    border-bottom-color: rgb(60 25 25 / 0.5);
}
.border-y-error-20\/55{
    border-top-color: rgb(60 25 25 / 0.55);
    border-bottom-color: rgb(60 25 25 / 0.55);
}
.border-y-error-20\/60{
    border-top-color: rgb(60 25 25 / 0.6);
    border-bottom-color: rgb(60 25 25 / 0.6);
}
.border-y-error-20\/65{
    border-top-color: rgb(60 25 25 / 0.65);
    border-bottom-color: rgb(60 25 25 / 0.65);
}
.border-y-error-20\/70{
    border-top-color: rgb(60 25 25 / 0.7);
    border-bottom-color: rgb(60 25 25 / 0.7);
}
.border-y-error-20\/75{
    border-top-color: rgb(60 25 25 / 0.75);
    border-bottom-color: rgb(60 25 25 / 0.75);
}
.border-y-error-20\/80{
    border-top-color: rgb(60 25 25 / 0.8);
    border-bottom-color: rgb(60 25 25 / 0.8);
}
.border-y-error-20\/85{
    border-top-color: rgb(60 25 25 / 0.85);
    border-bottom-color: rgb(60 25 25 / 0.85);
}
.border-y-error-20\/90{
    border-top-color: rgb(60 25 25 / 0.9);
    border-bottom-color: rgb(60 25 25 / 0.9);
}
.border-y-error-20\/95{
    border-top-color: rgb(60 25 25 / 0.95);
    border-bottom-color: rgb(60 25 25 / 0.95);
}
.border-y-error-5{
    --tw-border-opacity: 1;
    border-top-color: rgb(29 19 19 / var(--tw-border-opacity));
    border-bottom-color: rgb(29 19 19 / var(--tw-border-opacity));
}
.border-y-error-5\/0{
    border-top-color: rgb(29 19 19 / 0);
    border-bottom-color: rgb(29 19 19 / 0);
}
.border-y-error-5\/10{
    border-top-color: rgb(29 19 19 / 0.1);
    border-bottom-color: rgb(29 19 19 / 0.1);
}
.border-y-error-5\/100{
    border-top-color: rgb(29 19 19 / 1);
    border-bottom-color: rgb(29 19 19 / 1);
}
.border-y-error-5\/15{
    border-top-color: rgb(29 19 19 / 0.15);
    border-bottom-color: rgb(29 19 19 / 0.15);
}
.border-y-error-5\/20{
    border-top-color: rgb(29 19 19 / 0.2);
    border-bottom-color: rgb(29 19 19 / 0.2);
}
.border-y-error-5\/25{
    border-top-color: rgb(29 19 19 / 0.25);
    border-bottom-color: rgb(29 19 19 / 0.25);
}
.border-y-error-5\/30{
    border-top-color: rgb(29 19 19 / 0.3);
    border-bottom-color: rgb(29 19 19 / 0.3);
}
.border-y-error-5\/35{
    border-top-color: rgb(29 19 19 / 0.35);
    border-bottom-color: rgb(29 19 19 / 0.35);
}
.border-y-error-5\/40{
    border-top-color: rgb(29 19 19 / 0.4);
    border-bottom-color: rgb(29 19 19 / 0.4);
}
.border-y-error-5\/45{
    border-top-color: rgb(29 19 19 / 0.45);
    border-bottom-color: rgb(29 19 19 / 0.45);
}
.border-y-error-5\/5{
    border-top-color: rgb(29 19 19 / 0.05);
    border-bottom-color: rgb(29 19 19 / 0.05);
}
.border-y-error-5\/50{
    border-top-color: rgb(29 19 19 / 0.5);
    border-bottom-color: rgb(29 19 19 / 0.5);
}
.border-y-error-5\/55{
    border-top-color: rgb(29 19 19 / 0.55);
    border-bottom-color: rgb(29 19 19 / 0.55);
}
.border-y-error-5\/60{
    border-top-color: rgb(29 19 19 / 0.6);
    border-bottom-color: rgb(29 19 19 / 0.6);
}
.border-y-error-5\/65{
    border-top-color: rgb(29 19 19 / 0.65);
    border-bottom-color: rgb(29 19 19 / 0.65);
}
.border-y-error-5\/70{
    border-top-color: rgb(29 19 19 / 0.7);
    border-bottom-color: rgb(29 19 19 / 0.7);
}
.border-y-error-5\/75{
    border-top-color: rgb(29 19 19 / 0.75);
    border-bottom-color: rgb(29 19 19 / 0.75);
}
.border-y-error-5\/80{
    border-top-color: rgb(29 19 19 / 0.8);
    border-bottom-color: rgb(29 19 19 / 0.8);
}
.border-y-error-5\/85{
    border-top-color: rgb(29 19 19 / 0.85);
    border-bottom-color: rgb(29 19 19 / 0.85);
}
.border-y-error-5\/90{
    border-top-color: rgb(29 19 19 / 0.9);
    border-bottom-color: rgb(29 19 19 / 0.9);
}
.border-y-error-5\/95{
    border-top-color: rgb(29 19 19 / 0.95);
    border-bottom-color: rgb(29 19 19 / 0.95);
}
.border-y-error-500{
    --tw-border-opacity: 1;
    border-top-color: rgb(255 60 60 / var(--tw-border-opacity));
    border-bottom-color: rgb(255 60 60 / var(--tw-border-opacity));
}
.border-y-error-500\/0{
    border-top-color: rgb(255 60 60 / 0);
    border-bottom-color: rgb(255 60 60 / 0);
}
.border-y-error-500\/10{
    border-top-color: rgb(255 60 60 / 0.1);
    border-bottom-color: rgb(255 60 60 / 0.1);
}
.border-y-error-500\/100{
    border-top-color: rgb(255 60 60 / 1);
    border-bottom-color: rgb(255 60 60 / 1);
}
.border-y-error-500\/15{
    border-top-color: rgb(255 60 60 / 0.15);
    border-bottom-color: rgb(255 60 60 / 0.15);
}
.border-y-error-500\/20{
    border-top-color: rgb(255 60 60 / 0.2);
    border-bottom-color: rgb(255 60 60 / 0.2);
}
.border-y-error-500\/25{
    border-top-color: rgb(255 60 60 / 0.25);
    border-bottom-color: rgb(255 60 60 / 0.25);
}
.border-y-error-500\/30{
    border-top-color: rgb(255 60 60 / 0.3);
    border-bottom-color: rgb(255 60 60 / 0.3);
}
.border-y-error-500\/35{
    border-top-color: rgb(255 60 60 / 0.35);
    border-bottom-color: rgb(255 60 60 / 0.35);
}
.border-y-error-500\/40{
    border-top-color: rgb(255 60 60 / 0.4);
    border-bottom-color: rgb(255 60 60 / 0.4);
}
.border-y-error-500\/45{
    border-top-color: rgb(255 60 60 / 0.45);
    border-bottom-color: rgb(255 60 60 / 0.45);
}
.border-y-error-500\/5{
    border-top-color: rgb(255 60 60 / 0.05);
    border-bottom-color: rgb(255 60 60 / 0.05);
}
.border-y-error-500\/50{
    border-top-color: rgb(255 60 60 / 0.5);
    border-bottom-color: rgb(255 60 60 / 0.5);
}
.border-y-error-500\/55{
    border-top-color: rgb(255 60 60 / 0.55);
    border-bottom-color: rgb(255 60 60 / 0.55);
}
.border-y-error-500\/60{
    border-top-color: rgb(255 60 60 / 0.6);
    border-bottom-color: rgb(255 60 60 / 0.6);
}
.border-y-error-500\/65{
    border-top-color: rgb(255 60 60 / 0.65);
    border-bottom-color: rgb(255 60 60 / 0.65);
}
.border-y-error-500\/70{
    border-top-color: rgb(255 60 60 / 0.7);
    border-bottom-color: rgb(255 60 60 / 0.7);
}
.border-y-error-500\/75{
    border-top-color: rgb(255 60 60 / 0.75);
    border-bottom-color: rgb(255 60 60 / 0.75);
}
.border-y-error-500\/80{
    border-top-color: rgb(255 60 60 / 0.8);
    border-bottom-color: rgb(255 60 60 / 0.8);
}
.border-y-error-500\/85{
    border-top-color: rgb(255 60 60 / 0.85);
    border-bottom-color: rgb(255 60 60 / 0.85);
}
.border-y-error-500\/90{
    border-top-color: rgb(255 60 60 / 0.9);
    border-bottom-color: rgb(255 60 60 / 0.9);
}
.border-y-error-500\/95{
    border-top-color: rgb(255 60 60 / 0.95);
    border-bottom-color: rgb(255 60 60 / 0.95);
}
.border-y-error-900{
    --tw-border-opacity: 1;
    border-top-color: rgb(60 25 25 / var(--tw-border-opacity));
    border-bottom-color: rgb(60 25 25 / var(--tw-border-opacity));
}
.border-y-error-900\/0{
    border-top-color: rgb(60 25 25 / 0);
    border-bottom-color: rgb(60 25 25 / 0);
}
.border-y-error-900\/10{
    border-top-color: rgb(60 25 25 / 0.1);
    border-bottom-color: rgb(60 25 25 / 0.1);
}
.border-y-error-900\/100{
    border-top-color: rgb(60 25 25 / 1);
    border-bottom-color: rgb(60 25 25 / 1);
}
.border-y-error-900\/15{
    border-top-color: rgb(60 25 25 / 0.15);
    border-bottom-color: rgb(60 25 25 / 0.15);
}
.border-y-error-900\/20{
    border-top-color: rgb(60 25 25 / 0.2);
    border-bottom-color: rgb(60 25 25 / 0.2);
}
.border-y-error-900\/25{
    border-top-color: rgb(60 25 25 / 0.25);
    border-bottom-color: rgb(60 25 25 / 0.25);
}
.border-y-error-900\/30{
    border-top-color: rgb(60 25 25 / 0.3);
    border-bottom-color: rgb(60 25 25 / 0.3);
}
.border-y-error-900\/35{
    border-top-color: rgb(60 25 25 / 0.35);
    border-bottom-color: rgb(60 25 25 / 0.35);
}
.border-y-error-900\/40{
    border-top-color: rgb(60 25 25 / 0.4);
    border-bottom-color: rgb(60 25 25 / 0.4);
}
.border-y-error-900\/45{
    border-top-color: rgb(60 25 25 / 0.45);
    border-bottom-color: rgb(60 25 25 / 0.45);
}
.border-y-error-900\/5{
    border-top-color: rgb(60 25 25 / 0.05);
    border-bottom-color: rgb(60 25 25 / 0.05);
}
.border-y-error-900\/50{
    border-top-color: rgb(60 25 25 / 0.5);
    border-bottom-color: rgb(60 25 25 / 0.5);
}
.border-y-error-900\/55{
    border-top-color: rgb(60 25 25 / 0.55);
    border-bottom-color: rgb(60 25 25 / 0.55);
}
.border-y-error-900\/60{
    border-top-color: rgb(60 25 25 / 0.6);
    border-bottom-color: rgb(60 25 25 / 0.6);
}
.border-y-error-900\/65{
    border-top-color: rgb(60 25 25 / 0.65);
    border-bottom-color: rgb(60 25 25 / 0.65);
}
.border-y-error-900\/70{
    border-top-color: rgb(60 25 25 / 0.7);
    border-bottom-color: rgb(60 25 25 / 0.7);
}
.border-y-error-900\/75{
    border-top-color: rgb(60 25 25 / 0.75);
    border-bottom-color: rgb(60 25 25 / 0.75);
}
.border-y-error-900\/80{
    border-top-color: rgb(60 25 25 / 0.8);
    border-bottom-color: rgb(60 25 25 / 0.8);
}
.border-y-error-900\/85{
    border-top-color: rgb(60 25 25 / 0.85);
    border-bottom-color: rgb(60 25 25 / 0.85);
}
.border-y-error-900\/90{
    border-top-color: rgb(60 25 25 / 0.9);
    border-bottom-color: rgb(60 25 25 / 0.9);
}
.border-y-error-900\/95{
    border-top-color: rgb(60 25 25 / 0.95);
    border-bottom-color: rgb(60 25 25 / 0.95);
}
.border-y-error-light{
    --tw-border-opacity: 1;
    border-top-color: rgb(255 199 199 / var(--tw-border-opacity));
    border-bottom-color: rgb(255 199 199 / var(--tw-border-opacity));
}
.border-y-error-light\/0{
    border-top-color: rgb(255 199 199 / 0);
    border-bottom-color: rgb(255 199 199 / 0);
}
.border-y-error-light\/10{
    border-top-color: rgb(255 199 199 / 0.1);
    border-bottom-color: rgb(255 199 199 / 0.1);
}
.border-y-error-light\/100{
    border-top-color: rgb(255 199 199 / 1);
    border-bottom-color: rgb(255 199 199 / 1);
}
.border-y-error-light\/15{
    border-top-color: rgb(255 199 199 / 0.15);
    border-bottom-color: rgb(255 199 199 / 0.15);
}
.border-y-error-light\/20{
    border-top-color: rgb(255 199 199 / 0.2);
    border-bottom-color: rgb(255 199 199 / 0.2);
}
.border-y-error-light\/25{
    border-top-color: rgb(255 199 199 / 0.25);
    border-bottom-color: rgb(255 199 199 / 0.25);
}
.border-y-error-light\/30{
    border-top-color: rgb(255 199 199 / 0.3);
    border-bottom-color: rgb(255 199 199 / 0.3);
}
.border-y-error-light\/35{
    border-top-color: rgb(255 199 199 / 0.35);
    border-bottom-color: rgb(255 199 199 / 0.35);
}
.border-y-error-light\/40{
    border-top-color: rgb(255 199 199 / 0.4);
    border-bottom-color: rgb(255 199 199 / 0.4);
}
.border-y-error-light\/45{
    border-top-color: rgb(255 199 199 / 0.45);
    border-bottom-color: rgb(255 199 199 / 0.45);
}
.border-y-error-light\/5{
    border-top-color: rgb(255 199 199 / 0.05);
    border-bottom-color: rgb(255 199 199 / 0.05);
}
.border-y-error-light\/50{
    border-top-color: rgb(255 199 199 / 0.5);
    border-bottom-color: rgb(255 199 199 / 0.5);
}
.border-y-error-light\/55{
    border-top-color: rgb(255 199 199 / 0.55);
    border-bottom-color: rgb(255 199 199 / 0.55);
}
.border-y-error-light\/60{
    border-top-color: rgb(255 199 199 / 0.6);
    border-bottom-color: rgb(255 199 199 / 0.6);
}
.border-y-error-light\/65{
    border-top-color: rgb(255 199 199 / 0.65);
    border-bottom-color: rgb(255 199 199 / 0.65);
}
.border-y-error-light\/70{
    border-top-color: rgb(255 199 199 / 0.7);
    border-bottom-color: rgb(255 199 199 / 0.7);
}
.border-y-error-light\/75{
    border-top-color: rgb(255 199 199 / 0.75);
    border-bottom-color: rgb(255 199 199 / 0.75);
}
.border-y-error-light\/80{
    border-top-color: rgb(255 199 199 / 0.8);
    border-bottom-color: rgb(255 199 199 / 0.8);
}
.border-y-error-light\/85{
    border-top-color: rgb(255 199 199 / 0.85);
    border-bottom-color: rgb(255 199 199 / 0.85);
}
.border-y-error-light\/90{
    border-top-color: rgb(255 199 199 / 0.9);
    border-bottom-color: rgb(255 199 199 / 0.9);
}
.border-y-error-light\/95{
    border-top-color: rgb(255 199 199 / 0.95);
    border-bottom-color: rgb(255 199 199 / 0.95);
}
.border-y-error\/0{
    border-top-color: rgb(255 60 60 / 0);
    border-bottom-color: rgb(255 60 60 / 0);
}
.border-y-error\/10{
    border-top-color: rgb(255 60 60 / 0.1);
    border-bottom-color: rgb(255 60 60 / 0.1);
}
.border-y-error\/100{
    border-top-color: rgb(255 60 60 / 1);
    border-bottom-color: rgb(255 60 60 / 1);
}
.border-y-error\/15{
    border-top-color: rgb(255 60 60 / 0.15);
    border-bottom-color: rgb(255 60 60 / 0.15);
}
.border-y-error\/20{
    border-top-color: rgb(255 60 60 / 0.2);
    border-bottom-color: rgb(255 60 60 / 0.2);
}
.border-y-error\/25{
    border-top-color: rgb(255 60 60 / 0.25);
    border-bottom-color: rgb(255 60 60 / 0.25);
}
.border-y-error\/30{
    border-top-color: rgb(255 60 60 / 0.3);
    border-bottom-color: rgb(255 60 60 / 0.3);
}
.border-y-error\/35{
    border-top-color: rgb(255 60 60 / 0.35);
    border-bottom-color: rgb(255 60 60 / 0.35);
}
.border-y-error\/40{
    border-top-color: rgb(255 60 60 / 0.4);
    border-bottom-color: rgb(255 60 60 / 0.4);
}
.border-y-error\/45{
    border-top-color: rgb(255 60 60 / 0.45);
    border-bottom-color: rgb(255 60 60 / 0.45);
}
.border-y-error\/5{
    border-top-color: rgb(255 60 60 / 0.05);
    border-bottom-color: rgb(255 60 60 / 0.05);
}
.border-y-error\/50{
    border-top-color: rgb(255 60 60 / 0.5);
    border-bottom-color: rgb(255 60 60 / 0.5);
}
.border-y-error\/55{
    border-top-color: rgb(255 60 60 / 0.55);
    border-bottom-color: rgb(255 60 60 / 0.55);
}
.border-y-error\/60{
    border-top-color: rgb(255 60 60 / 0.6);
    border-bottom-color: rgb(255 60 60 / 0.6);
}
.border-y-error\/65{
    border-top-color: rgb(255 60 60 / 0.65);
    border-bottom-color: rgb(255 60 60 / 0.65);
}
.border-y-error\/70{
    border-top-color: rgb(255 60 60 / 0.7);
    border-bottom-color: rgb(255 60 60 / 0.7);
}
.border-y-error\/75{
    border-top-color: rgb(255 60 60 / 0.75);
    border-bottom-color: rgb(255 60 60 / 0.75);
}
.border-y-error\/80{
    border-top-color: rgb(255 60 60 / 0.8);
    border-bottom-color: rgb(255 60 60 / 0.8);
}
.border-y-error\/85{
    border-top-color: rgb(255 60 60 / 0.85);
    border-bottom-color: rgb(255 60 60 / 0.85);
}
.border-y-error\/90{
    border-top-color: rgb(255 60 60 / 0.9);
    border-bottom-color: rgb(255 60 60 / 0.9);
}
.border-y-error\/95{
    border-top-color: rgb(255 60 60 / 0.95);
    border-bottom-color: rgb(255 60 60 / 0.95);
}
.border-y-primary{
    --tw-border-opacity: 1;
    border-top-color: rgb(72 229 155 / var(--tw-border-opacity));
    border-bottom-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-y-primary-20{
    --tw-border-opacity: 1;
    border-top-color: rgb(28 59 45 / var(--tw-border-opacity));
    border-bottom-color: rgb(28 59 45 / var(--tw-border-opacity));
}
.border-y-primary-20\/0{
    border-top-color: rgb(28 59 45 / 0);
    border-bottom-color: rgb(28 59 45 / 0);
}
.border-y-primary-20\/10{
    border-top-color: rgb(28 59 45 / 0.1);
    border-bottom-color: rgb(28 59 45 / 0.1);
}
.border-y-primary-20\/100{
    border-top-color: rgb(28 59 45 / 1);
    border-bottom-color: rgb(28 59 45 / 1);
}
.border-y-primary-20\/15{
    border-top-color: rgb(28 59 45 / 0.15);
    border-bottom-color: rgb(28 59 45 / 0.15);
}
.border-y-primary-20\/20{
    border-top-color: rgb(28 59 45 / 0.2);
    border-bottom-color: rgb(28 59 45 / 0.2);
}
.border-y-primary-20\/25{
    border-top-color: rgb(28 59 45 / 0.25);
    border-bottom-color: rgb(28 59 45 / 0.25);
}
.border-y-primary-20\/30{
    border-top-color: rgb(28 59 45 / 0.3);
    border-bottom-color: rgb(28 59 45 / 0.3);
}
.border-y-primary-20\/35{
    border-top-color: rgb(28 59 45 / 0.35);
    border-bottom-color: rgb(28 59 45 / 0.35);
}
.border-y-primary-20\/40{
    border-top-color: rgb(28 59 45 / 0.4);
    border-bottom-color: rgb(28 59 45 / 0.4);
}
.border-y-primary-20\/45{
    border-top-color: rgb(28 59 45 / 0.45);
    border-bottom-color: rgb(28 59 45 / 0.45);
}
.border-y-primary-20\/5{
    border-top-color: rgb(28 59 45 / 0.05);
    border-bottom-color: rgb(28 59 45 / 0.05);
}
.border-y-primary-20\/50{
    border-top-color: rgb(28 59 45 / 0.5);
    border-bottom-color: rgb(28 59 45 / 0.5);
}
.border-y-primary-20\/55{
    border-top-color: rgb(28 59 45 / 0.55);
    border-bottom-color: rgb(28 59 45 / 0.55);
}
.border-y-primary-20\/60{
    border-top-color: rgb(28 59 45 / 0.6);
    border-bottom-color: rgb(28 59 45 / 0.6);
}
.border-y-primary-20\/65{
    border-top-color: rgb(28 59 45 / 0.65);
    border-bottom-color: rgb(28 59 45 / 0.65);
}
.border-y-primary-20\/70{
    border-top-color: rgb(28 59 45 / 0.7);
    border-bottom-color: rgb(28 59 45 / 0.7);
}
.border-y-primary-20\/75{
    border-top-color: rgb(28 59 45 / 0.75);
    border-bottom-color: rgb(28 59 45 / 0.75);
}
.border-y-primary-20\/80{
    border-top-color: rgb(28 59 45 / 0.8);
    border-bottom-color: rgb(28 59 45 / 0.8);
}
.border-y-primary-20\/85{
    border-top-color: rgb(28 59 45 / 0.85);
    border-bottom-color: rgb(28 59 45 / 0.85);
}
.border-y-primary-20\/90{
    border-top-color: rgb(28 59 45 / 0.9);
    border-bottom-color: rgb(28 59 45 / 0.9);
}
.border-y-primary-20\/95{
    border-top-color: rgb(28 59 45 / 0.95);
    border-bottom-color: rgb(28 59 45 / 0.95);
}
.border-y-primary-200{
    --tw-border-opacity: 1;
    border-top-color: rgb(198 238 219 / var(--tw-border-opacity));
    border-bottom-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-y-primary-200\/0{
    border-top-color: rgb(198 238 219 / 0);
    border-bottom-color: rgb(198 238 219 / 0);
}
.border-y-primary-200\/10{
    border-top-color: rgb(198 238 219 / 0.1);
    border-bottom-color: rgb(198 238 219 / 0.1);
}
.border-y-primary-200\/100{
    border-top-color: rgb(198 238 219 / 1);
    border-bottom-color: rgb(198 238 219 / 1);
}
.border-y-primary-200\/15{
    border-top-color: rgb(198 238 219 / 0.15);
    border-bottom-color: rgb(198 238 219 / 0.15);
}
.border-y-primary-200\/20{
    border-top-color: rgb(198 238 219 / 0.2);
    border-bottom-color: rgb(198 238 219 / 0.2);
}
.border-y-primary-200\/25{
    border-top-color: rgb(198 238 219 / 0.25);
    border-bottom-color: rgb(198 238 219 / 0.25);
}
.border-y-primary-200\/30{
    border-top-color: rgb(198 238 219 / 0.3);
    border-bottom-color: rgb(198 238 219 / 0.3);
}
.border-y-primary-200\/35{
    border-top-color: rgb(198 238 219 / 0.35);
    border-bottom-color: rgb(198 238 219 / 0.35);
}
.border-y-primary-200\/40{
    border-top-color: rgb(198 238 219 / 0.4);
    border-bottom-color: rgb(198 238 219 / 0.4);
}
.border-y-primary-200\/45{
    border-top-color: rgb(198 238 219 / 0.45);
    border-bottom-color: rgb(198 238 219 / 0.45);
}
.border-y-primary-200\/5{
    border-top-color: rgb(198 238 219 / 0.05);
    border-bottom-color: rgb(198 238 219 / 0.05);
}
.border-y-primary-200\/50{
    border-top-color: rgb(198 238 219 / 0.5);
    border-bottom-color: rgb(198 238 219 / 0.5);
}
.border-y-primary-200\/55{
    border-top-color: rgb(198 238 219 / 0.55);
    border-bottom-color: rgb(198 238 219 / 0.55);
}
.border-y-primary-200\/60{
    border-top-color: rgb(198 238 219 / 0.6);
    border-bottom-color: rgb(198 238 219 / 0.6);
}
.border-y-primary-200\/65{
    border-top-color: rgb(198 238 219 / 0.65);
    border-bottom-color: rgb(198 238 219 / 0.65);
}
.border-y-primary-200\/70{
    border-top-color: rgb(198 238 219 / 0.7);
    border-bottom-color: rgb(198 238 219 / 0.7);
}
.border-y-primary-200\/75{
    border-top-color: rgb(198 238 219 / 0.75);
    border-bottom-color: rgb(198 238 219 / 0.75);
}
.border-y-primary-200\/80{
    border-top-color: rgb(198 238 219 / 0.8);
    border-bottom-color: rgb(198 238 219 / 0.8);
}
.border-y-primary-200\/85{
    border-top-color: rgb(198 238 219 / 0.85);
    border-bottom-color: rgb(198 238 219 / 0.85);
}
.border-y-primary-200\/90{
    border-top-color: rgb(198 238 219 / 0.9);
    border-bottom-color: rgb(198 238 219 / 0.9);
}
.border-y-primary-200\/95{
    border-top-color: rgb(198 238 219 / 0.95);
    border-bottom-color: rgb(198 238 219 / 0.95);
}
.border-y-primary-5{
    --tw-border-opacity: 1;
    border-top-color: rgb(20 28 24 / var(--tw-border-opacity));
    border-bottom-color: rgb(20 28 24 / var(--tw-border-opacity));
}
.border-y-primary-5\/0{
    border-top-color: rgb(20 28 24 / 0);
    border-bottom-color: rgb(20 28 24 / 0);
}
.border-y-primary-5\/10{
    border-top-color: rgb(20 28 24 / 0.1);
    border-bottom-color: rgb(20 28 24 / 0.1);
}
.border-y-primary-5\/100{
    border-top-color: rgb(20 28 24 / 1);
    border-bottom-color: rgb(20 28 24 / 1);
}
.border-y-primary-5\/15{
    border-top-color: rgb(20 28 24 / 0.15);
    border-bottom-color: rgb(20 28 24 / 0.15);
}
.border-y-primary-5\/20{
    border-top-color: rgb(20 28 24 / 0.2);
    border-bottom-color: rgb(20 28 24 / 0.2);
}
.border-y-primary-5\/25{
    border-top-color: rgb(20 28 24 / 0.25);
    border-bottom-color: rgb(20 28 24 / 0.25);
}
.border-y-primary-5\/30{
    border-top-color: rgb(20 28 24 / 0.3);
    border-bottom-color: rgb(20 28 24 / 0.3);
}
.border-y-primary-5\/35{
    border-top-color: rgb(20 28 24 / 0.35);
    border-bottom-color: rgb(20 28 24 / 0.35);
}
.border-y-primary-5\/40{
    border-top-color: rgb(20 28 24 / 0.4);
    border-bottom-color: rgb(20 28 24 / 0.4);
}
.border-y-primary-5\/45{
    border-top-color: rgb(20 28 24 / 0.45);
    border-bottom-color: rgb(20 28 24 / 0.45);
}
.border-y-primary-5\/5{
    border-top-color: rgb(20 28 24 / 0.05);
    border-bottom-color: rgb(20 28 24 / 0.05);
}
.border-y-primary-5\/50{
    border-top-color: rgb(20 28 24 / 0.5);
    border-bottom-color: rgb(20 28 24 / 0.5);
}
.border-y-primary-5\/55{
    border-top-color: rgb(20 28 24 / 0.55);
    border-bottom-color: rgb(20 28 24 / 0.55);
}
.border-y-primary-5\/60{
    border-top-color: rgb(20 28 24 / 0.6);
    border-bottom-color: rgb(20 28 24 / 0.6);
}
.border-y-primary-5\/65{
    border-top-color: rgb(20 28 24 / 0.65);
    border-bottom-color: rgb(20 28 24 / 0.65);
}
.border-y-primary-5\/70{
    border-top-color: rgb(20 28 24 / 0.7);
    border-bottom-color: rgb(20 28 24 / 0.7);
}
.border-y-primary-5\/75{
    border-top-color: rgb(20 28 24 / 0.75);
    border-bottom-color: rgb(20 28 24 / 0.75);
}
.border-y-primary-5\/80{
    border-top-color: rgb(20 28 24 / 0.8);
    border-bottom-color: rgb(20 28 24 / 0.8);
}
.border-y-primary-5\/85{
    border-top-color: rgb(20 28 24 / 0.85);
    border-bottom-color: rgb(20 28 24 / 0.85);
}
.border-y-primary-5\/90{
    border-top-color: rgb(20 28 24 / 0.9);
    border-bottom-color: rgb(20 28 24 / 0.9);
}
.border-y-primary-5\/95{
    border-top-color: rgb(20 28 24 / 0.95);
    border-bottom-color: rgb(20 28 24 / 0.95);
}
.border-y-primary-500{
    --tw-border-opacity: 1;
    border-top-color: rgb(72 229 155 / var(--tw-border-opacity));
    border-bottom-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-y-primary-500\/0{
    border-top-color: rgb(72 229 155 / 0);
    border-bottom-color: rgb(72 229 155 / 0);
}
.border-y-primary-500\/10{
    border-top-color: rgb(72 229 155 / 0.1);
    border-bottom-color: rgb(72 229 155 / 0.1);
}
.border-y-primary-500\/100{
    border-top-color: rgb(72 229 155 / 1);
    border-bottom-color: rgb(72 229 155 / 1);
}
.border-y-primary-500\/15{
    border-top-color: rgb(72 229 155 / 0.15);
    border-bottom-color: rgb(72 229 155 / 0.15);
}
.border-y-primary-500\/20{
    border-top-color: rgb(72 229 155 / 0.2);
    border-bottom-color: rgb(72 229 155 / 0.2);
}
.border-y-primary-500\/25{
    border-top-color: rgb(72 229 155 / 0.25);
    border-bottom-color: rgb(72 229 155 / 0.25);
}
.border-y-primary-500\/30{
    border-top-color: rgb(72 229 155 / 0.3);
    border-bottom-color: rgb(72 229 155 / 0.3);
}
.border-y-primary-500\/35{
    border-top-color: rgb(72 229 155 / 0.35);
    border-bottom-color: rgb(72 229 155 / 0.35);
}
.border-y-primary-500\/40{
    border-top-color: rgb(72 229 155 / 0.4);
    border-bottom-color: rgb(72 229 155 / 0.4);
}
.border-y-primary-500\/45{
    border-top-color: rgb(72 229 155 / 0.45);
    border-bottom-color: rgb(72 229 155 / 0.45);
}
.border-y-primary-500\/5{
    border-top-color: rgb(72 229 155 / 0.05);
    border-bottom-color: rgb(72 229 155 / 0.05);
}
.border-y-primary-500\/50{
    border-top-color: rgb(72 229 155 / 0.5);
    border-bottom-color: rgb(72 229 155 / 0.5);
}
.border-y-primary-500\/55{
    border-top-color: rgb(72 229 155 / 0.55);
    border-bottom-color: rgb(72 229 155 / 0.55);
}
.border-y-primary-500\/60{
    border-top-color: rgb(72 229 155 / 0.6);
    border-bottom-color: rgb(72 229 155 / 0.6);
}
.border-y-primary-500\/65{
    border-top-color: rgb(72 229 155 / 0.65);
    border-bottom-color: rgb(72 229 155 / 0.65);
}
.border-y-primary-500\/70{
    border-top-color: rgb(72 229 155 / 0.7);
    border-bottom-color: rgb(72 229 155 / 0.7);
}
.border-y-primary-500\/75{
    border-top-color: rgb(72 229 155 / 0.75);
    border-bottom-color: rgb(72 229 155 / 0.75);
}
.border-y-primary-500\/80{
    border-top-color: rgb(72 229 155 / 0.8);
    border-bottom-color: rgb(72 229 155 / 0.8);
}
.border-y-primary-500\/85{
    border-top-color: rgb(72 229 155 / 0.85);
    border-bottom-color: rgb(72 229 155 / 0.85);
}
.border-y-primary-500\/90{
    border-top-color: rgb(72 229 155 / 0.9);
    border-bottom-color: rgb(72 229 155 / 0.9);
}
.border-y-primary-500\/95{
    border-top-color: rgb(72 229 155 / 0.95);
    border-bottom-color: rgb(72 229 155 / 0.95);
}
.border-y-primary-60{
    --tw-border-opacity: 1;
    border-top-color: rgb(57 155 109 / var(--tw-border-opacity));
    border-bottom-color: rgb(57 155 109 / var(--tw-border-opacity));
}
.border-y-primary-60\/0{
    border-top-color: rgb(57 155 109 / 0);
    border-bottom-color: rgb(57 155 109 / 0);
}
.border-y-primary-60\/10{
    border-top-color: rgb(57 155 109 / 0.1);
    border-bottom-color: rgb(57 155 109 / 0.1);
}
.border-y-primary-60\/100{
    border-top-color: rgb(57 155 109 / 1);
    border-bottom-color: rgb(57 155 109 / 1);
}
.border-y-primary-60\/15{
    border-top-color: rgb(57 155 109 / 0.15);
    border-bottom-color: rgb(57 155 109 / 0.15);
}
.border-y-primary-60\/20{
    border-top-color: rgb(57 155 109 / 0.2);
    border-bottom-color: rgb(57 155 109 / 0.2);
}
.border-y-primary-60\/25{
    border-top-color: rgb(57 155 109 / 0.25);
    border-bottom-color: rgb(57 155 109 / 0.25);
}
.border-y-primary-60\/30{
    border-top-color: rgb(57 155 109 / 0.3);
    border-bottom-color: rgb(57 155 109 / 0.3);
}
.border-y-primary-60\/35{
    border-top-color: rgb(57 155 109 / 0.35);
    border-bottom-color: rgb(57 155 109 / 0.35);
}
.border-y-primary-60\/40{
    border-top-color: rgb(57 155 109 / 0.4);
    border-bottom-color: rgb(57 155 109 / 0.4);
}
.border-y-primary-60\/45{
    border-top-color: rgb(57 155 109 / 0.45);
    border-bottom-color: rgb(57 155 109 / 0.45);
}
.border-y-primary-60\/5{
    border-top-color: rgb(57 155 109 / 0.05);
    border-bottom-color: rgb(57 155 109 / 0.05);
}
.border-y-primary-60\/50{
    border-top-color: rgb(57 155 109 / 0.5);
    border-bottom-color: rgb(57 155 109 / 0.5);
}
.border-y-primary-60\/55{
    border-top-color: rgb(57 155 109 / 0.55);
    border-bottom-color: rgb(57 155 109 / 0.55);
}
.border-y-primary-60\/60{
    border-top-color: rgb(57 155 109 / 0.6);
    border-bottom-color: rgb(57 155 109 / 0.6);
}
.border-y-primary-60\/65{
    border-top-color: rgb(57 155 109 / 0.65);
    border-bottom-color: rgb(57 155 109 / 0.65);
}
.border-y-primary-60\/70{
    border-top-color: rgb(57 155 109 / 0.7);
    border-bottom-color: rgb(57 155 109 / 0.7);
}
.border-y-primary-60\/75{
    border-top-color: rgb(57 155 109 / 0.75);
    border-bottom-color: rgb(57 155 109 / 0.75);
}
.border-y-primary-60\/80{
    border-top-color: rgb(57 155 109 / 0.8);
    border-bottom-color: rgb(57 155 109 / 0.8);
}
.border-y-primary-60\/85{
    border-top-color: rgb(57 155 109 / 0.85);
    border-bottom-color: rgb(57 155 109 / 0.85);
}
.border-y-primary-60\/90{
    border-top-color: rgb(57 155 109 / 0.9);
    border-bottom-color: rgb(57 155 109 / 0.9);
}
.border-y-primary-60\/95{
    border-top-color: rgb(57 155 109 / 0.95);
    border-bottom-color: rgb(57 155 109 / 0.95);
}
.border-y-primary-600{
    --tw-border-opacity: 1;
    border-top-color: rgb(61 187 127 / var(--tw-border-opacity));
    border-bottom-color: rgb(61 187 127 / var(--tw-border-opacity));
}
.border-y-primary-600\/0{
    border-top-color: rgb(61 187 127 / 0);
    border-bottom-color: rgb(61 187 127 / 0);
}
.border-y-primary-600\/10{
    border-top-color: rgb(61 187 127 / 0.1);
    border-bottom-color: rgb(61 187 127 / 0.1);
}
.border-y-primary-600\/100{
    border-top-color: rgb(61 187 127 / 1);
    border-bottom-color: rgb(61 187 127 / 1);
}
.border-y-primary-600\/15{
    border-top-color: rgb(61 187 127 / 0.15);
    border-bottom-color: rgb(61 187 127 / 0.15);
}
.border-y-primary-600\/20{
    border-top-color: rgb(61 187 127 / 0.2);
    border-bottom-color: rgb(61 187 127 / 0.2);
}
.border-y-primary-600\/25{
    border-top-color: rgb(61 187 127 / 0.25);
    border-bottom-color: rgb(61 187 127 / 0.25);
}
.border-y-primary-600\/30{
    border-top-color: rgb(61 187 127 / 0.3);
    border-bottom-color: rgb(61 187 127 / 0.3);
}
.border-y-primary-600\/35{
    border-top-color: rgb(61 187 127 / 0.35);
    border-bottom-color: rgb(61 187 127 / 0.35);
}
.border-y-primary-600\/40{
    border-top-color: rgb(61 187 127 / 0.4);
    border-bottom-color: rgb(61 187 127 / 0.4);
}
.border-y-primary-600\/45{
    border-top-color: rgb(61 187 127 / 0.45);
    border-bottom-color: rgb(61 187 127 / 0.45);
}
.border-y-primary-600\/5{
    border-top-color: rgb(61 187 127 / 0.05);
    border-bottom-color: rgb(61 187 127 / 0.05);
}
.border-y-primary-600\/50{
    border-top-color: rgb(61 187 127 / 0.5);
    border-bottom-color: rgb(61 187 127 / 0.5);
}
.border-y-primary-600\/55{
    border-top-color: rgb(61 187 127 / 0.55);
    border-bottom-color: rgb(61 187 127 / 0.55);
}
.border-y-primary-600\/60{
    border-top-color: rgb(61 187 127 / 0.6);
    border-bottom-color: rgb(61 187 127 / 0.6);
}
.border-y-primary-600\/65{
    border-top-color: rgb(61 187 127 / 0.65);
    border-bottom-color: rgb(61 187 127 / 0.65);
}
.border-y-primary-600\/70{
    border-top-color: rgb(61 187 127 / 0.7);
    border-bottom-color: rgb(61 187 127 / 0.7);
}
.border-y-primary-600\/75{
    border-top-color: rgb(61 187 127 / 0.75);
    border-bottom-color: rgb(61 187 127 / 0.75);
}
.border-y-primary-600\/80{
    border-top-color: rgb(61 187 127 / 0.8);
    border-bottom-color: rgb(61 187 127 / 0.8);
}
.border-y-primary-600\/85{
    border-top-color: rgb(61 187 127 / 0.85);
    border-bottom-color: rgb(61 187 127 / 0.85);
}
.border-y-primary-600\/90{
    border-top-color: rgb(61 187 127 / 0.9);
    border-bottom-color: rgb(61 187 127 / 0.9);
}
.border-y-primary-600\/95{
    border-top-color: rgb(61 187 127 / 0.95);
    border-bottom-color: rgb(61 187 127 / 0.95);
}
.border-y-primary-700{
    --tw-border-opacity: 1;
    border-top-color: rgb(57 155 109 / var(--tw-border-opacity));
    border-bottom-color: rgb(57 155 109 / var(--tw-border-opacity));
}
.border-y-primary-700\/0{
    border-top-color: rgb(57 155 109 / 0);
    border-bottom-color: rgb(57 155 109 / 0);
}
.border-y-primary-700\/10{
    border-top-color: rgb(57 155 109 / 0.1);
    border-bottom-color: rgb(57 155 109 / 0.1);
}
.border-y-primary-700\/100{
    border-top-color: rgb(57 155 109 / 1);
    border-bottom-color: rgb(57 155 109 / 1);
}
.border-y-primary-700\/15{
    border-top-color: rgb(57 155 109 / 0.15);
    border-bottom-color: rgb(57 155 109 / 0.15);
}
.border-y-primary-700\/20{
    border-top-color: rgb(57 155 109 / 0.2);
    border-bottom-color: rgb(57 155 109 / 0.2);
}
.border-y-primary-700\/25{
    border-top-color: rgb(57 155 109 / 0.25);
    border-bottom-color: rgb(57 155 109 / 0.25);
}
.border-y-primary-700\/30{
    border-top-color: rgb(57 155 109 / 0.3);
    border-bottom-color: rgb(57 155 109 / 0.3);
}
.border-y-primary-700\/35{
    border-top-color: rgb(57 155 109 / 0.35);
    border-bottom-color: rgb(57 155 109 / 0.35);
}
.border-y-primary-700\/40{
    border-top-color: rgb(57 155 109 / 0.4);
    border-bottom-color: rgb(57 155 109 / 0.4);
}
.border-y-primary-700\/45{
    border-top-color: rgb(57 155 109 / 0.45);
    border-bottom-color: rgb(57 155 109 / 0.45);
}
.border-y-primary-700\/5{
    border-top-color: rgb(57 155 109 / 0.05);
    border-bottom-color: rgb(57 155 109 / 0.05);
}
.border-y-primary-700\/50{
    border-top-color: rgb(57 155 109 / 0.5);
    border-bottom-color: rgb(57 155 109 / 0.5);
}
.border-y-primary-700\/55{
    border-top-color: rgb(57 155 109 / 0.55);
    border-bottom-color: rgb(57 155 109 / 0.55);
}
.border-y-primary-700\/60{
    border-top-color: rgb(57 155 109 / 0.6);
    border-bottom-color: rgb(57 155 109 / 0.6);
}
.border-y-primary-700\/65{
    border-top-color: rgb(57 155 109 / 0.65);
    border-bottom-color: rgb(57 155 109 / 0.65);
}
.border-y-primary-700\/70{
    border-top-color: rgb(57 155 109 / 0.7);
    border-bottom-color: rgb(57 155 109 / 0.7);
}
.border-y-primary-700\/75{
    border-top-color: rgb(57 155 109 / 0.75);
    border-bottom-color: rgb(57 155 109 / 0.75);
}
.border-y-primary-700\/80{
    border-top-color: rgb(57 155 109 / 0.8);
    border-bottom-color: rgb(57 155 109 / 0.8);
}
.border-y-primary-700\/85{
    border-top-color: rgb(57 155 109 / 0.85);
    border-bottom-color: rgb(57 155 109 / 0.85);
}
.border-y-primary-700\/90{
    border-top-color: rgb(57 155 109 / 0.9);
    border-bottom-color: rgb(57 155 109 / 0.9);
}
.border-y-primary-700\/95{
    border-top-color: rgb(57 155 109 / 0.95);
    border-bottom-color: rgb(57 155 109 / 0.95);
}
.border-y-primary-80{
    --tw-border-opacity: 1;
    border-top-color: rgb(61 187 127 / var(--tw-border-opacity));
    border-bottom-color: rgb(61 187 127 / var(--tw-border-opacity));
}
.border-y-primary-80\/0{
    border-top-color: rgb(61 187 127 / 0);
    border-bottom-color: rgb(61 187 127 / 0);
}
.border-y-primary-80\/10{
    border-top-color: rgb(61 187 127 / 0.1);
    border-bottom-color: rgb(61 187 127 / 0.1);
}
.border-y-primary-80\/100{
    border-top-color: rgb(61 187 127 / 1);
    border-bottom-color: rgb(61 187 127 / 1);
}
.border-y-primary-80\/15{
    border-top-color: rgb(61 187 127 / 0.15);
    border-bottom-color: rgb(61 187 127 / 0.15);
}
.border-y-primary-80\/20{
    border-top-color: rgb(61 187 127 / 0.2);
    border-bottom-color: rgb(61 187 127 / 0.2);
}
.border-y-primary-80\/25{
    border-top-color: rgb(61 187 127 / 0.25);
    border-bottom-color: rgb(61 187 127 / 0.25);
}
.border-y-primary-80\/30{
    border-top-color: rgb(61 187 127 / 0.3);
    border-bottom-color: rgb(61 187 127 / 0.3);
}
.border-y-primary-80\/35{
    border-top-color: rgb(61 187 127 / 0.35);
    border-bottom-color: rgb(61 187 127 / 0.35);
}
.border-y-primary-80\/40{
    border-top-color: rgb(61 187 127 / 0.4);
    border-bottom-color: rgb(61 187 127 / 0.4);
}
.border-y-primary-80\/45{
    border-top-color: rgb(61 187 127 / 0.45);
    border-bottom-color: rgb(61 187 127 / 0.45);
}
.border-y-primary-80\/5{
    border-top-color: rgb(61 187 127 / 0.05);
    border-bottom-color: rgb(61 187 127 / 0.05);
}
.border-y-primary-80\/50{
    border-top-color: rgb(61 187 127 / 0.5);
    border-bottom-color: rgb(61 187 127 / 0.5);
}
.border-y-primary-80\/55{
    border-top-color: rgb(61 187 127 / 0.55);
    border-bottom-color: rgb(61 187 127 / 0.55);
}
.border-y-primary-80\/60{
    border-top-color: rgb(61 187 127 / 0.6);
    border-bottom-color: rgb(61 187 127 / 0.6);
}
.border-y-primary-80\/65{
    border-top-color: rgb(61 187 127 / 0.65);
    border-bottom-color: rgb(61 187 127 / 0.65);
}
.border-y-primary-80\/70{
    border-top-color: rgb(61 187 127 / 0.7);
    border-bottom-color: rgb(61 187 127 / 0.7);
}
.border-y-primary-80\/75{
    border-top-color: rgb(61 187 127 / 0.75);
    border-bottom-color: rgb(61 187 127 / 0.75);
}
.border-y-primary-80\/80{
    border-top-color: rgb(61 187 127 / 0.8);
    border-bottom-color: rgb(61 187 127 / 0.8);
}
.border-y-primary-80\/85{
    border-top-color: rgb(61 187 127 / 0.85);
    border-bottom-color: rgb(61 187 127 / 0.85);
}
.border-y-primary-80\/90{
    border-top-color: rgb(61 187 127 / 0.9);
    border-bottom-color: rgb(61 187 127 / 0.9);
}
.border-y-primary-80\/95{
    border-top-color: rgb(61 187 127 / 0.95);
    border-bottom-color: rgb(61 187 127 / 0.95);
}
.border-y-primary-800{
    --tw-border-opacity: 1;
    border-top-color: rgb(10 68 41 / var(--tw-border-opacity));
    border-bottom-color: rgb(10 68 41 / var(--tw-border-opacity));
}
.border-y-primary-800\/0{
    border-top-color: rgb(10 68 41 / 0);
    border-bottom-color: rgb(10 68 41 / 0);
}
.border-y-primary-800\/10{
    border-top-color: rgb(10 68 41 / 0.1);
    border-bottom-color: rgb(10 68 41 / 0.1);
}
.border-y-primary-800\/100{
    border-top-color: rgb(10 68 41 / 1);
    border-bottom-color: rgb(10 68 41 / 1);
}
.border-y-primary-800\/15{
    border-top-color: rgb(10 68 41 / 0.15);
    border-bottom-color: rgb(10 68 41 / 0.15);
}
.border-y-primary-800\/20{
    border-top-color: rgb(10 68 41 / 0.2);
    border-bottom-color: rgb(10 68 41 / 0.2);
}
.border-y-primary-800\/25{
    border-top-color: rgb(10 68 41 / 0.25);
    border-bottom-color: rgb(10 68 41 / 0.25);
}
.border-y-primary-800\/30{
    border-top-color: rgb(10 68 41 / 0.3);
    border-bottom-color: rgb(10 68 41 / 0.3);
}
.border-y-primary-800\/35{
    border-top-color: rgb(10 68 41 / 0.35);
    border-bottom-color: rgb(10 68 41 / 0.35);
}
.border-y-primary-800\/40{
    border-top-color: rgb(10 68 41 / 0.4);
    border-bottom-color: rgb(10 68 41 / 0.4);
}
.border-y-primary-800\/45{
    border-top-color: rgb(10 68 41 / 0.45);
    border-bottom-color: rgb(10 68 41 / 0.45);
}
.border-y-primary-800\/5{
    border-top-color: rgb(10 68 41 / 0.05);
    border-bottom-color: rgb(10 68 41 / 0.05);
}
.border-y-primary-800\/50{
    border-top-color: rgb(10 68 41 / 0.5);
    border-bottom-color: rgb(10 68 41 / 0.5);
}
.border-y-primary-800\/55{
    border-top-color: rgb(10 68 41 / 0.55);
    border-bottom-color: rgb(10 68 41 / 0.55);
}
.border-y-primary-800\/60{
    border-top-color: rgb(10 68 41 / 0.6);
    border-bottom-color: rgb(10 68 41 / 0.6);
}
.border-y-primary-800\/65{
    border-top-color: rgb(10 68 41 / 0.65);
    border-bottom-color: rgb(10 68 41 / 0.65);
}
.border-y-primary-800\/70{
    border-top-color: rgb(10 68 41 / 0.7);
    border-bottom-color: rgb(10 68 41 / 0.7);
}
.border-y-primary-800\/75{
    border-top-color: rgb(10 68 41 / 0.75);
    border-bottom-color: rgb(10 68 41 / 0.75);
}
.border-y-primary-800\/80{
    border-top-color: rgb(10 68 41 / 0.8);
    border-bottom-color: rgb(10 68 41 / 0.8);
}
.border-y-primary-800\/85{
    border-top-color: rgb(10 68 41 / 0.85);
    border-bottom-color: rgb(10 68 41 / 0.85);
}
.border-y-primary-800\/90{
    border-top-color: rgb(10 68 41 / 0.9);
    border-bottom-color: rgb(10 68 41 / 0.9);
}
.border-y-primary-800\/95{
    border-top-color: rgb(10 68 41 / 0.95);
    border-bottom-color: rgb(10 68 41 / 0.95);
}
.border-y-primary-900{
    --tw-border-opacity: 1;
    border-top-color: rgb(28 59 45 / var(--tw-border-opacity));
    border-bottom-color: rgb(28 59 45 / var(--tw-border-opacity));
}
.border-y-primary-900\/0{
    border-top-color: rgb(28 59 45 / 0);
    border-bottom-color: rgb(28 59 45 / 0);
}
.border-y-primary-900\/10{
    border-top-color: rgb(28 59 45 / 0.1);
    border-bottom-color: rgb(28 59 45 / 0.1);
}
.border-y-primary-900\/100{
    border-top-color: rgb(28 59 45 / 1);
    border-bottom-color: rgb(28 59 45 / 1);
}
.border-y-primary-900\/15{
    border-top-color: rgb(28 59 45 / 0.15);
    border-bottom-color: rgb(28 59 45 / 0.15);
}
.border-y-primary-900\/20{
    border-top-color: rgb(28 59 45 / 0.2);
    border-bottom-color: rgb(28 59 45 / 0.2);
}
.border-y-primary-900\/25{
    border-top-color: rgb(28 59 45 / 0.25);
    border-bottom-color: rgb(28 59 45 / 0.25);
}
.border-y-primary-900\/30{
    border-top-color: rgb(28 59 45 / 0.3);
    border-bottom-color: rgb(28 59 45 / 0.3);
}
.border-y-primary-900\/35{
    border-top-color: rgb(28 59 45 / 0.35);
    border-bottom-color: rgb(28 59 45 / 0.35);
}
.border-y-primary-900\/40{
    border-top-color: rgb(28 59 45 / 0.4);
    border-bottom-color: rgb(28 59 45 / 0.4);
}
.border-y-primary-900\/45{
    border-top-color: rgb(28 59 45 / 0.45);
    border-bottom-color: rgb(28 59 45 / 0.45);
}
.border-y-primary-900\/5{
    border-top-color: rgb(28 59 45 / 0.05);
    border-bottom-color: rgb(28 59 45 / 0.05);
}
.border-y-primary-900\/50{
    border-top-color: rgb(28 59 45 / 0.5);
    border-bottom-color: rgb(28 59 45 / 0.5);
}
.border-y-primary-900\/55{
    border-top-color: rgb(28 59 45 / 0.55);
    border-bottom-color: rgb(28 59 45 / 0.55);
}
.border-y-primary-900\/60{
    border-top-color: rgb(28 59 45 / 0.6);
    border-bottom-color: rgb(28 59 45 / 0.6);
}
.border-y-primary-900\/65{
    border-top-color: rgb(28 59 45 / 0.65);
    border-bottom-color: rgb(28 59 45 / 0.65);
}
.border-y-primary-900\/70{
    border-top-color: rgb(28 59 45 / 0.7);
    border-bottom-color: rgb(28 59 45 / 0.7);
}
.border-y-primary-900\/75{
    border-top-color: rgb(28 59 45 / 0.75);
    border-bottom-color: rgb(28 59 45 / 0.75);
}
.border-y-primary-900\/80{
    border-top-color: rgb(28 59 45 / 0.8);
    border-bottom-color: rgb(28 59 45 / 0.8);
}
.border-y-primary-900\/85{
    border-top-color: rgb(28 59 45 / 0.85);
    border-bottom-color: rgb(28 59 45 / 0.85);
}
.border-y-primary-900\/90{
    border-top-color: rgb(28 59 45 / 0.9);
    border-bottom-color: rgb(28 59 45 / 0.9);
}
.border-y-primary-900\/95{
    border-top-color: rgb(28 59 45 / 0.95);
    border-bottom-color: rgb(28 59 45 / 0.95);
}
.border-y-primary-950{
    --tw-border-opacity: 1;
    border-top-color: rgb(20 28 24 / var(--tw-border-opacity));
    border-bottom-color: rgb(20 28 24 / var(--tw-border-opacity));
}
.border-y-primary-950\/0{
    border-top-color: rgb(20 28 24 / 0);
    border-bottom-color: rgb(20 28 24 / 0);
}
.border-y-primary-950\/10{
    border-top-color: rgb(20 28 24 / 0.1);
    border-bottom-color: rgb(20 28 24 / 0.1);
}
.border-y-primary-950\/100{
    border-top-color: rgb(20 28 24 / 1);
    border-bottom-color: rgb(20 28 24 / 1);
}
.border-y-primary-950\/15{
    border-top-color: rgb(20 28 24 / 0.15);
    border-bottom-color: rgb(20 28 24 / 0.15);
}
.border-y-primary-950\/20{
    border-top-color: rgb(20 28 24 / 0.2);
    border-bottom-color: rgb(20 28 24 / 0.2);
}
.border-y-primary-950\/25{
    border-top-color: rgb(20 28 24 / 0.25);
    border-bottom-color: rgb(20 28 24 / 0.25);
}
.border-y-primary-950\/30{
    border-top-color: rgb(20 28 24 / 0.3);
    border-bottom-color: rgb(20 28 24 / 0.3);
}
.border-y-primary-950\/35{
    border-top-color: rgb(20 28 24 / 0.35);
    border-bottom-color: rgb(20 28 24 / 0.35);
}
.border-y-primary-950\/40{
    border-top-color: rgb(20 28 24 / 0.4);
    border-bottom-color: rgb(20 28 24 / 0.4);
}
.border-y-primary-950\/45{
    border-top-color: rgb(20 28 24 / 0.45);
    border-bottom-color: rgb(20 28 24 / 0.45);
}
.border-y-primary-950\/5{
    border-top-color: rgb(20 28 24 / 0.05);
    border-bottom-color: rgb(20 28 24 / 0.05);
}
.border-y-primary-950\/50{
    border-top-color: rgb(20 28 24 / 0.5);
    border-bottom-color: rgb(20 28 24 / 0.5);
}
.border-y-primary-950\/55{
    border-top-color: rgb(20 28 24 / 0.55);
    border-bottom-color: rgb(20 28 24 / 0.55);
}
.border-y-primary-950\/60{
    border-top-color: rgb(20 28 24 / 0.6);
    border-bottom-color: rgb(20 28 24 / 0.6);
}
.border-y-primary-950\/65{
    border-top-color: rgb(20 28 24 / 0.65);
    border-bottom-color: rgb(20 28 24 / 0.65);
}
.border-y-primary-950\/70{
    border-top-color: rgb(20 28 24 / 0.7);
    border-bottom-color: rgb(20 28 24 / 0.7);
}
.border-y-primary-950\/75{
    border-top-color: rgb(20 28 24 / 0.75);
    border-bottom-color: rgb(20 28 24 / 0.75);
}
.border-y-primary-950\/80{
    border-top-color: rgb(20 28 24 / 0.8);
    border-bottom-color: rgb(20 28 24 / 0.8);
}
.border-y-primary-950\/85{
    border-top-color: rgb(20 28 24 / 0.85);
    border-bottom-color: rgb(20 28 24 / 0.85);
}
.border-y-primary-950\/90{
    border-top-color: rgb(20 28 24 / 0.9);
    border-bottom-color: rgb(20 28 24 / 0.9);
}
.border-y-primary-950\/95{
    border-top-color: rgb(20 28 24 / 0.95);
    border-bottom-color: rgb(20 28 24 / 0.95);
}
.border-y-primary-dark{
    --tw-border-opacity: 1;
    border-top-color: rgb(10 68 41 / var(--tw-border-opacity));
    border-bottom-color: rgb(10 68 41 / var(--tw-border-opacity));
}
.border-y-primary-dark\/0{
    border-top-color: rgb(10 68 41 / 0);
    border-bottom-color: rgb(10 68 41 / 0);
}
.border-y-primary-dark\/10{
    border-top-color: rgb(10 68 41 / 0.1);
    border-bottom-color: rgb(10 68 41 / 0.1);
}
.border-y-primary-dark\/100{
    border-top-color: rgb(10 68 41 / 1);
    border-bottom-color: rgb(10 68 41 / 1);
}
.border-y-primary-dark\/15{
    border-top-color: rgb(10 68 41 / 0.15);
    border-bottom-color: rgb(10 68 41 / 0.15);
}
.border-y-primary-dark\/20{
    border-top-color: rgb(10 68 41 / 0.2);
    border-bottom-color: rgb(10 68 41 / 0.2);
}
.border-y-primary-dark\/25{
    border-top-color: rgb(10 68 41 / 0.25);
    border-bottom-color: rgb(10 68 41 / 0.25);
}
.border-y-primary-dark\/30{
    border-top-color: rgb(10 68 41 / 0.3);
    border-bottom-color: rgb(10 68 41 / 0.3);
}
.border-y-primary-dark\/35{
    border-top-color: rgb(10 68 41 / 0.35);
    border-bottom-color: rgb(10 68 41 / 0.35);
}
.border-y-primary-dark\/40{
    border-top-color: rgb(10 68 41 / 0.4);
    border-bottom-color: rgb(10 68 41 / 0.4);
}
.border-y-primary-dark\/45{
    border-top-color: rgb(10 68 41 / 0.45);
    border-bottom-color: rgb(10 68 41 / 0.45);
}
.border-y-primary-dark\/5{
    border-top-color: rgb(10 68 41 / 0.05);
    border-bottom-color: rgb(10 68 41 / 0.05);
}
.border-y-primary-dark\/50{
    border-top-color: rgb(10 68 41 / 0.5);
    border-bottom-color: rgb(10 68 41 / 0.5);
}
.border-y-primary-dark\/55{
    border-top-color: rgb(10 68 41 / 0.55);
    border-bottom-color: rgb(10 68 41 / 0.55);
}
.border-y-primary-dark\/60{
    border-top-color: rgb(10 68 41 / 0.6);
    border-bottom-color: rgb(10 68 41 / 0.6);
}
.border-y-primary-dark\/65{
    border-top-color: rgb(10 68 41 / 0.65);
    border-bottom-color: rgb(10 68 41 / 0.65);
}
.border-y-primary-dark\/70{
    border-top-color: rgb(10 68 41 / 0.7);
    border-bottom-color: rgb(10 68 41 / 0.7);
}
.border-y-primary-dark\/75{
    border-top-color: rgb(10 68 41 / 0.75);
    border-bottom-color: rgb(10 68 41 / 0.75);
}
.border-y-primary-dark\/80{
    border-top-color: rgb(10 68 41 / 0.8);
    border-bottom-color: rgb(10 68 41 / 0.8);
}
.border-y-primary-dark\/85{
    border-top-color: rgb(10 68 41 / 0.85);
    border-bottom-color: rgb(10 68 41 / 0.85);
}
.border-y-primary-dark\/90{
    border-top-color: rgb(10 68 41 / 0.9);
    border-bottom-color: rgb(10 68 41 / 0.9);
}
.border-y-primary-dark\/95{
    border-top-color: rgb(10 68 41 / 0.95);
    border-bottom-color: rgb(10 68 41 / 0.95);
}
.border-y-primary-light{
    --tw-border-opacity: 1;
    border-top-color: rgb(198 238 219 / var(--tw-border-opacity));
    border-bottom-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-y-primary-light\/0{
    border-top-color: rgb(198 238 219 / 0);
    border-bottom-color: rgb(198 238 219 / 0);
}
.border-y-primary-light\/10{
    border-top-color: rgb(198 238 219 / 0.1);
    border-bottom-color: rgb(198 238 219 / 0.1);
}
.border-y-primary-light\/100{
    border-top-color: rgb(198 238 219 / 1);
    border-bottom-color: rgb(198 238 219 / 1);
}
.border-y-primary-light\/15{
    border-top-color: rgb(198 238 219 / 0.15);
    border-bottom-color: rgb(198 238 219 / 0.15);
}
.border-y-primary-light\/20{
    border-top-color: rgb(198 238 219 / 0.2);
    border-bottom-color: rgb(198 238 219 / 0.2);
}
.border-y-primary-light\/25{
    border-top-color: rgb(198 238 219 / 0.25);
    border-bottom-color: rgb(198 238 219 / 0.25);
}
.border-y-primary-light\/30{
    border-top-color: rgb(198 238 219 / 0.3);
    border-bottom-color: rgb(198 238 219 / 0.3);
}
.border-y-primary-light\/35{
    border-top-color: rgb(198 238 219 / 0.35);
    border-bottom-color: rgb(198 238 219 / 0.35);
}
.border-y-primary-light\/40{
    border-top-color: rgb(198 238 219 / 0.4);
    border-bottom-color: rgb(198 238 219 / 0.4);
}
.border-y-primary-light\/45{
    border-top-color: rgb(198 238 219 / 0.45);
    border-bottom-color: rgb(198 238 219 / 0.45);
}
.border-y-primary-light\/5{
    border-top-color: rgb(198 238 219 / 0.05);
    border-bottom-color: rgb(198 238 219 / 0.05);
}
.border-y-primary-light\/50{
    border-top-color: rgb(198 238 219 / 0.5);
    border-bottom-color: rgb(198 238 219 / 0.5);
}
.border-y-primary-light\/55{
    border-top-color: rgb(198 238 219 / 0.55);
    border-bottom-color: rgb(198 238 219 / 0.55);
}
.border-y-primary-light\/60{
    border-top-color: rgb(198 238 219 / 0.6);
    border-bottom-color: rgb(198 238 219 / 0.6);
}
.border-y-primary-light\/65{
    border-top-color: rgb(198 238 219 / 0.65);
    border-bottom-color: rgb(198 238 219 / 0.65);
}
.border-y-primary-light\/70{
    border-top-color: rgb(198 238 219 / 0.7);
    border-bottom-color: rgb(198 238 219 / 0.7);
}
.border-y-primary-light\/75{
    border-top-color: rgb(198 238 219 / 0.75);
    border-bottom-color: rgb(198 238 219 / 0.75);
}
.border-y-primary-light\/80{
    border-top-color: rgb(198 238 219 / 0.8);
    border-bottom-color: rgb(198 238 219 / 0.8);
}
.border-y-primary-light\/85{
    border-top-color: rgb(198 238 219 / 0.85);
    border-bottom-color: rgb(198 238 219 / 0.85);
}
.border-y-primary-light\/90{
    border-top-color: rgb(198 238 219 / 0.9);
    border-bottom-color: rgb(198 238 219 / 0.9);
}
.border-y-primary-light\/95{
    border-top-color: rgb(198 238 219 / 0.95);
    border-bottom-color: rgb(198 238 219 / 0.95);
}
.border-y-primary\/0{
    border-top-color: rgb(72 229 155 / 0);
    border-bottom-color: rgb(72 229 155 / 0);
}
.border-y-primary\/10{
    border-top-color: rgb(72 229 155 / 0.1);
    border-bottom-color: rgb(72 229 155 / 0.1);
}
.border-y-primary\/100{
    border-top-color: rgb(72 229 155 / 1);
    border-bottom-color: rgb(72 229 155 / 1);
}
.border-y-primary\/15{
    border-top-color: rgb(72 229 155 / 0.15);
    border-bottom-color: rgb(72 229 155 / 0.15);
}
.border-y-primary\/20{
    border-top-color: rgb(72 229 155 / 0.2);
    border-bottom-color: rgb(72 229 155 / 0.2);
}
.border-y-primary\/25{
    border-top-color: rgb(72 229 155 / 0.25);
    border-bottom-color: rgb(72 229 155 / 0.25);
}
.border-y-primary\/30{
    border-top-color: rgb(72 229 155 / 0.3);
    border-bottom-color: rgb(72 229 155 / 0.3);
}
.border-y-primary\/35{
    border-top-color: rgb(72 229 155 / 0.35);
    border-bottom-color: rgb(72 229 155 / 0.35);
}
.border-y-primary\/40{
    border-top-color: rgb(72 229 155 / 0.4);
    border-bottom-color: rgb(72 229 155 / 0.4);
}
.border-y-primary\/45{
    border-top-color: rgb(72 229 155 / 0.45);
    border-bottom-color: rgb(72 229 155 / 0.45);
}
.border-y-primary\/5{
    border-top-color: rgb(72 229 155 / 0.05);
    border-bottom-color: rgb(72 229 155 / 0.05);
}
.border-y-primary\/50{
    border-top-color: rgb(72 229 155 / 0.5);
    border-bottom-color: rgb(72 229 155 / 0.5);
}
.border-y-primary\/55{
    border-top-color: rgb(72 229 155 / 0.55);
    border-bottom-color: rgb(72 229 155 / 0.55);
}
.border-y-primary\/60{
    border-top-color: rgb(72 229 155 / 0.6);
    border-bottom-color: rgb(72 229 155 / 0.6);
}
.border-y-primary\/65{
    border-top-color: rgb(72 229 155 / 0.65);
    border-bottom-color: rgb(72 229 155 / 0.65);
}
.border-y-primary\/70{
    border-top-color: rgb(72 229 155 / 0.7);
    border-bottom-color: rgb(72 229 155 / 0.7);
}
.border-y-primary\/75{
    border-top-color: rgb(72 229 155 / 0.75);
    border-bottom-color: rgb(72 229 155 / 0.75);
}
.border-y-primary\/80{
    border-top-color: rgb(72 229 155 / 0.8);
    border-bottom-color: rgb(72 229 155 / 0.8);
}
.border-y-primary\/85{
    border-top-color: rgb(72 229 155 / 0.85);
    border-bottom-color: rgb(72 229 155 / 0.85);
}
.border-y-primary\/90{
    border-top-color: rgb(72 229 155 / 0.9);
    border-bottom-color: rgb(72 229 155 / 0.9);
}
.border-y-primary\/95{
    border-top-color: rgb(72 229 155 / 0.95);
    border-bottom-color: rgb(72 229 155 / 0.95);
}
.border-y-secondary{
    --tw-border-opacity: 1;
    border-top-color: rgb(1 90 213 / var(--tw-border-opacity));
    border-bottom-color: rgb(1 90 213 / var(--tw-border-opacity));
}
.border-y-secondary-500{
    --tw-border-opacity: 1;
    border-top-color: rgb(1 90 213 / var(--tw-border-opacity));
    border-bottom-color: rgb(1 90 213 / var(--tw-border-opacity));
}
.border-y-secondary-500\/0{
    border-top-color: rgb(1 90 213 / 0);
    border-bottom-color: rgb(1 90 213 / 0);
}
.border-y-secondary-500\/10{
    border-top-color: rgb(1 90 213 / 0.1);
    border-bottom-color: rgb(1 90 213 / 0.1);
}
.border-y-secondary-500\/100{
    border-top-color: rgb(1 90 213 / 1);
    border-bottom-color: rgb(1 90 213 / 1);
}
.border-y-secondary-500\/15{
    border-top-color: rgb(1 90 213 / 0.15);
    border-bottom-color: rgb(1 90 213 / 0.15);
}
.border-y-secondary-500\/20{
    border-top-color: rgb(1 90 213 / 0.2);
    border-bottom-color: rgb(1 90 213 / 0.2);
}
.border-y-secondary-500\/25{
    border-top-color: rgb(1 90 213 / 0.25);
    border-bottom-color: rgb(1 90 213 / 0.25);
}
.border-y-secondary-500\/30{
    border-top-color: rgb(1 90 213 / 0.3);
    border-bottom-color: rgb(1 90 213 / 0.3);
}
.border-y-secondary-500\/35{
    border-top-color: rgb(1 90 213 / 0.35);
    border-bottom-color: rgb(1 90 213 / 0.35);
}
.border-y-secondary-500\/40{
    border-top-color: rgb(1 90 213 / 0.4);
    border-bottom-color: rgb(1 90 213 / 0.4);
}
.border-y-secondary-500\/45{
    border-top-color: rgb(1 90 213 / 0.45);
    border-bottom-color: rgb(1 90 213 / 0.45);
}
.border-y-secondary-500\/5{
    border-top-color: rgb(1 90 213 / 0.05);
    border-bottom-color: rgb(1 90 213 / 0.05);
}
.border-y-secondary-500\/50{
    border-top-color: rgb(1 90 213 / 0.5);
    border-bottom-color: rgb(1 90 213 / 0.5);
}
.border-y-secondary-500\/55{
    border-top-color: rgb(1 90 213 / 0.55);
    border-bottom-color: rgb(1 90 213 / 0.55);
}
.border-y-secondary-500\/60{
    border-top-color: rgb(1 90 213 / 0.6);
    border-bottom-color: rgb(1 90 213 / 0.6);
}
.border-y-secondary-500\/65{
    border-top-color: rgb(1 90 213 / 0.65);
    border-bottom-color: rgb(1 90 213 / 0.65);
}
.border-y-secondary-500\/70{
    border-top-color: rgb(1 90 213 / 0.7);
    border-bottom-color: rgb(1 90 213 / 0.7);
}
.border-y-secondary-500\/75{
    border-top-color: rgb(1 90 213 / 0.75);
    border-bottom-color: rgb(1 90 213 / 0.75);
}
.border-y-secondary-500\/80{
    border-top-color: rgb(1 90 213 / 0.8);
    border-bottom-color: rgb(1 90 213 / 0.8);
}
.border-y-secondary-500\/85{
    border-top-color: rgb(1 90 213 / 0.85);
    border-bottom-color: rgb(1 90 213 / 0.85);
}
.border-y-secondary-500\/90{
    border-top-color: rgb(1 90 213 / 0.9);
    border-bottom-color: rgb(1 90 213 / 0.9);
}
.border-y-secondary-500\/95{
    border-top-color: rgb(1 90 213 / 0.95);
    border-bottom-color: rgb(1 90 213 / 0.95);
}
.border-y-secondary\/0{
    border-top-color: rgb(1 90 213 / 0);
    border-bottom-color: rgb(1 90 213 / 0);
}
.border-y-secondary\/10{
    border-top-color: rgb(1 90 213 / 0.1);
    border-bottom-color: rgb(1 90 213 / 0.1);
}
.border-y-secondary\/100{
    border-top-color: rgb(1 90 213 / 1);
    border-bottom-color: rgb(1 90 213 / 1);
}
.border-y-secondary\/15{
    border-top-color: rgb(1 90 213 / 0.15);
    border-bottom-color: rgb(1 90 213 / 0.15);
}
.border-y-secondary\/20{
    border-top-color: rgb(1 90 213 / 0.2);
    border-bottom-color: rgb(1 90 213 / 0.2);
}
.border-y-secondary\/25{
    border-top-color: rgb(1 90 213 / 0.25);
    border-bottom-color: rgb(1 90 213 / 0.25);
}
.border-y-secondary\/30{
    border-top-color: rgb(1 90 213 / 0.3);
    border-bottom-color: rgb(1 90 213 / 0.3);
}
.border-y-secondary\/35{
    border-top-color: rgb(1 90 213 / 0.35);
    border-bottom-color: rgb(1 90 213 / 0.35);
}
.border-y-secondary\/40{
    border-top-color: rgb(1 90 213 / 0.4);
    border-bottom-color: rgb(1 90 213 / 0.4);
}
.border-y-secondary\/45{
    border-top-color: rgb(1 90 213 / 0.45);
    border-bottom-color: rgb(1 90 213 / 0.45);
}
.border-y-secondary\/5{
    border-top-color: rgb(1 90 213 / 0.05);
    border-bottom-color: rgb(1 90 213 / 0.05);
}
.border-y-secondary\/50{
    border-top-color: rgb(1 90 213 / 0.5);
    border-bottom-color: rgb(1 90 213 / 0.5);
}
.border-y-secondary\/55{
    border-top-color: rgb(1 90 213 / 0.55);
    border-bottom-color: rgb(1 90 213 / 0.55);
}
.border-y-secondary\/60{
    border-top-color: rgb(1 90 213 / 0.6);
    border-bottom-color: rgb(1 90 213 / 0.6);
}
.border-y-secondary\/65{
    border-top-color: rgb(1 90 213 / 0.65);
    border-bottom-color: rgb(1 90 213 / 0.65);
}
.border-y-secondary\/70{
    border-top-color: rgb(1 90 213 / 0.7);
    border-bottom-color: rgb(1 90 213 / 0.7);
}
.border-y-secondary\/75{
    border-top-color: rgb(1 90 213 / 0.75);
    border-bottom-color: rgb(1 90 213 / 0.75);
}
.border-y-secondary\/80{
    border-top-color: rgb(1 90 213 / 0.8);
    border-bottom-color: rgb(1 90 213 / 0.8);
}
.border-y-secondary\/85{
    border-top-color: rgb(1 90 213 / 0.85);
    border-bottom-color: rgb(1 90 213 / 0.85);
}
.border-y-secondary\/90{
    border-top-color: rgb(1 90 213 / 0.9);
    border-bottom-color: rgb(1 90 213 / 0.9);
}
.border-y-secondary\/95{
    border-top-color: rgb(1 90 213 / 0.95);
    border-bottom-color: rgb(1 90 213 / 0.95);
}
.border-b-black-brand{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(49 49 49 / var(--tw-border-opacity));
}
.border-b-black-brand\/0{
    border-bottom-color: rgb(49 49 49 / 0);
}
.border-b-black-brand\/10{
    border-bottom-color: rgb(49 49 49 / 0.1);
}
.border-b-black-brand\/100{
    border-bottom-color: rgb(49 49 49 / 1);
}
.border-b-black-brand\/15{
    border-bottom-color: rgb(49 49 49 / 0.15);
}
.border-b-black-brand\/20{
    border-bottom-color: rgb(49 49 49 / 0.2);
}
.border-b-black-brand\/25{
    border-bottom-color: rgb(49 49 49 / 0.25);
}
.border-b-black-brand\/30{
    border-bottom-color: rgb(49 49 49 / 0.3);
}
.border-b-black-brand\/35{
    border-bottom-color: rgb(49 49 49 / 0.35);
}
.border-b-black-brand\/40{
    border-bottom-color: rgb(49 49 49 / 0.4);
}
.border-b-black-brand\/45{
    border-bottom-color: rgb(49 49 49 / 0.45);
}
.border-b-black-brand\/5{
    border-bottom-color: rgb(49 49 49 / 0.05);
}
.border-b-black-brand\/50{
    border-bottom-color: rgb(49 49 49 / 0.5);
}
.border-b-black-brand\/55{
    border-bottom-color: rgb(49 49 49 / 0.55);
}
.border-b-black-brand\/60{
    border-bottom-color: rgb(49 49 49 / 0.6);
}
.border-b-black-brand\/65{
    border-bottom-color: rgb(49 49 49 / 0.65);
}
.border-b-black-brand\/70{
    border-bottom-color: rgb(49 49 49 / 0.7);
}
.border-b-black-brand\/75{
    border-bottom-color: rgb(49 49 49 / 0.75);
}
.border-b-black-brand\/80{
    border-bottom-color: rgb(49 49 49 / 0.8);
}
.border-b-black-brand\/85{
    border-bottom-color: rgb(49 49 49 / 0.85);
}
.border-b-black-brand\/90{
    border-bottom-color: rgb(49 49 49 / 0.9);
}
.border-b-black-brand\/95{
    border-bottom-color: rgb(49 49 49 / 0.95);
}
.border-b-brand-100{
    border-bottom-color: #c6eedb0d;
}
.border-b-brand-100\/0{
    border-bottom-color: rgb(198 238 219 / 0);
}
.border-b-brand-100\/10{
    border-bottom-color: rgb(198 238 219 / 0.1);
}
.border-b-brand-100\/100{
    border-bottom-color: rgb(198 238 219 / 1);
}
.border-b-brand-100\/15{
    border-bottom-color: rgb(198 238 219 / 0.15);
}
.border-b-brand-100\/20{
    border-bottom-color: rgb(198 238 219 / 0.2);
}
.border-b-brand-100\/25{
    border-bottom-color: rgb(198 238 219 / 0.25);
}
.border-b-brand-100\/30{
    border-bottom-color: rgb(198 238 219 / 0.3);
}
.border-b-brand-100\/35{
    border-bottom-color: rgb(198 238 219 / 0.35);
}
.border-b-brand-100\/40{
    border-bottom-color: rgb(198 238 219 / 0.4);
}
.border-b-brand-100\/45{
    border-bottom-color: rgb(198 238 219 / 0.45);
}
.border-b-brand-100\/5{
    border-bottom-color: rgb(198 238 219 / 0.05);
}
.border-b-brand-100\/50{
    border-bottom-color: rgb(198 238 219 / 0.5);
}
.border-b-brand-100\/55{
    border-bottom-color: rgb(198 238 219 / 0.55);
}
.border-b-brand-100\/60{
    border-bottom-color: rgb(198 238 219 / 0.6);
}
.border-b-brand-100\/65{
    border-bottom-color: rgb(198 238 219 / 0.65);
}
.border-b-brand-100\/70{
    border-bottom-color: rgb(198 238 219 / 0.7);
}
.border-b-brand-100\/75{
    border-bottom-color: rgb(198 238 219 / 0.75);
}
.border-b-brand-100\/80{
    border-bottom-color: rgb(198 238 219 / 0.8);
}
.border-b-brand-100\/85{
    border-bottom-color: rgb(198 238 219 / 0.85);
}
.border-b-brand-100\/90{
    border-bottom-color: rgb(198 238 219 / 0.9);
}
.border-b-brand-100\/95{
    border-bottom-color: rgb(198 238 219 / 0.95);
}
.border-b-brand-20{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-b-brand-20\/0{
    border-bottom-color: rgb(72 229 155 / 0);
}
.border-b-brand-20\/10{
    border-bottom-color: rgb(72 229 155 / 0.1);
}
.border-b-brand-20\/100{
    border-bottom-color: rgb(72 229 155 / 1);
}
.border-b-brand-20\/15{
    border-bottom-color: rgb(72 229 155 / 0.15);
}
.border-b-brand-20\/20{
    border-bottom-color: rgb(72 229 155 / 0.2);
}
.border-b-brand-20\/25{
    border-bottom-color: rgb(72 229 155 / 0.25);
}
.border-b-brand-20\/30{
    border-bottom-color: rgb(72 229 155 / 0.3);
}
.border-b-brand-20\/35{
    border-bottom-color: rgb(72 229 155 / 0.35);
}
.border-b-brand-20\/40{
    border-bottom-color: rgb(72 229 155 / 0.4);
}
.border-b-brand-20\/45{
    border-bottom-color: rgb(72 229 155 / 0.45);
}
.border-b-brand-20\/5{
    border-bottom-color: rgb(72 229 155 / 0.05);
}
.border-b-brand-20\/50{
    border-bottom-color: rgb(72 229 155 / 0.5);
}
.border-b-brand-20\/55{
    border-bottom-color: rgb(72 229 155 / 0.55);
}
.border-b-brand-20\/60{
    border-bottom-color: rgb(72 229 155 / 0.6);
}
.border-b-brand-20\/65{
    border-bottom-color: rgb(72 229 155 / 0.65);
}
.border-b-brand-20\/70{
    border-bottom-color: rgb(72 229 155 / 0.7);
}
.border-b-brand-20\/75{
    border-bottom-color: rgb(72 229 155 / 0.75);
}
.border-b-brand-20\/80{
    border-bottom-color: rgb(72 229 155 / 0.8);
}
.border-b-brand-20\/85{
    border-bottom-color: rgb(72 229 155 / 0.85);
}
.border-b-brand-20\/90{
    border-bottom-color: rgb(72 229 155 / 0.9);
}
.border-b-brand-20\/95{
    border-bottom-color: rgb(72 229 155 / 0.95);
}
.border-b-brand-200{
    border-bottom-color: #c6eedb33;
}
.border-b-brand-200\/0{
    border-bottom-color: rgb(198 238 219 / 0);
}
.border-b-brand-200\/10{
    border-bottom-color: rgb(198 238 219 / 0.1);
}
.border-b-brand-200\/100{
    border-bottom-color: rgb(198 238 219 / 1);
}
.border-b-brand-200\/15{
    border-bottom-color: rgb(198 238 219 / 0.15);
}
.border-b-brand-200\/20{
    border-bottom-color: rgb(198 238 219 / 0.2);
}
.border-b-brand-200\/25{
    border-bottom-color: rgb(198 238 219 / 0.25);
}
.border-b-brand-200\/30{
    border-bottom-color: rgb(198 238 219 / 0.3);
}
.border-b-brand-200\/35{
    border-bottom-color: rgb(198 238 219 / 0.35);
}
.border-b-brand-200\/40{
    border-bottom-color: rgb(198 238 219 / 0.4);
}
.border-b-brand-200\/45{
    border-bottom-color: rgb(198 238 219 / 0.45);
}
.border-b-brand-200\/5{
    border-bottom-color: rgb(198 238 219 / 0.05);
}
.border-b-brand-200\/50{
    border-bottom-color: rgb(198 238 219 / 0.5);
}
.border-b-brand-200\/55{
    border-bottom-color: rgb(198 238 219 / 0.55);
}
.border-b-brand-200\/60{
    border-bottom-color: rgb(198 238 219 / 0.6);
}
.border-b-brand-200\/65{
    border-bottom-color: rgb(198 238 219 / 0.65);
}
.border-b-brand-200\/70{
    border-bottom-color: rgb(198 238 219 / 0.7);
}
.border-b-brand-200\/75{
    border-bottom-color: rgb(198 238 219 / 0.75);
}
.border-b-brand-200\/80{
    border-bottom-color: rgb(198 238 219 / 0.8);
}
.border-b-brand-200\/85{
    border-bottom-color: rgb(198 238 219 / 0.85);
}
.border-b-brand-200\/90{
    border-bottom-color: rgb(198 238 219 / 0.9);
}
.border-b-brand-200\/95{
    border-bottom-color: rgb(198 238 219 / 0.95);
}
.border-b-brand-300{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-b-brand-300\/0{
    border-bottom-color: rgb(198 238 219 / 0);
}
.border-b-brand-300\/10{
    border-bottom-color: rgb(198 238 219 / 0.1);
}
.border-b-brand-300\/100{
    border-bottom-color: rgb(198 238 219 / 1);
}
.border-b-brand-300\/15{
    border-bottom-color: rgb(198 238 219 / 0.15);
}
.border-b-brand-300\/20{
    border-bottom-color: rgb(198 238 219 / 0.2);
}
.border-b-brand-300\/25{
    border-bottom-color: rgb(198 238 219 / 0.25);
}
.border-b-brand-300\/30{
    border-bottom-color: rgb(198 238 219 / 0.3);
}
.border-b-brand-300\/35{
    border-bottom-color: rgb(198 238 219 / 0.35);
}
.border-b-brand-300\/40{
    border-bottom-color: rgb(198 238 219 / 0.4);
}
.border-b-brand-300\/45{
    border-bottom-color: rgb(198 238 219 / 0.45);
}
.border-b-brand-300\/5{
    border-bottom-color: rgb(198 238 219 / 0.05);
}
.border-b-brand-300\/50{
    border-bottom-color: rgb(198 238 219 / 0.5);
}
.border-b-brand-300\/55{
    border-bottom-color: rgb(198 238 219 / 0.55);
}
.border-b-brand-300\/60{
    border-bottom-color: rgb(198 238 219 / 0.6);
}
.border-b-brand-300\/65{
    border-bottom-color: rgb(198 238 219 / 0.65);
}
.border-b-brand-300\/70{
    border-bottom-color: rgb(198 238 219 / 0.7);
}
.border-b-brand-300\/75{
    border-bottom-color: rgb(198 238 219 / 0.75);
}
.border-b-brand-300\/80{
    border-bottom-color: rgb(198 238 219 / 0.8);
}
.border-b-brand-300\/85{
    border-bottom-color: rgb(198 238 219 / 0.85);
}
.border-b-brand-300\/90{
    border-bottom-color: rgb(198 238 219 / 0.9);
}
.border-b-brand-300\/95{
    border-bottom-color: rgb(198 238 219 / 0.95);
}
.border-b-brand-black{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-b-brand-black\/0{
    border-bottom-color: rgb(17 17 17 / 0);
}
.border-b-brand-black\/10{
    border-bottom-color: rgb(17 17 17 / 0.1);
}
.border-b-brand-black\/100{
    border-bottom-color: rgb(17 17 17 / 1);
}
.border-b-brand-black\/15{
    border-bottom-color: rgb(17 17 17 / 0.15);
}
.border-b-brand-black\/20{
    border-bottom-color: rgb(17 17 17 / 0.2);
}
.border-b-brand-black\/25{
    border-bottom-color: rgb(17 17 17 / 0.25);
}
.border-b-brand-black\/30{
    border-bottom-color: rgb(17 17 17 / 0.3);
}
.border-b-brand-black\/35{
    border-bottom-color: rgb(17 17 17 / 0.35);
}
.border-b-brand-black\/40{
    border-bottom-color: rgb(17 17 17 / 0.4);
}
.border-b-brand-black\/45{
    border-bottom-color: rgb(17 17 17 / 0.45);
}
.border-b-brand-black\/5{
    border-bottom-color: rgb(17 17 17 / 0.05);
}
.border-b-brand-black\/50{
    border-bottom-color: rgb(17 17 17 / 0.5);
}
.border-b-brand-black\/55{
    border-bottom-color: rgb(17 17 17 / 0.55);
}
.border-b-brand-black\/60{
    border-bottom-color: rgb(17 17 17 / 0.6);
}
.border-b-brand-black\/65{
    border-bottom-color: rgb(17 17 17 / 0.65);
}
.border-b-brand-black\/70{
    border-bottom-color: rgb(17 17 17 / 0.7);
}
.border-b-brand-black\/75{
    border-bottom-color: rgb(17 17 17 / 0.75);
}
.border-b-brand-black\/80{
    border-bottom-color: rgb(17 17 17 / 0.8);
}
.border-b-brand-black\/85{
    border-bottom-color: rgb(17 17 17 / 0.85);
}
.border-b-brand-black\/90{
    border-bottom-color: rgb(17 17 17 / 0.9);
}
.border-b-brand-black\/95{
    border-bottom-color: rgb(17 17 17 / 0.95);
}
.border-b-brand-blue{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(112 168 244 / var(--tw-border-opacity));
}
.border-b-brand-blue\/0{
    border-bottom-color: rgb(112 168 244 / 0);
}
.border-b-brand-blue\/10{
    border-bottom-color: rgb(112 168 244 / 0.1);
}
.border-b-brand-blue\/100{
    border-bottom-color: rgb(112 168 244 / 1);
}
.border-b-brand-blue\/15{
    border-bottom-color: rgb(112 168 244 / 0.15);
}
.border-b-brand-blue\/20{
    border-bottom-color: rgb(112 168 244 / 0.2);
}
.border-b-brand-blue\/25{
    border-bottom-color: rgb(112 168 244 / 0.25);
}
.border-b-brand-blue\/30{
    border-bottom-color: rgb(112 168 244 / 0.3);
}
.border-b-brand-blue\/35{
    border-bottom-color: rgb(112 168 244 / 0.35);
}
.border-b-brand-blue\/40{
    border-bottom-color: rgb(112 168 244 / 0.4);
}
.border-b-brand-blue\/45{
    border-bottom-color: rgb(112 168 244 / 0.45);
}
.border-b-brand-blue\/5{
    border-bottom-color: rgb(112 168 244 / 0.05);
}
.border-b-brand-blue\/50{
    border-bottom-color: rgb(112 168 244 / 0.5);
}
.border-b-brand-blue\/55{
    border-bottom-color: rgb(112 168 244 / 0.55);
}
.border-b-brand-blue\/60{
    border-bottom-color: rgb(112 168 244 / 0.6);
}
.border-b-brand-blue\/65{
    border-bottom-color: rgb(112 168 244 / 0.65);
}
.border-b-brand-blue\/70{
    border-bottom-color: rgb(112 168 244 / 0.7);
}
.border-b-brand-blue\/75{
    border-bottom-color: rgb(112 168 244 / 0.75);
}
.border-b-brand-blue\/80{
    border-bottom-color: rgb(112 168 244 / 0.8);
}
.border-b-brand-blue\/85{
    border-bottom-color: rgb(112 168 244 / 0.85);
}
.border-b-brand-blue\/90{
    border-bottom-color: rgb(112 168 244 / 0.9);
}
.border-b-brand-blue\/95{
    border-bottom-color: rgb(112 168 244 / 0.95);
}
.border-b-brand-dark{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(35 44 39 / var(--tw-border-opacity));
}
.border-b-brand-dark\/0{
    border-bottom-color: rgb(35 44 39 / 0);
}
.border-b-brand-dark\/10{
    border-bottom-color: rgb(35 44 39 / 0.1);
}
.border-b-brand-dark\/100{
    border-bottom-color: rgb(35 44 39 / 1);
}
.border-b-brand-dark\/15{
    border-bottom-color: rgb(35 44 39 / 0.15);
}
.border-b-brand-dark\/20{
    border-bottom-color: rgb(35 44 39 / 0.2);
}
.border-b-brand-dark\/25{
    border-bottom-color: rgb(35 44 39 / 0.25);
}
.border-b-brand-dark\/30{
    border-bottom-color: rgb(35 44 39 / 0.3);
}
.border-b-brand-dark\/35{
    border-bottom-color: rgb(35 44 39 / 0.35);
}
.border-b-brand-dark\/40{
    border-bottom-color: rgb(35 44 39 / 0.4);
}
.border-b-brand-dark\/45{
    border-bottom-color: rgb(35 44 39 / 0.45);
}
.border-b-brand-dark\/5{
    border-bottom-color: rgb(35 44 39 / 0.05);
}
.border-b-brand-dark\/50{
    border-bottom-color: rgb(35 44 39 / 0.5);
}
.border-b-brand-dark\/55{
    border-bottom-color: rgb(35 44 39 / 0.55);
}
.border-b-brand-dark\/60{
    border-bottom-color: rgb(35 44 39 / 0.6);
}
.border-b-brand-dark\/65{
    border-bottom-color: rgb(35 44 39 / 0.65);
}
.border-b-brand-dark\/70{
    border-bottom-color: rgb(35 44 39 / 0.7);
}
.border-b-brand-dark\/75{
    border-bottom-color: rgb(35 44 39 / 0.75);
}
.border-b-brand-dark\/80{
    border-bottom-color: rgb(35 44 39 / 0.8);
}
.border-b-brand-dark\/85{
    border-bottom-color: rgb(35 44 39 / 0.85);
}
.border-b-brand-dark\/90{
    border-bottom-color: rgb(35 44 39 / 0.9);
}
.border-b-brand-dark\/95{
    border-bottom-color: rgb(35 44 39 / 0.95);
}
.border-b-brand-green{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-b-brand-green\/0{
    border-bottom-color: rgb(72 229 155 / 0);
}
.border-b-brand-green\/10{
    border-bottom-color: rgb(72 229 155 / 0.1);
}
.border-b-brand-green\/100{
    border-bottom-color: rgb(72 229 155 / 1);
}
.border-b-brand-green\/15{
    border-bottom-color: rgb(72 229 155 / 0.15);
}
.border-b-brand-green\/20{
    border-bottom-color: rgb(72 229 155 / 0.2);
}
.border-b-brand-green\/25{
    border-bottom-color: rgb(72 229 155 / 0.25);
}
.border-b-brand-green\/30{
    border-bottom-color: rgb(72 229 155 / 0.3);
}
.border-b-brand-green\/35{
    border-bottom-color: rgb(72 229 155 / 0.35);
}
.border-b-brand-green\/40{
    border-bottom-color: rgb(72 229 155 / 0.4);
}
.border-b-brand-green\/45{
    border-bottom-color: rgb(72 229 155 / 0.45);
}
.border-b-brand-green\/5{
    border-bottom-color: rgb(72 229 155 / 0.05);
}
.border-b-brand-green\/50{
    border-bottom-color: rgb(72 229 155 / 0.5);
}
.border-b-brand-green\/55{
    border-bottom-color: rgb(72 229 155 / 0.55);
}
.border-b-brand-green\/60{
    border-bottom-color: rgb(72 229 155 / 0.6);
}
.border-b-brand-green\/65{
    border-bottom-color: rgb(72 229 155 / 0.65);
}
.border-b-brand-green\/70{
    border-bottom-color: rgb(72 229 155 / 0.7);
}
.border-b-brand-green\/75{
    border-bottom-color: rgb(72 229 155 / 0.75);
}
.border-b-brand-green\/80{
    border-bottom-color: rgb(72 229 155 / 0.8);
}
.border-b-brand-green\/85{
    border-bottom-color: rgb(72 229 155 / 0.85);
}
.border-b-brand-green\/90{
    border-bottom-color: rgb(72 229 155 / 0.9);
}
.border-b-brand-green\/95{
    border-bottom-color: rgb(72 229 155 / 0.95);
}
.border-b-brand-light{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-b-brand-light\/0{
    border-bottom-color: rgb(198 238 219 / 0);
}
.border-b-brand-light\/10{
    border-bottom-color: rgb(198 238 219 / 0.1);
}
.border-b-brand-light\/100{
    border-bottom-color: rgb(198 238 219 / 1);
}
.border-b-brand-light\/15{
    border-bottom-color: rgb(198 238 219 / 0.15);
}
.border-b-brand-light\/20{
    border-bottom-color: rgb(198 238 219 / 0.2);
}
.border-b-brand-light\/25{
    border-bottom-color: rgb(198 238 219 / 0.25);
}
.border-b-brand-light\/30{
    border-bottom-color: rgb(198 238 219 / 0.3);
}
.border-b-brand-light\/35{
    border-bottom-color: rgb(198 238 219 / 0.35);
}
.border-b-brand-light\/40{
    border-bottom-color: rgb(198 238 219 / 0.4);
}
.border-b-brand-light\/45{
    border-bottom-color: rgb(198 238 219 / 0.45);
}
.border-b-brand-light\/5{
    border-bottom-color: rgb(198 238 219 / 0.05);
}
.border-b-brand-light\/50{
    border-bottom-color: rgb(198 238 219 / 0.5);
}
.border-b-brand-light\/55{
    border-bottom-color: rgb(198 238 219 / 0.55);
}
.border-b-brand-light\/60{
    border-bottom-color: rgb(198 238 219 / 0.6);
}
.border-b-brand-light\/65{
    border-bottom-color: rgb(198 238 219 / 0.65);
}
.border-b-brand-light\/70{
    border-bottom-color: rgb(198 238 219 / 0.7);
}
.border-b-brand-light\/75{
    border-bottom-color: rgb(198 238 219 / 0.75);
}
.border-b-brand-light\/80{
    border-bottom-color: rgb(198 238 219 / 0.8);
}
.border-b-brand-light\/85{
    border-bottom-color: rgb(198 238 219 / 0.85);
}
.border-b-brand-light\/90{
    border-bottom-color: rgb(198 238 219 / 0.9);
}
.border-b-brand-light\/95{
    border-bottom-color: rgb(198 238 219 / 0.95);
}
.border-b-error{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 60 60 / var(--tw-border-opacity));
}
.border-b-error-10{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(41 21 21 / var(--tw-border-opacity));
}
.border-b-error-10\/0{
    border-bottom-color: rgb(41 21 21 / 0);
}
.border-b-error-10\/10{
    border-bottom-color: rgb(41 21 21 / 0.1);
}
.border-b-error-10\/100{
    border-bottom-color: rgb(41 21 21 / 1);
}
.border-b-error-10\/15{
    border-bottom-color: rgb(41 21 21 / 0.15);
}
.border-b-error-10\/20{
    border-bottom-color: rgb(41 21 21 / 0.2);
}
.border-b-error-10\/25{
    border-bottom-color: rgb(41 21 21 / 0.25);
}
.border-b-error-10\/30{
    border-bottom-color: rgb(41 21 21 / 0.3);
}
.border-b-error-10\/35{
    border-bottom-color: rgb(41 21 21 / 0.35);
}
.border-b-error-10\/40{
    border-bottom-color: rgb(41 21 21 / 0.4);
}
.border-b-error-10\/45{
    border-bottom-color: rgb(41 21 21 / 0.45);
}
.border-b-error-10\/5{
    border-bottom-color: rgb(41 21 21 / 0.05);
}
.border-b-error-10\/50{
    border-bottom-color: rgb(41 21 21 / 0.5);
}
.border-b-error-10\/55{
    border-bottom-color: rgb(41 21 21 / 0.55);
}
.border-b-error-10\/60{
    border-bottom-color: rgb(41 21 21 / 0.6);
}
.border-b-error-10\/65{
    border-bottom-color: rgb(41 21 21 / 0.65);
}
.border-b-error-10\/70{
    border-bottom-color: rgb(41 21 21 / 0.7);
}
.border-b-error-10\/75{
    border-bottom-color: rgb(41 21 21 / 0.75);
}
.border-b-error-10\/80{
    border-bottom-color: rgb(41 21 21 / 0.8);
}
.border-b-error-10\/85{
    border-bottom-color: rgb(41 21 21 / 0.85);
}
.border-b-error-10\/90{
    border-bottom-color: rgb(41 21 21 / 0.9);
}
.border-b-error-10\/95{
    border-bottom-color: rgb(41 21 21 / 0.95);
}
.border-b-error-100{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 199 199 / var(--tw-border-opacity));
}
.border-b-error-100\/0{
    border-bottom-color: rgb(255 199 199 / 0);
}
.border-b-error-100\/10{
    border-bottom-color: rgb(255 199 199 / 0.1);
}
.border-b-error-100\/100{
    border-bottom-color: rgb(255 199 199 / 1);
}
.border-b-error-100\/15{
    border-bottom-color: rgb(255 199 199 / 0.15);
}
.border-b-error-100\/20{
    border-bottom-color: rgb(255 199 199 / 0.2);
}
.border-b-error-100\/25{
    border-bottom-color: rgb(255 199 199 / 0.25);
}
.border-b-error-100\/30{
    border-bottom-color: rgb(255 199 199 / 0.3);
}
.border-b-error-100\/35{
    border-bottom-color: rgb(255 199 199 / 0.35);
}
.border-b-error-100\/40{
    border-bottom-color: rgb(255 199 199 / 0.4);
}
.border-b-error-100\/45{
    border-bottom-color: rgb(255 199 199 / 0.45);
}
.border-b-error-100\/5{
    border-bottom-color: rgb(255 199 199 / 0.05);
}
.border-b-error-100\/50{
    border-bottom-color: rgb(255 199 199 / 0.5);
}
.border-b-error-100\/55{
    border-bottom-color: rgb(255 199 199 / 0.55);
}
.border-b-error-100\/60{
    border-bottom-color: rgb(255 199 199 / 0.6);
}
.border-b-error-100\/65{
    border-bottom-color: rgb(255 199 199 / 0.65);
}
.border-b-error-100\/70{
    border-bottom-color: rgb(255 199 199 / 0.7);
}
.border-b-error-100\/75{
    border-bottom-color: rgb(255 199 199 / 0.75);
}
.border-b-error-100\/80{
    border-bottom-color: rgb(255 199 199 / 0.8);
}
.border-b-error-100\/85{
    border-bottom-color: rgb(255 199 199 / 0.85);
}
.border-b-error-100\/90{
    border-bottom-color: rgb(255 199 199 / 0.9);
}
.border-b-error-100\/95{
    border-bottom-color: rgb(255 199 199 / 0.95);
}
.border-b-error-15{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(53 23 23 / var(--tw-border-opacity));
}
.border-b-error-15\/0{
    border-bottom-color: rgb(53 23 23 / 0);
}
.border-b-error-15\/10{
    border-bottom-color: rgb(53 23 23 / 0.1);
}
.border-b-error-15\/100{
    border-bottom-color: rgb(53 23 23 / 1);
}
.border-b-error-15\/15{
    border-bottom-color: rgb(53 23 23 / 0.15);
}
.border-b-error-15\/20{
    border-bottom-color: rgb(53 23 23 / 0.2);
}
.border-b-error-15\/25{
    border-bottom-color: rgb(53 23 23 / 0.25);
}
.border-b-error-15\/30{
    border-bottom-color: rgb(53 23 23 / 0.3);
}
.border-b-error-15\/35{
    border-bottom-color: rgb(53 23 23 / 0.35);
}
.border-b-error-15\/40{
    border-bottom-color: rgb(53 23 23 / 0.4);
}
.border-b-error-15\/45{
    border-bottom-color: rgb(53 23 23 / 0.45);
}
.border-b-error-15\/5{
    border-bottom-color: rgb(53 23 23 / 0.05);
}
.border-b-error-15\/50{
    border-bottom-color: rgb(53 23 23 / 0.5);
}
.border-b-error-15\/55{
    border-bottom-color: rgb(53 23 23 / 0.55);
}
.border-b-error-15\/60{
    border-bottom-color: rgb(53 23 23 / 0.6);
}
.border-b-error-15\/65{
    border-bottom-color: rgb(53 23 23 / 0.65);
}
.border-b-error-15\/70{
    border-bottom-color: rgb(53 23 23 / 0.7);
}
.border-b-error-15\/75{
    border-bottom-color: rgb(53 23 23 / 0.75);
}
.border-b-error-15\/80{
    border-bottom-color: rgb(53 23 23 / 0.8);
}
.border-b-error-15\/85{
    border-bottom-color: rgb(53 23 23 / 0.85);
}
.border-b-error-15\/90{
    border-bottom-color: rgb(53 23 23 / 0.9);
}
.border-b-error-15\/95{
    border-bottom-color: rgb(53 23 23 / 0.95);
}
.border-b-error-20{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(60 25 25 / var(--tw-border-opacity));
}
.border-b-error-20\/0{
    border-bottom-color: rgb(60 25 25 / 0);
}
.border-b-error-20\/10{
    border-bottom-color: rgb(60 25 25 / 0.1);
}
.border-b-error-20\/100{
    border-bottom-color: rgb(60 25 25 / 1);
}
.border-b-error-20\/15{
    border-bottom-color: rgb(60 25 25 / 0.15);
}
.border-b-error-20\/20{
    border-bottom-color: rgb(60 25 25 / 0.2);
}
.border-b-error-20\/25{
    border-bottom-color: rgb(60 25 25 / 0.25);
}
.border-b-error-20\/30{
    border-bottom-color: rgb(60 25 25 / 0.3);
}
.border-b-error-20\/35{
    border-bottom-color: rgb(60 25 25 / 0.35);
}
.border-b-error-20\/40{
    border-bottom-color: rgb(60 25 25 / 0.4);
}
.border-b-error-20\/45{
    border-bottom-color: rgb(60 25 25 / 0.45);
}
.border-b-error-20\/5{
    border-bottom-color: rgb(60 25 25 / 0.05);
}
.border-b-error-20\/50{
    border-bottom-color: rgb(60 25 25 / 0.5);
}
.border-b-error-20\/55{
    border-bottom-color: rgb(60 25 25 / 0.55);
}
.border-b-error-20\/60{
    border-bottom-color: rgb(60 25 25 / 0.6);
}
.border-b-error-20\/65{
    border-bottom-color: rgb(60 25 25 / 0.65);
}
.border-b-error-20\/70{
    border-bottom-color: rgb(60 25 25 / 0.7);
}
.border-b-error-20\/75{
    border-bottom-color: rgb(60 25 25 / 0.75);
}
.border-b-error-20\/80{
    border-bottom-color: rgb(60 25 25 / 0.8);
}
.border-b-error-20\/85{
    border-bottom-color: rgb(60 25 25 / 0.85);
}
.border-b-error-20\/90{
    border-bottom-color: rgb(60 25 25 / 0.9);
}
.border-b-error-20\/95{
    border-bottom-color: rgb(60 25 25 / 0.95);
}
.border-b-error-5{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(29 19 19 / var(--tw-border-opacity));
}
.border-b-error-5\/0{
    border-bottom-color: rgb(29 19 19 / 0);
}
.border-b-error-5\/10{
    border-bottom-color: rgb(29 19 19 / 0.1);
}
.border-b-error-5\/100{
    border-bottom-color: rgb(29 19 19 / 1);
}
.border-b-error-5\/15{
    border-bottom-color: rgb(29 19 19 / 0.15);
}
.border-b-error-5\/20{
    border-bottom-color: rgb(29 19 19 / 0.2);
}
.border-b-error-5\/25{
    border-bottom-color: rgb(29 19 19 / 0.25);
}
.border-b-error-5\/30{
    border-bottom-color: rgb(29 19 19 / 0.3);
}
.border-b-error-5\/35{
    border-bottom-color: rgb(29 19 19 / 0.35);
}
.border-b-error-5\/40{
    border-bottom-color: rgb(29 19 19 / 0.4);
}
.border-b-error-5\/45{
    border-bottom-color: rgb(29 19 19 / 0.45);
}
.border-b-error-5\/5{
    border-bottom-color: rgb(29 19 19 / 0.05);
}
.border-b-error-5\/50{
    border-bottom-color: rgb(29 19 19 / 0.5);
}
.border-b-error-5\/55{
    border-bottom-color: rgb(29 19 19 / 0.55);
}
.border-b-error-5\/60{
    border-bottom-color: rgb(29 19 19 / 0.6);
}
.border-b-error-5\/65{
    border-bottom-color: rgb(29 19 19 / 0.65);
}
.border-b-error-5\/70{
    border-bottom-color: rgb(29 19 19 / 0.7);
}
.border-b-error-5\/75{
    border-bottom-color: rgb(29 19 19 / 0.75);
}
.border-b-error-5\/80{
    border-bottom-color: rgb(29 19 19 / 0.8);
}
.border-b-error-5\/85{
    border-bottom-color: rgb(29 19 19 / 0.85);
}
.border-b-error-5\/90{
    border-bottom-color: rgb(29 19 19 / 0.9);
}
.border-b-error-5\/95{
    border-bottom-color: rgb(29 19 19 / 0.95);
}
.border-b-error-500{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 60 60 / var(--tw-border-opacity));
}
.border-b-error-500\/0{
    border-bottom-color: rgb(255 60 60 / 0);
}
.border-b-error-500\/10{
    border-bottom-color: rgb(255 60 60 / 0.1);
}
.border-b-error-500\/100{
    border-bottom-color: rgb(255 60 60 / 1);
}
.border-b-error-500\/15{
    border-bottom-color: rgb(255 60 60 / 0.15);
}
.border-b-error-500\/20{
    border-bottom-color: rgb(255 60 60 / 0.2);
}
.border-b-error-500\/25{
    border-bottom-color: rgb(255 60 60 / 0.25);
}
.border-b-error-500\/30{
    border-bottom-color: rgb(255 60 60 / 0.3);
}
.border-b-error-500\/35{
    border-bottom-color: rgb(255 60 60 / 0.35);
}
.border-b-error-500\/40{
    border-bottom-color: rgb(255 60 60 / 0.4);
}
.border-b-error-500\/45{
    border-bottom-color: rgb(255 60 60 / 0.45);
}
.border-b-error-500\/5{
    border-bottom-color: rgb(255 60 60 / 0.05);
}
.border-b-error-500\/50{
    border-bottom-color: rgb(255 60 60 / 0.5);
}
.border-b-error-500\/55{
    border-bottom-color: rgb(255 60 60 / 0.55);
}
.border-b-error-500\/60{
    border-bottom-color: rgb(255 60 60 / 0.6);
}
.border-b-error-500\/65{
    border-bottom-color: rgb(255 60 60 / 0.65);
}
.border-b-error-500\/70{
    border-bottom-color: rgb(255 60 60 / 0.7);
}
.border-b-error-500\/75{
    border-bottom-color: rgb(255 60 60 / 0.75);
}
.border-b-error-500\/80{
    border-bottom-color: rgb(255 60 60 / 0.8);
}
.border-b-error-500\/85{
    border-bottom-color: rgb(255 60 60 / 0.85);
}
.border-b-error-500\/90{
    border-bottom-color: rgb(255 60 60 / 0.9);
}
.border-b-error-500\/95{
    border-bottom-color: rgb(255 60 60 / 0.95);
}
.border-b-error-900{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(60 25 25 / var(--tw-border-opacity));
}
.border-b-error-900\/0{
    border-bottom-color: rgb(60 25 25 / 0);
}
.border-b-error-900\/10{
    border-bottom-color: rgb(60 25 25 / 0.1);
}
.border-b-error-900\/100{
    border-bottom-color: rgb(60 25 25 / 1);
}
.border-b-error-900\/15{
    border-bottom-color: rgb(60 25 25 / 0.15);
}
.border-b-error-900\/20{
    border-bottom-color: rgb(60 25 25 / 0.2);
}
.border-b-error-900\/25{
    border-bottom-color: rgb(60 25 25 / 0.25);
}
.border-b-error-900\/30{
    border-bottom-color: rgb(60 25 25 / 0.3);
}
.border-b-error-900\/35{
    border-bottom-color: rgb(60 25 25 / 0.35);
}
.border-b-error-900\/40{
    border-bottom-color: rgb(60 25 25 / 0.4);
}
.border-b-error-900\/45{
    border-bottom-color: rgb(60 25 25 / 0.45);
}
.border-b-error-900\/5{
    border-bottom-color: rgb(60 25 25 / 0.05);
}
.border-b-error-900\/50{
    border-bottom-color: rgb(60 25 25 / 0.5);
}
.border-b-error-900\/55{
    border-bottom-color: rgb(60 25 25 / 0.55);
}
.border-b-error-900\/60{
    border-bottom-color: rgb(60 25 25 / 0.6);
}
.border-b-error-900\/65{
    border-bottom-color: rgb(60 25 25 / 0.65);
}
.border-b-error-900\/70{
    border-bottom-color: rgb(60 25 25 / 0.7);
}
.border-b-error-900\/75{
    border-bottom-color: rgb(60 25 25 / 0.75);
}
.border-b-error-900\/80{
    border-bottom-color: rgb(60 25 25 / 0.8);
}
.border-b-error-900\/85{
    border-bottom-color: rgb(60 25 25 / 0.85);
}
.border-b-error-900\/90{
    border-bottom-color: rgb(60 25 25 / 0.9);
}
.border-b-error-900\/95{
    border-bottom-color: rgb(60 25 25 / 0.95);
}
.border-b-error-light{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 199 199 / var(--tw-border-opacity));
}
.border-b-error-light\/0{
    border-bottom-color: rgb(255 199 199 / 0);
}
.border-b-error-light\/10{
    border-bottom-color: rgb(255 199 199 / 0.1);
}
.border-b-error-light\/100{
    border-bottom-color: rgb(255 199 199 / 1);
}
.border-b-error-light\/15{
    border-bottom-color: rgb(255 199 199 / 0.15);
}
.border-b-error-light\/20{
    border-bottom-color: rgb(255 199 199 / 0.2);
}
.border-b-error-light\/25{
    border-bottom-color: rgb(255 199 199 / 0.25);
}
.border-b-error-light\/30{
    border-bottom-color: rgb(255 199 199 / 0.3);
}
.border-b-error-light\/35{
    border-bottom-color: rgb(255 199 199 / 0.35);
}
.border-b-error-light\/40{
    border-bottom-color: rgb(255 199 199 / 0.4);
}
.border-b-error-light\/45{
    border-bottom-color: rgb(255 199 199 / 0.45);
}
.border-b-error-light\/5{
    border-bottom-color: rgb(255 199 199 / 0.05);
}
.border-b-error-light\/50{
    border-bottom-color: rgb(255 199 199 / 0.5);
}
.border-b-error-light\/55{
    border-bottom-color: rgb(255 199 199 / 0.55);
}
.border-b-error-light\/60{
    border-bottom-color: rgb(255 199 199 / 0.6);
}
.border-b-error-light\/65{
    border-bottom-color: rgb(255 199 199 / 0.65);
}
.border-b-error-light\/70{
    border-bottom-color: rgb(255 199 199 / 0.7);
}
.border-b-error-light\/75{
    border-bottom-color: rgb(255 199 199 / 0.75);
}
.border-b-error-light\/80{
    border-bottom-color: rgb(255 199 199 / 0.8);
}
.border-b-error-light\/85{
    border-bottom-color: rgb(255 199 199 / 0.85);
}
.border-b-error-light\/90{
    border-bottom-color: rgb(255 199 199 / 0.9);
}
.border-b-error-light\/95{
    border-bottom-color: rgb(255 199 199 / 0.95);
}
.border-b-error\/0{
    border-bottom-color: rgb(255 60 60 / 0);
}
.border-b-error\/10{
    border-bottom-color: rgb(255 60 60 / 0.1);
}
.border-b-error\/100{
    border-bottom-color: rgb(255 60 60 / 1);
}
.border-b-error\/15{
    border-bottom-color: rgb(255 60 60 / 0.15);
}
.border-b-error\/20{
    border-bottom-color: rgb(255 60 60 / 0.2);
}
.border-b-error\/25{
    border-bottom-color: rgb(255 60 60 / 0.25);
}
.border-b-error\/30{
    border-bottom-color: rgb(255 60 60 / 0.3);
}
.border-b-error\/35{
    border-bottom-color: rgb(255 60 60 / 0.35);
}
.border-b-error\/40{
    border-bottom-color: rgb(255 60 60 / 0.4);
}
.border-b-error\/45{
    border-bottom-color: rgb(255 60 60 / 0.45);
}
.border-b-error\/5{
    border-bottom-color: rgb(255 60 60 / 0.05);
}
.border-b-error\/50{
    border-bottom-color: rgb(255 60 60 / 0.5);
}
.border-b-error\/55{
    border-bottom-color: rgb(255 60 60 / 0.55);
}
.border-b-error\/60{
    border-bottom-color: rgb(255 60 60 / 0.6);
}
.border-b-error\/65{
    border-bottom-color: rgb(255 60 60 / 0.65);
}
.border-b-error\/70{
    border-bottom-color: rgb(255 60 60 / 0.7);
}
.border-b-error\/75{
    border-bottom-color: rgb(255 60 60 / 0.75);
}
.border-b-error\/80{
    border-bottom-color: rgb(255 60 60 / 0.8);
}
.border-b-error\/85{
    border-bottom-color: rgb(255 60 60 / 0.85);
}
.border-b-error\/90{
    border-bottom-color: rgb(255 60 60 / 0.9);
}
.border-b-error\/95{
    border-bottom-color: rgb(255 60 60 / 0.95);
}
.border-b-primary{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-b-primary-20{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(28 59 45 / var(--tw-border-opacity));
}
.border-b-primary-20\/0{
    border-bottom-color: rgb(28 59 45 / 0);
}
.border-b-primary-20\/10{
    border-bottom-color: rgb(28 59 45 / 0.1);
}
.border-b-primary-20\/100{
    border-bottom-color: rgb(28 59 45 / 1);
}
.border-b-primary-20\/15{
    border-bottom-color: rgb(28 59 45 / 0.15);
}
.border-b-primary-20\/20{
    border-bottom-color: rgb(28 59 45 / 0.2);
}
.border-b-primary-20\/25{
    border-bottom-color: rgb(28 59 45 / 0.25);
}
.border-b-primary-20\/30{
    border-bottom-color: rgb(28 59 45 / 0.3);
}
.border-b-primary-20\/35{
    border-bottom-color: rgb(28 59 45 / 0.35);
}
.border-b-primary-20\/40{
    border-bottom-color: rgb(28 59 45 / 0.4);
}
.border-b-primary-20\/45{
    border-bottom-color: rgb(28 59 45 / 0.45);
}
.border-b-primary-20\/5{
    border-bottom-color: rgb(28 59 45 / 0.05);
}
.border-b-primary-20\/50{
    border-bottom-color: rgb(28 59 45 / 0.5);
}
.border-b-primary-20\/55{
    border-bottom-color: rgb(28 59 45 / 0.55);
}
.border-b-primary-20\/60{
    border-bottom-color: rgb(28 59 45 / 0.6);
}
.border-b-primary-20\/65{
    border-bottom-color: rgb(28 59 45 / 0.65);
}
.border-b-primary-20\/70{
    border-bottom-color: rgb(28 59 45 / 0.7);
}
.border-b-primary-20\/75{
    border-bottom-color: rgb(28 59 45 / 0.75);
}
.border-b-primary-20\/80{
    border-bottom-color: rgb(28 59 45 / 0.8);
}
.border-b-primary-20\/85{
    border-bottom-color: rgb(28 59 45 / 0.85);
}
.border-b-primary-20\/90{
    border-bottom-color: rgb(28 59 45 / 0.9);
}
.border-b-primary-20\/95{
    border-bottom-color: rgb(28 59 45 / 0.95);
}
.border-b-primary-200{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-b-primary-200\/0{
    border-bottom-color: rgb(198 238 219 / 0);
}
.border-b-primary-200\/10{
    border-bottom-color: rgb(198 238 219 / 0.1);
}
.border-b-primary-200\/100{
    border-bottom-color: rgb(198 238 219 / 1);
}
.border-b-primary-200\/15{
    border-bottom-color: rgb(198 238 219 / 0.15);
}
.border-b-primary-200\/20{
    border-bottom-color: rgb(198 238 219 / 0.2);
}
.border-b-primary-200\/25{
    border-bottom-color: rgb(198 238 219 / 0.25);
}
.border-b-primary-200\/30{
    border-bottom-color: rgb(198 238 219 / 0.3);
}
.border-b-primary-200\/35{
    border-bottom-color: rgb(198 238 219 / 0.35);
}
.border-b-primary-200\/40{
    border-bottom-color: rgb(198 238 219 / 0.4);
}
.border-b-primary-200\/45{
    border-bottom-color: rgb(198 238 219 / 0.45);
}
.border-b-primary-200\/5{
    border-bottom-color: rgb(198 238 219 / 0.05);
}
.border-b-primary-200\/50{
    border-bottom-color: rgb(198 238 219 / 0.5);
}
.border-b-primary-200\/55{
    border-bottom-color: rgb(198 238 219 / 0.55);
}
.border-b-primary-200\/60{
    border-bottom-color: rgb(198 238 219 / 0.6);
}
.border-b-primary-200\/65{
    border-bottom-color: rgb(198 238 219 / 0.65);
}
.border-b-primary-200\/70{
    border-bottom-color: rgb(198 238 219 / 0.7);
}
.border-b-primary-200\/75{
    border-bottom-color: rgb(198 238 219 / 0.75);
}
.border-b-primary-200\/80{
    border-bottom-color: rgb(198 238 219 / 0.8);
}
.border-b-primary-200\/85{
    border-bottom-color: rgb(198 238 219 / 0.85);
}
.border-b-primary-200\/90{
    border-bottom-color: rgb(198 238 219 / 0.9);
}
.border-b-primary-200\/95{
    border-bottom-color: rgb(198 238 219 / 0.95);
}
.border-b-primary-5{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(20 28 24 / var(--tw-border-opacity));
}
.border-b-primary-5\/0{
    border-bottom-color: rgb(20 28 24 / 0);
}
.border-b-primary-5\/10{
    border-bottom-color: rgb(20 28 24 / 0.1);
}
.border-b-primary-5\/100{
    border-bottom-color: rgb(20 28 24 / 1);
}
.border-b-primary-5\/15{
    border-bottom-color: rgb(20 28 24 / 0.15);
}
.border-b-primary-5\/20{
    border-bottom-color: rgb(20 28 24 / 0.2);
}
.border-b-primary-5\/25{
    border-bottom-color: rgb(20 28 24 / 0.25);
}
.border-b-primary-5\/30{
    border-bottom-color: rgb(20 28 24 / 0.3);
}
.border-b-primary-5\/35{
    border-bottom-color: rgb(20 28 24 / 0.35);
}
.border-b-primary-5\/40{
    border-bottom-color: rgb(20 28 24 / 0.4);
}
.border-b-primary-5\/45{
    border-bottom-color: rgb(20 28 24 / 0.45);
}
.border-b-primary-5\/5{
    border-bottom-color: rgb(20 28 24 / 0.05);
}
.border-b-primary-5\/50{
    border-bottom-color: rgb(20 28 24 / 0.5);
}
.border-b-primary-5\/55{
    border-bottom-color: rgb(20 28 24 / 0.55);
}
.border-b-primary-5\/60{
    border-bottom-color: rgb(20 28 24 / 0.6);
}
.border-b-primary-5\/65{
    border-bottom-color: rgb(20 28 24 / 0.65);
}
.border-b-primary-5\/70{
    border-bottom-color: rgb(20 28 24 / 0.7);
}
.border-b-primary-5\/75{
    border-bottom-color: rgb(20 28 24 / 0.75);
}
.border-b-primary-5\/80{
    border-bottom-color: rgb(20 28 24 / 0.8);
}
.border-b-primary-5\/85{
    border-bottom-color: rgb(20 28 24 / 0.85);
}
.border-b-primary-5\/90{
    border-bottom-color: rgb(20 28 24 / 0.9);
}
.border-b-primary-5\/95{
    border-bottom-color: rgb(20 28 24 / 0.95);
}
.border-b-primary-500{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-b-primary-500\/0{
    border-bottom-color: rgb(72 229 155 / 0);
}
.border-b-primary-500\/10{
    border-bottom-color: rgb(72 229 155 / 0.1);
}
.border-b-primary-500\/100{
    border-bottom-color: rgb(72 229 155 / 1);
}
.border-b-primary-500\/15{
    border-bottom-color: rgb(72 229 155 / 0.15);
}
.border-b-primary-500\/20{
    border-bottom-color: rgb(72 229 155 / 0.2);
}
.border-b-primary-500\/25{
    border-bottom-color: rgb(72 229 155 / 0.25);
}
.border-b-primary-500\/30{
    border-bottom-color: rgb(72 229 155 / 0.3);
}
.border-b-primary-500\/35{
    border-bottom-color: rgb(72 229 155 / 0.35);
}
.border-b-primary-500\/40{
    border-bottom-color: rgb(72 229 155 / 0.4);
}
.border-b-primary-500\/45{
    border-bottom-color: rgb(72 229 155 / 0.45);
}
.border-b-primary-500\/5{
    border-bottom-color: rgb(72 229 155 / 0.05);
}
.border-b-primary-500\/50{
    border-bottom-color: rgb(72 229 155 / 0.5);
}
.border-b-primary-500\/55{
    border-bottom-color: rgb(72 229 155 / 0.55);
}
.border-b-primary-500\/60{
    border-bottom-color: rgb(72 229 155 / 0.6);
}
.border-b-primary-500\/65{
    border-bottom-color: rgb(72 229 155 / 0.65);
}
.border-b-primary-500\/70{
    border-bottom-color: rgb(72 229 155 / 0.7);
}
.border-b-primary-500\/75{
    border-bottom-color: rgb(72 229 155 / 0.75);
}
.border-b-primary-500\/80{
    border-bottom-color: rgb(72 229 155 / 0.8);
}
.border-b-primary-500\/85{
    border-bottom-color: rgb(72 229 155 / 0.85);
}
.border-b-primary-500\/90{
    border-bottom-color: rgb(72 229 155 / 0.9);
}
.border-b-primary-500\/95{
    border-bottom-color: rgb(72 229 155 / 0.95);
}
.border-b-primary-60{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(57 155 109 / var(--tw-border-opacity));
}
.border-b-primary-60\/0{
    border-bottom-color: rgb(57 155 109 / 0);
}
.border-b-primary-60\/10{
    border-bottom-color: rgb(57 155 109 / 0.1);
}
.border-b-primary-60\/100{
    border-bottom-color: rgb(57 155 109 / 1);
}
.border-b-primary-60\/15{
    border-bottom-color: rgb(57 155 109 / 0.15);
}
.border-b-primary-60\/20{
    border-bottom-color: rgb(57 155 109 / 0.2);
}
.border-b-primary-60\/25{
    border-bottom-color: rgb(57 155 109 / 0.25);
}
.border-b-primary-60\/30{
    border-bottom-color: rgb(57 155 109 / 0.3);
}
.border-b-primary-60\/35{
    border-bottom-color: rgb(57 155 109 / 0.35);
}
.border-b-primary-60\/40{
    border-bottom-color: rgb(57 155 109 / 0.4);
}
.border-b-primary-60\/45{
    border-bottom-color: rgb(57 155 109 / 0.45);
}
.border-b-primary-60\/5{
    border-bottom-color: rgb(57 155 109 / 0.05);
}
.border-b-primary-60\/50{
    border-bottom-color: rgb(57 155 109 / 0.5);
}
.border-b-primary-60\/55{
    border-bottom-color: rgb(57 155 109 / 0.55);
}
.border-b-primary-60\/60{
    border-bottom-color: rgb(57 155 109 / 0.6);
}
.border-b-primary-60\/65{
    border-bottom-color: rgb(57 155 109 / 0.65);
}
.border-b-primary-60\/70{
    border-bottom-color: rgb(57 155 109 / 0.7);
}
.border-b-primary-60\/75{
    border-bottom-color: rgb(57 155 109 / 0.75);
}
.border-b-primary-60\/80{
    border-bottom-color: rgb(57 155 109 / 0.8);
}
.border-b-primary-60\/85{
    border-bottom-color: rgb(57 155 109 / 0.85);
}
.border-b-primary-60\/90{
    border-bottom-color: rgb(57 155 109 / 0.9);
}
.border-b-primary-60\/95{
    border-bottom-color: rgb(57 155 109 / 0.95);
}
.border-b-primary-600{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(61 187 127 / var(--tw-border-opacity));
}
.border-b-primary-600\/0{
    border-bottom-color: rgb(61 187 127 / 0);
}
.border-b-primary-600\/10{
    border-bottom-color: rgb(61 187 127 / 0.1);
}
.border-b-primary-600\/100{
    border-bottom-color: rgb(61 187 127 / 1);
}
.border-b-primary-600\/15{
    border-bottom-color: rgb(61 187 127 / 0.15);
}
.border-b-primary-600\/20{
    border-bottom-color: rgb(61 187 127 / 0.2);
}
.border-b-primary-600\/25{
    border-bottom-color: rgb(61 187 127 / 0.25);
}
.border-b-primary-600\/30{
    border-bottom-color: rgb(61 187 127 / 0.3);
}
.border-b-primary-600\/35{
    border-bottom-color: rgb(61 187 127 / 0.35);
}
.border-b-primary-600\/40{
    border-bottom-color: rgb(61 187 127 / 0.4);
}
.border-b-primary-600\/45{
    border-bottom-color: rgb(61 187 127 / 0.45);
}
.border-b-primary-600\/5{
    border-bottom-color: rgb(61 187 127 / 0.05);
}
.border-b-primary-600\/50{
    border-bottom-color: rgb(61 187 127 / 0.5);
}
.border-b-primary-600\/55{
    border-bottom-color: rgb(61 187 127 / 0.55);
}
.border-b-primary-600\/60{
    border-bottom-color: rgb(61 187 127 / 0.6);
}
.border-b-primary-600\/65{
    border-bottom-color: rgb(61 187 127 / 0.65);
}
.border-b-primary-600\/70{
    border-bottom-color: rgb(61 187 127 / 0.7);
}
.border-b-primary-600\/75{
    border-bottom-color: rgb(61 187 127 / 0.75);
}
.border-b-primary-600\/80{
    border-bottom-color: rgb(61 187 127 / 0.8);
}
.border-b-primary-600\/85{
    border-bottom-color: rgb(61 187 127 / 0.85);
}
.border-b-primary-600\/90{
    border-bottom-color: rgb(61 187 127 / 0.9);
}
.border-b-primary-600\/95{
    border-bottom-color: rgb(61 187 127 / 0.95);
}
.border-b-primary-700{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(57 155 109 / var(--tw-border-opacity));
}
.border-b-primary-700\/0{
    border-bottom-color: rgb(57 155 109 / 0);
}
.border-b-primary-700\/10{
    border-bottom-color: rgb(57 155 109 / 0.1);
}
.border-b-primary-700\/100{
    border-bottom-color: rgb(57 155 109 / 1);
}
.border-b-primary-700\/15{
    border-bottom-color: rgb(57 155 109 / 0.15);
}
.border-b-primary-700\/20{
    border-bottom-color: rgb(57 155 109 / 0.2);
}
.border-b-primary-700\/25{
    border-bottom-color: rgb(57 155 109 / 0.25);
}
.border-b-primary-700\/30{
    border-bottom-color: rgb(57 155 109 / 0.3);
}
.border-b-primary-700\/35{
    border-bottom-color: rgb(57 155 109 / 0.35);
}
.border-b-primary-700\/40{
    border-bottom-color: rgb(57 155 109 / 0.4);
}
.border-b-primary-700\/45{
    border-bottom-color: rgb(57 155 109 / 0.45);
}
.border-b-primary-700\/5{
    border-bottom-color: rgb(57 155 109 / 0.05);
}
.border-b-primary-700\/50{
    border-bottom-color: rgb(57 155 109 / 0.5);
}
.border-b-primary-700\/55{
    border-bottom-color: rgb(57 155 109 / 0.55);
}
.border-b-primary-700\/60{
    border-bottom-color: rgb(57 155 109 / 0.6);
}
.border-b-primary-700\/65{
    border-bottom-color: rgb(57 155 109 / 0.65);
}
.border-b-primary-700\/70{
    border-bottom-color: rgb(57 155 109 / 0.7);
}
.border-b-primary-700\/75{
    border-bottom-color: rgb(57 155 109 / 0.75);
}
.border-b-primary-700\/80{
    border-bottom-color: rgb(57 155 109 / 0.8);
}
.border-b-primary-700\/85{
    border-bottom-color: rgb(57 155 109 / 0.85);
}
.border-b-primary-700\/90{
    border-bottom-color: rgb(57 155 109 / 0.9);
}
.border-b-primary-700\/95{
    border-bottom-color: rgb(57 155 109 / 0.95);
}
.border-b-primary-80{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(61 187 127 / var(--tw-border-opacity));
}
.border-b-primary-80\/0{
    border-bottom-color: rgb(61 187 127 / 0);
}
.border-b-primary-80\/10{
    border-bottom-color: rgb(61 187 127 / 0.1);
}
.border-b-primary-80\/100{
    border-bottom-color: rgb(61 187 127 / 1);
}
.border-b-primary-80\/15{
    border-bottom-color: rgb(61 187 127 / 0.15);
}
.border-b-primary-80\/20{
    border-bottom-color: rgb(61 187 127 / 0.2);
}
.border-b-primary-80\/25{
    border-bottom-color: rgb(61 187 127 / 0.25);
}
.border-b-primary-80\/30{
    border-bottom-color: rgb(61 187 127 / 0.3);
}
.border-b-primary-80\/35{
    border-bottom-color: rgb(61 187 127 / 0.35);
}
.border-b-primary-80\/40{
    border-bottom-color: rgb(61 187 127 / 0.4);
}
.border-b-primary-80\/45{
    border-bottom-color: rgb(61 187 127 / 0.45);
}
.border-b-primary-80\/5{
    border-bottom-color: rgb(61 187 127 / 0.05);
}
.border-b-primary-80\/50{
    border-bottom-color: rgb(61 187 127 / 0.5);
}
.border-b-primary-80\/55{
    border-bottom-color: rgb(61 187 127 / 0.55);
}
.border-b-primary-80\/60{
    border-bottom-color: rgb(61 187 127 / 0.6);
}
.border-b-primary-80\/65{
    border-bottom-color: rgb(61 187 127 / 0.65);
}
.border-b-primary-80\/70{
    border-bottom-color: rgb(61 187 127 / 0.7);
}
.border-b-primary-80\/75{
    border-bottom-color: rgb(61 187 127 / 0.75);
}
.border-b-primary-80\/80{
    border-bottom-color: rgb(61 187 127 / 0.8);
}
.border-b-primary-80\/85{
    border-bottom-color: rgb(61 187 127 / 0.85);
}
.border-b-primary-80\/90{
    border-bottom-color: rgb(61 187 127 / 0.9);
}
.border-b-primary-80\/95{
    border-bottom-color: rgb(61 187 127 / 0.95);
}
.border-b-primary-800{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(10 68 41 / var(--tw-border-opacity));
}
.border-b-primary-800\/0{
    border-bottom-color: rgb(10 68 41 / 0);
}
.border-b-primary-800\/10{
    border-bottom-color: rgb(10 68 41 / 0.1);
}
.border-b-primary-800\/100{
    border-bottom-color: rgb(10 68 41 / 1);
}
.border-b-primary-800\/15{
    border-bottom-color: rgb(10 68 41 / 0.15);
}
.border-b-primary-800\/20{
    border-bottom-color: rgb(10 68 41 / 0.2);
}
.border-b-primary-800\/25{
    border-bottom-color: rgb(10 68 41 / 0.25);
}
.border-b-primary-800\/30{
    border-bottom-color: rgb(10 68 41 / 0.3);
}
.border-b-primary-800\/35{
    border-bottom-color: rgb(10 68 41 / 0.35);
}
.border-b-primary-800\/40{
    border-bottom-color: rgb(10 68 41 / 0.4);
}
.border-b-primary-800\/45{
    border-bottom-color: rgb(10 68 41 / 0.45);
}
.border-b-primary-800\/5{
    border-bottom-color: rgb(10 68 41 / 0.05);
}
.border-b-primary-800\/50{
    border-bottom-color: rgb(10 68 41 / 0.5);
}
.border-b-primary-800\/55{
    border-bottom-color: rgb(10 68 41 / 0.55);
}
.border-b-primary-800\/60{
    border-bottom-color: rgb(10 68 41 / 0.6);
}
.border-b-primary-800\/65{
    border-bottom-color: rgb(10 68 41 / 0.65);
}
.border-b-primary-800\/70{
    border-bottom-color: rgb(10 68 41 / 0.7);
}
.border-b-primary-800\/75{
    border-bottom-color: rgb(10 68 41 / 0.75);
}
.border-b-primary-800\/80{
    border-bottom-color: rgb(10 68 41 / 0.8);
}
.border-b-primary-800\/85{
    border-bottom-color: rgb(10 68 41 / 0.85);
}
.border-b-primary-800\/90{
    border-bottom-color: rgb(10 68 41 / 0.9);
}
.border-b-primary-800\/95{
    border-bottom-color: rgb(10 68 41 / 0.95);
}
.border-b-primary-900{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(28 59 45 / var(--tw-border-opacity));
}
.border-b-primary-900\/0{
    border-bottom-color: rgb(28 59 45 / 0);
}
.border-b-primary-900\/10{
    border-bottom-color: rgb(28 59 45 / 0.1);
}
.border-b-primary-900\/100{
    border-bottom-color: rgb(28 59 45 / 1);
}
.border-b-primary-900\/15{
    border-bottom-color: rgb(28 59 45 / 0.15);
}
.border-b-primary-900\/20{
    border-bottom-color: rgb(28 59 45 / 0.2);
}
.border-b-primary-900\/25{
    border-bottom-color: rgb(28 59 45 / 0.25);
}
.border-b-primary-900\/30{
    border-bottom-color: rgb(28 59 45 / 0.3);
}
.border-b-primary-900\/35{
    border-bottom-color: rgb(28 59 45 / 0.35);
}
.border-b-primary-900\/40{
    border-bottom-color: rgb(28 59 45 / 0.4);
}
.border-b-primary-900\/45{
    border-bottom-color: rgb(28 59 45 / 0.45);
}
.border-b-primary-900\/5{
    border-bottom-color: rgb(28 59 45 / 0.05);
}
.border-b-primary-900\/50{
    border-bottom-color: rgb(28 59 45 / 0.5);
}
.border-b-primary-900\/55{
    border-bottom-color: rgb(28 59 45 / 0.55);
}
.border-b-primary-900\/60{
    border-bottom-color: rgb(28 59 45 / 0.6);
}
.border-b-primary-900\/65{
    border-bottom-color: rgb(28 59 45 / 0.65);
}
.border-b-primary-900\/70{
    border-bottom-color: rgb(28 59 45 / 0.7);
}
.border-b-primary-900\/75{
    border-bottom-color: rgb(28 59 45 / 0.75);
}
.border-b-primary-900\/80{
    border-bottom-color: rgb(28 59 45 / 0.8);
}
.border-b-primary-900\/85{
    border-bottom-color: rgb(28 59 45 / 0.85);
}
.border-b-primary-900\/90{
    border-bottom-color: rgb(28 59 45 / 0.9);
}
.border-b-primary-900\/95{
    border-bottom-color: rgb(28 59 45 / 0.95);
}
.border-b-primary-950{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(20 28 24 / var(--tw-border-opacity));
}
.border-b-primary-950\/0{
    border-bottom-color: rgb(20 28 24 / 0);
}
.border-b-primary-950\/10{
    border-bottom-color: rgb(20 28 24 / 0.1);
}
.border-b-primary-950\/100{
    border-bottom-color: rgb(20 28 24 / 1);
}
.border-b-primary-950\/15{
    border-bottom-color: rgb(20 28 24 / 0.15);
}
.border-b-primary-950\/20{
    border-bottom-color: rgb(20 28 24 / 0.2);
}
.border-b-primary-950\/25{
    border-bottom-color: rgb(20 28 24 / 0.25);
}
.border-b-primary-950\/30{
    border-bottom-color: rgb(20 28 24 / 0.3);
}
.border-b-primary-950\/35{
    border-bottom-color: rgb(20 28 24 / 0.35);
}
.border-b-primary-950\/40{
    border-bottom-color: rgb(20 28 24 / 0.4);
}
.border-b-primary-950\/45{
    border-bottom-color: rgb(20 28 24 / 0.45);
}
.border-b-primary-950\/5{
    border-bottom-color: rgb(20 28 24 / 0.05);
}
.border-b-primary-950\/50{
    border-bottom-color: rgb(20 28 24 / 0.5);
}
.border-b-primary-950\/55{
    border-bottom-color: rgb(20 28 24 / 0.55);
}
.border-b-primary-950\/60{
    border-bottom-color: rgb(20 28 24 / 0.6);
}
.border-b-primary-950\/65{
    border-bottom-color: rgb(20 28 24 / 0.65);
}
.border-b-primary-950\/70{
    border-bottom-color: rgb(20 28 24 / 0.7);
}
.border-b-primary-950\/75{
    border-bottom-color: rgb(20 28 24 / 0.75);
}
.border-b-primary-950\/80{
    border-bottom-color: rgb(20 28 24 / 0.8);
}
.border-b-primary-950\/85{
    border-bottom-color: rgb(20 28 24 / 0.85);
}
.border-b-primary-950\/90{
    border-bottom-color: rgb(20 28 24 / 0.9);
}
.border-b-primary-950\/95{
    border-bottom-color: rgb(20 28 24 / 0.95);
}
.border-b-primary-dark{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(10 68 41 / var(--tw-border-opacity));
}
.border-b-primary-dark\/0{
    border-bottom-color: rgb(10 68 41 / 0);
}
.border-b-primary-dark\/10{
    border-bottom-color: rgb(10 68 41 / 0.1);
}
.border-b-primary-dark\/100{
    border-bottom-color: rgb(10 68 41 / 1);
}
.border-b-primary-dark\/15{
    border-bottom-color: rgb(10 68 41 / 0.15);
}
.border-b-primary-dark\/20{
    border-bottom-color: rgb(10 68 41 / 0.2);
}
.border-b-primary-dark\/25{
    border-bottom-color: rgb(10 68 41 / 0.25);
}
.border-b-primary-dark\/30{
    border-bottom-color: rgb(10 68 41 / 0.3);
}
.border-b-primary-dark\/35{
    border-bottom-color: rgb(10 68 41 / 0.35);
}
.border-b-primary-dark\/40{
    border-bottom-color: rgb(10 68 41 / 0.4);
}
.border-b-primary-dark\/45{
    border-bottom-color: rgb(10 68 41 / 0.45);
}
.border-b-primary-dark\/5{
    border-bottom-color: rgb(10 68 41 / 0.05);
}
.border-b-primary-dark\/50{
    border-bottom-color: rgb(10 68 41 / 0.5);
}
.border-b-primary-dark\/55{
    border-bottom-color: rgb(10 68 41 / 0.55);
}
.border-b-primary-dark\/60{
    border-bottom-color: rgb(10 68 41 / 0.6);
}
.border-b-primary-dark\/65{
    border-bottom-color: rgb(10 68 41 / 0.65);
}
.border-b-primary-dark\/70{
    border-bottom-color: rgb(10 68 41 / 0.7);
}
.border-b-primary-dark\/75{
    border-bottom-color: rgb(10 68 41 / 0.75);
}
.border-b-primary-dark\/80{
    border-bottom-color: rgb(10 68 41 / 0.8);
}
.border-b-primary-dark\/85{
    border-bottom-color: rgb(10 68 41 / 0.85);
}
.border-b-primary-dark\/90{
    border-bottom-color: rgb(10 68 41 / 0.9);
}
.border-b-primary-dark\/95{
    border-bottom-color: rgb(10 68 41 / 0.95);
}
.border-b-primary-light{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-b-primary-light\/0{
    border-bottom-color: rgb(198 238 219 / 0);
}
.border-b-primary-light\/10{
    border-bottom-color: rgb(198 238 219 / 0.1);
}
.border-b-primary-light\/100{
    border-bottom-color: rgb(198 238 219 / 1);
}
.border-b-primary-light\/15{
    border-bottom-color: rgb(198 238 219 / 0.15);
}
.border-b-primary-light\/20{
    border-bottom-color: rgb(198 238 219 / 0.2);
}
.border-b-primary-light\/25{
    border-bottom-color: rgb(198 238 219 / 0.25);
}
.border-b-primary-light\/30{
    border-bottom-color: rgb(198 238 219 / 0.3);
}
.border-b-primary-light\/35{
    border-bottom-color: rgb(198 238 219 / 0.35);
}
.border-b-primary-light\/40{
    border-bottom-color: rgb(198 238 219 / 0.4);
}
.border-b-primary-light\/45{
    border-bottom-color: rgb(198 238 219 / 0.45);
}
.border-b-primary-light\/5{
    border-bottom-color: rgb(198 238 219 / 0.05);
}
.border-b-primary-light\/50{
    border-bottom-color: rgb(198 238 219 / 0.5);
}
.border-b-primary-light\/55{
    border-bottom-color: rgb(198 238 219 / 0.55);
}
.border-b-primary-light\/60{
    border-bottom-color: rgb(198 238 219 / 0.6);
}
.border-b-primary-light\/65{
    border-bottom-color: rgb(198 238 219 / 0.65);
}
.border-b-primary-light\/70{
    border-bottom-color: rgb(198 238 219 / 0.7);
}
.border-b-primary-light\/75{
    border-bottom-color: rgb(198 238 219 / 0.75);
}
.border-b-primary-light\/80{
    border-bottom-color: rgb(198 238 219 / 0.8);
}
.border-b-primary-light\/85{
    border-bottom-color: rgb(198 238 219 / 0.85);
}
.border-b-primary-light\/90{
    border-bottom-color: rgb(198 238 219 / 0.9);
}
.border-b-primary-light\/95{
    border-bottom-color: rgb(198 238 219 / 0.95);
}
.border-b-primary\/0{
    border-bottom-color: rgb(72 229 155 / 0);
}
.border-b-primary\/10{
    border-bottom-color: rgb(72 229 155 / 0.1);
}
.border-b-primary\/100{
    border-bottom-color: rgb(72 229 155 / 1);
}
.border-b-primary\/15{
    border-bottom-color: rgb(72 229 155 / 0.15);
}
.border-b-primary\/20{
    border-bottom-color: rgb(72 229 155 / 0.2);
}
.border-b-primary\/25{
    border-bottom-color: rgb(72 229 155 / 0.25);
}
.border-b-primary\/30{
    border-bottom-color: rgb(72 229 155 / 0.3);
}
.border-b-primary\/35{
    border-bottom-color: rgb(72 229 155 / 0.35);
}
.border-b-primary\/40{
    border-bottom-color: rgb(72 229 155 / 0.4);
}
.border-b-primary\/45{
    border-bottom-color: rgb(72 229 155 / 0.45);
}
.border-b-primary\/5{
    border-bottom-color: rgb(72 229 155 / 0.05);
}
.border-b-primary\/50{
    border-bottom-color: rgb(72 229 155 / 0.5);
}
.border-b-primary\/55{
    border-bottom-color: rgb(72 229 155 / 0.55);
}
.border-b-primary\/60{
    border-bottom-color: rgb(72 229 155 / 0.6);
}
.border-b-primary\/65{
    border-bottom-color: rgb(72 229 155 / 0.65);
}
.border-b-primary\/70{
    border-bottom-color: rgb(72 229 155 / 0.7);
}
.border-b-primary\/75{
    border-bottom-color: rgb(72 229 155 / 0.75);
}
.border-b-primary\/80{
    border-bottom-color: rgb(72 229 155 / 0.8);
}
.border-b-primary\/85{
    border-bottom-color: rgb(72 229 155 / 0.85);
}
.border-b-primary\/90{
    border-bottom-color: rgb(72 229 155 / 0.9);
}
.border-b-primary\/95{
    border-bottom-color: rgb(72 229 155 / 0.95);
}
.border-b-secondary{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(1 90 213 / var(--tw-border-opacity));
}
.border-b-secondary-500{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(1 90 213 / var(--tw-border-opacity));
}
.border-b-secondary-500\/0{
    border-bottom-color: rgb(1 90 213 / 0);
}
.border-b-secondary-500\/10{
    border-bottom-color: rgb(1 90 213 / 0.1);
}
.border-b-secondary-500\/100{
    border-bottom-color: rgb(1 90 213 / 1);
}
.border-b-secondary-500\/15{
    border-bottom-color: rgb(1 90 213 / 0.15);
}
.border-b-secondary-500\/20{
    border-bottom-color: rgb(1 90 213 / 0.2);
}
.border-b-secondary-500\/25{
    border-bottom-color: rgb(1 90 213 / 0.25);
}
.border-b-secondary-500\/30{
    border-bottom-color: rgb(1 90 213 / 0.3);
}
.border-b-secondary-500\/35{
    border-bottom-color: rgb(1 90 213 / 0.35);
}
.border-b-secondary-500\/40{
    border-bottom-color: rgb(1 90 213 / 0.4);
}
.border-b-secondary-500\/45{
    border-bottom-color: rgb(1 90 213 / 0.45);
}
.border-b-secondary-500\/5{
    border-bottom-color: rgb(1 90 213 / 0.05);
}
.border-b-secondary-500\/50{
    border-bottom-color: rgb(1 90 213 / 0.5);
}
.border-b-secondary-500\/55{
    border-bottom-color: rgb(1 90 213 / 0.55);
}
.border-b-secondary-500\/60{
    border-bottom-color: rgb(1 90 213 / 0.6);
}
.border-b-secondary-500\/65{
    border-bottom-color: rgb(1 90 213 / 0.65);
}
.border-b-secondary-500\/70{
    border-bottom-color: rgb(1 90 213 / 0.7);
}
.border-b-secondary-500\/75{
    border-bottom-color: rgb(1 90 213 / 0.75);
}
.border-b-secondary-500\/80{
    border-bottom-color: rgb(1 90 213 / 0.8);
}
.border-b-secondary-500\/85{
    border-bottom-color: rgb(1 90 213 / 0.85);
}
.border-b-secondary-500\/90{
    border-bottom-color: rgb(1 90 213 / 0.9);
}
.border-b-secondary-500\/95{
    border-bottom-color: rgb(1 90 213 / 0.95);
}
.border-b-secondary\/0{
    border-bottom-color: rgb(1 90 213 / 0);
}
.border-b-secondary\/10{
    border-bottom-color: rgb(1 90 213 / 0.1);
}
.border-b-secondary\/100{
    border-bottom-color: rgb(1 90 213 / 1);
}
.border-b-secondary\/15{
    border-bottom-color: rgb(1 90 213 / 0.15);
}
.border-b-secondary\/20{
    border-bottom-color: rgb(1 90 213 / 0.2);
}
.border-b-secondary\/25{
    border-bottom-color: rgb(1 90 213 / 0.25);
}
.border-b-secondary\/30{
    border-bottom-color: rgb(1 90 213 / 0.3);
}
.border-b-secondary\/35{
    border-bottom-color: rgb(1 90 213 / 0.35);
}
.border-b-secondary\/40{
    border-bottom-color: rgb(1 90 213 / 0.4);
}
.border-b-secondary\/45{
    border-bottom-color: rgb(1 90 213 / 0.45);
}
.border-b-secondary\/5{
    border-bottom-color: rgb(1 90 213 / 0.05);
}
.border-b-secondary\/50{
    border-bottom-color: rgb(1 90 213 / 0.5);
}
.border-b-secondary\/55{
    border-bottom-color: rgb(1 90 213 / 0.55);
}
.border-b-secondary\/60{
    border-bottom-color: rgb(1 90 213 / 0.6);
}
.border-b-secondary\/65{
    border-bottom-color: rgb(1 90 213 / 0.65);
}
.border-b-secondary\/70{
    border-bottom-color: rgb(1 90 213 / 0.7);
}
.border-b-secondary\/75{
    border-bottom-color: rgb(1 90 213 / 0.75);
}
.border-b-secondary\/80{
    border-bottom-color: rgb(1 90 213 / 0.8);
}
.border-b-secondary\/85{
    border-bottom-color: rgb(1 90 213 / 0.85);
}
.border-b-secondary\/90{
    border-bottom-color: rgb(1 90 213 / 0.9);
}
.border-b-secondary\/95{
    border-bottom-color: rgb(1 90 213 / 0.95);
}
.border-e-black-brand{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(49 49 49 / var(--tw-border-opacity));
}
.border-e-black-brand\/0{
    border-inline-end-color: rgb(49 49 49 / 0);
}
.border-e-black-brand\/10{
    border-inline-end-color: rgb(49 49 49 / 0.1);
}
.border-e-black-brand\/100{
    border-inline-end-color: rgb(49 49 49 / 1);
}
.border-e-black-brand\/15{
    border-inline-end-color: rgb(49 49 49 / 0.15);
}
.border-e-black-brand\/20{
    border-inline-end-color: rgb(49 49 49 / 0.2);
}
.border-e-black-brand\/25{
    border-inline-end-color: rgb(49 49 49 / 0.25);
}
.border-e-black-brand\/30{
    border-inline-end-color: rgb(49 49 49 / 0.3);
}
.border-e-black-brand\/35{
    border-inline-end-color: rgb(49 49 49 / 0.35);
}
.border-e-black-brand\/40{
    border-inline-end-color: rgb(49 49 49 / 0.4);
}
.border-e-black-brand\/45{
    border-inline-end-color: rgb(49 49 49 / 0.45);
}
.border-e-black-brand\/5{
    border-inline-end-color: rgb(49 49 49 / 0.05);
}
.border-e-black-brand\/50{
    border-inline-end-color: rgb(49 49 49 / 0.5);
}
.border-e-black-brand\/55{
    border-inline-end-color: rgb(49 49 49 / 0.55);
}
.border-e-black-brand\/60{
    border-inline-end-color: rgb(49 49 49 / 0.6);
}
.border-e-black-brand\/65{
    border-inline-end-color: rgb(49 49 49 / 0.65);
}
.border-e-black-brand\/70{
    border-inline-end-color: rgb(49 49 49 / 0.7);
}
.border-e-black-brand\/75{
    border-inline-end-color: rgb(49 49 49 / 0.75);
}
.border-e-black-brand\/80{
    border-inline-end-color: rgb(49 49 49 / 0.8);
}
.border-e-black-brand\/85{
    border-inline-end-color: rgb(49 49 49 / 0.85);
}
.border-e-black-brand\/90{
    border-inline-end-color: rgb(49 49 49 / 0.9);
}
.border-e-black-brand\/95{
    border-inline-end-color: rgb(49 49 49 / 0.95);
}
.border-e-brand-100{
    border-inline-end-color: #c6eedb0d;
}
.border-e-brand-100\/0{
    border-inline-end-color: rgb(198 238 219 / 0);
}
.border-e-brand-100\/10{
    border-inline-end-color: rgb(198 238 219 / 0.1);
}
.border-e-brand-100\/100{
    border-inline-end-color: rgb(198 238 219 / 1);
}
.border-e-brand-100\/15{
    border-inline-end-color: rgb(198 238 219 / 0.15);
}
.border-e-brand-100\/20{
    border-inline-end-color: rgb(198 238 219 / 0.2);
}
.border-e-brand-100\/25{
    border-inline-end-color: rgb(198 238 219 / 0.25);
}
.border-e-brand-100\/30{
    border-inline-end-color: rgb(198 238 219 / 0.3);
}
.border-e-brand-100\/35{
    border-inline-end-color: rgb(198 238 219 / 0.35);
}
.border-e-brand-100\/40{
    border-inline-end-color: rgb(198 238 219 / 0.4);
}
.border-e-brand-100\/45{
    border-inline-end-color: rgb(198 238 219 / 0.45);
}
.border-e-brand-100\/5{
    border-inline-end-color: rgb(198 238 219 / 0.05);
}
.border-e-brand-100\/50{
    border-inline-end-color: rgb(198 238 219 / 0.5);
}
.border-e-brand-100\/55{
    border-inline-end-color: rgb(198 238 219 / 0.55);
}
.border-e-brand-100\/60{
    border-inline-end-color: rgb(198 238 219 / 0.6);
}
.border-e-brand-100\/65{
    border-inline-end-color: rgb(198 238 219 / 0.65);
}
.border-e-brand-100\/70{
    border-inline-end-color: rgb(198 238 219 / 0.7);
}
.border-e-brand-100\/75{
    border-inline-end-color: rgb(198 238 219 / 0.75);
}
.border-e-brand-100\/80{
    border-inline-end-color: rgb(198 238 219 / 0.8);
}
.border-e-brand-100\/85{
    border-inline-end-color: rgb(198 238 219 / 0.85);
}
.border-e-brand-100\/90{
    border-inline-end-color: rgb(198 238 219 / 0.9);
}
.border-e-brand-100\/95{
    border-inline-end-color: rgb(198 238 219 / 0.95);
}
.border-e-brand-20{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-e-brand-20\/0{
    border-inline-end-color: rgb(72 229 155 / 0);
}
.border-e-brand-20\/10{
    border-inline-end-color: rgb(72 229 155 / 0.1);
}
.border-e-brand-20\/100{
    border-inline-end-color: rgb(72 229 155 / 1);
}
.border-e-brand-20\/15{
    border-inline-end-color: rgb(72 229 155 / 0.15);
}
.border-e-brand-20\/20{
    border-inline-end-color: rgb(72 229 155 / 0.2);
}
.border-e-brand-20\/25{
    border-inline-end-color: rgb(72 229 155 / 0.25);
}
.border-e-brand-20\/30{
    border-inline-end-color: rgb(72 229 155 / 0.3);
}
.border-e-brand-20\/35{
    border-inline-end-color: rgb(72 229 155 / 0.35);
}
.border-e-brand-20\/40{
    border-inline-end-color: rgb(72 229 155 / 0.4);
}
.border-e-brand-20\/45{
    border-inline-end-color: rgb(72 229 155 / 0.45);
}
.border-e-brand-20\/5{
    border-inline-end-color: rgb(72 229 155 / 0.05);
}
.border-e-brand-20\/50{
    border-inline-end-color: rgb(72 229 155 / 0.5);
}
.border-e-brand-20\/55{
    border-inline-end-color: rgb(72 229 155 / 0.55);
}
.border-e-brand-20\/60{
    border-inline-end-color: rgb(72 229 155 / 0.6);
}
.border-e-brand-20\/65{
    border-inline-end-color: rgb(72 229 155 / 0.65);
}
.border-e-brand-20\/70{
    border-inline-end-color: rgb(72 229 155 / 0.7);
}
.border-e-brand-20\/75{
    border-inline-end-color: rgb(72 229 155 / 0.75);
}
.border-e-brand-20\/80{
    border-inline-end-color: rgb(72 229 155 / 0.8);
}
.border-e-brand-20\/85{
    border-inline-end-color: rgb(72 229 155 / 0.85);
}
.border-e-brand-20\/90{
    border-inline-end-color: rgb(72 229 155 / 0.9);
}
.border-e-brand-20\/95{
    border-inline-end-color: rgb(72 229 155 / 0.95);
}
.border-e-brand-200{
    border-inline-end-color: #c6eedb33;
}
.border-e-brand-200\/0{
    border-inline-end-color: rgb(198 238 219 / 0);
}
.border-e-brand-200\/10{
    border-inline-end-color: rgb(198 238 219 / 0.1);
}
.border-e-brand-200\/100{
    border-inline-end-color: rgb(198 238 219 / 1);
}
.border-e-brand-200\/15{
    border-inline-end-color: rgb(198 238 219 / 0.15);
}
.border-e-brand-200\/20{
    border-inline-end-color: rgb(198 238 219 / 0.2);
}
.border-e-brand-200\/25{
    border-inline-end-color: rgb(198 238 219 / 0.25);
}
.border-e-brand-200\/30{
    border-inline-end-color: rgb(198 238 219 / 0.3);
}
.border-e-brand-200\/35{
    border-inline-end-color: rgb(198 238 219 / 0.35);
}
.border-e-brand-200\/40{
    border-inline-end-color: rgb(198 238 219 / 0.4);
}
.border-e-brand-200\/45{
    border-inline-end-color: rgb(198 238 219 / 0.45);
}
.border-e-brand-200\/5{
    border-inline-end-color: rgb(198 238 219 / 0.05);
}
.border-e-brand-200\/50{
    border-inline-end-color: rgb(198 238 219 / 0.5);
}
.border-e-brand-200\/55{
    border-inline-end-color: rgb(198 238 219 / 0.55);
}
.border-e-brand-200\/60{
    border-inline-end-color: rgb(198 238 219 / 0.6);
}
.border-e-brand-200\/65{
    border-inline-end-color: rgb(198 238 219 / 0.65);
}
.border-e-brand-200\/70{
    border-inline-end-color: rgb(198 238 219 / 0.7);
}
.border-e-brand-200\/75{
    border-inline-end-color: rgb(198 238 219 / 0.75);
}
.border-e-brand-200\/80{
    border-inline-end-color: rgb(198 238 219 / 0.8);
}
.border-e-brand-200\/85{
    border-inline-end-color: rgb(198 238 219 / 0.85);
}
.border-e-brand-200\/90{
    border-inline-end-color: rgb(198 238 219 / 0.9);
}
.border-e-brand-200\/95{
    border-inline-end-color: rgb(198 238 219 / 0.95);
}
.border-e-brand-300{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-e-brand-300\/0{
    border-inline-end-color: rgb(198 238 219 / 0);
}
.border-e-brand-300\/10{
    border-inline-end-color: rgb(198 238 219 / 0.1);
}
.border-e-brand-300\/100{
    border-inline-end-color: rgb(198 238 219 / 1);
}
.border-e-brand-300\/15{
    border-inline-end-color: rgb(198 238 219 / 0.15);
}
.border-e-brand-300\/20{
    border-inline-end-color: rgb(198 238 219 / 0.2);
}
.border-e-brand-300\/25{
    border-inline-end-color: rgb(198 238 219 / 0.25);
}
.border-e-brand-300\/30{
    border-inline-end-color: rgb(198 238 219 / 0.3);
}
.border-e-brand-300\/35{
    border-inline-end-color: rgb(198 238 219 / 0.35);
}
.border-e-brand-300\/40{
    border-inline-end-color: rgb(198 238 219 / 0.4);
}
.border-e-brand-300\/45{
    border-inline-end-color: rgb(198 238 219 / 0.45);
}
.border-e-brand-300\/5{
    border-inline-end-color: rgb(198 238 219 / 0.05);
}
.border-e-brand-300\/50{
    border-inline-end-color: rgb(198 238 219 / 0.5);
}
.border-e-brand-300\/55{
    border-inline-end-color: rgb(198 238 219 / 0.55);
}
.border-e-brand-300\/60{
    border-inline-end-color: rgb(198 238 219 / 0.6);
}
.border-e-brand-300\/65{
    border-inline-end-color: rgb(198 238 219 / 0.65);
}
.border-e-brand-300\/70{
    border-inline-end-color: rgb(198 238 219 / 0.7);
}
.border-e-brand-300\/75{
    border-inline-end-color: rgb(198 238 219 / 0.75);
}
.border-e-brand-300\/80{
    border-inline-end-color: rgb(198 238 219 / 0.8);
}
.border-e-brand-300\/85{
    border-inline-end-color: rgb(198 238 219 / 0.85);
}
.border-e-brand-300\/90{
    border-inline-end-color: rgb(198 238 219 / 0.9);
}
.border-e-brand-300\/95{
    border-inline-end-color: rgb(198 238 219 / 0.95);
}
.border-e-brand-black{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-e-brand-black\/0{
    border-inline-end-color: rgb(17 17 17 / 0);
}
.border-e-brand-black\/10{
    border-inline-end-color: rgb(17 17 17 / 0.1);
}
.border-e-brand-black\/100{
    border-inline-end-color: rgb(17 17 17 / 1);
}
.border-e-brand-black\/15{
    border-inline-end-color: rgb(17 17 17 / 0.15);
}
.border-e-brand-black\/20{
    border-inline-end-color: rgb(17 17 17 / 0.2);
}
.border-e-brand-black\/25{
    border-inline-end-color: rgb(17 17 17 / 0.25);
}
.border-e-brand-black\/30{
    border-inline-end-color: rgb(17 17 17 / 0.3);
}
.border-e-brand-black\/35{
    border-inline-end-color: rgb(17 17 17 / 0.35);
}
.border-e-brand-black\/40{
    border-inline-end-color: rgb(17 17 17 / 0.4);
}
.border-e-brand-black\/45{
    border-inline-end-color: rgb(17 17 17 / 0.45);
}
.border-e-brand-black\/5{
    border-inline-end-color: rgb(17 17 17 / 0.05);
}
.border-e-brand-black\/50{
    border-inline-end-color: rgb(17 17 17 / 0.5);
}
.border-e-brand-black\/55{
    border-inline-end-color: rgb(17 17 17 / 0.55);
}
.border-e-brand-black\/60{
    border-inline-end-color: rgb(17 17 17 / 0.6);
}
.border-e-brand-black\/65{
    border-inline-end-color: rgb(17 17 17 / 0.65);
}
.border-e-brand-black\/70{
    border-inline-end-color: rgb(17 17 17 / 0.7);
}
.border-e-brand-black\/75{
    border-inline-end-color: rgb(17 17 17 / 0.75);
}
.border-e-brand-black\/80{
    border-inline-end-color: rgb(17 17 17 / 0.8);
}
.border-e-brand-black\/85{
    border-inline-end-color: rgb(17 17 17 / 0.85);
}
.border-e-brand-black\/90{
    border-inline-end-color: rgb(17 17 17 / 0.9);
}
.border-e-brand-black\/95{
    border-inline-end-color: rgb(17 17 17 / 0.95);
}
.border-e-brand-blue{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(112 168 244 / var(--tw-border-opacity));
}
.border-e-brand-blue\/0{
    border-inline-end-color: rgb(112 168 244 / 0);
}
.border-e-brand-blue\/10{
    border-inline-end-color: rgb(112 168 244 / 0.1);
}
.border-e-brand-blue\/100{
    border-inline-end-color: rgb(112 168 244 / 1);
}
.border-e-brand-blue\/15{
    border-inline-end-color: rgb(112 168 244 / 0.15);
}
.border-e-brand-blue\/20{
    border-inline-end-color: rgb(112 168 244 / 0.2);
}
.border-e-brand-blue\/25{
    border-inline-end-color: rgb(112 168 244 / 0.25);
}
.border-e-brand-blue\/30{
    border-inline-end-color: rgb(112 168 244 / 0.3);
}
.border-e-brand-blue\/35{
    border-inline-end-color: rgb(112 168 244 / 0.35);
}
.border-e-brand-blue\/40{
    border-inline-end-color: rgb(112 168 244 / 0.4);
}
.border-e-brand-blue\/45{
    border-inline-end-color: rgb(112 168 244 / 0.45);
}
.border-e-brand-blue\/5{
    border-inline-end-color: rgb(112 168 244 / 0.05);
}
.border-e-brand-blue\/50{
    border-inline-end-color: rgb(112 168 244 / 0.5);
}
.border-e-brand-blue\/55{
    border-inline-end-color: rgb(112 168 244 / 0.55);
}
.border-e-brand-blue\/60{
    border-inline-end-color: rgb(112 168 244 / 0.6);
}
.border-e-brand-blue\/65{
    border-inline-end-color: rgb(112 168 244 / 0.65);
}
.border-e-brand-blue\/70{
    border-inline-end-color: rgb(112 168 244 / 0.7);
}
.border-e-brand-blue\/75{
    border-inline-end-color: rgb(112 168 244 / 0.75);
}
.border-e-brand-blue\/80{
    border-inline-end-color: rgb(112 168 244 / 0.8);
}
.border-e-brand-blue\/85{
    border-inline-end-color: rgb(112 168 244 / 0.85);
}
.border-e-brand-blue\/90{
    border-inline-end-color: rgb(112 168 244 / 0.9);
}
.border-e-brand-blue\/95{
    border-inline-end-color: rgb(112 168 244 / 0.95);
}
.border-e-brand-dark{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(35 44 39 / var(--tw-border-opacity));
}
.border-e-brand-dark\/0{
    border-inline-end-color: rgb(35 44 39 / 0);
}
.border-e-brand-dark\/10{
    border-inline-end-color: rgb(35 44 39 / 0.1);
}
.border-e-brand-dark\/100{
    border-inline-end-color: rgb(35 44 39 / 1);
}
.border-e-brand-dark\/15{
    border-inline-end-color: rgb(35 44 39 / 0.15);
}
.border-e-brand-dark\/20{
    border-inline-end-color: rgb(35 44 39 / 0.2);
}
.border-e-brand-dark\/25{
    border-inline-end-color: rgb(35 44 39 / 0.25);
}
.border-e-brand-dark\/30{
    border-inline-end-color: rgb(35 44 39 / 0.3);
}
.border-e-brand-dark\/35{
    border-inline-end-color: rgb(35 44 39 / 0.35);
}
.border-e-brand-dark\/40{
    border-inline-end-color: rgb(35 44 39 / 0.4);
}
.border-e-brand-dark\/45{
    border-inline-end-color: rgb(35 44 39 / 0.45);
}
.border-e-brand-dark\/5{
    border-inline-end-color: rgb(35 44 39 / 0.05);
}
.border-e-brand-dark\/50{
    border-inline-end-color: rgb(35 44 39 / 0.5);
}
.border-e-brand-dark\/55{
    border-inline-end-color: rgb(35 44 39 / 0.55);
}
.border-e-brand-dark\/60{
    border-inline-end-color: rgb(35 44 39 / 0.6);
}
.border-e-brand-dark\/65{
    border-inline-end-color: rgb(35 44 39 / 0.65);
}
.border-e-brand-dark\/70{
    border-inline-end-color: rgb(35 44 39 / 0.7);
}
.border-e-brand-dark\/75{
    border-inline-end-color: rgb(35 44 39 / 0.75);
}
.border-e-brand-dark\/80{
    border-inline-end-color: rgb(35 44 39 / 0.8);
}
.border-e-brand-dark\/85{
    border-inline-end-color: rgb(35 44 39 / 0.85);
}
.border-e-brand-dark\/90{
    border-inline-end-color: rgb(35 44 39 / 0.9);
}
.border-e-brand-dark\/95{
    border-inline-end-color: rgb(35 44 39 / 0.95);
}
.border-e-brand-green{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-e-brand-green\/0{
    border-inline-end-color: rgb(72 229 155 / 0);
}
.border-e-brand-green\/10{
    border-inline-end-color: rgb(72 229 155 / 0.1);
}
.border-e-brand-green\/100{
    border-inline-end-color: rgb(72 229 155 / 1);
}
.border-e-brand-green\/15{
    border-inline-end-color: rgb(72 229 155 / 0.15);
}
.border-e-brand-green\/20{
    border-inline-end-color: rgb(72 229 155 / 0.2);
}
.border-e-brand-green\/25{
    border-inline-end-color: rgb(72 229 155 / 0.25);
}
.border-e-brand-green\/30{
    border-inline-end-color: rgb(72 229 155 / 0.3);
}
.border-e-brand-green\/35{
    border-inline-end-color: rgb(72 229 155 / 0.35);
}
.border-e-brand-green\/40{
    border-inline-end-color: rgb(72 229 155 / 0.4);
}
.border-e-brand-green\/45{
    border-inline-end-color: rgb(72 229 155 / 0.45);
}
.border-e-brand-green\/5{
    border-inline-end-color: rgb(72 229 155 / 0.05);
}
.border-e-brand-green\/50{
    border-inline-end-color: rgb(72 229 155 / 0.5);
}
.border-e-brand-green\/55{
    border-inline-end-color: rgb(72 229 155 / 0.55);
}
.border-e-brand-green\/60{
    border-inline-end-color: rgb(72 229 155 / 0.6);
}
.border-e-brand-green\/65{
    border-inline-end-color: rgb(72 229 155 / 0.65);
}
.border-e-brand-green\/70{
    border-inline-end-color: rgb(72 229 155 / 0.7);
}
.border-e-brand-green\/75{
    border-inline-end-color: rgb(72 229 155 / 0.75);
}
.border-e-brand-green\/80{
    border-inline-end-color: rgb(72 229 155 / 0.8);
}
.border-e-brand-green\/85{
    border-inline-end-color: rgb(72 229 155 / 0.85);
}
.border-e-brand-green\/90{
    border-inline-end-color: rgb(72 229 155 / 0.9);
}
.border-e-brand-green\/95{
    border-inline-end-color: rgb(72 229 155 / 0.95);
}
.border-e-brand-light{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-e-brand-light\/0{
    border-inline-end-color: rgb(198 238 219 / 0);
}
.border-e-brand-light\/10{
    border-inline-end-color: rgb(198 238 219 / 0.1);
}
.border-e-brand-light\/100{
    border-inline-end-color: rgb(198 238 219 / 1);
}
.border-e-brand-light\/15{
    border-inline-end-color: rgb(198 238 219 / 0.15);
}
.border-e-brand-light\/20{
    border-inline-end-color: rgb(198 238 219 / 0.2);
}
.border-e-brand-light\/25{
    border-inline-end-color: rgb(198 238 219 / 0.25);
}
.border-e-brand-light\/30{
    border-inline-end-color: rgb(198 238 219 / 0.3);
}
.border-e-brand-light\/35{
    border-inline-end-color: rgb(198 238 219 / 0.35);
}
.border-e-brand-light\/40{
    border-inline-end-color: rgb(198 238 219 / 0.4);
}
.border-e-brand-light\/45{
    border-inline-end-color: rgb(198 238 219 / 0.45);
}
.border-e-brand-light\/5{
    border-inline-end-color: rgb(198 238 219 / 0.05);
}
.border-e-brand-light\/50{
    border-inline-end-color: rgb(198 238 219 / 0.5);
}
.border-e-brand-light\/55{
    border-inline-end-color: rgb(198 238 219 / 0.55);
}
.border-e-brand-light\/60{
    border-inline-end-color: rgb(198 238 219 / 0.6);
}
.border-e-brand-light\/65{
    border-inline-end-color: rgb(198 238 219 / 0.65);
}
.border-e-brand-light\/70{
    border-inline-end-color: rgb(198 238 219 / 0.7);
}
.border-e-brand-light\/75{
    border-inline-end-color: rgb(198 238 219 / 0.75);
}
.border-e-brand-light\/80{
    border-inline-end-color: rgb(198 238 219 / 0.8);
}
.border-e-brand-light\/85{
    border-inline-end-color: rgb(198 238 219 / 0.85);
}
.border-e-brand-light\/90{
    border-inline-end-color: rgb(198 238 219 / 0.9);
}
.border-e-brand-light\/95{
    border-inline-end-color: rgb(198 238 219 / 0.95);
}
.border-e-error{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(255 60 60 / var(--tw-border-opacity));
}
.border-e-error-10{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(41 21 21 / var(--tw-border-opacity));
}
.border-e-error-10\/0{
    border-inline-end-color: rgb(41 21 21 / 0);
}
.border-e-error-10\/10{
    border-inline-end-color: rgb(41 21 21 / 0.1);
}
.border-e-error-10\/100{
    border-inline-end-color: rgb(41 21 21 / 1);
}
.border-e-error-10\/15{
    border-inline-end-color: rgb(41 21 21 / 0.15);
}
.border-e-error-10\/20{
    border-inline-end-color: rgb(41 21 21 / 0.2);
}
.border-e-error-10\/25{
    border-inline-end-color: rgb(41 21 21 / 0.25);
}
.border-e-error-10\/30{
    border-inline-end-color: rgb(41 21 21 / 0.3);
}
.border-e-error-10\/35{
    border-inline-end-color: rgb(41 21 21 / 0.35);
}
.border-e-error-10\/40{
    border-inline-end-color: rgb(41 21 21 / 0.4);
}
.border-e-error-10\/45{
    border-inline-end-color: rgb(41 21 21 / 0.45);
}
.border-e-error-10\/5{
    border-inline-end-color: rgb(41 21 21 / 0.05);
}
.border-e-error-10\/50{
    border-inline-end-color: rgb(41 21 21 / 0.5);
}
.border-e-error-10\/55{
    border-inline-end-color: rgb(41 21 21 / 0.55);
}
.border-e-error-10\/60{
    border-inline-end-color: rgb(41 21 21 / 0.6);
}
.border-e-error-10\/65{
    border-inline-end-color: rgb(41 21 21 / 0.65);
}
.border-e-error-10\/70{
    border-inline-end-color: rgb(41 21 21 / 0.7);
}
.border-e-error-10\/75{
    border-inline-end-color: rgb(41 21 21 / 0.75);
}
.border-e-error-10\/80{
    border-inline-end-color: rgb(41 21 21 / 0.8);
}
.border-e-error-10\/85{
    border-inline-end-color: rgb(41 21 21 / 0.85);
}
.border-e-error-10\/90{
    border-inline-end-color: rgb(41 21 21 / 0.9);
}
.border-e-error-10\/95{
    border-inline-end-color: rgb(41 21 21 / 0.95);
}
.border-e-error-100{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(255 199 199 / var(--tw-border-opacity));
}
.border-e-error-100\/0{
    border-inline-end-color: rgb(255 199 199 / 0);
}
.border-e-error-100\/10{
    border-inline-end-color: rgb(255 199 199 / 0.1);
}
.border-e-error-100\/100{
    border-inline-end-color: rgb(255 199 199 / 1);
}
.border-e-error-100\/15{
    border-inline-end-color: rgb(255 199 199 / 0.15);
}
.border-e-error-100\/20{
    border-inline-end-color: rgb(255 199 199 / 0.2);
}
.border-e-error-100\/25{
    border-inline-end-color: rgb(255 199 199 / 0.25);
}
.border-e-error-100\/30{
    border-inline-end-color: rgb(255 199 199 / 0.3);
}
.border-e-error-100\/35{
    border-inline-end-color: rgb(255 199 199 / 0.35);
}
.border-e-error-100\/40{
    border-inline-end-color: rgb(255 199 199 / 0.4);
}
.border-e-error-100\/45{
    border-inline-end-color: rgb(255 199 199 / 0.45);
}
.border-e-error-100\/5{
    border-inline-end-color: rgb(255 199 199 / 0.05);
}
.border-e-error-100\/50{
    border-inline-end-color: rgb(255 199 199 / 0.5);
}
.border-e-error-100\/55{
    border-inline-end-color: rgb(255 199 199 / 0.55);
}
.border-e-error-100\/60{
    border-inline-end-color: rgb(255 199 199 / 0.6);
}
.border-e-error-100\/65{
    border-inline-end-color: rgb(255 199 199 / 0.65);
}
.border-e-error-100\/70{
    border-inline-end-color: rgb(255 199 199 / 0.7);
}
.border-e-error-100\/75{
    border-inline-end-color: rgb(255 199 199 / 0.75);
}
.border-e-error-100\/80{
    border-inline-end-color: rgb(255 199 199 / 0.8);
}
.border-e-error-100\/85{
    border-inline-end-color: rgb(255 199 199 / 0.85);
}
.border-e-error-100\/90{
    border-inline-end-color: rgb(255 199 199 / 0.9);
}
.border-e-error-100\/95{
    border-inline-end-color: rgb(255 199 199 / 0.95);
}
.border-e-error-15{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(53 23 23 / var(--tw-border-opacity));
}
.border-e-error-15\/0{
    border-inline-end-color: rgb(53 23 23 / 0);
}
.border-e-error-15\/10{
    border-inline-end-color: rgb(53 23 23 / 0.1);
}
.border-e-error-15\/100{
    border-inline-end-color: rgb(53 23 23 / 1);
}
.border-e-error-15\/15{
    border-inline-end-color: rgb(53 23 23 / 0.15);
}
.border-e-error-15\/20{
    border-inline-end-color: rgb(53 23 23 / 0.2);
}
.border-e-error-15\/25{
    border-inline-end-color: rgb(53 23 23 / 0.25);
}
.border-e-error-15\/30{
    border-inline-end-color: rgb(53 23 23 / 0.3);
}
.border-e-error-15\/35{
    border-inline-end-color: rgb(53 23 23 / 0.35);
}
.border-e-error-15\/40{
    border-inline-end-color: rgb(53 23 23 / 0.4);
}
.border-e-error-15\/45{
    border-inline-end-color: rgb(53 23 23 / 0.45);
}
.border-e-error-15\/5{
    border-inline-end-color: rgb(53 23 23 / 0.05);
}
.border-e-error-15\/50{
    border-inline-end-color: rgb(53 23 23 / 0.5);
}
.border-e-error-15\/55{
    border-inline-end-color: rgb(53 23 23 / 0.55);
}
.border-e-error-15\/60{
    border-inline-end-color: rgb(53 23 23 / 0.6);
}
.border-e-error-15\/65{
    border-inline-end-color: rgb(53 23 23 / 0.65);
}
.border-e-error-15\/70{
    border-inline-end-color: rgb(53 23 23 / 0.7);
}
.border-e-error-15\/75{
    border-inline-end-color: rgb(53 23 23 / 0.75);
}
.border-e-error-15\/80{
    border-inline-end-color: rgb(53 23 23 / 0.8);
}
.border-e-error-15\/85{
    border-inline-end-color: rgb(53 23 23 / 0.85);
}
.border-e-error-15\/90{
    border-inline-end-color: rgb(53 23 23 / 0.9);
}
.border-e-error-15\/95{
    border-inline-end-color: rgb(53 23 23 / 0.95);
}
.border-e-error-20{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(60 25 25 / var(--tw-border-opacity));
}
.border-e-error-20\/0{
    border-inline-end-color: rgb(60 25 25 / 0);
}
.border-e-error-20\/10{
    border-inline-end-color: rgb(60 25 25 / 0.1);
}
.border-e-error-20\/100{
    border-inline-end-color: rgb(60 25 25 / 1);
}
.border-e-error-20\/15{
    border-inline-end-color: rgb(60 25 25 / 0.15);
}
.border-e-error-20\/20{
    border-inline-end-color: rgb(60 25 25 / 0.2);
}
.border-e-error-20\/25{
    border-inline-end-color: rgb(60 25 25 / 0.25);
}
.border-e-error-20\/30{
    border-inline-end-color: rgb(60 25 25 / 0.3);
}
.border-e-error-20\/35{
    border-inline-end-color: rgb(60 25 25 / 0.35);
}
.border-e-error-20\/40{
    border-inline-end-color: rgb(60 25 25 / 0.4);
}
.border-e-error-20\/45{
    border-inline-end-color: rgb(60 25 25 / 0.45);
}
.border-e-error-20\/5{
    border-inline-end-color: rgb(60 25 25 / 0.05);
}
.border-e-error-20\/50{
    border-inline-end-color: rgb(60 25 25 / 0.5);
}
.border-e-error-20\/55{
    border-inline-end-color: rgb(60 25 25 / 0.55);
}
.border-e-error-20\/60{
    border-inline-end-color: rgb(60 25 25 / 0.6);
}
.border-e-error-20\/65{
    border-inline-end-color: rgb(60 25 25 / 0.65);
}
.border-e-error-20\/70{
    border-inline-end-color: rgb(60 25 25 / 0.7);
}
.border-e-error-20\/75{
    border-inline-end-color: rgb(60 25 25 / 0.75);
}
.border-e-error-20\/80{
    border-inline-end-color: rgb(60 25 25 / 0.8);
}
.border-e-error-20\/85{
    border-inline-end-color: rgb(60 25 25 / 0.85);
}
.border-e-error-20\/90{
    border-inline-end-color: rgb(60 25 25 / 0.9);
}
.border-e-error-20\/95{
    border-inline-end-color: rgb(60 25 25 / 0.95);
}
.border-e-error-5{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(29 19 19 / var(--tw-border-opacity));
}
.border-e-error-5\/0{
    border-inline-end-color: rgb(29 19 19 / 0);
}
.border-e-error-5\/10{
    border-inline-end-color: rgb(29 19 19 / 0.1);
}
.border-e-error-5\/100{
    border-inline-end-color: rgb(29 19 19 / 1);
}
.border-e-error-5\/15{
    border-inline-end-color: rgb(29 19 19 / 0.15);
}
.border-e-error-5\/20{
    border-inline-end-color: rgb(29 19 19 / 0.2);
}
.border-e-error-5\/25{
    border-inline-end-color: rgb(29 19 19 / 0.25);
}
.border-e-error-5\/30{
    border-inline-end-color: rgb(29 19 19 / 0.3);
}
.border-e-error-5\/35{
    border-inline-end-color: rgb(29 19 19 / 0.35);
}
.border-e-error-5\/40{
    border-inline-end-color: rgb(29 19 19 / 0.4);
}
.border-e-error-5\/45{
    border-inline-end-color: rgb(29 19 19 / 0.45);
}
.border-e-error-5\/5{
    border-inline-end-color: rgb(29 19 19 / 0.05);
}
.border-e-error-5\/50{
    border-inline-end-color: rgb(29 19 19 / 0.5);
}
.border-e-error-5\/55{
    border-inline-end-color: rgb(29 19 19 / 0.55);
}
.border-e-error-5\/60{
    border-inline-end-color: rgb(29 19 19 / 0.6);
}
.border-e-error-5\/65{
    border-inline-end-color: rgb(29 19 19 / 0.65);
}
.border-e-error-5\/70{
    border-inline-end-color: rgb(29 19 19 / 0.7);
}
.border-e-error-5\/75{
    border-inline-end-color: rgb(29 19 19 / 0.75);
}
.border-e-error-5\/80{
    border-inline-end-color: rgb(29 19 19 / 0.8);
}
.border-e-error-5\/85{
    border-inline-end-color: rgb(29 19 19 / 0.85);
}
.border-e-error-5\/90{
    border-inline-end-color: rgb(29 19 19 / 0.9);
}
.border-e-error-5\/95{
    border-inline-end-color: rgb(29 19 19 / 0.95);
}
.border-e-error-500{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(255 60 60 / var(--tw-border-opacity));
}
.border-e-error-500\/0{
    border-inline-end-color: rgb(255 60 60 / 0);
}
.border-e-error-500\/10{
    border-inline-end-color: rgb(255 60 60 / 0.1);
}
.border-e-error-500\/100{
    border-inline-end-color: rgb(255 60 60 / 1);
}
.border-e-error-500\/15{
    border-inline-end-color: rgb(255 60 60 / 0.15);
}
.border-e-error-500\/20{
    border-inline-end-color: rgb(255 60 60 / 0.2);
}
.border-e-error-500\/25{
    border-inline-end-color: rgb(255 60 60 / 0.25);
}
.border-e-error-500\/30{
    border-inline-end-color: rgb(255 60 60 / 0.3);
}
.border-e-error-500\/35{
    border-inline-end-color: rgb(255 60 60 / 0.35);
}
.border-e-error-500\/40{
    border-inline-end-color: rgb(255 60 60 / 0.4);
}
.border-e-error-500\/45{
    border-inline-end-color: rgb(255 60 60 / 0.45);
}
.border-e-error-500\/5{
    border-inline-end-color: rgb(255 60 60 / 0.05);
}
.border-e-error-500\/50{
    border-inline-end-color: rgb(255 60 60 / 0.5);
}
.border-e-error-500\/55{
    border-inline-end-color: rgb(255 60 60 / 0.55);
}
.border-e-error-500\/60{
    border-inline-end-color: rgb(255 60 60 / 0.6);
}
.border-e-error-500\/65{
    border-inline-end-color: rgb(255 60 60 / 0.65);
}
.border-e-error-500\/70{
    border-inline-end-color: rgb(255 60 60 / 0.7);
}
.border-e-error-500\/75{
    border-inline-end-color: rgb(255 60 60 / 0.75);
}
.border-e-error-500\/80{
    border-inline-end-color: rgb(255 60 60 / 0.8);
}
.border-e-error-500\/85{
    border-inline-end-color: rgb(255 60 60 / 0.85);
}
.border-e-error-500\/90{
    border-inline-end-color: rgb(255 60 60 / 0.9);
}
.border-e-error-500\/95{
    border-inline-end-color: rgb(255 60 60 / 0.95);
}
.border-e-error-900{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(60 25 25 / var(--tw-border-opacity));
}
.border-e-error-900\/0{
    border-inline-end-color: rgb(60 25 25 / 0);
}
.border-e-error-900\/10{
    border-inline-end-color: rgb(60 25 25 / 0.1);
}
.border-e-error-900\/100{
    border-inline-end-color: rgb(60 25 25 / 1);
}
.border-e-error-900\/15{
    border-inline-end-color: rgb(60 25 25 / 0.15);
}
.border-e-error-900\/20{
    border-inline-end-color: rgb(60 25 25 / 0.2);
}
.border-e-error-900\/25{
    border-inline-end-color: rgb(60 25 25 / 0.25);
}
.border-e-error-900\/30{
    border-inline-end-color: rgb(60 25 25 / 0.3);
}
.border-e-error-900\/35{
    border-inline-end-color: rgb(60 25 25 / 0.35);
}
.border-e-error-900\/40{
    border-inline-end-color: rgb(60 25 25 / 0.4);
}
.border-e-error-900\/45{
    border-inline-end-color: rgb(60 25 25 / 0.45);
}
.border-e-error-900\/5{
    border-inline-end-color: rgb(60 25 25 / 0.05);
}
.border-e-error-900\/50{
    border-inline-end-color: rgb(60 25 25 / 0.5);
}
.border-e-error-900\/55{
    border-inline-end-color: rgb(60 25 25 / 0.55);
}
.border-e-error-900\/60{
    border-inline-end-color: rgb(60 25 25 / 0.6);
}
.border-e-error-900\/65{
    border-inline-end-color: rgb(60 25 25 / 0.65);
}
.border-e-error-900\/70{
    border-inline-end-color: rgb(60 25 25 / 0.7);
}
.border-e-error-900\/75{
    border-inline-end-color: rgb(60 25 25 / 0.75);
}
.border-e-error-900\/80{
    border-inline-end-color: rgb(60 25 25 / 0.8);
}
.border-e-error-900\/85{
    border-inline-end-color: rgb(60 25 25 / 0.85);
}
.border-e-error-900\/90{
    border-inline-end-color: rgb(60 25 25 / 0.9);
}
.border-e-error-900\/95{
    border-inline-end-color: rgb(60 25 25 / 0.95);
}
.border-e-error-light{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(255 199 199 / var(--tw-border-opacity));
}
.border-e-error-light\/0{
    border-inline-end-color: rgb(255 199 199 / 0);
}
.border-e-error-light\/10{
    border-inline-end-color: rgb(255 199 199 / 0.1);
}
.border-e-error-light\/100{
    border-inline-end-color: rgb(255 199 199 / 1);
}
.border-e-error-light\/15{
    border-inline-end-color: rgb(255 199 199 / 0.15);
}
.border-e-error-light\/20{
    border-inline-end-color: rgb(255 199 199 / 0.2);
}
.border-e-error-light\/25{
    border-inline-end-color: rgb(255 199 199 / 0.25);
}
.border-e-error-light\/30{
    border-inline-end-color: rgb(255 199 199 / 0.3);
}
.border-e-error-light\/35{
    border-inline-end-color: rgb(255 199 199 / 0.35);
}
.border-e-error-light\/40{
    border-inline-end-color: rgb(255 199 199 / 0.4);
}
.border-e-error-light\/45{
    border-inline-end-color: rgb(255 199 199 / 0.45);
}
.border-e-error-light\/5{
    border-inline-end-color: rgb(255 199 199 / 0.05);
}
.border-e-error-light\/50{
    border-inline-end-color: rgb(255 199 199 / 0.5);
}
.border-e-error-light\/55{
    border-inline-end-color: rgb(255 199 199 / 0.55);
}
.border-e-error-light\/60{
    border-inline-end-color: rgb(255 199 199 / 0.6);
}
.border-e-error-light\/65{
    border-inline-end-color: rgb(255 199 199 / 0.65);
}
.border-e-error-light\/70{
    border-inline-end-color: rgb(255 199 199 / 0.7);
}
.border-e-error-light\/75{
    border-inline-end-color: rgb(255 199 199 / 0.75);
}
.border-e-error-light\/80{
    border-inline-end-color: rgb(255 199 199 / 0.8);
}
.border-e-error-light\/85{
    border-inline-end-color: rgb(255 199 199 / 0.85);
}
.border-e-error-light\/90{
    border-inline-end-color: rgb(255 199 199 / 0.9);
}
.border-e-error-light\/95{
    border-inline-end-color: rgb(255 199 199 / 0.95);
}
.border-e-error\/0{
    border-inline-end-color: rgb(255 60 60 / 0);
}
.border-e-error\/10{
    border-inline-end-color: rgb(255 60 60 / 0.1);
}
.border-e-error\/100{
    border-inline-end-color: rgb(255 60 60 / 1);
}
.border-e-error\/15{
    border-inline-end-color: rgb(255 60 60 / 0.15);
}
.border-e-error\/20{
    border-inline-end-color: rgb(255 60 60 / 0.2);
}
.border-e-error\/25{
    border-inline-end-color: rgb(255 60 60 / 0.25);
}
.border-e-error\/30{
    border-inline-end-color: rgb(255 60 60 / 0.3);
}
.border-e-error\/35{
    border-inline-end-color: rgb(255 60 60 / 0.35);
}
.border-e-error\/40{
    border-inline-end-color: rgb(255 60 60 / 0.4);
}
.border-e-error\/45{
    border-inline-end-color: rgb(255 60 60 / 0.45);
}
.border-e-error\/5{
    border-inline-end-color: rgb(255 60 60 / 0.05);
}
.border-e-error\/50{
    border-inline-end-color: rgb(255 60 60 / 0.5);
}
.border-e-error\/55{
    border-inline-end-color: rgb(255 60 60 / 0.55);
}
.border-e-error\/60{
    border-inline-end-color: rgb(255 60 60 / 0.6);
}
.border-e-error\/65{
    border-inline-end-color: rgb(255 60 60 / 0.65);
}
.border-e-error\/70{
    border-inline-end-color: rgb(255 60 60 / 0.7);
}
.border-e-error\/75{
    border-inline-end-color: rgb(255 60 60 / 0.75);
}
.border-e-error\/80{
    border-inline-end-color: rgb(255 60 60 / 0.8);
}
.border-e-error\/85{
    border-inline-end-color: rgb(255 60 60 / 0.85);
}
.border-e-error\/90{
    border-inline-end-color: rgb(255 60 60 / 0.9);
}
.border-e-error\/95{
    border-inline-end-color: rgb(255 60 60 / 0.95);
}
.border-e-primary{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-e-primary-20{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(28 59 45 / var(--tw-border-opacity));
}
.border-e-primary-20\/0{
    border-inline-end-color: rgb(28 59 45 / 0);
}
.border-e-primary-20\/10{
    border-inline-end-color: rgb(28 59 45 / 0.1);
}
.border-e-primary-20\/100{
    border-inline-end-color: rgb(28 59 45 / 1);
}
.border-e-primary-20\/15{
    border-inline-end-color: rgb(28 59 45 / 0.15);
}
.border-e-primary-20\/20{
    border-inline-end-color: rgb(28 59 45 / 0.2);
}
.border-e-primary-20\/25{
    border-inline-end-color: rgb(28 59 45 / 0.25);
}
.border-e-primary-20\/30{
    border-inline-end-color: rgb(28 59 45 / 0.3);
}
.border-e-primary-20\/35{
    border-inline-end-color: rgb(28 59 45 / 0.35);
}
.border-e-primary-20\/40{
    border-inline-end-color: rgb(28 59 45 / 0.4);
}
.border-e-primary-20\/45{
    border-inline-end-color: rgb(28 59 45 / 0.45);
}
.border-e-primary-20\/5{
    border-inline-end-color: rgb(28 59 45 / 0.05);
}
.border-e-primary-20\/50{
    border-inline-end-color: rgb(28 59 45 / 0.5);
}
.border-e-primary-20\/55{
    border-inline-end-color: rgb(28 59 45 / 0.55);
}
.border-e-primary-20\/60{
    border-inline-end-color: rgb(28 59 45 / 0.6);
}
.border-e-primary-20\/65{
    border-inline-end-color: rgb(28 59 45 / 0.65);
}
.border-e-primary-20\/70{
    border-inline-end-color: rgb(28 59 45 / 0.7);
}
.border-e-primary-20\/75{
    border-inline-end-color: rgb(28 59 45 / 0.75);
}
.border-e-primary-20\/80{
    border-inline-end-color: rgb(28 59 45 / 0.8);
}
.border-e-primary-20\/85{
    border-inline-end-color: rgb(28 59 45 / 0.85);
}
.border-e-primary-20\/90{
    border-inline-end-color: rgb(28 59 45 / 0.9);
}
.border-e-primary-20\/95{
    border-inline-end-color: rgb(28 59 45 / 0.95);
}
.border-e-primary-200{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-e-primary-200\/0{
    border-inline-end-color: rgb(198 238 219 / 0);
}
.border-e-primary-200\/10{
    border-inline-end-color: rgb(198 238 219 / 0.1);
}
.border-e-primary-200\/100{
    border-inline-end-color: rgb(198 238 219 / 1);
}
.border-e-primary-200\/15{
    border-inline-end-color: rgb(198 238 219 / 0.15);
}
.border-e-primary-200\/20{
    border-inline-end-color: rgb(198 238 219 / 0.2);
}
.border-e-primary-200\/25{
    border-inline-end-color: rgb(198 238 219 / 0.25);
}
.border-e-primary-200\/30{
    border-inline-end-color: rgb(198 238 219 / 0.3);
}
.border-e-primary-200\/35{
    border-inline-end-color: rgb(198 238 219 / 0.35);
}
.border-e-primary-200\/40{
    border-inline-end-color: rgb(198 238 219 / 0.4);
}
.border-e-primary-200\/45{
    border-inline-end-color: rgb(198 238 219 / 0.45);
}
.border-e-primary-200\/5{
    border-inline-end-color: rgb(198 238 219 / 0.05);
}
.border-e-primary-200\/50{
    border-inline-end-color: rgb(198 238 219 / 0.5);
}
.border-e-primary-200\/55{
    border-inline-end-color: rgb(198 238 219 / 0.55);
}
.border-e-primary-200\/60{
    border-inline-end-color: rgb(198 238 219 / 0.6);
}
.border-e-primary-200\/65{
    border-inline-end-color: rgb(198 238 219 / 0.65);
}
.border-e-primary-200\/70{
    border-inline-end-color: rgb(198 238 219 / 0.7);
}
.border-e-primary-200\/75{
    border-inline-end-color: rgb(198 238 219 / 0.75);
}
.border-e-primary-200\/80{
    border-inline-end-color: rgb(198 238 219 / 0.8);
}
.border-e-primary-200\/85{
    border-inline-end-color: rgb(198 238 219 / 0.85);
}
.border-e-primary-200\/90{
    border-inline-end-color: rgb(198 238 219 / 0.9);
}
.border-e-primary-200\/95{
    border-inline-end-color: rgb(198 238 219 / 0.95);
}
.border-e-primary-5{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(20 28 24 / var(--tw-border-opacity));
}
.border-e-primary-5\/0{
    border-inline-end-color: rgb(20 28 24 / 0);
}
.border-e-primary-5\/10{
    border-inline-end-color: rgb(20 28 24 / 0.1);
}
.border-e-primary-5\/100{
    border-inline-end-color: rgb(20 28 24 / 1);
}
.border-e-primary-5\/15{
    border-inline-end-color: rgb(20 28 24 / 0.15);
}
.border-e-primary-5\/20{
    border-inline-end-color: rgb(20 28 24 / 0.2);
}
.border-e-primary-5\/25{
    border-inline-end-color: rgb(20 28 24 / 0.25);
}
.border-e-primary-5\/30{
    border-inline-end-color: rgb(20 28 24 / 0.3);
}
.border-e-primary-5\/35{
    border-inline-end-color: rgb(20 28 24 / 0.35);
}
.border-e-primary-5\/40{
    border-inline-end-color: rgb(20 28 24 / 0.4);
}
.border-e-primary-5\/45{
    border-inline-end-color: rgb(20 28 24 / 0.45);
}
.border-e-primary-5\/5{
    border-inline-end-color: rgb(20 28 24 / 0.05);
}
.border-e-primary-5\/50{
    border-inline-end-color: rgb(20 28 24 / 0.5);
}
.border-e-primary-5\/55{
    border-inline-end-color: rgb(20 28 24 / 0.55);
}
.border-e-primary-5\/60{
    border-inline-end-color: rgb(20 28 24 / 0.6);
}
.border-e-primary-5\/65{
    border-inline-end-color: rgb(20 28 24 / 0.65);
}
.border-e-primary-5\/70{
    border-inline-end-color: rgb(20 28 24 / 0.7);
}
.border-e-primary-5\/75{
    border-inline-end-color: rgb(20 28 24 / 0.75);
}
.border-e-primary-5\/80{
    border-inline-end-color: rgb(20 28 24 / 0.8);
}
.border-e-primary-5\/85{
    border-inline-end-color: rgb(20 28 24 / 0.85);
}
.border-e-primary-5\/90{
    border-inline-end-color: rgb(20 28 24 / 0.9);
}
.border-e-primary-5\/95{
    border-inline-end-color: rgb(20 28 24 / 0.95);
}
.border-e-primary-500{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-e-primary-500\/0{
    border-inline-end-color: rgb(72 229 155 / 0);
}
.border-e-primary-500\/10{
    border-inline-end-color: rgb(72 229 155 / 0.1);
}
.border-e-primary-500\/100{
    border-inline-end-color: rgb(72 229 155 / 1);
}
.border-e-primary-500\/15{
    border-inline-end-color: rgb(72 229 155 / 0.15);
}
.border-e-primary-500\/20{
    border-inline-end-color: rgb(72 229 155 / 0.2);
}
.border-e-primary-500\/25{
    border-inline-end-color: rgb(72 229 155 / 0.25);
}
.border-e-primary-500\/30{
    border-inline-end-color: rgb(72 229 155 / 0.3);
}
.border-e-primary-500\/35{
    border-inline-end-color: rgb(72 229 155 / 0.35);
}
.border-e-primary-500\/40{
    border-inline-end-color: rgb(72 229 155 / 0.4);
}
.border-e-primary-500\/45{
    border-inline-end-color: rgb(72 229 155 / 0.45);
}
.border-e-primary-500\/5{
    border-inline-end-color: rgb(72 229 155 / 0.05);
}
.border-e-primary-500\/50{
    border-inline-end-color: rgb(72 229 155 / 0.5);
}
.border-e-primary-500\/55{
    border-inline-end-color: rgb(72 229 155 / 0.55);
}
.border-e-primary-500\/60{
    border-inline-end-color: rgb(72 229 155 / 0.6);
}
.border-e-primary-500\/65{
    border-inline-end-color: rgb(72 229 155 / 0.65);
}
.border-e-primary-500\/70{
    border-inline-end-color: rgb(72 229 155 / 0.7);
}
.border-e-primary-500\/75{
    border-inline-end-color: rgb(72 229 155 / 0.75);
}
.border-e-primary-500\/80{
    border-inline-end-color: rgb(72 229 155 / 0.8);
}
.border-e-primary-500\/85{
    border-inline-end-color: rgb(72 229 155 / 0.85);
}
.border-e-primary-500\/90{
    border-inline-end-color: rgb(72 229 155 / 0.9);
}
.border-e-primary-500\/95{
    border-inline-end-color: rgb(72 229 155 / 0.95);
}
.border-e-primary-60{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(57 155 109 / var(--tw-border-opacity));
}
.border-e-primary-60\/0{
    border-inline-end-color: rgb(57 155 109 / 0);
}
.border-e-primary-60\/10{
    border-inline-end-color: rgb(57 155 109 / 0.1);
}
.border-e-primary-60\/100{
    border-inline-end-color: rgb(57 155 109 / 1);
}
.border-e-primary-60\/15{
    border-inline-end-color: rgb(57 155 109 / 0.15);
}
.border-e-primary-60\/20{
    border-inline-end-color: rgb(57 155 109 / 0.2);
}
.border-e-primary-60\/25{
    border-inline-end-color: rgb(57 155 109 / 0.25);
}
.border-e-primary-60\/30{
    border-inline-end-color: rgb(57 155 109 / 0.3);
}
.border-e-primary-60\/35{
    border-inline-end-color: rgb(57 155 109 / 0.35);
}
.border-e-primary-60\/40{
    border-inline-end-color: rgb(57 155 109 / 0.4);
}
.border-e-primary-60\/45{
    border-inline-end-color: rgb(57 155 109 / 0.45);
}
.border-e-primary-60\/5{
    border-inline-end-color: rgb(57 155 109 / 0.05);
}
.border-e-primary-60\/50{
    border-inline-end-color: rgb(57 155 109 / 0.5);
}
.border-e-primary-60\/55{
    border-inline-end-color: rgb(57 155 109 / 0.55);
}
.border-e-primary-60\/60{
    border-inline-end-color: rgb(57 155 109 / 0.6);
}
.border-e-primary-60\/65{
    border-inline-end-color: rgb(57 155 109 / 0.65);
}
.border-e-primary-60\/70{
    border-inline-end-color: rgb(57 155 109 / 0.7);
}
.border-e-primary-60\/75{
    border-inline-end-color: rgb(57 155 109 / 0.75);
}
.border-e-primary-60\/80{
    border-inline-end-color: rgb(57 155 109 / 0.8);
}
.border-e-primary-60\/85{
    border-inline-end-color: rgb(57 155 109 / 0.85);
}
.border-e-primary-60\/90{
    border-inline-end-color: rgb(57 155 109 / 0.9);
}
.border-e-primary-60\/95{
    border-inline-end-color: rgb(57 155 109 / 0.95);
}
.border-e-primary-600{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(61 187 127 / var(--tw-border-opacity));
}
.border-e-primary-600\/0{
    border-inline-end-color: rgb(61 187 127 / 0);
}
.border-e-primary-600\/10{
    border-inline-end-color: rgb(61 187 127 / 0.1);
}
.border-e-primary-600\/100{
    border-inline-end-color: rgb(61 187 127 / 1);
}
.border-e-primary-600\/15{
    border-inline-end-color: rgb(61 187 127 / 0.15);
}
.border-e-primary-600\/20{
    border-inline-end-color: rgb(61 187 127 / 0.2);
}
.border-e-primary-600\/25{
    border-inline-end-color: rgb(61 187 127 / 0.25);
}
.border-e-primary-600\/30{
    border-inline-end-color: rgb(61 187 127 / 0.3);
}
.border-e-primary-600\/35{
    border-inline-end-color: rgb(61 187 127 / 0.35);
}
.border-e-primary-600\/40{
    border-inline-end-color: rgb(61 187 127 / 0.4);
}
.border-e-primary-600\/45{
    border-inline-end-color: rgb(61 187 127 / 0.45);
}
.border-e-primary-600\/5{
    border-inline-end-color: rgb(61 187 127 / 0.05);
}
.border-e-primary-600\/50{
    border-inline-end-color: rgb(61 187 127 / 0.5);
}
.border-e-primary-600\/55{
    border-inline-end-color: rgb(61 187 127 / 0.55);
}
.border-e-primary-600\/60{
    border-inline-end-color: rgb(61 187 127 / 0.6);
}
.border-e-primary-600\/65{
    border-inline-end-color: rgb(61 187 127 / 0.65);
}
.border-e-primary-600\/70{
    border-inline-end-color: rgb(61 187 127 / 0.7);
}
.border-e-primary-600\/75{
    border-inline-end-color: rgb(61 187 127 / 0.75);
}
.border-e-primary-600\/80{
    border-inline-end-color: rgb(61 187 127 / 0.8);
}
.border-e-primary-600\/85{
    border-inline-end-color: rgb(61 187 127 / 0.85);
}
.border-e-primary-600\/90{
    border-inline-end-color: rgb(61 187 127 / 0.9);
}
.border-e-primary-600\/95{
    border-inline-end-color: rgb(61 187 127 / 0.95);
}
.border-e-primary-700{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(57 155 109 / var(--tw-border-opacity));
}
.border-e-primary-700\/0{
    border-inline-end-color: rgb(57 155 109 / 0);
}
.border-e-primary-700\/10{
    border-inline-end-color: rgb(57 155 109 / 0.1);
}
.border-e-primary-700\/100{
    border-inline-end-color: rgb(57 155 109 / 1);
}
.border-e-primary-700\/15{
    border-inline-end-color: rgb(57 155 109 / 0.15);
}
.border-e-primary-700\/20{
    border-inline-end-color: rgb(57 155 109 / 0.2);
}
.border-e-primary-700\/25{
    border-inline-end-color: rgb(57 155 109 / 0.25);
}
.border-e-primary-700\/30{
    border-inline-end-color: rgb(57 155 109 / 0.3);
}
.border-e-primary-700\/35{
    border-inline-end-color: rgb(57 155 109 / 0.35);
}
.border-e-primary-700\/40{
    border-inline-end-color: rgb(57 155 109 / 0.4);
}
.border-e-primary-700\/45{
    border-inline-end-color: rgb(57 155 109 / 0.45);
}
.border-e-primary-700\/5{
    border-inline-end-color: rgb(57 155 109 / 0.05);
}
.border-e-primary-700\/50{
    border-inline-end-color: rgb(57 155 109 / 0.5);
}
.border-e-primary-700\/55{
    border-inline-end-color: rgb(57 155 109 / 0.55);
}
.border-e-primary-700\/60{
    border-inline-end-color: rgb(57 155 109 / 0.6);
}
.border-e-primary-700\/65{
    border-inline-end-color: rgb(57 155 109 / 0.65);
}
.border-e-primary-700\/70{
    border-inline-end-color: rgb(57 155 109 / 0.7);
}
.border-e-primary-700\/75{
    border-inline-end-color: rgb(57 155 109 / 0.75);
}
.border-e-primary-700\/80{
    border-inline-end-color: rgb(57 155 109 / 0.8);
}
.border-e-primary-700\/85{
    border-inline-end-color: rgb(57 155 109 / 0.85);
}
.border-e-primary-700\/90{
    border-inline-end-color: rgb(57 155 109 / 0.9);
}
.border-e-primary-700\/95{
    border-inline-end-color: rgb(57 155 109 / 0.95);
}
.border-e-primary-80{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(61 187 127 / var(--tw-border-opacity));
}
.border-e-primary-80\/0{
    border-inline-end-color: rgb(61 187 127 / 0);
}
.border-e-primary-80\/10{
    border-inline-end-color: rgb(61 187 127 / 0.1);
}
.border-e-primary-80\/100{
    border-inline-end-color: rgb(61 187 127 / 1);
}
.border-e-primary-80\/15{
    border-inline-end-color: rgb(61 187 127 / 0.15);
}
.border-e-primary-80\/20{
    border-inline-end-color: rgb(61 187 127 / 0.2);
}
.border-e-primary-80\/25{
    border-inline-end-color: rgb(61 187 127 / 0.25);
}
.border-e-primary-80\/30{
    border-inline-end-color: rgb(61 187 127 / 0.3);
}
.border-e-primary-80\/35{
    border-inline-end-color: rgb(61 187 127 / 0.35);
}
.border-e-primary-80\/40{
    border-inline-end-color: rgb(61 187 127 / 0.4);
}
.border-e-primary-80\/45{
    border-inline-end-color: rgb(61 187 127 / 0.45);
}
.border-e-primary-80\/5{
    border-inline-end-color: rgb(61 187 127 / 0.05);
}
.border-e-primary-80\/50{
    border-inline-end-color: rgb(61 187 127 / 0.5);
}
.border-e-primary-80\/55{
    border-inline-end-color: rgb(61 187 127 / 0.55);
}
.border-e-primary-80\/60{
    border-inline-end-color: rgb(61 187 127 / 0.6);
}
.border-e-primary-80\/65{
    border-inline-end-color: rgb(61 187 127 / 0.65);
}
.border-e-primary-80\/70{
    border-inline-end-color: rgb(61 187 127 / 0.7);
}
.border-e-primary-80\/75{
    border-inline-end-color: rgb(61 187 127 / 0.75);
}
.border-e-primary-80\/80{
    border-inline-end-color: rgb(61 187 127 / 0.8);
}
.border-e-primary-80\/85{
    border-inline-end-color: rgb(61 187 127 / 0.85);
}
.border-e-primary-80\/90{
    border-inline-end-color: rgb(61 187 127 / 0.9);
}
.border-e-primary-80\/95{
    border-inline-end-color: rgb(61 187 127 / 0.95);
}
.border-e-primary-800{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(10 68 41 / var(--tw-border-opacity));
}
.border-e-primary-800\/0{
    border-inline-end-color: rgb(10 68 41 / 0);
}
.border-e-primary-800\/10{
    border-inline-end-color: rgb(10 68 41 / 0.1);
}
.border-e-primary-800\/100{
    border-inline-end-color: rgb(10 68 41 / 1);
}
.border-e-primary-800\/15{
    border-inline-end-color: rgb(10 68 41 / 0.15);
}
.border-e-primary-800\/20{
    border-inline-end-color: rgb(10 68 41 / 0.2);
}
.border-e-primary-800\/25{
    border-inline-end-color: rgb(10 68 41 / 0.25);
}
.border-e-primary-800\/30{
    border-inline-end-color: rgb(10 68 41 / 0.3);
}
.border-e-primary-800\/35{
    border-inline-end-color: rgb(10 68 41 / 0.35);
}
.border-e-primary-800\/40{
    border-inline-end-color: rgb(10 68 41 / 0.4);
}
.border-e-primary-800\/45{
    border-inline-end-color: rgb(10 68 41 / 0.45);
}
.border-e-primary-800\/5{
    border-inline-end-color: rgb(10 68 41 / 0.05);
}
.border-e-primary-800\/50{
    border-inline-end-color: rgb(10 68 41 / 0.5);
}
.border-e-primary-800\/55{
    border-inline-end-color: rgb(10 68 41 / 0.55);
}
.border-e-primary-800\/60{
    border-inline-end-color: rgb(10 68 41 / 0.6);
}
.border-e-primary-800\/65{
    border-inline-end-color: rgb(10 68 41 / 0.65);
}
.border-e-primary-800\/70{
    border-inline-end-color: rgb(10 68 41 / 0.7);
}
.border-e-primary-800\/75{
    border-inline-end-color: rgb(10 68 41 / 0.75);
}
.border-e-primary-800\/80{
    border-inline-end-color: rgb(10 68 41 / 0.8);
}
.border-e-primary-800\/85{
    border-inline-end-color: rgb(10 68 41 / 0.85);
}
.border-e-primary-800\/90{
    border-inline-end-color: rgb(10 68 41 / 0.9);
}
.border-e-primary-800\/95{
    border-inline-end-color: rgb(10 68 41 / 0.95);
}
.border-e-primary-900{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(28 59 45 / var(--tw-border-opacity));
}
.border-e-primary-900\/0{
    border-inline-end-color: rgb(28 59 45 / 0);
}
.border-e-primary-900\/10{
    border-inline-end-color: rgb(28 59 45 / 0.1);
}
.border-e-primary-900\/100{
    border-inline-end-color: rgb(28 59 45 / 1);
}
.border-e-primary-900\/15{
    border-inline-end-color: rgb(28 59 45 / 0.15);
}
.border-e-primary-900\/20{
    border-inline-end-color: rgb(28 59 45 / 0.2);
}
.border-e-primary-900\/25{
    border-inline-end-color: rgb(28 59 45 / 0.25);
}
.border-e-primary-900\/30{
    border-inline-end-color: rgb(28 59 45 / 0.3);
}
.border-e-primary-900\/35{
    border-inline-end-color: rgb(28 59 45 / 0.35);
}
.border-e-primary-900\/40{
    border-inline-end-color: rgb(28 59 45 / 0.4);
}
.border-e-primary-900\/45{
    border-inline-end-color: rgb(28 59 45 / 0.45);
}
.border-e-primary-900\/5{
    border-inline-end-color: rgb(28 59 45 / 0.05);
}
.border-e-primary-900\/50{
    border-inline-end-color: rgb(28 59 45 / 0.5);
}
.border-e-primary-900\/55{
    border-inline-end-color: rgb(28 59 45 / 0.55);
}
.border-e-primary-900\/60{
    border-inline-end-color: rgb(28 59 45 / 0.6);
}
.border-e-primary-900\/65{
    border-inline-end-color: rgb(28 59 45 / 0.65);
}
.border-e-primary-900\/70{
    border-inline-end-color: rgb(28 59 45 / 0.7);
}
.border-e-primary-900\/75{
    border-inline-end-color: rgb(28 59 45 / 0.75);
}
.border-e-primary-900\/80{
    border-inline-end-color: rgb(28 59 45 / 0.8);
}
.border-e-primary-900\/85{
    border-inline-end-color: rgb(28 59 45 / 0.85);
}
.border-e-primary-900\/90{
    border-inline-end-color: rgb(28 59 45 / 0.9);
}
.border-e-primary-900\/95{
    border-inline-end-color: rgb(28 59 45 / 0.95);
}
.border-e-primary-950{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(20 28 24 / var(--tw-border-opacity));
}
.border-e-primary-950\/0{
    border-inline-end-color: rgb(20 28 24 / 0);
}
.border-e-primary-950\/10{
    border-inline-end-color: rgb(20 28 24 / 0.1);
}
.border-e-primary-950\/100{
    border-inline-end-color: rgb(20 28 24 / 1);
}
.border-e-primary-950\/15{
    border-inline-end-color: rgb(20 28 24 / 0.15);
}
.border-e-primary-950\/20{
    border-inline-end-color: rgb(20 28 24 / 0.2);
}
.border-e-primary-950\/25{
    border-inline-end-color: rgb(20 28 24 / 0.25);
}
.border-e-primary-950\/30{
    border-inline-end-color: rgb(20 28 24 / 0.3);
}
.border-e-primary-950\/35{
    border-inline-end-color: rgb(20 28 24 / 0.35);
}
.border-e-primary-950\/40{
    border-inline-end-color: rgb(20 28 24 / 0.4);
}
.border-e-primary-950\/45{
    border-inline-end-color: rgb(20 28 24 / 0.45);
}
.border-e-primary-950\/5{
    border-inline-end-color: rgb(20 28 24 / 0.05);
}
.border-e-primary-950\/50{
    border-inline-end-color: rgb(20 28 24 / 0.5);
}
.border-e-primary-950\/55{
    border-inline-end-color: rgb(20 28 24 / 0.55);
}
.border-e-primary-950\/60{
    border-inline-end-color: rgb(20 28 24 / 0.6);
}
.border-e-primary-950\/65{
    border-inline-end-color: rgb(20 28 24 / 0.65);
}
.border-e-primary-950\/70{
    border-inline-end-color: rgb(20 28 24 / 0.7);
}
.border-e-primary-950\/75{
    border-inline-end-color: rgb(20 28 24 / 0.75);
}
.border-e-primary-950\/80{
    border-inline-end-color: rgb(20 28 24 / 0.8);
}
.border-e-primary-950\/85{
    border-inline-end-color: rgb(20 28 24 / 0.85);
}
.border-e-primary-950\/90{
    border-inline-end-color: rgb(20 28 24 / 0.9);
}
.border-e-primary-950\/95{
    border-inline-end-color: rgb(20 28 24 / 0.95);
}
.border-e-primary-dark{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(10 68 41 / var(--tw-border-opacity));
}
.border-e-primary-dark\/0{
    border-inline-end-color: rgb(10 68 41 / 0);
}
.border-e-primary-dark\/10{
    border-inline-end-color: rgb(10 68 41 / 0.1);
}
.border-e-primary-dark\/100{
    border-inline-end-color: rgb(10 68 41 / 1);
}
.border-e-primary-dark\/15{
    border-inline-end-color: rgb(10 68 41 / 0.15);
}
.border-e-primary-dark\/20{
    border-inline-end-color: rgb(10 68 41 / 0.2);
}
.border-e-primary-dark\/25{
    border-inline-end-color: rgb(10 68 41 / 0.25);
}
.border-e-primary-dark\/30{
    border-inline-end-color: rgb(10 68 41 / 0.3);
}
.border-e-primary-dark\/35{
    border-inline-end-color: rgb(10 68 41 / 0.35);
}
.border-e-primary-dark\/40{
    border-inline-end-color: rgb(10 68 41 / 0.4);
}
.border-e-primary-dark\/45{
    border-inline-end-color: rgb(10 68 41 / 0.45);
}
.border-e-primary-dark\/5{
    border-inline-end-color: rgb(10 68 41 / 0.05);
}
.border-e-primary-dark\/50{
    border-inline-end-color: rgb(10 68 41 / 0.5);
}
.border-e-primary-dark\/55{
    border-inline-end-color: rgb(10 68 41 / 0.55);
}
.border-e-primary-dark\/60{
    border-inline-end-color: rgb(10 68 41 / 0.6);
}
.border-e-primary-dark\/65{
    border-inline-end-color: rgb(10 68 41 / 0.65);
}
.border-e-primary-dark\/70{
    border-inline-end-color: rgb(10 68 41 / 0.7);
}
.border-e-primary-dark\/75{
    border-inline-end-color: rgb(10 68 41 / 0.75);
}
.border-e-primary-dark\/80{
    border-inline-end-color: rgb(10 68 41 / 0.8);
}
.border-e-primary-dark\/85{
    border-inline-end-color: rgb(10 68 41 / 0.85);
}
.border-e-primary-dark\/90{
    border-inline-end-color: rgb(10 68 41 / 0.9);
}
.border-e-primary-dark\/95{
    border-inline-end-color: rgb(10 68 41 / 0.95);
}
.border-e-primary-light{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-e-primary-light\/0{
    border-inline-end-color: rgb(198 238 219 / 0);
}
.border-e-primary-light\/10{
    border-inline-end-color: rgb(198 238 219 / 0.1);
}
.border-e-primary-light\/100{
    border-inline-end-color: rgb(198 238 219 / 1);
}
.border-e-primary-light\/15{
    border-inline-end-color: rgb(198 238 219 / 0.15);
}
.border-e-primary-light\/20{
    border-inline-end-color: rgb(198 238 219 / 0.2);
}
.border-e-primary-light\/25{
    border-inline-end-color: rgb(198 238 219 / 0.25);
}
.border-e-primary-light\/30{
    border-inline-end-color: rgb(198 238 219 / 0.3);
}
.border-e-primary-light\/35{
    border-inline-end-color: rgb(198 238 219 / 0.35);
}
.border-e-primary-light\/40{
    border-inline-end-color: rgb(198 238 219 / 0.4);
}
.border-e-primary-light\/45{
    border-inline-end-color: rgb(198 238 219 / 0.45);
}
.border-e-primary-light\/5{
    border-inline-end-color: rgb(198 238 219 / 0.05);
}
.border-e-primary-light\/50{
    border-inline-end-color: rgb(198 238 219 / 0.5);
}
.border-e-primary-light\/55{
    border-inline-end-color: rgb(198 238 219 / 0.55);
}
.border-e-primary-light\/60{
    border-inline-end-color: rgb(198 238 219 / 0.6);
}
.border-e-primary-light\/65{
    border-inline-end-color: rgb(198 238 219 / 0.65);
}
.border-e-primary-light\/70{
    border-inline-end-color: rgb(198 238 219 / 0.7);
}
.border-e-primary-light\/75{
    border-inline-end-color: rgb(198 238 219 / 0.75);
}
.border-e-primary-light\/80{
    border-inline-end-color: rgb(198 238 219 / 0.8);
}
.border-e-primary-light\/85{
    border-inline-end-color: rgb(198 238 219 / 0.85);
}
.border-e-primary-light\/90{
    border-inline-end-color: rgb(198 238 219 / 0.9);
}
.border-e-primary-light\/95{
    border-inline-end-color: rgb(198 238 219 / 0.95);
}
.border-e-primary\/0{
    border-inline-end-color: rgb(72 229 155 / 0);
}
.border-e-primary\/10{
    border-inline-end-color: rgb(72 229 155 / 0.1);
}
.border-e-primary\/100{
    border-inline-end-color: rgb(72 229 155 / 1);
}
.border-e-primary\/15{
    border-inline-end-color: rgb(72 229 155 / 0.15);
}
.border-e-primary\/20{
    border-inline-end-color: rgb(72 229 155 / 0.2);
}
.border-e-primary\/25{
    border-inline-end-color: rgb(72 229 155 / 0.25);
}
.border-e-primary\/30{
    border-inline-end-color: rgb(72 229 155 / 0.3);
}
.border-e-primary\/35{
    border-inline-end-color: rgb(72 229 155 / 0.35);
}
.border-e-primary\/40{
    border-inline-end-color: rgb(72 229 155 / 0.4);
}
.border-e-primary\/45{
    border-inline-end-color: rgb(72 229 155 / 0.45);
}
.border-e-primary\/5{
    border-inline-end-color: rgb(72 229 155 / 0.05);
}
.border-e-primary\/50{
    border-inline-end-color: rgb(72 229 155 / 0.5);
}
.border-e-primary\/55{
    border-inline-end-color: rgb(72 229 155 / 0.55);
}
.border-e-primary\/60{
    border-inline-end-color: rgb(72 229 155 / 0.6);
}
.border-e-primary\/65{
    border-inline-end-color: rgb(72 229 155 / 0.65);
}
.border-e-primary\/70{
    border-inline-end-color: rgb(72 229 155 / 0.7);
}
.border-e-primary\/75{
    border-inline-end-color: rgb(72 229 155 / 0.75);
}
.border-e-primary\/80{
    border-inline-end-color: rgb(72 229 155 / 0.8);
}
.border-e-primary\/85{
    border-inline-end-color: rgb(72 229 155 / 0.85);
}
.border-e-primary\/90{
    border-inline-end-color: rgb(72 229 155 / 0.9);
}
.border-e-primary\/95{
    border-inline-end-color: rgb(72 229 155 / 0.95);
}
.border-e-secondary{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(1 90 213 / var(--tw-border-opacity));
}
.border-e-secondary-500{
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(1 90 213 / var(--tw-border-opacity));
}
.border-e-secondary-500\/0{
    border-inline-end-color: rgb(1 90 213 / 0);
}
.border-e-secondary-500\/10{
    border-inline-end-color: rgb(1 90 213 / 0.1);
}
.border-e-secondary-500\/100{
    border-inline-end-color: rgb(1 90 213 / 1);
}
.border-e-secondary-500\/15{
    border-inline-end-color: rgb(1 90 213 / 0.15);
}
.border-e-secondary-500\/20{
    border-inline-end-color: rgb(1 90 213 / 0.2);
}
.border-e-secondary-500\/25{
    border-inline-end-color: rgb(1 90 213 / 0.25);
}
.border-e-secondary-500\/30{
    border-inline-end-color: rgb(1 90 213 / 0.3);
}
.border-e-secondary-500\/35{
    border-inline-end-color: rgb(1 90 213 / 0.35);
}
.border-e-secondary-500\/40{
    border-inline-end-color: rgb(1 90 213 / 0.4);
}
.border-e-secondary-500\/45{
    border-inline-end-color: rgb(1 90 213 / 0.45);
}
.border-e-secondary-500\/5{
    border-inline-end-color: rgb(1 90 213 / 0.05);
}
.border-e-secondary-500\/50{
    border-inline-end-color: rgb(1 90 213 / 0.5);
}
.border-e-secondary-500\/55{
    border-inline-end-color: rgb(1 90 213 / 0.55);
}
.border-e-secondary-500\/60{
    border-inline-end-color: rgb(1 90 213 / 0.6);
}
.border-e-secondary-500\/65{
    border-inline-end-color: rgb(1 90 213 / 0.65);
}
.border-e-secondary-500\/70{
    border-inline-end-color: rgb(1 90 213 / 0.7);
}
.border-e-secondary-500\/75{
    border-inline-end-color: rgb(1 90 213 / 0.75);
}
.border-e-secondary-500\/80{
    border-inline-end-color: rgb(1 90 213 / 0.8);
}
.border-e-secondary-500\/85{
    border-inline-end-color: rgb(1 90 213 / 0.85);
}
.border-e-secondary-500\/90{
    border-inline-end-color: rgb(1 90 213 / 0.9);
}
.border-e-secondary-500\/95{
    border-inline-end-color: rgb(1 90 213 / 0.95);
}
.border-e-secondary\/0{
    border-inline-end-color: rgb(1 90 213 / 0);
}
.border-e-secondary\/10{
    border-inline-end-color: rgb(1 90 213 / 0.1);
}
.border-e-secondary\/100{
    border-inline-end-color: rgb(1 90 213 / 1);
}
.border-e-secondary\/15{
    border-inline-end-color: rgb(1 90 213 / 0.15);
}
.border-e-secondary\/20{
    border-inline-end-color: rgb(1 90 213 / 0.2);
}
.border-e-secondary\/25{
    border-inline-end-color: rgb(1 90 213 / 0.25);
}
.border-e-secondary\/30{
    border-inline-end-color: rgb(1 90 213 / 0.3);
}
.border-e-secondary\/35{
    border-inline-end-color: rgb(1 90 213 / 0.35);
}
.border-e-secondary\/40{
    border-inline-end-color: rgb(1 90 213 / 0.4);
}
.border-e-secondary\/45{
    border-inline-end-color: rgb(1 90 213 / 0.45);
}
.border-e-secondary\/5{
    border-inline-end-color: rgb(1 90 213 / 0.05);
}
.border-e-secondary\/50{
    border-inline-end-color: rgb(1 90 213 / 0.5);
}
.border-e-secondary\/55{
    border-inline-end-color: rgb(1 90 213 / 0.55);
}
.border-e-secondary\/60{
    border-inline-end-color: rgb(1 90 213 / 0.6);
}
.border-e-secondary\/65{
    border-inline-end-color: rgb(1 90 213 / 0.65);
}
.border-e-secondary\/70{
    border-inline-end-color: rgb(1 90 213 / 0.7);
}
.border-e-secondary\/75{
    border-inline-end-color: rgb(1 90 213 / 0.75);
}
.border-e-secondary\/80{
    border-inline-end-color: rgb(1 90 213 / 0.8);
}
.border-e-secondary\/85{
    border-inline-end-color: rgb(1 90 213 / 0.85);
}
.border-e-secondary\/90{
    border-inline-end-color: rgb(1 90 213 / 0.9);
}
.border-e-secondary\/95{
    border-inline-end-color: rgb(1 90 213 / 0.95);
}
.border-l-black-brand{
    --tw-border-opacity: 1;
    border-left-color: rgb(49 49 49 / var(--tw-border-opacity));
}
.border-l-black-brand\/0{
    border-left-color: rgb(49 49 49 / 0);
}
.border-l-black-brand\/10{
    border-left-color: rgb(49 49 49 / 0.1);
}
.border-l-black-brand\/100{
    border-left-color: rgb(49 49 49 / 1);
}
.border-l-black-brand\/15{
    border-left-color: rgb(49 49 49 / 0.15);
}
.border-l-black-brand\/20{
    border-left-color: rgb(49 49 49 / 0.2);
}
.border-l-black-brand\/25{
    border-left-color: rgb(49 49 49 / 0.25);
}
.border-l-black-brand\/30{
    border-left-color: rgb(49 49 49 / 0.3);
}
.border-l-black-brand\/35{
    border-left-color: rgb(49 49 49 / 0.35);
}
.border-l-black-brand\/40{
    border-left-color: rgb(49 49 49 / 0.4);
}
.border-l-black-brand\/45{
    border-left-color: rgb(49 49 49 / 0.45);
}
.border-l-black-brand\/5{
    border-left-color: rgb(49 49 49 / 0.05);
}
.border-l-black-brand\/50{
    border-left-color: rgb(49 49 49 / 0.5);
}
.border-l-black-brand\/55{
    border-left-color: rgb(49 49 49 / 0.55);
}
.border-l-black-brand\/60{
    border-left-color: rgb(49 49 49 / 0.6);
}
.border-l-black-brand\/65{
    border-left-color: rgb(49 49 49 / 0.65);
}
.border-l-black-brand\/70{
    border-left-color: rgb(49 49 49 / 0.7);
}
.border-l-black-brand\/75{
    border-left-color: rgb(49 49 49 / 0.75);
}
.border-l-black-brand\/80{
    border-left-color: rgb(49 49 49 / 0.8);
}
.border-l-black-brand\/85{
    border-left-color: rgb(49 49 49 / 0.85);
}
.border-l-black-brand\/90{
    border-left-color: rgb(49 49 49 / 0.9);
}
.border-l-black-brand\/95{
    border-left-color: rgb(49 49 49 / 0.95);
}
.border-l-brand-100{
    border-left-color: #c6eedb0d;
}
.border-l-brand-100\/0{
    border-left-color: rgb(198 238 219 / 0);
}
.border-l-brand-100\/10{
    border-left-color: rgb(198 238 219 / 0.1);
}
.border-l-brand-100\/100{
    border-left-color: rgb(198 238 219 / 1);
}
.border-l-brand-100\/15{
    border-left-color: rgb(198 238 219 / 0.15);
}
.border-l-brand-100\/20{
    border-left-color: rgb(198 238 219 / 0.2);
}
.border-l-brand-100\/25{
    border-left-color: rgb(198 238 219 / 0.25);
}
.border-l-brand-100\/30{
    border-left-color: rgb(198 238 219 / 0.3);
}
.border-l-brand-100\/35{
    border-left-color: rgb(198 238 219 / 0.35);
}
.border-l-brand-100\/40{
    border-left-color: rgb(198 238 219 / 0.4);
}
.border-l-brand-100\/45{
    border-left-color: rgb(198 238 219 / 0.45);
}
.border-l-brand-100\/5{
    border-left-color: rgb(198 238 219 / 0.05);
}
.border-l-brand-100\/50{
    border-left-color: rgb(198 238 219 / 0.5);
}
.border-l-brand-100\/55{
    border-left-color: rgb(198 238 219 / 0.55);
}
.border-l-brand-100\/60{
    border-left-color: rgb(198 238 219 / 0.6);
}
.border-l-brand-100\/65{
    border-left-color: rgb(198 238 219 / 0.65);
}
.border-l-brand-100\/70{
    border-left-color: rgb(198 238 219 / 0.7);
}
.border-l-brand-100\/75{
    border-left-color: rgb(198 238 219 / 0.75);
}
.border-l-brand-100\/80{
    border-left-color: rgb(198 238 219 / 0.8);
}
.border-l-brand-100\/85{
    border-left-color: rgb(198 238 219 / 0.85);
}
.border-l-brand-100\/90{
    border-left-color: rgb(198 238 219 / 0.9);
}
.border-l-brand-100\/95{
    border-left-color: rgb(198 238 219 / 0.95);
}
.border-l-brand-20{
    --tw-border-opacity: 1;
    border-left-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-l-brand-20\/0{
    border-left-color: rgb(72 229 155 / 0);
}
.border-l-brand-20\/10{
    border-left-color: rgb(72 229 155 / 0.1);
}
.border-l-brand-20\/100{
    border-left-color: rgb(72 229 155 / 1);
}
.border-l-brand-20\/15{
    border-left-color: rgb(72 229 155 / 0.15);
}
.border-l-brand-20\/20{
    border-left-color: rgb(72 229 155 / 0.2);
}
.border-l-brand-20\/25{
    border-left-color: rgb(72 229 155 / 0.25);
}
.border-l-brand-20\/30{
    border-left-color: rgb(72 229 155 / 0.3);
}
.border-l-brand-20\/35{
    border-left-color: rgb(72 229 155 / 0.35);
}
.border-l-brand-20\/40{
    border-left-color: rgb(72 229 155 / 0.4);
}
.border-l-brand-20\/45{
    border-left-color: rgb(72 229 155 / 0.45);
}
.border-l-brand-20\/5{
    border-left-color: rgb(72 229 155 / 0.05);
}
.border-l-brand-20\/50{
    border-left-color: rgb(72 229 155 / 0.5);
}
.border-l-brand-20\/55{
    border-left-color: rgb(72 229 155 / 0.55);
}
.border-l-brand-20\/60{
    border-left-color: rgb(72 229 155 / 0.6);
}
.border-l-brand-20\/65{
    border-left-color: rgb(72 229 155 / 0.65);
}
.border-l-brand-20\/70{
    border-left-color: rgb(72 229 155 / 0.7);
}
.border-l-brand-20\/75{
    border-left-color: rgb(72 229 155 / 0.75);
}
.border-l-brand-20\/80{
    border-left-color: rgb(72 229 155 / 0.8);
}
.border-l-brand-20\/85{
    border-left-color: rgb(72 229 155 / 0.85);
}
.border-l-brand-20\/90{
    border-left-color: rgb(72 229 155 / 0.9);
}
.border-l-brand-20\/95{
    border-left-color: rgb(72 229 155 / 0.95);
}
.border-l-brand-200{
    border-left-color: #c6eedb33;
}
.border-l-brand-200\/0{
    border-left-color: rgb(198 238 219 / 0);
}
.border-l-brand-200\/10{
    border-left-color: rgb(198 238 219 / 0.1);
}
.border-l-brand-200\/100{
    border-left-color: rgb(198 238 219 / 1);
}
.border-l-brand-200\/15{
    border-left-color: rgb(198 238 219 / 0.15);
}
.border-l-brand-200\/20{
    border-left-color: rgb(198 238 219 / 0.2);
}
.border-l-brand-200\/25{
    border-left-color: rgb(198 238 219 / 0.25);
}
.border-l-brand-200\/30{
    border-left-color: rgb(198 238 219 / 0.3);
}
.border-l-brand-200\/35{
    border-left-color: rgb(198 238 219 / 0.35);
}
.border-l-brand-200\/40{
    border-left-color: rgb(198 238 219 / 0.4);
}
.border-l-brand-200\/45{
    border-left-color: rgb(198 238 219 / 0.45);
}
.border-l-brand-200\/5{
    border-left-color: rgb(198 238 219 / 0.05);
}
.border-l-brand-200\/50{
    border-left-color: rgb(198 238 219 / 0.5);
}
.border-l-brand-200\/55{
    border-left-color: rgb(198 238 219 / 0.55);
}
.border-l-brand-200\/60{
    border-left-color: rgb(198 238 219 / 0.6);
}
.border-l-brand-200\/65{
    border-left-color: rgb(198 238 219 / 0.65);
}
.border-l-brand-200\/70{
    border-left-color: rgb(198 238 219 / 0.7);
}
.border-l-brand-200\/75{
    border-left-color: rgb(198 238 219 / 0.75);
}
.border-l-brand-200\/80{
    border-left-color: rgb(198 238 219 / 0.8);
}
.border-l-brand-200\/85{
    border-left-color: rgb(198 238 219 / 0.85);
}
.border-l-brand-200\/90{
    border-left-color: rgb(198 238 219 / 0.9);
}
.border-l-brand-200\/95{
    border-left-color: rgb(198 238 219 / 0.95);
}
.border-l-brand-300{
    --tw-border-opacity: 1;
    border-left-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-l-brand-300\/0{
    border-left-color: rgb(198 238 219 / 0);
}
.border-l-brand-300\/10{
    border-left-color: rgb(198 238 219 / 0.1);
}
.border-l-brand-300\/100{
    border-left-color: rgb(198 238 219 / 1);
}
.border-l-brand-300\/15{
    border-left-color: rgb(198 238 219 / 0.15);
}
.border-l-brand-300\/20{
    border-left-color: rgb(198 238 219 / 0.2);
}
.border-l-brand-300\/25{
    border-left-color: rgb(198 238 219 / 0.25);
}
.border-l-brand-300\/30{
    border-left-color: rgb(198 238 219 / 0.3);
}
.border-l-brand-300\/35{
    border-left-color: rgb(198 238 219 / 0.35);
}
.border-l-brand-300\/40{
    border-left-color: rgb(198 238 219 / 0.4);
}
.border-l-brand-300\/45{
    border-left-color: rgb(198 238 219 / 0.45);
}
.border-l-brand-300\/5{
    border-left-color: rgb(198 238 219 / 0.05);
}
.border-l-brand-300\/50{
    border-left-color: rgb(198 238 219 / 0.5);
}
.border-l-brand-300\/55{
    border-left-color: rgb(198 238 219 / 0.55);
}
.border-l-brand-300\/60{
    border-left-color: rgb(198 238 219 / 0.6);
}
.border-l-brand-300\/65{
    border-left-color: rgb(198 238 219 / 0.65);
}
.border-l-brand-300\/70{
    border-left-color: rgb(198 238 219 / 0.7);
}
.border-l-brand-300\/75{
    border-left-color: rgb(198 238 219 / 0.75);
}
.border-l-brand-300\/80{
    border-left-color: rgb(198 238 219 / 0.8);
}
.border-l-brand-300\/85{
    border-left-color: rgb(198 238 219 / 0.85);
}
.border-l-brand-300\/90{
    border-left-color: rgb(198 238 219 / 0.9);
}
.border-l-brand-300\/95{
    border-left-color: rgb(198 238 219 / 0.95);
}
.border-l-brand-black{
    --tw-border-opacity: 1;
    border-left-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-l-brand-black\/0{
    border-left-color: rgb(17 17 17 / 0);
}
.border-l-brand-black\/10{
    border-left-color: rgb(17 17 17 / 0.1);
}
.border-l-brand-black\/100{
    border-left-color: rgb(17 17 17 / 1);
}
.border-l-brand-black\/15{
    border-left-color: rgb(17 17 17 / 0.15);
}
.border-l-brand-black\/20{
    border-left-color: rgb(17 17 17 / 0.2);
}
.border-l-brand-black\/25{
    border-left-color: rgb(17 17 17 / 0.25);
}
.border-l-brand-black\/30{
    border-left-color: rgb(17 17 17 / 0.3);
}
.border-l-brand-black\/35{
    border-left-color: rgb(17 17 17 / 0.35);
}
.border-l-brand-black\/40{
    border-left-color: rgb(17 17 17 / 0.4);
}
.border-l-brand-black\/45{
    border-left-color: rgb(17 17 17 / 0.45);
}
.border-l-brand-black\/5{
    border-left-color: rgb(17 17 17 / 0.05);
}
.border-l-brand-black\/50{
    border-left-color: rgb(17 17 17 / 0.5);
}
.border-l-brand-black\/55{
    border-left-color: rgb(17 17 17 / 0.55);
}
.border-l-brand-black\/60{
    border-left-color: rgb(17 17 17 / 0.6);
}
.border-l-brand-black\/65{
    border-left-color: rgb(17 17 17 / 0.65);
}
.border-l-brand-black\/70{
    border-left-color: rgb(17 17 17 / 0.7);
}
.border-l-brand-black\/75{
    border-left-color: rgb(17 17 17 / 0.75);
}
.border-l-brand-black\/80{
    border-left-color: rgb(17 17 17 / 0.8);
}
.border-l-brand-black\/85{
    border-left-color: rgb(17 17 17 / 0.85);
}
.border-l-brand-black\/90{
    border-left-color: rgb(17 17 17 / 0.9);
}
.border-l-brand-black\/95{
    border-left-color: rgb(17 17 17 / 0.95);
}
.border-l-brand-blue{
    --tw-border-opacity: 1;
    border-left-color: rgb(112 168 244 / var(--tw-border-opacity));
}
.border-l-brand-blue\/0{
    border-left-color: rgb(112 168 244 / 0);
}
.border-l-brand-blue\/10{
    border-left-color: rgb(112 168 244 / 0.1);
}
.border-l-brand-blue\/100{
    border-left-color: rgb(112 168 244 / 1);
}
.border-l-brand-blue\/15{
    border-left-color: rgb(112 168 244 / 0.15);
}
.border-l-brand-blue\/20{
    border-left-color: rgb(112 168 244 / 0.2);
}
.border-l-brand-blue\/25{
    border-left-color: rgb(112 168 244 / 0.25);
}
.border-l-brand-blue\/30{
    border-left-color: rgb(112 168 244 / 0.3);
}
.border-l-brand-blue\/35{
    border-left-color: rgb(112 168 244 / 0.35);
}
.border-l-brand-blue\/40{
    border-left-color: rgb(112 168 244 / 0.4);
}
.border-l-brand-blue\/45{
    border-left-color: rgb(112 168 244 / 0.45);
}
.border-l-brand-blue\/5{
    border-left-color: rgb(112 168 244 / 0.05);
}
.border-l-brand-blue\/50{
    border-left-color: rgb(112 168 244 / 0.5);
}
.border-l-brand-blue\/55{
    border-left-color: rgb(112 168 244 / 0.55);
}
.border-l-brand-blue\/60{
    border-left-color: rgb(112 168 244 / 0.6);
}
.border-l-brand-blue\/65{
    border-left-color: rgb(112 168 244 / 0.65);
}
.border-l-brand-blue\/70{
    border-left-color: rgb(112 168 244 / 0.7);
}
.border-l-brand-blue\/75{
    border-left-color: rgb(112 168 244 / 0.75);
}
.border-l-brand-blue\/80{
    border-left-color: rgb(112 168 244 / 0.8);
}
.border-l-brand-blue\/85{
    border-left-color: rgb(112 168 244 / 0.85);
}
.border-l-brand-blue\/90{
    border-left-color: rgb(112 168 244 / 0.9);
}
.border-l-brand-blue\/95{
    border-left-color: rgb(112 168 244 / 0.95);
}
.border-l-brand-dark{
    --tw-border-opacity: 1;
    border-left-color: rgb(35 44 39 / var(--tw-border-opacity));
}
.border-l-brand-dark\/0{
    border-left-color: rgb(35 44 39 / 0);
}
.border-l-brand-dark\/10{
    border-left-color: rgb(35 44 39 / 0.1);
}
.border-l-brand-dark\/100{
    border-left-color: rgb(35 44 39 / 1);
}
.border-l-brand-dark\/15{
    border-left-color: rgb(35 44 39 / 0.15);
}
.border-l-brand-dark\/20{
    border-left-color: rgb(35 44 39 / 0.2);
}
.border-l-brand-dark\/25{
    border-left-color: rgb(35 44 39 / 0.25);
}
.border-l-brand-dark\/30{
    border-left-color: rgb(35 44 39 / 0.3);
}
.border-l-brand-dark\/35{
    border-left-color: rgb(35 44 39 / 0.35);
}
.border-l-brand-dark\/40{
    border-left-color: rgb(35 44 39 / 0.4);
}
.border-l-brand-dark\/45{
    border-left-color: rgb(35 44 39 / 0.45);
}
.border-l-brand-dark\/5{
    border-left-color: rgb(35 44 39 / 0.05);
}
.border-l-brand-dark\/50{
    border-left-color: rgb(35 44 39 / 0.5);
}
.border-l-brand-dark\/55{
    border-left-color: rgb(35 44 39 / 0.55);
}
.border-l-brand-dark\/60{
    border-left-color: rgb(35 44 39 / 0.6);
}
.border-l-brand-dark\/65{
    border-left-color: rgb(35 44 39 / 0.65);
}
.border-l-brand-dark\/70{
    border-left-color: rgb(35 44 39 / 0.7);
}
.border-l-brand-dark\/75{
    border-left-color: rgb(35 44 39 / 0.75);
}
.border-l-brand-dark\/80{
    border-left-color: rgb(35 44 39 / 0.8);
}
.border-l-brand-dark\/85{
    border-left-color: rgb(35 44 39 / 0.85);
}
.border-l-brand-dark\/90{
    border-left-color: rgb(35 44 39 / 0.9);
}
.border-l-brand-dark\/95{
    border-left-color: rgb(35 44 39 / 0.95);
}
.border-l-brand-green{
    --tw-border-opacity: 1;
    border-left-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-l-brand-green\/0{
    border-left-color: rgb(72 229 155 / 0);
}
.border-l-brand-green\/10{
    border-left-color: rgb(72 229 155 / 0.1);
}
.border-l-brand-green\/100{
    border-left-color: rgb(72 229 155 / 1);
}
.border-l-brand-green\/15{
    border-left-color: rgb(72 229 155 / 0.15);
}
.border-l-brand-green\/20{
    border-left-color: rgb(72 229 155 / 0.2);
}
.border-l-brand-green\/25{
    border-left-color: rgb(72 229 155 / 0.25);
}
.border-l-brand-green\/30{
    border-left-color: rgb(72 229 155 / 0.3);
}
.border-l-brand-green\/35{
    border-left-color: rgb(72 229 155 / 0.35);
}
.border-l-brand-green\/40{
    border-left-color: rgb(72 229 155 / 0.4);
}
.border-l-brand-green\/45{
    border-left-color: rgb(72 229 155 / 0.45);
}
.border-l-brand-green\/5{
    border-left-color: rgb(72 229 155 / 0.05);
}
.border-l-brand-green\/50{
    border-left-color: rgb(72 229 155 / 0.5);
}
.border-l-brand-green\/55{
    border-left-color: rgb(72 229 155 / 0.55);
}
.border-l-brand-green\/60{
    border-left-color: rgb(72 229 155 / 0.6);
}
.border-l-brand-green\/65{
    border-left-color: rgb(72 229 155 / 0.65);
}
.border-l-brand-green\/70{
    border-left-color: rgb(72 229 155 / 0.7);
}
.border-l-brand-green\/75{
    border-left-color: rgb(72 229 155 / 0.75);
}
.border-l-brand-green\/80{
    border-left-color: rgb(72 229 155 / 0.8);
}
.border-l-brand-green\/85{
    border-left-color: rgb(72 229 155 / 0.85);
}
.border-l-brand-green\/90{
    border-left-color: rgb(72 229 155 / 0.9);
}
.border-l-brand-green\/95{
    border-left-color: rgb(72 229 155 / 0.95);
}
.border-l-brand-light{
    --tw-border-opacity: 1;
    border-left-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-l-brand-light\/0{
    border-left-color: rgb(198 238 219 / 0);
}
.border-l-brand-light\/10{
    border-left-color: rgb(198 238 219 / 0.1);
}
.border-l-brand-light\/100{
    border-left-color: rgb(198 238 219 / 1);
}
.border-l-brand-light\/15{
    border-left-color: rgb(198 238 219 / 0.15);
}
.border-l-brand-light\/20{
    border-left-color: rgb(198 238 219 / 0.2);
}
.border-l-brand-light\/25{
    border-left-color: rgb(198 238 219 / 0.25);
}
.border-l-brand-light\/30{
    border-left-color: rgb(198 238 219 / 0.3);
}
.border-l-brand-light\/35{
    border-left-color: rgb(198 238 219 / 0.35);
}
.border-l-brand-light\/40{
    border-left-color: rgb(198 238 219 / 0.4);
}
.border-l-brand-light\/45{
    border-left-color: rgb(198 238 219 / 0.45);
}
.border-l-brand-light\/5{
    border-left-color: rgb(198 238 219 / 0.05);
}
.border-l-brand-light\/50{
    border-left-color: rgb(198 238 219 / 0.5);
}
.border-l-brand-light\/55{
    border-left-color: rgb(198 238 219 / 0.55);
}
.border-l-brand-light\/60{
    border-left-color: rgb(198 238 219 / 0.6);
}
.border-l-brand-light\/65{
    border-left-color: rgb(198 238 219 / 0.65);
}
.border-l-brand-light\/70{
    border-left-color: rgb(198 238 219 / 0.7);
}
.border-l-brand-light\/75{
    border-left-color: rgb(198 238 219 / 0.75);
}
.border-l-brand-light\/80{
    border-left-color: rgb(198 238 219 / 0.8);
}
.border-l-brand-light\/85{
    border-left-color: rgb(198 238 219 / 0.85);
}
.border-l-brand-light\/90{
    border-left-color: rgb(198 238 219 / 0.9);
}
.border-l-brand-light\/95{
    border-left-color: rgb(198 238 219 / 0.95);
}
.border-l-error{
    --tw-border-opacity: 1;
    border-left-color: rgb(255 60 60 / var(--tw-border-opacity));
}
.border-l-error-10{
    --tw-border-opacity: 1;
    border-left-color: rgb(41 21 21 / var(--tw-border-opacity));
}
.border-l-error-10\/0{
    border-left-color: rgb(41 21 21 / 0);
}
.border-l-error-10\/10{
    border-left-color: rgb(41 21 21 / 0.1);
}
.border-l-error-10\/100{
    border-left-color: rgb(41 21 21 / 1);
}
.border-l-error-10\/15{
    border-left-color: rgb(41 21 21 / 0.15);
}
.border-l-error-10\/20{
    border-left-color: rgb(41 21 21 / 0.2);
}
.border-l-error-10\/25{
    border-left-color: rgb(41 21 21 / 0.25);
}
.border-l-error-10\/30{
    border-left-color: rgb(41 21 21 / 0.3);
}
.border-l-error-10\/35{
    border-left-color: rgb(41 21 21 / 0.35);
}
.border-l-error-10\/40{
    border-left-color: rgb(41 21 21 / 0.4);
}
.border-l-error-10\/45{
    border-left-color: rgb(41 21 21 / 0.45);
}
.border-l-error-10\/5{
    border-left-color: rgb(41 21 21 / 0.05);
}
.border-l-error-10\/50{
    border-left-color: rgb(41 21 21 / 0.5);
}
.border-l-error-10\/55{
    border-left-color: rgb(41 21 21 / 0.55);
}
.border-l-error-10\/60{
    border-left-color: rgb(41 21 21 / 0.6);
}
.border-l-error-10\/65{
    border-left-color: rgb(41 21 21 / 0.65);
}
.border-l-error-10\/70{
    border-left-color: rgb(41 21 21 / 0.7);
}
.border-l-error-10\/75{
    border-left-color: rgb(41 21 21 / 0.75);
}
.border-l-error-10\/80{
    border-left-color: rgb(41 21 21 / 0.8);
}
.border-l-error-10\/85{
    border-left-color: rgb(41 21 21 / 0.85);
}
.border-l-error-10\/90{
    border-left-color: rgb(41 21 21 / 0.9);
}
.border-l-error-10\/95{
    border-left-color: rgb(41 21 21 / 0.95);
}
.border-l-error-100{
    --tw-border-opacity: 1;
    border-left-color: rgb(255 199 199 / var(--tw-border-opacity));
}
.border-l-error-100\/0{
    border-left-color: rgb(255 199 199 / 0);
}
.border-l-error-100\/10{
    border-left-color: rgb(255 199 199 / 0.1);
}
.border-l-error-100\/100{
    border-left-color: rgb(255 199 199 / 1);
}
.border-l-error-100\/15{
    border-left-color: rgb(255 199 199 / 0.15);
}
.border-l-error-100\/20{
    border-left-color: rgb(255 199 199 / 0.2);
}
.border-l-error-100\/25{
    border-left-color: rgb(255 199 199 / 0.25);
}
.border-l-error-100\/30{
    border-left-color: rgb(255 199 199 / 0.3);
}
.border-l-error-100\/35{
    border-left-color: rgb(255 199 199 / 0.35);
}
.border-l-error-100\/40{
    border-left-color: rgb(255 199 199 / 0.4);
}
.border-l-error-100\/45{
    border-left-color: rgb(255 199 199 / 0.45);
}
.border-l-error-100\/5{
    border-left-color: rgb(255 199 199 / 0.05);
}
.border-l-error-100\/50{
    border-left-color: rgb(255 199 199 / 0.5);
}
.border-l-error-100\/55{
    border-left-color: rgb(255 199 199 / 0.55);
}
.border-l-error-100\/60{
    border-left-color: rgb(255 199 199 / 0.6);
}
.border-l-error-100\/65{
    border-left-color: rgb(255 199 199 / 0.65);
}
.border-l-error-100\/70{
    border-left-color: rgb(255 199 199 / 0.7);
}
.border-l-error-100\/75{
    border-left-color: rgb(255 199 199 / 0.75);
}
.border-l-error-100\/80{
    border-left-color: rgb(255 199 199 / 0.8);
}
.border-l-error-100\/85{
    border-left-color: rgb(255 199 199 / 0.85);
}
.border-l-error-100\/90{
    border-left-color: rgb(255 199 199 / 0.9);
}
.border-l-error-100\/95{
    border-left-color: rgb(255 199 199 / 0.95);
}
.border-l-error-15{
    --tw-border-opacity: 1;
    border-left-color: rgb(53 23 23 / var(--tw-border-opacity));
}
.border-l-error-15\/0{
    border-left-color: rgb(53 23 23 / 0);
}
.border-l-error-15\/10{
    border-left-color: rgb(53 23 23 / 0.1);
}
.border-l-error-15\/100{
    border-left-color: rgb(53 23 23 / 1);
}
.border-l-error-15\/15{
    border-left-color: rgb(53 23 23 / 0.15);
}
.border-l-error-15\/20{
    border-left-color: rgb(53 23 23 / 0.2);
}
.border-l-error-15\/25{
    border-left-color: rgb(53 23 23 / 0.25);
}
.border-l-error-15\/30{
    border-left-color: rgb(53 23 23 / 0.3);
}
.border-l-error-15\/35{
    border-left-color: rgb(53 23 23 / 0.35);
}
.border-l-error-15\/40{
    border-left-color: rgb(53 23 23 / 0.4);
}
.border-l-error-15\/45{
    border-left-color: rgb(53 23 23 / 0.45);
}
.border-l-error-15\/5{
    border-left-color: rgb(53 23 23 / 0.05);
}
.border-l-error-15\/50{
    border-left-color: rgb(53 23 23 / 0.5);
}
.border-l-error-15\/55{
    border-left-color: rgb(53 23 23 / 0.55);
}
.border-l-error-15\/60{
    border-left-color: rgb(53 23 23 / 0.6);
}
.border-l-error-15\/65{
    border-left-color: rgb(53 23 23 / 0.65);
}
.border-l-error-15\/70{
    border-left-color: rgb(53 23 23 / 0.7);
}
.border-l-error-15\/75{
    border-left-color: rgb(53 23 23 / 0.75);
}
.border-l-error-15\/80{
    border-left-color: rgb(53 23 23 / 0.8);
}
.border-l-error-15\/85{
    border-left-color: rgb(53 23 23 / 0.85);
}
.border-l-error-15\/90{
    border-left-color: rgb(53 23 23 / 0.9);
}
.border-l-error-15\/95{
    border-left-color: rgb(53 23 23 / 0.95);
}
.border-l-error-20{
    --tw-border-opacity: 1;
    border-left-color: rgb(60 25 25 / var(--tw-border-opacity));
}
.border-l-error-20\/0{
    border-left-color: rgb(60 25 25 / 0);
}
.border-l-error-20\/10{
    border-left-color: rgb(60 25 25 / 0.1);
}
.border-l-error-20\/100{
    border-left-color: rgb(60 25 25 / 1);
}
.border-l-error-20\/15{
    border-left-color: rgb(60 25 25 / 0.15);
}
.border-l-error-20\/20{
    border-left-color: rgb(60 25 25 / 0.2);
}
.border-l-error-20\/25{
    border-left-color: rgb(60 25 25 / 0.25);
}
.border-l-error-20\/30{
    border-left-color: rgb(60 25 25 / 0.3);
}
.border-l-error-20\/35{
    border-left-color: rgb(60 25 25 / 0.35);
}
.border-l-error-20\/40{
    border-left-color: rgb(60 25 25 / 0.4);
}
.border-l-error-20\/45{
    border-left-color: rgb(60 25 25 / 0.45);
}
.border-l-error-20\/5{
    border-left-color: rgb(60 25 25 / 0.05);
}
.border-l-error-20\/50{
    border-left-color: rgb(60 25 25 / 0.5);
}
.border-l-error-20\/55{
    border-left-color: rgb(60 25 25 / 0.55);
}
.border-l-error-20\/60{
    border-left-color: rgb(60 25 25 / 0.6);
}
.border-l-error-20\/65{
    border-left-color: rgb(60 25 25 / 0.65);
}
.border-l-error-20\/70{
    border-left-color: rgb(60 25 25 / 0.7);
}
.border-l-error-20\/75{
    border-left-color: rgb(60 25 25 / 0.75);
}
.border-l-error-20\/80{
    border-left-color: rgb(60 25 25 / 0.8);
}
.border-l-error-20\/85{
    border-left-color: rgb(60 25 25 / 0.85);
}
.border-l-error-20\/90{
    border-left-color: rgb(60 25 25 / 0.9);
}
.border-l-error-20\/95{
    border-left-color: rgb(60 25 25 / 0.95);
}
.border-l-error-5{
    --tw-border-opacity: 1;
    border-left-color: rgb(29 19 19 / var(--tw-border-opacity));
}
.border-l-error-5\/0{
    border-left-color: rgb(29 19 19 / 0);
}
.border-l-error-5\/10{
    border-left-color: rgb(29 19 19 / 0.1);
}
.border-l-error-5\/100{
    border-left-color: rgb(29 19 19 / 1);
}
.border-l-error-5\/15{
    border-left-color: rgb(29 19 19 / 0.15);
}
.border-l-error-5\/20{
    border-left-color: rgb(29 19 19 / 0.2);
}
.border-l-error-5\/25{
    border-left-color: rgb(29 19 19 / 0.25);
}
.border-l-error-5\/30{
    border-left-color: rgb(29 19 19 / 0.3);
}
.border-l-error-5\/35{
    border-left-color: rgb(29 19 19 / 0.35);
}
.border-l-error-5\/40{
    border-left-color: rgb(29 19 19 / 0.4);
}
.border-l-error-5\/45{
    border-left-color: rgb(29 19 19 / 0.45);
}
.border-l-error-5\/5{
    border-left-color: rgb(29 19 19 / 0.05);
}
.border-l-error-5\/50{
    border-left-color: rgb(29 19 19 / 0.5);
}
.border-l-error-5\/55{
    border-left-color: rgb(29 19 19 / 0.55);
}
.border-l-error-5\/60{
    border-left-color: rgb(29 19 19 / 0.6);
}
.border-l-error-5\/65{
    border-left-color: rgb(29 19 19 / 0.65);
}
.border-l-error-5\/70{
    border-left-color: rgb(29 19 19 / 0.7);
}
.border-l-error-5\/75{
    border-left-color: rgb(29 19 19 / 0.75);
}
.border-l-error-5\/80{
    border-left-color: rgb(29 19 19 / 0.8);
}
.border-l-error-5\/85{
    border-left-color: rgb(29 19 19 / 0.85);
}
.border-l-error-5\/90{
    border-left-color: rgb(29 19 19 / 0.9);
}
.border-l-error-5\/95{
    border-left-color: rgb(29 19 19 / 0.95);
}
.border-l-error-500{
    --tw-border-opacity: 1;
    border-left-color: rgb(255 60 60 / var(--tw-border-opacity));
}
.border-l-error-500\/0{
    border-left-color: rgb(255 60 60 / 0);
}
.border-l-error-500\/10{
    border-left-color: rgb(255 60 60 / 0.1);
}
.border-l-error-500\/100{
    border-left-color: rgb(255 60 60 / 1);
}
.border-l-error-500\/15{
    border-left-color: rgb(255 60 60 / 0.15);
}
.border-l-error-500\/20{
    border-left-color: rgb(255 60 60 / 0.2);
}
.border-l-error-500\/25{
    border-left-color: rgb(255 60 60 / 0.25);
}
.border-l-error-500\/30{
    border-left-color: rgb(255 60 60 / 0.3);
}
.border-l-error-500\/35{
    border-left-color: rgb(255 60 60 / 0.35);
}
.border-l-error-500\/40{
    border-left-color: rgb(255 60 60 / 0.4);
}
.border-l-error-500\/45{
    border-left-color: rgb(255 60 60 / 0.45);
}
.border-l-error-500\/5{
    border-left-color: rgb(255 60 60 / 0.05);
}
.border-l-error-500\/50{
    border-left-color: rgb(255 60 60 / 0.5);
}
.border-l-error-500\/55{
    border-left-color: rgb(255 60 60 / 0.55);
}
.border-l-error-500\/60{
    border-left-color: rgb(255 60 60 / 0.6);
}
.border-l-error-500\/65{
    border-left-color: rgb(255 60 60 / 0.65);
}
.border-l-error-500\/70{
    border-left-color: rgb(255 60 60 / 0.7);
}
.border-l-error-500\/75{
    border-left-color: rgb(255 60 60 / 0.75);
}
.border-l-error-500\/80{
    border-left-color: rgb(255 60 60 / 0.8);
}
.border-l-error-500\/85{
    border-left-color: rgb(255 60 60 / 0.85);
}
.border-l-error-500\/90{
    border-left-color: rgb(255 60 60 / 0.9);
}
.border-l-error-500\/95{
    border-left-color: rgb(255 60 60 / 0.95);
}
.border-l-error-900{
    --tw-border-opacity: 1;
    border-left-color: rgb(60 25 25 / var(--tw-border-opacity));
}
.border-l-error-900\/0{
    border-left-color: rgb(60 25 25 / 0);
}
.border-l-error-900\/10{
    border-left-color: rgb(60 25 25 / 0.1);
}
.border-l-error-900\/100{
    border-left-color: rgb(60 25 25 / 1);
}
.border-l-error-900\/15{
    border-left-color: rgb(60 25 25 / 0.15);
}
.border-l-error-900\/20{
    border-left-color: rgb(60 25 25 / 0.2);
}
.border-l-error-900\/25{
    border-left-color: rgb(60 25 25 / 0.25);
}
.border-l-error-900\/30{
    border-left-color: rgb(60 25 25 / 0.3);
}
.border-l-error-900\/35{
    border-left-color: rgb(60 25 25 / 0.35);
}
.border-l-error-900\/40{
    border-left-color: rgb(60 25 25 / 0.4);
}
.border-l-error-900\/45{
    border-left-color: rgb(60 25 25 / 0.45);
}
.border-l-error-900\/5{
    border-left-color: rgb(60 25 25 / 0.05);
}
.border-l-error-900\/50{
    border-left-color: rgb(60 25 25 / 0.5);
}
.border-l-error-900\/55{
    border-left-color: rgb(60 25 25 / 0.55);
}
.border-l-error-900\/60{
    border-left-color: rgb(60 25 25 / 0.6);
}
.border-l-error-900\/65{
    border-left-color: rgb(60 25 25 / 0.65);
}
.border-l-error-900\/70{
    border-left-color: rgb(60 25 25 / 0.7);
}
.border-l-error-900\/75{
    border-left-color: rgb(60 25 25 / 0.75);
}
.border-l-error-900\/80{
    border-left-color: rgb(60 25 25 / 0.8);
}
.border-l-error-900\/85{
    border-left-color: rgb(60 25 25 / 0.85);
}
.border-l-error-900\/90{
    border-left-color: rgb(60 25 25 / 0.9);
}
.border-l-error-900\/95{
    border-left-color: rgb(60 25 25 / 0.95);
}
.border-l-error-light{
    --tw-border-opacity: 1;
    border-left-color: rgb(255 199 199 / var(--tw-border-opacity));
}
.border-l-error-light\/0{
    border-left-color: rgb(255 199 199 / 0);
}
.border-l-error-light\/10{
    border-left-color: rgb(255 199 199 / 0.1);
}
.border-l-error-light\/100{
    border-left-color: rgb(255 199 199 / 1);
}
.border-l-error-light\/15{
    border-left-color: rgb(255 199 199 / 0.15);
}
.border-l-error-light\/20{
    border-left-color: rgb(255 199 199 / 0.2);
}
.border-l-error-light\/25{
    border-left-color: rgb(255 199 199 / 0.25);
}
.border-l-error-light\/30{
    border-left-color: rgb(255 199 199 / 0.3);
}
.border-l-error-light\/35{
    border-left-color: rgb(255 199 199 / 0.35);
}
.border-l-error-light\/40{
    border-left-color: rgb(255 199 199 / 0.4);
}
.border-l-error-light\/45{
    border-left-color: rgb(255 199 199 / 0.45);
}
.border-l-error-light\/5{
    border-left-color: rgb(255 199 199 / 0.05);
}
.border-l-error-light\/50{
    border-left-color: rgb(255 199 199 / 0.5);
}
.border-l-error-light\/55{
    border-left-color: rgb(255 199 199 / 0.55);
}
.border-l-error-light\/60{
    border-left-color: rgb(255 199 199 / 0.6);
}
.border-l-error-light\/65{
    border-left-color: rgb(255 199 199 / 0.65);
}
.border-l-error-light\/70{
    border-left-color: rgb(255 199 199 / 0.7);
}
.border-l-error-light\/75{
    border-left-color: rgb(255 199 199 / 0.75);
}
.border-l-error-light\/80{
    border-left-color: rgb(255 199 199 / 0.8);
}
.border-l-error-light\/85{
    border-left-color: rgb(255 199 199 / 0.85);
}
.border-l-error-light\/90{
    border-left-color: rgb(255 199 199 / 0.9);
}
.border-l-error-light\/95{
    border-left-color: rgb(255 199 199 / 0.95);
}
.border-l-error\/0{
    border-left-color: rgb(255 60 60 / 0);
}
.border-l-error\/10{
    border-left-color: rgb(255 60 60 / 0.1);
}
.border-l-error\/100{
    border-left-color: rgb(255 60 60 / 1);
}
.border-l-error\/15{
    border-left-color: rgb(255 60 60 / 0.15);
}
.border-l-error\/20{
    border-left-color: rgb(255 60 60 / 0.2);
}
.border-l-error\/25{
    border-left-color: rgb(255 60 60 / 0.25);
}
.border-l-error\/30{
    border-left-color: rgb(255 60 60 / 0.3);
}
.border-l-error\/35{
    border-left-color: rgb(255 60 60 / 0.35);
}
.border-l-error\/40{
    border-left-color: rgb(255 60 60 / 0.4);
}
.border-l-error\/45{
    border-left-color: rgb(255 60 60 / 0.45);
}
.border-l-error\/5{
    border-left-color: rgb(255 60 60 / 0.05);
}
.border-l-error\/50{
    border-left-color: rgb(255 60 60 / 0.5);
}
.border-l-error\/55{
    border-left-color: rgb(255 60 60 / 0.55);
}
.border-l-error\/60{
    border-left-color: rgb(255 60 60 / 0.6);
}
.border-l-error\/65{
    border-left-color: rgb(255 60 60 / 0.65);
}
.border-l-error\/70{
    border-left-color: rgb(255 60 60 / 0.7);
}
.border-l-error\/75{
    border-left-color: rgb(255 60 60 / 0.75);
}
.border-l-error\/80{
    border-left-color: rgb(255 60 60 / 0.8);
}
.border-l-error\/85{
    border-left-color: rgb(255 60 60 / 0.85);
}
.border-l-error\/90{
    border-left-color: rgb(255 60 60 / 0.9);
}
.border-l-error\/95{
    border-left-color: rgb(255 60 60 / 0.95);
}
.border-l-primary{
    --tw-border-opacity: 1;
    border-left-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-l-primary-20{
    --tw-border-opacity: 1;
    border-left-color: rgb(28 59 45 / var(--tw-border-opacity));
}
.border-l-primary-20\/0{
    border-left-color: rgb(28 59 45 / 0);
}
.border-l-primary-20\/10{
    border-left-color: rgb(28 59 45 / 0.1);
}
.border-l-primary-20\/100{
    border-left-color: rgb(28 59 45 / 1);
}
.border-l-primary-20\/15{
    border-left-color: rgb(28 59 45 / 0.15);
}
.border-l-primary-20\/20{
    border-left-color: rgb(28 59 45 / 0.2);
}
.border-l-primary-20\/25{
    border-left-color: rgb(28 59 45 / 0.25);
}
.border-l-primary-20\/30{
    border-left-color: rgb(28 59 45 / 0.3);
}
.border-l-primary-20\/35{
    border-left-color: rgb(28 59 45 / 0.35);
}
.border-l-primary-20\/40{
    border-left-color: rgb(28 59 45 / 0.4);
}
.border-l-primary-20\/45{
    border-left-color: rgb(28 59 45 / 0.45);
}
.border-l-primary-20\/5{
    border-left-color: rgb(28 59 45 / 0.05);
}
.border-l-primary-20\/50{
    border-left-color: rgb(28 59 45 / 0.5);
}
.border-l-primary-20\/55{
    border-left-color: rgb(28 59 45 / 0.55);
}
.border-l-primary-20\/60{
    border-left-color: rgb(28 59 45 / 0.6);
}
.border-l-primary-20\/65{
    border-left-color: rgb(28 59 45 / 0.65);
}
.border-l-primary-20\/70{
    border-left-color: rgb(28 59 45 / 0.7);
}
.border-l-primary-20\/75{
    border-left-color: rgb(28 59 45 / 0.75);
}
.border-l-primary-20\/80{
    border-left-color: rgb(28 59 45 / 0.8);
}
.border-l-primary-20\/85{
    border-left-color: rgb(28 59 45 / 0.85);
}
.border-l-primary-20\/90{
    border-left-color: rgb(28 59 45 / 0.9);
}
.border-l-primary-20\/95{
    border-left-color: rgb(28 59 45 / 0.95);
}
.border-l-primary-200{
    --tw-border-opacity: 1;
    border-left-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-l-primary-200\/0{
    border-left-color: rgb(198 238 219 / 0);
}
.border-l-primary-200\/10{
    border-left-color: rgb(198 238 219 / 0.1);
}
.border-l-primary-200\/100{
    border-left-color: rgb(198 238 219 / 1);
}
.border-l-primary-200\/15{
    border-left-color: rgb(198 238 219 / 0.15);
}
.border-l-primary-200\/20{
    border-left-color: rgb(198 238 219 / 0.2);
}
.border-l-primary-200\/25{
    border-left-color: rgb(198 238 219 / 0.25);
}
.border-l-primary-200\/30{
    border-left-color: rgb(198 238 219 / 0.3);
}
.border-l-primary-200\/35{
    border-left-color: rgb(198 238 219 / 0.35);
}
.border-l-primary-200\/40{
    border-left-color: rgb(198 238 219 / 0.4);
}
.border-l-primary-200\/45{
    border-left-color: rgb(198 238 219 / 0.45);
}
.border-l-primary-200\/5{
    border-left-color: rgb(198 238 219 / 0.05);
}
.border-l-primary-200\/50{
    border-left-color: rgb(198 238 219 / 0.5);
}
.border-l-primary-200\/55{
    border-left-color: rgb(198 238 219 / 0.55);
}
.border-l-primary-200\/60{
    border-left-color: rgb(198 238 219 / 0.6);
}
.border-l-primary-200\/65{
    border-left-color: rgb(198 238 219 / 0.65);
}
.border-l-primary-200\/70{
    border-left-color: rgb(198 238 219 / 0.7);
}
.border-l-primary-200\/75{
    border-left-color: rgb(198 238 219 / 0.75);
}
.border-l-primary-200\/80{
    border-left-color: rgb(198 238 219 / 0.8);
}
.border-l-primary-200\/85{
    border-left-color: rgb(198 238 219 / 0.85);
}
.border-l-primary-200\/90{
    border-left-color: rgb(198 238 219 / 0.9);
}
.border-l-primary-200\/95{
    border-left-color: rgb(198 238 219 / 0.95);
}
.border-l-primary-5{
    --tw-border-opacity: 1;
    border-left-color: rgb(20 28 24 / var(--tw-border-opacity));
}
.border-l-primary-5\/0{
    border-left-color: rgb(20 28 24 / 0);
}
.border-l-primary-5\/10{
    border-left-color: rgb(20 28 24 / 0.1);
}
.border-l-primary-5\/100{
    border-left-color: rgb(20 28 24 / 1);
}
.border-l-primary-5\/15{
    border-left-color: rgb(20 28 24 / 0.15);
}
.border-l-primary-5\/20{
    border-left-color: rgb(20 28 24 / 0.2);
}
.border-l-primary-5\/25{
    border-left-color: rgb(20 28 24 / 0.25);
}
.border-l-primary-5\/30{
    border-left-color: rgb(20 28 24 / 0.3);
}
.border-l-primary-5\/35{
    border-left-color: rgb(20 28 24 / 0.35);
}
.border-l-primary-5\/40{
    border-left-color: rgb(20 28 24 / 0.4);
}
.border-l-primary-5\/45{
    border-left-color: rgb(20 28 24 / 0.45);
}
.border-l-primary-5\/5{
    border-left-color: rgb(20 28 24 / 0.05);
}
.border-l-primary-5\/50{
    border-left-color: rgb(20 28 24 / 0.5);
}
.border-l-primary-5\/55{
    border-left-color: rgb(20 28 24 / 0.55);
}
.border-l-primary-5\/60{
    border-left-color: rgb(20 28 24 / 0.6);
}
.border-l-primary-5\/65{
    border-left-color: rgb(20 28 24 / 0.65);
}
.border-l-primary-5\/70{
    border-left-color: rgb(20 28 24 / 0.7);
}
.border-l-primary-5\/75{
    border-left-color: rgb(20 28 24 / 0.75);
}
.border-l-primary-5\/80{
    border-left-color: rgb(20 28 24 / 0.8);
}
.border-l-primary-5\/85{
    border-left-color: rgb(20 28 24 / 0.85);
}
.border-l-primary-5\/90{
    border-left-color: rgb(20 28 24 / 0.9);
}
.border-l-primary-5\/95{
    border-left-color: rgb(20 28 24 / 0.95);
}
.border-l-primary-500{
    --tw-border-opacity: 1;
    border-left-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-l-primary-500\/0{
    border-left-color: rgb(72 229 155 / 0);
}
.border-l-primary-500\/10{
    border-left-color: rgb(72 229 155 / 0.1);
}
.border-l-primary-500\/100{
    border-left-color: rgb(72 229 155 / 1);
}
.border-l-primary-500\/15{
    border-left-color: rgb(72 229 155 / 0.15);
}
.border-l-primary-500\/20{
    border-left-color: rgb(72 229 155 / 0.2);
}
.border-l-primary-500\/25{
    border-left-color: rgb(72 229 155 / 0.25);
}
.border-l-primary-500\/30{
    border-left-color: rgb(72 229 155 / 0.3);
}
.border-l-primary-500\/35{
    border-left-color: rgb(72 229 155 / 0.35);
}
.border-l-primary-500\/40{
    border-left-color: rgb(72 229 155 / 0.4);
}
.border-l-primary-500\/45{
    border-left-color: rgb(72 229 155 / 0.45);
}
.border-l-primary-500\/5{
    border-left-color: rgb(72 229 155 / 0.05);
}
.border-l-primary-500\/50{
    border-left-color: rgb(72 229 155 / 0.5);
}
.border-l-primary-500\/55{
    border-left-color: rgb(72 229 155 / 0.55);
}
.border-l-primary-500\/60{
    border-left-color: rgb(72 229 155 / 0.6);
}
.border-l-primary-500\/65{
    border-left-color: rgb(72 229 155 / 0.65);
}
.border-l-primary-500\/70{
    border-left-color: rgb(72 229 155 / 0.7);
}
.border-l-primary-500\/75{
    border-left-color: rgb(72 229 155 / 0.75);
}
.border-l-primary-500\/80{
    border-left-color: rgb(72 229 155 / 0.8);
}
.border-l-primary-500\/85{
    border-left-color: rgb(72 229 155 / 0.85);
}
.border-l-primary-500\/90{
    border-left-color: rgb(72 229 155 / 0.9);
}
.border-l-primary-500\/95{
    border-left-color: rgb(72 229 155 / 0.95);
}
.border-l-primary-60{
    --tw-border-opacity: 1;
    border-left-color: rgb(57 155 109 / var(--tw-border-opacity));
}
.border-l-primary-60\/0{
    border-left-color: rgb(57 155 109 / 0);
}
.border-l-primary-60\/10{
    border-left-color: rgb(57 155 109 / 0.1);
}
.border-l-primary-60\/100{
    border-left-color: rgb(57 155 109 / 1);
}
.border-l-primary-60\/15{
    border-left-color: rgb(57 155 109 / 0.15);
}
.border-l-primary-60\/20{
    border-left-color: rgb(57 155 109 / 0.2);
}
.border-l-primary-60\/25{
    border-left-color: rgb(57 155 109 / 0.25);
}
.border-l-primary-60\/30{
    border-left-color: rgb(57 155 109 / 0.3);
}
.border-l-primary-60\/35{
    border-left-color: rgb(57 155 109 / 0.35);
}
.border-l-primary-60\/40{
    border-left-color: rgb(57 155 109 / 0.4);
}
.border-l-primary-60\/45{
    border-left-color: rgb(57 155 109 / 0.45);
}
.border-l-primary-60\/5{
    border-left-color: rgb(57 155 109 / 0.05);
}
.border-l-primary-60\/50{
    border-left-color: rgb(57 155 109 / 0.5);
}
.border-l-primary-60\/55{
    border-left-color: rgb(57 155 109 / 0.55);
}
.border-l-primary-60\/60{
    border-left-color: rgb(57 155 109 / 0.6);
}
.border-l-primary-60\/65{
    border-left-color: rgb(57 155 109 / 0.65);
}
.border-l-primary-60\/70{
    border-left-color: rgb(57 155 109 / 0.7);
}
.border-l-primary-60\/75{
    border-left-color: rgb(57 155 109 / 0.75);
}
.border-l-primary-60\/80{
    border-left-color: rgb(57 155 109 / 0.8);
}
.border-l-primary-60\/85{
    border-left-color: rgb(57 155 109 / 0.85);
}
.border-l-primary-60\/90{
    border-left-color: rgb(57 155 109 / 0.9);
}
.border-l-primary-60\/95{
    border-left-color: rgb(57 155 109 / 0.95);
}
.border-l-primary-600{
    --tw-border-opacity: 1;
    border-left-color: rgb(61 187 127 / var(--tw-border-opacity));
}
.border-l-primary-600\/0{
    border-left-color: rgb(61 187 127 / 0);
}
.border-l-primary-600\/10{
    border-left-color: rgb(61 187 127 / 0.1);
}
.border-l-primary-600\/100{
    border-left-color: rgb(61 187 127 / 1);
}
.border-l-primary-600\/15{
    border-left-color: rgb(61 187 127 / 0.15);
}
.border-l-primary-600\/20{
    border-left-color: rgb(61 187 127 / 0.2);
}
.border-l-primary-600\/25{
    border-left-color: rgb(61 187 127 / 0.25);
}
.border-l-primary-600\/30{
    border-left-color: rgb(61 187 127 / 0.3);
}
.border-l-primary-600\/35{
    border-left-color: rgb(61 187 127 / 0.35);
}
.border-l-primary-600\/40{
    border-left-color: rgb(61 187 127 / 0.4);
}
.border-l-primary-600\/45{
    border-left-color: rgb(61 187 127 / 0.45);
}
.border-l-primary-600\/5{
    border-left-color: rgb(61 187 127 / 0.05);
}
.border-l-primary-600\/50{
    border-left-color: rgb(61 187 127 / 0.5);
}
.border-l-primary-600\/55{
    border-left-color: rgb(61 187 127 / 0.55);
}
.border-l-primary-600\/60{
    border-left-color: rgb(61 187 127 / 0.6);
}
.border-l-primary-600\/65{
    border-left-color: rgb(61 187 127 / 0.65);
}
.border-l-primary-600\/70{
    border-left-color: rgb(61 187 127 / 0.7);
}
.border-l-primary-600\/75{
    border-left-color: rgb(61 187 127 / 0.75);
}
.border-l-primary-600\/80{
    border-left-color: rgb(61 187 127 / 0.8);
}
.border-l-primary-600\/85{
    border-left-color: rgb(61 187 127 / 0.85);
}
.border-l-primary-600\/90{
    border-left-color: rgb(61 187 127 / 0.9);
}
.border-l-primary-600\/95{
    border-left-color: rgb(61 187 127 / 0.95);
}
.border-l-primary-700{
    --tw-border-opacity: 1;
    border-left-color: rgb(57 155 109 / var(--tw-border-opacity));
}
.border-l-primary-700\/0{
    border-left-color: rgb(57 155 109 / 0);
}
.border-l-primary-700\/10{
    border-left-color: rgb(57 155 109 / 0.1);
}
.border-l-primary-700\/100{
    border-left-color: rgb(57 155 109 / 1);
}
.border-l-primary-700\/15{
    border-left-color: rgb(57 155 109 / 0.15);
}
.border-l-primary-700\/20{
    border-left-color: rgb(57 155 109 / 0.2);
}
.border-l-primary-700\/25{
    border-left-color: rgb(57 155 109 / 0.25);
}
.border-l-primary-700\/30{
    border-left-color: rgb(57 155 109 / 0.3);
}
.border-l-primary-700\/35{
    border-left-color: rgb(57 155 109 / 0.35);
}
.border-l-primary-700\/40{
    border-left-color: rgb(57 155 109 / 0.4);
}
.border-l-primary-700\/45{
    border-left-color: rgb(57 155 109 / 0.45);
}
.border-l-primary-700\/5{
    border-left-color: rgb(57 155 109 / 0.05);
}
.border-l-primary-700\/50{
    border-left-color: rgb(57 155 109 / 0.5);
}
.border-l-primary-700\/55{
    border-left-color: rgb(57 155 109 / 0.55);
}
.border-l-primary-700\/60{
    border-left-color: rgb(57 155 109 / 0.6);
}
.border-l-primary-700\/65{
    border-left-color: rgb(57 155 109 / 0.65);
}
.border-l-primary-700\/70{
    border-left-color: rgb(57 155 109 / 0.7);
}
.border-l-primary-700\/75{
    border-left-color: rgb(57 155 109 / 0.75);
}
.border-l-primary-700\/80{
    border-left-color: rgb(57 155 109 / 0.8);
}
.border-l-primary-700\/85{
    border-left-color: rgb(57 155 109 / 0.85);
}
.border-l-primary-700\/90{
    border-left-color: rgb(57 155 109 / 0.9);
}
.border-l-primary-700\/95{
    border-left-color: rgb(57 155 109 / 0.95);
}
.border-l-primary-80{
    --tw-border-opacity: 1;
    border-left-color: rgb(61 187 127 / var(--tw-border-opacity));
}
.border-l-primary-80\/0{
    border-left-color: rgb(61 187 127 / 0);
}
.border-l-primary-80\/10{
    border-left-color: rgb(61 187 127 / 0.1);
}
.border-l-primary-80\/100{
    border-left-color: rgb(61 187 127 / 1);
}
.border-l-primary-80\/15{
    border-left-color: rgb(61 187 127 / 0.15);
}
.border-l-primary-80\/20{
    border-left-color: rgb(61 187 127 / 0.2);
}
.border-l-primary-80\/25{
    border-left-color: rgb(61 187 127 / 0.25);
}
.border-l-primary-80\/30{
    border-left-color: rgb(61 187 127 / 0.3);
}
.border-l-primary-80\/35{
    border-left-color: rgb(61 187 127 / 0.35);
}
.border-l-primary-80\/40{
    border-left-color: rgb(61 187 127 / 0.4);
}
.border-l-primary-80\/45{
    border-left-color: rgb(61 187 127 / 0.45);
}
.border-l-primary-80\/5{
    border-left-color: rgb(61 187 127 / 0.05);
}
.border-l-primary-80\/50{
    border-left-color: rgb(61 187 127 / 0.5);
}
.border-l-primary-80\/55{
    border-left-color: rgb(61 187 127 / 0.55);
}
.border-l-primary-80\/60{
    border-left-color: rgb(61 187 127 / 0.6);
}
.border-l-primary-80\/65{
    border-left-color: rgb(61 187 127 / 0.65);
}
.border-l-primary-80\/70{
    border-left-color: rgb(61 187 127 / 0.7);
}
.border-l-primary-80\/75{
    border-left-color: rgb(61 187 127 / 0.75);
}
.border-l-primary-80\/80{
    border-left-color: rgb(61 187 127 / 0.8);
}
.border-l-primary-80\/85{
    border-left-color: rgb(61 187 127 / 0.85);
}
.border-l-primary-80\/90{
    border-left-color: rgb(61 187 127 / 0.9);
}
.border-l-primary-80\/95{
    border-left-color: rgb(61 187 127 / 0.95);
}
.border-l-primary-800{
    --tw-border-opacity: 1;
    border-left-color: rgb(10 68 41 / var(--tw-border-opacity));
}
.border-l-primary-800\/0{
    border-left-color: rgb(10 68 41 / 0);
}
.border-l-primary-800\/10{
    border-left-color: rgb(10 68 41 / 0.1);
}
.border-l-primary-800\/100{
    border-left-color: rgb(10 68 41 / 1);
}
.border-l-primary-800\/15{
    border-left-color: rgb(10 68 41 / 0.15);
}
.border-l-primary-800\/20{
    border-left-color: rgb(10 68 41 / 0.2);
}
.border-l-primary-800\/25{
    border-left-color: rgb(10 68 41 / 0.25);
}
.border-l-primary-800\/30{
    border-left-color: rgb(10 68 41 / 0.3);
}
.border-l-primary-800\/35{
    border-left-color: rgb(10 68 41 / 0.35);
}
.border-l-primary-800\/40{
    border-left-color: rgb(10 68 41 / 0.4);
}
.border-l-primary-800\/45{
    border-left-color: rgb(10 68 41 / 0.45);
}
.border-l-primary-800\/5{
    border-left-color: rgb(10 68 41 / 0.05);
}
.border-l-primary-800\/50{
    border-left-color: rgb(10 68 41 / 0.5);
}
.border-l-primary-800\/55{
    border-left-color: rgb(10 68 41 / 0.55);
}
.border-l-primary-800\/60{
    border-left-color: rgb(10 68 41 / 0.6);
}
.border-l-primary-800\/65{
    border-left-color: rgb(10 68 41 / 0.65);
}
.border-l-primary-800\/70{
    border-left-color: rgb(10 68 41 / 0.7);
}
.border-l-primary-800\/75{
    border-left-color: rgb(10 68 41 / 0.75);
}
.border-l-primary-800\/80{
    border-left-color: rgb(10 68 41 / 0.8);
}
.border-l-primary-800\/85{
    border-left-color: rgb(10 68 41 / 0.85);
}
.border-l-primary-800\/90{
    border-left-color: rgb(10 68 41 / 0.9);
}
.border-l-primary-800\/95{
    border-left-color: rgb(10 68 41 / 0.95);
}
.border-l-primary-900{
    --tw-border-opacity: 1;
    border-left-color: rgb(28 59 45 / var(--tw-border-opacity));
}
.border-l-primary-900\/0{
    border-left-color: rgb(28 59 45 / 0);
}
.border-l-primary-900\/10{
    border-left-color: rgb(28 59 45 / 0.1);
}
.border-l-primary-900\/100{
    border-left-color: rgb(28 59 45 / 1);
}
.border-l-primary-900\/15{
    border-left-color: rgb(28 59 45 / 0.15);
}
.border-l-primary-900\/20{
    border-left-color: rgb(28 59 45 / 0.2);
}
.border-l-primary-900\/25{
    border-left-color: rgb(28 59 45 / 0.25);
}
.border-l-primary-900\/30{
    border-left-color: rgb(28 59 45 / 0.3);
}
.border-l-primary-900\/35{
    border-left-color: rgb(28 59 45 / 0.35);
}
.border-l-primary-900\/40{
    border-left-color: rgb(28 59 45 / 0.4);
}
.border-l-primary-900\/45{
    border-left-color: rgb(28 59 45 / 0.45);
}
.border-l-primary-900\/5{
    border-left-color: rgb(28 59 45 / 0.05);
}
.border-l-primary-900\/50{
    border-left-color: rgb(28 59 45 / 0.5);
}
.border-l-primary-900\/55{
    border-left-color: rgb(28 59 45 / 0.55);
}
.border-l-primary-900\/60{
    border-left-color: rgb(28 59 45 / 0.6);
}
.border-l-primary-900\/65{
    border-left-color: rgb(28 59 45 / 0.65);
}
.border-l-primary-900\/70{
    border-left-color: rgb(28 59 45 / 0.7);
}
.border-l-primary-900\/75{
    border-left-color: rgb(28 59 45 / 0.75);
}
.border-l-primary-900\/80{
    border-left-color: rgb(28 59 45 / 0.8);
}
.border-l-primary-900\/85{
    border-left-color: rgb(28 59 45 / 0.85);
}
.border-l-primary-900\/90{
    border-left-color: rgb(28 59 45 / 0.9);
}
.border-l-primary-900\/95{
    border-left-color: rgb(28 59 45 / 0.95);
}
.border-l-primary-950{
    --tw-border-opacity: 1;
    border-left-color: rgb(20 28 24 / var(--tw-border-opacity));
}
.border-l-primary-950\/0{
    border-left-color: rgb(20 28 24 / 0);
}
.border-l-primary-950\/10{
    border-left-color: rgb(20 28 24 / 0.1);
}
.border-l-primary-950\/100{
    border-left-color: rgb(20 28 24 / 1);
}
.border-l-primary-950\/15{
    border-left-color: rgb(20 28 24 / 0.15);
}
.border-l-primary-950\/20{
    border-left-color: rgb(20 28 24 / 0.2);
}
.border-l-primary-950\/25{
    border-left-color: rgb(20 28 24 / 0.25);
}
.border-l-primary-950\/30{
    border-left-color: rgb(20 28 24 / 0.3);
}
.border-l-primary-950\/35{
    border-left-color: rgb(20 28 24 / 0.35);
}
.border-l-primary-950\/40{
    border-left-color: rgb(20 28 24 / 0.4);
}
.border-l-primary-950\/45{
    border-left-color: rgb(20 28 24 / 0.45);
}
.border-l-primary-950\/5{
    border-left-color: rgb(20 28 24 / 0.05);
}
.border-l-primary-950\/50{
    border-left-color: rgb(20 28 24 / 0.5);
}
.border-l-primary-950\/55{
    border-left-color: rgb(20 28 24 / 0.55);
}
.border-l-primary-950\/60{
    border-left-color: rgb(20 28 24 / 0.6);
}
.border-l-primary-950\/65{
    border-left-color: rgb(20 28 24 / 0.65);
}
.border-l-primary-950\/70{
    border-left-color: rgb(20 28 24 / 0.7);
}
.border-l-primary-950\/75{
    border-left-color: rgb(20 28 24 / 0.75);
}
.border-l-primary-950\/80{
    border-left-color: rgb(20 28 24 / 0.8);
}
.border-l-primary-950\/85{
    border-left-color: rgb(20 28 24 / 0.85);
}
.border-l-primary-950\/90{
    border-left-color: rgb(20 28 24 / 0.9);
}
.border-l-primary-950\/95{
    border-left-color: rgb(20 28 24 / 0.95);
}
.border-l-primary-dark{
    --tw-border-opacity: 1;
    border-left-color: rgb(10 68 41 / var(--tw-border-opacity));
}
.border-l-primary-dark\/0{
    border-left-color: rgb(10 68 41 / 0);
}
.border-l-primary-dark\/10{
    border-left-color: rgb(10 68 41 / 0.1);
}
.border-l-primary-dark\/100{
    border-left-color: rgb(10 68 41 / 1);
}
.border-l-primary-dark\/15{
    border-left-color: rgb(10 68 41 / 0.15);
}
.border-l-primary-dark\/20{
    border-left-color: rgb(10 68 41 / 0.2);
}
.border-l-primary-dark\/25{
    border-left-color: rgb(10 68 41 / 0.25);
}
.border-l-primary-dark\/30{
    border-left-color: rgb(10 68 41 / 0.3);
}
.border-l-primary-dark\/35{
    border-left-color: rgb(10 68 41 / 0.35);
}
.border-l-primary-dark\/40{
    border-left-color: rgb(10 68 41 / 0.4);
}
.border-l-primary-dark\/45{
    border-left-color: rgb(10 68 41 / 0.45);
}
.border-l-primary-dark\/5{
    border-left-color: rgb(10 68 41 / 0.05);
}
.border-l-primary-dark\/50{
    border-left-color: rgb(10 68 41 / 0.5);
}
.border-l-primary-dark\/55{
    border-left-color: rgb(10 68 41 / 0.55);
}
.border-l-primary-dark\/60{
    border-left-color: rgb(10 68 41 / 0.6);
}
.border-l-primary-dark\/65{
    border-left-color: rgb(10 68 41 / 0.65);
}
.border-l-primary-dark\/70{
    border-left-color: rgb(10 68 41 / 0.7);
}
.border-l-primary-dark\/75{
    border-left-color: rgb(10 68 41 / 0.75);
}
.border-l-primary-dark\/80{
    border-left-color: rgb(10 68 41 / 0.8);
}
.border-l-primary-dark\/85{
    border-left-color: rgb(10 68 41 / 0.85);
}
.border-l-primary-dark\/90{
    border-left-color: rgb(10 68 41 / 0.9);
}
.border-l-primary-dark\/95{
    border-left-color: rgb(10 68 41 / 0.95);
}
.border-l-primary-light{
    --tw-border-opacity: 1;
    border-left-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-l-primary-light\/0{
    border-left-color: rgb(198 238 219 / 0);
}
.border-l-primary-light\/10{
    border-left-color: rgb(198 238 219 / 0.1);
}
.border-l-primary-light\/100{
    border-left-color: rgb(198 238 219 / 1);
}
.border-l-primary-light\/15{
    border-left-color: rgb(198 238 219 / 0.15);
}
.border-l-primary-light\/20{
    border-left-color: rgb(198 238 219 / 0.2);
}
.border-l-primary-light\/25{
    border-left-color: rgb(198 238 219 / 0.25);
}
.border-l-primary-light\/30{
    border-left-color: rgb(198 238 219 / 0.3);
}
.border-l-primary-light\/35{
    border-left-color: rgb(198 238 219 / 0.35);
}
.border-l-primary-light\/40{
    border-left-color: rgb(198 238 219 / 0.4);
}
.border-l-primary-light\/45{
    border-left-color: rgb(198 238 219 / 0.45);
}
.border-l-primary-light\/5{
    border-left-color: rgb(198 238 219 / 0.05);
}
.border-l-primary-light\/50{
    border-left-color: rgb(198 238 219 / 0.5);
}
.border-l-primary-light\/55{
    border-left-color: rgb(198 238 219 / 0.55);
}
.border-l-primary-light\/60{
    border-left-color: rgb(198 238 219 / 0.6);
}
.border-l-primary-light\/65{
    border-left-color: rgb(198 238 219 / 0.65);
}
.border-l-primary-light\/70{
    border-left-color: rgb(198 238 219 / 0.7);
}
.border-l-primary-light\/75{
    border-left-color: rgb(198 238 219 / 0.75);
}
.border-l-primary-light\/80{
    border-left-color: rgb(198 238 219 / 0.8);
}
.border-l-primary-light\/85{
    border-left-color: rgb(198 238 219 / 0.85);
}
.border-l-primary-light\/90{
    border-left-color: rgb(198 238 219 / 0.9);
}
.border-l-primary-light\/95{
    border-left-color: rgb(198 238 219 / 0.95);
}
.border-l-primary\/0{
    border-left-color: rgb(72 229 155 / 0);
}
.border-l-primary\/10{
    border-left-color: rgb(72 229 155 / 0.1);
}
.border-l-primary\/100{
    border-left-color: rgb(72 229 155 / 1);
}
.border-l-primary\/15{
    border-left-color: rgb(72 229 155 / 0.15);
}
.border-l-primary\/20{
    border-left-color: rgb(72 229 155 / 0.2);
}
.border-l-primary\/25{
    border-left-color: rgb(72 229 155 / 0.25);
}
.border-l-primary\/30{
    border-left-color: rgb(72 229 155 / 0.3);
}
.border-l-primary\/35{
    border-left-color: rgb(72 229 155 / 0.35);
}
.border-l-primary\/40{
    border-left-color: rgb(72 229 155 / 0.4);
}
.border-l-primary\/45{
    border-left-color: rgb(72 229 155 / 0.45);
}
.border-l-primary\/5{
    border-left-color: rgb(72 229 155 / 0.05);
}
.border-l-primary\/50{
    border-left-color: rgb(72 229 155 / 0.5);
}
.border-l-primary\/55{
    border-left-color: rgb(72 229 155 / 0.55);
}
.border-l-primary\/60{
    border-left-color: rgb(72 229 155 / 0.6);
}
.border-l-primary\/65{
    border-left-color: rgb(72 229 155 / 0.65);
}
.border-l-primary\/70{
    border-left-color: rgb(72 229 155 / 0.7);
}
.border-l-primary\/75{
    border-left-color: rgb(72 229 155 / 0.75);
}
.border-l-primary\/80{
    border-left-color: rgb(72 229 155 / 0.8);
}
.border-l-primary\/85{
    border-left-color: rgb(72 229 155 / 0.85);
}
.border-l-primary\/90{
    border-left-color: rgb(72 229 155 / 0.9);
}
.border-l-primary\/95{
    border-left-color: rgb(72 229 155 / 0.95);
}
.border-l-secondary{
    --tw-border-opacity: 1;
    border-left-color: rgb(1 90 213 / var(--tw-border-opacity));
}
.border-l-secondary-500{
    --tw-border-opacity: 1;
    border-left-color: rgb(1 90 213 / var(--tw-border-opacity));
}
.border-l-secondary-500\/0{
    border-left-color: rgb(1 90 213 / 0);
}
.border-l-secondary-500\/10{
    border-left-color: rgb(1 90 213 / 0.1);
}
.border-l-secondary-500\/100{
    border-left-color: rgb(1 90 213 / 1);
}
.border-l-secondary-500\/15{
    border-left-color: rgb(1 90 213 / 0.15);
}
.border-l-secondary-500\/20{
    border-left-color: rgb(1 90 213 / 0.2);
}
.border-l-secondary-500\/25{
    border-left-color: rgb(1 90 213 / 0.25);
}
.border-l-secondary-500\/30{
    border-left-color: rgb(1 90 213 / 0.3);
}
.border-l-secondary-500\/35{
    border-left-color: rgb(1 90 213 / 0.35);
}
.border-l-secondary-500\/40{
    border-left-color: rgb(1 90 213 / 0.4);
}
.border-l-secondary-500\/45{
    border-left-color: rgb(1 90 213 / 0.45);
}
.border-l-secondary-500\/5{
    border-left-color: rgb(1 90 213 / 0.05);
}
.border-l-secondary-500\/50{
    border-left-color: rgb(1 90 213 / 0.5);
}
.border-l-secondary-500\/55{
    border-left-color: rgb(1 90 213 / 0.55);
}
.border-l-secondary-500\/60{
    border-left-color: rgb(1 90 213 / 0.6);
}
.border-l-secondary-500\/65{
    border-left-color: rgb(1 90 213 / 0.65);
}
.border-l-secondary-500\/70{
    border-left-color: rgb(1 90 213 / 0.7);
}
.border-l-secondary-500\/75{
    border-left-color: rgb(1 90 213 / 0.75);
}
.border-l-secondary-500\/80{
    border-left-color: rgb(1 90 213 / 0.8);
}
.border-l-secondary-500\/85{
    border-left-color: rgb(1 90 213 / 0.85);
}
.border-l-secondary-500\/90{
    border-left-color: rgb(1 90 213 / 0.9);
}
.border-l-secondary-500\/95{
    border-left-color: rgb(1 90 213 / 0.95);
}
.border-l-secondary\/0{
    border-left-color: rgb(1 90 213 / 0);
}
.border-l-secondary\/10{
    border-left-color: rgb(1 90 213 / 0.1);
}
.border-l-secondary\/100{
    border-left-color: rgb(1 90 213 / 1);
}
.border-l-secondary\/15{
    border-left-color: rgb(1 90 213 / 0.15);
}
.border-l-secondary\/20{
    border-left-color: rgb(1 90 213 / 0.2);
}
.border-l-secondary\/25{
    border-left-color: rgb(1 90 213 / 0.25);
}
.border-l-secondary\/30{
    border-left-color: rgb(1 90 213 / 0.3);
}
.border-l-secondary\/35{
    border-left-color: rgb(1 90 213 / 0.35);
}
.border-l-secondary\/40{
    border-left-color: rgb(1 90 213 / 0.4);
}
.border-l-secondary\/45{
    border-left-color: rgb(1 90 213 / 0.45);
}
.border-l-secondary\/5{
    border-left-color: rgb(1 90 213 / 0.05);
}
.border-l-secondary\/50{
    border-left-color: rgb(1 90 213 / 0.5);
}
.border-l-secondary\/55{
    border-left-color: rgb(1 90 213 / 0.55);
}
.border-l-secondary\/60{
    border-left-color: rgb(1 90 213 / 0.6);
}
.border-l-secondary\/65{
    border-left-color: rgb(1 90 213 / 0.65);
}
.border-l-secondary\/70{
    border-left-color: rgb(1 90 213 / 0.7);
}
.border-l-secondary\/75{
    border-left-color: rgb(1 90 213 / 0.75);
}
.border-l-secondary\/80{
    border-left-color: rgb(1 90 213 / 0.8);
}
.border-l-secondary\/85{
    border-left-color: rgb(1 90 213 / 0.85);
}
.border-l-secondary\/90{
    border-left-color: rgb(1 90 213 / 0.9);
}
.border-l-secondary\/95{
    border-left-color: rgb(1 90 213 / 0.95);
}
.border-r-black-brand{
    --tw-border-opacity: 1;
    border-right-color: rgb(49 49 49 / var(--tw-border-opacity));
}
.border-r-black-brand\/0{
    border-right-color: rgb(49 49 49 / 0);
}
.border-r-black-brand\/10{
    border-right-color: rgb(49 49 49 / 0.1);
}
.border-r-black-brand\/100{
    border-right-color: rgb(49 49 49 / 1);
}
.border-r-black-brand\/15{
    border-right-color: rgb(49 49 49 / 0.15);
}
.border-r-black-brand\/20{
    border-right-color: rgb(49 49 49 / 0.2);
}
.border-r-black-brand\/25{
    border-right-color: rgb(49 49 49 / 0.25);
}
.border-r-black-brand\/30{
    border-right-color: rgb(49 49 49 / 0.3);
}
.border-r-black-brand\/35{
    border-right-color: rgb(49 49 49 / 0.35);
}
.border-r-black-brand\/40{
    border-right-color: rgb(49 49 49 / 0.4);
}
.border-r-black-brand\/45{
    border-right-color: rgb(49 49 49 / 0.45);
}
.border-r-black-brand\/5{
    border-right-color: rgb(49 49 49 / 0.05);
}
.border-r-black-brand\/50{
    border-right-color: rgb(49 49 49 / 0.5);
}
.border-r-black-brand\/55{
    border-right-color: rgb(49 49 49 / 0.55);
}
.border-r-black-brand\/60{
    border-right-color: rgb(49 49 49 / 0.6);
}
.border-r-black-brand\/65{
    border-right-color: rgb(49 49 49 / 0.65);
}
.border-r-black-brand\/70{
    border-right-color: rgb(49 49 49 / 0.7);
}
.border-r-black-brand\/75{
    border-right-color: rgb(49 49 49 / 0.75);
}
.border-r-black-brand\/80{
    border-right-color: rgb(49 49 49 / 0.8);
}
.border-r-black-brand\/85{
    border-right-color: rgb(49 49 49 / 0.85);
}
.border-r-black-brand\/90{
    border-right-color: rgb(49 49 49 / 0.9);
}
.border-r-black-brand\/95{
    border-right-color: rgb(49 49 49 / 0.95);
}
.border-r-brand-100{
    border-right-color: #c6eedb0d;
}
.border-r-brand-100\/0{
    border-right-color: rgb(198 238 219 / 0);
}
.border-r-brand-100\/10{
    border-right-color: rgb(198 238 219 / 0.1);
}
.border-r-brand-100\/100{
    border-right-color: rgb(198 238 219 / 1);
}
.border-r-brand-100\/15{
    border-right-color: rgb(198 238 219 / 0.15);
}
.border-r-brand-100\/20{
    border-right-color: rgb(198 238 219 / 0.2);
}
.border-r-brand-100\/25{
    border-right-color: rgb(198 238 219 / 0.25);
}
.border-r-brand-100\/30{
    border-right-color: rgb(198 238 219 / 0.3);
}
.border-r-brand-100\/35{
    border-right-color: rgb(198 238 219 / 0.35);
}
.border-r-brand-100\/40{
    border-right-color: rgb(198 238 219 / 0.4);
}
.border-r-brand-100\/45{
    border-right-color: rgb(198 238 219 / 0.45);
}
.border-r-brand-100\/5{
    border-right-color: rgb(198 238 219 / 0.05);
}
.border-r-brand-100\/50{
    border-right-color: rgb(198 238 219 / 0.5);
}
.border-r-brand-100\/55{
    border-right-color: rgb(198 238 219 / 0.55);
}
.border-r-brand-100\/60{
    border-right-color: rgb(198 238 219 / 0.6);
}
.border-r-brand-100\/65{
    border-right-color: rgb(198 238 219 / 0.65);
}
.border-r-brand-100\/70{
    border-right-color: rgb(198 238 219 / 0.7);
}
.border-r-brand-100\/75{
    border-right-color: rgb(198 238 219 / 0.75);
}
.border-r-brand-100\/80{
    border-right-color: rgb(198 238 219 / 0.8);
}
.border-r-brand-100\/85{
    border-right-color: rgb(198 238 219 / 0.85);
}
.border-r-brand-100\/90{
    border-right-color: rgb(198 238 219 / 0.9);
}
.border-r-brand-100\/95{
    border-right-color: rgb(198 238 219 / 0.95);
}
.border-r-brand-20{
    --tw-border-opacity: 1;
    border-right-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-r-brand-20\/0{
    border-right-color: rgb(72 229 155 / 0);
}
.border-r-brand-20\/10{
    border-right-color: rgb(72 229 155 / 0.1);
}
.border-r-brand-20\/100{
    border-right-color: rgb(72 229 155 / 1);
}
.border-r-brand-20\/15{
    border-right-color: rgb(72 229 155 / 0.15);
}
.border-r-brand-20\/20{
    border-right-color: rgb(72 229 155 / 0.2);
}
.border-r-brand-20\/25{
    border-right-color: rgb(72 229 155 / 0.25);
}
.border-r-brand-20\/30{
    border-right-color: rgb(72 229 155 / 0.3);
}
.border-r-brand-20\/35{
    border-right-color: rgb(72 229 155 / 0.35);
}
.border-r-brand-20\/40{
    border-right-color: rgb(72 229 155 / 0.4);
}
.border-r-brand-20\/45{
    border-right-color: rgb(72 229 155 / 0.45);
}
.border-r-brand-20\/5{
    border-right-color: rgb(72 229 155 / 0.05);
}
.border-r-brand-20\/50{
    border-right-color: rgb(72 229 155 / 0.5);
}
.border-r-brand-20\/55{
    border-right-color: rgb(72 229 155 / 0.55);
}
.border-r-brand-20\/60{
    border-right-color: rgb(72 229 155 / 0.6);
}
.border-r-brand-20\/65{
    border-right-color: rgb(72 229 155 / 0.65);
}
.border-r-brand-20\/70{
    border-right-color: rgb(72 229 155 / 0.7);
}
.border-r-brand-20\/75{
    border-right-color: rgb(72 229 155 / 0.75);
}
.border-r-brand-20\/80{
    border-right-color: rgb(72 229 155 / 0.8);
}
.border-r-brand-20\/85{
    border-right-color: rgb(72 229 155 / 0.85);
}
.border-r-brand-20\/90{
    border-right-color: rgb(72 229 155 / 0.9);
}
.border-r-brand-20\/95{
    border-right-color: rgb(72 229 155 / 0.95);
}
.border-r-brand-200{
    border-right-color: #c6eedb33;
}
.border-r-brand-200\/0{
    border-right-color: rgb(198 238 219 / 0);
}
.border-r-brand-200\/10{
    border-right-color: rgb(198 238 219 / 0.1);
}
.border-r-brand-200\/100{
    border-right-color: rgb(198 238 219 / 1);
}
.border-r-brand-200\/15{
    border-right-color: rgb(198 238 219 / 0.15);
}
.border-r-brand-200\/20{
    border-right-color: rgb(198 238 219 / 0.2);
}
.border-r-brand-200\/25{
    border-right-color: rgb(198 238 219 / 0.25);
}
.border-r-brand-200\/30{
    border-right-color: rgb(198 238 219 / 0.3);
}
.border-r-brand-200\/35{
    border-right-color: rgb(198 238 219 / 0.35);
}
.border-r-brand-200\/40{
    border-right-color: rgb(198 238 219 / 0.4);
}
.border-r-brand-200\/45{
    border-right-color: rgb(198 238 219 / 0.45);
}
.border-r-brand-200\/5{
    border-right-color: rgb(198 238 219 / 0.05);
}
.border-r-brand-200\/50{
    border-right-color: rgb(198 238 219 / 0.5);
}
.border-r-brand-200\/55{
    border-right-color: rgb(198 238 219 / 0.55);
}
.border-r-brand-200\/60{
    border-right-color: rgb(198 238 219 / 0.6);
}
.border-r-brand-200\/65{
    border-right-color: rgb(198 238 219 / 0.65);
}
.border-r-brand-200\/70{
    border-right-color: rgb(198 238 219 / 0.7);
}
.border-r-brand-200\/75{
    border-right-color: rgb(198 238 219 / 0.75);
}
.border-r-brand-200\/80{
    border-right-color: rgb(198 238 219 / 0.8);
}
.border-r-brand-200\/85{
    border-right-color: rgb(198 238 219 / 0.85);
}
.border-r-brand-200\/90{
    border-right-color: rgb(198 238 219 / 0.9);
}
.border-r-brand-200\/95{
    border-right-color: rgb(198 238 219 / 0.95);
}
.border-r-brand-300{
    --tw-border-opacity: 1;
    border-right-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-r-brand-300\/0{
    border-right-color: rgb(198 238 219 / 0);
}
.border-r-brand-300\/10{
    border-right-color: rgb(198 238 219 / 0.1);
}
.border-r-brand-300\/100{
    border-right-color: rgb(198 238 219 / 1);
}
.border-r-brand-300\/15{
    border-right-color: rgb(198 238 219 / 0.15);
}
.border-r-brand-300\/20{
    border-right-color: rgb(198 238 219 / 0.2);
}
.border-r-brand-300\/25{
    border-right-color: rgb(198 238 219 / 0.25);
}
.border-r-brand-300\/30{
    border-right-color: rgb(198 238 219 / 0.3);
}
.border-r-brand-300\/35{
    border-right-color: rgb(198 238 219 / 0.35);
}
.border-r-brand-300\/40{
    border-right-color: rgb(198 238 219 / 0.4);
}
.border-r-brand-300\/45{
    border-right-color: rgb(198 238 219 / 0.45);
}
.border-r-brand-300\/5{
    border-right-color: rgb(198 238 219 / 0.05);
}
.border-r-brand-300\/50{
    border-right-color: rgb(198 238 219 / 0.5);
}
.border-r-brand-300\/55{
    border-right-color: rgb(198 238 219 / 0.55);
}
.border-r-brand-300\/60{
    border-right-color: rgb(198 238 219 / 0.6);
}
.border-r-brand-300\/65{
    border-right-color: rgb(198 238 219 / 0.65);
}
.border-r-brand-300\/70{
    border-right-color: rgb(198 238 219 / 0.7);
}
.border-r-brand-300\/75{
    border-right-color: rgb(198 238 219 / 0.75);
}
.border-r-brand-300\/80{
    border-right-color: rgb(198 238 219 / 0.8);
}
.border-r-brand-300\/85{
    border-right-color: rgb(198 238 219 / 0.85);
}
.border-r-brand-300\/90{
    border-right-color: rgb(198 238 219 / 0.9);
}
.border-r-brand-300\/95{
    border-right-color: rgb(198 238 219 / 0.95);
}
.border-r-brand-black{
    --tw-border-opacity: 1;
    border-right-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-r-brand-black\/0{
    border-right-color: rgb(17 17 17 / 0);
}
.border-r-brand-black\/10{
    border-right-color: rgb(17 17 17 / 0.1);
}
.border-r-brand-black\/100{
    border-right-color: rgb(17 17 17 / 1);
}
.border-r-brand-black\/15{
    border-right-color: rgb(17 17 17 / 0.15);
}
.border-r-brand-black\/20{
    border-right-color: rgb(17 17 17 / 0.2);
}
.border-r-brand-black\/25{
    border-right-color: rgb(17 17 17 / 0.25);
}
.border-r-brand-black\/30{
    border-right-color: rgb(17 17 17 / 0.3);
}
.border-r-brand-black\/35{
    border-right-color: rgb(17 17 17 / 0.35);
}
.border-r-brand-black\/40{
    border-right-color: rgb(17 17 17 / 0.4);
}
.border-r-brand-black\/45{
    border-right-color: rgb(17 17 17 / 0.45);
}
.border-r-brand-black\/5{
    border-right-color: rgb(17 17 17 / 0.05);
}
.border-r-brand-black\/50{
    border-right-color: rgb(17 17 17 / 0.5);
}
.border-r-brand-black\/55{
    border-right-color: rgb(17 17 17 / 0.55);
}
.border-r-brand-black\/60{
    border-right-color: rgb(17 17 17 / 0.6);
}
.border-r-brand-black\/65{
    border-right-color: rgb(17 17 17 / 0.65);
}
.border-r-brand-black\/70{
    border-right-color: rgb(17 17 17 / 0.7);
}
.border-r-brand-black\/75{
    border-right-color: rgb(17 17 17 / 0.75);
}
.border-r-brand-black\/80{
    border-right-color: rgb(17 17 17 / 0.8);
}
.border-r-brand-black\/85{
    border-right-color: rgb(17 17 17 / 0.85);
}
.border-r-brand-black\/90{
    border-right-color: rgb(17 17 17 / 0.9);
}
.border-r-brand-black\/95{
    border-right-color: rgb(17 17 17 / 0.95);
}
.border-r-brand-blue{
    --tw-border-opacity: 1;
    border-right-color: rgb(112 168 244 / var(--tw-border-opacity));
}
.border-r-brand-blue\/0{
    border-right-color: rgb(112 168 244 / 0);
}
.border-r-brand-blue\/10{
    border-right-color: rgb(112 168 244 / 0.1);
}
.border-r-brand-blue\/100{
    border-right-color: rgb(112 168 244 / 1);
}
.border-r-brand-blue\/15{
    border-right-color: rgb(112 168 244 / 0.15);
}
.border-r-brand-blue\/20{
    border-right-color: rgb(112 168 244 / 0.2);
}
.border-r-brand-blue\/25{
    border-right-color: rgb(112 168 244 / 0.25);
}
.border-r-brand-blue\/30{
    border-right-color: rgb(112 168 244 / 0.3);
}
.border-r-brand-blue\/35{
    border-right-color: rgb(112 168 244 / 0.35);
}
.border-r-brand-blue\/40{
    border-right-color: rgb(112 168 244 / 0.4);
}
.border-r-brand-blue\/45{
    border-right-color: rgb(112 168 244 / 0.45);
}
.border-r-brand-blue\/5{
    border-right-color: rgb(112 168 244 / 0.05);
}
.border-r-brand-blue\/50{
    border-right-color: rgb(112 168 244 / 0.5);
}
.border-r-brand-blue\/55{
    border-right-color: rgb(112 168 244 / 0.55);
}
.border-r-brand-blue\/60{
    border-right-color: rgb(112 168 244 / 0.6);
}
.border-r-brand-blue\/65{
    border-right-color: rgb(112 168 244 / 0.65);
}
.border-r-brand-blue\/70{
    border-right-color: rgb(112 168 244 / 0.7);
}
.border-r-brand-blue\/75{
    border-right-color: rgb(112 168 244 / 0.75);
}
.border-r-brand-blue\/80{
    border-right-color: rgb(112 168 244 / 0.8);
}
.border-r-brand-blue\/85{
    border-right-color: rgb(112 168 244 / 0.85);
}
.border-r-brand-blue\/90{
    border-right-color: rgb(112 168 244 / 0.9);
}
.border-r-brand-blue\/95{
    border-right-color: rgb(112 168 244 / 0.95);
}
.border-r-brand-dark{
    --tw-border-opacity: 1;
    border-right-color: rgb(35 44 39 / var(--tw-border-opacity));
}
.border-r-brand-dark\/0{
    border-right-color: rgb(35 44 39 / 0);
}
.border-r-brand-dark\/10{
    border-right-color: rgb(35 44 39 / 0.1);
}
.border-r-brand-dark\/100{
    border-right-color: rgb(35 44 39 / 1);
}
.border-r-brand-dark\/15{
    border-right-color: rgb(35 44 39 / 0.15);
}
.border-r-brand-dark\/20{
    border-right-color: rgb(35 44 39 / 0.2);
}
.border-r-brand-dark\/25{
    border-right-color: rgb(35 44 39 / 0.25);
}
.border-r-brand-dark\/30{
    border-right-color: rgb(35 44 39 / 0.3);
}
.border-r-brand-dark\/35{
    border-right-color: rgb(35 44 39 / 0.35);
}
.border-r-brand-dark\/40{
    border-right-color: rgb(35 44 39 / 0.4);
}
.border-r-brand-dark\/45{
    border-right-color: rgb(35 44 39 / 0.45);
}
.border-r-brand-dark\/5{
    border-right-color: rgb(35 44 39 / 0.05);
}
.border-r-brand-dark\/50{
    border-right-color: rgb(35 44 39 / 0.5);
}
.border-r-brand-dark\/55{
    border-right-color: rgb(35 44 39 / 0.55);
}
.border-r-brand-dark\/60{
    border-right-color: rgb(35 44 39 / 0.6);
}
.border-r-brand-dark\/65{
    border-right-color: rgb(35 44 39 / 0.65);
}
.border-r-brand-dark\/70{
    border-right-color: rgb(35 44 39 / 0.7);
}
.border-r-brand-dark\/75{
    border-right-color: rgb(35 44 39 / 0.75);
}
.border-r-brand-dark\/80{
    border-right-color: rgb(35 44 39 / 0.8);
}
.border-r-brand-dark\/85{
    border-right-color: rgb(35 44 39 / 0.85);
}
.border-r-brand-dark\/90{
    border-right-color: rgb(35 44 39 / 0.9);
}
.border-r-brand-dark\/95{
    border-right-color: rgb(35 44 39 / 0.95);
}
.border-r-brand-green{
    --tw-border-opacity: 1;
    border-right-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-r-brand-green\/0{
    border-right-color: rgb(72 229 155 / 0);
}
.border-r-brand-green\/10{
    border-right-color: rgb(72 229 155 / 0.1);
}
.border-r-brand-green\/100{
    border-right-color: rgb(72 229 155 / 1);
}
.border-r-brand-green\/15{
    border-right-color: rgb(72 229 155 / 0.15);
}
.border-r-brand-green\/20{
    border-right-color: rgb(72 229 155 / 0.2);
}
.border-r-brand-green\/25{
    border-right-color: rgb(72 229 155 / 0.25);
}
.border-r-brand-green\/30{
    border-right-color: rgb(72 229 155 / 0.3);
}
.border-r-brand-green\/35{
    border-right-color: rgb(72 229 155 / 0.35);
}
.border-r-brand-green\/40{
    border-right-color: rgb(72 229 155 / 0.4);
}
.border-r-brand-green\/45{
    border-right-color: rgb(72 229 155 / 0.45);
}
.border-r-brand-green\/5{
    border-right-color: rgb(72 229 155 / 0.05);
}
.border-r-brand-green\/50{
    border-right-color: rgb(72 229 155 / 0.5);
}
.border-r-brand-green\/55{
    border-right-color: rgb(72 229 155 / 0.55);
}
.border-r-brand-green\/60{
    border-right-color: rgb(72 229 155 / 0.6);
}
.border-r-brand-green\/65{
    border-right-color: rgb(72 229 155 / 0.65);
}
.border-r-brand-green\/70{
    border-right-color: rgb(72 229 155 / 0.7);
}
.border-r-brand-green\/75{
    border-right-color: rgb(72 229 155 / 0.75);
}
.border-r-brand-green\/80{
    border-right-color: rgb(72 229 155 / 0.8);
}
.border-r-brand-green\/85{
    border-right-color: rgb(72 229 155 / 0.85);
}
.border-r-brand-green\/90{
    border-right-color: rgb(72 229 155 / 0.9);
}
.border-r-brand-green\/95{
    border-right-color: rgb(72 229 155 / 0.95);
}
.border-r-brand-light{
    --tw-border-opacity: 1;
    border-right-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-r-brand-light\/0{
    border-right-color: rgb(198 238 219 / 0);
}
.border-r-brand-light\/10{
    border-right-color: rgb(198 238 219 / 0.1);
}
.border-r-brand-light\/100{
    border-right-color: rgb(198 238 219 / 1);
}
.border-r-brand-light\/15{
    border-right-color: rgb(198 238 219 / 0.15);
}
.border-r-brand-light\/20{
    border-right-color: rgb(198 238 219 / 0.2);
}
.border-r-brand-light\/25{
    border-right-color: rgb(198 238 219 / 0.25);
}
.border-r-brand-light\/30{
    border-right-color: rgb(198 238 219 / 0.3);
}
.border-r-brand-light\/35{
    border-right-color: rgb(198 238 219 / 0.35);
}
.border-r-brand-light\/40{
    border-right-color: rgb(198 238 219 / 0.4);
}
.border-r-brand-light\/45{
    border-right-color: rgb(198 238 219 / 0.45);
}
.border-r-brand-light\/5{
    border-right-color: rgb(198 238 219 / 0.05);
}
.border-r-brand-light\/50{
    border-right-color: rgb(198 238 219 / 0.5);
}
.border-r-brand-light\/55{
    border-right-color: rgb(198 238 219 / 0.55);
}
.border-r-brand-light\/60{
    border-right-color: rgb(198 238 219 / 0.6);
}
.border-r-brand-light\/65{
    border-right-color: rgb(198 238 219 / 0.65);
}
.border-r-brand-light\/70{
    border-right-color: rgb(198 238 219 / 0.7);
}
.border-r-brand-light\/75{
    border-right-color: rgb(198 238 219 / 0.75);
}
.border-r-brand-light\/80{
    border-right-color: rgb(198 238 219 / 0.8);
}
.border-r-brand-light\/85{
    border-right-color: rgb(198 238 219 / 0.85);
}
.border-r-brand-light\/90{
    border-right-color: rgb(198 238 219 / 0.9);
}
.border-r-brand-light\/95{
    border-right-color: rgb(198 238 219 / 0.95);
}
.border-r-error{
    --tw-border-opacity: 1;
    border-right-color: rgb(255 60 60 / var(--tw-border-opacity));
}
.border-r-error-10{
    --tw-border-opacity: 1;
    border-right-color: rgb(41 21 21 / var(--tw-border-opacity));
}
.border-r-error-10\/0{
    border-right-color: rgb(41 21 21 / 0);
}
.border-r-error-10\/10{
    border-right-color: rgb(41 21 21 / 0.1);
}
.border-r-error-10\/100{
    border-right-color: rgb(41 21 21 / 1);
}
.border-r-error-10\/15{
    border-right-color: rgb(41 21 21 / 0.15);
}
.border-r-error-10\/20{
    border-right-color: rgb(41 21 21 / 0.2);
}
.border-r-error-10\/25{
    border-right-color: rgb(41 21 21 / 0.25);
}
.border-r-error-10\/30{
    border-right-color: rgb(41 21 21 / 0.3);
}
.border-r-error-10\/35{
    border-right-color: rgb(41 21 21 / 0.35);
}
.border-r-error-10\/40{
    border-right-color: rgb(41 21 21 / 0.4);
}
.border-r-error-10\/45{
    border-right-color: rgb(41 21 21 / 0.45);
}
.border-r-error-10\/5{
    border-right-color: rgb(41 21 21 / 0.05);
}
.border-r-error-10\/50{
    border-right-color: rgb(41 21 21 / 0.5);
}
.border-r-error-10\/55{
    border-right-color: rgb(41 21 21 / 0.55);
}
.border-r-error-10\/60{
    border-right-color: rgb(41 21 21 / 0.6);
}
.border-r-error-10\/65{
    border-right-color: rgb(41 21 21 / 0.65);
}
.border-r-error-10\/70{
    border-right-color: rgb(41 21 21 / 0.7);
}
.border-r-error-10\/75{
    border-right-color: rgb(41 21 21 / 0.75);
}
.border-r-error-10\/80{
    border-right-color: rgb(41 21 21 / 0.8);
}
.border-r-error-10\/85{
    border-right-color: rgb(41 21 21 / 0.85);
}
.border-r-error-10\/90{
    border-right-color: rgb(41 21 21 / 0.9);
}
.border-r-error-10\/95{
    border-right-color: rgb(41 21 21 / 0.95);
}
.border-r-error-100{
    --tw-border-opacity: 1;
    border-right-color: rgb(255 199 199 / var(--tw-border-opacity));
}
.border-r-error-100\/0{
    border-right-color: rgb(255 199 199 / 0);
}
.border-r-error-100\/10{
    border-right-color: rgb(255 199 199 / 0.1);
}
.border-r-error-100\/100{
    border-right-color: rgb(255 199 199 / 1);
}
.border-r-error-100\/15{
    border-right-color: rgb(255 199 199 / 0.15);
}
.border-r-error-100\/20{
    border-right-color: rgb(255 199 199 / 0.2);
}
.border-r-error-100\/25{
    border-right-color: rgb(255 199 199 / 0.25);
}
.border-r-error-100\/30{
    border-right-color: rgb(255 199 199 / 0.3);
}
.border-r-error-100\/35{
    border-right-color: rgb(255 199 199 / 0.35);
}
.border-r-error-100\/40{
    border-right-color: rgb(255 199 199 / 0.4);
}
.border-r-error-100\/45{
    border-right-color: rgb(255 199 199 / 0.45);
}
.border-r-error-100\/5{
    border-right-color: rgb(255 199 199 / 0.05);
}
.border-r-error-100\/50{
    border-right-color: rgb(255 199 199 / 0.5);
}
.border-r-error-100\/55{
    border-right-color: rgb(255 199 199 / 0.55);
}
.border-r-error-100\/60{
    border-right-color: rgb(255 199 199 / 0.6);
}
.border-r-error-100\/65{
    border-right-color: rgb(255 199 199 / 0.65);
}
.border-r-error-100\/70{
    border-right-color: rgb(255 199 199 / 0.7);
}
.border-r-error-100\/75{
    border-right-color: rgb(255 199 199 / 0.75);
}
.border-r-error-100\/80{
    border-right-color: rgb(255 199 199 / 0.8);
}
.border-r-error-100\/85{
    border-right-color: rgb(255 199 199 / 0.85);
}
.border-r-error-100\/90{
    border-right-color: rgb(255 199 199 / 0.9);
}
.border-r-error-100\/95{
    border-right-color: rgb(255 199 199 / 0.95);
}
.border-r-error-15{
    --tw-border-opacity: 1;
    border-right-color: rgb(53 23 23 / var(--tw-border-opacity));
}
.border-r-error-15\/0{
    border-right-color: rgb(53 23 23 / 0);
}
.border-r-error-15\/10{
    border-right-color: rgb(53 23 23 / 0.1);
}
.border-r-error-15\/100{
    border-right-color: rgb(53 23 23 / 1);
}
.border-r-error-15\/15{
    border-right-color: rgb(53 23 23 / 0.15);
}
.border-r-error-15\/20{
    border-right-color: rgb(53 23 23 / 0.2);
}
.border-r-error-15\/25{
    border-right-color: rgb(53 23 23 / 0.25);
}
.border-r-error-15\/30{
    border-right-color: rgb(53 23 23 / 0.3);
}
.border-r-error-15\/35{
    border-right-color: rgb(53 23 23 / 0.35);
}
.border-r-error-15\/40{
    border-right-color: rgb(53 23 23 / 0.4);
}
.border-r-error-15\/45{
    border-right-color: rgb(53 23 23 / 0.45);
}
.border-r-error-15\/5{
    border-right-color: rgb(53 23 23 / 0.05);
}
.border-r-error-15\/50{
    border-right-color: rgb(53 23 23 / 0.5);
}
.border-r-error-15\/55{
    border-right-color: rgb(53 23 23 / 0.55);
}
.border-r-error-15\/60{
    border-right-color: rgb(53 23 23 / 0.6);
}
.border-r-error-15\/65{
    border-right-color: rgb(53 23 23 / 0.65);
}
.border-r-error-15\/70{
    border-right-color: rgb(53 23 23 / 0.7);
}
.border-r-error-15\/75{
    border-right-color: rgb(53 23 23 / 0.75);
}
.border-r-error-15\/80{
    border-right-color: rgb(53 23 23 / 0.8);
}
.border-r-error-15\/85{
    border-right-color: rgb(53 23 23 / 0.85);
}
.border-r-error-15\/90{
    border-right-color: rgb(53 23 23 / 0.9);
}
.border-r-error-15\/95{
    border-right-color: rgb(53 23 23 / 0.95);
}
.border-r-error-20{
    --tw-border-opacity: 1;
    border-right-color: rgb(60 25 25 / var(--tw-border-opacity));
}
.border-r-error-20\/0{
    border-right-color: rgb(60 25 25 / 0);
}
.border-r-error-20\/10{
    border-right-color: rgb(60 25 25 / 0.1);
}
.border-r-error-20\/100{
    border-right-color: rgb(60 25 25 / 1);
}
.border-r-error-20\/15{
    border-right-color: rgb(60 25 25 / 0.15);
}
.border-r-error-20\/20{
    border-right-color: rgb(60 25 25 / 0.2);
}
.border-r-error-20\/25{
    border-right-color: rgb(60 25 25 / 0.25);
}
.border-r-error-20\/30{
    border-right-color: rgb(60 25 25 / 0.3);
}
.border-r-error-20\/35{
    border-right-color: rgb(60 25 25 / 0.35);
}
.border-r-error-20\/40{
    border-right-color: rgb(60 25 25 / 0.4);
}
.border-r-error-20\/45{
    border-right-color: rgb(60 25 25 / 0.45);
}
.border-r-error-20\/5{
    border-right-color: rgb(60 25 25 / 0.05);
}
.border-r-error-20\/50{
    border-right-color: rgb(60 25 25 / 0.5);
}
.border-r-error-20\/55{
    border-right-color: rgb(60 25 25 / 0.55);
}
.border-r-error-20\/60{
    border-right-color: rgb(60 25 25 / 0.6);
}
.border-r-error-20\/65{
    border-right-color: rgb(60 25 25 / 0.65);
}
.border-r-error-20\/70{
    border-right-color: rgb(60 25 25 / 0.7);
}
.border-r-error-20\/75{
    border-right-color: rgb(60 25 25 / 0.75);
}
.border-r-error-20\/80{
    border-right-color: rgb(60 25 25 / 0.8);
}
.border-r-error-20\/85{
    border-right-color: rgb(60 25 25 / 0.85);
}
.border-r-error-20\/90{
    border-right-color: rgb(60 25 25 / 0.9);
}
.border-r-error-20\/95{
    border-right-color: rgb(60 25 25 / 0.95);
}
.border-r-error-5{
    --tw-border-opacity: 1;
    border-right-color: rgb(29 19 19 / var(--tw-border-opacity));
}
.border-r-error-5\/0{
    border-right-color: rgb(29 19 19 / 0);
}
.border-r-error-5\/10{
    border-right-color: rgb(29 19 19 / 0.1);
}
.border-r-error-5\/100{
    border-right-color: rgb(29 19 19 / 1);
}
.border-r-error-5\/15{
    border-right-color: rgb(29 19 19 / 0.15);
}
.border-r-error-5\/20{
    border-right-color: rgb(29 19 19 / 0.2);
}
.border-r-error-5\/25{
    border-right-color: rgb(29 19 19 / 0.25);
}
.border-r-error-5\/30{
    border-right-color: rgb(29 19 19 / 0.3);
}
.border-r-error-5\/35{
    border-right-color: rgb(29 19 19 / 0.35);
}
.border-r-error-5\/40{
    border-right-color: rgb(29 19 19 / 0.4);
}
.border-r-error-5\/45{
    border-right-color: rgb(29 19 19 / 0.45);
}
.border-r-error-5\/5{
    border-right-color: rgb(29 19 19 / 0.05);
}
.border-r-error-5\/50{
    border-right-color: rgb(29 19 19 / 0.5);
}
.border-r-error-5\/55{
    border-right-color: rgb(29 19 19 / 0.55);
}
.border-r-error-5\/60{
    border-right-color: rgb(29 19 19 / 0.6);
}
.border-r-error-5\/65{
    border-right-color: rgb(29 19 19 / 0.65);
}
.border-r-error-5\/70{
    border-right-color: rgb(29 19 19 / 0.7);
}
.border-r-error-5\/75{
    border-right-color: rgb(29 19 19 / 0.75);
}
.border-r-error-5\/80{
    border-right-color: rgb(29 19 19 / 0.8);
}
.border-r-error-5\/85{
    border-right-color: rgb(29 19 19 / 0.85);
}
.border-r-error-5\/90{
    border-right-color: rgb(29 19 19 / 0.9);
}
.border-r-error-5\/95{
    border-right-color: rgb(29 19 19 / 0.95);
}
.border-r-error-500{
    --tw-border-opacity: 1;
    border-right-color: rgb(255 60 60 / var(--tw-border-opacity));
}
.border-r-error-500\/0{
    border-right-color: rgb(255 60 60 / 0);
}
.border-r-error-500\/10{
    border-right-color: rgb(255 60 60 / 0.1);
}
.border-r-error-500\/100{
    border-right-color: rgb(255 60 60 / 1);
}
.border-r-error-500\/15{
    border-right-color: rgb(255 60 60 / 0.15);
}
.border-r-error-500\/20{
    border-right-color: rgb(255 60 60 / 0.2);
}
.border-r-error-500\/25{
    border-right-color: rgb(255 60 60 / 0.25);
}
.border-r-error-500\/30{
    border-right-color: rgb(255 60 60 / 0.3);
}
.border-r-error-500\/35{
    border-right-color: rgb(255 60 60 / 0.35);
}
.border-r-error-500\/40{
    border-right-color: rgb(255 60 60 / 0.4);
}
.border-r-error-500\/45{
    border-right-color: rgb(255 60 60 / 0.45);
}
.border-r-error-500\/5{
    border-right-color: rgb(255 60 60 / 0.05);
}
.border-r-error-500\/50{
    border-right-color: rgb(255 60 60 / 0.5);
}
.border-r-error-500\/55{
    border-right-color: rgb(255 60 60 / 0.55);
}
.border-r-error-500\/60{
    border-right-color: rgb(255 60 60 / 0.6);
}
.border-r-error-500\/65{
    border-right-color: rgb(255 60 60 / 0.65);
}
.border-r-error-500\/70{
    border-right-color: rgb(255 60 60 / 0.7);
}
.border-r-error-500\/75{
    border-right-color: rgb(255 60 60 / 0.75);
}
.border-r-error-500\/80{
    border-right-color: rgb(255 60 60 / 0.8);
}
.border-r-error-500\/85{
    border-right-color: rgb(255 60 60 / 0.85);
}
.border-r-error-500\/90{
    border-right-color: rgb(255 60 60 / 0.9);
}
.border-r-error-500\/95{
    border-right-color: rgb(255 60 60 / 0.95);
}
.border-r-error-900{
    --tw-border-opacity: 1;
    border-right-color: rgb(60 25 25 / var(--tw-border-opacity));
}
.border-r-error-900\/0{
    border-right-color: rgb(60 25 25 / 0);
}
.border-r-error-900\/10{
    border-right-color: rgb(60 25 25 / 0.1);
}
.border-r-error-900\/100{
    border-right-color: rgb(60 25 25 / 1);
}
.border-r-error-900\/15{
    border-right-color: rgb(60 25 25 / 0.15);
}
.border-r-error-900\/20{
    border-right-color: rgb(60 25 25 / 0.2);
}
.border-r-error-900\/25{
    border-right-color: rgb(60 25 25 / 0.25);
}
.border-r-error-900\/30{
    border-right-color: rgb(60 25 25 / 0.3);
}
.border-r-error-900\/35{
    border-right-color: rgb(60 25 25 / 0.35);
}
.border-r-error-900\/40{
    border-right-color: rgb(60 25 25 / 0.4);
}
.border-r-error-900\/45{
    border-right-color: rgb(60 25 25 / 0.45);
}
.border-r-error-900\/5{
    border-right-color: rgb(60 25 25 / 0.05);
}
.border-r-error-900\/50{
    border-right-color: rgb(60 25 25 / 0.5);
}
.border-r-error-900\/55{
    border-right-color: rgb(60 25 25 / 0.55);
}
.border-r-error-900\/60{
    border-right-color: rgb(60 25 25 / 0.6);
}
.border-r-error-900\/65{
    border-right-color: rgb(60 25 25 / 0.65);
}
.border-r-error-900\/70{
    border-right-color: rgb(60 25 25 / 0.7);
}
.border-r-error-900\/75{
    border-right-color: rgb(60 25 25 / 0.75);
}
.border-r-error-900\/80{
    border-right-color: rgb(60 25 25 / 0.8);
}
.border-r-error-900\/85{
    border-right-color: rgb(60 25 25 / 0.85);
}
.border-r-error-900\/90{
    border-right-color: rgb(60 25 25 / 0.9);
}
.border-r-error-900\/95{
    border-right-color: rgb(60 25 25 / 0.95);
}
.border-r-error-light{
    --tw-border-opacity: 1;
    border-right-color: rgb(255 199 199 / var(--tw-border-opacity));
}
.border-r-error-light\/0{
    border-right-color: rgb(255 199 199 / 0);
}
.border-r-error-light\/10{
    border-right-color: rgb(255 199 199 / 0.1);
}
.border-r-error-light\/100{
    border-right-color: rgb(255 199 199 / 1);
}
.border-r-error-light\/15{
    border-right-color: rgb(255 199 199 / 0.15);
}
.border-r-error-light\/20{
    border-right-color: rgb(255 199 199 / 0.2);
}
.border-r-error-light\/25{
    border-right-color: rgb(255 199 199 / 0.25);
}
.border-r-error-light\/30{
    border-right-color: rgb(255 199 199 / 0.3);
}
.border-r-error-light\/35{
    border-right-color: rgb(255 199 199 / 0.35);
}
.border-r-error-light\/40{
    border-right-color: rgb(255 199 199 / 0.4);
}
.border-r-error-light\/45{
    border-right-color: rgb(255 199 199 / 0.45);
}
.border-r-error-light\/5{
    border-right-color: rgb(255 199 199 / 0.05);
}
.border-r-error-light\/50{
    border-right-color: rgb(255 199 199 / 0.5);
}
.border-r-error-light\/55{
    border-right-color: rgb(255 199 199 / 0.55);
}
.border-r-error-light\/60{
    border-right-color: rgb(255 199 199 / 0.6);
}
.border-r-error-light\/65{
    border-right-color: rgb(255 199 199 / 0.65);
}
.border-r-error-light\/70{
    border-right-color: rgb(255 199 199 / 0.7);
}
.border-r-error-light\/75{
    border-right-color: rgb(255 199 199 / 0.75);
}
.border-r-error-light\/80{
    border-right-color: rgb(255 199 199 / 0.8);
}
.border-r-error-light\/85{
    border-right-color: rgb(255 199 199 / 0.85);
}
.border-r-error-light\/90{
    border-right-color: rgb(255 199 199 / 0.9);
}
.border-r-error-light\/95{
    border-right-color: rgb(255 199 199 / 0.95);
}
.border-r-error\/0{
    border-right-color: rgb(255 60 60 / 0);
}
.border-r-error\/10{
    border-right-color: rgb(255 60 60 / 0.1);
}
.border-r-error\/100{
    border-right-color: rgb(255 60 60 / 1);
}
.border-r-error\/15{
    border-right-color: rgb(255 60 60 / 0.15);
}
.border-r-error\/20{
    border-right-color: rgb(255 60 60 / 0.2);
}
.border-r-error\/25{
    border-right-color: rgb(255 60 60 / 0.25);
}
.border-r-error\/30{
    border-right-color: rgb(255 60 60 / 0.3);
}
.border-r-error\/35{
    border-right-color: rgb(255 60 60 / 0.35);
}
.border-r-error\/40{
    border-right-color: rgb(255 60 60 / 0.4);
}
.border-r-error\/45{
    border-right-color: rgb(255 60 60 / 0.45);
}
.border-r-error\/5{
    border-right-color: rgb(255 60 60 / 0.05);
}
.border-r-error\/50{
    border-right-color: rgb(255 60 60 / 0.5);
}
.border-r-error\/55{
    border-right-color: rgb(255 60 60 / 0.55);
}
.border-r-error\/60{
    border-right-color: rgb(255 60 60 / 0.6);
}
.border-r-error\/65{
    border-right-color: rgb(255 60 60 / 0.65);
}
.border-r-error\/70{
    border-right-color: rgb(255 60 60 / 0.7);
}
.border-r-error\/75{
    border-right-color: rgb(255 60 60 / 0.75);
}
.border-r-error\/80{
    border-right-color: rgb(255 60 60 / 0.8);
}
.border-r-error\/85{
    border-right-color: rgb(255 60 60 / 0.85);
}
.border-r-error\/90{
    border-right-color: rgb(255 60 60 / 0.9);
}
.border-r-error\/95{
    border-right-color: rgb(255 60 60 / 0.95);
}
.border-r-primary{
    --tw-border-opacity: 1;
    border-right-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-r-primary-20{
    --tw-border-opacity: 1;
    border-right-color: rgb(28 59 45 / var(--tw-border-opacity));
}
.border-r-primary-20\/0{
    border-right-color: rgb(28 59 45 / 0);
}
.border-r-primary-20\/10{
    border-right-color: rgb(28 59 45 / 0.1);
}
.border-r-primary-20\/100{
    border-right-color: rgb(28 59 45 / 1);
}
.border-r-primary-20\/15{
    border-right-color: rgb(28 59 45 / 0.15);
}
.border-r-primary-20\/20{
    border-right-color: rgb(28 59 45 / 0.2);
}
.border-r-primary-20\/25{
    border-right-color: rgb(28 59 45 / 0.25);
}
.border-r-primary-20\/30{
    border-right-color: rgb(28 59 45 / 0.3);
}
.border-r-primary-20\/35{
    border-right-color: rgb(28 59 45 / 0.35);
}
.border-r-primary-20\/40{
    border-right-color: rgb(28 59 45 / 0.4);
}
.border-r-primary-20\/45{
    border-right-color: rgb(28 59 45 / 0.45);
}
.border-r-primary-20\/5{
    border-right-color: rgb(28 59 45 / 0.05);
}
.border-r-primary-20\/50{
    border-right-color: rgb(28 59 45 / 0.5);
}
.border-r-primary-20\/55{
    border-right-color: rgb(28 59 45 / 0.55);
}
.border-r-primary-20\/60{
    border-right-color: rgb(28 59 45 / 0.6);
}
.border-r-primary-20\/65{
    border-right-color: rgb(28 59 45 / 0.65);
}
.border-r-primary-20\/70{
    border-right-color: rgb(28 59 45 / 0.7);
}
.border-r-primary-20\/75{
    border-right-color: rgb(28 59 45 / 0.75);
}
.border-r-primary-20\/80{
    border-right-color: rgb(28 59 45 / 0.8);
}
.border-r-primary-20\/85{
    border-right-color: rgb(28 59 45 / 0.85);
}
.border-r-primary-20\/90{
    border-right-color: rgb(28 59 45 / 0.9);
}
.border-r-primary-20\/95{
    border-right-color: rgb(28 59 45 / 0.95);
}
.border-r-primary-200{
    --tw-border-opacity: 1;
    border-right-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-r-primary-200\/0{
    border-right-color: rgb(198 238 219 / 0);
}
.border-r-primary-200\/10{
    border-right-color: rgb(198 238 219 / 0.1);
}
.border-r-primary-200\/100{
    border-right-color: rgb(198 238 219 / 1);
}
.border-r-primary-200\/15{
    border-right-color: rgb(198 238 219 / 0.15);
}
.border-r-primary-200\/20{
    border-right-color: rgb(198 238 219 / 0.2);
}
.border-r-primary-200\/25{
    border-right-color: rgb(198 238 219 / 0.25);
}
.border-r-primary-200\/30{
    border-right-color: rgb(198 238 219 / 0.3);
}
.border-r-primary-200\/35{
    border-right-color: rgb(198 238 219 / 0.35);
}
.border-r-primary-200\/40{
    border-right-color: rgb(198 238 219 / 0.4);
}
.border-r-primary-200\/45{
    border-right-color: rgb(198 238 219 / 0.45);
}
.border-r-primary-200\/5{
    border-right-color: rgb(198 238 219 / 0.05);
}
.border-r-primary-200\/50{
    border-right-color: rgb(198 238 219 / 0.5);
}
.border-r-primary-200\/55{
    border-right-color: rgb(198 238 219 / 0.55);
}
.border-r-primary-200\/60{
    border-right-color: rgb(198 238 219 / 0.6);
}
.border-r-primary-200\/65{
    border-right-color: rgb(198 238 219 / 0.65);
}
.border-r-primary-200\/70{
    border-right-color: rgb(198 238 219 / 0.7);
}
.border-r-primary-200\/75{
    border-right-color: rgb(198 238 219 / 0.75);
}
.border-r-primary-200\/80{
    border-right-color: rgb(198 238 219 / 0.8);
}
.border-r-primary-200\/85{
    border-right-color: rgb(198 238 219 / 0.85);
}
.border-r-primary-200\/90{
    border-right-color: rgb(198 238 219 / 0.9);
}
.border-r-primary-200\/95{
    border-right-color: rgb(198 238 219 / 0.95);
}
.border-r-primary-5{
    --tw-border-opacity: 1;
    border-right-color: rgb(20 28 24 / var(--tw-border-opacity));
}
.border-r-primary-5\/0{
    border-right-color: rgb(20 28 24 / 0);
}
.border-r-primary-5\/10{
    border-right-color: rgb(20 28 24 / 0.1);
}
.border-r-primary-5\/100{
    border-right-color: rgb(20 28 24 / 1);
}
.border-r-primary-5\/15{
    border-right-color: rgb(20 28 24 / 0.15);
}
.border-r-primary-5\/20{
    border-right-color: rgb(20 28 24 / 0.2);
}
.border-r-primary-5\/25{
    border-right-color: rgb(20 28 24 / 0.25);
}
.border-r-primary-5\/30{
    border-right-color: rgb(20 28 24 / 0.3);
}
.border-r-primary-5\/35{
    border-right-color: rgb(20 28 24 / 0.35);
}
.border-r-primary-5\/40{
    border-right-color: rgb(20 28 24 / 0.4);
}
.border-r-primary-5\/45{
    border-right-color: rgb(20 28 24 / 0.45);
}
.border-r-primary-5\/5{
    border-right-color: rgb(20 28 24 / 0.05);
}
.border-r-primary-5\/50{
    border-right-color: rgb(20 28 24 / 0.5);
}
.border-r-primary-5\/55{
    border-right-color: rgb(20 28 24 / 0.55);
}
.border-r-primary-5\/60{
    border-right-color: rgb(20 28 24 / 0.6);
}
.border-r-primary-5\/65{
    border-right-color: rgb(20 28 24 / 0.65);
}
.border-r-primary-5\/70{
    border-right-color: rgb(20 28 24 / 0.7);
}
.border-r-primary-5\/75{
    border-right-color: rgb(20 28 24 / 0.75);
}
.border-r-primary-5\/80{
    border-right-color: rgb(20 28 24 / 0.8);
}
.border-r-primary-5\/85{
    border-right-color: rgb(20 28 24 / 0.85);
}
.border-r-primary-5\/90{
    border-right-color: rgb(20 28 24 / 0.9);
}
.border-r-primary-5\/95{
    border-right-color: rgb(20 28 24 / 0.95);
}
.border-r-primary-500{
    --tw-border-opacity: 1;
    border-right-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-r-primary-500\/0{
    border-right-color: rgb(72 229 155 / 0);
}
.border-r-primary-500\/10{
    border-right-color: rgb(72 229 155 / 0.1);
}
.border-r-primary-500\/100{
    border-right-color: rgb(72 229 155 / 1);
}
.border-r-primary-500\/15{
    border-right-color: rgb(72 229 155 / 0.15);
}
.border-r-primary-500\/20{
    border-right-color: rgb(72 229 155 / 0.2);
}
.border-r-primary-500\/25{
    border-right-color: rgb(72 229 155 / 0.25);
}
.border-r-primary-500\/30{
    border-right-color: rgb(72 229 155 / 0.3);
}
.border-r-primary-500\/35{
    border-right-color: rgb(72 229 155 / 0.35);
}
.border-r-primary-500\/40{
    border-right-color: rgb(72 229 155 / 0.4);
}
.border-r-primary-500\/45{
    border-right-color: rgb(72 229 155 / 0.45);
}
.border-r-primary-500\/5{
    border-right-color: rgb(72 229 155 / 0.05);
}
.border-r-primary-500\/50{
    border-right-color: rgb(72 229 155 / 0.5);
}
.border-r-primary-500\/55{
    border-right-color: rgb(72 229 155 / 0.55);
}
.border-r-primary-500\/60{
    border-right-color: rgb(72 229 155 / 0.6);
}
.border-r-primary-500\/65{
    border-right-color: rgb(72 229 155 / 0.65);
}
.border-r-primary-500\/70{
    border-right-color: rgb(72 229 155 / 0.7);
}
.border-r-primary-500\/75{
    border-right-color: rgb(72 229 155 / 0.75);
}
.border-r-primary-500\/80{
    border-right-color: rgb(72 229 155 / 0.8);
}
.border-r-primary-500\/85{
    border-right-color: rgb(72 229 155 / 0.85);
}
.border-r-primary-500\/90{
    border-right-color: rgb(72 229 155 / 0.9);
}
.border-r-primary-500\/95{
    border-right-color: rgb(72 229 155 / 0.95);
}
.border-r-primary-60{
    --tw-border-opacity: 1;
    border-right-color: rgb(57 155 109 / var(--tw-border-opacity));
}
.border-r-primary-60\/0{
    border-right-color: rgb(57 155 109 / 0);
}
.border-r-primary-60\/10{
    border-right-color: rgb(57 155 109 / 0.1);
}
.border-r-primary-60\/100{
    border-right-color: rgb(57 155 109 / 1);
}
.border-r-primary-60\/15{
    border-right-color: rgb(57 155 109 / 0.15);
}
.border-r-primary-60\/20{
    border-right-color: rgb(57 155 109 / 0.2);
}
.border-r-primary-60\/25{
    border-right-color: rgb(57 155 109 / 0.25);
}
.border-r-primary-60\/30{
    border-right-color: rgb(57 155 109 / 0.3);
}
.border-r-primary-60\/35{
    border-right-color: rgb(57 155 109 / 0.35);
}
.border-r-primary-60\/40{
    border-right-color: rgb(57 155 109 / 0.4);
}
.border-r-primary-60\/45{
    border-right-color: rgb(57 155 109 / 0.45);
}
.border-r-primary-60\/5{
    border-right-color: rgb(57 155 109 / 0.05);
}
.border-r-primary-60\/50{
    border-right-color: rgb(57 155 109 / 0.5);
}
.border-r-primary-60\/55{
    border-right-color: rgb(57 155 109 / 0.55);
}
.border-r-primary-60\/60{
    border-right-color: rgb(57 155 109 / 0.6);
}
.border-r-primary-60\/65{
    border-right-color: rgb(57 155 109 / 0.65);
}
.border-r-primary-60\/70{
    border-right-color: rgb(57 155 109 / 0.7);
}
.border-r-primary-60\/75{
    border-right-color: rgb(57 155 109 / 0.75);
}
.border-r-primary-60\/80{
    border-right-color: rgb(57 155 109 / 0.8);
}
.border-r-primary-60\/85{
    border-right-color: rgb(57 155 109 / 0.85);
}
.border-r-primary-60\/90{
    border-right-color: rgb(57 155 109 / 0.9);
}
.border-r-primary-60\/95{
    border-right-color: rgb(57 155 109 / 0.95);
}
.border-r-primary-600{
    --tw-border-opacity: 1;
    border-right-color: rgb(61 187 127 / var(--tw-border-opacity));
}
.border-r-primary-600\/0{
    border-right-color: rgb(61 187 127 / 0);
}
.border-r-primary-600\/10{
    border-right-color: rgb(61 187 127 / 0.1);
}
.border-r-primary-600\/100{
    border-right-color: rgb(61 187 127 / 1);
}
.border-r-primary-600\/15{
    border-right-color: rgb(61 187 127 / 0.15);
}
.border-r-primary-600\/20{
    border-right-color: rgb(61 187 127 / 0.2);
}
.border-r-primary-600\/25{
    border-right-color: rgb(61 187 127 / 0.25);
}
.border-r-primary-600\/30{
    border-right-color: rgb(61 187 127 / 0.3);
}
.border-r-primary-600\/35{
    border-right-color: rgb(61 187 127 / 0.35);
}
.border-r-primary-600\/40{
    border-right-color: rgb(61 187 127 / 0.4);
}
.border-r-primary-600\/45{
    border-right-color: rgb(61 187 127 / 0.45);
}
.border-r-primary-600\/5{
    border-right-color: rgb(61 187 127 / 0.05);
}
.border-r-primary-600\/50{
    border-right-color: rgb(61 187 127 / 0.5);
}
.border-r-primary-600\/55{
    border-right-color: rgb(61 187 127 / 0.55);
}
.border-r-primary-600\/60{
    border-right-color: rgb(61 187 127 / 0.6);
}
.border-r-primary-600\/65{
    border-right-color: rgb(61 187 127 / 0.65);
}
.border-r-primary-600\/70{
    border-right-color: rgb(61 187 127 / 0.7);
}
.border-r-primary-600\/75{
    border-right-color: rgb(61 187 127 / 0.75);
}
.border-r-primary-600\/80{
    border-right-color: rgb(61 187 127 / 0.8);
}
.border-r-primary-600\/85{
    border-right-color: rgb(61 187 127 / 0.85);
}
.border-r-primary-600\/90{
    border-right-color: rgb(61 187 127 / 0.9);
}
.border-r-primary-600\/95{
    border-right-color: rgb(61 187 127 / 0.95);
}
.border-r-primary-700{
    --tw-border-opacity: 1;
    border-right-color: rgb(57 155 109 / var(--tw-border-opacity));
}
.border-r-primary-700\/0{
    border-right-color: rgb(57 155 109 / 0);
}
.border-r-primary-700\/10{
    border-right-color: rgb(57 155 109 / 0.1);
}
.border-r-primary-700\/100{
    border-right-color: rgb(57 155 109 / 1);
}
.border-r-primary-700\/15{
    border-right-color: rgb(57 155 109 / 0.15);
}
.border-r-primary-700\/20{
    border-right-color: rgb(57 155 109 / 0.2);
}
.border-r-primary-700\/25{
    border-right-color: rgb(57 155 109 / 0.25);
}
.border-r-primary-700\/30{
    border-right-color: rgb(57 155 109 / 0.3);
}
.border-r-primary-700\/35{
    border-right-color: rgb(57 155 109 / 0.35);
}
.border-r-primary-700\/40{
    border-right-color: rgb(57 155 109 / 0.4);
}
.border-r-primary-700\/45{
    border-right-color: rgb(57 155 109 / 0.45);
}
.border-r-primary-700\/5{
    border-right-color: rgb(57 155 109 / 0.05);
}
.border-r-primary-700\/50{
    border-right-color: rgb(57 155 109 / 0.5);
}
.border-r-primary-700\/55{
    border-right-color: rgb(57 155 109 / 0.55);
}
.border-r-primary-700\/60{
    border-right-color: rgb(57 155 109 / 0.6);
}
.border-r-primary-700\/65{
    border-right-color: rgb(57 155 109 / 0.65);
}
.border-r-primary-700\/70{
    border-right-color: rgb(57 155 109 / 0.7);
}
.border-r-primary-700\/75{
    border-right-color: rgb(57 155 109 / 0.75);
}
.border-r-primary-700\/80{
    border-right-color: rgb(57 155 109 / 0.8);
}
.border-r-primary-700\/85{
    border-right-color: rgb(57 155 109 / 0.85);
}
.border-r-primary-700\/90{
    border-right-color: rgb(57 155 109 / 0.9);
}
.border-r-primary-700\/95{
    border-right-color: rgb(57 155 109 / 0.95);
}
.border-r-primary-80{
    --tw-border-opacity: 1;
    border-right-color: rgb(61 187 127 / var(--tw-border-opacity));
}
.border-r-primary-80\/0{
    border-right-color: rgb(61 187 127 / 0);
}
.border-r-primary-80\/10{
    border-right-color: rgb(61 187 127 / 0.1);
}
.border-r-primary-80\/100{
    border-right-color: rgb(61 187 127 / 1);
}
.border-r-primary-80\/15{
    border-right-color: rgb(61 187 127 / 0.15);
}
.border-r-primary-80\/20{
    border-right-color: rgb(61 187 127 / 0.2);
}
.border-r-primary-80\/25{
    border-right-color: rgb(61 187 127 / 0.25);
}
.border-r-primary-80\/30{
    border-right-color: rgb(61 187 127 / 0.3);
}
.border-r-primary-80\/35{
    border-right-color: rgb(61 187 127 / 0.35);
}
.border-r-primary-80\/40{
    border-right-color: rgb(61 187 127 / 0.4);
}
.border-r-primary-80\/45{
    border-right-color: rgb(61 187 127 / 0.45);
}
.border-r-primary-80\/5{
    border-right-color: rgb(61 187 127 / 0.05);
}
.border-r-primary-80\/50{
    border-right-color: rgb(61 187 127 / 0.5);
}
.border-r-primary-80\/55{
    border-right-color: rgb(61 187 127 / 0.55);
}
.border-r-primary-80\/60{
    border-right-color: rgb(61 187 127 / 0.6);
}
.border-r-primary-80\/65{
    border-right-color: rgb(61 187 127 / 0.65);
}
.border-r-primary-80\/70{
    border-right-color: rgb(61 187 127 / 0.7);
}
.border-r-primary-80\/75{
    border-right-color: rgb(61 187 127 / 0.75);
}
.border-r-primary-80\/80{
    border-right-color: rgb(61 187 127 / 0.8);
}
.border-r-primary-80\/85{
    border-right-color: rgb(61 187 127 / 0.85);
}
.border-r-primary-80\/90{
    border-right-color: rgb(61 187 127 / 0.9);
}
.border-r-primary-80\/95{
    border-right-color: rgb(61 187 127 / 0.95);
}
.border-r-primary-800{
    --tw-border-opacity: 1;
    border-right-color: rgb(10 68 41 / var(--tw-border-opacity));
}
.border-r-primary-800\/0{
    border-right-color: rgb(10 68 41 / 0);
}
.border-r-primary-800\/10{
    border-right-color: rgb(10 68 41 / 0.1);
}
.border-r-primary-800\/100{
    border-right-color: rgb(10 68 41 / 1);
}
.border-r-primary-800\/15{
    border-right-color: rgb(10 68 41 / 0.15);
}
.border-r-primary-800\/20{
    border-right-color: rgb(10 68 41 / 0.2);
}
.border-r-primary-800\/25{
    border-right-color: rgb(10 68 41 / 0.25);
}
.border-r-primary-800\/30{
    border-right-color: rgb(10 68 41 / 0.3);
}
.border-r-primary-800\/35{
    border-right-color: rgb(10 68 41 / 0.35);
}
.border-r-primary-800\/40{
    border-right-color: rgb(10 68 41 / 0.4);
}
.border-r-primary-800\/45{
    border-right-color: rgb(10 68 41 / 0.45);
}
.border-r-primary-800\/5{
    border-right-color: rgb(10 68 41 / 0.05);
}
.border-r-primary-800\/50{
    border-right-color: rgb(10 68 41 / 0.5);
}
.border-r-primary-800\/55{
    border-right-color: rgb(10 68 41 / 0.55);
}
.border-r-primary-800\/60{
    border-right-color: rgb(10 68 41 / 0.6);
}
.border-r-primary-800\/65{
    border-right-color: rgb(10 68 41 / 0.65);
}
.border-r-primary-800\/70{
    border-right-color: rgb(10 68 41 / 0.7);
}
.border-r-primary-800\/75{
    border-right-color: rgb(10 68 41 / 0.75);
}
.border-r-primary-800\/80{
    border-right-color: rgb(10 68 41 / 0.8);
}
.border-r-primary-800\/85{
    border-right-color: rgb(10 68 41 / 0.85);
}
.border-r-primary-800\/90{
    border-right-color: rgb(10 68 41 / 0.9);
}
.border-r-primary-800\/95{
    border-right-color: rgb(10 68 41 / 0.95);
}
.border-r-primary-900{
    --tw-border-opacity: 1;
    border-right-color: rgb(28 59 45 / var(--tw-border-opacity));
}
.border-r-primary-900\/0{
    border-right-color: rgb(28 59 45 / 0);
}
.border-r-primary-900\/10{
    border-right-color: rgb(28 59 45 / 0.1);
}
.border-r-primary-900\/100{
    border-right-color: rgb(28 59 45 / 1);
}
.border-r-primary-900\/15{
    border-right-color: rgb(28 59 45 / 0.15);
}
.border-r-primary-900\/20{
    border-right-color: rgb(28 59 45 / 0.2);
}
.border-r-primary-900\/25{
    border-right-color: rgb(28 59 45 / 0.25);
}
.border-r-primary-900\/30{
    border-right-color: rgb(28 59 45 / 0.3);
}
.border-r-primary-900\/35{
    border-right-color: rgb(28 59 45 / 0.35);
}
.border-r-primary-900\/40{
    border-right-color: rgb(28 59 45 / 0.4);
}
.border-r-primary-900\/45{
    border-right-color: rgb(28 59 45 / 0.45);
}
.border-r-primary-900\/5{
    border-right-color: rgb(28 59 45 / 0.05);
}
.border-r-primary-900\/50{
    border-right-color: rgb(28 59 45 / 0.5);
}
.border-r-primary-900\/55{
    border-right-color: rgb(28 59 45 / 0.55);
}
.border-r-primary-900\/60{
    border-right-color: rgb(28 59 45 / 0.6);
}
.border-r-primary-900\/65{
    border-right-color: rgb(28 59 45 / 0.65);
}
.border-r-primary-900\/70{
    border-right-color: rgb(28 59 45 / 0.7);
}
.border-r-primary-900\/75{
    border-right-color: rgb(28 59 45 / 0.75);
}
.border-r-primary-900\/80{
    border-right-color: rgb(28 59 45 / 0.8);
}
.border-r-primary-900\/85{
    border-right-color: rgb(28 59 45 / 0.85);
}
.border-r-primary-900\/90{
    border-right-color: rgb(28 59 45 / 0.9);
}
.border-r-primary-900\/95{
    border-right-color: rgb(28 59 45 / 0.95);
}
.border-r-primary-950{
    --tw-border-opacity: 1;
    border-right-color: rgb(20 28 24 / var(--tw-border-opacity));
}
.border-r-primary-950\/0{
    border-right-color: rgb(20 28 24 / 0);
}
.border-r-primary-950\/10{
    border-right-color: rgb(20 28 24 / 0.1);
}
.border-r-primary-950\/100{
    border-right-color: rgb(20 28 24 / 1);
}
.border-r-primary-950\/15{
    border-right-color: rgb(20 28 24 / 0.15);
}
.border-r-primary-950\/20{
    border-right-color: rgb(20 28 24 / 0.2);
}
.border-r-primary-950\/25{
    border-right-color: rgb(20 28 24 / 0.25);
}
.border-r-primary-950\/30{
    border-right-color: rgb(20 28 24 / 0.3);
}
.border-r-primary-950\/35{
    border-right-color: rgb(20 28 24 / 0.35);
}
.border-r-primary-950\/40{
    border-right-color: rgb(20 28 24 / 0.4);
}
.border-r-primary-950\/45{
    border-right-color: rgb(20 28 24 / 0.45);
}
.border-r-primary-950\/5{
    border-right-color: rgb(20 28 24 / 0.05);
}
.border-r-primary-950\/50{
    border-right-color: rgb(20 28 24 / 0.5);
}
.border-r-primary-950\/55{
    border-right-color: rgb(20 28 24 / 0.55);
}
.border-r-primary-950\/60{
    border-right-color: rgb(20 28 24 / 0.6);
}
.border-r-primary-950\/65{
    border-right-color: rgb(20 28 24 / 0.65);
}
.border-r-primary-950\/70{
    border-right-color: rgb(20 28 24 / 0.7);
}
.border-r-primary-950\/75{
    border-right-color: rgb(20 28 24 / 0.75);
}
.border-r-primary-950\/80{
    border-right-color: rgb(20 28 24 / 0.8);
}
.border-r-primary-950\/85{
    border-right-color: rgb(20 28 24 / 0.85);
}
.border-r-primary-950\/90{
    border-right-color: rgb(20 28 24 / 0.9);
}
.border-r-primary-950\/95{
    border-right-color: rgb(20 28 24 / 0.95);
}
.border-r-primary-dark{
    --tw-border-opacity: 1;
    border-right-color: rgb(10 68 41 / var(--tw-border-opacity));
}
.border-r-primary-dark\/0{
    border-right-color: rgb(10 68 41 / 0);
}
.border-r-primary-dark\/10{
    border-right-color: rgb(10 68 41 / 0.1);
}
.border-r-primary-dark\/100{
    border-right-color: rgb(10 68 41 / 1);
}
.border-r-primary-dark\/15{
    border-right-color: rgb(10 68 41 / 0.15);
}
.border-r-primary-dark\/20{
    border-right-color: rgb(10 68 41 / 0.2);
}
.border-r-primary-dark\/25{
    border-right-color: rgb(10 68 41 / 0.25);
}
.border-r-primary-dark\/30{
    border-right-color: rgb(10 68 41 / 0.3);
}
.border-r-primary-dark\/35{
    border-right-color: rgb(10 68 41 / 0.35);
}
.border-r-primary-dark\/40{
    border-right-color: rgb(10 68 41 / 0.4);
}
.border-r-primary-dark\/45{
    border-right-color: rgb(10 68 41 / 0.45);
}
.border-r-primary-dark\/5{
    border-right-color: rgb(10 68 41 / 0.05);
}
.border-r-primary-dark\/50{
    border-right-color: rgb(10 68 41 / 0.5);
}
.border-r-primary-dark\/55{
    border-right-color: rgb(10 68 41 / 0.55);
}
.border-r-primary-dark\/60{
    border-right-color: rgb(10 68 41 / 0.6);
}
.border-r-primary-dark\/65{
    border-right-color: rgb(10 68 41 / 0.65);
}
.border-r-primary-dark\/70{
    border-right-color: rgb(10 68 41 / 0.7);
}
.border-r-primary-dark\/75{
    border-right-color: rgb(10 68 41 / 0.75);
}
.border-r-primary-dark\/80{
    border-right-color: rgb(10 68 41 / 0.8);
}
.border-r-primary-dark\/85{
    border-right-color: rgb(10 68 41 / 0.85);
}
.border-r-primary-dark\/90{
    border-right-color: rgb(10 68 41 / 0.9);
}
.border-r-primary-dark\/95{
    border-right-color: rgb(10 68 41 / 0.95);
}
.border-r-primary-light{
    --tw-border-opacity: 1;
    border-right-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-r-primary-light\/0{
    border-right-color: rgb(198 238 219 / 0);
}
.border-r-primary-light\/10{
    border-right-color: rgb(198 238 219 / 0.1);
}
.border-r-primary-light\/100{
    border-right-color: rgb(198 238 219 / 1);
}
.border-r-primary-light\/15{
    border-right-color: rgb(198 238 219 / 0.15);
}
.border-r-primary-light\/20{
    border-right-color: rgb(198 238 219 / 0.2);
}
.border-r-primary-light\/25{
    border-right-color: rgb(198 238 219 / 0.25);
}
.border-r-primary-light\/30{
    border-right-color: rgb(198 238 219 / 0.3);
}
.border-r-primary-light\/35{
    border-right-color: rgb(198 238 219 / 0.35);
}
.border-r-primary-light\/40{
    border-right-color: rgb(198 238 219 / 0.4);
}
.border-r-primary-light\/45{
    border-right-color: rgb(198 238 219 / 0.45);
}
.border-r-primary-light\/5{
    border-right-color: rgb(198 238 219 / 0.05);
}
.border-r-primary-light\/50{
    border-right-color: rgb(198 238 219 / 0.5);
}
.border-r-primary-light\/55{
    border-right-color: rgb(198 238 219 / 0.55);
}
.border-r-primary-light\/60{
    border-right-color: rgb(198 238 219 / 0.6);
}
.border-r-primary-light\/65{
    border-right-color: rgb(198 238 219 / 0.65);
}
.border-r-primary-light\/70{
    border-right-color: rgb(198 238 219 / 0.7);
}
.border-r-primary-light\/75{
    border-right-color: rgb(198 238 219 / 0.75);
}
.border-r-primary-light\/80{
    border-right-color: rgb(198 238 219 / 0.8);
}
.border-r-primary-light\/85{
    border-right-color: rgb(198 238 219 / 0.85);
}
.border-r-primary-light\/90{
    border-right-color: rgb(198 238 219 / 0.9);
}
.border-r-primary-light\/95{
    border-right-color: rgb(198 238 219 / 0.95);
}
.border-r-primary\/0{
    border-right-color: rgb(72 229 155 / 0);
}
.border-r-primary\/10{
    border-right-color: rgb(72 229 155 / 0.1);
}
.border-r-primary\/100{
    border-right-color: rgb(72 229 155 / 1);
}
.border-r-primary\/15{
    border-right-color: rgb(72 229 155 / 0.15);
}
.border-r-primary\/20{
    border-right-color: rgb(72 229 155 / 0.2);
}
.border-r-primary\/25{
    border-right-color: rgb(72 229 155 / 0.25);
}
.border-r-primary\/30{
    border-right-color: rgb(72 229 155 / 0.3);
}
.border-r-primary\/35{
    border-right-color: rgb(72 229 155 / 0.35);
}
.border-r-primary\/40{
    border-right-color: rgb(72 229 155 / 0.4);
}
.border-r-primary\/45{
    border-right-color: rgb(72 229 155 / 0.45);
}
.border-r-primary\/5{
    border-right-color: rgb(72 229 155 / 0.05);
}
.border-r-primary\/50{
    border-right-color: rgb(72 229 155 / 0.5);
}
.border-r-primary\/55{
    border-right-color: rgb(72 229 155 / 0.55);
}
.border-r-primary\/60{
    border-right-color: rgb(72 229 155 / 0.6);
}
.border-r-primary\/65{
    border-right-color: rgb(72 229 155 / 0.65);
}
.border-r-primary\/70{
    border-right-color: rgb(72 229 155 / 0.7);
}
.border-r-primary\/75{
    border-right-color: rgb(72 229 155 / 0.75);
}
.border-r-primary\/80{
    border-right-color: rgb(72 229 155 / 0.8);
}
.border-r-primary\/85{
    border-right-color: rgb(72 229 155 / 0.85);
}
.border-r-primary\/90{
    border-right-color: rgb(72 229 155 / 0.9);
}
.border-r-primary\/95{
    border-right-color: rgb(72 229 155 / 0.95);
}
.border-r-secondary{
    --tw-border-opacity: 1;
    border-right-color: rgb(1 90 213 / var(--tw-border-opacity));
}
.border-r-secondary-500{
    --tw-border-opacity: 1;
    border-right-color: rgb(1 90 213 / var(--tw-border-opacity));
}
.border-r-secondary-500\/0{
    border-right-color: rgb(1 90 213 / 0);
}
.border-r-secondary-500\/10{
    border-right-color: rgb(1 90 213 / 0.1);
}
.border-r-secondary-500\/100{
    border-right-color: rgb(1 90 213 / 1);
}
.border-r-secondary-500\/15{
    border-right-color: rgb(1 90 213 / 0.15);
}
.border-r-secondary-500\/20{
    border-right-color: rgb(1 90 213 / 0.2);
}
.border-r-secondary-500\/25{
    border-right-color: rgb(1 90 213 / 0.25);
}
.border-r-secondary-500\/30{
    border-right-color: rgb(1 90 213 / 0.3);
}
.border-r-secondary-500\/35{
    border-right-color: rgb(1 90 213 / 0.35);
}
.border-r-secondary-500\/40{
    border-right-color: rgb(1 90 213 / 0.4);
}
.border-r-secondary-500\/45{
    border-right-color: rgb(1 90 213 / 0.45);
}
.border-r-secondary-500\/5{
    border-right-color: rgb(1 90 213 / 0.05);
}
.border-r-secondary-500\/50{
    border-right-color: rgb(1 90 213 / 0.5);
}
.border-r-secondary-500\/55{
    border-right-color: rgb(1 90 213 / 0.55);
}
.border-r-secondary-500\/60{
    border-right-color: rgb(1 90 213 / 0.6);
}
.border-r-secondary-500\/65{
    border-right-color: rgb(1 90 213 / 0.65);
}
.border-r-secondary-500\/70{
    border-right-color: rgb(1 90 213 / 0.7);
}
.border-r-secondary-500\/75{
    border-right-color: rgb(1 90 213 / 0.75);
}
.border-r-secondary-500\/80{
    border-right-color: rgb(1 90 213 / 0.8);
}
.border-r-secondary-500\/85{
    border-right-color: rgb(1 90 213 / 0.85);
}
.border-r-secondary-500\/90{
    border-right-color: rgb(1 90 213 / 0.9);
}
.border-r-secondary-500\/95{
    border-right-color: rgb(1 90 213 / 0.95);
}
.border-r-secondary\/0{
    border-right-color: rgb(1 90 213 / 0);
}
.border-r-secondary\/10{
    border-right-color: rgb(1 90 213 / 0.1);
}
.border-r-secondary\/100{
    border-right-color: rgb(1 90 213 / 1);
}
.border-r-secondary\/15{
    border-right-color: rgb(1 90 213 / 0.15);
}
.border-r-secondary\/20{
    border-right-color: rgb(1 90 213 / 0.2);
}
.border-r-secondary\/25{
    border-right-color: rgb(1 90 213 / 0.25);
}
.border-r-secondary\/30{
    border-right-color: rgb(1 90 213 / 0.3);
}
.border-r-secondary\/35{
    border-right-color: rgb(1 90 213 / 0.35);
}
.border-r-secondary\/40{
    border-right-color: rgb(1 90 213 / 0.4);
}
.border-r-secondary\/45{
    border-right-color: rgb(1 90 213 / 0.45);
}
.border-r-secondary\/5{
    border-right-color: rgb(1 90 213 / 0.05);
}
.border-r-secondary\/50{
    border-right-color: rgb(1 90 213 / 0.5);
}
.border-r-secondary\/55{
    border-right-color: rgb(1 90 213 / 0.55);
}
.border-r-secondary\/60{
    border-right-color: rgb(1 90 213 / 0.6);
}
.border-r-secondary\/65{
    border-right-color: rgb(1 90 213 / 0.65);
}
.border-r-secondary\/70{
    border-right-color: rgb(1 90 213 / 0.7);
}
.border-r-secondary\/75{
    border-right-color: rgb(1 90 213 / 0.75);
}
.border-r-secondary\/80{
    border-right-color: rgb(1 90 213 / 0.8);
}
.border-r-secondary\/85{
    border-right-color: rgb(1 90 213 / 0.85);
}
.border-r-secondary\/90{
    border-right-color: rgb(1 90 213 / 0.9);
}
.border-r-secondary\/95{
    border-right-color: rgb(1 90 213 / 0.95);
}
.border-s-black-brand{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(49 49 49 / var(--tw-border-opacity));
}
.border-s-black-brand\/0{
    border-inline-start-color: rgb(49 49 49 / 0);
}
.border-s-black-brand\/10{
    border-inline-start-color: rgb(49 49 49 / 0.1);
}
.border-s-black-brand\/100{
    border-inline-start-color: rgb(49 49 49 / 1);
}
.border-s-black-brand\/15{
    border-inline-start-color: rgb(49 49 49 / 0.15);
}
.border-s-black-brand\/20{
    border-inline-start-color: rgb(49 49 49 / 0.2);
}
.border-s-black-brand\/25{
    border-inline-start-color: rgb(49 49 49 / 0.25);
}
.border-s-black-brand\/30{
    border-inline-start-color: rgb(49 49 49 / 0.3);
}
.border-s-black-brand\/35{
    border-inline-start-color: rgb(49 49 49 / 0.35);
}
.border-s-black-brand\/40{
    border-inline-start-color: rgb(49 49 49 / 0.4);
}
.border-s-black-brand\/45{
    border-inline-start-color: rgb(49 49 49 / 0.45);
}
.border-s-black-brand\/5{
    border-inline-start-color: rgb(49 49 49 / 0.05);
}
.border-s-black-brand\/50{
    border-inline-start-color: rgb(49 49 49 / 0.5);
}
.border-s-black-brand\/55{
    border-inline-start-color: rgb(49 49 49 / 0.55);
}
.border-s-black-brand\/60{
    border-inline-start-color: rgb(49 49 49 / 0.6);
}
.border-s-black-brand\/65{
    border-inline-start-color: rgb(49 49 49 / 0.65);
}
.border-s-black-brand\/70{
    border-inline-start-color: rgb(49 49 49 / 0.7);
}
.border-s-black-brand\/75{
    border-inline-start-color: rgb(49 49 49 / 0.75);
}
.border-s-black-brand\/80{
    border-inline-start-color: rgb(49 49 49 / 0.8);
}
.border-s-black-brand\/85{
    border-inline-start-color: rgb(49 49 49 / 0.85);
}
.border-s-black-brand\/90{
    border-inline-start-color: rgb(49 49 49 / 0.9);
}
.border-s-black-brand\/95{
    border-inline-start-color: rgb(49 49 49 / 0.95);
}
.border-s-brand-100{
    border-inline-start-color: #c6eedb0d;
}
.border-s-brand-100\/0{
    border-inline-start-color: rgb(198 238 219 / 0);
}
.border-s-brand-100\/10{
    border-inline-start-color: rgb(198 238 219 / 0.1);
}
.border-s-brand-100\/100{
    border-inline-start-color: rgb(198 238 219 / 1);
}
.border-s-brand-100\/15{
    border-inline-start-color: rgb(198 238 219 / 0.15);
}
.border-s-brand-100\/20{
    border-inline-start-color: rgb(198 238 219 / 0.2);
}
.border-s-brand-100\/25{
    border-inline-start-color: rgb(198 238 219 / 0.25);
}
.border-s-brand-100\/30{
    border-inline-start-color: rgb(198 238 219 / 0.3);
}
.border-s-brand-100\/35{
    border-inline-start-color: rgb(198 238 219 / 0.35);
}
.border-s-brand-100\/40{
    border-inline-start-color: rgb(198 238 219 / 0.4);
}
.border-s-brand-100\/45{
    border-inline-start-color: rgb(198 238 219 / 0.45);
}
.border-s-brand-100\/5{
    border-inline-start-color: rgb(198 238 219 / 0.05);
}
.border-s-brand-100\/50{
    border-inline-start-color: rgb(198 238 219 / 0.5);
}
.border-s-brand-100\/55{
    border-inline-start-color: rgb(198 238 219 / 0.55);
}
.border-s-brand-100\/60{
    border-inline-start-color: rgb(198 238 219 / 0.6);
}
.border-s-brand-100\/65{
    border-inline-start-color: rgb(198 238 219 / 0.65);
}
.border-s-brand-100\/70{
    border-inline-start-color: rgb(198 238 219 / 0.7);
}
.border-s-brand-100\/75{
    border-inline-start-color: rgb(198 238 219 / 0.75);
}
.border-s-brand-100\/80{
    border-inline-start-color: rgb(198 238 219 / 0.8);
}
.border-s-brand-100\/85{
    border-inline-start-color: rgb(198 238 219 / 0.85);
}
.border-s-brand-100\/90{
    border-inline-start-color: rgb(198 238 219 / 0.9);
}
.border-s-brand-100\/95{
    border-inline-start-color: rgb(198 238 219 / 0.95);
}
.border-s-brand-20{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-s-brand-20\/0{
    border-inline-start-color: rgb(72 229 155 / 0);
}
.border-s-brand-20\/10{
    border-inline-start-color: rgb(72 229 155 / 0.1);
}
.border-s-brand-20\/100{
    border-inline-start-color: rgb(72 229 155 / 1);
}
.border-s-brand-20\/15{
    border-inline-start-color: rgb(72 229 155 / 0.15);
}
.border-s-brand-20\/20{
    border-inline-start-color: rgb(72 229 155 / 0.2);
}
.border-s-brand-20\/25{
    border-inline-start-color: rgb(72 229 155 / 0.25);
}
.border-s-brand-20\/30{
    border-inline-start-color: rgb(72 229 155 / 0.3);
}
.border-s-brand-20\/35{
    border-inline-start-color: rgb(72 229 155 / 0.35);
}
.border-s-brand-20\/40{
    border-inline-start-color: rgb(72 229 155 / 0.4);
}
.border-s-brand-20\/45{
    border-inline-start-color: rgb(72 229 155 / 0.45);
}
.border-s-brand-20\/5{
    border-inline-start-color: rgb(72 229 155 / 0.05);
}
.border-s-brand-20\/50{
    border-inline-start-color: rgb(72 229 155 / 0.5);
}
.border-s-brand-20\/55{
    border-inline-start-color: rgb(72 229 155 / 0.55);
}
.border-s-brand-20\/60{
    border-inline-start-color: rgb(72 229 155 / 0.6);
}
.border-s-brand-20\/65{
    border-inline-start-color: rgb(72 229 155 / 0.65);
}
.border-s-brand-20\/70{
    border-inline-start-color: rgb(72 229 155 / 0.7);
}
.border-s-brand-20\/75{
    border-inline-start-color: rgb(72 229 155 / 0.75);
}
.border-s-brand-20\/80{
    border-inline-start-color: rgb(72 229 155 / 0.8);
}
.border-s-brand-20\/85{
    border-inline-start-color: rgb(72 229 155 / 0.85);
}
.border-s-brand-20\/90{
    border-inline-start-color: rgb(72 229 155 / 0.9);
}
.border-s-brand-20\/95{
    border-inline-start-color: rgb(72 229 155 / 0.95);
}
.border-s-brand-200{
    border-inline-start-color: #c6eedb33;
}
.border-s-brand-200\/0{
    border-inline-start-color: rgb(198 238 219 / 0);
}
.border-s-brand-200\/10{
    border-inline-start-color: rgb(198 238 219 / 0.1);
}
.border-s-brand-200\/100{
    border-inline-start-color: rgb(198 238 219 / 1);
}
.border-s-brand-200\/15{
    border-inline-start-color: rgb(198 238 219 / 0.15);
}
.border-s-brand-200\/20{
    border-inline-start-color: rgb(198 238 219 / 0.2);
}
.border-s-brand-200\/25{
    border-inline-start-color: rgb(198 238 219 / 0.25);
}
.border-s-brand-200\/30{
    border-inline-start-color: rgb(198 238 219 / 0.3);
}
.border-s-brand-200\/35{
    border-inline-start-color: rgb(198 238 219 / 0.35);
}
.border-s-brand-200\/40{
    border-inline-start-color: rgb(198 238 219 / 0.4);
}
.border-s-brand-200\/45{
    border-inline-start-color: rgb(198 238 219 / 0.45);
}
.border-s-brand-200\/5{
    border-inline-start-color: rgb(198 238 219 / 0.05);
}
.border-s-brand-200\/50{
    border-inline-start-color: rgb(198 238 219 / 0.5);
}
.border-s-brand-200\/55{
    border-inline-start-color: rgb(198 238 219 / 0.55);
}
.border-s-brand-200\/60{
    border-inline-start-color: rgb(198 238 219 / 0.6);
}
.border-s-brand-200\/65{
    border-inline-start-color: rgb(198 238 219 / 0.65);
}
.border-s-brand-200\/70{
    border-inline-start-color: rgb(198 238 219 / 0.7);
}
.border-s-brand-200\/75{
    border-inline-start-color: rgb(198 238 219 / 0.75);
}
.border-s-brand-200\/80{
    border-inline-start-color: rgb(198 238 219 / 0.8);
}
.border-s-brand-200\/85{
    border-inline-start-color: rgb(198 238 219 / 0.85);
}
.border-s-brand-200\/90{
    border-inline-start-color: rgb(198 238 219 / 0.9);
}
.border-s-brand-200\/95{
    border-inline-start-color: rgb(198 238 219 / 0.95);
}
.border-s-brand-300{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-s-brand-300\/0{
    border-inline-start-color: rgb(198 238 219 / 0);
}
.border-s-brand-300\/10{
    border-inline-start-color: rgb(198 238 219 / 0.1);
}
.border-s-brand-300\/100{
    border-inline-start-color: rgb(198 238 219 / 1);
}
.border-s-brand-300\/15{
    border-inline-start-color: rgb(198 238 219 / 0.15);
}
.border-s-brand-300\/20{
    border-inline-start-color: rgb(198 238 219 / 0.2);
}
.border-s-brand-300\/25{
    border-inline-start-color: rgb(198 238 219 / 0.25);
}
.border-s-brand-300\/30{
    border-inline-start-color: rgb(198 238 219 / 0.3);
}
.border-s-brand-300\/35{
    border-inline-start-color: rgb(198 238 219 / 0.35);
}
.border-s-brand-300\/40{
    border-inline-start-color: rgb(198 238 219 / 0.4);
}
.border-s-brand-300\/45{
    border-inline-start-color: rgb(198 238 219 / 0.45);
}
.border-s-brand-300\/5{
    border-inline-start-color: rgb(198 238 219 / 0.05);
}
.border-s-brand-300\/50{
    border-inline-start-color: rgb(198 238 219 / 0.5);
}
.border-s-brand-300\/55{
    border-inline-start-color: rgb(198 238 219 / 0.55);
}
.border-s-brand-300\/60{
    border-inline-start-color: rgb(198 238 219 / 0.6);
}
.border-s-brand-300\/65{
    border-inline-start-color: rgb(198 238 219 / 0.65);
}
.border-s-brand-300\/70{
    border-inline-start-color: rgb(198 238 219 / 0.7);
}
.border-s-brand-300\/75{
    border-inline-start-color: rgb(198 238 219 / 0.75);
}
.border-s-brand-300\/80{
    border-inline-start-color: rgb(198 238 219 / 0.8);
}
.border-s-brand-300\/85{
    border-inline-start-color: rgb(198 238 219 / 0.85);
}
.border-s-brand-300\/90{
    border-inline-start-color: rgb(198 238 219 / 0.9);
}
.border-s-brand-300\/95{
    border-inline-start-color: rgb(198 238 219 / 0.95);
}
.border-s-brand-black{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-s-brand-black\/0{
    border-inline-start-color: rgb(17 17 17 / 0);
}
.border-s-brand-black\/10{
    border-inline-start-color: rgb(17 17 17 / 0.1);
}
.border-s-brand-black\/100{
    border-inline-start-color: rgb(17 17 17 / 1);
}
.border-s-brand-black\/15{
    border-inline-start-color: rgb(17 17 17 / 0.15);
}
.border-s-brand-black\/20{
    border-inline-start-color: rgb(17 17 17 / 0.2);
}
.border-s-brand-black\/25{
    border-inline-start-color: rgb(17 17 17 / 0.25);
}
.border-s-brand-black\/30{
    border-inline-start-color: rgb(17 17 17 / 0.3);
}
.border-s-brand-black\/35{
    border-inline-start-color: rgb(17 17 17 / 0.35);
}
.border-s-brand-black\/40{
    border-inline-start-color: rgb(17 17 17 / 0.4);
}
.border-s-brand-black\/45{
    border-inline-start-color: rgb(17 17 17 / 0.45);
}
.border-s-brand-black\/5{
    border-inline-start-color: rgb(17 17 17 / 0.05);
}
.border-s-brand-black\/50{
    border-inline-start-color: rgb(17 17 17 / 0.5);
}
.border-s-brand-black\/55{
    border-inline-start-color: rgb(17 17 17 / 0.55);
}
.border-s-brand-black\/60{
    border-inline-start-color: rgb(17 17 17 / 0.6);
}
.border-s-brand-black\/65{
    border-inline-start-color: rgb(17 17 17 / 0.65);
}
.border-s-brand-black\/70{
    border-inline-start-color: rgb(17 17 17 / 0.7);
}
.border-s-brand-black\/75{
    border-inline-start-color: rgb(17 17 17 / 0.75);
}
.border-s-brand-black\/80{
    border-inline-start-color: rgb(17 17 17 / 0.8);
}
.border-s-brand-black\/85{
    border-inline-start-color: rgb(17 17 17 / 0.85);
}
.border-s-brand-black\/90{
    border-inline-start-color: rgb(17 17 17 / 0.9);
}
.border-s-brand-black\/95{
    border-inline-start-color: rgb(17 17 17 / 0.95);
}
.border-s-brand-blue{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(112 168 244 / var(--tw-border-opacity));
}
.border-s-brand-blue\/0{
    border-inline-start-color: rgb(112 168 244 / 0);
}
.border-s-brand-blue\/10{
    border-inline-start-color: rgb(112 168 244 / 0.1);
}
.border-s-brand-blue\/100{
    border-inline-start-color: rgb(112 168 244 / 1);
}
.border-s-brand-blue\/15{
    border-inline-start-color: rgb(112 168 244 / 0.15);
}
.border-s-brand-blue\/20{
    border-inline-start-color: rgb(112 168 244 / 0.2);
}
.border-s-brand-blue\/25{
    border-inline-start-color: rgb(112 168 244 / 0.25);
}
.border-s-brand-blue\/30{
    border-inline-start-color: rgb(112 168 244 / 0.3);
}
.border-s-brand-blue\/35{
    border-inline-start-color: rgb(112 168 244 / 0.35);
}
.border-s-brand-blue\/40{
    border-inline-start-color: rgb(112 168 244 / 0.4);
}
.border-s-brand-blue\/45{
    border-inline-start-color: rgb(112 168 244 / 0.45);
}
.border-s-brand-blue\/5{
    border-inline-start-color: rgb(112 168 244 / 0.05);
}
.border-s-brand-blue\/50{
    border-inline-start-color: rgb(112 168 244 / 0.5);
}
.border-s-brand-blue\/55{
    border-inline-start-color: rgb(112 168 244 / 0.55);
}
.border-s-brand-blue\/60{
    border-inline-start-color: rgb(112 168 244 / 0.6);
}
.border-s-brand-blue\/65{
    border-inline-start-color: rgb(112 168 244 / 0.65);
}
.border-s-brand-blue\/70{
    border-inline-start-color: rgb(112 168 244 / 0.7);
}
.border-s-brand-blue\/75{
    border-inline-start-color: rgb(112 168 244 / 0.75);
}
.border-s-brand-blue\/80{
    border-inline-start-color: rgb(112 168 244 / 0.8);
}
.border-s-brand-blue\/85{
    border-inline-start-color: rgb(112 168 244 / 0.85);
}
.border-s-brand-blue\/90{
    border-inline-start-color: rgb(112 168 244 / 0.9);
}
.border-s-brand-blue\/95{
    border-inline-start-color: rgb(112 168 244 / 0.95);
}
.border-s-brand-dark{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(35 44 39 / var(--tw-border-opacity));
}
.border-s-brand-dark\/0{
    border-inline-start-color: rgb(35 44 39 / 0);
}
.border-s-brand-dark\/10{
    border-inline-start-color: rgb(35 44 39 / 0.1);
}
.border-s-brand-dark\/100{
    border-inline-start-color: rgb(35 44 39 / 1);
}
.border-s-brand-dark\/15{
    border-inline-start-color: rgb(35 44 39 / 0.15);
}
.border-s-brand-dark\/20{
    border-inline-start-color: rgb(35 44 39 / 0.2);
}
.border-s-brand-dark\/25{
    border-inline-start-color: rgb(35 44 39 / 0.25);
}
.border-s-brand-dark\/30{
    border-inline-start-color: rgb(35 44 39 / 0.3);
}
.border-s-brand-dark\/35{
    border-inline-start-color: rgb(35 44 39 / 0.35);
}
.border-s-brand-dark\/40{
    border-inline-start-color: rgb(35 44 39 / 0.4);
}
.border-s-brand-dark\/45{
    border-inline-start-color: rgb(35 44 39 / 0.45);
}
.border-s-brand-dark\/5{
    border-inline-start-color: rgb(35 44 39 / 0.05);
}
.border-s-brand-dark\/50{
    border-inline-start-color: rgb(35 44 39 / 0.5);
}
.border-s-brand-dark\/55{
    border-inline-start-color: rgb(35 44 39 / 0.55);
}
.border-s-brand-dark\/60{
    border-inline-start-color: rgb(35 44 39 / 0.6);
}
.border-s-brand-dark\/65{
    border-inline-start-color: rgb(35 44 39 / 0.65);
}
.border-s-brand-dark\/70{
    border-inline-start-color: rgb(35 44 39 / 0.7);
}
.border-s-brand-dark\/75{
    border-inline-start-color: rgb(35 44 39 / 0.75);
}
.border-s-brand-dark\/80{
    border-inline-start-color: rgb(35 44 39 / 0.8);
}
.border-s-brand-dark\/85{
    border-inline-start-color: rgb(35 44 39 / 0.85);
}
.border-s-brand-dark\/90{
    border-inline-start-color: rgb(35 44 39 / 0.9);
}
.border-s-brand-dark\/95{
    border-inline-start-color: rgb(35 44 39 / 0.95);
}
.border-s-brand-green{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-s-brand-green\/0{
    border-inline-start-color: rgb(72 229 155 / 0);
}
.border-s-brand-green\/10{
    border-inline-start-color: rgb(72 229 155 / 0.1);
}
.border-s-brand-green\/100{
    border-inline-start-color: rgb(72 229 155 / 1);
}
.border-s-brand-green\/15{
    border-inline-start-color: rgb(72 229 155 / 0.15);
}
.border-s-brand-green\/20{
    border-inline-start-color: rgb(72 229 155 / 0.2);
}
.border-s-brand-green\/25{
    border-inline-start-color: rgb(72 229 155 / 0.25);
}
.border-s-brand-green\/30{
    border-inline-start-color: rgb(72 229 155 / 0.3);
}
.border-s-brand-green\/35{
    border-inline-start-color: rgb(72 229 155 / 0.35);
}
.border-s-brand-green\/40{
    border-inline-start-color: rgb(72 229 155 / 0.4);
}
.border-s-brand-green\/45{
    border-inline-start-color: rgb(72 229 155 / 0.45);
}
.border-s-brand-green\/5{
    border-inline-start-color: rgb(72 229 155 / 0.05);
}
.border-s-brand-green\/50{
    border-inline-start-color: rgb(72 229 155 / 0.5);
}
.border-s-brand-green\/55{
    border-inline-start-color: rgb(72 229 155 / 0.55);
}
.border-s-brand-green\/60{
    border-inline-start-color: rgb(72 229 155 / 0.6);
}
.border-s-brand-green\/65{
    border-inline-start-color: rgb(72 229 155 / 0.65);
}
.border-s-brand-green\/70{
    border-inline-start-color: rgb(72 229 155 / 0.7);
}
.border-s-brand-green\/75{
    border-inline-start-color: rgb(72 229 155 / 0.75);
}
.border-s-brand-green\/80{
    border-inline-start-color: rgb(72 229 155 / 0.8);
}
.border-s-brand-green\/85{
    border-inline-start-color: rgb(72 229 155 / 0.85);
}
.border-s-brand-green\/90{
    border-inline-start-color: rgb(72 229 155 / 0.9);
}
.border-s-brand-green\/95{
    border-inline-start-color: rgb(72 229 155 / 0.95);
}
.border-s-brand-light{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-s-brand-light\/0{
    border-inline-start-color: rgb(198 238 219 / 0);
}
.border-s-brand-light\/10{
    border-inline-start-color: rgb(198 238 219 / 0.1);
}
.border-s-brand-light\/100{
    border-inline-start-color: rgb(198 238 219 / 1);
}
.border-s-brand-light\/15{
    border-inline-start-color: rgb(198 238 219 / 0.15);
}
.border-s-brand-light\/20{
    border-inline-start-color: rgb(198 238 219 / 0.2);
}
.border-s-brand-light\/25{
    border-inline-start-color: rgb(198 238 219 / 0.25);
}
.border-s-brand-light\/30{
    border-inline-start-color: rgb(198 238 219 / 0.3);
}
.border-s-brand-light\/35{
    border-inline-start-color: rgb(198 238 219 / 0.35);
}
.border-s-brand-light\/40{
    border-inline-start-color: rgb(198 238 219 / 0.4);
}
.border-s-brand-light\/45{
    border-inline-start-color: rgb(198 238 219 / 0.45);
}
.border-s-brand-light\/5{
    border-inline-start-color: rgb(198 238 219 / 0.05);
}
.border-s-brand-light\/50{
    border-inline-start-color: rgb(198 238 219 / 0.5);
}
.border-s-brand-light\/55{
    border-inline-start-color: rgb(198 238 219 / 0.55);
}
.border-s-brand-light\/60{
    border-inline-start-color: rgb(198 238 219 / 0.6);
}
.border-s-brand-light\/65{
    border-inline-start-color: rgb(198 238 219 / 0.65);
}
.border-s-brand-light\/70{
    border-inline-start-color: rgb(198 238 219 / 0.7);
}
.border-s-brand-light\/75{
    border-inline-start-color: rgb(198 238 219 / 0.75);
}
.border-s-brand-light\/80{
    border-inline-start-color: rgb(198 238 219 / 0.8);
}
.border-s-brand-light\/85{
    border-inline-start-color: rgb(198 238 219 / 0.85);
}
.border-s-brand-light\/90{
    border-inline-start-color: rgb(198 238 219 / 0.9);
}
.border-s-brand-light\/95{
    border-inline-start-color: rgb(198 238 219 / 0.95);
}
.border-s-error{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(255 60 60 / var(--tw-border-opacity));
}
.border-s-error-10{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(41 21 21 / var(--tw-border-opacity));
}
.border-s-error-10\/0{
    border-inline-start-color: rgb(41 21 21 / 0);
}
.border-s-error-10\/10{
    border-inline-start-color: rgb(41 21 21 / 0.1);
}
.border-s-error-10\/100{
    border-inline-start-color: rgb(41 21 21 / 1);
}
.border-s-error-10\/15{
    border-inline-start-color: rgb(41 21 21 / 0.15);
}
.border-s-error-10\/20{
    border-inline-start-color: rgb(41 21 21 / 0.2);
}
.border-s-error-10\/25{
    border-inline-start-color: rgb(41 21 21 / 0.25);
}
.border-s-error-10\/30{
    border-inline-start-color: rgb(41 21 21 / 0.3);
}
.border-s-error-10\/35{
    border-inline-start-color: rgb(41 21 21 / 0.35);
}
.border-s-error-10\/40{
    border-inline-start-color: rgb(41 21 21 / 0.4);
}
.border-s-error-10\/45{
    border-inline-start-color: rgb(41 21 21 / 0.45);
}
.border-s-error-10\/5{
    border-inline-start-color: rgb(41 21 21 / 0.05);
}
.border-s-error-10\/50{
    border-inline-start-color: rgb(41 21 21 / 0.5);
}
.border-s-error-10\/55{
    border-inline-start-color: rgb(41 21 21 / 0.55);
}
.border-s-error-10\/60{
    border-inline-start-color: rgb(41 21 21 / 0.6);
}
.border-s-error-10\/65{
    border-inline-start-color: rgb(41 21 21 / 0.65);
}
.border-s-error-10\/70{
    border-inline-start-color: rgb(41 21 21 / 0.7);
}
.border-s-error-10\/75{
    border-inline-start-color: rgb(41 21 21 / 0.75);
}
.border-s-error-10\/80{
    border-inline-start-color: rgb(41 21 21 / 0.8);
}
.border-s-error-10\/85{
    border-inline-start-color: rgb(41 21 21 / 0.85);
}
.border-s-error-10\/90{
    border-inline-start-color: rgb(41 21 21 / 0.9);
}
.border-s-error-10\/95{
    border-inline-start-color: rgb(41 21 21 / 0.95);
}
.border-s-error-100{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(255 199 199 / var(--tw-border-opacity));
}
.border-s-error-100\/0{
    border-inline-start-color: rgb(255 199 199 / 0);
}
.border-s-error-100\/10{
    border-inline-start-color: rgb(255 199 199 / 0.1);
}
.border-s-error-100\/100{
    border-inline-start-color: rgb(255 199 199 / 1);
}
.border-s-error-100\/15{
    border-inline-start-color: rgb(255 199 199 / 0.15);
}
.border-s-error-100\/20{
    border-inline-start-color: rgb(255 199 199 / 0.2);
}
.border-s-error-100\/25{
    border-inline-start-color: rgb(255 199 199 / 0.25);
}
.border-s-error-100\/30{
    border-inline-start-color: rgb(255 199 199 / 0.3);
}
.border-s-error-100\/35{
    border-inline-start-color: rgb(255 199 199 / 0.35);
}
.border-s-error-100\/40{
    border-inline-start-color: rgb(255 199 199 / 0.4);
}
.border-s-error-100\/45{
    border-inline-start-color: rgb(255 199 199 / 0.45);
}
.border-s-error-100\/5{
    border-inline-start-color: rgb(255 199 199 / 0.05);
}
.border-s-error-100\/50{
    border-inline-start-color: rgb(255 199 199 / 0.5);
}
.border-s-error-100\/55{
    border-inline-start-color: rgb(255 199 199 / 0.55);
}
.border-s-error-100\/60{
    border-inline-start-color: rgb(255 199 199 / 0.6);
}
.border-s-error-100\/65{
    border-inline-start-color: rgb(255 199 199 / 0.65);
}
.border-s-error-100\/70{
    border-inline-start-color: rgb(255 199 199 / 0.7);
}
.border-s-error-100\/75{
    border-inline-start-color: rgb(255 199 199 / 0.75);
}
.border-s-error-100\/80{
    border-inline-start-color: rgb(255 199 199 / 0.8);
}
.border-s-error-100\/85{
    border-inline-start-color: rgb(255 199 199 / 0.85);
}
.border-s-error-100\/90{
    border-inline-start-color: rgb(255 199 199 / 0.9);
}
.border-s-error-100\/95{
    border-inline-start-color: rgb(255 199 199 / 0.95);
}
.border-s-error-15{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(53 23 23 / var(--tw-border-opacity));
}
.border-s-error-15\/0{
    border-inline-start-color: rgb(53 23 23 / 0);
}
.border-s-error-15\/10{
    border-inline-start-color: rgb(53 23 23 / 0.1);
}
.border-s-error-15\/100{
    border-inline-start-color: rgb(53 23 23 / 1);
}
.border-s-error-15\/15{
    border-inline-start-color: rgb(53 23 23 / 0.15);
}
.border-s-error-15\/20{
    border-inline-start-color: rgb(53 23 23 / 0.2);
}
.border-s-error-15\/25{
    border-inline-start-color: rgb(53 23 23 / 0.25);
}
.border-s-error-15\/30{
    border-inline-start-color: rgb(53 23 23 / 0.3);
}
.border-s-error-15\/35{
    border-inline-start-color: rgb(53 23 23 / 0.35);
}
.border-s-error-15\/40{
    border-inline-start-color: rgb(53 23 23 / 0.4);
}
.border-s-error-15\/45{
    border-inline-start-color: rgb(53 23 23 / 0.45);
}
.border-s-error-15\/5{
    border-inline-start-color: rgb(53 23 23 / 0.05);
}
.border-s-error-15\/50{
    border-inline-start-color: rgb(53 23 23 / 0.5);
}
.border-s-error-15\/55{
    border-inline-start-color: rgb(53 23 23 / 0.55);
}
.border-s-error-15\/60{
    border-inline-start-color: rgb(53 23 23 / 0.6);
}
.border-s-error-15\/65{
    border-inline-start-color: rgb(53 23 23 / 0.65);
}
.border-s-error-15\/70{
    border-inline-start-color: rgb(53 23 23 / 0.7);
}
.border-s-error-15\/75{
    border-inline-start-color: rgb(53 23 23 / 0.75);
}
.border-s-error-15\/80{
    border-inline-start-color: rgb(53 23 23 / 0.8);
}
.border-s-error-15\/85{
    border-inline-start-color: rgb(53 23 23 / 0.85);
}
.border-s-error-15\/90{
    border-inline-start-color: rgb(53 23 23 / 0.9);
}
.border-s-error-15\/95{
    border-inline-start-color: rgb(53 23 23 / 0.95);
}
.border-s-error-20{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(60 25 25 / var(--tw-border-opacity));
}
.border-s-error-20\/0{
    border-inline-start-color: rgb(60 25 25 / 0);
}
.border-s-error-20\/10{
    border-inline-start-color: rgb(60 25 25 / 0.1);
}
.border-s-error-20\/100{
    border-inline-start-color: rgb(60 25 25 / 1);
}
.border-s-error-20\/15{
    border-inline-start-color: rgb(60 25 25 / 0.15);
}
.border-s-error-20\/20{
    border-inline-start-color: rgb(60 25 25 / 0.2);
}
.border-s-error-20\/25{
    border-inline-start-color: rgb(60 25 25 / 0.25);
}
.border-s-error-20\/30{
    border-inline-start-color: rgb(60 25 25 / 0.3);
}
.border-s-error-20\/35{
    border-inline-start-color: rgb(60 25 25 / 0.35);
}
.border-s-error-20\/40{
    border-inline-start-color: rgb(60 25 25 / 0.4);
}
.border-s-error-20\/45{
    border-inline-start-color: rgb(60 25 25 / 0.45);
}
.border-s-error-20\/5{
    border-inline-start-color: rgb(60 25 25 / 0.05);
}
.border-s-error-20\/50{
    border-inline-start-color: rgb(60 25 25 / 0.5);
}
.border-s-error-20\/55{
    border-inline-start-color: rgb(60 25 25 / 0.55);
}
.border-s-error-20\/60{
    border-inline-start-color: rgb(60 25 25 / 0.6);
}
.border-s-error-20\/65{
    border-inline-start-color: rgb(60 25 25 / 0.65);
}
.border-s-error-20\/70{
    border-inline-start-color: rgb(60 25 25 / 0.7);
}
.border-s-error-20\/75{
    border-inline-start-color: rgb(60 25 25 / 0.75);
}
.border-s-error-20\/80{
    border-inline-start-color: rgb(60 25 25 / 0.8);
}
.border-s-error-20\/85{
    border-inline-start-color: rgb(60 25 25 / 0.85);
}
.border-s-error-20\/90{
    border-inline-start-color: rgb(60 25 25 / 0.9);
}
.border-s-error-20\/95{
    border-inline-start-color: rgb(60 25 25 / 0.95);
}
.border-s-error-5{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(29 19 19 / var(--tw-border-opacity));
}
.border-s-error-5\/0{
    border-inline-start-color: rgb(29 19 19 / 0);
}
.border-s-error-5\/10{
    border-inline-start-color: rgb(29 19 19 / 0.1);
}
.border-s-error-5\/100{
    border-inline-start-color: rgb(29 19 19 / 1);
}
.border-s-error-5\/15{
    border-inline-start-color: rgb(29 19 19 / 0.15);
}
.border-s-error-5\/20{
    border-inline-start-color: rgb(29 19 19 / 0.2);
}
.border-s-error-5\/25{
    border-inline-start-color: rgb(29 19 19 / 0.25);
}
.border-s-error-5\/30{
    border-inline-start-color: rgb(29 19 19 / 0.3);
}
.border-s-error-5\/35{
    border-inline-start-color: rgb(29 19 19 / 0.35);
}
.border-s-error-5\/40{
    border-inline-start-color: rgb(29 19 19 / 0.4);
}
.border-s-error-5\/45{
    border-inline-start-color: rgb(29 19 19 / 0.45);
}
.border-s-error-5\/5{
    border-inline-start-color: rgb(29 19 19 / 0.05);
}
.border-s-error-5\/50{
    border-inline-start-color: rgb(29 19 19 / 0.5);
}
.border-s-error-5\/55{
    border-inline-start-color: rgb(29 19 19 / 0.55);
}
.border-s-error-5\/60{
    border-inline-start-color: rgb(29 19 19 / 0.6);
}
.border-s-error-5\/65{
    border-inline-start-color: rgb(29 19 19 / 0.65);
}
.border-s-error-5\/70{
    border-inline-start-color: rgb(29 19 19 / 0.7);
}
.border-s-error-5\/75{
    border-inline-start-color: rgb(29 19 19 / 0.75);
}
.border-s-error-5\/80{
    border-inline-start-color: rgb(29 19 19 / 0.8);
}
.border-s-error-5\/85{
    border-inline-start-color: rgb(29 19 19 / 0.85);
}
.border-s-error-5\/90{
    border-inline-start-color: rgb(29 19 19 / 0.9);
}
.border-s-error-5\/95{
    border-inline-start-color: rgb(29 19 19 / 0.95);
}
.border-s-error-500{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(255 60 60 / var(--tw-border-opacity));
}
.border-s-error-500\/0{
    border-inline-start-color: rgb(255 60 60 / 0);
}
.border-s-error-500\/10{
    border-inline-start-color: rgb(255 60 60 / 0.1);
}
.border-s-error-500\/100{
    border-inline-start-color: rgb(255 60 60 / 1);
}
.border-s-error-500\/15{
    border-inline-start-color: rgb(255 60 60 / 0.15);
}
.border-s-error-500\/20{
    border-inline-start-color: rgb(255 60 60 / 0.2);
}
.border-s-error-500\/25{
    border-inline-start-color: rgb(255 60 60 / 0.25);
}
.border-s-error-500\/30{
    border-inline-start-color: rgb(255 60 60 / 0.3);
}
.border-s-error-500\/35{
    border-inline-start-color: rgb(255 60 60 / 0.35);
}
.border-s-error-500\/40{
    border-inline-start-color: rgb(255 60 60 / 0.4);
}
.border-s-error-500\/45{
    border-inline-start-color: rgb(255 60 60 / 0.45);
}
.border-s-error-500\/5{
    border-inline-start-color: rgb(255 60 60 / 0.05);
}
.border-s-error-500\/50{
    border-inline-start-color: rgb(255 60 60 / 0.5);
}
.border-s-error-500\/55{
    border-inline-start-color: rgb(255 60 60 / 0.55);
}
.border-s-error-500\/60{
    border-inline-start-color: rgb(255 60 60 / 0.6);
}
.border-s-error-500\/65{
    border-inline-start-color: rgb(255 60 60 / 0.65);
}
.border-s-error-500\/70{
    border-inline-start-color: rgb(255 60 60 / 0.7);
}
.border-s-error-500\/75{
    border-inline-start-color: rgb(255 60 60 / 0.75);
}
.border-s-error-500\/80{
    border-inline-start-color: rgb(255 60 60 / 0.8);
}
.border-s-error-500\/85{
    border-inline-start-color: rgb(255 60 60 / 0.85);
}
.border-s-error-500\/90{
    border-inline-start-color: rgb(255 60 60 / 0.9);
}
.border-s-error-500\/95{
    border-inline-start-color: rgb(255 60 60 / 0.95);
}
.border-s-error-900{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(60 25 25 / var(--tw-border-opacity));
}
.border-s-error-900\/0{
    border-inline-start-color: rgb(60 25 25 / 0);
}
.border-s-error-900\/10{
    border-inline-start-color: rgb(60 25 25 / 0.1);
}
.border-s-error-900\/100{
    border-inline-start-color: rgb(60 25 25 / 1);
}
.border-s-error-900\/15{
    border-inline-start-color: rgb(60 25 25 / 0.15);
}
.border-s-error-900\/20{
    border-inline-start-color: rgb(60 25 25 / 0.2);
}
.border-s-error-900\/25{
    border-inline-start-color: rgb(60 25 25 / 0.25);
}
.border-s-error-900\/30{
    border-inline-start-color: rgb(60 25 25 / 0.3);
}
.border-s-error-900\/35{
    border-inline-start-color: rgb(60 25 25 / 0.35);
}
.border-s-error-900\/40{
    border-inline-start-color: rgb(60 25 25 / 0.4);
}
.border-s-error-900\/45{
    border-inline-start-color: rgb(60 25 25 / 0.45);
}
.border-s-error-900\/5{
    border-inline-start-color: rgb(60 25 25 / 0.05);
}
.border-s-error-900\/50{
    border-inline-start-color: rgb(60 25 25 / 0.5);
}
.border-s-error-900\/55{
    border-inline-start-color: rgb(60 25 25 / 0.55);
}
.border-s-error-900\/60{
    border-inline-start-color: rgb(60 25 25 / 0.6);
}
.border-s-error-900\/65{
    border-inline-start-color: rgb(60 25 25 / 0.65);
}
.border-s-error-900\/70{
    border-inline-start-color: rgb(60 25 25 / 0.7);
}
.border-s-error-900\/75{
    border-inline-start-color: rgb(60 25 25 / 0.75);
}
.border-s-error-900\/80{
    border-inline-start-color: rgb(60 25 25 / 0.8);
}
.border-s-error-900\/85{
    border-inline-start-color: rgb(60 25 25 / 0.85);
}
.border-s-error-900\/90{
    border-inline-start-color: rgb(60 25 25 / 0.9);
}
.border-s-error-900\/95{
    border-inline-start-color: rgb(60 25 25 / 0.95);
}
.border-s-error-light{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(255 199 199 / var(--tw-border-opacity));
}
.border-s-error-light\/0{
    border-inline-start-color: rgb(255 199 199 / 0);
}
.border-s-error-light\/10{
    border-inline-start-color: rgb(255 199 199 / 0.1);
}
.border-s-error-light\/100{
    border-inline-start-color: rgb(255 199 199 / 1);
}
.border-s-error-light\/15{
    border-inline-start-color: rgb(255 199 199 / 0.15);
}
.border-s-error-light\/20{
    border-inline-start-color: rgb(255 199 199 / 0.2);
}
.border-s-error-light\/25{
    border-inline-start-color: rgb(255 199 199 / 0.25);
}
.border-s-error-light\/30{
    border-inline-start-color: rgb(255 199 199 / 0.3);
}
.border-s-error-light\/35{
    border-inline-start-color: rgb(255 199 199 / 0.35);
}
.border-s-error-light\/40{
    border-inline-start-color: rgb(255 199 199 / 0.4);
}
.border-s-error-light\/45{
    border-inline-start-color: rgb(255 199 199 / 0.45);
}
.border-s-error-light\/5{
    border-inline-start-color: rgb(255 199 199 / 0.05);
}
.border-s-error-light\/50{
    border-inline-start-color: rgb(255 199 199 / 0.5);
}
.border-s-error-light\/55{
    border-inline-start-color: rgb(255 199 199 / 0.55);
}
.border-s-error-light\/60{
    border-inline-start-color: rgb(255 199 199 / 0.6);
}
.border-s-error-light\/65{
    border-inline-start-color: rgb(255 199 199 / 0.65);
}
.border-s-error-light\/70{
    border-inline-start-color: rgb(255 199 199 / 0.7);
}
.border-s-error-light\/75{
    border-inline-start-color: rgb(255 199 199 / 0.75);
}
.border-s-error-light\/80{
    border-inline-start-color: rgb(255 199 199 / 0.8);
}
.border-s-error-light\/85{
    border-inline-start-color: rgb(255 199 199 / 0.85);
}
.border-s-error-light\/90{
    border-inline-start-color: rgb(255 199 199 / 0.9);
}
.border-s-error-light\/95{
    border-inline-start-color: rgb(255 199 199 / 0.95);
}
.border-s-error\/0{
    border-inline-start-color: rgb(255 60 60 / 0);
}
.border-s-error\/10{
    border-inline-start-color: rgb(255 60 60 / 0.1);
}
.border-s-error\/100{
    border-inline-start-color: rgb(255 60 60 / 1);
}
.border-s-error\/15{
    border-inline-start-color: rgb(255 60 60 / 0.15);
}
.border-s-error\/20{
    border-inline-start-color: rgb(255 60 60 / 0.2);
}
.border-s-error\/25{
    border-inline-start-color: rgb(255 60 60 / 0.25);
}
.border-s-error\/30{
    border-inline-start-color: rgb(255 60 60 / 0.3);
}
.border-s-error\/35{
    border-inline-start-color: rgb(255 60 60 / 0.35);
}
.border-s-error\/40{
    border-inline-start-color: rgb(255 60 60 / 0.4);
}
.border-s-error\/45{
    border-inline-start-color: rgb(255 60 60 / 0.45);
}
.border-s-error\/5{
    border-inline-start-color: rgb(255 60 60 / 0.05);
}
.border-s-error\/50{
    border-inline-start-color: rgb(255 60 60 / 0.5);
}
.border-s-error\/55{
    border-inline-start-color: rgb(255 60 60 / 0.55);
}
.border-s-error\/60{
    border-inline-start-color: rgb(255 60 60 / 0.6);
}
.border-s-error\/65{
    border-inline-start-color: rgb(255 60 60 / 0.65);
}
.border-s-error\/70{
    border-inline-start-color: rgb(255 60 60 / 0.7);
}
.border-s-error\/75{
    border-inline-start-color: rgb(255 60 60 / 0.75);
}
.border-s-error\/80{
    border-inline-start-color: rgb(255 60 60 / 0.8);
}
.border-s-error\/85{
    border-inline-start-color: rgb(255 60 60 / 0.85);
}
.border-s-error\/90{
    border-inline-start-color: rgb(255 60 60 / 0.9);
}
.border-s-error\/95{
    border-inline-start-color: rgb(255 60 60 / 0.95);
}
.border-s-primary{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-s-primary-20{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(28 59 45 / var(--tw-border-opacity));
}
.border-s-primary-20\/0{
    border-inline-start-color: rgb(28 59 45 / 0);
}
.border-s-primary-20\/10{
    border-inline-start-color: rgb(28 59 45 / 0.1);
}
.border-s-primary-20\/100{
    border-inline-start-color: rgb(28 59 45 / 1);
}
.border-s-primary-20\/15{
    border-inline-start-color: rgb(28 59 45 / 0.15);
}
.border-s-primary-20\/20{
    border-inline-start-color: rgb(28 59 45 / 0.2);
}
.border-s-primary-20\/25{
    border-inline-start-color: rgb(28 59 45 / 0.25);
}
.border-s-primary-20\/30{
    border-inline-start-color: rgb(28 59 45 / 0.3);
}
.border-s-primary-20\/35{
    border-inline-start-color: rgb(28 59 45 / 0.35);
}
.border-s-primary-20\/40{
    border-inline-start-color: rgb(28 59 45 / 0.4);
}
.border-s-primary-20\/45{
    border-inline-start-color: rgb(28 59 45 / 0.45);
}
.border-s-primary-20\/5{
    border-inline-start-color: rgb(28 59 45 / 0.05);
}
.border-s-primary-20\/50{
    border-inline-start-color: rgb(28 59 45 / 0.5);
}
.border-s-primary-20\/55{
    border-inline-start-color: rgb(28 59 45 / 0.55);
}
.border-s-primary-20\/60{
    border-inline-start-color: rgb(28 59 45 / 0.6);
}
.border-s-primary-20\/65{
    border-inline-start-color: rgb(28 59 45 / 0.65);
}
.border-s-primary-20\/70{
    border-inline-start-color: rgb(28 59 45 / 0.7);
}
.border-s-primary-20\/75{
    border-inline-start-color: rgb(28 59 45 / 0.75);
}
.border-s-primary-20\/80{
    border-inline-start-color: rgb(28 59 45 / 0.8);
}
.border-s-primary-20\/85{
    border-inline-start-color: rgb(28 59 45 / 0.85);
}
.border-s-primary-20\/90{
    border-inline-start-color: rgb(28 59 45 / 0.9);
}
.border-s-primary-20\/95{
    border-inline-start-color: rgb(28 59 45 / 0.95);
}
.border-s-primary-200{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-s-primary-200\/0{
    border-inline-start-color: rgb(198 238 219 / 0);
}
.border-s-primary-200\/10{
    border-inline-start-color: rgb(198 238 219 / 0.1);
}
.border-s-primary-200\/100{
    border-inline-start-color: rgb(198 238 219 / 1);
}
.border-s-primary-200\/15{
    border-inline-start-color: rgb(198 238 219 / 0.15);
}
.border-s-primary-200\/20{
    border-inline-start-color: rgb(198 238 219 / 0.2);
}
.border-s-primary-200\/25{
    border-inline-start-color: rgb(198 238 219 / 0.25);
}
.border-s-primary-200\/30{
    border-inline-start-color: rgb(198 238 219 / 0.3);
}
.border-s-primary-200\/35{
    border-inline-start-color: rgb(198 238 219 / 0.35);
}
.border-s-primary-200\/40{
    border-inline-start-color: rgb(198 238 219 / 0.4);
}
.border-s-primary-200\/45{
    border-inline-start-color: rgb(198 238 219 / 0.45);
}
.border-s-primary-200\/5{
    border-inline-start-color: rgb(198 238 219 / 0.05);
}
.border-s-primary-200\/50{
    border-inline-start-color: rgb(198 238 219 / 0.5);
}
.border-s-primary-200\/55{
    border-inline-start-color: rgb(198 238 219 / 0.55);
}
.border-s-primary-200\/60{
    border-inline-start-color: rgb(198 238 219 / 0.6);
}
.border-s-primary-200\/65{
    border-inline-start-color: rgb(198 238 219 / 0.65);
}
.border-s-primary-200\/70{
    border-inline-start-color: rgb(198 238 219 / 0.7);
}
.border-s-primary-200\/75{
    border-inline-start-color: rgb(198 238 219 / 0.75);
}
.border-s-primary-200\/80{
    border-inline-start-color: rgb(198 238 219 / 0.8);
}
.border-s-primary-200\/85{
    border-inline-start-color: rgb(198 238 219 / 0.85);
}
.border-s-primary-200\/90{
    border-inline-start-color: rgb(198 238 219 / 0.9);
}
.border-s-primary-200\/95{
    border-inline-start-color: rgb(198 238 219 / 0.95);
}
.border-s-primary-5{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(20 28 24 / var(--tw-border-opacity));
}
.border-s-primary-5\/0{
    border-inline-start-color: rgb(20 28 24 / 0);
}
.border-s-primary-5\/10{
    border-inline-start-color: rgb(20 28 24 / 0.1);
}
.border-s-primary-5\/100{
    border-inline-start-color: rgb(20 28 24 / 1);
}
.border-s-primary-5\/15{
    border-inline-start-color: rgb(20 28 24 / 0.15);
}
.border-s-primary-5\/20{
    border-inline-start-color: rgb(20 28 24 / 0.2);
}
.border-s-primary-5\/25{
    border-inline-start-color: rgb(20 28 24 / 0.25);
}
.border-s-primary-5\/30{
    border-inline-start-color: rgb(20 28 24 / 0.3);
}
.border-s-primary-5\/35{
    border-inline-start-color: rgb(20 28 24 / 0.35);
}
.border-s-primary-5\/40{
    border-inline-start-color: rgb(20 28 24 / 0.4);
}
.border-s-primary-5\/45{
    border-inline-start-color: rgb(20 28 24 / 0.45);
}
.border-s-primary-5\/5{
    border-inline-start-color: rgb(20 28 24 / 0.05);
}
.border-s-primary-5\/50{
    border-inline-start-color: rgb(20 28 24 / 0.5);
}
.border-s-primary-5\/55{
    border-inline-start-color: rgb(20 28 24 / 0.55);
}
.border-s-primary-5\/60{
    border-inline-start-color: rgb(20 28 24 / 0.6);
}
.border-s-primary-5\/65{
    border-inline-start-color: rgb(20 28 24 / 0.65);
}
.border-s-primary-5\/70{
    border-inline-start-color: rgb(20 28 24 / 0.7);
}
.border-s-primary-5\/75{
    border-inline-start-color: rgb(20 28 24 / 0.75);
}
.border-s-primary-5\/80{
    border-inline-start-color: rgb(20 28 24 / 0.8);
}
.border-s-primary-5\/85{
    border-inline-start-color: rgb(20 28 24 / 0.85);
}
.border-s-primary-5\/90{
    border-inline-start-color: rgb(20 28 24 / 0.9);
}
.border-s-primary-5\/95{
    border-inline-start-color: rgb(20 28 24 / 0.95);
}
.border-s-primary-500{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-s-primary-500\/0{
    border-inline-start-color: rgb(72 229 155 / 0);
}
.border-s-primary-500\/10{
    border-inline-start-color: rgb(72 229 155 / 0.1);
}
.border-s-primary-500\/100{
    border-inline-start-color: rgb(72 229 155 / 1);
}
.border-s-primary-500\/15{
    border-inline-start-color: rgb(72 229 155 / 0.15);
}
.border-s-primary-500\/20{
    border-inline-start-color: rgb(72 229 155 / 0.2);
}
.border-s-primary-500\/25{
    border-inline-start-color: rgb(72 229 155 / 0.25);
}
.border-s-primary-500\/30{
    border-inline-start-color: rgb(72 229 155 / 0.3);
}
.border-s-primary-500\/35{
    border-inline-start-color: rgb(72 229 155 / 0.35);
}
.border-s-primary-500\/40{
    border-inline-start-color: rgb(72 229 155 / 0.4);
}
.border-s-primary-500\/45{
    border-inline-start-color: rgb(72 229 155 / 0.45);
}
.border-s-primary-500\/5{
    border-inline-start-color: rgb(72 229 155 / 0.05);
}
.border-s-primary-500\/50{
    border-inline-start-color: rgb(72 229 155 / 0.5);
}
.border-s-primary-500\/55{
    border-inline-start-color: rgb(72 229 155 / 0.55);
}
.border-s-primary-500\/60{
    border-inline-start-color: rgb(72 229 155 / 0.6);
}
.border-s-primary-500\/65{
    border-inline-start-color: rgb(72 229 155 / 0.65);
}
.border-s-primary-500\/70{
    border-inline-start-color: rgb(72 229 155 / 0.7);
}
.border-s-primary-500\/75{
    border-inline-start-color: rgb(72 229 155 / 0.75);
}
.border-s-primary-500\/80{
    border-inline-start-color: rgb(72 229 155 / 0.8);
}
.border-s-primary-500\/85{
    border-inline-start-color: rgb(72 229 155 / 0.85);
}
.border-s-primary-500\/90{
    border-inline-start-color: rgb(72 229 155 / 0.9);
}
.border-s-primary-500\/95{
    border-inline-start-color: rgb(72 229 155 / 0.95);
}
.border-s-primary-60{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(57 155 109 / var(--tw-border-opacity));
}
.border-s-primary-60\/0{
    border-inline-start-color: rgb(57 155 109 / 0);
}
.border-s-primary-60\/10{
    border-inline-start-color: rgb(57 155 109 / 0.1);
}
.border-s-primary-60\/100{
    border-inline-start-color: rgb(57 155 109 / 1);
}
.border-s-primary-60\/15{
    border-inline-start-color: rgb(57 155 109 / 0.15);
}
.border-s-primary-60\/20{
    border-inline-start-color: rgb(57 155 109 / 0.2);
}
.border-s-primary-60\/25{
    border-inline-start-color: rgb(57 155 109 / 0.25);
}
.border-s-primary-60\/30{
    border-inline-start-color: rgb(57 155 109 / 0.3);
}
.border-s-primary-60\/35{
    border-inline-start-color: rgb(57 155 109 / 0.35);
}
.border-s-primary-60\/40{
    border-inline-start-color: rgb(57 155 109 / 0.4);
}
.border-s-primary-60\/45{
    border-inline-start-color: rgb(57 155 109 / 0.45);
}
.border-s-primary-60\/5{
    border-inline-start-color: rgb(57 155 109 / 0.05);
}
.border-s-primary-60\/50{
    border-inline-start-color: rgb(57 155 109 / 0.5);
}
.border-s-primary-60\/55{
    border-inline-start-color: rgb(57 155 109 / 0.55);
}
.border-s-primary-60\/60{
    border-inline-start-color: rgb(57 155 109 / 0.6);
}
.border-s-primary-60\/65{
    border-inline-start-color: rgb(57 155 109 / 0.65);
}
.border-s-primary-60\/70{
    border-inline-start-color: rgb(57 155 109 / 0.7);
}
.border-s-primary-60\/75{
    border-inline-start-color: rgb(57 155 109 / 0.75);
}
.border-s-primary-60\/80{
    border-inline-start-color: rgb(57 155 109 / 0.8);
}
.border-s-primary-60\/85{
    border-inline-start-color: rgb(57 155 109 / 0.85);
}
.border-s-primary-60\/90{
    border-inline-start-color: rgb(57 155 109 / 0.9);
}
.border-s-primary-60\/95{
    border-inline-start-color: rgb(57 155 109 / 0.95);
}
.border-s-primary-600{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(61 187 127 / var(--tw-border-opacity));
}
.border-s-primary-600\/0{
    border-inline-start-color: rgb(61 187 127 / 0);
}
.border-s-primary-600\/10{
    border-inline-start-color: rgb(61 187 127 / 0.1);
}
.border-s-primary-600\/100{
    border-inline-start-color: rgb(61 187 127 / 1);
}
.border-s-primary-600\/15{
    border-inline-start-color: rgb(61 187 127 / 0.15);
}
.border-s-primary-600\/20{
    border-inline-start-color: rgb(61 187 127 / 0.2);
}
.border-s-primary-600\/25{
    border-inline-start-color: rgb(61 187 127 / 0.25);
}
.border-s-primary-600\/30{
    border-inline-start-color: rgb(61 187 127 / 0.3);
}
.border-s-primary-600\/35{
    border-inline-start-color: rgb(61 187 127 / 0.35);
}
.border-s-primary-600\/40{
    border-inline-start-color: rgb(61 187 127 / 0.4);
}
.border-s-primary-600\/45{
    border-inline-start-color: rgb(61 187 127 / 0.45);
}
.border-s-primary-600\/5{
    border-inline-start-color: rgb(61 187 127 / 0.05);
}
.border-s-primary-600\/50{
    border-inline-start-color: rgb(61 187 127 / 0.5);
}
.border-s-primary-600\/55{
    border-inline-start-color: rgb(61 187 127 / 0.55);
}
.border-s-primary-600\/60{
    border-inline-start-color: rgb(61 187 127 / 0.6);
}
.border-s-primary-600\/65{
    border-inline-start-color: rgb(61 187 127 / 0.65);
}
.border-s-primary-600\/70{
    border-inline-start-color: rgb(61 187 127 / 0.7);
}
.border-s-primary-600\/75{
    border-inline-start-color: rgb(61 187 127 / 0.75);
}
.border-s-primary-600\/80{
    border-inline-start-color: rgb(61 187 127 / 0.8);
}
.border-s-primary-600\/85{
    border-inline-start-color: rgb(61 187 127 / 0.85);
}
.border-s-primary-600\/90{
    border-inline-start-color: rgb(61 187 127 / 0.9);
}
.border-s-primary-600\/95{
    border-inline-start-color: rgb(61 187 127 / 0.95);
}
.border-s-primary-700{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(57 155 109 / var(--tw-border-opacity));
}
.border-s-primary-700\/0{
    border-inline-start-color: rgb(57 155 109 / 0);
}
.border-s-primary-700\/10{
    border-inline-start-color: rgb(57 155 109 / 0.1);
}
.border-s-primary-700\/100{
    border-inline-start-color: rgb(57 155 109 / 1);
}
.border-s-primary-700\/15{
    border-inline-start-color: rgb(57 155 109 / 0.15);
}
.border-s-primary-700\/20{
    border-inline-start-color: rgb(57 155 109 / 0.2);
}
.border-s-primary-700\/25{
    border-inline-start-color: rgb(57 155 109 / 0.25);
}
.border-s-primary-700\/30{
    border-inline-start-color: rgb(57 155 109 / 0.3);
}
.border-s-primary-700\/35{
    border-inline-start-color: rgb(57 155 109 / 0.35);
}
.border-s-primary-700\/40{
    border-inline-start-color: rgb(57 155 109 / 0.4);
}
.border-s-primary-700\/45{
    border-inline-start-color: rgb(57 155 109 / 0.45);
}
.border-s-primary-700\/5{
    border-inline-start-color: rgb(57 155 109 / 0.05);
}
.border-s-primary-700\/50{
    border-inline-start-color: rgb(57 155 109 / 0.5);
}
.border-s-primary-700\/55{
    border-inline-start-color: rgb(57 155 109 / 0.55);
}
.border-s-primary-700\/60{
    border-inline-start-color: rgb(57 155 109 / 0.6);
}
.border-s-primary-700\/65{
    border-inline-start-color: rgb(57 155 109 / 0.65);
}
.border-s-primary-700\/70{
    border-inline-start-color: rgb(57 155 109 / 0.7);
}
.border-s-primary-700\/75{
    border-inline-start-color: rgb(57 155 109 / 0.75);
}
.border-s-primary-700\/80{
    border-inline-start-color: rgb(57 155 109 / 0.8);
}
.border-s-primary-700\/85{
    border-inline-start-color: rgb(57 155 109 / 0.85);
}
.border-s-primary-700\/90{
    border-inline-start-color: rgb(57 155 109 / 0.9);
}
.border-s-primary-700\/95{
    border-inline-start-color: rgb(57 155 109 / 0.95);
}
.border-s-primary-80{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(61 187 127 / var(--tw-border-opacity));
}
.border-s-primary-80\/0{
    border-inline-start-color: rgb(61 187 127 / 0);
}
.border-s-primary-80\/10{
    border-inline-start-color: rgb(61 187 127 / 0.1);
}
.border-s-primary-80\/100{
    border-inline-start-color: rgb(61 187 127 / 1);
}
.border-s-primary-80\/15{
    border-inline-start-color: rgb(61 187 127 / 0.15);
}
.border-s-primary-80\/20{
    border-inline-start-color: rgb(61 187 127 / 0.2);
}
.border-s-primary-80\/25{
    border-inline-start-color: rgb(61 187 127 / 0.25);
}
.border-s-primary-80\/30{
    border-inline-start-color: rgb(61 187 127 / 0.3);
}
.border-s-primary-80\/35{
    border-inline-start-color: rgb(61 187 127 / 0.35);
}
.border-s-primary-80\/40{
    border-inline-start-color: rgb(61 187 127 / 0.4);
}
.border-s-primary-80\/45{
    border-inline-start-color: rgb(61 187 127 / 0.45);
}
.border-s-primary-80\/5{
    border-inline-start-color: rgb(61 187 127 / 0.05);
}
.border-s-primary-80\/50{
    border-inline-start-color: rgb(61 187 127 / 0.5);
}
.border-s-primary-80\/55{
    border-inline-start-color: rgb(61 187 127 / 0.55);
}
.border-s-primary-80\/60{
    border-inline-start-color: rgb(61 187 127 / 0.6);
}
.border-s-primary-80\/65{
    border-inline-start-color: rgb(61 187 127 / 0.65);
}
.border-s-primary-80\/70{
    border-inline-start-color: rgb(61 187 127 / 0.7);
}
.border-s-primary-80\/75{
    border-inline-start-color: rgb(61 187 127 / 0.75);
}
.border-s-primary-80\/80{
    border-inline-start-color: rgb(61 187 127 / 0.8);
}
.border-s-primary-80\/85{
    border-inline-start-color: rgb(61 187 127 / 0.85);
}
.border-s-primary-80\/90{
    border-inline-start-color: rgb(61 187 127 / 0.9);
}
.border-s-primary-80\/95{
    border-inline-start-color: rgb(61 187 127 / 0.95);
}
.border-s-primary-800{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(10 68 41 / var(--tw-border-opacity));
}
.border-s-primary-800\/0{
    border-inline-start-color: rgb(10 68 41 / 0);
}
.border-s-primary-800\/10{
    border-inline-start-color: rgb(10 68 41 / 0.1);
}
.border-s-primary-800\/100{
    border-inline-start-color: rgb(10 68 41 / 1);
}
.border-s-primary-800\/15{
    border-inline-start-color: rgb(10 68 41 / 0.15);
}
.border-s-primary-800\/20{
    border-inline-start-color: rgb(10 68 41 / 0.2);
}
.border-s-primary-800\/25{
    border-inline-start-color: rgb(10 68 41 / 0.25);
}
.border-s-primary-800\/30{
    border-inline-start-color: rgb(10 68 41 / 0.3);
}
.border-s-primary-800\/35{
    border-inline-start-color: rgb(10 68 41 / 0.35);
}
.border-s-primary-800\/40{
    border-inline-start-color: rgb(10 68 41 / 0.4);
}
.border-s-primary-800\/45{
    border-inline-start-color: rgb(10 68 41 / 0.45);
}
.border-s-primary-800\/5{
    border-inline-start-color: rgb(10 68 41 / 0.05);
}
.border-s-primary-800\/50{
    border-inline-start-color: rgb(10 68 41 / 0.5);
}
.border-s-primary-800\/55{
    border-inline-start-color: rgb(10 68 41 / 0.55);
}
.border-s-primary-800\/60{
    border-inline-start-color: rgb(10 68 41 / 0.6);
}
.border-s-primary-800\/65{
    border-inline-start-color: rgb(10 68 41 / 0.65);
}
.border-s-primary-800\/70{
    border-inline-start-color: rgb(10 68 41 / 0.7);
}
.border-s-primary-800\/75{
    border-inline-start-color: rgb(10 68 41 / 0.75);
}
.border-s-primary-800\/80{
    border-inline-start-color: rgb(10 68 41 / 0.8);
}
.border-s-primary-800\/85{
    border-inline-start-color: rgb(10 68 41 / 0.85);
}
.border-s-primary-800\/90{
    border-inline-start-color: rgb(10 68 41 / 0.9);
}
.border-s-primary-800\/95{
    border-inline-start-color: rgb(10 68 41 / 0.95);
}
.border-s-primary-900{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(28 59 45 / var(--tw-border-opacity));
}
.border-s-primary-900\/0{
    border-inline-start-color: rgb(28 59 45 / 0);
}
.border-s-primary-900\/10{
    border-inline-start-color: rgb(28 59 45 / 0.1);
}
.border-s-primary-900\/100{
    border-inline-start-color: rgb(28 59 45 / 1);
}
.border-s-primary-900\/15{
    border-inline-start-color: rgb(28 59 45 / 0.15);
}
.border-s-primary-900\/20{
    border-inline-start-color: rgb(28 59 45 / 0.2);
}
.border-s-primary-900\/25{
    border-inline-start-color: rgb(28 59 45 / 0.25);
}
.border-s-primary-900\/30{
    border-inline-start-color: rgb(28 59 45 / 0.3);
}
.border-s-primary-900\/35{
    border-inline-start-color: rgb(28 59 45 / 0.35);
}
.border-s-primary-900\/40{
    border-inline-start-color: rgb(28 59 45 / 0.4);
}
.border-s-primary-900\/45{
    border-inline-start-color: rgb(28 59 45 / 0.45);
}
.border-s-primary-900\/5{
    border-inline-start-color: rgb(28 59 45 / 0.05);
}
.border-s-primary-900\/50{
    border-inline-start-color: rgb(28 59 45 / 0.5);
}
.border-s-primary-900\/55{
    border-inline-start-color: rgb(28 59 45 / 0.55);
}
.border-s-primary-900\/60{
    border-inline-start-color: rgb(28 59 45 / 0.6);
}
.border-s-primary-900\/65{
    border-inline-start-color: rgb(28 59 45 / 0.65);
}
.border-s-primary-900\/70{
    border-inline-start-color: rgb(28 59 45 / 0.7);
}
.border-s-primary-900\/75{
    border-inline-start-color: rgb(28 59 45 / 0.75);
}
.border-s-primary-900\/80{
    border-inline-start-color: rgb(28 59 45 / 0.8);
}
.border-s-primary-900\/85{
    border-inline-start-color: rgb(28 59 45 / 0.85);
}
.border-s-primary-900\/90{
    border-inline-start-color: rgb(28 59 45 / 0.9);
}
.border-s-primary-900\/95{
    border-inline-start-color: rgb(28 59 45 / 0.95);
}
.border-s-primary-950{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(20 28 24 / var(--tw-border-opacity));
}
.border-s-primary-950\/0{
    border-inline-start-color: rgb(20 28 24 / 0);
}
.border-s-primary-950\/10{
    border-inline-start-color: rgb(20 28 24 / 0.1);
}
.border-s-primary-950\/100{
    border-inline-start-color: rgb(20 28 24 / 1);
}
.border-s-primary-950\/15{
    border-inline-start-color: rgb(20 28 24 / 0.15);
}
.border-s-primary-950\/20{
    border-inline-start-color: rgb(20 28 24 / 0.2);
}
.border-s-primary-950\/25{
    border-inline-start-color: rgb(20 28 24 / 0.25);
}
.border-s-primary-950\/30{
    border-inline-start-color: rgb(20 28 24 / 0.3);
}
.border-s-primary-950\/35{
    border-inline-start-color: rgb(20 28 24 / 0.35);
}
.border-s-primary-950\/40{
    border-inline-start-color: rgb(20 28 24 / 0.4);
}
.border-s-primary-950\/45{
    border-inline-start-color: rgb(20 28 24 / 0.45);
}
.border-s-primary-950\/5{
    border-inline-start-color: rgb(20 28 24 / 0.05);
}
.border-s-primary-950\/50{
    border-inline-start-color: rgb(20 28 24 / 0.5);
}
.border-s-primary-950\/55{
    border-inline-start-color: rgb(20 28 24 / 0.55);
}
.border-s-primary-950\/60{
    border-inline-start-color: rgb(20 28 24 / 0.6);
}
.border-s-primary-950\/65{
    border-inline-start-color: rgb(20 28 24 / 0.65);
}
.border-s-primary-950\/70{
    border-inline-start-color: rgb(20 28 24 / 0.7);
}
.border-s-primary-950\/75{
    border-inline-start-color: rgb(20 28 24 / 0.75);
}
.border-s-primary-950\/80{
    border-inline-start-color: rgb(20 28 24 / 0.8);
}
.border-s-primary-950\/85{
    border-inline-start-color: rgb(20 28 24 / 0.85);
}
.border-s-primary-950\/90{
    border-inline-start-color: rgb(20 28 24 / 0.9);
}
.border-s-primary-950\/95{
    border-inline-start-color: rgb(20 28 24 / 0.95);
}
.border-s-primary-dark{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(10 68 41 / var(--tw-border-opacity));
}
.border-s-primary-dark\/0{
    border-inline-start-color: rgb(10 68 41 / 0);
}
.border-s-primary-dark\/10{
    border-inline-start-color: rgb(10 68 41 / 0.1);
}
.border-s-primary-dark\/100{
    border-inline-start-color: rgb(10 68 41 / 1);
}
.border-s-primary-dark\/15{
    border-inline-start-color: rgb(10 68 41 / 0.15);
}
.border-s-primary-dark\/20{
    border-inline-start-color: rgb(10 68 41 / 0.2);
}
.border-s-primary-dark\/25{
    border-inline-start-color: rgb(10 68 41 / 0.25);
}
.border-s-primary-dark\/30{
    border-inline-start-color: rgb(10 68 41 / 0.3);
}
.border-s-primary-dark\/35{
    border-inline-start-color: rgb(10 68 41 / 0.35);
}
.border-s-primary-dark\/40{
    border-inline-start-color: rgb(10 68 41 / 0.4);
}
.border-s-primary-dark\/45{
    border-inline-start-color: rgb(10 68 41 / 0.45);
}
.border-s-primary-dark\/5{
    border-inline-start-color: rgb(10 68 41 / 0.05);
}
.border-s-primary-dark\/50{
    border-inline-start-color: rgb(10 68 41 / 0.5);
}
.border-s-primary-dark\/55{
    border-inline-start-color: rgb(10 68 41 / 0.55);
}
.border-s-primary-dark\/60{
    border-inline-start-color: rgb(10 68 41 / 0.6);
}
.border-s-primary-dark\/65{
    border-inline-start-color: rgb(10 68 41 / 0.65);
}
.border-s-primary-dark\/70{
    border-inline-start-color: rgb(10 68 41 / 0.7);
}
.border-s-primary-dark\/75{
    border-inline-start-color: rgb(10 68 41 / 0.75);
}
.border-s-primary-dark\/80{
    border-inline-start-color: rgb(10 68 41 / 0.8);
}
.border-s-primary-dark\/85{
    border-inline-start-color: rgb(10 68 41 / 0.85);
}
.border-s-primary-dark\/90{
    border-inline-start-color: rgb(10 68 41 / 0.9);
}
.border-s-primary-dark\/95{
    border-inline-start-color: rgb(10 68 41 / 0.95);
}
.border-s-primary-light{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-s-primary-light\/0{
    border-inline-start-color: rgb(198 238 219 / 0);
}
.border-s-primary-light\/10{
    border-inline-start-color: rgb(198 238 219 / 0.1);
}
.border-s-primary-light\/100{
    border-inline-start-color: rgb(198 238 219 / 1);
}
.border-s-primary-light\/15{
    border-inline-start-color: rgb(198 238 219 / 0.15);
}
.border-s-primary-light\/20{
    border-inline-start-color: rgb(198 238 219 / 0.2);
}
.border-s-primary-light\/25{
    border-inline-start-color: rgb(198 238 219 / 0.25);
}
.border-s-primary-light\/30{
    border-inline-start-color: rgb(198 238 219 / 0.3);
}
.border-s-primary-light\/35{
    border-inline-start-color: rgb(198 238 219 / 0.35);
}
.border-s-primary-light\/40{
    border-inline-start-color: rgb(198 238 219 / 0.4);
}
.border-s-primary-light\/45{
    border-inline-start-color: rgb(198 238 219 / 0.45);
}
.border-s-primary-light\/5{
    border-inline-start-color: rgb(198 238 219 / 0.05);
}
.border-s-primary-light\/50{
    border-inline-start-color: rgb(198 238 219 / 0.5);
}
.border-s-primary-light\/55{
    border-inline-start-color: rgb(198 238 219 / 0.55);
}
.border-s-primary-light\/60{
    border-inline-start-color: rgb(198 238 219 / 0.6);
}
.border-s-primary-light\/65{
    border-inline-start-color: rgb(198 238 219 / 0.65);
}
.border-s-primary-light\/70{
    border-inline-start-color: rgb(198 238 219 / 0.7);
}
.border-s-primary-light\/75{
    border-inline-start-color: rgb(198 238 219 / 0.75);
}
.border-s-primary-light\/80{
    border-inline-start-color: rgb(198 238 219 / 0.8);
}
.border-s-primary-light\/85{
    border-inline-start-color: rgb(198 238 219 / 0.85);
}
.border-s-primary-light\/90{
    border-inline-start-color: rgb(198 238 219 / 0.9);
}
.border-s-primary-light\/95{
    border-inline-start-color: rgb(198 238 219 / 0.95);
}
.border-s-primary\/0{
    border-inline-start-color: rgb(72 229 155 / 0);
}
.border-s-primary\/10{
    border-inline-start-color: rgb(72 229 155 / 0.1);
}
.border-s-primary\/100{
    border-inline-start-color: rgb(72 229 155 / 1);
}
.border-s-primary\/15{
    border-inline-start-color: rgb(72 229 155 / 0.15);
}
.border-s-primary\/20{
    border-inline-start-color: rgb(72 229 155 / 0.2);
}
.border-s-primary\/25{
    border-inline-start-color: rgb(72 229 155 / 0.25);
}
.border-s-primary\/30{
    border-inline-start-color: rgb(72 229 155 / 0.3);
}
.border-s-primary\/35{
    border-inline-start-color: rgb(72 229 155 / 0.35);
}
.border-s-primary\/40{
    border-inline-start-color: rgb(72 229 155 / 0.4);
}
.border-s-primary\/45{
    border-inline-start-color: rgb(72 229 155 / 0.45);
}
.border-s-primary\/5{
    border-inline-start-color: rgb(72 229 155 / 0.05);
}
.border-s-primary\/50{
    border-inline-start-color: rgb(72 229 155 / 0.5);
}
.border-s-primary\/55{
    border-inline-start-color: rgb(72 229 155 / 0.55);
}
.border-s-primary\/60{
    border-inline-start-color: rgb(72 229 155 / 0.6);
}
.border-s-primary\/65{
    border-inline-start-color: rgb(72 229 155 / 0.65);
}
.border-s-primary\/70{
    border-inline-start-color: rgb(72 229 155 / 0.7);
}
.border-s-primary\/75{
    border-inline-start-color: rgb(72 229 155 / 0.75);
}
.border-s-primary\/80{
    border-inline-start-color: rgb(72 229 155 / 0.8);
}
.border-s-primary\/85{
    border-inline-start-color: rgb(72 229 155 / 0.85);
}
.border-s-primary\/90{
    border-inline-start-color: rgb(72 229 155 / 0.9);
}
.border-s-primary\/95{
    border-inline-start-color: rgb(72 229 155 / 0.95);
}
.border-s-secondary{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(1 90 213 / var(--tw-border-opacity));
}
.border-s-secondary-500{
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(1 90 213 / var(--tw-border-opacity));
}
.border-s-secondary-500\/0{
    border-inline-start-color: rgb(1 90 213 / 0);
}
.border-s-secondary-500\/10{
    border-inline-start-color: rgb(1 90 213 / 0.1);
}
.border-s-secondary-500\/100{
    border-inline-start-color: rgb(1 90 213 / 1);
}
.border-s-secondary-500\/15{
    border-inline-start-color: rgb(1 90 213 / 0.15);
}
.border-s-secondary-500\/20{
    border-inline-start-color: rgb(1 90 213 / 0.2);
}
.border-s-secondary-500\/25{
    border-inline-start-color: rgb(1 90 213 / 0.25);
}
.border-s-secondary-500\/30{
    border-inline-start-color: rgb(1 90 213 / 0.3);
}
.border-s-secondary-500\/35{
    border-inline-start-color: rgb(1 90 213 / 0.35);
}
.border-s-secondary-500\/40{
    border-inline-start-color: rgb(1 90 213 / 0.4);
}
.border-s-secondary-500\/45{
    border-inline-start-color: rgb(1 90 213 / 0.45);
}
.border-s-secondary-500\/5{
    border-inline-start-color: rgb(1 90 213 / 0.05);
}
.border-s-secondary-500\/50{
    border-inline-start-color: rgb(1 90 213 / 0.5);
}
.border-s-secondary-500\/55{
    border-inline-start-color: rgb(1 90 213 / 0.55);
}
.border-s-secondary-500\/60{
    border-inline-start-color: rgb(1 90 213 / 0.6);
}
.border-s-secondary-500\/65{
    border-inline-start-color: rgb(1 90 213 / 0.65);
}
.border-s-secondary-500\/70{
    border-inline-start-color: rgb(1 90 213 / 0.7);
}
.border-s-secondary-500\/75{
    border-inline-start-color: rgb(1 90 213 / 0.75);
}
.border-s-secondary-500\/80{
    border-inline-start-color: rgb(1 90 213 / 0.8);
}
.border-s-secondary-500\/85{
    border-inline-start-color: rgb(1 90 213 / 0.85);
}
.border-s-secondary-500\/90{
    border-inline-start-color: rgb(1 90 213 / 0.9);
}
.border-s-secondary-500\/95{
    border-inline-start-color: rgb(1 90 213 / 0.95);
}
.border-s-secondary\/0{
    border-inline-start-color: rgb(1 90 213 / 0);
}
.border-s-secondary\/10{
    border-inline-start-color: rgb(1 90 213 / 0.1);
}
.border-s-secondary\/100{
    border-inline-start-color: rgb(1 90 213 / 1);
}
.border-s-secondary\/15{
    border-inline-start-color: rgb(1 90 213 / 0.15);
}
.border-s-secondary\/20{
    border-inline-start-color: rgb(1 90 213 / 0.2);
}
.border-s-secondary\/25{
    border-inline-start-color: rgb(1 90 213 / 0.25);
}
.border-s-secondary\/30{
    border-inline-start-color: rgb(1 90 213 / 0.3);
}
.border-s-secondary\/35{
    border-inline-start-color: rgb(1 90 213 / 0.35);
}
.border-s-secondary\/40{
    border-inline-start-color: rgb(1 90 213 / 0.4);
}
.border-s-secondary\/45{
    border-inline-start-color: rgb(1 90 213 / 0.45);
}
.border-s-secondary\/5{
    border-inline-start-color: rgb(1 90 213 / 0.05);
}
.border-s-secondary\/50{
    border-inline-start-color: rgb(1 90 213 / 0.5);
}
.border-s-secondary\/55{
    border-inline-start-color: rgb(1 90 213 / 0.55);
}
.border-s-secondary\/60{
    border-inline-start-color: rgb(1 90 213 / 0.6);
}
.border-s-secondary\/65{
    border-inline-start-color: rgb(1 90 213 / 0.65);
}
.border-s-secondary\/70{
    border-inline-start-color: rgb(1 90 213 / 0.7);
}
.border-s-secondary\/75{
    border-inline-start-color: rgb(1 90 213 / 0.75);
}
.border-s-secondary\/80{
    border-inline-start-color: rgb(1 90 213 / 0.8);
}
.border-s-secondary\/85{
    border-inline-start-color: rgb(1 90 213 / 0.85);
}
.border-s-secondary\/90{
    border-inline-start-color: rgb(1 90 213 / 0.9);
}
.border-s-secondary\/95{
    border-inline-start-color: rgb(1 90 213 / 0.95);
}
.border-t-\[\#444\]{
    --tw-border-opacity: 1;
    border-top-color: rgb(68 68 68 / var(--tw-border-opacity));
}
.border-t-\[\#5A5A5A\]{
    --tw-border-opacity: 1;
    border-top-color: rgb(90 90 90 / var(--tw-border-opacity));
}
.border-t-black-brand{
    --tw-border-opacity: 1;
    border-top-color: rgb(49 49 49 / var(--tw-border-opacity));
}
.border-t-black-brand\/0{
    border-top-color: rgb(49 49 49 / 0);
}
.border-t-black-brand\/10{
    border-top-color: rgb(49 49 49 / 0.1);
}
.border-t-black-brand\/100{
    border-top-color: rgb(49 49 49 / 1);
}
.border-t-black-brand\/15{
    border-top-color: rgb(49 49 49 / 0.15);
}
.border-t-black-brand\/20{
    border-top-color: rgb(49 49 49 / 0.2);
}
.border-t-black-brand\/25{
    border-top-color: rgb(49 49 49 / 0.25);
}
.border-t-black-brand\/30{
    border-top-color: rgb(49 49 49 / 0.3);
}
.border-t-black-brand\/35{
    border-top-color: rgb(49 49 49 / 0.35);
}
.border-t-black-brand\/40{
    border-top-color: rgb(49 49 49 / 0.4);
}
.border-t-black-brand\/45{
    border-top-color: rgb(49 49 49 / 0.45);
}
.border-t-black-brand\/5{
    border-top-color: rgb(49 49 49 / 0.05);
}
.border-t-black-brand\/50{
    border-top-color: rgb(49 49 49 / 0.5);
}
.border-t-black-brand\/55{
    border-top-color: rgb(49 49 49 / 0.55);
}
.border-t-black-brand\/60{
    border-top-color: rgb(49 49 49 / 0.6);
}
.border-t-black-brand\/65{
    border-top-color: rgb(49 49 49 / 0.65);
}
.border-t-black-brand\/70{
    border-top-color: rgb(49 49 49 / 0.7);
}
.border-t-black-brand\/75{
    border-top-color: rgb(49 49 49 / 0.75);
}
.border-t-black-brand\/80{
    border-top-color: rgb(49 49 49 / 0.8);
}
.border-t-black-brand\/85{
    border-top-color: rgb(49 49 49 / 0.85);
}
.border-t-black-brand\/90{
    border-top-color: rgb(49 49 49 / 0.9);
}
.border-t-black-brand\/95{
    border-top-color: rgb(49 49 49 / 0.95);
}
.border-t-brand-100{
    border-top-color: #c6eedb0d;
}
.border-t-brand-100\/0{
    border-top-color: rgb(198 238 219 / 0);
}
.border-t-brand-100\/10{
    border-top-color: rgb(198 238 219 / 0.1);
}
.border-t-brand-100\/100{
    border-top-color: rgb(198 238 219 / 1);
}
.border-t-brand-100\/15{
    border-top-color: rgb(198 238 219 / 0.15);
}
.border-t-brand-100\/20{
    border-top-color: rgb(198 238 219 / 0.2);
}
.border-t-brand-100\/25{
    border-top-color: rgb(198 238 219 / 0.25);
}
.border-t-brand-100\/30{
    border-top-color: rgb(198 238 219 / 0.3);
}
.border-t-brand-100\/35{
    border-top-color: rgb(198 238 219 / 0.35);
}
.border-t-brand-100\/40{
    border-top-color: rgb(198 238 219 / 0.4);
}
.border-t-brand-100\/45{
    border-top-color: rgb(198 238 219 / 0.45);
}
.border-t-brand-100\/5{
    border-top-color: rgb(198 238 219 / 0.05);
}
.border-t-brand-100\/50{
    border-top-color: rgb(198 238 219 / 0.5);
}
.border-t-brand-100\/55{
    border-top-color: rgb(198 238 219 / 0.55);
}
.border-t-brand-100\/60{
    border-top-color: rgb(198 238 219 / 0.6);
}
.border-t-brand-100\/65{
    border-top-color: rgb(198 238 219 / 0.65);
}
.border-t-brand-100\/70{
    border-top-color: rgb(198 238 219 / 0.7);
}
.border-t-brand-100\/75{
    border-top-color: rgb(198 238 219 / 0.75);
}
.border-t-brand-100\/80{
    border-top-color: rgb(198 238 219 / 0.8);
}
.border-t-brand-100\/85{
    border-top-color: rgb(198 238 219 / 0.85);
}
.border-t-brand-100\/90{
    border-top-color: rgb(198 238 219 / 0.9);
}
.border-t-brand-100\/95{
    border-top-color: rgb(198 238 219 / 0.95);
}
.border-t-brand-20{
    --tw-border-opacity: 1;
    border-top-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-t-brand-20\/0{
    border-top-color: rgb(72 229 155 / 0);
}
.border-t-brand-20\/10{
    border-top-color: rgb(72 229 155 / 0.1);
}
.border-t-brand-20\/100{
    border-top-color: rgb(72 229 155 / 1);
}
.border-t-brand-20\/15{
    border-top-color: rgb(72 229 155 / 0.15);
}
.border-t-brand-20\/20{
    border-top-color: rgb(72 229 155 / 0.2);
}
.border-t-brand-20\/25{
    border-top-color: rgb(72 229 155 / 0.25);
}
.border-t-brand-20\/30{
    border-top-color: rgb(72 229 155 / 0.3);
}
.border-t-brand-20\/35{
    border-top-color: rgb(72 229 155 / 0.35);
}
.border-t-brand-20\/40{
    border-top-color: rgb(72 229 155 / 0.4);
}
.border-t-brand-20\/45{
    border-top-color: rgb(72 229 155 / 0.45);
}
.border-t-brand-20\/5{
    border-top-color: rgb(72 229 155 / 0.05);
}
.border-t-brand-20\/50{
    border-top-color: rgb(72 229 155 / 0.5);
}
.border-t-brand-20\/55{
    border-top-color: rgb(72 229 155 / 0.55);
}
.border-t-brand-20\/60{
    border-top-color: rgb(72 229 155 / 0.6);
}
.border-t-brand-20\/65{
    border-top-color: rgb(72 229 155 / 0.65);
}
.border-t-brand-20\/70{
    border-top-color: rgb(72 229 155 / 0.7);
}
.border-t-brand-20\/75{
    border-top-color: rgb(72 229 155 / 0.75);
}
.border-t-brand-20\/80{
    border-top-color: rgb(72 229 155 / 0.8);
}
.border-t-brand-20\/85{
    border-top-color: rgb(72 229 155 / 0.85);
}
.border-t-brand-20\/90{
    border-top-color: rgb(72 229 155 / 0.9);
}
.border-t-brand-20\/95{
    border-top-color: rgb(72 229 155 / 0.95);
}
.border-t-brand-200{
    border-top-color: #c6eedb33;
}
.border-t-brand-200\/0{
    border-top-color: rgb(198 238 219 / 0);
}
.border-t-brand-200\/10{
    border-top-color: rgb(198 238 219 / 0.1);
}
.border-t-brand-200\/100{
    border-top-color: rgb(198 238 219 / 1);
}
.border-t-brand-200\/15{
    border-top-color: rgb(198 238 219 / 0.15);
}
.border-t-brand-200\/20{
    border-top-color: rgb(198 238 219 / 0.2);
}
.border-t-brand-200\/25{
    border-top-color: rgb(198 238 219 / 0.25);
}
.border-t-brand-200\/30{
    border-top-color: rgb(198 238 219 / 0.3);
}
.border-t-brand-200\/35{
    border-top-color: rgb(198 238 219 / 0.35);
}
.border-t-brand-200\/40{
    border-top-color: rgb(198 238 219 / 0.4);
}
.border-t-brand-200\/45{
    border-top-color: rgb(198 238 219 / 0.45);
}
.border-t-brand-200\/5{
    border-top-color: rgb(198 238 219 / 0.05);
}
.border-t-brand-200\/50{
    border-top-color: rgb(198 238 219 / 0.5);
}
.border-t-brand-200\/55{
    border-top-color: rgb(198 238 219 / 0.55);
}
.border-t-brand-200\/60{
    border-top-color: rgb(198 238 219 / 0.6);
}
.border-t-brand-200\/65{
    border-top-color: rgb(198 238 219 / 0.65);
}
.border-t-brand-200\/70{
    border-top-color: rgb(198 238 219 / 0.7);
}
.border-t-brand-200\/75{
    border-top-color: rgb(198 238 219 / 0.75);
}
.border-t-brand-200\/80{
    border-top-color: rgb(198 238 219 / 0.8);
}
.border-t-brand-200\/85{
    border-top-color: rgb(198 238 219 / 0.85);
}
.border-t-brand-200\/90{
    border-top-color: rgb(198 238 219 / 0.9);
}
.border-t-brand-200\/95{
    border-top-color: rgb(198 238 219 / 0.95);
}
.border-t-brand-300{
    --tw-border-opacity: 1;
    border-top-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-t-brand-300\/0{
    border-top-color: rgb(198 238 219 / 0);
}
.border-t-brand-300\/10{
    border-top-color: rgb(198 238 219 / 0.1);
}
.border-t-brand-300\/100{
    border-top-color: rgb(198 238 219 / 1);
}
.border-t-brand-300\/15{
    border-top-color: rgb(198 238 219 / 0.15);
}
.border-t-brand-300\/20{
    border-top-color: rgb(198 238 219 / 0.2);
}
.border-t-brand-300\/25{
    border-top-color: rgb(198 238 219 / 0.25);
}
.border-t-brand-300\/30{
    border-top-color: rgb(198 238 219 / 0.3);
}
.border-t-brand-300\/35{
    border-top-color: rgb(198 238 219 / 0.35);
}
.border-t-brand-300\/40{
    border-top-color: rgb(198 238 219 / 0.4);
}
.border-t-brand-300\/45{
    border-top-color: rgb(198 238 219 / 0.45);
}
.border-t-brand-300\/5{
    border-top-color: rgb(198 238 219 / 0.05);
}
.border-t-brand-300\/50{
    border-top-color: rgb(198 238 219 / 0.5);
}
.border-t-brand-300\/55{
    border-top-color: rgb(198 238 219 / 0.55);
}
.border-t-brand-300\/60{
    border-top-color: rgb(198 238 219 / 0.6);
}
.border-t-brand-300\/65{
    border-top-color: rgb(198 238 219 / 0.65);
}
.border-t-brand-300\/70{
    border-top-color: rgb(198 238 219 / 0.7);
}
.border-t-brand-300\/75{
    border-top-color: rgb(198 238 219 / 0.75);
}
.border-t-brand-300\/80{
    border-top-color: rgb(198 238 219 / 0.8);
}
.border-t-brand-300\/85{
    border-top-color: rgb(198 238 219 / 0.85);
}
.border-t-brand-300\/90{
    border-top-color: rgb(198 238 219 / 0.9);
}
.border-t-brand-300\/95{
    border-top-color: rgb(198 238 219 / 0.95);
}
.border-t-brand-black{
    --tw-border-opacity: 1;
    border-top-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-t-brand-black\/0{
    border-top-color: rgb(17 17 17 / 0);
}
.border-t-brand-black\/10{
    border-top-color: rgb(17 17 17 / 0.1);
}
.border-t-brand-black\/100{
    border-top-color: rgb(17 17 17 / 1);
}
.border-t-brand-black\/15{
    border-top-color: rgb(17 17 17 / 0.15);
}
.border-t-brand-black\/20{
    border-top-color: rgb(17 17 17 / 0.2);
}
.border-t-brand-black\/25{
    border-top-color: rgb(17 17 17 / 0.25);
}
.border-t-brand-black\/30{
    border-top-color: rgb(17 17 17 / 0.3);
}
.border-t-brand-black\/35{
    border-top-color: rgb(17 17 17 / 0.35);
}
.border-t-brand-black\/40{
    border-top-color: rgb(17 17 17 / 0.4);
}
.border-t-brand-black\/45{
    border-top-color: rgb(17 17 17 / 0.45);
}
.border-t-brand-black\/5{
    border-top-color: rgb(17 17 17 / 0.05);
}
.border-t-brand-black\/50{
    border-top-color: rgb(17 17 17 / 0.5);
}
.border-t-brand-black\/55{
    border-top-color: rgb(17 17 17 / 0.55);
}
.border-t-brand-black\/60{
    border-top-color: rgb(17 17 17 / 0.6);
}
.border-t-brand-black\/65{
    border-top-color: rgb(17 17 17 / 0.65);
}
.border-t-brand-black\/70{
    border-top-color: rgb(17 17 17 / 0.7);
}
.border-t-brand-black\/75{
    border-top-color: rgb(17 17 17 / 0.75);
}
.border-t-brand-black\/80{
    border-top-color: rgb(17 17 17 / 0.8);
}
.border-t-brand-black\/85{
    border-top-color: rgb(17 17 17 / 0.85);
}
.border-t-brand-black\/90{
    border-top-color: rgb(17 17 17 / 0.9);
}
.border-t-brand-black\/95{
    border-top-color: rgb(17 17 17 / 0.95);
}
.border-t-brand-blue{
    --tw-border-opacity: 1;
    border-top-color: rgb(112 168 244 / var(--tw-border-opacity));
}
.border-t-brand-blue\/0{
    border-top-color: rgb(112 168 244 / 0);
}
.border-t-brand-blue\/10{
    border-top-color: rgb(112 168 244 / 0.1);
}
.border-t-brand-blue\/100{
    border-top-color: rgb(112 168 244 / 1);
}
.border-t-brand-blue\/15{
    border-top-color: rgb(112 168 244 / 0.15);
}
.border-t-brand-blue\/20{
    border-top-color: rgb(112 168 244 / 0.2);
}
.border-t-brand-blue\/25{
    border-top-color: rgb(112 168 244 / 0.25);
}
.border-t-brand-blue\/30{
    border-top-color: rgb(112 168 244 / 0.3);
}
.border-t-brand-blue\/35{
    border-top-color: rgb(112 168 244 / 0.35);
}
.border-t-brand-blue\/40{
    border-top-color: rgb(112 168 244 / 0.4);
}
.border-t-brand-blue\/45{
    border-top-color: rgb(112 168 244 / 0.45);
}
.border-t-brand-blue\/5{
    border-top-color: rgb(112 168 244 / 0.05);
}
.border-t-brand-blue\/50{
    border-top-color: rgb(112 168 244 / 0.5);
}
.border-t-brand-blue\/55{
    border-top-color: rgb(112 168 244 / 0.55);
}
.border-t-brand-blue\/60{
    border-top-color: rgb(112 168 244 / 0.6);
}
.border-t-brand-blue\/65{
    border-top-color: rgb(112 168 244 / 0.65);
}
.border-t-brand-blue\/70{
    border-top-color: rgb(112 168 244 / 0.7);
}
.border-t-brand-blue\/75{
    border-top-color: rgb(112 168 244 / 0.75);
}
.border-t-brand-blue\/80{
    border-top-color: rgb(112 168 244 / 0.8);
}
.border-t-brand-blue\/85{
    border-top-color: rgb(112 168 244 / 0.85);
}
.border-t-brand-blue\/90{
    border-top-color: rgb(112 168 244 / 0.9);
}
.border-t-brand-blue\/95{
    border-top-color: rgb(112 168 244 / 0.95);
}
.border-t-brand-dark{
    --tw-border-opacity: 1;
    border-top-color: rgb(35 44 39 / var(--tw-border-opacity));
}
.border-t-brand-dark\/0{
    border-top-color: rgb(35 44 39 / 0);
}
.border-t-brand-dark\/10{
    border-top-color: rgb(35 44 39 / 0.1);
}
.border-t-brand-dark\/100{
    border-top-color: rgb(35 44 39 / 1);
}
.border-t-brand-dark\/15{
    border-top-color: rgb(35 44 39 / 0.15);
}
.border-t-brand-dark\/20{
    border-top-color: rgb(35 44 39 / 0.2);
}
.border-t-brand-dark\/25{
    border-top-color: rgb(35 44 39 / 0.25);
}
.border-t-brand-dark\/30{
    border-top-color: rgb(35 44 39 / 0.3);
}
.border-t-brand-dark\/35{
    border-top-color: rgb(35 44 39 / 0.35);
}
.border-t-brand-dark\/40{
    border-top-color: rgb(35 44 39 / 0.4);
}
.border-t-brand-dark\/45{
    border-top-color: rgb(35 44 39 / 0.45);
}
.border-t-brand-dark\/5{
    border-top-color: rgb(35 44 39 / 0.05);
}
.border-t-brand-dark\/50{
    border-top-color: rgb(35 44 39 / 0.5);
}
.border-t-brand-dark\/55{
    border-top-color: rgb(35 44 39 / 0.55);
}
.border-t-brand-dark\/60{
    border-top-color: rgb(35 44 39 / 0.6);
}
.border-t-brand-dark\/65{
    border-top-color: rgb(35 44 39 / 0.65);
}
.border-t-brand-dark\/70{
    border-top-color: rgb(35 44 39 / 0.7);
}
.border-t-brand-dark\/75{
    border-top-color: rgb(35 44 39 / 0.75);
}
.border-t-brand-dark\/80{
    border-top-color: rgb(35 44 39 / 0.8);
}
.border-t-brand-dark\/85{
    border-top-color: rgb(35 44 39 / 0.85);
}
.border-t-brand-dark\/90{
    border-top-color: rgb(35 44 39 / 0.9);
}
.border-t-brand-dark\/95{
    border-top-color: rgb(35 44 39 / 0.95);
}
.border-t-brand-green{
    --tw-border-opacity: 1;
    border-top-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-t-brand-green\/0{
    border-top-color: rgb(72 229 155 / 0);
}
.border-t-brand-green\/10{
    border-top-color: rgb(72 229 155 / 0.1);
}
.border-t-brand-green\/100{
    border-top-color: rgb(72 229 155 / 1);
}
.border-t-brand-green\/15{
    border-top-color: rgb(72 229 155 / 0.15);
}
.border-t-brand-green\/20{
    border-top-color: rgb(72 229 155 / 0.2);
}
.border-t-brand-green\/25{
    border-top-color: rgb(72 229 155 / 0.25);
}
.border-t-brand-green\/30{
    border-top-color: rgb(72 229 155 / 0.3);
}
.border-t-brand-green\/35{
    border-top-color: rgb(72 229 155 / 0.35);
}
.border-t-brand-green\/40{
    border-top-color: rgb(72 229 155 / 0.4);
}
.border-t-brand-green\/45{
    border-top-color: rgb(72 229 155 / 0.45);
}
.border-t-brand-green\/5{
    border-top-color: rgb(72 229 155 / 0.05);
}
.border-t-brand-green\/50{
    border-top-color: rgb(72 229 155 / 0.5);
}
.border-t-brand-green\/55{
    border-top-color: rgb(72 229 155 / 0.55);
}
.border-t-brand-green\/60{
    border-top-color: rgb(72 229 155 / 0.6);
}
.border-t-brand-green\/65{
    border-top-color: rgb(72 229 155 / 0.65);
}
.border-t-brand-green\/70{
    border-top-color: rgb(72 229 155 / 0.7);
}
.border-t-brand-green\/75{
    border-top-color: rgb(72 229 155 / 0.75);
}
.border-t-brand-green\/80{
    border-top-color: rgb(72 229 155 / 0.8);
}
.border-t-brand-green\/85{
    border-top-color: rgb(72 229 155 / 0.85);
}
.border-t-brand-green\/90{
    border-top-color: rgb(72 229 155 / 0.9);
}
.border-t-brand-green\/95{
    border-top-color: rgb(72 229 155 / 0.95);
}
.border-t-brand-light{
    --tw-border-opacity: 1;
    border-top-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-t-brand-light\/0{
    border-top-color: rgb(198 238 219 / 0);
}
.border-t-brand-light\/10{
    border-top-color: rgb(198 238 219 / 0.1);
}
.border-t-brand-light\/100{
    border-top-color: rgb(198 238 219 / 1);
}
.border-t-brand-light\/15{
    border-top-color: rgb(198 238 219 / 0.15);
}
.border-t-brand-light\/20{
    border-top-color: rgb(198 238 219 / 0.2);
}
.border-t-brand-light\/25{
    border-top-color: rgb(198 238 219 / 0.25);
}
.border-t-brand-light\/30{
    border-top-color: rgb(198 238 219 / 0.3);
}
.border-t-brand-light\/35{
    border-top-color: rgb(198 238 219 / 0.35);
}
.border-t-brand-light\/40{
    border-top-color: rgb(198 238 219 / 0.4);
}
.border-t-brand-light\/45{
    border-top-color: rgb(198 238 219 / 0.45);
}
.border-t-brand-light\/5{
    border-top-color: rgb(198 238 219 / 0.05);
}
.border-t-brand-light\/50{
    border-top-color: rgb(198 238 219 / 0.5);
}
.border-t-brand-light\/55{
    border-top-color: rgb(198 238 219 / 0.55);
}
.border-t-brand-light\/60{
    border-top-color: rgb(198 238 219 / 0.6);
}
.border-t-brand-light\/65{
    border-top-color: rgb(198 238 219 / 0.65);
}
.border-t-brand-light\/70{
    border-top-color: rgb(198 238 219 / 0.7);
}
.border-t-brand-light\/75{
    border-top-color: rgb(198 238 219 / 0.75);
}
.border-t-brand-light\/80{
    border-top-color: rgb(198 238 219 / 0.8);
}
.border-t-brand-light\/85{
    border-top-color: rgb(198 238 219 / 0.85);
}
.border-t-brand-light\/90{
    border-top-color: rgb(198 238 219 / 0.9);
}
.border-t-brand-light\/95{
    border-top-color: rgb(198 238 219 / 0.95);
}
.border-t-error{
    --tw-border-opacity: 1;
    border-top-color: rgb(255 60 60 / var(--tw-border-opacity));
}
.border-t-error-10{
    --tw-border-opacity: 1;
    border-top-color: rgb(41 21 21 / var(--tw-border-opacity));
}
.border-t-error-10\/0{
    border-top-color: rgb(41 21 21 / 0);
}
.border-t-error-10\/10{
    border-top-color: rgb(41 21 21 / 0.1);
}
.border-t-error-10\/100{
    border-top-color: rgb(41 21 21 / 1);
}
.border-t-error-10\/15{
    border-top-color: rgb(41 21 21 / 0.15);
}
.border-t-error-10\/20{
    border-top-color: rgb(41 21 21 / 0.2);
}
.border-t-error-10\/25{
    border-top-color: rgb(41 21 21 / 0.25);
}
.border-t-error-10\/30{
    border-top-color: rgb(41 21 21 / 0.3);
}
.border-t-error-10\/35{
    border-top-color: rgb(41 21 21 / 0.35);
}
.border-t-error-10\/40{
    border-top-color: rgb(41 21 21 / 0.4);
}
.border-t-error-10\/45{
    border-top-color: rgb(41 21 21 / 0.45);
}
.border-t-error-10\/5{
    border-top-color: rgb(41 21 21 / 0.05);
}
.border-t-error-10\/50{
    border-top-color: rgb(41 21 21 / 0.5);
}
.border-t-error-10\/55{
    border-top-color: rgb(41 21 21 / 0.55);
}
.border-t-error-10\/60{
    border-top-color: rgb(41 21 21 / 0.6);
}
.border-t-error-10\/65{
    border-top-color: rgb(41 21 21 / 0.65);
}
.border-t-error-10\/70{
    border-top-color: rgb(41 21 21 / 0.7);
}
.border-t-error-10\/75{
    border-top-color: rgb(41 21 21 / 0.75);
}
.border-t-error-10\/80{
    border-top-color: rgb(41 21 21 / 0.8);
}
.border-t-error-10\/85{
    border-top-color: rgb(41 21 21 / 0.85);
}
.border-t-error-10\/90{
    border-top-color: rgb(41 21 21 / 0.9);
}
.border-t-error-10\/95{
    border-top-color: rgb(41 21 21 / 0.95);
}
.border-t-error-100{
    --tw-border-opacity: 1;
    border-top-color: rgb(255 199 199 / var(--tw-border-opacity));
}
.border-t-error-100\/0{
    border-top-color: rgb(255 199 199 / 0);
}
.border-t-error-100\/10{
    border-top-color: rgb(255 199 199 / 0.1);
}
.border-t-error-100\/100{
    border-top-color: rgb(255 199 199 / 1);
}
.border-t-error-100\/15{
    border-top-color: rgb(255 199 199 / 0.15);
}
.border-t-error-100\/20{
    border-top-color: rgb(255 199 199 / 0.2);
}
.border-t-error-100\/25{
    border-top-color: rgb(255 199 199 / 0.25);
}
.border-t-error-100\/30{
    border-top-color: rgb(255 199 199 / 0.3);
}
.border-t-error-100\/35{
    border-top-color: rgb(255 199 199 / 0.35);
}
.border-t-error-100\/40{
    border-top-color: rgb(255 199 199 / 0.4);
}
.border-t-error-100\/45{
    border-top-color: rgb(255 199 199 / 0.45);
}
.border-t-error-100\/5{
    border-top-color: rgb(255 199 199 / 0.05);
}
.border-t-error-100\/50{
    border-top-color: rgb(255 199 199 / 0.5);
}
.border-t-error-100\/55{
    border-top-color: rgb(255 199 199 / 0.55);
}
.border-t-error-100\/60{
    border-top-color: rgb(255 199 199 / 0.6);
}
.border-t-error-100\/65{
    border-top-color: rgb(255 199 199 / 0.65);
}
.border-t-error-100\/70{
    border-top-color: rgb(255 199 199 / 0.7);
}
.border-t-error-100\/75{
    border-top-color: rgb(255 199 199 / 0.75);
}
.border-t-error-100\/80{
    border-top-color: rgb(255 199 199 / 0.8);
}
.border-t-error-100\/85{
    border-top-color: rgb(255 199 199 / 0.85);
}
.border-t-error-100\/90{
    border-top-color: rgb(255 199 199 / 0.9);
}
.border-t-error-100\/95{
    border-top-color: rgb(255 199 199 / 0.95);
}
.border-t-error-15{
    --tw-border-opacity: 1;
    border-top-color: rgb(53 23 23 / var(--tw-border-opacity));
}
.border-t-error-15\/0{
    border-top-color: rgb(53 23 23 / 0);
}
.border-t-error-15\/10{
    border-top-color: rgb(53 23 23 / 0.1);
}
.border-t-error-15\/100{
    border-top-color: rgb(53 23 23 / 1);
}
.border-t-error-15\/15{
    border-top-color: rgb(53 23 23 / 0.15);
}
.border-t-error-15\/20{
    border-top-color: rgb(53 23 23 / 0.2);
}
.border-t-error-15\/25{
    border-top-color: rgb(53 23 23 / 0.25);
}
.border-t-error-15\/30{
    border-top-color: rgb(53 23 23 / 0.3);
}
.border-t-error-15\/35{
    border-top-color: rgb(53 23 23 / 0.35);
}
.border-t-error-15\/40{
    border-top-color: rgb(53 23 23 / 0.4);
}
.border-t-error-15\/45{
    border-top-color: rgb(53 23 23 / 0.45);
}
.border-t-error-15\/5{
    border-top-color: rgb(53 23 23 / 0.05);
}
.border-t-error-15\/50{
    border-top-color: rgb(53 23 23 / 0.5);
}
.border-t-error-15\/55{
    border-top-color: rgb(53 23 23 / 0.55);
}
.border-t-error-15\/60{
    border-top-color: rgb(53 23 23 / 0.6);
}
.border-t-error-15\/65{
    border-top-color: rgb(53 23 23 / 0.65);
}
.border-t-error-15\/70{
    border-top-color: rgb(53 23 23 / 0.7);
}
.border-t-error-15\/75{
    border-top-color: rgb(53 23 23 / 0.75);
}
.border-t-error-15\/80{
    border-top-color: rgb(53 23 23 / 0.8);
}
.border-t-error-15\/85{
    border-top-color: rgb(53 23 23 / 0.85);
}
.border-t-error-15\/90{
    border-top-color: rgb(53 23 23 / 0.9);
}
.border-t-error-15\/95{
    border-top-color: rgb(53 23 23 / 0.95);
}
.border-t-error-20{
    --tw-border-opacity: 1;
    border-top-color: rgb(60 25 25 / var(--tw-border-opacity));
}
.border-t-error-20\/0{
    border-top-color: rgb(60 25 25 / 0);
}
.border-t-error-20\/10{
    border-top-color: rgb(60 25 25 / 0.1);
}
.border-t-error-20\/100{
    border-top-color: rgb(60 25 25 / 1);
}
.border-t-error-20\/15{
    border-top-color: rgb(60 25 25 / 0.15);
}
.border-t-error-20\/20{
    border-top-color: rgb(60 25 25 / 0.2);
}
.border-t-error-20\/25{
    border-top-color: rgb(60 25 25 / 0.25);
}
.border-t-error-20\/30{
    border-top-color: rgb(60 25 25 / 0.3);
}
.border-t-error-20\/35{
    border-top-color: rgb(60 25 25 / 0.35);
}
.border-t-error-20\/40{
    border-top-color: rgb(60 25 25 / 0.4);
}
.border-t-error-20\/45{
    border-top-color: rgb(60 25 25 / 0.45);
}
.border-t-error-20\/5{
    border-top-color: rgb(60 25 25 / 0.05);
}
.border-t-error-20\/50{
    border-top-color: rgb(60 25 25 / 0.5);
}
.border-t-error-20\/55{
    border-top-color: rgb(60 25 25 / 0.55);
}
.border-t-error-20\/60{
    border-top-color: rgb(60 25 25 / 0.6);
}
.border-t-error-20\/65{
    border-top-color: rgb(60 25 25 / 0.65);
}
.border-t-error-20\/70{
    border-top-color: rgb(60 25 25 / 0.7);
}
.border-t-error-20\/75{
    border-top-color: rgb(60 25 25 / 0.75);
}
.border-t-error-20\/80{
    border-top-color: rgb(60 25 25 / 0.8);
}
.border-t-error-20\/85{
    border-top-color: rgb(60 25 25 / 0.85);
}
.border-t-error-20\/90{
    border-top-color: rgb(60 25 25 / 0.9);
}
.border-t-error-20\/95{
    border-top-color: rgb(60 25 25 / 0.95);
}
.border-t-error-5{
    --tw-border-opacity: 1;
    border-top-color: rgb(29 19 19 / var(--tw-border-opacity));
}
.border-t-error-5\/0{
    border-top-color: rgb(29 19 19 / 0);
}
.border-t-error-5\/10{
    border-top-color: rgb(29 19 19 / 0.1);
}
.border-t-error-5\/100{
    border-top-color: rgb(29 19 19 / 1);
}
.border-t-error-5\/15{
    border-top-color: rgb(29 19 19 / 0.15);
}
.border-t-error-5\/20{
    border-top-color: rgb(29 19 19 / 0.2);
}
.border-t-error-5\/25{
    border-top-color: rgb(29 19 19 / 0.25);
}
.border-t-error-5\/30{
    border-top-color: rgb(29 19 19 / 0.3);
}
.border-t-error-5\/35{
    border-top-color: rgb(29 19 19 / 0.35);
}
.border-t-error-5\/40{
    border-top-color: rgb(29 19 19 / 0.4);
}
.border-t-error-5\/45{
    border-top-color: rgb(29 19 19 / 0.45);
}
.border-t-error-5\/5{
    border-top-color: rgb(29 19 19 / 0.05);
}
.border-t-error-5\/50{
    border-top-color: rgb(29 19 19 / 0.5);
}
.border-t-error-5\/55{
    border-top-color: rgb(29 19 19 / 0.55);
}
.border-t-error-5\/60{
    border-top-color: rgb(29 19 19 / 0.6);
}
.border-t-error-5\/65{
    border-top-color: rgb(29 19 19 / 0.65);
}
.border-t-error-5\/70{
    border-top-color: rgb(29 19 19 / 0.7);
}
.border-t-error-5\/75{
    border-top-color: rgb(29 19 19 / 0.75);
}
.border-t-error-5\/80{
    border-top-color: rgb(29 19 19 / 0.8);
}
.border-t-error-5\/85{
    border-top-color: rgb(29 19 19 / 0.85);
}
.border-t-error-5\/90{
    border-top-color: rgb(29 19 19 / 0.9);
}
.border-t-error-5\/95{
    border-top-color: rgb(29 19 19 / 0.95);
}
.border-t-error-500{
    --tw-border-opacity: 1;
    border-top-color: rgb(255 60 60 / var(--tw-border-opacity));
}
.border-t-error-500\/0{
    border-top-color: rgb(255 60 60 / 0);
}
.border-t-error-500\/10{
    border-top-color: rgb(255 60 60 / 0.1);
}
.border-t-error-500\/100{
    border-top-color: rgb(255 60 60 / 1);
}
.border-t-error-500\/15{
    border-top-color: rgb(255 60 60 / 0.15);
}
.border-t-error-500\/20{
    border-top-color: rgb(255 60 60 / 0.2);
}
.border-t-error-500\/25{
    border-top-color: rgb(255 60 60 / 0.25);
}
.border-t-error-500\/30{
    border-top-color: rgb(255 60 60 / 0.3);
}
.border-t-error-500\/35{
    border-top-color: rgb(255 60 60 / 0.35);
}
.border-t-error-500\/40{
    border-top-color: rgb(255 60 60 / 0.4);
}
.border-t-error-500\/45{
    border-top-color: rgb(255 60 60 / 0.45);
}
.border-t-error-500\/5{
    border-top-color: rgb(255 60 60 / 0.05);
}
.border-t-error-500\/50{
    border-top-color: rgb(255 60 60 / 0.5);
}
.border-t-error-500\/55{
    border-top-color: rgb(255 60 60 / 0.55);
}
.border-t-error-500\/60{
    border-top-color: rgb(255 60 60 / 0.6);
}
.border-t-error-500\/65{
    border-top-color: rgb(255 60 60 / 0.65);
}
.border-t-error-500\/70{
    border-top-color: rgb(255 60 60 / 0.7);
}
.border-t-error-500\/75{
    border-top-color: rgb(255 60 60 / 0.75);
}
.border-t-error-500\/80{
    border-top-color: rgb(255 60 60 / 0.8);
}
.border-t-error-500\/85{
    border-top-color: rgb(255 60 60 / 0.85);
}
.border-t-error-500\/90{
    border-top-color: rgb(255 60 60 / 0.9);
}
.border-t-error-500\/95{
    border-top-color: rgb(255 60 60 / 0.95);
}
.border-t-error-900{
    --tw-border-opacity: 1;
    border-top-color: rgb(60 25 25 / var(--tw-border-opacity));
}
.border-t-error-900\/0{
    border-top-color: rgb(60 25 25 / 0);
}
.border-t-error-900\/10{
    border-top-color: rgb(60 25 25 / 0.1);
}
.border-t-error-900\/100{
    border-top-color: rgb(60 25 25 / 1);
}
.border-t-error-900\/15{
    border-top-color: rgb(60 25 25 / 0.15);
}
.border-t-error-900\/20{
    border-top-color: rgb(60 25 25 / 0.2);
}
.border-t-error-900\/25{
    border-top-color: rgb(60 25 25 / 0.25);
}
.border-t-error-900\/30{
    border-top-color: rgb(60 25 25 / 0.3);
}
.border-t-error-900\/35{
    border-top-color: rgb(60 25 25 / 0.35);
}
.border-t-error-900\/40{
    border-top-color: rgb(60 25 25 / 0.4);
}
.border-t-error-900\/45{
    border-top-color: rgb(60 25 25 / 0.45);
}
.border-t-error-900\/5{
    border-top-color: rgb(60 25 25 / 0.05);
}
.border-t-error-900\/50{
    border-top-color: rgb(60 25 25 / 0.5);
}
.border-t-error-900\/55{
    border-top-color: rgb(60 25 25 / 0.55);
}
.border-t-error-900\/60{
    border-top-color: rgb(60 25 25 / 0.6);
}
.border-t-error-900\/65{
    border-top-color: rgb(60 25 25 / 0.65);
}
.border-t-error-900\/70{
    border-top-color: rgb(60 25 25 / 0.7);
}
.border-t-error-900\/75{
    border-top-color: rgb(60 25 25 / 0.75);
}
.border-t-error-900\/80{
    border-top-color: rgb(60 25 25 / 0.8);
}
.border-t-error-900\/85{
    border-top-color: rgb(60 25 25 / 0.85);
}
.border-t-error-900\/90{
    border-top-color: rgb(60 25 25 / 0.9);
}
.border-t-error-900\/95{
    border-top-color: rgb(60 25 25 / 0.95);
}
.border-t-error-light{
    --tw-border-opacity: 1;
    border-top-color: rgb(255 199 199 / var(--tw-border-opacity));
}
.border-t-error-light\/0{
    border-top-color: rgb(255 199 199 / 0);
}
.border-t-error-light\/10{
    border-top-color: rgb(255 199 199 / 0.1);
}
.border-t-error-light\/100{
    border-top-color: rgb(255 199 199 / 1);
}
.border-t-error-light\/15{
    border-top-color: rgb(255 199 199 / 0.15);
}
.border-t-error-light\/20{
    border-top-color: rgb(255 199 199 / 0.2);
}
.border-t-error-light\/25{
    border-top-color: rgb(255 199 199 / 0.25);
}
.border-t-error-light\/30{
    border-top-color: rgb(255 199 199 / 0.3);
}
.border-t-error-light\/35{
    border-top-color: rgb(255 199 199 / 0.35);
}
.border-t-error-light\/40{
    border-top-color: rgb(255 199 199 / 0.4);
}
.border-t-error-light\/45{
    border-top-color: rgb(255 199 199 / 0.45);
}
.border-t-error-light\/5{
    border-top-color: rgb(255 199 199 / 0.05);
}
.border-t-error-light\/50{
    border-top-color: rgb(255 199 199 / 0.5);
}
.border-t-error-light\/55{
    border-top-color: rgb(255 199 199 / 0.55);
}
.border-t-error-light\/60{
    border-top-color: rgb(255 199 199 / 0.6);
}
.border-t-error-light\/65{
    border-top-color: rgb(255 199 199 / 0.65);
}
.border-t-error-light\/70{
    border-top-color: rgb(255 199 199 / 0.7);
}
.border-t-error-light\/75{
    border-top-color: rgb(255 199 199 / 0.75);
}
.border-t-error-light\/80{
    border-top-color: rgb(255 199 199 / 0.8);
}
.border-t-error-light\/85{
    border-top-color: rgb(255 199 199 / 0.85);
}
.border-t-error-light\/90{
    border-top-color: rgb(255 199 199 / 0.9);
}
.border-t-error-light\/95{
    border-top-color: rgb(255 199 199 / 0.95);
}
.border-t-error\/0{
    border-top-color: rgb(255 60 60 / 0);
}
.border-t-error\/10{
    border-top-color: rgb(255 60 60 / 0.1);
}
.border-t-error\/100{
    border-top-color: rgb(255 60 60 / 1);
}
.border-t-error\/15{
    border-top-color: rgb(255 60 60 / 0.15);
}
.border-t-error\/20{
    border-top-color: rgb(255 60 60 / 0.2);
}
.border-t-error\/25{
    border-top-color: rgb(255 60 60 / 0.25);
}
.border-t-error\/30{
    border-top-color: rgb(255 60 60 / 0.3);
}
.border-t-error\/35{
    border-top-color: rgb(255 60 60 / 0.35);
}
.border-t-error\/40{
    border-top-color: rgb(255 60 60 / 0.4);
}
.border-t-error\/45{
    border-top-color: rgb(255 60 60 / 0.45);
}
.border-t-error\/5{
    border-top-color: rgb(255 60 60 / 0.05);
}
.border-t-error\/50{
    border-top-color: rgb(255 60 60 / 0.5);
}
.border-t-error\/55{
    border-top-color: rgb(255 60 60 / 0.55);
}
.border-t-error\/60{
    border-top-color: rgb(255 60 60 / 0.6);
}
.border-t-error\/65{
    border-top-color: rgb(255 60 60 / 0.65);
}
.border-t-error\/70{
    border-top-color: rgb(255 60 60 / 0.7);
}
.border-t-error\/75{
    border-top-color: rgb(255 60 60 / 0.75);
}
.border-t-error\/80{
    border-top-color: rgb(255 60 60 / 0.8);
}
.border-t-error\/85{
    border-top-color: rgb(255 60 60 / 0.85);
}
.border-t-error\/90{
    border-top-color: rgb(255 60 60 / 0.9);
}
.border-t-error\/95{
    border-top-color: rgb(255 60 60 / 0.95);
}
.border-t-primary{
    --tw-border-opacity: 1;
    border-top-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-t-primary-20{
    --tw-border-opacity: 1;
    border-top-color: rgb(28 59 45 / var(--tw-border-opacity));
}
.border-t-primary-20\/0{
    border-top-color: rgb(28 59 45 / 0);
}
.border-t-primary-20\/10{
    border-top-color: rgb(28 59 45 / 0.1);
}
.border-t-primary-20\/100{
    border-top-color: rgb(28 59 45 / 1);
}
.border-t-primary-20\/15{
    border-top-color: rgb(28 59 45 / 0.15);
}
.border-t-primary-20\/20{
    border-top-color: rgb(28 59 45 / 0.2);
}
.border-t-primary-20\/25{
    border-top-color: rgb(28 59 45 / 0.25);
}
.border-t-primary-20\/30{
    border-top-color: rgb(28 59 45 / 0.3);
}
.border-t-primary-20\/35{
    border-top-color: rgb(28 59 45 / 0.35);
}
.border-t-primary-20\/40{
    border-top-color: rgb(28 59 45 / 0.4);
}
.border-t-primary-20\/45{
    border-top-color: rgb(28 59 45 / 0.45);
}
.border-t-primary-20\/5{
    border-top-color: rgb(28 59 45 / 0.05);
}
.border-t-primary-20\/50{
    border-top-color: rgb(28 59 45 / 0.5);
}
.border-t-primary-20\/55{
    border-top-color: rgb(28 59 45 / 0.55);
}
.border-t-primary-20\/60{
    border-top-color: rgb(28 59 45 / 0.6);
}
.border-t-primary-20\/65{
    border-top-color: rgb(28 59 45 / 0.65);
}
.border-t-primary-20\/70{
    border-top-color: rgb(28 59 45 / 0.7);
}
.border-t-primary-20\/75{
    border-top-color: rgb(28 59 45 / 0.75);
}
.border-t-primary-20\/80{
    border-top-color: rgb(28 59 45 / 0.8);
}
.border-t-primary-20\/85{
    border-top-color: rgb(28 59 45 / 0.85);
}
.border-t-primary-20\/90{
    border-top-color: rgb(28 59 45 / 0.9);
}
.border-t-primary-20\/95{
    border-top-color: rgb(28 59 45 / 0.95);
}
.border-t-primary-200{
    --tw-border-opacity: 1;
    border-top-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-t-primary-200\/0{
    border-top-color: rgb(198 238 219 / 0);
}
.border-t-primary-200\/10{
    border-top-color: rgb(198 238 219 / 0.1);
}
.border-t-primary-200\/100{
    border-top-color: rgb(198 238 219 / 1);
}
.border-t-primary-200\/15{
    border-top-color: rgb(198 238 219 / 0.15);
}
.border-t-primary-200\/20{
    border-top-color: rgb(198 238 219 / 0.2);
}
.border-t-primary-200\/25{
    border-top-color: rgb(198 238 219 / 0.25);
}
.border-t-primary-200\/30{
    border-top-color: rgb(198 238 219 / 0.3);
}
.border-t-primary-200\/35{
    border-top-color: rgb(198 238 219 / 0.35);
}
.border-t-primary-200\/40{
    border-top-color: rgb(198 238 219 / 0.4);
}
.border-t-primary-200\/45{
    border-top-color: rgb(198 238 219 / 0.45);
}
.border-t-primary-200\/5{
    border-top-color: rgb(198 238 219 / 0.05);
}
.border-t-primary-200\/50{
    border-top-color: rgb(198 238 219 / 0.5);
}
.border-t-primary-200\/55{
    border-top-color: rgb(198 238 219 / 0.55);
}
.border-t-primary-200\/60{
    border-top-color: rgb(198 238 219 / 0.6);
}
.border-t-primary-200\/65{
    border-top-color: rgb(198 238 219 / 0.65);
}
.border-t-primary-200\/70{
    border-top-color: rgb(198 238 219 / 0.7);
}
.border-t-primary-200\/75{
    border-top-color: rgb(198 238 219 / 0.75);
}
.border-t-primary-200\/80{
    border-top-color: rgb(198 238 219 / 0.8);
}
.border-t-primary-200\/85{
    border-top-color: rgb(198 238 219 / 0.85);
}
.border-t-primary-200\/90{
    border-top-color: rgb(198 238 219 / 0.9);
}
.border-t-primary-200\/95{
    border-top-color: rgb(198 238 219 / 0.95);
}
.border-t-primary-5{
    --tw-border-opacity: 1;
    border-top-color: rgb(20 28 24 / var(--tw-border-opacity));
}
.border-t-primary-5\/0{
    border-top-color: rgb(20 28 24 / 0);
}
.border-t-primary-5\/10{
    border-top-color: rgb(20 28 24 / 0.1);
}
.border-t-primary-5\/100{
    border-top-color: rgb(20 28 24 / 1);
}
.border-t-primary-5\/15{
    border-top-color: rgb(20 28 24 / 0.15);
}
.border-t-primary-5\/20{
    border-top-color: rgb(20 28 24 / 0.2);
}
.border-t-primary-5\/25{
    border-top-color: rgb(20 28 24 / 0.25);
}
.border-t-primary-5\/30{
    border-top-color: rgb(20 28 24 / 0.3);
}
.border-t-primary-5\/35{
    border-top-color: rgb(20 28 24 / 0.35);
}
.border-t-primary-5\/40{
    border-top-color: rgb(20 28 24 / 0.4);
}
.border-t-primary-5\/45{
    border-top-color: rgb(20 28 24 / 0.45);
}
.border-t-primary-5\/5{
    border-top-color: rgb(20 28 24 / 0.05);
}
.border-t-primary-5\/50{
    border-top-color: rgb(20 28 24 / 0.5);
}
.border-t-primary-5\/55{
    border-top-color: rgb(20 28 24 / 0.55);
}
.border-t-primary-5\/60{
    border-top-color: rgb(20 28 24 / 0.6);
}
.border-t-primary-5\/65{
    border-top-color: rgb(20 28 24 / 0.65);
}
.border-t-primary-5\/70{
    border-top-color: rgb(20 28 24 / 0.7);
}
.border-t-primary-5\/75{
    border-top-color: rgb(20 28 24 / 0.75);
}
.border-t-primary-5\/80{
    border-top-color: rgb(20 28 24 / 0.8);
}
.border-t-primary-5\/85{
    border-top-color: rgb(20 28 24 / 0.85);
}
.border-t-primary-5\/90{
    border-top-color: rgb(20 28 24 / 0.9);
}
.border-t-primary-5\/95{
    border-top-color: rgb(20 28 24 / 0.95);
}
.border-t-primary-500{
    --tw-border-opacity: 1;
    border-top-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.border-t-primary-500\/0{
    border-top-color: rgb(72 229 155 / 0);
}
.border-t-primary-500\/10{
    border-top-color: rgb(72 229 155 / 0.1);
}
.border-t-primary-500\/100{
    border-top-color: rgb(72 229 155 / 1);
}
.border-t-primary-500\/15{
    border-top-color: rgb(72 229 155 / 0.15);
}
.border-t-primary-500\/20{
    border-top-color: rgb(72 229 155 / 0.2);
}
.border-t-primary-500\/25{
    border-top-color: rgb(72 229 155 / 0.25);
}
.border-t-primary-500\/30{
    border-top-color: rgb(72 229 155 / 0.3);
}
.border-t-primary-500\/35{
    border-top-color: rgb(72 229 155 / 0.35);
}
.border-t-primary-500\/40{
    border-top-color: rgb(72 229 155 / 0.4);
}
.border-t-primary-500\/45{
    border-top-color: rgb(72 229 155 / 0.45);
}
.border-t-primary-500\/5{
    border-top-color: rgb(72 229 155 / 0.05);
}
.border-t-primary-500\/50{
    border-top-color: rgb(72 229 155 / 0.5);
}
.border-t-primary-500\/55{
    border-top-color: rgb(72 229 155 / 0.55);
}
.border-t-primary-500\/60{
    border-top-color: rgb(72 229 155 / 0.6);
}
.border-t-primary-500\/65{
    border-top-color: rgb(72 229 155 / 0.65);
}
.border-t-primary-500\/70{
    border-top-color: rgb(72 229 155 / 0.7);
}
.border-t-primary-500\/75{
    border-top-color: rgb(72 229 155 / 0.75);
}
.border-t-primary-500\/80{
    border-top-color: rgb(72 229 155 / 0.8);
}
.border-t-primary-500\/85{
    border-top-color: rgb(72 229 155 / 0.85);
}
.border-t-primary-500\/90{
    border-top-color: rgb(72 229 155 / 0.9);
}
.border-t-primary-500\/95{
    border-top-color: rgb(72 229 155 / 0.95);
}
.border-t-primary-60{
    --tw-border-opacity: 1;
    border-top-color: rgb(57 155 109 / var(--tw-border-opacity));
}
.border-t-primary-60\/0{
    border-top-color: rgb(57 155 109 / 0);
}
.border-t-primary-60\/10{
    border-top-color: rgb(57 155 109 / 0.1);
}
.border-t-primary-60\/100{
    border-top-color: rgb(57 155 109 / 1);
}
.border-t-primary-60\/15{
    border-top-color: rgb(57 155 109 / 0.15);
}
.border-t-primary-60\/20{
    border-top-color: rgb(57 155 109 / 0.2);
}
.border-t-primary-60\/25{
    border-top-color: rgb(57 155 109 / 0.25);
}
.border-t-primary-60\/30{
    border-top-color: rgb(57 155 109 / 0.3);
}
.border-t-primary-60\/35{
    border-top-color: rgb(57 155 109 / 0.35);
}
.border-t-primary-60\/40{
    border-top-color: rgb(57 155 109 / 0.4);
}
.border-t-primary-60\/45{
    border-top-color: rgb(57 155 109 / 0.45);
}
.border-t-primary-60\/5{
    border-top-color: rgb(57 155 109 / 0.05);
}
.border-t-primary-60\/50{
    border-top-color: rgb(57 155 109 / 0.5);
}
.border-t-primary-60\/55{
    border-top-color: rgb(57 155 109 / 0.55);
}
.border-t-primary-60\/60{
    border-top-color: rgb(57 155 109 / 0.6);
}
.border-t-primary-60\/65{
    border-top-color: rgb(57 155 109 / 0.65);
}
.border-t-primary-60\/70{
    border-top-color: rgb(57 155 109 / 0.7);
}
.border-t-primary-60\/75{
    border-top-color: rgb(57 155 109 / 0.75);
}
.border-t-primary-60\/80{
    border-top-color: rgb(57 155 109 / 0.8);
}
.border-t-primary-60\/85{
    border-top-color: rgb(57 155 109 / 0.85);
}
.border-t-primary-60\/90{
    border-top-color: rgb(57 155 109 / 0.9);
}
.border-t-primary-60\/95{
    border-top-color: rgb(57 155 109 / 0.95);
}
.border-t-primary-600{
    --tw-border-opacity: 1;
    border-top-color: rgb(61 187 127 / var(--tw-border-opacity));
}
.border-t-primary-600\/0{
    border-top-color: rgb(61 187 127 / 0);
}
.border-t-primary-600\/10{
    border-top-color: rgb(61 187 127 / 0.1);
}
.border-t-primary-600\/100{
    border-top-color: rgb(61 187 127 / 1);
}
.border-t-primary-600\/15{
    border-top-color: rgb(61 187 127 / 0.15);
}
.border-t-primary-600\/20{
    border-top-color: rgb(61 187 127 / 0.2);
}
.border-t-primary-600\/25{
    border-top-color: rgb(61 187 127 / 0.25);
}
.border-t-primary-600\/30{
    border-top-color: rgb(61 187 127 / 0.3);
}
.border-t-primary-600\/35{
    border-top-color: rgb(61 187 127 / 0.35);
}
.border-t-primary-600\/40{
    border-top-color: rgb(61 187 127 / 0.4);
}
.border-t-primary-600\/45{
    border-top-color: rgb(61 187 127 / 0.45);
}
.border-t-primary-600\/5{
    border-top-color: rgb(61 187 127 / 0.05);
}
.border-t-primary-600\/50{
    border-top-color: rgb(61 187 127 / 0.5);
}
.border-t-primary-600\/55{
    border-top-color: rgb(61 187 127 / 0.55);
}
.border-t-primary-600\/60{
    border-top-color: rgb(61 187 127 / 0.6);
}
.border-t-primary-600\/65{
    border-top-color: rgb(61 187 127 / 0.65);
}
.border-t-primary-600\/70{
    border-top-color: rgb(61 187 127 / 0.7);
}
.border-t-primary-600\/75{
    border-top-color: rgb(61 187 127 / 0.75);
}
.border-t-primary-600\/80{
    border-top-color: rgb(61 187 127 / 0.8);
}
.border-t-primary-600\/85{
    border-top-color: rgb(61 187 127 / 0.85);
}
.border-t-primary-600\/90{
    border-top-color: rgb(61 187 127 / 0.9);
}
.border-t-primary-600\/95{
    border-top-color: rgb(61 187 127 / 0.95);
}
.border-t-primary-700{
    --tw-border-opacity: 1;
    border-top-color: rgb(57 155 109 / var(--tw-border-opacity));
}
.border-t-primary-700\/0{
    border-top-color: rgb(57 155 109 / 0);
}
.border-t-primary-700\/10{
    border-top-color: rgb(57 155 109 / 0.1);
}
.border-t-primary-700\/100{
    border-top-color: rgb(57 155 109 / 1);
}
.border-t-primary-700\/15{
    border-top-color: rgb(57 155 109 / 0.15);
}
.border-t-primary-700\/20{
    border-top-color: rgb(57 155 109 / 0.2);
}
.border-t-primary-700\/25{
    border-top-color: rgb(57 155 109 / 0.25);
}
.border-t-primary-700\/30{
    border-top-color: rgb(57 155 109 / 0.3);
}
.border-t-primary-700\/35{
    border-top-color: rgb(57 155 109 / 0.35);
}
.border-t-primary-700\/40{
    border-top-color: rgb(57 155 109 / 0.4);
}
.border-t-primary-700\/45{
    border-top-color: rgb(57 155 109 / 0.45);
}
.border-t-primary-700\/5{
    border-top-color: rgb(57 155 109 / 0.05);
}
.border-t-primary-700\/50{
    border-top-color: rgb(57 155 109 / 0.5);
}
.border-t-primary-700\/55{
    border-top-color: rgb(57 155 109 / 0.55);
}
.border-t-primary-700\/60{
    border-top-color: rgb(57 155 109 / 0.6);
}
.border-t-primary-700\/65{
    border-top-color: rgb(57 155 109 / 0.65);
}
.border-t-primary-700\/70{
    border-top-color: rgb(57 155 109 / 0.7);
}
.border-t-primary-700\/75{
    border-top-color: rgb(57 155 109 / 0.75);
}
.border-t-primary-700\/80{
    border-top-color: rgb(57 155 109 / 0.8);
}
.border-t-primary-700\/85{
    border-top-color: rgb(57 155 109 / 0.85);
}
.border-t-primary-700\/90{
    border-top-color: rgb(57 155 109 / 0.9);
}
.border-t-primary-700\/95{
    border-top-color: rgb(57 155 109 / 0.95);
}
.border-t-primary-80{
    --tw-border-opacity: 1;
    border-top-color: rgb(61 187 127 / var(--tw-border-opacity));
}
.border-t-primary-80\/0{
    border-top-color: rgb(61 187 127 / 0);
}
.border-t-primary-80\/10{
    border-top-color: rgb(61 187 127 / 0.1);
}
.border-t-primary-80\/100{
    border-top-color: rgb(61 187 127 / 1);
}
.border-t-primary-80\/15{
    border-top-color: rgb(61 187 127 / 0.15);
}
.border-t-primary-80\/20{
    border-top-color: rgb(61 187 127 / 0.2);
}
.border-t-primary-80\/25{
    border-top-color: rgb(61 187 127 / 0.25);
}
.border-t-primary-80\/30{
    border-top-color: rgb(61 187 127 / 0.3);
}
.border-t-primary-80\/35{
    border-top-color: rgb(61 187 127 / 0.35);
}
.border-t-primary-80\/40{
    border-top-color: rgb(61 187 127 / 0.4);
}
.border-t-primary-80\/45{
    border-top-color: rgb(61 187 127 / 0.45);
}
.border-t-primary-80\/5{
    border-top-color: rgb(61 187 127 / 0.05);
}
.border-t-primary-80\/50{
    border-top-color: rgb(61 187 127 / 0.5);
}
.border-t-primary-80\/55{
    border-top-color: rgb(61 187 127 / 0.55);
}
.border-t-primary-80\/60{
    border-top-color: rgb(61 187 127 / 0.6);
}
.border-t-primary-80\/65{
    border-top-color: rgb(61 187 127 / 0.65);
}
.border-t-primary-80\/70{
    border-top-color: rgb(61 187 127 / 0.7);
}
.border-t-primary-80\/75{
    border-top-color: rgb(61 187 127 / 0.75);
}
.border-t-primary-80\/80{
    border-top-color: rgb(61 187 127 / 0.8);
}
.border-t-primary-80\/85{
    border-top-color: rgb(61 187 127 / 0.85);
}
.border-t-primary-80\/90{
    border-top-color: rgb(61 187 127 / 0.9);
}
.border-t-primary-80\/95{
    border-top-color: rgb(61 187 127 / 0.95);
}
.border-t-primary-800{
    --tw-border-opacity: 1;
    border-top-color: rgb(10 68 41 / var(--tw-border-opacity));
}
.border-t-primary-800\/0{
    border-top-color: rgb(10 68 41 / 0);
}
.border-t-primary-800\/10{
    border-top-color: rgb(10 68 41 / 0.1);
}
.border-t-primary-800\/100{
    border-top-color: rgb(10 68 41 / 1);
}
.border-t-primary-800\/15{
    border-top-color: rgb(10 68 41 / 0.15);
}
.border-t-primary-800\/20{
    border-top-color: rgb(10 68 41 / 0.2);
}
.border-t-primary-800\/25{
    border-top-color: rgb(10 68 41 / 0.25);
}
.border-t-primary-800\/30{
    border-top-color: rgb(10 68 41 / 0.3);
}
.border-t-primary-800\/35{
    border-top-color: rgb(10 68 41 / 0.35);
}
.border-t-primary-800\/40{
    border-top-color: rgb(10 68 41 / 0.4);
}
.border-t-primary-800\/45{
    border-top-color: rgb(10 68 41 / 0.45);
}
.border-t-primary-800\/5{
    border-top-color: rgb(10 68 41 / 0.05);
}
.border-t-primary-800\/50{
    border-top-color: rgb(10 68 41 / 0.5);
}
.border-t-primary-800\/55{
    border-top-color: rgb(10 68 41 / 0.55);
}
.border-t-primary-800\/60{
    border-top-color: rgb(10 68 41 / 0.6);
}
.border-t-primary-800\/65{
    border-top-color: rgb(10 68 41 / 0.65);
}
.border-t-primary-800\/70{
    border-top-color: rgb(10 68 41 / 0.7);
}
.border-t-primary-800\/75{
    border-top-color: rgb(10 68 41 / 0.75);
}
.border-t-primary-800\/80{
    border-top-color: rgb(10 68 41 / 0.8);
}
.border-t-primary-800\/85{
    border-top-color: rgb(10 68 41 / 0.85);
}
.border-t-primary-800\/90{
    border-top-color: rgb(10 68 41 / 0.9);
}
.border-t-primary-800\/95{
    border-top-color: rgb(10 68 41 / 0.95);
}
.border-t-primary-900{
    --tw-border-opacity: 1;
    border-top-color: rgb(28 59 45 / var(--tw-border-opacity));
}
.border-t-primary-900\/0{
    border-top-color: rgb(28 59 45 / 0);
}
.border-t-primary-900\/10{
    border-top-color: rgb(28 59 45 / 0.1);
}
.border-t-primary-900\/100{
    border-top-color: rgb(28 59 45 / 1);
}
.border-t-primary-900\/15{
    border-top-color: rgb(28 59 45 / 0.15);
}
.border-t-primary-900\/20{
    border-top-color: rgb(28 59 45 / 0.2);
}
.border-t-primary-900\/25{
    border-top-color: rgb(28 59 45 / 0.25);
}
.border-t-primary-900\/30{
    border-top-color: rgb(28 59 45 / 0.3);
}
.border-t-primary-900\/35{
    border-top-color: rgb(28 59 45 / 0.35);
}
.border-t-primary-900\/40{
    border-top-color: rgb(28 59 45 / 0.4);
}
.border-t-primary-900\/45{
    border-top-color: rgb(28 59 45 / 0.45);
}
.border-t-primary-900\/5{
    border-top-color: rgb(28 59 45 / 0.05);
}
.border-t-primary-900\/50{
    border-top-color: rgb(28 59 45 / 0.5);
}
.border-t-primary-900\/55{
    border-top-color: rgb(28 59 45 / 0.55);
}
.border-t-primary-900\/60{
    border-top-color: rgb(28 59 45 / 0.6);
}
.border-t-primary-900\/65{
    border-top-color: rgb(28 59 45 / 0.65);
}
.border-t-primary-900\/70{
    border-top-color: rgb(28 59 45 / 0.7);
}
.border-t-primary-900\/75{
    border-top-color: rgb(28 59 45 / 0.75);
}
.border-t-primary-900\/80{
    border-top-color: rgb(28 59 45 / 0.8);
}
.border-t-primary-900\/85{
    border-top-color: rgb(28 59 45 / 0.85);
}
.border-t-primary-900\/90{
    border-top-color: rgb(28 59 45 / 0.9);
}
.border-t-primary-900\/95{
    border-top-color: rgb(28 59 45 / 0.95);
}
.border-t-primary-950{
    --tw-border-opacity: 1;
    border-top-color: rgb(20 28 24 / var(--tw-border-opacity));
}
.border-t-primary-950\/0{
    border-top-color: rgb(20 28 24 / 0);
}
.border-t-primary-950\/10{
    border-top-color: rgb(20 28 24 / 0.1);
}
.border-t-primary-950\/100{
    border-top-color: rgb(20 28 24 / 1);
}
.border-t-primary-950\/15{
    border-top-color: rgb(20 28 24 / 0.15);
}
.border-t-primary-950\/20{
    border-top-color: rgb(20 28 24 / 0.2);
}
.border-t-primary-950\/25{
    border-top-color: rgb(20 28 24 / 0.25);
}
.border-t-primary-950\/30{
    border-top-color: rgb(20 28 24 / 0.3);
}
.border-t-primary-950\/35{
    border-top-color: rgb(20 28 24 / 0.35);
}
.border-t-primary-950\/40{
    border-top-color: rgb(20 28 24 / 0.4);
}
.border-t-primary-950\/45{
    border-top-color: rgb(20 28 24 / 0.45);
}
.border-t-primary-950\/5{
    border-top-color: rgb(20 28 24 / 0.05);
}
.border-t-primary-950\/50{
    border-top-color: rgb(20 28 24 / 0.5);
}
.border-t-primary-950\/55{
    border-top-color: rgb(20 28 24 / 0.55);
}
.border-t-primary-950\/60{
    border-top-color: rgb(20 28 24 / 0.6);
}
.border-t-primary-950\/65{
    border-top-color: rgb(20 28 24 / 0.65);
}
.border-t-primary-950\/70{
    border-top-color: rgb(20 28 24 / 0.7);
}
.border-t-primary-950\/75{
    border-top-color: rgb(20 28 24 / 0.75);
}
.border-t-primary-950\/80{
    border-top-color: rgb(20 28 24 / 0.8);
}
.border-t-primary-950\/85{
    border-top-color: rgb(20 28 24 / 0.85);
}
.border-t-primary-950\/90{
    border-top-color: rgb(20 28 24 / 0.9);
}
.border-t-primary-950\/95{
    border-top-color: rgb(20 28 24 / 0.95);
}
.border-t-primary-dark{
    --tw-border-opacity: 1;
    border-top-color: rgb(10 68 41 / var(--tw-border-opacity));
}
.border-t-primary-dark\/0{
    border-top-color: rgb(10 68 41 / 0);
}
.border-t-primary-dark\/10{
    border-top-color: rgb(10 68 41 / 0.1);
}
.border-t-primary-dark\/100{
    border-top-color: rgb(10 68 41 / 1);
}
.border-t-primary-dark\/15{
    border-top-color: rgb(10 68 41 / 0.15);
}
.border-t-primary-dark\/20{
    border-top-color: rgb(10 68 41 / 0.2);
}
.border-t-primary-dark\/25{
    border-top-color: rgb(10 68 41 / 0.25);
}
.border-t-primary-dark\/30{
    border-top-color: rgb(10 68 41 / 0.3);
}
.border-t-primary-dark\/35{
    border-top-color: rgb(10 68 41 / 0.35);
}
.border-t-primary-dark\/40{
    border-top-color: rgb(10 68 41 / 0.4);
}
.border-t-primary-dark\/45{
    border-top-color: rgb(10 68 41 / 0.45);
}
.border-t-primary-dark\/5{
    border-top-color: rgb(10 68 41 / 0.05);
}
.border-t-primary-dark\/50{
    border-top-color: rgb(10 68 41 / 0.5);
}
.border-t-primary-dark\/55{
    border-top-color: rgb(10 68 41 / 0.55);
}
.border-t-primary-dark\/60{
    border-top-color: rgb(10 68 41 / 0.6);
}
.border-t-primary-dark\/65{
    border-top-color: rgb(10 68 41 / 0.65);
}
.border-t-primary-dark\/70{
    border-top-color: rgb(10 68 41 / 0.7);
}
.border-t-primary-dark\/75{
    border-top-color: rgb(10 68 41 / 0.75);
}
.border-t-primary-dark\/80{
    border-top-color: rgb(10 68 41 / 0.8);
}
.border-t-primary-dark\/85{
    border-top-color: rgb(10 68 41 / 0.85);
}
.border-t-primary-dark\/90{
    border-top-color: rgb(10 68 41 / 0.9);
}
.border-t-primary-dark\/95{
    border-top-color: rgb(10 68 41 / 0.95);
}
.border-t-primary-light{
    --tw-border-opacity: 1;
    border-top-color: rgb(198 238 219 / var(--tw-border-opacity));
}
.border-t-primary-light\/0{
    border-top-color: rgb(198 238 219 / 0);
}
.border-t-primary-light\/10{
    border-top-color: rgb(198 238 219 / 0.1);
}
.border-t-primary-light\/100{
    border-top-color: rgb(198 238 219 / 1);
}
.border-t-primary-light\/15{
    border-top-color: rgb(198 238 219 / 0.15);
}
.border-t-primary-light\/20{
    border-top-color: rgb(198 238 219 / 0.2);
}
.border-t-primary-light\/25{
    border-top-color: rgb(198 238 219 / 0.25);
}
.border-t-primary-light\/30{
    border-top-color: rgb(198 238 219 / 0.3);
}
.border-t-primary-light\/35{
    border-top-color: rgb(198 238 219 / 0.35);
}
.border-t-primary-light\/40{
    border-top-color: rgb(198 238 219 / 0.4);
}
.border-t-primary-light\/45{
    border-top-color: rgb(198 238 219 / 0.45);
}
.border-t-primary-light\/5{
    border-top-color: rgb(198 238 219 / 0.05);
}
.border-t-primary-light\/50{
    border-top-color: rgb(198 238 219 / 0.5);
}
.border-t-primary-light\/55{
    border-top-color: rgb(198 238 219 / 0.55);
}
.border-t-primary-light\/60{
    border-top-color: rgb(198 238 219 / 0.6);
}
.border-t-primary-light\/65{
    border-top-color: rgb(198 238 219 / 0.65);
}
.border-t-primary-light\/70{
    border-top-color: rgb(198 238 219 / 0.7);
}
.border-t-primary-light\/75{
    border-top-color: rgb(198 238 219 / 0.75);
}
.border-t-primary-light\/80{
    border-top-color: rgb(198 238 219 / 0.8);
}
.border-t-primary-light\/85{
    border-top-color: rgb(198 238 219 / 0.85);
}
.border-t-primary-light\/90{
    border-top-color: rgb(198 238 219 / 0.9);
}
.border-t-primary-light\/95{
    border-top-color: rgb(198 238 219 / 0.95);
}
.border-t-primary\/0{
    border-top-color: rgb(72 229 155 / 0);
}
.border-t-primary\/10{
    border-top-color: rgb(72 229 155 / 0.1);
}
.border-t-primary\/100{
    border-top-color: rgb(72 229 155 / 1);
}
.border-t-primary\/15{
    border-top-color: rgb(72 229 155 / 0.15);
}
.border-t-primary\/20{
    border-top-color: rgb(72 229 155 / 0.2);
}
.border-t-primary\/25{
    border-top-color: rgb(72 229 155 / 0.25);
}
.border-t-primary\/30{
    border-top-color: rgb(72 229 155 / 0.3);
}
.border-t-primary\/35{
    border-top-color: rgb(72 229 155 / 0.35);
}
.border-t-primary\/40{
    border-top-color: rgb(72 229 155 / 0.4);
}
.border-t-primary\/45{
    border-top-color: rgb(72 229 155 / 0.45);
}
.border-t-primary\/5{
    border-top-color: rgb(72 229 155 / 0.05);
}
.border-t-primary\/50{
    border-top-color: rgb(72 229 155 / 0.5);
}
.border-t-primary\/55{
    border-top-color: rgb(72 229 155 / 0.55);
}
.border-t-primary\/60{
    border-top-color: rgb(72 229 155 / 0.6);
}
.border-t-primary\/65{
    border-top-color: rgb(72 229 155 / 0.65);
}
.border-t-primary\/70{
    border-top-color: rgb(72 229 155 / 0.7);
}
.border-t-primary\/75{
    border-top-color: rgb(72 229 155 / 0.75);
}
.border-t-primary\/80{
    border-top-color: rgb(72 229 155 / 0.8);
}
.border-t-primary\/85{
    border-top-color: rgb(72 229 155 / 0.85);
}
.border-t-primary\/90{
    border-top-color: rgb(72 229 155 / 0.9);
}
.border-t-primary\/95{
    border-top-color: rgb(72 229 155 / 0.95);
}
.border-t-secondary{
    --tw-border-opacity: 1;
    border-top-color: rgb(1 90 213 / var(--tw-border-opacity));
}
.border-t-secondary-500{
    --tw-border-opacity: 1;
    border-top-color: rgb(1 90 213 / var(--tw-border-opacity));
}
.border-t-secondary-500\/0{
    border-top-color: rgb(1 90 213 / 0);
}
.border-t-secondary-500\/10{
    border-top-color: rgb(1 90 213 / 0.1);
}
.border-t-secondary-500\/100{
    border-top-color: rgb(1 90 213 / 1);
}
.border-t-secondary-500\/15{
    border-top-color: rgb(1 90 213 / 0.15);
}
.border-t-secondary-500\/20{
    border-top-color: rgb(1 90 213 / 0.2);
}
.border-t-secondary-500\/25{
    border-top-color: rgb(1 90 213 / 0.25);
}
.border-t-secondary-500\/30{
    border-top-color: rgb(1 90 213 / 0.3);
}
.border-t-secondary-500\/35{
    border-top-color: rgb(1 90 213 / 0.35);
}
.border-t-secondary-500\/40{
    border-top-color: rgb(1 90 213 / 0.4);
}
.border-t-secondary-500\/45{
    border-top-color: rgb(1 90 213 / 0.45);
}
.border-t-secondary-500\/5{
    border-top-color: rgb(1 90 213 / 0.05);
}
.border-t-secondary-500\/50{
    border-top-color: rgb(1 90 213 / 0.5);
}
.border-t-secondary-500\/55{
    border-top-color: rgb(1 90 213 / 0.55);
}
.border-t-secondary-500\/60{
    border-top-color: rgb(1 90 213 / 0.6);
}
.border-t-secondary-500\/65{
    border-top-color: rgb(1 90 213 / 0.65);
}
.border-t-secondary-500\/70{
    border-top-color: rgb(1 90 213 / 0.7);
}
.border-t-secondary-500\/75{
    border-top-color: rgb(1 90 213 / 0.75);
}
.border-t-secondary-500\/80{
    border-top-color: rgb(1 90 213 / 0.8);
}
.border-t-secondary-500\/85{
    border-top-color: rgb(1 90 213 / 0.85);
}
.border-t-secondary-500\/90{
    border-top-color: rgb(1 90 213 / 0.9);
}
.border-t-secondary-500\/95{
    border-top-color: rgb(1 90 213 / 0.95);
}
.border-t-secondary\/0{
    border-top-color: rgb(1 90 213 / 0);
}
.border-t-secondary\/10{
    border-top-color: rgb(1 90 213 / 0.1);
}
.border-t-secondary\/100{
    border-top-color: rgb(1 90 213 / 1);
}
.border-t-secondary\/15{
    border-top-color: rgb(1 90 213 / 0.15);
}
.border-t-secondary\/20{
    border-top-color: rgb(1 90 213 / 0.2);
}
.border-t-secondary\/25{
    border-top-color: rgb(1 90 213 / 0.25);
}
.border-t-secondary\/30{
    border-top-color: rgb(1 90 213 / 0.3);
}
.border-t-secondary\/35{
    border-top-color: rgb(1 90 213 / 0.35);
}
.border-t-secondary\/40{
    border-top-color: rgb(1 90 213 / 0.4);
}
.border-t-secondary\/45{
    border-top-color: rgb(1 90 213 / 0.45);
}
.border-t-secondary\/5{
    border-top-color: rgb(1 90 213 / 0.05);
}
.border-t-secondary\/50{
    border-top-color: rgb(1 90 213 / 0.5);
}
.border-t-secondary\/55{
    border-top-color: rgb(1 90 213 / 0.55);
}
.border-t-secondary\/60{
    border-top-color: rgb(1 90 213 / 0.6);
}
.border-t-secondary\/65{
    border-top-color: rgb(1 90 213 / 0.65);
}
.border-t-secondary\/70{
    border-top-color: rgb(1 90 213 / 0.7);
}
.border-t-secondary\/75{
    border-top-color: rgb(1 90 213 / 0.75);
}
.border-t-secondary\/80{
    border-top-color: rgb(1 90 213 / 0.8);
}
.border-t-secondary\/85{
    border-top-color: rgb(1 90 213 / 0.85);
}
.border-t-secondary\/90{
    border-top-color: rgb(1 90 213 / 0.9);
}
.border-t-secondary\/95{
    border-top-color: rgb(1 90 213 / 0.95);
}
.bg-\[\#101010\]{
    --tw-bg-opacity: 1;
    background-color: rgb(16 16 16 / var(--tw-bg-opacity));
}
.bg-\[\#111111\]{
    --tw-bg-opacity: 1;
    background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.bg-\[\#111\]{
    --tw-bg-opacity: 1;
    background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.bg-\[\#121212\]{
    --tw-bg-opacity: 1;
    background-color: rgb(18 18 18 / var(--tw-bg-opacity));
}
.bg-\[\#161616\]{
    --tw-bg-opacity: 1;
    background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}
.bg-\[\#1A1A1A\]{
    --tw-bg-opacity: 1;
    background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
.bg-\[\#1c1c1c\]{
    --tw-bg-opacity: 1;
    background-color: rgb(28 28 28 / var(--tw-bg-opacity));
}
.bg-\[\#1d3b2d\]{
    --tw-bg-opacity: 1;
    background-color: rgb(29 59 45 / var(--tw-bg-opacity));
}
.bg-\[\#222B27\]{
    --tw-bg-opacity: 1;
    background-color: rgb(34 43 39 / var(--tw-bg-opacity));
}
.bg-\[\#232C27\]{
    --tw-bg-opacity: 1;
    background-color: rgb(35 44 39 / var(--tw-bg-opacity));
}
.bg-\[\#242424\]{
    --tw-bg-opacity: 1;
    background-color: rgb(36 36 36 / var(--tw-bg-opacity));
}
.bg-\[\#2d2d2d\]{
    --tw-bg-opacity: 1;
    background-color: rgb(45 45 45 / var(--tw-bg-opacity));
}
.bg-\[\#31313166\]{
    background-color: #31313166;
}
.bg-\[\#313131\]{
    --tw-bg-opacity: 1;
    background-color: rgb(49 49 49 / var(--tw-bg-opacity));
}
.bg-\[\#313131cc\]{
    background-color: #313131cc;
}
.bg-\[\#444\]{
    --tw-bg-opacity: 1;
    background-color: rgb(68 68 68 / var(--tw-bg-opacity));
}
.bg-\[\#48E59B33\]{
    background-color: #48E59B33;
}
.bg-\[\#48E59B\]{
    --tw-bg-opacity: 1;
    background-color: rgb(72 229 155 / var(--tw-bg-opacity));
}
.bg-\[\#48e59b33\]{
    background-color: #48e59b33;
}
.bg-\[\#71E0AC\]{
    --tw-bg-opacity: 1;
    background-color: rgb(113 224 172 / var(--tw-bg-opacity));
}
.bg-\[\#797979AF\]{
    background-color: #797979AF;
}
.bg-\[\#797979\]{
    --tw-bg-opacity: 1;
    background-color: rgb(121 121 121 / var(--tw-bg-opacity));
}
.bg-\[\#7d7d7d\]{
    --tw-bg-opacity: 1;
    background-color: rgb(125 125 125 / var(--tw-bg-opacity));
}
.bg-\[\#C6EEDB\]{
    --tw-bg-opacity: 1;
    background-color: rgb(198 238 219 / var(--tw-bg-opacity));
}
.bg-\[\#D6D6D6\]{
    --tw-bg-opacity: 1;
    background-color: rgb(214 214 214 / var(--tw-bg-opacity));
}
.bg-\[\#FF3C3C4d\]{
    background-color: #FF3C3C4d;
}
.bg-\[\#FF3C3C\]{
    --tw-bg-opacity: 1;
    background-color: rgb(255 60 60 / var(--tw-bg-opacity));
}
.bg-\[\#d6d6d6\]{
    --tw-bg-opacity: 1;
    background-color: rgb(214 214 214 / var(--tw-bg-opacity));
}
.bg-\[\#e7e7e7\]{
    --tw-bg-opacity: 1;
    background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff0d\]{
    background-color: #ffffff0d;
}
.bg-black-1000{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black-700{
    background-color: #111111b3;
}
.bg-black-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.bg-black-background{
    --tw-bg-opacity: 1;
    background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.bg-black-brand{
    --tw-bg-opacity: 1;
    background-color: rgb(49 49 49 / var(--tw-bg-opacity));
}
.bg-black-brand\/0{
    background-color: rgb(49 49 49 / 0);
}
.bg-black-brand\/10{
    background-color: rgb(49 49 49 / 0.1);
}
.bg-black-brand\/100{
    background-color: rgb(49 49 49 / 1);
}
.bg-black-brand\/15{
    background-color: rgb(49 49 49 / 0.15);
}
.bg-black-brand\/20{
    background-color: rgb(49 49 49 / 0.2);
}
.bg-black-brand\/25{
    background-color: rgb(49 49 49 / 0.25);
}
.bg-black-brand\/30{
    background-color: rgb(49 49 49 / 0.3);
}
.bg-black-brand\/35{
    background-color: rgb(49 49 49 / 0.35);
}
.bg-black-brand\/40{
    background-color: rgb(49 49 49 / 0.4);
}
.bg-black-brand\/45{
    background-color: rgb(49 49 49 / 0.45);
}
.bg-black-brand\/5{
    background-color: rgb(49 49 49 / 0.05);
}
.bg-black-brand\/50{
    background-color: rgb(49 49 49 / 0.5);
}
.bg-black-brand\/55{
    background-color: rgb(49 49 49 / 0.55);
}
.bg-black-brand\/60{
    background-color: rgb(49 49 49 / 0.6);
}
.bg-black-brand\/65{
    background-color: rgb(49 49 49 / 0.65);
}
.bg-black-brand\/70{
    background-color: rgb(49 49 49 / 0.7);
}
.bg-black-brand\/75{
    background-color: rgb(49 49 49 / 0.75);
}
.bg-black-brand\/80{
    background-color: rgb(49 49 49 / 0.8);
}
.bg-black-brand\/85{
    background-color: rgb(49 49 49 / 0.85);
}
.bg-black-brand\/90{
    background-color: rgb(49 49 49 / 0.9);
}
.bg-black-brand\/95{
    background-color: rgb(49 49 49 / 0.95);
}
.bg-border-500{
    --tw-bg-opacity: 1;
    background-color: rgb(68 68 68 / var(--tw-bg-opacity));
}
.bg-brand-100{
    background-color: #c6eedb0d;
}
.bg-brand-100\/0{
    background-color: rgb(198 238 219 / 0);
}
.bg-brand-100\/10{
    background-color: rgb(198 238 219 / 0.1);
}
.bg-brand-100\/100{
    background-color: rgb(198 238 219 / 1);
}
.bg-brand-100\/15{
    background-color: rgb(198 238 219 / 0.15);
}
.bg-brand-100\/20{
    background-color: rgb(198 238 219 / 0.2);
}
.bg-brand-100\/25{
    background-color: rgb(198 238 219 / 0.25);
}
.bg-brand-100\/30{
    background-color: rgb(198 238 219 / 0.3);
}
.bg-brand-100\/35{
    background-color: rgb(198 238 219 / 0.35);
}
.bg-brand-100\/40{
    background-color: rgb(198 238 219 / 0.4);
}
.bg-brand-100\/45{
    background-color: rgb(198 238 219 / 0.45);
}
.bg-brand-100\/5{
    background-color: rgb(198 238 219 / 0.05);
}
.bg-brand-100\/50{
    background-color: rgb(198 238 219 / 0.5);
}
.bg-brand-100\/55{
    background-color: rgb(198 238 219 / 0.55);
}
.bg-brand-100\/60{
    background-color: rgb(198 238 219 / 0.6);
}
.bg-brand-100\/65{
    background-color: rgb(198 238 219 / 0.65);
}
.bg-brand-100\/70{
    background-color: rgb(198 238 219 / 0.7);
}
.bg-brand-100\/75{
    background-color: rgb(198 238 219 / 0.75);
}
.bg-brand-100\/80{
    background-color: rgb(198 238 219 / 0.8);
}
.bg-brand-100\/85{
    background-color: rgb(198 238 219 / 0.85);
}
.bg-brand-100\/90{
    background-color: rgb(198 238 219 / 0.9);
}
.bg-brand-100\/95{
    background-color: rgb(198 238 219 / 0.95);
}
.bg-brand-20{
    --tw-bg-opacity: 1;
    background-color: rgb(72 229 155 / var(--tw-bg-opacity));
}
.bg-brand-20\/0{
    background-color: rgb(72 229 155 / 0);
}
.bg-brand-20\/10{
    background-color: rgb(72 229 155 / 0.1);
}
.bg-brand-20\/100{
    background-color: rgb(72 229 155 / 1);
}
.bg-brand-20\/15{
    background-color: rgb(72 229 155 / 0.15);
}
.bg-brand-20\/20{
    background-color: rgb(72 229 155 / 0.2);
}
.bg-brand-20\/25{
    background-color: rgb(72 229 155 / 0.25);
}
.bg-brand-20\/30{
    background-color: rgb(72 229 155 / 0.3);
}
.bg-brand-20\/35{
    background-color: rgb(72 229 155 / 0.35);
}
.bg-brand-20\/40{
    background-color: rgb(72 229 155 / 0.4);
}
.bg-brand-20\/45{
    background-color: rgb(72 229 155 / 0.45);
}
.bg-brand-20\/5{
    background-color: rgb(72 229 155 / 0.05);
}
.bg-brand-20\/50{
    background-color: rgb(72 229 155 / 0.5);
}
.bg-brand-20\/55{
    background-color: rgb(72 229 155 / 0.55);
}
.bg-brand-20\/60{
    background-color: rgb(72 229 155 / 0.6);
}
.bg-brand-20\/65{
    background-color: rgb(72 229 155 / 0.65);
}
.bg-brand-20\/70{
    background-color: rgb(72 229 155 / 0.7);
}
.bg-brand-20\/75{
    background-color: rgb(72 229 155 / 0.75);
}
.bg-brand-20\/80{
    background-color: rgb(72 229 155 / 0.8);
}
.bg-brand-20\/85{
    background-color: rgb(72 229 155 / 0.85);
}
.bg-brand-20\/90{
    background-color: rgb(72 229 155 / 0.9);
}
.bg-brand-20\/95{
    background-color: rgb(72 229 155 / 0.95);
}
.bg-brand-200{
    background-color: #c6eedb33;
}
.bg-brand-200\/0{
    background-color: rgb(198 238 219 / 0);
}
.bg-brand-200\/10{
    background-color: rgb(198 238 219 / 0.1);
}
.bg-brand-200\/100{
    background-color: rgb(198 238 219 / 1);
}
.bg-brand-200\/15{
    background-color: rgb(198 238 219 / 0.15);
}
.bg-brand-200\/20{
    background-color: rgb(198 238 219 / 0.2);
}
.bg-brand-200\/25{
    background-color: rgb(198 238 219 / 0.25);
}
.bg-brand-200\/30{
    background-color: rgb(198 238 219 / 0.3);
}
.bg-brand-200\/35{
    background-color: rgb(198 238 219 / 0.35);
}
.bg-brand-200\/40{
    background-color: rgb(198 238 219 / 0.4);
}
.bg-brand-200\/45{
    background-color: rgb(198 238 219 / 0.45);
}
.bg-brand-200\/5{
    background-color: rgb(198 238 219 / 0.05);
}
.bg-brand-200\/50{
    background-color: rgb(198 238 219 / 0.5);
}
.bg-brand-200\/55{
    background-color: rgb(198 238 219 / 0.55);
}
.bg-brand-200\/60{
    background-color: rgb(198 238 219 / 0.6);
}
.bg-brand-200\/65{
    background-color: rgb(198 238 219 / 0.65);
}
.bg-brand-200\/70{
    background-color: rgb(198 238 219 / 0.7);
}
.bg-brand-200\/75{
    background-color: rgb(198 238 219 / 0.75);
}
.bg-brand-200\/80{
    background-color: rgb(198 238 219 / 0.8);
}
.bg-brand-200\/85{
    background-color: rgb(198 238 219 / 0.85);
}
.bg-brand-200\/90{
    background-color: rgb(198 238 219 / 0.9);
}
.bg-brand-200\/95{
    background-color: rgb(198 238 219 / 0.95);
}
.bg-brand-300{
    --tw-bg-opacity: 1;
    background-color: rgb(198 238 219 / var(--tw-bg-opacity));
}
.bg-brand-300\/0{
    background-color: rgb(198 238 219 / 0);
}
.bg-brand-300\/10{
    background-color: rgb(198 238 219 / 0.1);
}
.bg-brand-300\/100{
    background-color: rgb(198 238 219 / 1);
}
.bg-brand-300\/15{
    background-color: rgb(198 238 219 / 0.15);
}
.bg-brand-300\/20{
    background-color: rgb(198 238 219 / 0.2);
}
.bg-brand-300\/25{
    background-color: rgb(198 238 219 / 0.25);
}
.bg-brand-300\/30{
    background-color: rgb(198 238 219 / 0.3);
}
.bg-brand-300\/35{
    background-color: rgb(198 238 219 / 0.35);
}
.bg-brand-300\/40{
    background-color: rgb(198 238 219 / 0.4);
}
.bg-brand-300\/45{
    background-color: rgb(198 238 219 / 0.45);
}
.bg-brand-300\/5{
    background-color: rgb(198 238 219 / 0.05);
}
.bg-brand-300\/50{
    background-color: rgb(198 238 219 / 0.5);
}
.bg-brand-300\/55{
    background-color: rgb(198 238 219 / 0.55);
}
.bg-brand-300\/60{
    background-color: rgb(198 238 219 / 0.6);
}
.bg-brand-300\/65{
    background-color: rgb(198 238 219 / 0.65);
}
.bg-brand-300\/70{
    background-color: rgb(198 238 219 / 0.7);
}
.bg-brand-300\/75{
    background-color: rgb(198 238 219 / 0.75);
}
.bg-brand-300\/80{
    background-color: rgb(198 238 219 / 0.8);
}
.bg-brand-300\/85{
    background-color: rgb(198 238 219 / 0.85);
}
.bg-brand-300\/90{
    background-color: rgb(198 238 219 / 0.9);
}
.bg-brand-300\/95{
    background-color: rgb(198 238 219 / 0.95);
}
.bg-brand-black{
    --tw-bg-opacity: 1;
    background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.bg-brand-black\/0{
    background-color: rgb(17 17 17 / 0);
}
.bg-brand-black\/10{
    background-color: rgb(17 17 17 / 0.1);
}
.bg-brand-black\/100{
    background-color: rgb(17 17 17 / 1);
}
.bg-brand-black\/15{
    background-color: rgb(17 17 17 / 0.15);
}
.bg-brand-black\/20{
    background-color: rgb(17 17 17 / 0.2);
}
.bg-brand-black\/25{
    background-color: rgb(17 17 17 / 0.25);
}
.bg-brand-black\/30{
    background-color: rgb(17 17 17 / 0.3);
}
.bg-brand-black\/35{
    background-color: rgb(17 17 17 / 0.35);
}
.bg-brand-black\/40{
    background-color: rgb(17 17 17 / 0.4);
}
.bg-brand-black\/45{
    background-color: rgb(17 17 17 / 0.45);
}
.bg-brand-black\/5{
    background-color: rgb(17 17 17 / 0.05);
}
.bg-brand-black\/50{
    background-color: rgb(17 17 17 / 0.5);
}
.bg-brand-black\/55{
    background-color: rgb(17 17 17 / 0.55);
}
.bg-brand-black\/60{
    background-color: rgb(17 17 17 / 0.6);
}
.bg-brand-black\/65{
    background-color: rgb(17 17 17 / 0.65);
}
.bg-brand-black\/70{
    background-color: rgb(17 17 17 / 0.7);
}
.bg-brand-black\/75{
    background-color: rgb(17 17 17 / 0.75);
}
.bg-brand-black\/80{
    background-color: rgb(17 17 17 / 0.8);
}
.bg-brand-black\/85{
    background-color: rgb(17 17 17 / 0.85);
}
.bg-brand-black\/90{
    background-color: rgb(17 17 17 / 0.9);
}
.bg-brand-black\/95{
    background-color: rgb(17 17 17 / 0.95);
}
.bg-brand-blue{
    --tw-bg-opacity: 1;
    background-color: rgb(112 168 244 / var(--tw-bg-opacity));
}
.bg-brand-blue\/0{
    background-color: rgb(112 168 244 / 0);
}
.bg-brand-blue\/10{
    background-color: rgb(112 168 244 / 0.1);
}
.bg-brand-blue\/100{
    background-color: rgb(112 168 244 / 1);
}
.bg-brand-blue\/15{
    background-color: rgb(112 168 244 / 0.15);
}
.bg-brand-blue\/20{
    background-color: rgb(112 168 244 / 0.2);
}
.bg-brand-blue\/25{
    background-color: rgb(112 168 244 / 0.25);
}
.bg-brand-blue\/30{
    background-color: rgb(112 168 244 / 0.3);
}
.bg-brand-blue\/35{
    background-color: rgb(112 168 244 / 0.35);
}
.bg-brand-blue\/40{
    background-color: rgb(112 168 244 / 0.4);
}
.bg-brand-blue\/45{
    background-color: rgb(112 168 244 / 0.45);
}
.bg-brand-blue\/5{
    background-color: rgb(112 168 244 / 0.05);
}
.bg-brand-blue\/50{
    background-color: rgb(112 168 244 / 0.5);
}
.bg-brand-blue\/55{
    background-color: rgb(112 168 244 / 0.55);
}
.bg-brand-blue\/60{
    background-color: rgb(112 168 244 / 0.6);
}
.bg-brand-blue\/65{
    background-color: rgb(112 168 244 / 0.65);
}
.bg-brand-blue\/70{
    background-color: rgb(112 168 244 / 0.7);
}
.bg-brand-blue\/75{
    background-color: rgb(112 168 244 / 0.75);
}
.bg-brand-blue\/80{
    background-color: rgb(112 168 244 / 0.8);
}
.bg-brand-blue\/85{
    background-color: rgb(112 168 244 / 0.85);
}
.bg-brand-blue\/90{
    background-color: rgb(112 168 244 / 0.9);
}
.bg-brand-blue\/95{
    background-color: rgb(112 168 244 / 0.95);
}
.bg-brand-dark{
    --tw-bg-opacity: 1;
    background-color: rgb(35 44 39 / var(--tw-bg-opacity));
}
.bg-brand-dark\/0{
    background-color: rgb(35 44 39 / 0);
}
.bg-brand-dark\/10{
    background-color: rgb(35 44 39 / 0.1);
}
.bg-brand-dark\/100{
    background-color: rgb(35 44 39 / 1);
}
.bg-brand-dark\/15{
    background-color: rgb(35 44 39 / 0.15);
}
.bg-brand-dark\/20{
    background-color: rgb(35 44 39 / 0.2);
}
.bg-brand-dark\/25{
    background-color: rgb(35 44 39 / 0.25);
}
.bg-brand-dark\/30{
    background-color: rgb(35 44 39 / 0.3);
}
.bg-brand-dark\/35{
    background-color: rgb(35 44 39 / 0.35);
}
.bg-brand-dark\/40{
    background-color: rgb(35 44 39 / 0.4);
}
.bg-brand-dark\/45{
    background-color: rgb(35 44 39 / 0.45);
}
.bg-brand-dark\/5{
    background-color: rgb(35 44 39 / 0.05);
}
.bg-brand-dark\/50{
    background-color: rgb(35 44 39 / 0.5);
}
.bg-brand-dark\/55{
    background-color: rgb(35 44 39 / 0.55);
}
.bg-brand-dark\/60{
    background-color: rgb(35 44 39 / 0.6);
}
.bg-brand-dark\/65{
    background-color: rgb(35 44 39 / 0.65);
}
.bg-brand-dark\/70{
    background-color: rgb(35 44 39 / 0.7);
}
.bg-brand-dark\/75{
    background-color: rgb(35 44 39 / 0.75);
}
.bg-brand-dark\/80{
    background-color: rgb(35 44 39 / 0.8);
}
.bg-brand-dark\/85{
    background-color: rgb(35 44 39 / 0.85);
}
.bg-brand-dark\/90{
    background-color: rgb(35 44 39 / 0.9);
}
.bg-brand-dark\/95{
    background-color: rgb(35 44 39 / 0.95);
}
.bg-brand-green{
    --tw-bg-opacity: 1;
    background-color: rgb(72 229 155 / var(--tw-bg-opacity));
}
.bg-brand-green\/0{
    background-color: rgb(72 229 155 / 0);
}
.bg-brand-green\/10{
    background-color: rgb(72 229 155 / 0.1);
}
.bg-brand-green\/100{
    background-color: rgb(72 229 155 / 1);
}
.bg-brand-green\/15{
    background-color: rgb(72 229 155 / 0.15);
}
.bg-brand-green\/20{
    background-color: rgb(72 229 155 / 0.2);
}
.bg-brand-green\/25{
    background-color: rgb(72 229 155 / 0.25);
}
.bg-brand-green\/30{
    background-color: rgb(72 229 155 / 0.3);
}
.bg-brand-green\/35{
    background-color: rgb(72 229 155 / 0.35);
}
.bg-brand-green\/40{
    background-color: rgb(72 229 155 / 0.4);
}
.bg-brand-green\/45{
    background-color: rgb(72 229 155 / 0.45);
}
.bg-brand-green\/5{
    background-color: rgb(72 229 155 / 0.05);
}
.bg-brand-green\/50{
    background-color: rgb(72 229 155 / 0.5);
}
.bg-brand-green\/55{
    background-color: rgb(72 229 155 / 0.55);
}
.bg-brand-green\/60{
    background-color: rgb(72 229 155 / 0.6);
}
.bg-brand-green\/65{
    background-color: rgb(72 229 155 / 0.65);
}
.bg-brand-green\/70{
    background-color: rgb(72 229 155 / 0.7);
}
.bg-brand-green\/75{
    background-color: rgb(72 229 155 / 0.75);
}
.bg-brand-green\/80{
    background-color: rgb(72 229 155 / 0.8);
}
.bg-brand-green\/85{
    background-color: rgb(72 229 155 / 0.85);
}
.bg-brand-green\/90{
    background-color: rgb(72 229 155 / 0.9);
}
.bg-brand-green\/95{
    background-color: rgb(72 229 155 / 0.95);
}
.bg-brand-light{
    --tw-bg-opacity: 1;
    background-color: rgb(198 238 219 / var(--tw-bg-opacity));
}
.bg-brand-light\/0{
    background-color: rgb(198 238 219 / 0);
}
.bg-brand-light\/10{
    background-color: rgb(198 238 219 / 0.1);
}
.bg-brand-light\/100{
    background-color: rgb(198 238 219 / 1);
}
.bg-brand-light\/15{
    background-color: rgb(198 238 219 / 0.15);
}
.bg-brand-light\/20{
    background-color: rgb(198 238 219 / 0.2);
}
.bg-brand-light\/25{
    background-color: rgb(198 238 219 / 0.25);
}
.bg-brand-light\/30{
    background-color: rgb(198 238 219 / 0.3);
}
.bg-brand-light\/35{
    background-color: rgb(198 238 219 / 0.35);
}
.bg-brand-light\/40{
    background-color: rgb(198 238 219 / 0.4);
}
.bg-brand-light\/45{
    background-color: rgb(198 238 219 / 0.45);
}
.bg-brand-light\/5{
    background-color: rgb(198 238 219 / 0.05);
}
.bg-brand-light\/50{
    background-color: rgb(198 238 219 / 0.5);
}
.bg-brand-light\/55{
    background-color: rgb(198 238 219 / 0.55);
}
.bg-brand-light\/60{
    background-color: rgb(198 238 219 / 0.6);
}
.bg-brand-light\/65{
    background-color: rgb(198 238 219 / 0.65);
}
.bg-brand-light\/70{
    background-color: rgb(198 238 219 / 0.7);
}
.bg-brand-light\/75{
    background-color: rgb(198 238 219 / 0.75);
}
.bg-brand-light\/80{
    background-color: rgb(198 238 219 / 0.8);
}
.bg-brand-light\/85{
    background-color: rgb(198 238 219 / 0.85);
}
.bg-brand-light\/90{
    background-color: rgb(198 238 219 / 0.9);
}
.bg-brand-light\/95{
    background-color: rgb(198 238 219 / 0.95);
}
.bg-emerald-600\/30{
    background-color: rgb(5 150 105 / 0.3);
}
.bg-error{
    --tw-bg-opacity: 1;
    background-color: rgb(255 60 60 / var(--tw-bg-opacity));
}
.bg-error-10{
    --tw-bg-opacity: 1;
    background-color: rgb(41 21 21 / var(--tw-bg-opacity));
}
.bg-error-10\/0{
    background-color: rgb(41 21 21 / 0);
}
.bg-error-10\/10{
    background-color: rgb(41 21 21 / 0.1);
}
.bg-error-10\/100{
    background-color: rgb(41 21 21 / 1);
}
.bg-error-10\/15{
    background-color: rgb(41 21 21 / 0.15);
}
.bg-error-10\/20{
    background-color: rgb(41 21 21 / 0.2);
}
.bg-error-10\/25{
    background-color: rgb(41 21 21 / 0.25);
}
.bg-error-10\/30{
    background-color: rgb(41 21 21 / 0.3);
}
.bg-error-10\/35{
    background-color: rgb(41 21 21 / 0.35);
}
.bg-error-10\/40{
    background-color: rgb(41 21 21 / 0.4);
}
.bg-error-10\/45{
    background-color: rgb(41 21 21 / 0.45);
}
.bg-error-10\/5{
    background-color: rgb(41 21 21 / 0.05);
}
.bg-error-10\/50{
    background-color: rgb(41 21 21 / 0.5);
}
.bg-error-10\/55{
    background-color: rgb(41 21 21 / 0.55);
}
.bg-error-10\/60{
    background-color: rgb(41 21 21 / 0.6);
}
.bg-error-10\/65{
    background-color: rgb(41 21 21 / 0.65);
}
.bg-error-10\/70{
    background-color: rgb(41 21 21 / 0.7);
}
.bg-error-10\/75{
    background-color: rgb(41 21 21 / 0.75);
}
.bg-error-10\/80{
    background-color: rgb(41 21 21 / 0.8);
}
.bg-error-10\/85{
    background-color: rgb(41 21 21 / 0.85);
}
.bg-error-10\/90{
    background-color: rgb(41 21 21 / 0.9);
}
.bg-error-10\/95{
    background-color: rgb(41 21 21 / 0.95);
}
.bg-error-100{
    --tw-bg-opacity: 1;
    background-color: rgb(255 199 199 / var(--tw-bg-opacity));
}
.bg-error-100\/0{
    background-color: rgb(255 199 199 / 0);
}
.bg-error-100\/10{
    background-color: rgb(255 199 199 / 0.1);
}
.bg-error-100\/100{
    background-color: rgb(255 199 199 / 1);
}
.bg-error-100\/15{
    background-color: rgb(255 199 199 / 0.15);
}
.bg-error-100\/20{
    background-color: rgb(255 199 199 / 0.2);
}
.bg-error-100\/25{
    background-color: rgb(255 199 199 / 0.25);
}
.bg-error-100\/30{
    background-color: rgb(255 199 199 / 0.3);
}
.bg-error-100\/35{
    background-color: rgb(255 199 199 / 0.35);
}
.bg-error-100\/40{
    background-color: rgb(255 199 199 / 0.4);
}
.bg-error-100\/45{
    background-color: rgb(255 199 199 / 0.45);
}
.bg-error-100\/5{
    background-color: rgb(255 199 199 / 0.05);
}
.bg-error-100\/50{
    background-color: rgb(255 199 199 / 0.5);
}
.bg-error-100\/55{
    background-color: rgb(255 199 199 / 0.55);
}
.bg-error-100\/60{
    background-color: rgb(255 199 199 / 0.6);
}
.bg-error-100\/65{
    background-color: rgb(255 199 199 / 0.65);
}
.bg-error-100\/70{
    background-color: rgb(255 199 199 / 0.7);
}
.bg-error-100\/75{
    background-color: rgb(255 199 199 / 0.75);
}
.bg-error-100\/80{
    background-color: rgb(255 199 199 / 0.8);
}
.bg-error-100\/85{
    background-color: rgb(255 199 199 / 0.85);
}
.bg-error-100\/90{
    background-color: rgb(255 199 199 / 0.9);
}
.bg-error-100\/95{
    background-color: rgb(255 199 199 / 0.95);
}
.bg-error-15{
    --tw-bg-opacity: 1;
    background-color: rgb(53 23 23 / var(--tw-bg-opacity));
}
.bg-error-15\/0{
    background-color: rgb(53 23 23 / 0);
}
.bg-error-15\/10{
    background-color: rgb(53 23 23 / 0.1);
}
.bg-error-15\/100{
    background-color: rgb(53 23 23 / 1);
}
.bg-error-15\/15{
    background-color: rgb(53 23 23 / 0.15);
}
.bg-error-15\/20{
    background-color: rgb(53 23 23 / 0.2);
}
.bg-error-15\/25{
    background-color: rgb(53 23 23 / 0.25);
}
.bg-error-15\/30{
    background-color: rgb(53 23 23 / 0.3);
}
.bg-error-15\/35{
    background-color: rgb(53 23 23 / 0.35);
}
.bg-error-15\/40{
    background-color: rgb(53 23 23 / 0.4);
}
.bg-error-15\/45{
    background-color: rgb(53 23 23 / 0.45);
}
.bg-error-15\/5{
    background-color: rgb(53 23 23 / 0.05);
}
.bg-error-15\/50{
    background-color: rgb(53 23 23 / 0.5);
}
.bg-error-15\/55{
    background-color: rgb(53 23 23 / 0.55);
}
.bg-error-15\/60{
    background-color: rgb(53 23 23 / 0.6);
}
.bg-error-15\/65{
    background-color: rgb(53 23 23 / 0.65);
}
.bg-error-15\/70{
    background-color: rgb(53 23 23 / 0.7);
}
.bg-error-15\/75{
    background-color: rgb(53 23 23 / 0.75);
}
.bg-error-15\/80{
    background-color: rgb(53 23 23 / 0.8);
}
.bg-error-15\/85{
    background-color: rgb(53 23 23 / 0.85);
}
.bg-error-15\/90{
    background-color: rgb(53 23 23 / 0.9);
}
.bg-error-15\/95{
    background-color: rgb(53 23 23 / 0.95);
}
.bg-error-20{
    --tw-bg-opacity: 1;
    background-color: rgb(60 25 25 / var(--tw-bg-opacity));
}
.bg-error-20\/0{
    background-color: rgb(60 25 25 / 0);
}
.bg-error-20\/10{
    background-color: rgb(60 25 25 / 0.1);
}
.bg-error-20\/100{
    background-color: rgb(60 25 25 / 1);
}
.bg-error-20\/15{
    background-color: rgb(60 25 25 / 0.15);
}
.bg-error-20\/20{
    background-color: rgb(60 25 25 / 0.2);
}
.bg-error-20\/25{
    background-color: rgb(60 25 25 / 0.25);
}
.bg-error-20\/30{
    background-color: rgb(60 25 25 / 0.3);
}
.bg-error-20\/35{
    background-color: rgb(60 25 25 / 0.35);
}
.bg-error-20\/40{
    background-color: rgb(60 25 25 / 0.4);
}
.bg-error-20\/45{
    background-color: rgb(60 25 25 / 0.45);
}
.bg-error-20\/5{
    background-color: rgb(60 25 25 / 0.05);
}
.bg-error-20\/50{
    background-color: rgb(60 25 25 / 0.5);
}
.bg-error-20\/55{
    background-color: rgb(60 25 25 / 0.55);
}
.bg-error-20\/60{
    background-color: rgb(60 25 25 / 0.6);
}
.bg-error-20\/65{
    background-color: rgb(60 25 25 / 0.65);
}
.bg-error-20\/70{
    background-color: rgb(60 25 25 / 0.7);
}
.bg-error-20\/75{
    background-color: rgb(60 25 25 / 0.75);
}
.bg-error-20\/80{
    background-color: rgb(60 25 25 / 0.8);
}
.bg-error-20\/85{
    background-color: rgb(60 25 25 / 0.85);
}
.bg-error-20\/90{
    background-color: rgb(60 25 25 / 0.9);
}
.bg-error-20\/95{
    background-color: rgb(60 25 25 / 0.95);
}
.bg-error-5{
    --tw-bg-opacity: 1;
    background-color: rgb(29 19 19 / var(--tw-bg-opacity));
}
.bg-error-5\/0{
    background-color: rgb(29 19 19 / 0);
}
.bg-error-5\/10{
    background-color: rgb(29 19 19 / 0.1);
}
.bg-error-5\/100{
    background-color: rgb(29 19 19 / 1);
}
.bg-error-5\/15{
    background-color: rgb(29 19 19 / 0.15);
}
.bg-error-5\/20{
    background-color: rgb(29 19 19 / 0.2);
}
.bg-error-5\/25{
    background-color: rgb(29 19 19 / 0.25);
}
.bg-error-5\/30{
    background-color: rgb(29 19 19 / 0.3);
}
.bg-error-5\/35{
    background-color: rgb(29 19 19 / 0.35);
}
.bg-error-5\/40{
    background-color: rgb(29 19 19 / 0.4);
}
.bg-error-5\/45{
    background-color: rgb(29 19 19 / 0.45);
}
.bg-error-5\/5{
    background-color: rgb(29 19 19 / 0.05);
}
.bg-error-5\/50{
    background-color: rgb(29 19 19 / 0.5);
}
.bg-error-5\/55{
    background-color: rgb(29 19 19 / 0.55);
}
.bg-error-5\/60{
    background-color: rgb(29 19 19 / 0.6);
}
.bg-error-5\/65{
    background-color: rgb(29 19 19 / 0.65);
}
.bg-error-5\/70{
    background-color: rgb(29 19 19 / 0.7);
}
.bg-error-5\/75{
    background-color: rgb(29 19 19 / 0.75);
}
.bg-error-5\/80{
    background-color: rgb(29 19 19 / 0.8);
}
.bg-error-5\/85{
    background-color: rgb(29 19 19 / 0.85);
}
.bg-error-5\/90{
    background-color: rgb(29 19 19 / 0.9);
}
.bg-error-5\/95{
    background-color: rgb(29 19 19 / 0.95);
}
.bg-error-500{
    --tw-bg-opacity: 1;
    background-color: rgb(255 60 60 / var(--tw-bg-opacity));
}
.bg-error-500\/0{
    background-color: rgb(255 60 60 / 0);
}
.bg-error-500\/10{
    background-color: rgb(255 60 60 / 0.1);
}
.bg-error-500\/100{
    background-color: rgb(255 60 60 / 1);
}
.bg-error-500\/15{
    background-color: rgb(255 60 60 / 0.15);
}
.bg-error-500\/20{
    background-color: rgb(255 60 60 / 0.2);
}
.bg-error-500\/25{
    background-color: rgb(255 60 60 / 0.25);
}
.bg-error-500\/30{
    background-color: rgb(255 60 60 / 0.3);
}
.bg-error-500\/35{
    background-color: rgb(255 60 60 / 0.35);
}
.bg-error-500\/40{
    background-color: rgb(255 60 60 / 0.4);
}
.bg-error-500\/45{
    background-color: rgb(255 60 60 / 0.45);
}
.bg-error-500\/5{
    background-color: rgb(255 60 60 / 0.05);
}
.bg-error-500\/50{
    background-color: rgb(255 60 60 / 0.5);
}
.bg-error-500\/55{
    background-color: rgb(255 60 60 / 0.55);
}
.bg-error-500\/60{
    background-color: rgb(255 60 60 / 0.6);
}
.bg-error-500\/65{
    background-color: rgb(255 60 60 / 0.65);
}
.bg-error-500\/70{
    background-color: rgb(255 60 60 / 0.7);
}
.bg-error-500\/75{
    background-color: rgb(255 60 60 / 0.75);
}
.bg-error-500\/80{
    background-color: rgb(255 60 60 / 0.8);
}
.bg-error-500\/85{
    background-color: rgb(255 60 60 / 0.85);
}
.bg-error-500\/90{
    background-color: rgb(255 60 60 / 0.9);
}
.bg-error-500\/95{
    background-color: rgb(255 60 60 / 0.95);
}
.bg-error-900{
    --tw-bg-opacity: 1;
    background-color: rgb(60 25 25 / var(--tw-bg-opacity));
}
.bg-error-900\/0{
    background-color: rgb(60 25 25 / 0);
}
.bg-error-900\/10{
    background-color: rgb(60 25 25 / 0.1);
}
.bg-error-900\/100{
    background-color: rgb(60 25 25 / 1);
}
.bg-error-900\/15{
    background-color: rgb(60 25 25 / 0.15);
}
.bg-error-900\/20{
    background-color: rgb(60 25 25 / 0.2);
}
.bg-error-900\/25{
    background-color: rgb(60 25 25 / 0.25);
}
.bg-error-900\/30{
    background-color: rgb(60 25 25 / 0.3);
}
.bg-error-900\/35{
    background-color: rgb(60 25 25 / 0.35);
}
.bg-error-900\/40{
    background-color: rgb(60 25 25 / 0.4);
}
.bg-error-900\/45{
    background-color: rgb(60 25 25 / 0.45);
}
.bg-error-900\/5{
    background-color: rgb(60 25 25 / 0.05);
}
.bg-error-900\/50{
    background-color: rgb(60 25 25 / 0.5);
}
.bg-error-900\/55{
    background-color: rgb(60 25 25 / 0.55);
}
.bg-error-900\/60{
    background-color: rgb(60 25 25 / 0.6);
}
.bg-error-900\/65{
    background-color: rgb(60 25 25 / 0.65);
}
.bg-error-900\/70{
    background-color: rgb(60 25 25 / 0.7);
}
.bg-error-900\/75{
    background-color: rgb(60 25 25 / 0.75);
}
.bg-error-900\/80{
    background-color: rgb(60 25 25 / 0.8);
}
.bg-error-900\/85{
    background-color: rgb(60 25 25 / 0.85);
}
.bg-error-900\/90{
    background-color: rgb(60 25 25 / 0.9);
}
.bg-error-900\/95{
    background-color: rgb(60 25 25 / 0.95);
}
.bg-error-light{
    --tw-bg-opacity: 1;
    background-color: rgb(255 199 199 / var(--tw-bg-opacity));
}
.bg-error-light\/0{
    background-color: rgb(255 199 199 / 0);
}
.bg-error-light\/10{
    background-color: rgb(255 199 199 / 0.1);
}
.bg-error-light\/100{
    background-color: rgb(255 199 199 / 1);
}
.bg-error-light\/15{
    background-color: rgb(255 199 199 / 0.15);
}
.bg-error-light\/20{
    background-color: rgb(255 199 199 / 0.2);
}
.bg-error-light\/25{
    background-color: rgb(255 199 199 / 0.25);
}
.bg-error-light\/30{
    background-color: rgb(255 199 199 / 0.3);
}
.bg-error-light\/35{
    background-color: rgb(255 199 199 / 0.35);
}
.bg-error-light\/40{
    background-color: rgb(255 199 199 / 0.4);
}
.bg-error-light\/45{
    background-color: rgb(255 199 199 / 0.45);
}
.bg-error-light\/5{
    background-color: rgb(255 199 199 / 0.05);
}
.bg-error-light\/50{
    background-color: rgb(255 199 199 / 0.5);
}
.bg-error-light\/55{
    background-color: rgb(255 199 199 / 0.55);
}
.bg-error-light\/60{
    background-color: rgb(255 199 199 / 0.6);
}
.bg-error-light\/65{
    background-color: rgb(255 199 199 / 0.65);
}
.bg-error-light\/70{
    background-color: rgb(255 199 199 / 0.7);
}
.bg-error-light\/75{
    background-color: rgb(255 199 199 / 0.75);
}
.bg-error-light\/80{
    background-color: rgb(255 199 199 / 0.8);
}
.bg-error-light\/85{
    background-color: rgb(255 199 199 / 0.85);
}
.bg-error-light\/90{
    background-color: rgb(255 199 199 / 0.9);
}
.bg-error-light\/95{
    background-color: rgb(255 199 199 / 0.95);
}
.bg-error\/0{
    background-color: rgb(255 60 60 / 0);
}
.bg-error\/10{
    background-color: rgb(255 60 60 / 0.1);
}
.bg-error\/100{
    background-color: rgb(255 60 60 / 1);
}
.bg-error\/15{
    background-color: rgb(255 60 60 / 0.15);
}
.bg-error\/20{
    background-color: rgb(255 60 60 / 0.2);
}
.bg-error\/25{
    background-color: rgb(255 60 60 / 0.25);
}
.bg-error\/30{
    background-color: rgb(255 60 60 / 0.3);
}
.bg-error\/35{
    background-color: rgb(255 60 60 / 0.35);
}
.bg-error\/40{
    background-color: rgb(255 60 60 / 0.4);
}
.bg-error\/45{
    background-color: rgb(255 60 60 / 0.45);
}
.bg-error\/5{
    background-color: rgb(255 60 60 / 0.05);
}
.bg-error\/50{
    background-color: rgb(255 60 60 / 0.5);
}
.bg-error\/55{
    background-color: rgb(255 60 60 / 0.55);
}
.bg-error\/60{
    background-color: rgb(255 60 60 / 0.6);
}
.bg-error\/65{
    background-color: rgb(255 60 60 / 0.65);
}
.bg-error\/70{
    background-color: rgb(255 60 60 / 0.7);
}
.bg-error\/75{
    background-color: rgb(255 60 60 / 0.75);
}
.bg-error\/80{
    background-color: rgb(255 60 60 / 0.8);
}
.bg-error\/85{
    background-color: rgb(255 60 60 / 0.85);
}
.bg-error\/90{
    background-color: rgb(255 60 60 / 0.9);
}
.bg-error\/95{
    background-color: rgb(255 60 60 / 0.95);
}
.bg-green-600\/20{
    background-color: rgb(22 163 74 / 0.2);
}
.bg-inherit{
    background-color: inherit;
}
.bg-neutral-600{
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
.bg-neutral-800{
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(72 229 155 / var(--tw-bg-opacity));
}
.bg-primary-20{
    --tw-bg-opacity: 1;
    background-color: rgb(28 59 45 / var(--tw-bg-opacity));
}
.bg-primary-20\/0{
    background-color: rgb(28 59 45 / 0);
}
.bg-primary-20\/10{
    background-color: rgb(28 59 45 / 0.1);
}
.bg-primary-20\/100{
    background-color: rgb(28 59 45 / 1);
}
.bg-primary-20\/15{
    background-color: rgb(28 59 45 / 0.15);
}
.bg-primary-20\/20{
    background-color: rgb(28 59 45 / 0.2);
}
.bg-primary-20\/25{
    background-color: rgb(28 59 45 / 0.25);
}
.bg-primary-20\/30{
    background-color: rgb(28 59 45 / 0.3);
}
.bg-primary-20\/35{
    background-color: rgb(28 59 45 / 0.35);
}
.bg-primary-20\/40{
    background-color: rgb(28 59 45 / 0.4);
}
.bg-primary-20\/45{
    background-color: rgb(28 59 45 / 0.45);
}
.bg-primary-20\/5{
    background-color: rgb(28 59 45 / 0.05);
}
.bg-primary-20\/50{
    background-color: rgb(28 59 45 / 0.5);
}
.bg-primary-20\/55{
    background-color: rgb(28 59 45 / 0.55);
}
.bg-primary-20\/60{
    background-color: rgb(28 59 45 / 0.6);
}
.bg-primary-20\/65{
    background-color: rgb(28 59 45 / 0.65);
}
.bg-primary-20\/70{
    background-color: rgb(28 59 45 / 0.7);
}
.bg-primary-20\/75{
    background-color: rgb(28 59 45 / 0.75);
}
.bg-primary-20\/80{
    background-color: rgb(28 59 45 / 0.8);
}
.bg-primary-20\/85{
    background-color: rgb(28 59 45 / 0.85);
}
.bg-primary-20\/90{
    background-color: rgb(28 59 45 / 0.9);
}
.bg-primary-20\/95{
    background-color: rgb(28 59 45 / 0.95);
}
.bg-primary-200{
    --tw-bg-opacity: 1;
    background-color: rgb(198 238 219 / var(--tw-bg-opacity));
}
.bg-primary-200\/0{
    background-color: rgb(198 238 219 / 0);
}
.bg-primary-200\/10{
    background-color: rgb(198 238 219 / 0.1);
}
.bg-primary-200\/100{
    background-color: rgb(198 238 219 / 1);
}
.bg-primary-200\/15{
    background-color: rgb(198 238 219 / 0.15);
}
.bg-primary-200\/20{
    background-color: rgb(198 238 219 / 0.2);
}
.bg-primary-200\/25{
    background-color: rgb(198 238 219 / 0.25);
}
.bg-primary-200\/30{
    background-color: rgb(198 238 219 / 0.3);
}
.bg-primary-200\/35{
    background-color: rgb(198 238 219 / 0.35);
}
.bg-primary-200\/40{
    background-color: rgb(198 238 219 / 0.4);
}
.bg-primary-200\/45{
    background-color: rgb(198 238 219 / 0.45);
}
.bg-primary-200\/5{
    background-color: rgb(198 238 219 / 0.05);
}
.bg-primary-200\/50{
    background-color: rgb(198 238 219 / 0.5);
}
.bg-primary-200\/55{
    background-color: rgb(198 238 219 / 0.55);
}
.bg-primary-200\/60{
    background-color: rgb(198 238 219 / 0.6);
}
.bg-primary-200\/65{
    background-color: rgb(198 238 219 / 0.65);
}
.bg-primary-200\/70{
    background-color: rgb(198 238 219 / 0.7);
}
.bg-primary-200\/75{
    background-color: rgb(198 238 219 / 0.75);
}
.bg-primary-200\/80{
    background-color: rgb(198 238 219 / 0.8);
}
.bg-primary-200\/85{
    background-color: rgb(198 238 219 / 0.85);
}
.bg-primary-200\/90{
    background-color: rgb(198 238 219 / 0.9);
}
.bg-primary-200\/95{
    background-color: rgb(198 238 219 / 0.95);
}
.bg-primary-5{
    --tw-bg-opacity: 1;
    background-color: rgb(20 28 24 / var(--tw-bg-opacity));
}
.bg-primary-5\/0{
    background-color: rgb(20 28 24 / 0);
}
.bg-primary-5\/10{
    background-color: rgb(20 28 24 / 0.1);
}
.bg-primary-5\/100{
    background-color: rgb(20 28 24 / 1);
}
.bg-primary-5\/15{
    background-color: rgb(20 28 24 / 0.15);
}
.bg-primary-5\/20{
    background-color: rgb(20 28 24 / 0.2);
}
.bg-primary-5\/25{
    background-color: rgb(20 28 24 / 0.25);
}
.bg-primary-5\/30{
    background-color: rgb(20 28 24 / 0.3);
}
.bg-primary-5\/35{
    background-color: rgb(20 28 24 / 0.35);
}
.bg-primary-5\/40{
    background-color: rgb(20 28 24 / 0.4);
}
.bg-primary-5\/45{
    background-color: rgb(20 28 24 / 0.45);
}
.bg-primary-5\/5{
    background-color: rgb(20 28 24 / 0.05);
}
.bg-primary-5\/50{
    background-color: rgb(20 28 24 / 0.5);
}
.bg-primary-5\/55{
    background-color: rgb(20 28 24 / 0.55);
}
.bg-primary-5\/60{
    background-color: rgb(20 28 24 / 0.6);
}
.bg-primary-5\/65{
    background-color: rgb(20 28 24 / 0.65);
}
.bg-primary-5\/70{
    background-color: rgb(20 28 24 / 0.7);
}
.bg-primary-5\/75{
    background-color: rgb(20 28 24 / 0.75);
}
.bg-primary-5\/80{
    background-color: rgb(20 28 24 / 0.8);
}
.bg-primary-5\/85{
    background-color: rgb(20 28 24 / 0.85);
}
.bg-primary-5\/90{
    background-color: rgb(20 28 24 / 0.9);
}
.bg-primary-5\/95{
    background-color: rgb(20 28 24 / 0.95);
}
.bg-primary-500{
    --tw-bg-opacity: 1;
    background-color: rgb(72 229 155 / var(--tw-bg-opacity));
}
.bg-primary-500\/0{
    background-color: rgb(72 229 155 / 0);
}
.bg-primary-500\/10{
    background-color: rgb(72 229 155 / 0.1);
}
.bg-primary-500\/100{
    background-color: rgb(72 229 155 / 1);
}
.bg-primary-500\/15{
    background-color: rgb(72 229 155 / 0.15);
}
.bg-primary-500\/20{
    background-color: rgb(72 229 155 / 0.2);
}
.bg-primary-500\/25{
    background-color: rgb(72 229 155 / 0.25);
}
.bg-primary-500\/30{
    background-color: rgb(72 229 155 / 0.3);
}
.bg-primary-500\/35{
    background-color: rgb(72 229 155 / 0.35);
}
.bg-primary-500\/40{
    background-color: rgb(72 229 155 / 0.4);
}
.bg-primary-500\/45{
    background-color: rgb(72 229 155 / 0.45);
}
.bg-primary-500\/5{
    background-color: rgb(72 229 155 / 0.05);
}
.bg-primary-500\/50{
    background-color: rgb(72 229 155 / 0.5);
}
.bg-primary-500\/55{
    background-color: rgb(72 229 155 / 0.55);
}
.bg-primary-500\/60{
    background-color: rgb(72 229 155 / 0.6);
}
.bg-primary-500\/65{
    background-color: rgb(72 229 155 / 0.65);
}
.bg-primary-500\/70{
    background-color: rgb(72 229 155 / 0.7);
}
.bg-primary-500\/75{
    background-color: rgb(72 229 155 / 0.75);
}
.bg-primary-500\/80{
    background-color: rgb(72 229 155 / 0.8);
}
.bg-primary-500\/85{
    background-color: rgb(72 229 155 / 0.85);
}
.bg-primary-500\/90{
    background-color: rgb(72 229 155 / 0.9);
}
.bg-primary-500\/95{
    background-color: rgb(72 229 155 / 0.95);
}
.bg-primary-60{
    --tw-bg-opacity: 1;
    background-color: rgb(57 155 109 / var(--tw-bg-opacity));
}
.bg-primary-60\/0{
    background-color: rgb(57 155 109 / 0);
}
.bg-primary-60\/10{
    background-color: rgb(57 155 109 / 0.1);
}
.bg-primary-60\/100{
    background-color: rgb(57 155 109 / 1);
}
.bg-primary-60\/15{
    background-color: rgb(57 155 109 / 0.15);
}
.bg-primary-60\/20{
    background-color: rgb(57 155 109 / 0.2);
}
.bg-primary-60\/25{
    background-color: rgb(57 155 109 / 0.25);
}
.bg-primary-60\/30{
    background-color: rgb(57 155 109 / 0.3);
}
.bg-primary-60\/35{
    background-color: rgb(57 155 109 / 0.35);
}
.bg-primary-60\/40{
    background-color: rgb(57 155 109 / 0.4);
}
.bg-primary-60\/45{
    background-color: rgb(57 155 109 / 0.45);
}
.bg-primary-60\/5{
    background-color: rgb(57 155 109 / 0.05);
}
.bg-primary-60\/50{
    background-color: rgb(57 155 109 / 0.5);
}
.bg-primary-60\/55{
    background-color: rgb(57 155 109 / 0.55);
}
.bg-primary-60\/60{
    background-color: rgb(57 155 109 / 0.6);
}
.bg-primary-60\/65{
    background-color: rgb(57 155 109 / 0.65);
}
.bg-primary-60\/70{
    background-color: rgb(57 155 109 / 0.7);
}
.bg-primary-60\/75{
    background-color: rgb(57 155 109 / 0.75);
}
.bg-primary-60\/80{
    background-color: rgb(57 155 109 / 0.8);
}
.bg-primary-60\/85{
    background-color: rgb(57 155 109 / 0.85);
}
.bg-primary-60\/90{
    background-color: rgb(57 155 109 / 0.9);
}
.bg-primary-60\/95{
    background-color: rgb(57 155 109 / 0.95);
}
.bg-primary-600{
    --tw-bg-opacity: 1;
    background-color: rgb(61 187 127 / var(--tw-bg-opacity));
}
.bg-primary-600\/0{
    background-color: rgb(61 187 127 / 0);
}
.bg-primary-600\/10{
    background-color: rgb(61 187 127 / 0.1);
}
.bg-primary-600\/100{
    background-color: rgb(61 187 127 / 1);
}
.bg-primary-600\/15{
    background-color: rgb(61 187 127 / 0.15);
}
.bg-primary-600\/20{
    background-color: rgb(61 187 127 / 0.2);
}
.bg-primary-600\/25{
    background-color: rgb(61 187 127 / 0.25);
}
.bg-primary-600\/30{
    background-color: rgb(61 187 127 / 0.3);
}
.bg-primary-600\/35{
    background-color: rgb(61 187 127 / 0.35);
}
.bg-primary-600\/40{
    background-color: rgb(61 187 127 / 0.4);
}
.bg-primary-600\/45{
    background-color: rgb(61 187 127 / 0.45);
}
.bg-primary-600\/5{
    background-color: rgb(61 187 127 / 0.05);
}
.bg-primary-600\/50{
    background-color: rgb(61 187 127 / 0.5);
}
.bg-primary-600\/55{
    background-color: rgb(61 187 127 / 0.55);
}
.bg-primary-600\/60{
    background-color: rgb(61 187 127 / 0.6);
}
.bg-primary-600\/65{
    background-color: rgb(61 187 127 / 0.65);
}
.bg-primary-600\/70{
    background-color: rgb(61 187 127 / 0.7);
}
.bg-primary-600\/75{
    background-color: rgb(61 187 127 / 0.75);
}
.bg-primary-600\/80{
    background-color: rgb(61 187 127 / 0.8);
}
.bg-primary-600\/85{
    background-color: rgb(61 187 127 / 0.85);
}
.bg-primary-600\/90{
    background-color: rgb(61 187 127 / 0.9);
}
.bg-primary-600\/95{
    background-color: rgb(61 187 127 / 0.95);
}
.bg-primary-700{
    --tw-bg-opacity: 1;
    background-color: rgb(57 155 109 / var(--tw-bg-opacity));
}
.bg-primary-700\/0{
    background-color: rgb(57 155 109 / 0);
}
.bg-primary-700\/10{
    background-color: rgb(57 155 109 / 0.1);
}
.bg-primary-700\/100{
    background-color: rgb(57 155 109 / 1);
}
.bg-primary-700\/15{
    background-color: rgb(57 155 109 / 0.15);
}
.bg-primary-700\/20{
    background-color: rgb(57 155 109 / 0.2);
}
.bg-primary-700\/25{
    background-color: rgb(57 155 109 / 0.25);
}
.bg-primary-700\/30{
    background-color: rgb(57 155 109 / 0.3);
}
.bg-primary-700\/35{
    background-color: rgb(57 155 109 / 0.35);
}
.bg-primary-700\/40{
    background-color: rgb(57 155 109 / 0.4);
}
.bg-primary-700\/45{
    background-color: rgb(57 155 109 / 0.45);
}
.bg-primary-700\/5{
    background-color: rgb(57 155 109 / 0.05);
}
.bg-primary-700\/50{
    background-color: rgb(57 155 109 / 0.5);
}
.bg-primary-700\/55{
    background-color: rgb(57 155 109 / 0.55);
}
.bg-primary-700\/60{
    background-color: rgb(57 155 109 / 0.6);
}
.bg-primary-700\/65{
    background-color: rgb(57 155 109 / 0.65);
}
.bg-primary-700\/70{
    background-color: rgb(57 155 109 / 0.7);
}
.bg-primary-700\/75{
    background-color: rgb(57 155 109 / 0.75);
}
.bg-primary-700\/80{
    background-color: rgb(57 155 109 / 0.8);
}
.bg-primary-700\/85{
    background-color: rgb(57 155 109 / 0.85);
}
.bg-primary-700\/90{
    background-color: rgb(57 155 109 / 0.9);
}
.bg-primary-700\/95{
    background-color: rgb(57 155 109 / 0.95);
}
.bg-primary-80{
    --tw-bg-opacity: 1;
    background-color: rgb(61 187 127 / var(--tw-bg-opacity));
}
.bg-primary-80\/0{
    background-color: rgb(61 187 127 / 0);
}
.bg-primary-80\/10{
    background-color: rgb(61 187 127 / 0.1);
}
.bg-primary-80\/100{
    background-color: rgb(61 187 127 / 1);
}
.bg-primary-80\/15{
    background-color: rgb(61 187 127 / 0.15);
}
.bg-primary-80\/20{
    background-color: rgb(61 187 127 / 0.2);
}
.bg-primary-80\/25{
    background-color: rgb(61 187 127 / 0.25);
}
.bg-primary-80\/30{
    background-color: rgb(61 187 127 / 0.3);
}
.bg-primary-80\/35{
    background-color: rgb(61 187 127 / 0.35);
}
.bg-primary-80\/40{
    background-color: rgb(61 187 127 / 0.4);
}
.bg-primary-80\/45{
    background-color: rgb(61 187 127 / 0.45);
}
.bg-primary-80\/5{
    background-color: rgb(61 187 127 / 0.05);
}
.bg-primary-80\/50{
    background-color: rgb(61 187 127 / 0.5);
}
.bg-primary-80\/55{
    background-color: rgb(61 187 127 / 0.55);
}
.bg-primary-80\/60{
    background-color: rgb(61 187 127 / 0.6);
}
.bg-primary-80\/65{
    background-color: rgb(61 187 127 / 0.65);
}
.bg-primary-80\/70{
    background-color: rgb(61 187 127 / 0.7);
}
.bg-primary-80\/75{
    background-color: rgb(61 187 127 / 0.75);
}
.bg-primary-80\/80{
    background-color: rgb(61 187 127 / 0.8);
}
.bg-primary-80\/85{
    background-color: rgb(61 187 127 / 0.85);
}
.bg-primary-80\/90{
    background-color: rgb(61 187 127 / 0.9);
}
.bg-primary-80\/95{
    background-color: rgb(61 187 127 / 0.95);
}
.bg-primary-800{
    --tw-bg-opacity: 1;
    background-color: rgb(10 68 41 / var(--tw-bg-opacity));
}
.bg-primary-800\/0{
    background-color: rgb(10 68 41 / 0);
}
.bg-primary-800\/10{
    background-color: rgb(10 68 41 / 0.1);
}
.bg-primary-800\/100{
    background-color: rgb(10 68 41 / 1);
}
.bg-primary-800\/15{
    background-color: rgb(10 68 41 / 0.15);
}
.bg-primary-800\/20{
    background-color: rgb(10 68 41 / 0.2);
}
.bg-primary-800\/25{
    background-color: rgb(10 68 41 / 0.25);
}
.bg-primary-800\/30{
    background-color: rgb(10 68 41 / 0.3);
}
.bg-primary-800\/35{
    background-color: rgb(10 68 41 / 0.35);
}
.bg-primary-800\/40{
    background-color: rgb(10 68 41 / 0.4);
}
.bg-primary-800\/45{
    background-color: rgb(10 68 41 / 0.45);
}
.bg-primary-800\/5{
    background-color: rgb(10 68 41 / 0.05);
}
.bg-primary-800\/50{
    background-color: rgb(10 68 41 / 0.5);
}
.bg-primary-800\/55{
    background-color: rgb(10 68 41 / 0.55);
}
.bg-primary-800\/60{
    background-color: rgb(10 68 41 / 0.6);
}
.bg-primary-800\/65{
    background-color: rgb(10 68 41 / 0.65);
}
.bg-primary-800\/70{
    background-color: rgb(10 68 41 / 0.7);
}
.bg-primary-800\/75{
    background-color: rgb(10 68 41 / 0.75);
}
.bg-primary-800\/80{
    background-color: rgb(10 68 41 / 0.8);
}
.bg-primary-800\/85{
    background-color: rgb(10 68 41 / 0.85);
}
.bg-primary-800\/90{
    background-color: rgb(10 68 41 / 0.9);
}
.bg-primary-800\/95{
    background-color: rgb(10 68 41 / 0.95);
}
.bg-primary-900{
    --tw-bg-opacity: 1;
    background-color: rgb(28 59 45 / var(--tw-bg-opacity));
}
.bg-primary-900\/0{
    background-color: rgb(28 59 45 / 0);
}
.bg-primary-900\/10{
    background-color: rgb(28 59 45 / 0.1);
}
.bg-primary-900\/100{
    background-color: rgb(28 59 45 / 1);
}
.bg-primary-900\/15{
    background-color: rgb(28 59 45 / 0.15);
}
.bg-primary-900\/20{
    background-color: rgb(28 59 45 / 0.2);
}
.bg-primary-900\/25{
    background-color: rgb(28 59 45 / 0.25);
}
.bg-primary-900\/30{
    background-color: rgb(28 59 45 / 0.3);
}
.bg-primary-900\/35{
    background-color: rgb(28 59 45 / 0.35);
}
.bg-primary-900\/40{
    background-color: rgb(28 59 45 / 0.4);
}
.bg-primary-900\/45{
    background-color: rgb(28 59 45 / 0.45);
}
.bg-primary-900\/5{
    background-color: rgb(28 59 45 / 0.05);
}
.bg-primary-900\/50{
    background-color: rgb(28 59 45 / 0.5);
}
.bg-primary-900\/55{
    background-color: rgb(28 59 45 / 0.55);
}
.bg-primary-900\/60{
    background-color: rgb(28 59 45 / 0.6);
}
.bg-primary-900\/65{
    background-color: rgb(28 59 45 / 0.65);
}
.bg-primary-900\/70{
    background-color: rgb(28 59 45 / 0.7);
}
.bg-primary-900\/75{
    background-color: rgb(28 59 45 / 0.75);
}
.bg-primary-900\/80{
    background-color: rgb(28 59 45 / 0.8);
}
.bg-primary-900\/85{
    background-color: rgb(28 59 45 / 0.85);
}
.bg-primary-900\/90{
    background-color: rgb(28 59 45 / 0.9);
}
.bg-primary-900\/95{
    background-color: rgb(28 59 45 / 0.95);
}
.bg-primary-950{
    --tw-bg-opacity: 1;
    background-color: rgb(20 28 24 / var(--tw-bg-opacity));
}
.bg-primary-950\/0{
    background-color: rgb(20 28 24 / 0);
}
.bg-primary-950\/10{
    background-color: rgb(20 28 24 / 0.1);
}
.bg-primary-950\/100{
    background-color: rgb(20 28 24 / 1);
}
.bg-primary-950\/15{
    background-color: rgb(20 28 24 / 0.15);
}
.bg-primary-950\/20{
    background-color: rgb(20 28 24 / 0.2);
}
.bg-primary-950\/25{
    background-color: rgb(20 28 24 / 0.25);
}
.bg-primary-950\/30{
    background-color: rgb(20 28 24 / 0.3);
}
.bg-primary-950\/35{
    background-color: rgb(20 28 24 / 0.35);
}
.bg-primary-950\/40{
    background-color: rgb(20 28 24 / 0.4);
}
.bg-primary-950\/45{
    background-color: rgb(20 28 24 / 0.45);
}
.bg-primary-950\/5{
    background-color: rgb(20 28 24 / 0.05);
}
.bg-primary-950\/50{
    background-color: rgb(20 28 24 / 0.5);
}
.bg-primary-950\/55{
    background-color: rgb(20 28 24 / 0.55);
}
.bg-primary-950\/60{
    background-color: rgb(20 28 24 / 0.6);
}
.bg-primary-950\/65{
    background-color: rgb(20 28 24 / 0.65);
}
.bg-primary-950\/70{
    background-color: rgb(20 28 24 / 0.7);
}
.bg-primary-950\/75{
    background-color: rgb(20 28 24 / 0.75);
}
.bg-primary-950\/80{
    background-color: rgb(20 28 24 / 0.8);
}
.bg-primary-950\/85{
    background-color: rgb(20 28 24 / 0.85);
}
.bg-primary-950\/90{
    background-color: rgb(20 28 24 / 0.9);
}
.bg-primary-950\/95{
    background-color: rgb(20 28 24 / 0.95);
}
.bg-primary-dark{
    --tw-bg-opacity: 1;
    background-color: rgb(10 68 41 / var(--tw-bg-opacity));
}
.bg-primary-dark\/0{
    background-color: rgb(10 68 41 / 0);
}
.bg-primary-dark\/10{
    background-color: rgb(10 68 41 / 0.1);
}
.bg-primary-dark\/100{
    background-color: rgb(10 68 41 / 1);
}
.bg-primary-dark\/15{
    background-color: rgb(10 68 41 / 0.15);
}
.bg-primary-dark\/20{
    background-color: rgb(10 68 41 / 0.2);
}
.bg-primary-dark\/25{
    background-color: rgb(10 68 41 / 0.25);
}
.bg-primary-dark\/30{
    background-color: rgb(10 68 41 / 0.3);
}
.bg-primary-dark\/35{
    background-color: rgb(10 68 41 / 0.35);
}
.bg-primary-dark\/40{
    background-color: rgb(10 68 41 / 0.4);
}
.bg-primary-dark\/45{
    background-color: rgb(10 68 41 / 0.45);
}
.bg-primary-dark\/5{
    background-color: rgb(10 68 41 / 0.05);
}
.bg-primary-dark\/50{
    background-color: rgb(10 68 41 / 0.5);
}
.bg-primary-dark\/55{
    background-color: rgb(10 68 41 / 0.55);
}
.bg-primary-dark\/60{
    background-color: rgb(10 68 41 / 0.6);
}
.bg-primary-dark\/65{
    background-color: rgb(10 68 41 / 0.65);
}
.bg-primary-dark\/70{
    background-color: rgb(10 68 41 / 0.7);
}
.bg-primary-dark\/75{
    background-color: rgb(10 68 41 / 0.75);
}
.bg-primary-dark\/80{
    background-color: rgb(10 68 41 / 0.8);
}
.bg-primary-dark\/85{
    background-color: rgb(10 68 41 / 0.85);
}
.bg-primary-dark\/90{
    background-color: rgb(10 68 41 / 0.9);
}
.bg-primary-dark\/95{
    background-color: rgb(10 68 41 / 0.95);
}
.bg-primary-light{
    --tw-bg-opacity: 1;
    background-color: rgb(198 238 219 / var(--tw-bg-opacity));
}
.bg-primary-light\/0{
    background-color: rgb(198 238 219 / 0);
}
.bg-primary-light\/10{
    background-color: rgb(198 238 219 / 0.1);
}
.bg-primary-light\/100{
    background-color: rgb(198 238 219 / 1);
}
.bg-primary-light\/15{
    background-color: rgb(198 238 219 / 0.15);
}
.bg-primary-light\/20{
    background-color: rgb(198 238 219 / 0.2);
}
.bg-primary-light\/25{
    background-color: rgb(198 238 219 / 0.25);
}
.bg-primary-light\/30{
    background-color: rgb(198 238 219 / 0.3);
}
.bg-primary-light\/35{
    background-color: rgb(198 238 219 / 0.35);
}
.bg-primary-light\/40{
    background-color: rgb(198 238 219 / 0.4);
}
.bg-primary-light\/45{
    background-color: rgb(198 238 219 / 0.45);
}
.bg-primary-light\/5{
    background-color: rgb(198 238 219 / 0.05);
}
.bg-primary-light\/50{
    background-color: rgb(198 238 219 / 0.5);
}
.bg-primary-light\/55{
    background-color: rgb(198 238 219 / 0.55);
}
.bg-primary-light\/60{
    background-color: rgb(198 238 219 / 0.6);
}
.bg-primary-light\/65{
    background-color: rgb(198 238 219 / 0.65);
}
.bg-primary-light\/70{
    background-color: rgb(198 238 219 / 0.7);
}
.bg-primary-light\/75{
    background-color: rgb(198 238 219 / 0.75);
}
.bg-primary-light\/80{
    background-color: rgb(198 238 219 / 0.8);
}
.bg-primary-light\/85{
    background-color: rgb(198 238 219 / 0.85);
}
.bg-primary-light\/90{
    background-color: rgb(198 238 219 / 0.9);
}
.bg-primary-light\/95{
    background-color: rgb(198 238 219 / 0.95);
}
.bg-primary\/0{
    background-color: rgb(72 229 155 / 0);
}
.bg-primary\/10{
    background-color: rgb(72 229 155 / 0.1);
}
.bg-primary\/100{
    background-color: rgb(72 229 155 / 1);
}
.bg-primary\/15{
    background-color: rgb(72 229 155 / 0.15);
}
.bg-primary\/20{
    background-color: rgb(72 229 155 / 0.2);
}
.bg-primary\/25{
    background-color: rgb(72 229 155 / 0.25);
}
.bg-primary\/30{
    background-color: rgb(72 229 155 / 0.3);
}
.bg-primary\/35{
    background-color: rgb(72 229 155 / 0.35);
}
.bg-primary\/40{
    background-color: rgb(72 229 155 / 0.4);
}
.bg-primary\/45{
    background-color: rgb(72 229 155 / 0.45);
}
.bg-primary\/5{
    background-color: rgb(72 229 155 / 0.05);
}
.bg-primary\/50{
    background-color: rgb(72 229 155 / 0.5);
}
.bg-primary\/55{
    background-color: rgb(72 229 155 / 0.55);
}
.bg-primary\/60{
    background-color: rgb(72 229 155 / 0.6);
}
.bg-primary\/65{
    background-color: rgb(72 229 155 / 0.65);
}
.bg-primary\/70{
    background-color: rgb(72 229 155 / 0.7);
}
.bg-primary\/75{
    background-color: rgb(72 229 155 / 0.75);
}
.bg-primary\/80{
    background-color: rgb(72 229 155 / 0.8);
}
.bg-primary\/85{
    background-color: rgb(72 229 155 / 0.85);
}
.bg-primary\/90{
    background-color: rgb(72 229 155 / 0.9);
}
.bg-primary\/95{
    background-color: rgb(72 229 155 / 0.95);
}
.bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgb(1 90 213 / var(--tw-bg-opacity));
}
.bg-secondary-500{
    --tw-bg-opacity: 1;
    background-color: rgb(1 90 213 / var(--tw-bg-opacity));
}
.bg-secondary-500\/0{
    background-color: rgb(1 90 213 / 0);
}
.bg-secondary-500\/10{
    background-color: rgb(1 90 213 / 0.1);
}
.bg-secondary-500\/100{
    background-color: rgb(1 90 213 / 1);
}
.bg-secondary-500\/15{
    background-color: rgb(1 90 213 / 0.15);
}
.bg-secondary-500\/20{
    background-color: rgb(1 90 213 / 0.2);
}
.bg-secondary-500\/25{
    background-color: rgb(1 90 213 / 0.25);
}
.bg-secondary-500\/30{
    background-color: rgb(1 90 213 / 0.3);
}
.bg-secondary-500\/35{
    background-color: rgb(1 90 213 / 0.35);
}
.bg-secondary-500\/40{
    background-color: rgb(1 90 213 / 0.4);
}
.bg-secondary-500\/45{
    background-color: rgb(1 90 213 / 0.45);
}
.bg-secondary-500\/5{
    background-color: rgb(1 90 213 / 0.05);
}
.bg-secondary-500\/50{
    background-color: rgb(1 90 213 / 0.5);
}
.bg-secondary-500\/55{
    background-color: rgb(1 90 213 / 0.55);
}
.bg-secondary-500\/60{
    background-color: rgb(1 90 213 / 0.6);
}
.bg-secondary-500\/65{
    background-color: rgb(1 90 213 / 0.65);
}
.bg-secondary-500\/70{
    background-color: rgb(1 90 213 / 0.7);
}
.bg-secondary-500\/75{
    background-color: rgb(1 90 213 / 0.75);
}
.bg-secondary-500\/80{
    background-color: rgb(1 90 213 / 0.8);
}
.bg-secondary-500\/85{
    background-color: rgb(1 90 213 / 0.85);
}
.bg-secondary-500\/90{
    background-color: rgb(1 90 213 / 0.9);
}
.bg-secondary-500\/95{
    background-color: rgb(1 90 213 / 0.95);
}
.bg-secondary\/0{
    background-color: rgb(1 90 213 / 0);
}
.bg-secondary\/10{
    background-color: rgb(1 90 213 / 0.1);
}
.bg-secondary\/100{
    background-color: rgb(1 90 213 / 1);
}
.bg-secondary\/15{
    background-color: rgb(1 90 213 / 0.15);
}
.bg-secondary\/20{
    background-color: rgb(1 90 213 / 0.2);
}
.bg-secondary\/25{
    background-color: rgb(1 90 213 / 0.25);
}
.bg-secondary\/30{
    background-color: rgb(1 90 213 / 0.3);
}
.bg-secondary\/35{
    background-color: rgb(1 90 213 / 0.35);
}
.bg-secondary\/40{
    background-color: rgb(1 90 213 / 0.4);
}
.bg-secondary\/45{
    background-color: rgb(1 90 213 / 0.45);
}
.bg-secondary\/5{
    background-color: rgb(1 90 213 / 0.05);
}
.bg-secondary\/50{
    background-color: rgb(1 90 213 / 0.5);
}
.bg-secondary\/55{
    background-color: rgb(1 90 213 / 0.55);
}
.bg-secondary\/60{
    background-color: rgb(1 90 213 / 0.6);
}
.bg-secondary\/65{
    background-color: rgb(1 90 213 / 0.65);
}
.bg-secondary\/70{
    background-color: rgb(1 90 213 / 0.7);
}
.bg-secondary\/75{
    background-color: rgb(1 90 213 / 0.75);
}
.bg-secondary\/80{
    background-color: rgb(1 90 213 / 0.8);
}
.bg-secondary\/85{
    background-color: rgb(1 90 213 / 0.85);
}
.bg-secondary\/90{
    background-color: rgb(1 90 213 / 0.9);
}
.bg-secondary\/95{
    background-color: rgb(1 90 213 / 0.95);
}
.bg-stone-950{
    --tw-bg-opacity: 1;
    background-color: rgb(12 10 9 / var(--tw-bg-opacity));
}
.bg-transparent{
    background-color: transparent;
}
.bg-warning{
    --tw-bg-opacity: 1;
    background-color: rgb(255 60 60 / var(--tw-bg-opacity));
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/10{
    background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/30{
    background-color: rgb(255 255 255 / 0.3);
}
.bg-none{
    background-image: none;
}
.from-black-brand{
    --tw-gradient-from: #313131 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(49 49 49 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black-brand\/0{
    --tw-gradient-from: rgb(49 49 49 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(49 49 49 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black-brand\/10{
    --tw-gradient-from: rgb(49 49 49 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(49 49 49 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black-brand\/100{
    --tw-gradient-from: rgb(49 49 49 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(49 49 49 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black-brand\/15{
    --tw-gradient-from: rgb(49 49 49 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(49 49 49 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black-brand\/20{
    --tw-gradient-from: rgb(49 49 49 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(49 49 49 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black-brand\/25{
    --tw-gradient-from: rgb(49 49 49 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(49 49 49 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black-brand\/30{
    --tw-gradient-from: rgb(49 49 49 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(49 49 49 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black-brand\/35{
    --tw-gradient-from: rgb(49 49 49 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(49 49 49 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black-brand\/40{
    --tw-gradient-from: rgb(49 49 49 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(49 49 49 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black-brand\/45{
    --tw-gradient-from: rgb(49 49 49 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(49 49 49 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black-brand\/5{
    --tw-gradient-from: rgb(49 49 49 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(49 49 49 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black-brand\/50{
    --tw-gradient-from: rgb(49 49 49 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(49 49 49 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black-brand\/55{
    --tw-gradient-from: rgb(49 49 49 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(49 49 49 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black-brand\/60{
    --tw-gradient-from: rgb(49 49 49 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(49 49 49 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black-brand\/65{
    --tw-gradient-from: rgb(49 49 49 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(49 49 49 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black-brand\/70{
    --tw-gradient-from: rgb(49 49 49 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(49 49 49 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black-brand\/75{
    --tw-gradient-from: rgb(49 49 49 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(49 49 49 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black-brand\/80{
    --tw-gradient-from: rgb(49 49 49 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(49 49 49 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black-brand\/85{
    --tw-gradient-from: rgb(49 49 49 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(49 49 49 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black-brand\/90{
    --tw-gradient-from: rgb(49 49 49 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(49 49 49 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black-brand\/95{
    --tw-gradient-from: rgb(49 49 49 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(49 49 49 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-100{
    --tw-gradient-from: #c6eedb0d var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-100\/0{
    --tw-gradient-from: rgb(198 238 219 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-100\/10{
    --tw-gradient-from: rgb(198 238 219 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-100\/100{
    --tw-gradient-from: rgb(198 238 219 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-100\/15{
    --tw-gradient-from: rgb(198 238 219 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-100\/20{
    --tw-gradient-from: rgb(198 238 219 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-100\/25{
    --tw-gradient-from: rgb(198 238 219 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-100\/30{
    --tw-gradient-from: rgb(198 238 219 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-100\/35{
    --tw-gradient-from: rgb(198 238 219 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-100\/40{
    --tw-gradient-from: rgb(198 238 219 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-100\/45{
    --tw-gradient-from: rgb(198 238 219 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-100\/5{
    --tw-gradient-from: rgb(198 238 219 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-100\/50{
    --tw-gradient-from: rgb(198 238 219 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-100\/55{
    --tw-gradient-from: rgb(198 238 219 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-100\/60{
    --tw-gradient-from: rgb(198 238 219 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-100\/65{
    --tw-gradient-from: rgb(198 238 219 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-100\/70{
    --tw-gradient-from: rgb(198 238 219 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-100\/75{
    --tw-gradient-from: rgb(198 238 219 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-100\/80{
    --tw-gradient-from: rgb(198 238 219 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-100\/85{
    --tw-gradient-from: rgb(198 238 219 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-100\/90{
    --tw-gradient-from: rgb(198 238 219 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-100\/95{
    --tw-gradient-from: rgb(198 238 219 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-20{
    --tw-gradient-from: #48E59B var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-20\/0{
    --tw-gradient-from: rgb(72 229 155 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-20\/10{
    --tw-gradient-from: rgb(72 229 155 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-20\/100{
    --tw-gradient-from: rgb(72 229 155 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-20\/15{
    --tw-gradient-from: rgb(72 229 155 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-20\/20{
    --tw-gradient-from: rgb(72 229 155 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-20\/25{
    --tw-gradient-from: rgb(72 229 155 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-20\/30{
    --tw-gradient-from: rgb(72 229 155 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-20\/35{
    --tw-gradient-from: rgb(72 229 155 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-20\/40{
    --tw-gradient-from: rgb(72 229 155 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-20\/45{
    --tw-gradient-from: rgb(72 229 155 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-20\/5{
    --tw-gradient-from: rgb(72 229 155 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-20\/50{
    --tw-gradient-from: rgb(72 229 155 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-20\/55{
    --tw-gradient-from: rgb(72 229 155 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-20\/60{
    --tw-gradient-from: rgb(72 229 155 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-20\/65{
    --tw-gradient-from: rgb(72 229 155 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-20\/70{
    --tw-gradient-from: rgb(72 229 155 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-20\/75{
    --tw-gradient-from: rgb(72 229 155 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-20\/80{
    --tw-gradient-from: rgb(72 229 155 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-20\/85{
    --tw-gradient-from: rgb(72 229 155 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-20\/90{
    --tw-gradient-from: rgb(72 229 155 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-20\/95{
    --tw-gradient-from: rgb(72 229 155 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-200{
    --tw-gradient-from: #c6eedb33 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-200\/0{
    --tw-gradient-from: rgb(198 238 219 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-200\/10{
    --tw-gradient-from: rgb(198 238 219 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-200\/100{
    --tw-gradient-from: rgb(198 238 219 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-200\/15{
    --tw-gradient-from: rgb(198 238 219 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-200\/20{
    --tw-gradient-from: rgb(198 238 219 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-200\/25{
    --tw-gradient-from: rgb(198 238 219 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-200\/30{
    --tw-gradient-from: rgb(198 238 219 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-200\/35{
    --tw-gradient-from: rgb(198 238 219 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-200\/40{
    --tw-gradient-from: rgb(198 238 219 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-200\/45{
    --tw-gradient-from: rgb(198 238 219 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-200\/5{
    --tw-gradient-from: rgb(198 238 219 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-200\/50{
    --tw-gradient-from: rgb(198 238 219 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-200\/55{
    --tw-gradient-from: rgb(198 238 219 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-200\/60{
    --tw-gradient-from: rgb(198 238 219 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-200\/65{
    --tw-gradient-from: rgb(198 238 219 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-200\/70{
    --tw-gradient-from: rgb(198 238 219 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-200\/75{
    --tw-gradient-from: rgb(198 238 219 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-200\/80{
    --tw-gradient-from: rgb(198 238 219 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-200\/85{
    --tw-gradient-from: rgb(198 238 219 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-200\/90{
    --tw-gradient-from: rgb(198 238 219 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-200\/95{
    --tw-gradient-from: rgb(198 238 219 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-300{
    --tw-gradient-from: #C6EEDB var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-300\/0{
    --tw-gradient-from: rgb(198 238 219 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-300\/10{
    --tw-gradient-from: rgb(198 238 219 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-300\/100{
    --tw-gradient-from: rgb(198 238 219 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-300\/15{
    --tw-gradient-from: rgb(198 238 219 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-300\/20{
    --tw-gradient-from: rgb(198 238 219 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-300\/25{
    --tw-gradient-from: rgb(198 238 219 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-300\/30{
    --tw-gradient-from: rgb(198 238 219 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-300\/35{
    --tw-gradient-from: rgb(198 238 219 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-300\/40{
    --tw-gradient-from: rgb(198 238 219 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-300\/45{
    --tw-gradient-from: rgb(198 238 219 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-300\/5{
    --tw-gradient-from: rgb(198 238 219 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-300\/50{
    --tw-gradient-from: rgb(198 238 219 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-300\/55{
    --tw-gradient-from: rgb(198 238 219 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-300\/60{
    --tw-gradient-from: rgb(198 238 219 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-300\/65{
    --tw-gradient-from: rgb(198 238 219 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-300\/70{
    --tw-gradient-from: rgb(198 238 219 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-300\/75{
    --tw-gradient-from: rgb(198 238 219 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-300\/80{
    --tw-gradient-from: rgb(198 238 219 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-300\/85{
    --tw-gradient-from: rgb(198 238 219 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-300\/90{
    --tw-gradient-from: rgb(198 238 219 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-300\/95{
    --tw-gradient-from: rgb(198 238 219 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-black{
    --tw-gradient-from: #111111 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-black\/0{
    --tw-gradient-from: rgb(17 17 17 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-black\/10{
    --tw-gradient-from: rgb(17 17 17 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-black\/100{
    --tw-gradient-from: rgb(17 17 17 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-black\/15{
    --tw-gradient-from: rgb(17 17 17 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-black\/20{
    --tw-gradient-from: rgb(17 17 17 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-black\/25{
    --tw-gradient-from: rgb(17 17 17 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-black\/30{
    --tw-gradient-from: rgb(17 17 17 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-black\/35{
    --tw-gradient-from: rgb(17 17 17 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-black\/40{
    --tw-gradient-from: rgb(17 17 17 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-black\/45{
    --tw-gradient-from: rgb(17 17 17 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-black\/5{
    --tw-gradient-from: rgb(17 17 17 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-black\/50{
    --tw-gradient-from: rgb(17 17 17 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-black\/55{
    --tw-gradient-from: rgb(17 17 17 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-black\/60{
    --tw-gradient-from: rgb(17 17 17 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-black\/65{
    --tw-gradient-from: rgb(17 17 17 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-black\/70{
    --tw-gradient-from: rgb(17 17 17 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-black\/75{
    --tw-gradient-from: rgb(17 17 17 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-black\/80{
    --tw-gradient-from: rgb(17 17 17 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-black\/85{
    --tw-gradient-from: rgb(17 17 17 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-black\/90{
    --tw-gradient-from: rgb(17 17 17 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-black\/95{
    --tw-gradient-from: rgb(17 17 17 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-blue{
    --tw-gradient-from: #70A8F4 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(112 168 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-blue\/0{
    --tw-gradient-from: rgb(112 168 244 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(112 168 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-blue\/10{
    --tw-gradient-from: rgb(112 168 244 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(112 168 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-blue\/100{
    --tw-gradient-from: rgb(112 168 244 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(112 168 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-blue\/15{
    --tw-gradient-from: rgb(112 168 244 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(112 168 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-blue\/20{
    --tw-gradient-from: rgb(112 168 244 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(112 168 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-blue\/25{
    --tw-gradient-from: rgb(112 168 244 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(112 168 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-blue\/30{
    --tw-gradient-from: rgb(112 168 244 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(112 168 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-blue\/35{
    --tw-gradient-from: rgb(112 168 244 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(112 168 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-blue\/40{
    --tw-gradient-from: rgb(112 168 244 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(112 168 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-blue\/45{
    --tw-gradient-from: rgb(112 168 244 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(112 168 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-blue\/5{
    --tw-gradient-from: rgb(112 168 244 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(112 168 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-blue\/50{
    --tw-gradient-from: rgb(112 168 244 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(112 168 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-blue\/55{
    --tw-gradient-from: rgb(112 168 244 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(112 168 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-blue\/60{
    --tw-gradient-from: rgb(112 168 244 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(112 168 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-blue\/65{
    --tw-gradient-from: rgb(112 168 244 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(112 168 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-blue\/70{
    --tw-gradient-from: rgb(112 168 244 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(112 168 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-blue\/75{
    --tw-gradient-from: rgb(112 168 244 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(112 168 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-blue\/80{
    --tw-gradient-from: rgb(112 168 244 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(112 168 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-blue\/85{
    --tw-gradient-from: rgb(112 168 244 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(112 168 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-blue\/90{
    --tw-gradient-from: rgb(112 168 244 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(112 168 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-blue\/95{
    --tw-gradient-from: rgb(112 168 244 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(112 168 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-dark{
    --tw-gradient-from: #232C27 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(35 44 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-dark\/0{
    --tw-gradient-from: rgb(35 44 39 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(35 44 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-dark\/10{
    --tw-gradient-from: rgb(35 44 39 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(35 44 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-dark\/100{
    --tw-gradient-from: rgb(35 44 39 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(35 44 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-dark\/15{
    --tw-gradient-from: rgb(35 44 39 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(35 44 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-dark\/20{
    --tw-gradient-from: rgb(35 44 39 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(35 44 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-dark\/25{
    --tw-gradient-from: rgb(35 44 39 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(35 44 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-dark\/30{
    --tw-gradient-from: rgb(35 44 39 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(35 44 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-dark\/35{
    --tw-gradient-from: rgb(35 44 39 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(35 44 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-dark\/40{
    --tw-gradient-from: rgb(35 44 39 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(35 44 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-dark\/45{
    --tw-gradient-from: rgb(35 44 39 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(35 44 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-dark\/5{
    --tw-gradient-from: rgb(35 44 39 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(35 44 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-dark\/50{
    --tw-gradient-from: rgb(35 44 39 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(35 44 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-dark\/55{
    --tw-gradient-from: rgb(35 44 39 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(35 44 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-dark\/60{
    --tw-gradient-from: rgb(35 44 39 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(35 44 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-dark\/65{
    --tw-gradient-from: rgb(35 44 39 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(35 44 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-dark\/70{
    --tw-gradient-from: rgb(35 44 39 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(35 44 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-dark\/75{
    --tw-gradient-from: rgb(35 44 39 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(35 44 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-dark\/80{
    --tw-gradient-from: rgb(35 44 39 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(35 44 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-dark\/85{
    --tw-gradient-from: rgb(35 44 39 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(35 44 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-dark\/90{
    --tw-gradient-from: rgb(35 44 39 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(35 44 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-dark\/95{
    --tw-gradient-from: rgb(35 44 39 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(35 44 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-green{
    --tw-gradient-from: #48E59B var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-green\/0{
    --tw-gradient-from: rgb(72 229 155 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-green\/10{
    --tw-gradient-from: rgb(72 229 155 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-green\/100{
    --tw-gradient-from: rgb(72 229 155 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-green\/15{
    --tw-gradient-from: rgb(72 229 155 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-green\/20{
    --tw-gradient-from: rgb(72 229 155 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-green\/25{
    --tw-gradient-from: rgb(72 229 155 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-green\/30{
    --tw-gradient-from: rgb(72 229 155 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-green\/35{
    --tw-gradient-from: rgb(72 229 155 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-green\/40{
    --tw-gradient-from: rgb(72 229 155 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-green\/45{
    --tw-gradient-from: rgb(72 229 155 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-green\/5{
    --tw-gradient-from: rgb(72 229 155 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-green\/50{
    --tw-gradient-from: rgb(72 229 155 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-green\/55{
    --tw-gradient-from: rgb(72 229 155 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-green\/60{
    --tw-gradient-from: rgb(72 229 155 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-green\/65{
    --tw-gradient-from: rgb(72 229 155 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-green\/70{
    --tw-gradient-from: rgb(72 229 155 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-green\/75{
    --tw-gradient-from: rgb(72 229 155 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-green\/80{
    --tw-gradient-from: rgb(72 229 155 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-green\/85{
    --tw-gradient-from: rgb(72 229 155 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-green\/90{
    --tw-gradient-from: rgb(72 229 155 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-green\/95{
    --tw-gradient-from: rgb(72 229 155 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-light{
    --tw-gradient-from: #C6EEDB var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-light\/0{
    --tw-gradient-from: rgb(198 238 219 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-light\/10{
    --tw-gradient-from: rgb(198 238 219 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-light\/100{
    --tw-gradient-from: rgb(198 238 219 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-light\/15{
    --tw-gradient-from: rgb(198 238 219 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-light\/20{
    --tw-gradient-from: rgb(198 238 219 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-light\/25{
    --tw-gradient-from: rgb(198 238 219 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-light\/30{
    --tw-gradient-from: rgb(198 238 219 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-light\/35{
    --tw-gradient-from: rgb(198 238 219 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-light\/40{
    --tw-gradient-from: rgb(198 238 219 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-light\/45{
    --tw-gradient-from: rgb(198 238 219 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-light\/5{
    --tw-gradient-from: rgb(198 238 219 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-light\/50{
    --tw-gradient-from: rgb(198 238 219 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-light\/55{
    --tw-gradient-from: rgb(198 238 219 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-light\/60{
    --tw-gradient-from: rgb(198 238 219 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-light\/65{
    --tw-gradient-from: rgb(198 238 219 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-light\/70{
    --tw-gradient-from: rgb(198 238 219 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-light\/75{
    --tw-gradient-from: rgb(198 238 219 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-light\/80{
    --tw-gradient-from: rgb(198 238 219 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-light\/85{
    --tw-gradient-from: rgb(198 238 219 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-light\/90{
    --tw-gradient-from: rgb(198 238 219 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-light\/95{
    --tw-gradient-from: rgb(198 238 219 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error{
    --tw-gradient-from: #FF3C3C var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-10{
    --tw-gradient-from: #291515 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(41 21 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-10\/0{
    --tw-gradient-from: rgb(41 21 21 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(41 21 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-10\/10{
    --tw-gradient-from: rgb(41 21 21 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(41 21 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-10\/100{
    --tw-gradient-from: rgb(41 21 21 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(41 21 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-10\/15{
    --tw-gradient-from: rgb(41 21 21 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(41 21 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-10\/20{
    --tw-gradient-from: rgb(41 21 21 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(41 21 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-10\/25{
    --tw-gradient-from: rgb(41 21 21 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(41 21 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-10\/30{
    --tw-gradient-from: rgb(41 21 21 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(41 21 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-10\/35{
    --tw-gradient-from: rgb(41 21 21 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(41 21 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-10\/40{
    --tw-gradient-from: rgb(41 21 21 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(41 21 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-10\/45{
    --tw-gradient-from: rgb(41 21 21 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(41 21 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-10\/5{
    --tw-gradient-from: rgb(41 21 21 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(41 21 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-10\/50{
    --tw-gradient-from: rgb(41 21 21 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(41 21 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-10\/55{
    --tw-gradient-from: rgb(41 21 21 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(41 21 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-10\/60{
    --tw-gradient-from: rgb(41 21 21 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(41 21 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-10\/65{
    --tw-gradient-from: rgb(41 21 21 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(41 21 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-10\/70{
    --tw-gradient-from: rgb(41 21 21 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(41 21 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-10\/75{
    --tw-gradient-from: rgb(41 21 21 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(41 21 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-10\/80{
    --tw-gradient-from: rgb(41 21 21 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(41 21 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-10\/85{
    --tw-gradient-from: rgb(41 21 21 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(41 21 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-10\/90{
    --tw-gradient-from: rgb(41 21 21 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(41 21 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-10\/95{
    --tw-gradient-from: rgb(41 21 21 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(41 21 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-100{
    --tw-gradient-from: #FFC7C7 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-100\/0{
    --tw-gradient-from: rgb(255 199 199 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-100\/10{
    --tw-gradient-from: rgb(255 199 199 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-100\/100{
    --tw-gradient-from: rgb(255 199 199 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-100\/15{
    --tw-gradient-from: rgb(255 199 199 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-100\/20{
    --tw-gradient-from: rgb(255 199 199 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-100\/25{
    --tw-gradient-from: rgb(255 199 199 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-100\/30{
    --tw-gradient-from: rgb(255 199 199 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-100\/35{
    --tw-gradient-from: rgb(255 199 199 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-100\/40{
    --tw-gradient-from: rgb(255 199 199 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-100\/45{
    --tw-gradient-from: rgb(255 199 199 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-100\/5{
    --tw-gradient-from: rgb(255 199 199 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-100\/50{
    --tw-gradient-from: rgb(255 199 199 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-100\/55{
    --tw-gradient-from: rgb(255 199 199 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-100\/60{
    --tw-gradient-from: rgb(255 199 199 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-100\/65{
    --tw-gradient-from: rgb(255 199 199 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-100\/70{
    --tw-gradient-from: rgb(255 199 199 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-100\/75{
    --tw-gradient-from: rgb(255 199 199 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-100\/80{
    --tw-gradient-from: rgb(255 199 199 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-100\/85{
    --tw-gradient-from: rgb(255 199 199 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-100\/90{
    --tw-gradient-from: rgb(255 199 199 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-100\/95{
    --tw-gradient-from: rgb(255 199 199 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-15{
    --tw-gradient-from: #351717 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(53 23 23 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-15\/0{
    --tw-gradient-from: rgb(53 23 23 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(53 23 23 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-15\/10{
    --tw-gradient-from: rgb(53 23 23 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(53 23 23 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-15\/100{
    --tw-gradient-from: rgb(53 23 23 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(53 23 23 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-15\/15{
    --tw-gradient-from: rgb(53 23 23 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(53 23 23 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-15\/20{
    --tw-gradient-from: rgb(53 23 23 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(53 23 23 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-15\/25{
    --tw-gradient-from: rgb(53 23 23 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(53 23 23 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-15\/30{
    --tw-gradient-from: rgb(53 23 23 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(53 23 23 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-15\/35{
    --tw-gradient-from: rgb(53 23 23 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(53 23 23 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-15\/40{
    --tw-gradient-from: rgb(53 23 23 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(53 23 23 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-15\/45{
    --tw-gradient-from: rgb(53 23 23 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(53 23 23 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-15\/5{
    --tw-gradient-from: rgb(53 23 23 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(53 23 23 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-15\/50{
    --tw-gradient-from: rgb(53 23 23 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(53 23 23 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-15\/55{
    --tw-gradient-from: rgb(53 23 23 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(53 23 23 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-15\/60{
    --tw-gradient-from: rgb(53 23 23 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(53 23 23 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-15\/65{
    --tw-gradient-from: rgb(53 23 23 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(53 23 23 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-15\/70{
    --tw-gradient-from: rgb(53 23 23 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(53 23 23 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-15\/75{
    --tw-gradient-from: rgb(53 23 23 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(53 23 23 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-15\/80{
    --tw-gradient-from: rgb(53 23 23 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(53 23 23 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-15\/85{
    --tw-gradient-from: rgb(53 23 23 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(53 23 23 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-15\/90{
    --tw-gradient-from: rgb(53 23 23 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(53 23 23 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-15\/95{
    --tw-gradient-from: rgb(53 23 23 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(53 23 23 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-20{
    --tw-gradient-from: #3C1919 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-20\/0{
    --tw-gradient-from: rgb(60 25 25 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-20\/10{
    --tw-gradient-from: rgb(60 25 25 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-20\/100{
    --tw-gradient-from: rgb(60 25 25 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-20\/15{
    --tw-gradient-from: rgb(60 25 25 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-20\/20{
    --tw-gradient-from: rgb(60 25 25 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-20\/25{
    --tw-gradient-from: rgb(60 25 25 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-20\/30{
    --tw-gradient-from: rgb(60 25 25 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-20\/35{
    --tw-gradient-from: rgb(60 25 25 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-20\/40{
    --tw-gradient-from: rgb(60 25 25 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-20\/45{
    --tw-gradient-from: rgb(60 25 25 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-20\/5{
    --tw-gradient-from: rgb(60 25 25 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-20\/50{
    --tw-gradient-from: rgb(60 25 25 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-20\/55{
    --tw-gradient-from: rgb(60 25 25 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-20\/60{
    --tw-gradient-from: rgb(60 25 25 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-20\/65{
    --tw-gradient-from: rgb(60 25 25 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-20\/70{
    --tw-gradient-from: rgb(60 25 25 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-20\/75{
    --tw-gradient-from: rgb(60 25 25 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-20\/80{
    --tw-gradient-from: rgb(60 25 25 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-20\/85{
    --tw-gradient-from: rgb(60 25 25 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-20\/90{
    --tw-gradient-from: rgb(60 25 25 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-20\/95{
    --tw-gradient-from: rgb(60 25 25 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-5{
    --tw-gradient-from: #1D1313 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-5\/0{
    --tw-gradient-from: rgb(29 19 19 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-5\/10{
    --tw-gradient-from: rgb(29 19 19 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-5\/100{
    --tw-gradient-from: rgb(29 19 19 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-5\/15{
    --tw-gradient-from: rgb(29 19 19 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-5\/20{
    --tw-gradient-from: rgb(29 19 19 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-5\/25{
    --tw-gradient-from: rgb(29 19 19 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-5\/30{
    --tw-gradient-from: rgb(29 19 19 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-5\/35{
    --tw-gradient-from: rgb(29 19 19 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-5\/40{
    --tw-gradient-from: rgb(29 19 19 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-5\/45{
    --tw-gradient-from: rgb(29 19 19 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-5\/5{
    --tw-gradient-from: rgb(29 19 19 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-5\/50{
    --tw-gradient-from: rgb(29 19 19 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-5\/55{
    --tw-gradient-from: rgb(29 19 19 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-5\/60{
    --tw-gradient-from: rgb(29 19 19 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-5\/65{
    --tw-gradient-from: rgb(29 19 19 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-5\/70{
    --tw-gradient-from: rgb(29 19 19 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-5\/75{
    --tw-gradient-from: rgb(29 19 19 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-5\/80{
    --tw-gradient-from: rgb(29 19 19 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-5\/85{
    --tw-gradient-from: rgb(29 19 19 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-5\/90{
    --tw-gradient-from: rgb(29 19 19 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-5\/95{
    --tw-gradient-from: rgb(29 19 19 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 19 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-500{
    --tw-gradient-from: #FF3C3C var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-500\/0{
    --tw-gradient-from: rgb(255 60 60 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-500\/10{
    --tw-gradient-from: rgb(255 60 60 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-500\/100{
    --tw-gradient-from: rgb(255 60 60 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-500\/15{
    --tw-gradient-from: rgb(255 60 60 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-500\/20{
    --tw-gradient-from: rgb(255 60 60 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-500\/25{
    --tw-gradient-from: rgb(255 60 60 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-500\/30{
    --tw-gradient-from: rgb(255 60 60 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-500\/35{
    --tw-gradient-from: rgb(255 60 60 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-500\/40{
    --tw-gradient-from: rgb(255 60 60 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-500\/45{
    --tw-gradient-from: rgb(255 60 60 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-500\/5{
    --tw-gradient-from: rgb(255 60 60 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-500\/50{
    --tw-gradient-from: rgb(255 60 60 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-500\/55{
    --tw-gradient-from: rgb(255 60 60 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-500\/60{
    --tw-gradient-from: rgb(255 60 60 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-500\/65{
    --tw-gradient-from: rgb(255 60 60 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-500\/70{
    --tw-gradient-from: rgb(255 60 60 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-500\/75{
    --tw-gradient-from: rgb(255 60 60 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-500\/80{
    --tw-gradient-from: rgb(255 60 60 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-500\/85{
    --tw-gradient-from: rgb(255 60 60 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-500\/90{
    --tw-gradient-from: rgb(255 60 60 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-500\/95{
    --tw-gradient-from: rgb(255 60 60 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-900{
    --tw-gradient-from: #3C1919 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-900\/0{
    --tw-gradient-from: rgb(60 25 25 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-900\/10{
    --tw-gradient-from: rgb(60 25 25 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-900\/100{
    --tw-gradient-from: rgb(60 25 25 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-900\/15{
    --tw-gradient-from: rgb(60 25 25 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-900\/20{
    --tw-gradient-from: rgb(60 25 25 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-900\/25{
    --tw-gradient-from: rgb(60 25 25 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-900\/30{
    --tw-gradient-from: rgb(60 25 25 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-900\/35{
    --tw-gradient-from: rgb(60 25 25 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-900\/40{
    --tw-gradient-from: rgb(60 25 25 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-900\/45{
    --tw-gradient-from: rgb(60 25 25 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-900\/5{
    --tw-gradient-from: rgb(60 25 25 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-900\/50{
    --tw-gradient-from: rgb(60 25 25 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-900\/55{
    --tw-gradient-from: rgb(60 25 25 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-900\/60{
    --tw-gradient-from: rgb(60 25 25 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-900\/65{
    --tw-gradient-from: rgb(60 25 25 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-900\/70{
    --tw-gradient-from: rgb(60 25 25 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-900\/75{
    --tw-gradient-from: rgb(60 25 25 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-900\/80{
    --tw-gradient-from: rgb(60 25 25 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-900\/85{
    --tw-gradient-from: rgb(60 25 25 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-900\/90{
    --tw-gradient-from: rgb(60 25 25 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-900\/95{
    --tw-gradient-from: rgb(60 25 25 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-light{
    --tw-gradient-from: #FFC7C7 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-light\/0{
    --tw-gradient-from: rgb(255 199 199 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-light\/10{
    --tw-gradient-from: rgb(255 199 199 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-light\/100{
    --tw-gradient-from: rgb(255 199 199 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-light\/15{
    --tw-gradient-from: rgb(255 199 199 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-light\/20{
    --tw-gradient-from: rgb(255 199 199 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-light\/25{
    --tw-gradient-from: rgb(255 199 199 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-light\/30{
    --tw-gradient-from: rgb(255 199 199 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-light\/35{
    --tw-gradient-from: rgb(255 199 199 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-light\/40{
    --tw-gradient-from: rgb(255 199 199 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-light\/45{
    --tw-gradient-from: rgb(255 199 199 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-light\/5{
    --tw-gradient-from: rgb(255 199 199 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-light\/50{
    --tw-gradient-from: rgb(255 199 199 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-light\/55{
    --tw-gradient-from: rgb(255 199 199 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-light\/60{
    --tw-gradient-from: rgb(255 199 199 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-light\/65{
    --tw-gradient-from: rgb(255 199 199 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-light\/70{
    --tw-gradient-from: rgb(255 199 199 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-light\/75{
    --tw-gradient-from: rgb(255 199 199 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-light\/80{
    --tw-gradient-from: rgb(255 199 199 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-light\/85{
    --tw-gradient-from: rgb(255 199 199 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-light\/90{
    --tw-gradient-from: rgb(255 199 199 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error-light\/95{
    --tw-gradient-from: rgb(255 199 199 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error\/0{
    --tw-gradient-from: rgb(255 60 60 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error\/10{
    --tw-gradient-from: rgb(255 60 60 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error\/100{
    --tw-gradient-from: rgb(255 60 60 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error\/15{
    --tw-gradient-from: rgb(255 60 60 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error\/20{
    --tw-gradient-from: rgb(255 60 60 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error\/25{
    --tw-gradient-from: rgb(255 60 60 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error\/30{
    --tw-gradient-from: rgb(255 60 60 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error\/35{
    --tw-gradient-from: rgb(255 60 60 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error\/40{
    --tw-gradient-from: rgb(255 60 60 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error\/45{
    --tw-gradient-from: rgb(255 60 60 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error\/5{
    --tw-gradient-from: rgb(255 60 60 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error\/50{
    --tw-gradient-from: rgb(255 60 60 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error\/55{
    --tw-gradient-from: rgb(255 60 60 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error\/60{
    --tw-gradient-from: rgb(255 60 60 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error\/65{
    --tw-gradient-from: rgb(255 60 60 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error\/70{
    --tw-gradient-from: rgb(255 60 60 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error\/75{
    --tw-gradient-from: rgb(255 60 60 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error\/80{
    --tw-gradient-from: rgb(255 60 60 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error\/85{
    --tw-gradient-from: rgb(255 60 60 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error\/90{
    --tw-gradient-from: rgb(255 60 60 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-error\/95{
    --tw-gradient-from: rgb(255 60 60 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary{
    --tw-gradient-from: #48E59B var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-20{
    --tw-gradient-from: #1C3B2D var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-20\/0{
    --tw-gradient-from: rgb(28 59 45 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-20\/10{
    --tw-gradient-from: rgb(28 59 45 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-20\/100{
    --tw-gradient-from: rgb(28 59 45 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-20\/15{
    --tw-gradient-from: rgb(28 59 45 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-20\/20{
    --tw-gradient-from: rgb(28 59 45 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-20\/25{
    --tw-gradient-from: rgb(28 59 45 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-20\/30{
    --tw-gradient-from: rgb(28 59 45 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-20\/35{
    --tw-gradient-from: rgb(28 59 45 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-20\/40{
    --tw-gradient-from: rgb(28 59 45 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-20\/45{
    --tw-gradient-from: rgb(28 59 45 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-20\/5{
    --tw-gradient-from: rgb(28 59 45 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-20\/50{
    --tw-gradient-from: rgb(28 59 45 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-20\/55{
    --tw-gradient-from: rgb(28 59 45 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-20\/60{
    --tw-gradient-from: rgb(28 59 45 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-20\/65{
    --tw-gradient-from: rgb(28 59 45 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-20\/70{
    --tw-gradient-from: rgb(28 59 45 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-20\/75{
    --tw-gradient-from: rgb(28 59 45 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-20\/80{
    --tw-gradient-from: rgb(28 59 45 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-20\/85{
    --tw-gradient-from: rgb(28 59 45 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-20\/90{
    --tw-gradient-from: rgb(28 59 45 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-20\/95{
    --tw-gradient-from: rgb(28 59 45 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200{
    --tw-gradient-from: #C6EEDB var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/0{
    --tw-gradient-from: rgb(198 238 219 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/10{
    --tw-gradient-from: rgb(198 238 219 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/100{
    --tw-gradient-from: rgb(198 238 219 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/15{
    --tw-gradient-from: rgb(198 238 219 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/20{
    --tw-gradient-from: rgb(198 238 219 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/25{
    --tw-gradient-from: rgb(198 238 219 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/30{
    --tw-gradient-from: rgb(198 238 219 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/35{
    --tw-gradient-from: rgb(198 238 219 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/40{
    --tw-gradient-from: rgb(198 238 219 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/45{
    --tw-gradient-from: rgb(198 238 219 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/5{
    --tw-gradient-from: rgb(198 238 219 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/50{
    --tw-gradient-from: rgb(198 238 219 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/55{
    --tw-gradient-from: rgb(198 238 219 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/60{
    --tw-gradient-from: rgb(198 238 219 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/65{
    --tw-gradient-from: rgb(198 238 219 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/70{
    --tw-gradient-from: rgb(198 238 219 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/75{
    --tw-gradient-from: rgb(198 238 219 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/80{
    --tw-gradient-from: rgb(198 238 219 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/85{
    --tw-gradient-from: rgb(198 238 219 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/90{
    --tw-gradient-from: rgb(198 238 219 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-200\/95{
    --tw-gradient-from: rgb(198 238 219 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-5{
    --tw-gradient-from: #141C18 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-5\/0{
    --tw-gradient-from: rgb(20 28 24 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-5\/10{
    --tw-gradient-from: rgb(20 28 24 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-5\/100{
    --tw-gradient-from: rgb(20 28 24 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-5\/15{
    --tw-gradient-from: rgb(20 28 24 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-5\/20{
    --tw-gradient-from: rgb(20 28 24 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-5\/25{
    --tw-gradient-from: rgb(20 28 24 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-5\/30{
    --tw-gradient-from: rgb(20 28 24 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-5\/35{
    --tw-gradient-from: rgb(20 28 24 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-5\/40{
    --tw-gradient-from: rgb(20 28 24 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-5\/45{
    --tw-gradient-from: rgb(20 28 24 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-5\/5{
    --tw-gradient-from: rgb(20 28 24 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-5\/50{
    --tw-gradient-from: rgb(20 28 24 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-5\/55{
    --tw-gradient-from: rgb(20 28 24 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-5\/60{
    --tw-gradient-from: rgb(20 28 24 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-5\/65{
    --tw-gradient-from: rgb(20 28 24 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-5\/70{
    --tw-gradient-from: rgb(20 28 24 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-5\/75{
    --tw-gradient-from: rgb(20 28 24 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-5\/80{
    --tw-gradient-from: rgb(20 28 24 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-5\/85{
    --tw-gradient-from: rgb(20 28 24 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-5\/90{
    --tw-gradient-from: rgb(20 28 24 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-5\/95{
    --tw-gradient-from: rgb(20 28 24 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500{
    --tw-gradient-from: #48E59B var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/0{
    --tw-gradient-from: rgb(72 229 155 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/10{
    --tw-gradient-from: rgb(72 229 155 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/100{
    --tw-gradient-from: rgb(72 229 155 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/15{
    --tw-gradient-from: rgb(72 229 155 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/20{
    --tw-gradient-from: rgb(72 229 155 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/25{
    --tw-gradient-from: rgb(72 229 155 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/30{
    --tw-gradient-from: rgb(72 229 155 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/35{
    --tw-gradient-from: rgb(72 229 155 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/40{
    --tw-gradient-from: rgb(72 229 155 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/45{
    --tw-gradient-from: rgb(72 229 155 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/5{
    --tw-gradient-from: rgb(72 229 155 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/50{
    --tw-gradient-from: rgb(72 229 155 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/55{
    --tw-gradient-from: rgb(72 229 155 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/60{
    --tw-gradient-from: rgb(72 229 155 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/65{
    --tw-gradient-from: rgb(72 229 155 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/70{
    --tw-gradient-from: rgb(72 229 155 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/75{
    --tw-gradient-from: rgb(72 229 155 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/80{
    --tw-gradient-from: rgb(72 229 155 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/85{
    --tw-gradient-from: rgb(72 229 155 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/90{
    --tw-gradient-from: rgb(72 229 155 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500\/95{
    --tw-gradient-from: rgb(72 229 155 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-60{
    --tw-gradient-from: #399B6D var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-60\/0{
    --tw-gradient-from: rgb(57 155 109 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-60\/10{
    --tw-gradient-from: rgb(57 155 109 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-60\/100{
    --tw-gradient-from: rgb(57 155 109 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-60\/15{
    --tw-gradient-from: rgb(57 155 109 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-60\/20{
    --tw-gradient-from: rgb(57 155 109 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-60\/25{
    --tw-gradient-from: rgb(57 155 109 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-60\/30{
    --tw-gradient-from: rgb(57 155 109 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-60\/35{
    --tw-gradient-from: rgb(57 155 109 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-60\/40{
    --tw-gradient-from: rgb(57 155 109 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-60\/45{
    --tw-gradient-from: rgb(57 155 109 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-60\/5{
    --tw-gradient-from: rgb(57 155 109 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-60\/50{
    --tw-gradient-from: rgb(57 155 109 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-60\/55{
    --tw-gradient-from: rgb(57 155 109 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-60\/60{
    --tw-gradient-from: rgb(57 155 109 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-60\/65{
    --tw-gradient-from: rgb(57 155 109 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-60\/70{
    --tw-gradient-from: rgb(57 155 109 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-60\/75{
    --tw-gradient-from: rgb(57 155 109 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-60\/80{
    --tw-gradient-from: rgb(57 155 109 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-60\/85{
    --tw-gradient-from: rgb(57 155 109 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-60\/90{
    --tw-gradient-from: rgb(57 155 109 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-60\/95{
    --tw-gradient-from: rgb(57 155 109 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600{
    --tw-gradient-from: #3DBB7F var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/0{
    --tw-gradient-from: rgb(61 187 127 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/10{
    --tw-gradient-from: rgb(61 187 127 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/100{
    --tw-gradient-from: rgb(61 187 127 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/15{
    --tw-gradient-from: rgb(61 187 127 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/20{
    --tw-gradient-from: rgb(61 187 127 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/25{
    --tw-gradient-from: rgb(61 187 127 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/30{
    --tw-gradient-from: rgb(61 187 127 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/35{
    --tw-gradient-from: rgb(61 187 127 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/40{
    --tw-gradient-from: rgb(61 187 127 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/45{
    --tw-gradient-from: rgb(61 187 127 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/5{
    --tw-gradient-from: rgb(61 187 127 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/50{
    --tw-gradient-from: rgb(61 187 127 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/55{
    --tw-gradient-from: rgb(61 187 127 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/60{
    --tw-gradient-from: rgb(61 187 127 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/65{
    --tw-gradient-from: rgb(61 187 127 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/70{
    --tw-gradient-from: rgb(61 187 127 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/75{
    --tw-gradient-from: rgb(61 187 127 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/80{
    --tw-gradient-from: rgb(61 187 127 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/85{
    --tw-gradient-from: rgb(61 187 127 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/90{
    --tw-gradient-from: rgb(61 187 127 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600\/95{
    --tw-gradient-from: rgb(61 187 127 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700{
    --tw-gradient-from: #399B6D var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/0{
    --tw-gradient-from: rgb(57 155 109 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/10{
    --tw-gradient-from: rgb(57 155 109 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/100{
    --tw-gradient-from: rgb(57 155 109 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/15{
    --tw-gradient-from: rgb(57 155 109 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/20{
    --tw-gradient-from: rgb(57 155 109 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/25{
    --tw-gradient-from: rgb(57 155 109 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/30{
    --tw-gradient-from: rgb(57 155 109 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/35{
    --tw-gradient-from: rgb(57 155 109 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/40{
    --tw-gradient-from: rgb(57 155 109 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/45{
    --tw-gradient-from: rgb(57 155 109 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/5{
    --tw-gradient-from: rgb(57 155 109 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/50{
    --tw-gradient-from: rgb(57 155 109 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/55{
    --tw-gradient-from: rgb(57 155 109 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/60{
    --tw-gradient-from: rgb(57 155 109 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/65{
    --tw-gradient-from: rgb(57 155 109 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/70{
    --tw-gradient-from: rgb(57 155 109 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/75{
    --tw-gradient-from: rgb(57 155 109 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/80{
    --tw-gradient-from: rgb(57 155 109 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/85{
    --tw-gradient-from: rgb(57 155 109 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/90{
    --tw-gradient-from: rgb(57 155 109 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700\/95{
    --tw-gradient-from: rgb(57 155 109 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-80{
    --tw-gradient-from: #3DBB7F var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-80\/0{
    --tw-gradient-from: rgb(61 187 127 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-80\/10{
    --tw-gradient-from: rgb(61 187 127 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-80\/100{
    --tw-gradient-from: rgb(61 187 127 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-80\/15{
    --tw-gradient-from: rgb(61 187 127 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-80\/20{
    --tw-gradient-from: rgb(61 187 127 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-80\/25{
    --tw-gradient-from: rgb(61 187 127 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-80\/30{
    --tw-gradient-from: rgb(61 187 127 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-80\/35{
    --tw-gradient-from: rgb(61 187 127 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-80\/40{
    --tw-gradient-from: rgb(61 187 127 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-80\/45{
    --tw-gradient-from: rgb(61 187 127 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-80\/5{
    --tw-gradient-from: rgb(61 187 127 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-80\/50{
    --tw-gradient-from: rgb(61 187 127 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-80\/55{
    --tw-gradient-from: rgb(61 187 127 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-80\/60{
    --tw-gradient-from: rgb(61 187 127 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-80\/65{
    --tw-gradient-from: rgb(61 187 127 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-80\/70{
    --tw-gradient-from: rgb(61 187 127 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-80\/75{
    --tw-gradient-from: rgb(61 187 127 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-80\/80{
    --tw-gradient-from: rgb(61 187 127 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-80\/85{
    --tw-gradient-from: rgb(61 187 127 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-80\/90{
    --tw-gradient-from: rgb(61 187 127 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-80\/95{
    --tw-gradient-from: rgb(61 187 127 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800{
    --tw-gradient-from: #0A4429 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/0{
    --tw-gradient-from: rgb(10 68 41 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/10{
    --tw-gradient-from: rgb(10 68 41 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/100{
    --tw-gradient-from: rgb(10 68 41 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/15{
    --tw-gradient-from: rgb(10 68 41 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/20{
    --tw-gradient-from: rgb(10 68 41 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/25{
    --tw-gradient-from: rgb(10 68 41 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/30{
    --tw-gradient-from: rgb(10 68 41 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/35{
    --tw-gradient-from: rgb(10 68 41 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/40{
    --tw-gradient-from: rgb(10 68 41 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/45{
    --tw-gradient-from: rgb(10 68 41 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/5{
    --tw-gradient-from: rgb(10 68 41 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/50{
    --tw-gradient-from: rgb(10 68 41 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/55{
    --tw-gradient-from: rgb(10 68 41 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/60{
    --tw-gradient-from: rgb(10 68 41 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/65{
    --tw-gradient-from: rgb(10 68 41 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/70{
    --tw-gradient-from: rgb(10 68 41 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/75{
    --tw-gradient-from: rgb(10 68 41 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/80{
    --tw-gradient-from: rgb(10 68 41 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/85{
    --tw-gradient-from: rgb(10 68 41 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/90{
    --tw-gradient-from: rgb(10 68 41 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-800\/95{
    --tw-gradient-from: rgb(10 68 41 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900{
    --tw-gradient-from: #1C3B2D var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/0{
    --tw-gradient-from: rgb(28 59 45 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/10{
    --tw-gradient-from: rgb(28 59 45 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/100{
    --tw-gradient-from: rgb(28 59 45 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/15{
    --tw-gradient-from: rgb(28 59 45 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/20{
    --tw-gradient-from: rgb(28 59 45 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/25{
    --tw-gradient-from: rgb(28 59 45 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/30{
    --tw-gradient-from: rgb(28 59 45 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/35{
    --tw-gradient-from: rgb(28 59 45 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/40{
    --tw-gradient-from: rgb(28 59 45 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/45{
    --tw-gradient-from: rgb(28 59 45 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/5{
    --tw-gradient-from: rgb(28 59 45 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/50{
    --tw-gradient-from: rgb(28 59 45 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/55{
    --tw-gradient-from: rgb(28 59 45 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/60{
    --tw-gradient-from: rgb(28 59 45 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/65{
    --tw-gradient-from: rgb(28 59 45 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/70{
    --tw-gradient-from: rgb(28 59 45 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/75{
    --tw-gradient-from: rgb(28 59 45 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/80{
    --tw-gradient-from: rgb(28 59 45 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/85{
    --tw-gradient-from: rgb(28 59 45 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/90{
    --tw-gradient-from: rgb(28 59 45 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/95{
    --tw-gradient-from: rgb(28 59 45 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-950{
    --tw-gradient-from: #141C18 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-950\/0{
    --tw-gradient-from: rgb(20 28 24 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-950\/10{
    --tw-gradient-from: rgb(20 28 24 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-950\/100{
    --tw-gradient-from: rgb(20 28 24 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-950\/15{
    --tw-gradient-from: rgb(20 28 24 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-950\/20{
    --tw-gradient-from: rgb(20 28 24 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-950\/25{
    --tw-gradient-from: rgb(20 28 24 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-950\/30{
    --tw-gradient-from: rgb(20 28 24 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-950\/35{
    --tw-gradient-from: rgb(20 28 24 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-950\/40{
    --tw-gradient-from: rgb(20 28 24 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-950\/45{
    --tw-gradient-from: rgb(20 28 24 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-950\/5{
    --tw-gradient-from: rgb(20 28 24 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-950\/50{
    --tw-gradient-from: rgb(20 28 24 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-950\/55{
    --tw-gradient-from: rgb(20 28 24 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-950\/60{
    --tw-gradient-from: rgb(20 28 24 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-950\/65{
    --tw-gradient-from: rgb(20 28 24 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-950\/70{
    --tw-gradient-from: rgb(20 28 24 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-950\/75{
    --tw-gradient-from: rgb(20 28 24 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-950\/80{
    --tw-gradient-from: rgb(20 28 24 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-950\/85{
    --tw-gradient-from: rgb(20 28 24 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-950\/90{
    --tw-gradient-from: rgb(20 28 24 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-950\/95{
    --tw-gradient-from: rgb(20 28 24 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-dark{
    --tw-gradient-from: #0A4429 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-dark\/0{
    --tw-gradient-from: rgb(10 68 41 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-dark\/10{
    --tw-gradient-from: rgb(10 68 41 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-dark\/100{
    --tw-gradient-from: rgb(10 68 41 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-dark\/15{
    --tw-gradient-from: rgb(10 68 41 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-dark\/20{
    --tw-gradient-from: rgb(10 68 41 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-dark\/25{
    --tw-gradient-from: rgb(10 68 41 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-dark\/30{
    --tw-gradient-from: rgb(10 68 41 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-dark\/35{
    --tw-gradient-from: rgb(10 68 41 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-dark\/40{
    --tw-gradient-from: rgb(10 68 41 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-dark\/45{
    --tw-gradient-from: rgb(10 68 41 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-dark\/5{
    --tw-gradient-from: rgb(10 68 41 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-dark\/50{
    --tw-gradient-from: rgb(10 68 41 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-dark\/55{
    --tw-gradient-from: rgb(10 68 41 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-dark\/60{
    --tw-gradient-from: rgb(10 68 41 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-dark\/65{
    --tw-gradient-from: rgb(10 68 41 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-dark\/70{
    --tw-gradient-from: rgb(10 68 41 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-dark\/75{
    --tw-gradient-from: rgb(10 68 41 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-dark\/80{
    --tw-gradient-from: rgb(10 68 41 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-dark\/85{
    --tw-gradient-from: rgb(10 68 41 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-dark\/90{
    --tw-gradient-from: rgb(10 68 41 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-dark\/95{
    --tw-gradient-from: rgb(10 68 41 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-light{
    --tw-gradient-from: #C6EEDB var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-light\/0{
    --tw-gradient-from: rgb(198 238 219 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-light\/10{
    --tw-gradient-from: rgb(198 238 219 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-light\/100{
    --tw-gradient-from: rgb(198 238 219 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-light\/15{
    --tw-gradient-from: rgb(198 238 219 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-light\/20{
    --tw-gradient-from: rgb(198 238 219 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-light\/25{
    --tw-gradient-from: rgb(198 238 219 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-light\/30{
    --tw-gradient-from: rgb(198 238 219 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-light\/35{
    --tw-gradient-from: rgb(198 238 219 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-light\/40{
    --tw-gradient-from: rgb(198 238 219 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-light\/45{
    --tw-gradient-from: rgb(198 238 219 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-light\/5{
    --tw-gradient-from: rgb(198 238 219 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-light\/50{
    --tw-gradient-from: rgb(198 238 219 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-light\/55{
    --tw-gradient-from: rgb(198 238 219 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-light\/60{
    --tw-gradient-from: rgb(198 238 219 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-light\/65{
    --tw-gradient-from: rgb(198 238 219 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-light\/70{
    --tw-gradient-from: rgb(198 238 219 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-light\/75{
    --tw-gradient-from: rgb(198 238 219 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-light\/80{
    --tw-gradient-from: rgb(198 238 219 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-light\/85{
    --tw-gradient-from: rgb(198 238 219 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-light\/90{
    --tw-gradient-from: rgb(198 238 219 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-light\/95{
    --tw-gradient-from: rgb(198 238 219 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/0{
    --tw-gradient-from: rgb(72 229 155 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/10{
    --tw-gradient-from: rgb(72 229 155 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/100{
    --tw-gradient-from: rgb(72 229 155 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/15{
    --tw-gradient-from: rgb(72 229 155 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/20{
    --tw-gradient-from: rgb(72 229 155 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/25{
    --tw-gradient-from: rgb(72 229 155 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/30{
    --tw-gradient-from: rgb(72 229 155 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/35{
    --tw-gradient-from: rgb(72 229 155 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/40{
    --tw-gradient-from: rgb(72 229 155 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/45{
    --tw-gradient-from: rgb(72 229 155 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/5{
    --tw-gradient-from: rgb(72 229 155 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/50{
    --tw-gradient-from: rgb(72 229 155 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/55{
    --tw-gradient-from: rgb(72 229 155 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/60{
    --tw-gradient-from: rgb(72 229 155 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/65{
    --tw-gradient-from: rgb(72 229 155 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/70{
    --tw-gradient-from: rgb(72 229 155 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/75{
    --tw-gradient-from: rgb(72 229 155 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/80{
    --tw-gradient-from: rgb(72 229 155 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/85{
    --tw-gradient-from: rgb(72 229 155 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/90{
    --tw-gradient-from: rgb(72 229 155 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/95{
    --tw-gradient-from: rgb(72 229 155 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary{
    --tw-gradient-from: #015AD5 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-500{
    --tw-gradient-from: #015AD5 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-500\/0{
    --tw-gradient-from: rgb(1 90 213 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-500\/10{
    --tw-gradient-from: rgb(1 90 213 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-500\/100{
    --tw-gradient-from: rgb(1 90 213 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-500\/15{
    --tw-gradient-from: rgb(1 90 213 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-500\/20{
    --tw-gradient-from: rgb(1 90 213 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-500\/25{
    --tw-gradient-from: rgb(1 90 213 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-500\/30{
    --tw-gradient-from: rgb(1 90 213 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-500\/35{
    --tw-gradient-from: rgb(1 90 213 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-500\/40{
    --tw-gradient-from: rgb(1 90 213 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-500\/45{
    --tw-gradient-from: rgb(1 90 213 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-500\/5{
    --tw-gradient-from: rgb(1 90 213 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-500\/50{
    --tw-gradient-from: rgb(1 90 213 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-500\/55{
    --tw-gradient-from: rgb(1 90 213 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-500\/60{
    --tw-gradient-from: rgb(1 90 213 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-500\/65{
    --tw-gradient-from: rgb(1 90 213 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-500\/70{
    --tw-gradient-from: rgb(1 90 213 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-500\/75{
    --tw-gradient-from: rgb(1 90 213 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-500\/80{
    --tw-gradient-from: rgb(1 90 213 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-500\/85{
    --tw-gradient-from: rgb(1 90 213 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-500\/90{
    --tw-gradient-from: rgb(1 90 213 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-500\/95{
    --tw-gradient-from: rgb(1 90 213 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/0{
    --tw-gradient-from: rgb(1 90 213 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/10{
    --tw-gradient-from: rgb(1 90 213 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/100{
    --tw-gradient-from: rgb(1 90 213 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/15{
    --tw-gradient-from: rgb(1 90 213 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/20{
    --tw-gradient-from: rgb(1 90 213 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/25{
    --tw-gradient-from: rgb(1 90 213 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/30{
    --tw-gradient-from: rgb(1 90 213 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/35{
    --tw-gradient-from: rgb(1 90 213 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/40{
    --tw-gradient-from: rgb(1 90 213 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/45{
    --tw-gradient-from: rgb(1 90 213 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/5{
    --tw-gradient-from: rgb(1 90 213 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/50{
    --tw-gradient-from: rgb(1 90 213 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/55{
    --tw-gradient-from: rgb(1 90 213 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/60{
    --tw-gradient-from: rgb(1 90 213 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/65{
    --tw-gradient-from: rgb(1 90 213 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/70{
    --tw-gradient-from: rgb(1 90 213 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/75{
    --tw-gradient-from: rgb(1 90 213 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/80{
    --tw-gradient-from: rgb(1 90 213 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/85{
    --tw-gradient-from: rgb(1 90 213 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/90{
    --tw-gradient-from: rgb(1 90 213 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/95{
    --tw-gradient-from: rgb(1 90 213 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-black-brand{
    --tw-gradient-to: rgb(49 49 49 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #313131 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black-brand\/0{
    --tw-gradient-to: rgb(49 49 49 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(49 49 49 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black-brand\/10{
    --tw-gradient-to: rgb(49 49 49 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(49 49 49 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black-brand\/100{
    --tw-gradient-to: rgb(49 49 49 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(49 49 49 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black-brand\/15{
    --tw-gradient-to: rgb(49 49 49 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(49 49 49 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black-brand\/20{
    --tw-gradient-to: rgb(49 49 49 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(49 49 49 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black-brand\/25{
    --tw-gradient-to: rgb(49 49 49 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(49 49 49 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black-brand\/30{
    --tw-gradient-to: rgb(49 49 49 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(49 49 49 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black-brand\/35{
    --tw-gradient-to: rgb(49 49 49 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(49 49 49 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black-brand\/40{
    --tw-gradient-to: rgb(49 49 49 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(49 49 49 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black-brand\/45{
    --tw-gradient-to: rgb(49 49 49 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(49 49 49 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black-brand\/5{
    --tw-gradient-to: rgb(49 49 49 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(49 49 49 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black-brand\/50{
    --tw-gradient-to: rgb(49 49 49 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(49 49 49 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black-brand\/55{
    --tw-gradient-to: rgb(49 49 49 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(49 49 49 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black-brand\/60{
    --tw-gradient-to: rgb(49 49 49 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(49 49 49 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black-brand\/65{
    --tw-gradient-to: rgb(49 49 49 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(49 49 49 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black-brand\/70{
    --tw-gradient-to: rgb(49 49 49 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(49 49 49 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black-brand\/75{
    --tw-gradient-to: rgb(49 49 49 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(49 49 49 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black-brand\/80{
    --tw-gradient-to: rgb(49 49 49 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(49 49 49 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black-brand\/85{
    --tw-gradient-to: rgb(49 49 49 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(49 49 49 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black-brand\/90{
    --tw-gradient-to: rgb(49 49 49 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(49 49 49 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black-brand\/95{
    --tw-gradient-to: rgb(49 49 49 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(49 49 49 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-100{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #c6eedb0d var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-100\/0{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-100\/10{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-100\/100{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-100\/15{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-100\/20{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-100\/25{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-100\/30{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-100\/35{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-100\/40{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-100\/45{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-100\/5{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-100\/50{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-100\/55{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-100\/60{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-100\/65{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-100\/70{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-100\/75{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-100\/80{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-100\/85{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-100\/90{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-100\/95{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-20{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #48E59B var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-20\/0{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-20\/10{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-20\/100{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-20\/15{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-20\/20{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-20\/25{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-20\/30{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-20\/35{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-20\/40{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-20\/45{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-20\/5{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-20\/50{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-20\/55{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-20\/60{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-20\/65{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-20\/70{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-20\/75{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-20\/80{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-20\/85{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-20\/90{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-20\/95{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-200{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #c6eedb33 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-200\/0{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-200\/10{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-200\/100{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-200\/15{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-200\/20{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-200\/25{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-200\/30{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-200\/35{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-200\/40{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-200\/45{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-200\/5{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-200\/50{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-200\/55{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-200\/60{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-200\/65{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-200\/70{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-200\/75{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-200\/80{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-200\/85{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-200\/90{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-200\/95{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-300{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #C6EEDB var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-300\/0{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-300\/10{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-300\/100{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-300\/15{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-300\/20{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-300\/25{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-300\/30{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-300\/35{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-300\/40{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-300\/45{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-300\/5{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-300\/50{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-300\/55{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-300\/60{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-300\/65{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-300\/70{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-300\/75{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-300\/80{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-300\/85{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-300\/90{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-300\/95{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-black{
    --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #111111 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-black\/0{
    --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-black\/10{
    --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-black\/100{
    --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-black\/15{
    --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-black\/20{
    --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-black\/25{
    --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-black\/30{
    --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-black\/35{
    --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-black\/40{
    --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-black\/45{
    --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-black\/5{
    --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-black\/50{
    --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-black\/55{
    --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-black\/60{
    --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-black\/65{
    --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-black\/70{
    --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-black\/75{
    --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-black\/80{
    --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-black\/85{
    --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-black\/90{
    --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-black\/95{
    --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-blue{
    --tw-gradient-to: rgb(112 168 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #70A8F4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-blue\/0{
    --tw-gradient-to: rgb(112 168 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(112 168 244 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-blue\/10{
    --tw-gradient-to: rgb(112 168 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(112 168 244 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-blue\/100{
    --tw-gradient-to: rgb(112 168 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(112 168 244 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-blue\/15{
    --tw-gradient-to: rgb(112 168 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(112 168 244 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-blue\/20{
    --tw-gradient-to: rgb(112 168 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(112 168 244 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-blue\/25{
    --tw-gradient-to: rgb(112 168 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(112 168 244 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-blue\/30{
    --tw-gradient-to: rgb(112 168 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(112 168 244 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-blue\/35{
    --tw-gradient-to: rgb(112 168 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(112 168 244 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-blue\/40{
    --tw-gradient-to: rgb(112 168 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(112 168 244 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-blue\/45{
    --tw-gradient-to: rgb(112 168 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(112 168 244 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-blue\/5{
    --tw-gradient-to: rgb(112 168 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(112 168 244 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-blue\/50{
    --tw-gradient-to: rgb(112 168 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(112 168 244 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-blue\/55{
    --tw-gradient-to: rgb(112 168 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(112 168 244 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-blue\/60{
    --tw-gradient-to: rgb(112 168 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(112 168 244 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-blue\/65{
    --tw-gradient-to: rgb(112 168 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(112 168 244 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-blue\/70{
    --tw-gradient-to: rgb(112 168 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(112 168 244 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-blue\/75{
    --tw-gradient-to: rgb(112 168 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(112 168 244 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-blue\/80{
    --tw-gradient-to: rgb(112 168 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(112 168 244 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-blue\/85{
    --tw-gradient-to: rgb(112 168 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(112 168 244 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-blue\/90{
    --tw-gradient-to: rgb(112 168 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(112 168 244 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-blue\/95{
    --tw-gradient-to: rgb(112 168 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(112 168 244 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-dark{
    --tw-gradient-to: rgb(35 44 39 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #232C27 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-dark\/0{
    --tw-gradient-to: rgb(35 44 39 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(35 44 39 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-dark\/10{
    --tw-gradient-to: rgb(35 44 39 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(35 44 39 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-dark\/100{
    --tw-gradient-to: rgb(35 44 39 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(35 44 39 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-dark\/15{
    --tw-gradient-to: rgb(35 44 39 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(35 44 39 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-dark\/20{
    --tw-gradient-to: rgb(35 44 39 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(35 44 39 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-dark\/25{
    --tw-gradient-to: rgb(35 44 39 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(35 44 39 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-dark\/30{
    --tw-gradient-to: rgb(35 44 39 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(35 44 39 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-dark\/35{
    --tw-gradient-to: rgb(35 44 39 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(35 44 39 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-dark\/40{
    --tw-gradient-to: rgb(35 44 39 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(35 44 39 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-dark\/45{
    --tw-gradient-to: rgb(35 44 39 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(35 44 39 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-dark\/5{
    --tw-gradient-to: rgb(35 44 39 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(35 44 39 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-dark\/50{
    --tw-gradient-to: rgb(35 44 39 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(35 44 39 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-dark\/55{
    --tw-gradient-to: rgb(35 44 39 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(35 44 39 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-dark\/60{
    --tw-gradient-to: rgb(35 44 39 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(35 44 39 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-dark\/65{
    --tw-gradient-to: rgb(35 44 39 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(35 44 39 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-dark\/70{
    --tw-gradient-to: rgb(35 44 39 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(35 44 39 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-dark\/75{
    --tw-gradient-to: rgb(35 44 39 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(35 44 39 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-dark\/80{
    --tw-gradient-to: rgb(35 44 39 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(35 44 39 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-dark\/85{
    --tw-gradient-to: rgb(35 44 39 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(35 44 39 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-dark\/90{
    --tw-gradient-to: rgb(35 44 39 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(35 44 39 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-dark\/95{
    --tw-gradient-to: rgb(35 44 39 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(35 44 39 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-green{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #48E59B var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-green\/0{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-green\/10{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-green\/100{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-green\/15{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-green\/20{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-green\/25{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-green\/30{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-green\/35{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-green\/40{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-green\/45{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-green\/5{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-green\/50{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-green\/55{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-green\/60{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-green\/65{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-green\/70{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-green\/75{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-green\/80{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-green\/85{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-green\/90{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-green\/95{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-light{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #C6EEDB var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-light\/0{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-light\/10{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-light\/100{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-light\/15{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-light\/20{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-light\/25{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-light\/30{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-light\/35{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-light\/40{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-light\/45{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-light\/5{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-light\/50{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-light\/55{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-light\/60{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-light\/65{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-light\/70{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-light\/75{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-light\/80{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-light\/85{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-light\/90{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-light\/95{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #FF3C3C var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-10{
    --tw-gradient-to: rgb(41 21 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #291515 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-10\/0{
    --tw-gradient-to: rgb(41 21 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(41 21 21 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-10\/10{
    --tw-gradient-to: rgb(41 21 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(41 21 21 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-10\/100{
    --tw-gradient-to: rgb(41 21 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(41 21 21 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-10\/15{
    --tw-gradient-to: rgb(41 21 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(41 21 21 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-10\/20{
    --tw-gradient-to: rgb(41 21 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(41 21 21 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-10\/25{
    --tw-gradient-to: rgb(41 21 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(41 21 21 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-10\/30{
    --tw-gradient-to: rgb(41 21 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(41 21 21 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-10\/35{
    --tw-gradient-to: rgb(41 21 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(41 21 21 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-10\/40{
    --tw-gradient-to: rgb(41 21 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(41 21 21 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-10\/45{
    --tw-gradient-to: rgb(41 21 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(41 21 21 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-10\/5{
    --tw-gradient-to: rgb(41 21 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(41 21 21 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-10\/50{
    --tw-gradient-to: rgb(41 21 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(41 21 21 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-10\/55{
    --tw-gradient-to: rgb(41 21 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(41 21 21 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-10\/60{
    --tw-gradient-to: rgb(41 21 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(41 21 21 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-10\/65{
    --tw-gradient-to: rgb(41 21 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(41 21 21 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-10\/70{
    --tw-gradient-to: rgb(41 21 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(41 21 21 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-10\/75{
    --tw-gradient-to: rgb(41 21 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(41 21 21 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-10\/80{
    --tw-gradient-to: rgb(41 21 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(41 21 21 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-10\/85{
    --tw-gradient-to: rgb(41 21 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(41 21 21 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-10\/90{
    --tw-gradient-to: rgb(41 21 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(41 21 21 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-10\/95{
    --tw-gradient-to: rgb(41 21 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(41 21 21 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-100{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #FFC7C7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-100\/0{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-100\/10{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-100\/100{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-100\/15{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-100\/20{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-100\/25{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-100\/30{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-100\/35{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-100\/40{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-100\/45{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-100\/5{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-100\/50{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-100\/55{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-100\/60{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-100\/65{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-100\/70{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-100\/75{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-100\/80{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-100\/85{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-100\/90{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-100\/95{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-15{
    --tw-gradient-to: rgb(53 23 23 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #351717 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-15\/0{
    --tw-gradient-to: rgb(53 23 23 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(53 23 23 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-15\/10{
    --tw-gradient-to: rgb(53 23 23 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(53 23 23 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-15\/100{
    --tw-gradient-to: rgb(53 23 23 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(53 23 23 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-15\/15{
    --tw-gradient-to: rgb(53 23 23 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(53 23 23 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-15\/20{
    --tw-gradient-to: rgb(53 23 23 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(53 23 23 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-15\/25{
    --tw-gradient-to: rgb(53 23 23 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(53 23 23 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-15\/30{
    --tw-gradient-to: rgb(53 23 23 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(53 23 23 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-15\/35{
    --tw-gradient-to: rgb(53 23 23 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(53 23 23 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-15\/40{
    --tw-gradient-to: rgb(53 23 23 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(53 23 23 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-15\/45{
    --tw-gradient-to: rgb(53 23 23 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(53 23 23 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-15\/5{
    --tw-gradient-to: rgb(53 23 23 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(53 23 23 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-15\/50{
    --tw-gradient-to: rgb(53 23 23 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(53 23 23 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-15\/55{
    --tw-gradient-to: rgb(53 23 23 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(53 23 23 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-15\/60{
    --tw-gradient-to: rgb(53 23 23 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(53 23 23 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-15\/65{
    --tw-gradient-to: rgb(53 23 23 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(53 23 23 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-15\/70{
    --tw-gradient-to: rgb(53 23 23 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(53 23 23 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-15\/75{
    --tw-gradient-to: rgb(53 23 23 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(53 23 23 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-15\/80{
    --tw-gradient-to: rgb(53 23 23 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(53 23 23 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-15\/85{
    --tw-gradient-to: rgb(53 23 23 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(53 23 23 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-15\/90{
    --tw-gradient-to: rgb(53 23 23 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(53 23 23 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-15\/95{
    --tw-gradient-to: rgb(53 23 23 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(53 23 23 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-20{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #3C1919 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-20\/0{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-20\/10{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-20\/100{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-20\/15{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-20\/20{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-20\/25{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-20\/30{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-20\/35{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-20\/40{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-20\/45{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-20\/5{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-20\/50{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-20\/55{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-20\/60{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-20\/65{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-20\/70{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-20\/75{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-20\/80{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-20\/85{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-20\/90{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-20\/95{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-5{
    --tw-gradient-to: rgb(29 19 19 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #1D1313 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-5\/0{
    --tw-gradient-to: rgb(29 19 19 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(29 19 19 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-5\/10{
    --tw-gradient-to: rgb(29 19 19 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(29 19 19 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-5\/100{
    --tw-gradient-to: rgb(29 19 19 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(29 19 19 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-5\/15{
    --tw-gradient-to: rgb(29 19 19 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(29 19 19 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-5\/20{
    --tw-gradient-to: rgb(29 19 19 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(29 19 19 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-5\/25{
    --tw-gradient-to: rgb(29 19 19 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(29 19 19 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-5\/30{
    --tw-gradient-to: rgb(29 19 19 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(29 19 19 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-5\/35{
    --tw-gradient-to: rgb(29 19 19 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(29 19 19 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-5\/40{
    --tw-gradient-to: rgb(29 19 19 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(29 19 19 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-5\/45{
    --tw-gradient-to: rgb(29 19 19 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(29 19 19 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-5\/5{
    --tw-gradient-to: rgb(29 19 19 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(29 19 19 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-5\/50{
    --tw-gradient-to: rgb(29 19 19 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(29 19 19 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-5\/55{
    --tw-gradient-to: rgb(29 19 19 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(29 19 19 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-5\/60{
    --tw-gradient-to: rgb(29 19 19 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(29 19 19 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-5\/65{
    --tw-gradient-to: rgb(29 19 19 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(29 19 19 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-5\/70{
    --tw-gradient-to: rgb(29 19 19 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(29 19 19 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-5\/75{
    --tw-gradient-to: rgb(29 19 19 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(29 19 19 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-5\/80{
    --tw-gradient-to: rgb(29 19 19 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(29 19 19 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-5\/85{
    --tw-gradient-to: rgb(29 19 19 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(29 19 19 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-5\/90{
    --tw-gradient-to: rgb(29 19 19 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(29 19 19 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-5\/95{
    --tw-gradient-to: rgb(29 19 19 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(29 19 19 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-500{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #FF3C3C var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-500\/0{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-500\/10{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-500\/100{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-500\/15{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-500\/20{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-500\/25{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-500\/30{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-500\/35{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-500\/40{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-500\/45{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-500\/5{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-500\/50{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-500\/55{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-500\/60{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-500\/65{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-500\/70{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-500\/75{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-500\/80{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-500\/85{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-500\/90{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-500\/95{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-900{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #3C1919 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-900\/0{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-900\/10{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-900\/100{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-900\/15{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-900\/20{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-900\/25{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-900\/30{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-900\/35{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-900\/40{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-900\/45{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-900\/5{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-900\/50{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-900\/55{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-900\/60{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-900\/65{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-900\/70{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-900\/75{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-900\/80{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-900\/85{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-900\/90{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-900\/95{
    --tw-gradient-to: rgb(60 25 25 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(60 25 25 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-light{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #FFC7C7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-light\/0{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-light\/10{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-light\/100{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-light\/15{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-light\/20{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-light\/25{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-light\/30{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-light\/35{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-light\/40{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-light\/45{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-light\/5{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-light\/50{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-light\/55{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-light\/60{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-light\/65{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-light\/70{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-light\/75{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-light\/80{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-light\/85{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-light\/90{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error-light\/95{
    --tw-gradient-to: rgb(255 199 199 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 199 199 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error\/0{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error\/10{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error\/100{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error\/15{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error\/20{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error\/25{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error\/30{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error\/35{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error\/40{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error\/45{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error\/5{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error\/50{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error\/55{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error\/60{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error\/65{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error\/70{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error\/75{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error\/80{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error\/85{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error\/90{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-error\/95{
    --tw-gradient-to: rgb(255 60 60 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 60 60 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #48E59B var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-20{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #1C3B2D var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-20\/0{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-20\/10{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-20\/100{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-20\/15{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-20\/20{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-20\/25{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-20\/30{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-20\/35{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-20\/40{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-20\/45{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-20\/5{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-20\/50{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-20\/55{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-20\/60{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-20\/65{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-20\/70{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-20\/75{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-20\/80{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-20\/85{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-20\/90{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-20\/95{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-200{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #C6EEDB var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-200\/0{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-200\/10{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-200\/100{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-200\/15{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-200\/20{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-200\/25{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-200\/30{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-200\/35{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-200\/40{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-200\/45{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-200\/5{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-200\/50{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-200\/55{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-200\/60{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-200\/65{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-200\/70{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-200\/75{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-200\/80{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-200\/85{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-200\/90{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-200\/95{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-5{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #141C18 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-5\/0{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-5\/10{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-5\/100{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-5\/15{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-5\/20{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-5\/25{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-5\/30{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-5\/35{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-5\/40{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-5\/45{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-5\/5{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-5\/50{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-5\/55{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-5\/60{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-5\/65{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-5\/70{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-5\/75{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-5\/80{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-5\/85{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-5\/90{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-5\/95{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-500{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #48E59B var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-500\/0{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-500\/10{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-500\/100{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-500\/15{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-500\/20{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-500\/25{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-500\/30{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-500\/35{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-500\/40{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-500\/45{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-500\/5{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-500\/50{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-500\/55{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-500\/60{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-500\/65{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-500\/70{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-500\/75{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-500\/80{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-500\/85{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-500\/90{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-500\/95{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-60{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #399B6D var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-60\/0{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-60\/10{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-60\/100{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-60\/15{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-60\/20{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-60\/25{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-60\/30{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-60\/35{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-60\/40{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-60\/45{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-60\/5{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-60\/50{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-60\/55{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-60\/60{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-60\/65{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-60\/70{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-60\/75{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-60\/80{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-60\/85{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-60\/90{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-60\/95{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-600{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #3DBB7F var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-600\/0{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-600\/10{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-600\/100{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-600\/15{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-600\/20{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-600\/25{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-600\/30{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-600\/35{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-600\/40{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-600\/45{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-600\/5{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-600\/50{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-600\/55{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-600\/60{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-600\/65{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-600\/70{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-600\/75{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-600\/80{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-600\/85{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-600\/90{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-600\/95{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-700{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #399B6D var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-700\/0{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-700\/10{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-700\/100{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-700\/15{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-700\/20{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-700\/25{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-700\/30{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-700\/35{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-700\/40{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-700\/45{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-700\/5{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-700\/50{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-700\/55{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-700\/60{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-700\/65{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-700\/70{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-700\/75{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-700\/80{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-700\/85{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-700\/90{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-700\/95{
    --tw-gradient-to: rgb(57 155 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(57 155 109 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-80{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #3DBB7F var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-80\/0{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-80\/10{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-80\/100{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-80\/15{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-80\/20{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-80\/25{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-80\/30{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-80\/35{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-80\/40{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-80\/45{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-80\/5{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-80\/50{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-80\/55{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-80\/60{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-80\/65{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-80\/70{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-80\/75{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-80\/80{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-80\/85{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-80\/90{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-80\/95{
    --tw-gradient-to: rgb(61 187 127 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(61 187 127 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-800{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #0A4429 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-800\/0{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-800\/10{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-800\/100{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-800\/15{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-800\/20{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-800\/25{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-800\/30{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-800\/35{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-800\/40{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-800\/45{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-800\/5{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-800\/50{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-800\/55{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-800\/60{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-800\/65{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-800\/70{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-800\/75{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-800\/80{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-800\/85{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-800\/90{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-800\/95{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-900{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #1C3B2D var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-900\/0{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-900\/10{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-900\/100{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-900\/15{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-900\/20{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-900\/25{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-900\/30{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-900\/35{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-900\/40{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-900\/45{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-900\/5{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-900\/50{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-900\/55{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-900\/60{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-900\/65{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-900\/70{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-900\/75{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-900\/80{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-900\/85{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-900\/90{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-900\/95{
    --tw-gradient-to: rgb(28 59 45 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(28 59 45 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-950{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #141C18 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-950\/0{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-950\/10{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-950\/100{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-950\/15{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-950\/20{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-950\/25{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-950\/30{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-950\/35{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-950\/40{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-950\/45{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-950\/5{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-950\/50{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-950\/55{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-950\/60{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-950\/65{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-950\/70{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-950\/75{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-950\/80{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-950\/85{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-950\/90{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-950\/95{
    --tw-gradient-to: rgb(20 28 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(20 28 24 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-dark{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #0A4429 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-dark\/0{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-dark\/10{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-dark\/100{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-dark\/15{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-dark\/20{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-dark\/25{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-dark\/30{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-dark\/35{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-dark\/40{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-dark\/45{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-dark\/5{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-dark\/50{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-dark\/55{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-dark\/60{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-dark\/65{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-dark\/70{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-dark\/75{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-dark\/80{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-dark\/85{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-dark\/90{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-dark\/95{
    --tw-gradient-to: rgb(10 68 41 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(10 68 41 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-light{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #C6EEDB var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-light\/0{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-light\/10{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-light\/100{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-light\/15{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-light\/20{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-light\/25{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-light\/30{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-light\/35{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-light\/40{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-light\/45{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-light\/5{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-light\/50{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-light\/55{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-light\/60{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-light\/65{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-light\/70{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-light\/75{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-light\/80{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-light\/85{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-light\/90{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-light\/95{
    --tw-gradient-to: rgb(198 238 219 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(198 238 219 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/0{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/10{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/100{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/15{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/20{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/25{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/30{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/35{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/40{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/45{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/5{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/50{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/55{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/60{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/65{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/70{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/75{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/80{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/85{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/90{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/95{
    --tw-gradient-to: rgb(72 229 155 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(72 229 155 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #015AD5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary-500{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #015AD5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary-500\/0{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary-500\/10{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary-500\/100{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary-500\/15{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary-500\/20{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary-500\/25{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary-500\/30{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary-500\/35{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary-500\/40{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary-500\/45{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary-500\/5{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary-500\/50{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary-500\/55{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary-500\/60{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary-500\/65{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary-500\/70{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary-500\/75{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary-500\/80{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary-500\/85{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary-500\/90{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary-500\/95{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/0{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/10{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/100{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/15{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/20{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/25{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/30{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/35{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/40{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/45{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/5{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/50{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/55{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/60{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/65{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/70{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/75{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/80{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/85{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/90{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/95{
    --tw-gradient-to: rgb(1 90 213 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(1 90 213 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-black-brand{
    --tw-gradient-to: #313131 var(--tw-gradient-to-position);
}
.to-black-brand\/0{
    --tw-gradient-to: rgb(49 49 49 / 0) var(--tw-gradient-to-position);
}
.to-black-brand\/10{
    --tw-gradient-to: rgb(49 49 49 / 0.1) var(--tw-gradient-to-position);
}
.to-black-brand\/100{
    --tw-gradient-to: rgb(49 49 49 / 1) var(--tw-gradient-to-position);
}
.to-black-brand\/15{
    --tw-gradient-to: rgb(49 49 49 / 0.15) var(--tw-gradient-to-position);
}
.to-black-brand\/20{
    --tw-gradient-to: rgb(49 49 49 / 0.2) var(--tw-gradient-to-position);
}
.to-black-brand\/25{
    --tw-gradient-to: rgb(49 49 49 / 0.25) var(--tw-gradient-to-position);
}
.to-black-brand\/30{
    --tw-gradient-to: rgb(49 49 49 / 0.3) var(--tw-gradient-to-position);
}
.to-black-brand\/35{
    --tw-gradient-to: rgb(49 49 49 / 0.35) var(--tw-gradient-to-position);
}
.to-black-brand\/40{
    --tw-gradient-to: rgb(49 49 49 / 0.4) var(--tw-gradient-to-position);
}
.to-black-brand\/45{
    --tw-gradient-to: rgb(49 49 49 / 0.45) var(--tw-gradient-to-position);
}
.to-black-brand\/5{
    --tw-gradient-to: rgb(49 49 49 / 0.05) var(--tw-gradient-to-position);
}
.to-black-brand\/50{
    --tw-gradient-to: rgb(49 49 49 / 0.5) var(--tw-gradient-to-position);
}
.to-black-brand\/55{
    --tw-gradient-to: rgb(49 49 49 / 0.55) var(--tw-gradient-to-position);
}
.to-black-brand\/60{
    --tw-gradient-to: rgb(49 49 49 / 0.6) var(--tw-gradient-to-position);
}
.to-black-brand\/65{
    --tw-gradient-to: rgb(49 49 49 / 0.65) var(--tw-gradient-to-position);
}
.to-black-brand\/70{
    --tw-gradient-to: rgb(49 49 49 / 0.7) var(--tw-gradient-to-position);
}
.to-black-brand\/75{
    --tw-gradient-to: rgb(49 49 49 / 0.75) var(--tw-gradient-to-position);
}
.to-black-brand\/80{
    --tw-gradient-to: rgb(49 49 49 / 0.8) var(--tw-gradient-to-position);
}
.to-black-brand\/85{
    --tw-gradient-to: rgb(49 49 49 / 0.85) var(--tw-gradient-to-position);
}
.to-black-brand\/90{
    --tw-gradient-to: rgb(49 49 49 / 0.9) var(--tw-gradient-to-position);
}
.to-black-brand\/95{
    --tw-gradient-to: rgb(49 49 49 / 0.95) var(--tw-gradient-to-position);
}
.to-brand-100{
    --tw-gradient-to: #c6eedb0d var(--tw-gradient-to-position);
}
.to-brand-100\/0{
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
}
.to-brand-100\/10{
    --tw-gradient-to: rgb(198 238 219 / 0.1) var(--tw-gradient-to-position);
}
.to-brand-100\/100{
    --tw-gradient-to: rgb(198 238 219 / 1) var(--tw-gradient-to-position);
}
.to-brand-100\/15{
    --tw-gradient-to: rgb(198 238 219 / 0.15) var(--tw-gradient-to-position);
}
.to-brand-100\/20{
    --tw-gradient-to: rgb(198 238 219 / 0.2) var(--tw-gradient-to-position);
}
.to-brand-100\/25{
    --tw-gradient-to: rgb(198 238 219 / 0.25) var(--tw-gradient-to-position);
}
.to-brand-100\/30{
    --tw-gradient-to: rgb(198 238 219 / 0.3) var(--tw-gradient-to-position);
}
.to-brand-100\/35{
    --tw-gradient-to: rgb(198 238 219 / 0.35) var(--tw-gradient-to-position);
}
.to-brand-100\/40{
    --tw-gradient-to: rgb(198 238 219 / 0.4) var(--tw-gradient-to-position);
}
.to-brand-100\/45{
    --tw-gradient-to: rgb(198 238 219 / 0.45) var(--tw-gradient-to-position);
}
.to-brand-100\/5{
    --tw-gradient-to: rgb(198 238 219 / 0.05) var(--tw-gradient-to-position);
}
.to-brand-100\/50{
    --tw-gradient-to: rgb(198 238 219 / 0.5) var(--tw-gradient-to-position);
}
.to-brand-100\/55{
    --tw-gradient-to: rgb(198 238 219 / 0.55) var(--tw-gradient-to-position);
}
.to-brand-100\/60{
    --tw-gradient-to: rgb(198 238 219 / 0.6) var(--tw-gradient-to-position);
}
.to-brand-100\/65{
    --tw-gradient-to: rgb(198 238 219 / 0.65) var(--tw-gradient-to-position);
}
.to-brand-100\/70{
    --tw-gradient-to: rgb(198 238 219 / 0.7) var(--tw-gradient-to-position);
}
.to-brand-100\/75{
    --tw-gradient-to: rgb(198 238 219 / 0.75) var(--tw-gradient-to-position);
}
.to-brand-100\/80{
    --tw-gradient-to: rgb(198 238 219 / 0.8) var(--tw-gradient-to-position);
}
.to-brand-100\/85{
    --tw-gradient-to: rgb(198 238 219 / 0.85) var(--tw-gradient-to-position);
}
.to-brand-100\/90{
    --tw-gradient-to: rgb(198 238 219 / 0.9) var(--tw-gradient-to-position);
}
.to-brand-100\/95{
    --tw-gradient-to: rgb(198 238 219 / 0.95) var(--tw-gradient-to-position);
}
.to-brand-20{
    --tw-gradient-to: #48E59B var(--tw-gradient-to-position);
}
.to-brand-20\/0{
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
}
.to-brand-20\/10{
    --tw-gradient-to: rgb(72 229 155 / 0.1) var(--tw-gradient-to-position);
}
.to-brand-20\/100{
    --tw-gradient-to: rgb(72 229 155 / 1) var(--tw-gradient-to-position);
}
.to-brand-20\/15{
    --tw-gradient-to: rgb(72 229 155 / 0.15) var(--tw-gradient-to-position);
}
.to-brand-20\/20{
    --tw-gradient-to: rgb(72 229 155 / 0.2) var(--tw-gradient-to-position);
}
.to-brand-20\/25{
    --tw-gradient-to: rgb(72 229 155 / 0.25) var(--tw-gradient-to-position);
}
.to-brand-20\/30{
    --tw-gradient-to: rgb(72 229 155 / 0.3) var(--tw-gradient-to-position);
}
.to-brand-20\/35{
    --tw-gradient-to: rgb(72 229 155 / 0.35) var(--tw-gradient-to-position);
}
.to-brand-20\/40{
    --tw-gradient-to: rgb(72 229 155 / 0.4) var(--tw-gradient-to-position);
}
.to-brand-20\/45{
    --tw-gradient-to: rgb(72 229 155 / 0.45) var(--tw-gradient-to-position);
}
.to-brand-20\/5{
    --tw-gradient-to: rgb(72 229 155 / 0.05) var(--tw-gradient-to-position);
}
.to-brand-20\/50{
    --tw-gradient-to: rgb(72 229 155 / 0.5) var(--tw-gradient-to-position);
}
.to-brand-20\/55{
    --tw-gradient-to: rgb(72 229 155 / 0.55) var(--tw-gradient-to-position);
}
.to-brand-20\/60{
    --tw-gradient-to: rgb(72 229 155 / 0.6) var(--tw-gradient-to-position);
}
.to-brand-20\/65{
    --tw-gradient-to: rgb(72 229 155 / 0.65) var(--tw-gradient-to-position);
}
.to-brand-20\/70{
    --tw-gradient-to: rgb(72 229 155 / 0.7) var(--tw-gradient-to-position);
}
.to-brand-20\/75{
    --tw-gradient-to: rgb(72 229 155 / 0.75) var(--tw-gradient-to-position);
}
.to-brand-20\/80{
    --tw-gradient-to: rgb(72 229 155 / 0.8) var(--tw-gradient-to-position);
}
.to-brand-20\/85{
    --tw-gradient-to: rgb(72 229 155 / 0.85) var(--tw-gradient-to-position);
}
.to-brand-20\/90{
    --tw-gradient-to: rgb(72 229 155 / 0.9) var(--tw-gradient-to-position);
}
.to-brand-20\/95{
    --tw-gradient-to: rgb(72 229 155 / 0.95) var(--tw-gradient-to-position);
}
.to-brand-200{
    --tw-gradient-to: #c6eedb33 var(--tw-gradient-to-position);
}
.to-brand-200\/0{
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
}
.to-brand-200\/10{
    --tw-gradient-to: rgb(198 238 219 / 0.1) var(--tw-gradient-to-position);
}
.to-brand-200\/100{
    --tw-gradient-to: rgb(198 238 219 / 1) var(--tw-gradient-to-position);
}
.to-brand-200\/15{
    --tw-gradient-to: rgb(198 238 219 / 0.15) var(--tw-gradient-to-position);
}
.to-brand-200\/20{
    --tw-gradient-to: rgb(198 238 219 / 0.2) var(--tw-gradient-to-position);
}
.to-brand-200\/25{
    --tw-gradient-to: rgb(198 238 219 / 0.25) var(--tw-gradient-to-position);
}
.to-brand-200\/30{
    --tw-gradient-to: rgb(198 238 219 / 0.3) var(--tw-gradient-to-position);
}
.to-brand-200\/35{
    --tw-gradient-to: rgb(198 238 219 / 0.35) var(--tw-gradient-to-position);
}
.to-brand-200\/40{
    --tw-gradient-to: rgb(198 238 219 / 0.4) var(--tw-gradient-to-position);
}
.to-brand-200\/45{
    --tw-gradient-to: rgb(198 238 219 / 0.45) var(--tw-gradient-to-position);
}
.to-brand-200\/5{
    --tw-gradient-to: rgb(198 238 219 / 0.05) var(--tw-gradient-to-position);
}
.to-brand-200\/50{
    --tw-gradient-to: rgb(198 238 219 / 0.5) var(--tw-gradient-to-position);
}
.to-brand-200\/55{
    --tw-gradient-to: rgb(198 238 219 / 0.55) var(--tw-gradient-to-position);
}
.to-brand-200\/60{
    --tw-gradient-to: rgb(198 238 219 / 0.6) var(--tw-gradient-to-position);
}
.to-brand-200\/65{
    --tw-gradient-to: rgb(198 238 219 / 0.65) var(--tw-gradient-to-position);
}
.to-brand-200\/70{
    --tw-gradient-to: rgb(198 238 219 / 0.7) var(--tw-gradient-to-position);
}
.to-brand-200\/75{
    --tw-gradient-to: rgb(198 238 219 / 0.75) var(--tw-gradient-to-position);
}
.to-brand-200\/80{
    --tw-gradient-to: rgb(198 238 219 / 0.8) var(--tw-gradient-to-position);
}
.to-brand-200\/85{
    --tw-gradient-to: rgb(198 238 219 / 0.85) var(--tw-gradient-to-position);
}
.to-brand-200\/90{
    --tw-gradient-to: rgb(198 238 219 / 0.9) var(--tw-gradient-to-position);
}
.to-brand-200\/95{
    --tw-gradient-to: rgb(198 238 219 / 0.95) var(--tw-gradient-to-position);
}
.to-brand-300{
    --tw-gradient-to: #C6EEDB var(--tw-gradient-to-position);
}
.to-brand-300\/0{
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
}
.to-brand-300\/10{
    --tw-gradient-to: rgb(198 238 219 / 0.1) var(--tw-gradient-to-position);
}
.to-brand-300\/100{
    --tw-gradient-to: rgb(198 238 219 / 1) var(--tw-gradient-to-position);
}
.to-brand-300\/15{
    --tw-gradient-to: rgb(198 238 219 / 0.15) var(--tw-gradient-to-position);
}
.to-brand-300\/20{
    --tw-gradient-to: rgb(198 238 219 / 0.2) var(--tw-gradient-to-position);
}
.to-brand-300\/25{
    --tw-gradient-to: rgb(198 238 219 / 0.25) var(--tw-gradient-to-position);
}
.to-brand-300\/30{
    --tw-gradient-to: rgb(198 238 219 / 0.3) var(--tw-gradient-to-position);
}
.to-brand-300\/35{
    --tw-gradient-to: rgb(198 238 219 / 0.35) var(--tw-gradient-to-position);
}
.to-brand-300\/40{
    --tw-gradient-to: rgb(198 238 219 / 0.4) var(--tw-gradient-to-position);
}
.to-brand-300\/45{
    --tw-gradient-to: rgb(198 238 219 / 0.45) var(--tw-gradient-to-position);
}
.to-brand-300\/5{
    --tw-gradient-to: rgb(198 238 219 / 0.05) var(--tw-gradient-to-position);
}
.to-brand-300\/50{
    --tw-gradient-to: rgb(198 238 219 / 0.5) var(--tw-gradient-to-position);
}
.to-brand-300\/55{
    --tw-gradient-to: rgb(198 238 219 / 0.55) var(--tw-gradient-to-position);
}
.to-brand-300\/60{
    --tw-gradient-to: rgb(198 238 219 / 0.6) var(--tw-gradient-to-position);
}
.to-brand-300\/65{
    --tw-gradient-to: rgb(198 238 219 / 0.65) var(--tw-gradient-to-position);
}
.to-brand-300\/70{
    --tw-gradient-to: rgb(198 238 219 / 0.7) var(--tw-gradient-to-position);
}
.to-brand-300\/75{
    --tw-gradient-to: rgb(198 238 219 / 0.75) var(--tw-gradient-to-position);
}
.to-brand-300\/80{
    --tw-gradient-to: rgb(198 238 219 / 0.8) var(--tw-gradient-to-position);
}
.to-brand-300\/85{
    --tw-gradient-to: rgb(198 238 219 / 0.85) var(--tw-gradient-to-position);
}
.to-brand-300\/90{
    --tw-gradient-to: rgb(198 238 219 / 0.9) var(--tw-gradient-to-position);
}
.to-brand-300\/95{
    --tw-gradient-to: rgb(198 238 219 / 0.95) var(--tw-gradient-to-position);
}
.to-brand-black{
    --tw-gradient-to: #111111 var(--tw-gradient-to-position);
}
.to-brand-black\/0{
    --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
}
.to-brand-black\/10{
    --tw-gradient-to: rgb(17 17 17 / 0.1) var(--tw-gradient-to-position);
}
.to-brand-black\/100{
    --tw-gradient-to: rgb(17 17 17 / 1) var(--tw-gradient-to-position);
}
.to-brand-black\/15{
    --tw-gradient-to: rgb(17 17 17 / 0.15) var(--tw-gradient-to-position);
}
.to-brand-black\/20{
    --tw-gradient-to: rgb(17 17 17 / 0.2) var(--tw-gradient-to-position);
}
.to-brand-black\/25{
    --tw-gradient-to: rgb(17 17 17 / 0.25) var(--tw-gradient-to-position);
}
.to-brand-black\/30{
    --tw-gradient-to: rgb(17 17 17 / 0.3) var(--tw-gradient-to-position);
}
.to-brand-black\/35{
    --tw-gradient-to: rgb(17 17 17 / 0.35) var(--tw-gradient-to-position);
}
.to-brand-black\/40{
    --tw-gradient-to: rgb(17 17 17 / 0.4) var(--tw-gradient-to-position);
}
.to-brand-black\/45{
    --tw-gradient-to: rgb(17 17 17 / 0.45) var(--tw-gradient-to-position);
}
.to-brand-black\/5{
    --tw-gradient-to: rgb(17 17 17 / 0.05) var(--tw-gradient-to-position);
}
.to-brand-black\/50{
    --tw-gradient-to: rgb(17 17 17 / 0.5) var(--tw-gradient-to-position);
}
.to-brand-black\/55{
    --tw-gradient-to: rgb(17 17 17 / 0.55) var(--tw-gradient-to-position);
}
.to-brand-black\/60{
    --tw-gradient-to: rgb(17 17 17 / 0.6) var(--tw-gradient-to-position);
}
.to-brand-black\/65{
    --tw-gradient-to: rgb(17 17 17 / 0.65) var(--tw-gradient-to-position);
}
.to-brand-black\/70{
    --tw-gradient-to: rgb(17 17 17 / 0.7) var(--tw-gradient-to-position);
}
.to-brand-black\/75{
    --tw-gradient-to: rgb(17 17 17 / 0.75) var(--tw-gradient-to-position);
}
.to-brand-black\/80{
    --tw-gradient-to: rgb(17 17 17 / 0.8) var(--tw-gradient-to-position);
}
.to-brand-black\/85{
    --tw-gradient-to: rgb(17 17 17 / 0.85) var(--tw-gradient-to-position);
}
.to-brand-black\/90{
    --tw-gradient-to: rgb(17 17 17 / 0.9) var(--tw-gradient-to-position);
}
.to-brand-black\/95{
    --tw-gradient-to: rgb(17 17 17 / 0.95) var(--tw-gradient-to-position);
}
.to-brand-blue{
    --tw-gradient-to: #70A8F4 var(--tw-gradient-to-position);
}
.to-brand-blue\/0{
    --tw-gradient-to: rgb(112 168 244 / 0) var(--tw-gradient-to-position);
}
.to-brand-blue\/10{
    --tw-gradient-to: rgb(112 168 244 / 0.1) var(--tw-gradient-to-position);
}
.to-brand-blue\/100{
    --tw-gradient-to: rgb(112 168 244 / 1) var(--tw-gradient-to-position);
}
.to-brand-blue\/15{
    --tw-gradient-to: rgb(112 168 244 / 0.15) var(--tw-gradient-to-position);
}
.to-brand-blue\/20{
    --tw-gradient-to: rgb(112 168 244 / 0.2) var(--tw-gradient-to-position);
}
.to-brand-blue\/25{
    --tw-gradient-to: rgb(112 168 244 / 0.25) var(--tw-gradient-to-position);
}
.to-brand-blue\/30{
    --tw-gradient-to: rgb(112 168 244 / 0.3) var(--tw-gradient-to-position);
}
.to-brand-blue\/35{
    --tw-gradient-to: rgb(112 168 244 / 0.35) var(--tw-gradient-to-position);
}
.to-brand-blue\/40{
    --tw-gradient-to: rgb(112 168 244 / 0.4) var(--tw-gradient-to-position);
}
.to-brand-blue\/45{
    --tw-gradient-to: rgb(112 168 244 / 0.45) var(--tw-gradient-to-position);
}
.to-brand-blue\/5{
    --tw-gradient-to: rgb(112 168 244 / 0.05) var(--tw-gradient-to-position);
}
.to-brand-blue\/50{
    --tw-gradient-to: rgb(112 168 244 / 0.5) var(--tw-gradient-to-position);
}
.to-brand-blue\/55{
    --tw-gradient-to: rgb(112 168 244 / 0.55) var(--tw-gradient-to-position);
}
.to-brand-blue\/60{
    --tw-gradient-to: rgb(112 168 244 / 0.6) var(--tw-gradient-to-position);
}
.to-brand-blue\/65{
    --tw-gradient-to: rgb(112 168 244 / 0.65) var(--tw-gradient-to-position);
}
.to-brand-blue\/70{
    --tw-gradient-to: rgb(112 168 244 / 0.7) var(--tw-gradient-to-position);
}
.to-brand-blue\/75{
    --tw-gradient-to: rgb(112 168 244 / 0.75) var(--tw-gradient-to-position);
}
.to-brand-blue\/80{
    --tw-gradient-to: rgb(112 168 244 / 0.8) var(--tw-gradient-to-position);
}
.to-brand-blue\/85{
    --tw-gradient-to: rgb(112 168 244 / 0.85) var(--tw-gradient-to-position);
}
.to-brand-blue\/90{
    --tw-gradient-to: rgb(112 168 244 / 0.9) var(--tw-gradient-to-position);
}
.to-brand-blue\/95{
    --tw-gradient-to: rgb(112 168 244 / 0.95) var(--tw-gradient-to-position);
}
.to-brand-dark{
    --tw-gradient-to: #232C27 var(--tw-gradient-to-position);
}
.to-brand-dark\/0{
    --tw-gradient-to: rgb(35 44 39 / 0) var(--tw-gradient-to-position);
}
.to-brand-dark\/10{
    --tw-gradient-to: rgb(35 44 39 / 0.1) var(--tw-gradient-to-position);
}
.to-brand-dark\/100{
    --tw-gradient-to: rgb(35 44 39 / 1) var(--tw-gradient-to-position);
}
.to-brand-dark\/15{
    --tw-gradient-to: rgb(35 44 39 / 0.15) var(--tw-gradient-to-position);
}
.to-brand-dark\/20{
    --tw-gradient-to: rgb(35 44 39 / 0.2) var(--tw-gradient-to-position);
}
.to-brand-dark\/25{
    --tw-gradient-to: rgb(35 44 39 / 0.25) var(--tw-gradient-to-position);
}
.to-brand-dark\/30{
    --tw-gradient-to: rgb(35 44 39 / 0.3) var(--tw-gradient-to-position);
}
.to-brand-dark\/35{
    --tw-gradient-to: rgb(35 44 39 / 0.35) var(--tw-gradient-to-position);
}
.to-brand-dark\/40{
    --tw-gradient-to: rgb(35 44 39 / 0.4) var(--tw-gradient-to-position);
}
.to-brand-dark\/45{
    --tw-gradient-to: rgb(35 44 39 / 0.45) var(--tw-gradient-to-position);
}
.to-brand-dark\/5{
    --tw-gradient-to: rgb(35 44 39 / 0.05) var(--tw-gradient-to-position);
}
.to-brand-dark\/50{
    --tw-gradient-to: rgb(35 44 39 / 0.5) var(--tw-gradient-to-position);
}
.to-brand-dark\/55{
    --tw-gradient-to: rgb(35 44 39 / 0.55) var(--tw-gradient-to-position);
}
.to-brand-dark\/60{
    --tw-gradient-to: rgb(35 44 39 / 0.6) var(--tw-gradient-to-position);
}
.to-brand-dark\/65{
    --tw-gradient-to: rgb(35 44 39 / 0.65) var(--tw-gradient-to-position);
}
.to-brand-dark\/70{
    --tw-gradient-to: rgb(35 44 39 / 0.7) var(--tw-gradient-to-position);
}
.to-brand-dark\/75{
    --tw-gradient-to: rgb(35 44 39 / 0.75) var(--tw-gradient-to-position);
}
.to-brand-dark\/80{
    --tw-gradient-to: rgb(35 44 39 / 0.8) var(--tw-gradient-to-position);
}
.to-brand-dark\/85{
    --tw-gradient-to: rgb(35 44 39 / 0.85) var(--tw-gradient-to-position);
}
.to-brand-dark\/90{
    --tw-gradient-to: rgb(35 44 39 / 0.9) var(--tw-gradient-to-position);
}
.to-brand-dark\/95{
    --tw-gradient-to: rgb(35 44 39 / 0.95) var(--tw-gradient-to-position);
}
.to-brand-green{
    --tw-gradient-to: #48E59B var(--tw-gradient-to-position);
}
.to-brand-green\/0{
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
}
.to-brand-green\/10{
    --tw-gradient-to: rgb(72 229 155 / 0.1) var(--tw-gradient-to-position);
}
.to-brand-green\/100{
    --tw-gradient-to: rgb(72 229 155 / 1) var(--tw-gradient-to-position);
}
.to-brand-green\/15{
    --tw-gradient-to: rgb(72 229 155 / 0.15) var(--tw-gradient-to-position);
}
.to-brand-green\/20{
    --tw-gradient-to: rgb(72 229 155 / 0.2) var(--tw-gradient-to-position);
}
.to-brand-green\/25{
    --tw-gradient-to: rgb(72 229 155 / 0.25) var(--tw-gradient-to-position);
}
.to-brand-green\/30{
    --tw-gradient-to: rgb(72 229 155 / 0.3) var(--tw-gradient-to-position);
}
.to-brand-green\/35{
    --tw-gradient-to: rgb(72 229 155 / 0.35) var(--tw-gradient-to-position);
}
.to-brand-green\/40{
    --tw-gradient-to: rgb(72 229 155 / 0.4) var(--tw-gradient-to-position);
}
.to-brand-green\/45{
    --tw-gradient-to: rgb(72 229 155 / 0.45) var(--tw-gradient-to-position);
}
.to-brand-green\/5{
    --tw-gradient-to: rgb(72 229 155 / 0.05) var(--tw-gradient-to-position);
}
.to-brand-green\/50{
    --tw-gradient-to: rgb(72 229 155 / 0.5) var(--tw-gradient-to-position);
}
.to-brand-green\/55{
    --tw-gradient-to: rgb(72 229 155 / 0.55) var(--tw-gradient-to-position);
}
.to-brand-green\/60{
    --tw-gradient-to: rgb(72 229 155 / 0.6) var(--tw-gradient-to-position);
}
.to-brand-green\/65{
    --tw-gradient-to: rgb(72 229 155 / 0.65) var(--tw-gradient-to-position);
}
.to-brand-green\/70{
    --tw-gradient-to: rgb(72 229 155 / 0.7) var(--tw-gradient-to-position);
}
.to-brand-green\/75{
    --tw-gradient-to: rgb(72 229 155 / 0.75) var(--tw-gradient-to-position);
}
.to-brand-green\/80{
    --tw-gradient-to: rgb(72 229 155 / 0.8) var(--tw-gradient-to-position);
}
.to-brand-green\/85{
    --tw-gradient-to: rgb(72 229 155 / 0.85) var(--tw-gradient-to-position);
}
.to-brand-green\/90{
    --tw-gradient-to: rgb(72 229 155 / 0.9) var(--tw-gradient-to-position);
}
.to-brand-green\/95{
    --tw-gradient-to: rgb(72 229 155 / 0.95) var(--tw-gradient-to-position);
}
.to-brand-light{
    --tw-gradient-to: #C6EEDB var(--tw-gradient-to-position);
}
.to-brand-light\/0{
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
}
.to-brand-light\/10{
    --tw-gradient-to: rgb(198 238 219 / 0.1) var(--tw-gradient-to-position);
}
.to-brand-light\/100{
    --tw-gradient-to: rgb(198 238 219 / 1) var(--tw-gradient-to-position);
}
.to-brand-light\/15{
    --tw-gradient-to: rgb(198 238 219 / 0.15) var(--tw-gradient-to-position);
}
.to-brand-light\/20{
    --tw-gradient-to: rgb(198 238 219 / 0.2) var(--tw-gradient-to-position);
}
.to-brand-light\/25{
    --tw-gradient-to: rgb(198 238 219 / 0.25) var(--tw-gradient-to-position);
}
.to-brand-light\/30{
    --tw-gradient-to: rgb(198 238 219 / 0.3) var(--tw-gradient-to-position);
}
.to-brand-light\/35{
    --tw-gradient-to: rgb(198 238 219 / 0.35) var(--tw-gradient-to-position);
}
.to-brand-light\/40{
    --tw-gradient-to: rgb(198 238 219 / 0.4) var(--tw-gradient-to-position);
}
.to-brand-light\/45{
    --tw-gradient-to: rgb(198 238 219 / 0.45) var(--tw-gradient-to-position);
}
.to-brand-light\/5{
    --tw-gradient-to: rgb(198 238 219 / 0.05) var(--tw-gradient-to-position);
}
.to-brand-light\/50{
    --tw-gradient-to: rgb(198 238 219 / 0.5) var(--tw-gradient-to-position);
}
.to-brand-light\/55{
    --tw-gradient-to: rgb(198 238 219 / 0.55) var(--tw-gradient-to-position);
}
.to-brand-light\/60{
    --tw-gradient-to: rgb(198 238 219 / 0.6) var(--tw-gradient-to-position);
}
.to-brand-light\/65{
    --tw-gradient-to: rgb(198 238 219 / 0.65) var(--tw-gradient-to-position);
}
.to-brand-light\/70{
    --tw-gradient-to: rgb(198 238 219 / 0.7) var(--tw-gradient-to-position);
}
.to-brand-light\/75{
    --tw-gradient-to: rgb(198 238 219 / 0.75) var(--tw-gradient-to-position);
}
.to-brand-light\/80{
    --tw-gradient-to: rgb(198 238 219 / 0.8) var(--tw-gradient-to-position);
}
.to-brand-light\/85{
    --tw-gradient-to: rgb(198 238 219 / 0.85) var(--tw-gradient-to-position);
}
.to-brand-light\/90{
    --tw-gradient-to: rgb(198 238 219 / 0.9) var(--tw-gradient-to-position);
}
.to-brand-light\/95{
    --tw-gradient-to: rgb(198 238 219 / 0.95) var(--tw-gradient-to-position);
}
.to-error{
    --tw-gradient-to: #FF3C3C var(--tw-gradient-to-position);
}
.to-error-10{
    --tw-gradient-to: #291515 var(--tw-gradient-to-position);
}
.to-error-10\/0{
    --tw-gradient-to: rgb(41 21 21 / 0) var(--tw-gradient-to-position);
}
.to-error-10\/10{
    --tw-gradient-to: rgb(41 21 21 / 0.1) var(--tw-gradient-to-position);
}
.to-error-10\/100{
    --tw-gradient-to: rgb(41 21 21 / 1) var(--tw-gradient-to-position);
}
.to-error-10\/15{
    --tw-gradient-to: rgb(41 21 21 / 0.15) var(--tw-gradient-to-position);
}
.to-error-10\/20{
    --tw-gradient-to: rgb(41 21 21 / 0.2) var(--tw-gradient-to-position);
}
.to-error-10\/25{
    --tw-gradient-to: rgb(41 21 21 / 0.25) var(--tw-gradient-to-position);
}
.to-error-10\/30{
    --tw-gradient-to: rgb(41 21 21 / 0.3) var(--tw-gradient-to-position);
}
.to-error-10\/35{
    --tw-gradient-to: rgb(41 21 21 / 0.35) var(--tw-gradient-to-position);
}
.to-error-10\/40{
    --tw-gradient-to: rgb(41 21 21 / 0.4) var(--tw-gradient-to-position);
}
.to-error-10\/45{
    --tw-gradient-to: rgb(41 21 21 / 0.45) var(--tw-gradient-to-position);
}
.to-error-10\/5{
    --tw-gradient-to: rgb(41 21 21 / 0.05) var(--tw-gradient-to-position);
}
.to-error-10\/50{
    --tw-gradient-to: rgb(41 21 21 / 0.5) var(--tw-gradient-to-position);
}
.to-error-10\/55{
    --tw-gradient-to: rgb(41 21 21 / 0.55) var(--tw-gradient-to-position);
}
.to-error-10\/60{
    --tw-gradient-to: rgb(41 21 21 / 0.6) var(--tw-gradient-to-position);
}
.to-error-10\/65{
    --tw-gradient-to: rgb(41 21 21 / 0.65) var(--tw-gradient-to-position);
}
.to-error-10\/70{
    --tw-gradient-to: rgb(41 21 21 / 0.7) var(--tw-gradient-to-position);
}
.to-error-10\/75{
    --tw-gradient-to: rgb(41 21 21 / 0.75) var(--tw-gradient-to-position);
}
.to-error-10\/80{
    --tw-gradient-to: rgb(41 21 21 / 0.8) var(--tw-gradient-to-position);
}
.to-error-10\/85{
    --tw-gradient-to: rgb(41 21 21 / 0.85) var(--tw-gradient-to-position);
}
.to-error-10\/90{
    --tw-gradient-to: rgb(41 21 21 / 0.9) var(--tw-gradient-to-position);
}
.to-error-10\/95{
    --tw-gradient-to: rgb(41 21 21 / 0.95) var(--tw-gradient-to-position);
}
.to-error-100{
    --tw-gradient-to: #FFC7C7 var(--tw-gradient-to-position);
}
.to-error-100\/0{
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
}
.to-error-100\/10{
    --tw-gradient-to: rgb(255 199 199 / 0.1) var(--tw-gradient-to-position);
}
.to-error-100\/100{
    --tw-gradient-to: rgb(255 199 199 / 1) var(--tw-gradient-to-position);
}
.to-error-100\/15{
    --tw-gradient-to: rgb(255 199 199 / 0.15) var(--tw-gradient-to-position);
}
.to-error-100\/20{
    --tw-gradient-to: rgb(255 199 199 / 0.2) var(--tw-gradient-to-position);
}
.to-error-100\/25{
    --tw-gradient-to: rgb(255 199 199 / 0.25) var(--tw-gradient-to-position);
}
.to-error-100\/30{
    --tw-gradient-to: rgb(255 199 199 / 0.3) var(--tw-gradient-to-position);
}
.to-error-100\/35{
    --tw-gradient-to: rgb(255 199 199 / 0.35) var(--tw-gradient-to-position);
}
.to-error-100\/40{
    --tw-gradient-to: rgb(255 199 199 / 0.4) var(--tw-gradient-to-position);
}
.to-error-100\/45{
    --tw-gradient-to: rgb(255 199 199 / 0.45) var(--tw-gradient-to-position);
}
.to-error-100\/5{
    --tw-gradient-to: rgb(255 199 199 / 0.05) var(--tw-gradient-to-position);
}
.to-error-100\/50{
    --tw-gradient-to: rgb(255 199 199 / 0.5) var(--tw-gradient-to-position);
}
.to-error-100\/55{
    --tw-gradient-to: rgb(255 199 199 / 0.55) var(--tw-gradient-to-position);
}
.to-error-100\/60{
    --tw-gradient-to: rgb(255 199 199 / 0.6) var(--tw-gradient-to-position);
}
.to-error-100\/65{
    --tw-gradient-to: rgb(255 199 199 / 0.65) var(--tw-gradient-to-position);
}
.to-error-100\/70{
    --tw-gradient-to: rgb(255 199 199 / 0.7) var(--tw-gradient-to-position);
}
.to-error-100\/75{
    --tw-gradient-to: rgb(255 199 199 / 0.75) var(--tw-gradient-to-position);
}
.to-error-100\/80{
    --tw-gradient-to: rgb(255 199 199 / 0.8) var(--tw-gradient-to-position);
}
.to-error-100\/85{
    --tw-gradient-to: rgb(255 199 199 / 0.85) var(--tw-gradient-to-position);
}
.to-error-100\/90{
    --tw-gradient-to: rgb(255 199 199 / 0.9) var(--tw-gradient-to-position);
}
.to-error-100\/95{
    --tw-gradient-to: rgb(255 199 199 / 0.95) var(--tw-gradient-to-position);
}
.to-error-15{
    --tw-gradient-to: #351717 var(--tw-gradient-to-position);
}
.to-error-15\/0{
    --tw-gradient-to: rgb(53 23 23 / 0) var(--tw-gradient-to-position);
}
.to-error-15\/10{
    --tw-gradient-to: rgb(53 23 23 / 0.1) var(--tw-gradient-to-position);
}
.to-error-15\/100{
    --tw-gradient-to: rgb(53 23 23 / 1) var(--tw-gradient-to-position);
}
.to-error-15\/15{
    --tw-gradient-to: rgb(53 23 23 / 0.15) var(--tw-gradient-to-position);
}
.to-error-15\/20{
    --tw-gradient-to: rgb(53 23 23 / 0.2) var(--tw-gradient-to-position);
}
.to-error-15\/25{
    --tw-gradient-to: rgb(53 23 23 / 0.25) var(--tw-gradient-to-position);
}
.to-error-15\/30{
    --tw-gradient-to: rgb(53 23 23 / 0.3) var(--tw-gradient-to-position);
}
.to-error-15\/35{
    --tw-gradient-to: rgb(53 23 23 / 0.35) var(--tw-gradient-to-position);
}
.to-error-15\/40{
    --tw-gradient-to: rgb(53 23 23 / 0.4) var(--tw-gradient-to-position);
}
.to-error-15\/45{
    --tw-gradient-to: rgb(53 23 23 / 0.45) var(--tw-gradient-to-position);
}
.to-error-15\/5{
    --tw-gradient-to: rgb(53 23 23 / 0.05) var(--tw-gradient-to-position);
}
.to-error-15\/50{
    --tw-gradient-to: rgb(53 23 23 / 0.5) var(--tw-gradient-to-position);
}
.to-error-15\/55{
    --tw-gradient-to: rgb(53 23 23 / 0.55) var(--tw-gradient-to-position);
}
.to-error-15\/60{
    --tw-gradient-to: rgb(53 23 23 / 0.6) var(--tw-gradient-to-position);
}
.to-error-15\/65{
    --tw-gradient-to: rgb(53 23 23 / 0.65) var(--tw-gradient-to-position);
}
.to-error-15\/70{
    --tw-gradient-to: rgb(53 23 23 / 0.7) var(--tw-gradient-to-position);
}
.to-error-15\/75{
    --tw-gradient-to: rgb(53 23 23 / 0.75) var(--tw-gradient-to-position);
}
.to-error-15\/80{
    --tw-gradient-to: rgb(53 23 23 / 0.8) var(--tw-gradient-to-position);
}
.to-error-15\/85{
    --tw-gradient-to: rgb(53 23 23 / 0.85) var(--tw-gradient-to-position);
}
.to-error-15\/90{
    --tw-gradient-to: rgb(53 23 23 / 0.9) var(--tw-gradient-to-position);
}
.to-error-15\/95{
    --tw-gradient-to: rgb(53 23 23 / 0.95) var(--tw-gradient-to-position);
}
.to-error-20{
    --tw-gradient-to: #3C1919 var(--tw-gradient-to-position);
}
.to-error-20\/0{
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
}
.to-error-20\/10{
    --tw-gradient-to: rgb(60 25 25 / 0.1) var(--tw-gradient-to-position);
}
.to-error-20\/100{
    --tw-gradient-to: rgb(60 25 25 / 1) var(--tw-gradient-to-position);
}
.to-error-20\/15{
    --tw-gradient-to: rgb(60 25 25 / 0.15) var(--tw-gradient-to-position);
}
.to-error-20\/20{
    --tw-gradient-to: rgb(60 25 25 / 0.2) var(--tw-gradient-to-position);
}
.to-error-20\/25{
    --tw-gradient-to: rgb(60 25 25 / 0.25) var(--tw-gradient-to-position);
}
.to-error-20\/30{
    --tw-gradient-to: rgb(60 25 25 / 0.3) var(--tw-gradient-to-position);
}
.to-error-20\/35{
    --tw-gradient-to: rgb(60 25 25 / 0.35) var(--tw-gradient-to-position);
}
.to-error-20\/40{
    --tw-gradient-to: rgb(60 25 25 / 0.4) var(--tw-gradient-to-position);
}
.to-error-20\/45{
    --tw-gradient-to: rgb(60 25 25 / 0.45) var(--tw-gradient-to-position);
}
.to-error-20\/5{
    --tw-gradient-to: rgb(60 25 25 / 0.05) var(--tw-gradient-to-position);
}
.to-error-20\/50{
    --tw-gradient-to: rgb(60 25 25 / 0.5) var(--tw-gradient-to-position);
}
.to-error-20\/55{
    --tw-gradient-to: rgb(60 25 25 / 0.55) var(--tw-gradient-to-position);
}
.to-error-20\/60{
    --tw-gradient-to: rgb(60 25 25 / 0.6) var(--tw-gradient-to-position);
}
.to-error-20\/65{
    --tw-gradient-to: rgb(60 25 25 / 0.65) var(--tw-gradient-to-position);
}
.to-error-20\/70{
    --tw-gradient-to: rgb(60 25 25 / 0.7) var(--tw-gradient-to-position);
}
.to-error-20\/75{
    --tw-gradient-to: rgb(60 25 25 / 0.75) var(--tw-gradient-to-position);
}
.to-error-20\/80{
    --tw-gradient-to: rgb(60 25 25 / 0.8) var(--tw-gradient-to-position);
}
.to-error-20\/85{
    --tw-gradient-to: rgb(60 25 25 / 0.85) var(--tw-gradient-to-position);
}
.to-error-20\/90{
    --tw-gradient-to: rgb(60 25 25 / 0.9) var(--tw-gradient-to-position);
}
.to-error-20\/95{
    --tw-gradient-to: rgb(60 25 25 / 0.95) var(--tw-gradient-to-position);
}
.to-error-5{
    --tw-gradient-to: #1D1313 var(--tw-gradient-to-position);
}
.to-error-5\/0{
    --tw-gradient-to: rgb(29 19 19 / 0) var(--tw-gradient-to-position);
}
.to-error-5\/10{
    --tw-gradient-to: rgb(29 19 19 / 0.1) var(--tw-gradient-to-position);
}
.to-error-5\/100{
    --tw-gradient-to: rgb(29 19 19 / 1) var(--tw-gradient-to-position);
}
.to-error-5\/15{
    --tw-gradient-to: rgb(29 19 19 / 0.15) var(--tw-gradient-to-position);
}
.to-error-5\/20{
    --tw-gradient-to: rgb(29 19 19 / 0.2) var(--tw-gradient-to-position);
}
.to-error-5\/25{
    --tw-gradient-to: rgb(29 19 19 / 0.25) var(--tw-gradient-to-position);
}
.to-error-5\/30{
    --tw-gradient-to: rgb(29 19 19 / 0.3) var(--tw-gradient-to-position);
}
.to-error-5\/35{
    --tw-gradient-to: rgb(29 19 19 / 0.35) var(--tw-gradient-to-position);
}
.to-error-5\/40{
    --tw-gradient-to: rgb(29 19 19 / 0.4) var(--tw-gradient-to-position);
}
.to-error-5\/45{
    --tw-gradient-to: rgb(29 19 19 / 0.45) var(--tw-gradient-to-position);
}
.to-error-5\/5{
    --tw-gradient-to: rgb(29 19 19 / 0.05) var(--tw-gradient-to-position);
}
.to-error-5\/50{
    --tw-gradient-to: rgb(29 19 19 / 0.5) var(--tw-gradient-to-position);
}
.to-error-5\/55{
    --tw-gradient-to: rgb(29 19 19 / 0.55) var(--tw-gradient-to-position);
}
.to-error-5\/60{
    --tw-gradient-to: rgb(29 19 19 / 0.6) var(--tw-gradient-to-position);
}
.to-error-5\/65{
    --tw-gradient-to: rgb(29 19 19 / 0.65) var(--tw-gradient-to-position);
}
.to-error-5\/70{
    --tw-gradient-to: rgb(29 19 19 / 0.7) var(--tw-gradient-to-position);
}
.to-error-5\/75{
    --tw-gradient-to: rgb(29 19 19 / 0.75) var(--tw-gradient-to-position);
}
.to-error-5\/80{
    --tw-gradient-to: rgb(29 19 19 / 0.8) var(--tw-gradient-to-position);
}
.to-error-5\/85{
    --tw-gradient-to: rgb(29 19 19 / 0.85) var(--tw-gradient-to-position);
}
.to-error-5\/90{
    --tw-gradient-to: rgb(29 19 19 / 0.9) var(--tw-gradient-to-position);
}
.to-error-5\/95{
    --tw-gradient-to: rgb(29 19 19 / 0.95) var(--tw-gradient-to-position);
}
.to-error-500{
    --tw-gradient-to: #FF3C3C var(--tw-gradient-to-position);
}
.to-error-500\/0{
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
}
.to-error-500\/10{
    --tw-gradient-to: rgb(255 60 60 / 0.1) var(--tw-gradient-to-position);
}
.to-error-500\/100{
    --tw-gradient-to: rgb(255 60 60 / 1) var(--tw-gradient-to-position);
}
.to-error-500\/15{
    --tw-gradient-to: rgb(255 60 60 / 0.15) var(--tw-gradient-to-position);
}
.to-error-500\/20{
    --tw-gradient-to: rgb(255 60 60 / 0.2) var(--tw-gradient-to-position);
}
.to-error-500\/25{
    --tw-gradient-to: rgb(255 60 60 / 0.25) var(--tw-gradient-to-position);
}
.to-error-500\/30{
    --tw-gradient-to: rgb(255 60 60 / 0.3) var(--tw-gradient-to-position);
}
.to-error-500\/35{
    --tw-gradient-to: rgb(255 60 60 / 0.35) var(--tw-gradient-to-position);
}
.to-error-500\/40{
    --tw-gradient-to: rgb(255 60 60 / 0.4) var(--tw-gradient-to-position);
}
.to-error-500\/45{
    --tw-gradient-to: rgb(255 60 60 / 0.45) var(--tw-gradient-to-position);
}
.to-error-500\/5{
    --tw-gradient-to: rgb(255 60 60 / 0.05) var(--tw-gradient-to-position);
}
.to-error-500\/50{
    --tw-gradient-to: rgb(255 60 60 / 0.5) var(--tw-gradient-to-position);
}
.to-error-500\/55{
    --tw-gradient-to: rgb(255 60 60 / 0.55) var(--tw-gradient-to-position);
}
.to-error-500\/60{
    --tw-gradient-to: rgb(255 60 60 / 0.6) var(--tw-gradient-to-position);
}
.to-error-500\/65{
    --tw-gradient-to: rgb(255 60 60 / 0.65) var(--tw-gradient-to-position);
}
.to-error-500\/70{
    --tw-gradient-to: rgb(255 60 60 / 0.7) var(--tw-gradient-to-position);
}
.to-error-500\/75{
    --tw-gradient-to: rgb(255 60 60 / 0.75) var(--tw-gradient-to-position);
}
.to-error-500\/80{
    --tw-gradient-to: rgb(255 60 60 / 0.8) var(--tw-gradient-to-position);
}
.to-error-500\/85{
    --tw-gradient-to: rgb(255 60 60 / 0.85) var(--tw-gradient-to-position);
}
.to-error-500\/90{
    --tw-gradient-to: rgb(255 60 60 / 0.9) var(--tw-gradient-to-position);
}
.to-error-500\/95{
    --tw-gradient-to: rgb(255 60 60 / 0.95) var(--tw-gradient-to-position);
}
.to-error-900{
    --tw-gradient-to: #3C1919 var(--tw-gradient-to-position);
}
.to-error-900\/0{
    --tw-gradient-to: rgb(60 25 25 / 0) var(--tw-gradient-to-position);
}
.to-error-900\/10{
    --tw-gradient-to: rgb(60 25 25 / 0.1) var(--tw-gradient-to-position);
}
.to-error-900\/100{
    --tw-gradient-to: rgb(60 25 25 / 1) var(--tw-gradient-to-position);
}
.to-error-900\/15{
    --tw-gradient-to: rgb(60 25 25 / 0.15) var(--tw-gradient-to-position);
}
.to-error-900\/20{
    --tw-gradient-to: rgb(60 25 25 / 0.2) var(--tw-gradient-to-position);
}
.to-error-900\/25{
    --tw-gradient-to: rgb(60 25 25 / 0.25) var(--tw-gradient-to-position);
}
.to-error-900\/30{
    --tw-gradient-to: rgb(60 25 25 / 0.3) var(--tw-gradient-to-position);
}
.to-error-900\/35{
    --tw-gradient-to: rgb(60 25 25 / 0.35) var(--tw-gradient-to-position);
}
.to-error-900\/40{
    --tw-gradient-to: rgb(60 25 25 / 0.4) var(--tw-gradient-to-position);
}
.to-error-900\/45{
    --tw-gradient-to: rgb(60 25 25 / 0.45) var(--tw-gradient-to-position);
}
.to-error-900\/5{
    --tw-gradient-to: rgb(60 25 25 / 0.05) var(--tw-gradient-to-position);
}
.to-error-900\/50{
    --tw-gradient-to: rgb(60 25 25 / 0.5) var(--tw-gradient-to-position);
}
.to-error-900\/55{
    --tw-gradient-to: rgb(60 25 25 / 0.55) var(--tw-gradient-to-position);
}
.to-error-900\/60{
    --tw-gradient-to: rgb(60 25 25 / 0.6) var(--tw-gradient-to-position);
}
.to-error-900\/65{
    --tw-gradient-to: rgb(60 25 25 / 0.65) var(--tw-gradient-to-position);
}
.to-error-900\/70{
    --tw-gradient-to: rgb(60 25 25 / 0.7) var(--tw-gradient-to-position);
}
.to-error-900\/75{
    --tw-gradient-to: rgb(60 25 25 / 0.75) var(--tw-gradient-to-position);
}
.to-error-900\/80{
    --tw-gradient-to: rgb(60 25 25 / 0.8) var(--tw-gradient-to-position);
}
.to-error-900\/85{
    --tw-gradient-to: rgb(60 25 25 / 0.85) var(--tw-gradient-to-position);
}
.to-error-900\/90{
    --tw-gradient-to: rgb(60 25 25 / 0.9) var(--tw-gradient-to-position);
}
.to-error-900\/95{
    --tw-gradient-to: rgb(60 25 25 / 0.95) var(--tw-gradient-to-position);
}
.to-error-light{
    --tw-gradient-to: #FFC7C7 var(--tw-gradient-to-position);
}
.to-error-light\/0{
    --tw-gradient-to: rgb(255 199 199 / 0) var(--tw-gradient-to-position);
}
.to-error-light\/10{
    --tw-gradient-to: rgb(255 199 199 / 0.1) var(--tw-gradient-to-position);
}
.to-error-light\/100{
    --tw-gradient-to: rgb(255 199 199 / 1) var(--tw-gradient-to-position);
}
.to-error-light\/15{
    --tw-gradient-to: rgb(255 199 199 / 0.15) var(--tw-gradient-to-position);
}
.to-error-light\/20{
    --tw-gradient-to: rgb(255 199 199 / 0.2) var(--tw-gradient-to-position);
}
.to-error-light\/25{
    --tw-gradient-to: rgb(255 199 199 / 0.25) var(--tw-gradient-to-position);
}
.to-error-light\/30{
    --tw-gradient-to: rgb(255 199 199 / 0.3) var(--tw-gradient-to-position);
}
.to-error-light\/35{
    --tw-gradient-to: rgb(255 199 199 / 0.35) var(--tw-gradient-to-position);
}
.to-error-light\/40{
    --tw-gradient-to: rgb(255 199 199 / 0.4) var(--tw-gradient-to-position);
}
.to-error-light\/45{
    --tw-gradient-to: rgb(255 199 199 / 0.45) var(--tw-gradient-to-position);
}
.to-error-light\/5{
    --tw-gradient-to: rgb(255 199 199 / 0.05) var(--tw-gradient-to-position);
}
.to-error-light\/50{
    --tw-gradient-to: rgb(255 199 199 / 0.5) var(--tw-gradient-to-position);
}
.to-error-light\/55{
    --tw-gradient-to: rgb(255 199 199 / 0.55) var(--tw-gradient-to-position);
}
.to-error-light\/60{
    --tw-gradient-to: rgb(255 199 199 / 0.6) var(--tw-gradient-to-position);
}
.to-error-light\/65{
    --tw-gradient-to: rgb(255 199 199 / 0.65) var(--tw-gradient-to-position);
}
.to-error-light\/70{
    --tw-gradient-to: rgb(255 199 199 / 0.7) var(--tw-gradient-to-position);
}
.to-error-light\/75{
    --tw-gradient-to: rgb(255 199 199 / 0.75) var(--tw-gradient-to-position);
}
.to-error-light\/80{
    --tw-gradient-to: rgb(255 199 199 / 0.8) var(--tw-gradient-to-position);
}
.to-error-light\/85{
    --tw-gradient-to: rgb(255 199 199 / 0.85) var(--tw-gradient-to-position);
}
.to-error-light\/90{
    --tw-gradient-to: rgb(255 199 199 / 0.9) var(--tw-gradient-to-position);
}
.to-error-light\/95{
    --tw-gradient-to: rgb(255 199 199 / 0.95) var(--tw-gradient-to-position);
}
.to-error\/0{
    --tw-gradient-to: rgb(255 60 60 / 0) var(--tw-gradient-to-position);
}
.to-error\/10{
    --tw-gradient-to: rgb(255 60 60 / 0.1) var(--tw-gradient-to-position);
}
.to-error\/100{
    --tw-gradient-to: rgb(255 60 60 / 1) var(--tw-gradient-to-position);
}
.to-error\/15{
    --tw-gradient-to: rgb(255 60 60 / 0.15) var(--tw-gradient-to-position);
}
.to-error\/20{
    --tw-gradient-to: rgb(255 60 60 / 0.2) var(--tw-gradient-to-position);
}
.to-error\/25{
    --tw-gradient-to: rgb(255 60 60 / 0.25) var(--tw-gradient-to-position);
}
.to-error\/30{
    --tw-gradient-to: rgb(255 60 60 / 0.3) var(--tw-gradient-to-position);
}
.to-error\/35{
    --tw-gradient-to: rgb(255 60 60 / 0.35) var(--tw-gradient-to-position);
}
.to-error\/40{
    --tw-gradient-to: rgb(255 60 60 / 0.4) var(--tw-gradient-to-position);
}
.to-error\/45{
    --tw-gradient-to: rgb(255 60 60 / 0.45) var(--tw-gradient-to-position);
}
.to-error\/5{
    --tw-gradient-to: rgb(255 60 60 / 0.05) var(--tw-gradient-to-position);
}
.to-error\/50{
    --tw-gradient-to: rgb(255 60 60 / 0.5) var(--tw-gradient-to-position);
}
.to-error\/55{
    --tw-gradient-to: rgb(255 60 60 / 0.55) var(--tw-gradient-to-position);
}
.to-error\/60{
    --tw-gradient-to: rgb(255 60 60 / 0.6) var(--tw-gradient-to-position);
}
.to-error\/65{
    --tw-gradient-to: rgb(255 60 60 / 0.65) var(--tw-gradient-to-position);
}
.to-error\/70{
    --tw-gradient-to: rgb(255 60 60 / 0.7) var(--tw-gradient-to-position);
}
.to-error\/75{
    --tw-gradient-to: rgb(255 60 60 / 0.75) var(--tw-gradient-to-position);
}
.to-error\/80{
    --tw-gradient-to: rgb(255 60 60 / 0.8) var(--tw-gradient-to-position);
}
.to-error\/85{
    --tw-gradient-to: rgb(255 60 60 / 0.85) var(--tw-gradient-to-position);
}
.to-error\/90{
    --tw-gradient-to: rgb(255 60 60 / 0.9) var(--tw-gradient-to-position);
}
.to-error\/95{
    --tw-gradient-to: rgb(255 60 60 / 0.95) var(--tw-gradient-to-position);
}
.to-primary{
    --tw-gradient-to: #48E59B var(--tw-gradient-to-position);
}
.to-primary-20{
    --tw-gradient-to: #1C3B2D var(--tw-gradient-to-position);
}
.to-primary-20\/0{
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
}
.to-primary-20\/10{
    --tw-gradient-to: rgb(28 59 45 / 0.1) var(--tw-gradient-to-position);
}
.to-primary-20\/100{
    --tw-gradient-to: rgb(28 59 45 / 1) var(--tw-gradient-to-position);
}
.to-primary-20\/15{
    --tw-gradient-to: rgb(28 59 45 / 0.15) var(--tw-gradient-to-position);
}
.to-primary-20\/20{
    --tw-gradient-to: rgb(28 59 45 / 0.2) var(--tw-gradient-to-position);
}
.to-primary-20\/25{
    --tw-gradient-to: rgb(28 59 45 / 0.25) var(--tw-gradient-to-position);
}
.to-primary-20\/30{
    --tw-gradient-to: rgb(28 59 45 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-20\/35{
    --tw-gradient-to: rgb(28 59 45 / 0.35) var(--tw-gradient-to-position);
}
.to-primary-20\/40{
    --tw-gradient-to: rgb(28 59 45 / 0.4) var(--tw-gradient-to-position);
}
.to-primary-20\/45{
    --tw-gradient-to: rgb(28 59 45 / 0.45) var(--tw-gradient-to-position);
}
.to-primary-20\/5{
    --tw-gradient-to: rgb(28 59 45 / 0.05) var(--tw-gradient-to-position);
}
.to-primary-20\/50{
    --tw-gradient-to: rgb(28 59 45 / 0.5) var(--tw-gradient-to-position);
}
.to-primary-20\/55{
    --tw-gradient-to: rgb(28 59 45 / 0.55) var(--tw-gradient-to-position);
}
.to-primary-20\/60{
    --tw-gradient-to: rgb(28 59 45 / 0.6) var(--tw-gradient-to-position);
}
.to-primary-20\/65{
    --tw-gradient-to: rgb(28 59 45 / 0.65) var(--tw-gradient-to-position);
}
.to-primary-20\/70{
    --tw-gradient-to: rgb(28 59 45 / 0.7) var(--tw-gradient-to-position);
}
.to-primary-20\/75{
    --tw-gradient-to: rgb(28 59 45 / 0.75) var(--tw-gradient-to-position);
}
.to-primary-20\/80{
    --tw-gradient-to: rgb(28 59 45 / 0.8) var(--tw-gradient-to-position);
}
.to-primary-20\/85{
    --tw-gradient-to: rgb(28 59 45 / 0.85) var(--tw-gradient-to-position);
}
.to-primary-20\/90{
    --tw-gradient-to: rgb(28 59 45 / 0.9) var(--tw-gradient-to-position);
}
.to-primary-20\/95{
    --tw-gradient-to: rgb(28 59 45 / 0.95) var(--tw-gradient-to-position);
}
.to-primary-200{
    --tw-gradient-to: #C6EEDB var(--tw-gradient-to-position);
}
.to-primary-200\/0{
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
}
.to-primary-200\/10{
    --tw-gradient-to: rgb(198 238 219 / 0.1) var(--tw-gradient-to-position);
}
.to-primary-200\/100{
    --tw-gradient-to: rgb(198 238 219 / 1) var(--tw-gradient-to-position);
}
.to-primary-200\/15{
    --tw-gradient-to: rgb(198 238 219 / 0.15) var(--tw-gradient-to-position);
}
.to-primary-200\/20{
    --tw-gradient-to: rgb(198 238 219 / 0.2) var(--tw-gradient-to-position);
}
.to-primary-200\/25{
    --tw-gradient-to: rgb(198 238 219 / 0.25) var(--tw-gradient-to-position);
}
.to-primary-200\/30{
    --tw-gradient-to: rgb(198 238 219 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-200\/35{
    --tw-gradient-to: rgb(198 238 219 / 0.35) var(--tw-gradient-to-position);
}
.to-primary-200\/40{
    --tw-gradient-to: rgb(198 238 219 / 0.4) var(--tw-gradient-to-position);
}
.to-primary-200\/45{
    --tw-gradient-to: rgb(198 238 219 / 0.45) var(--tw-gradient-to-position);
}
.to-primary-200\/5{
    --tw-gradient-to: rgb(198 238 219 / 0.05) var(--tw-gradient-to-position);
}
.to-primary-200\/50{
    --tw-gradient-to: rgb(198 238 219 / 0.5) var(--tw-gradient-to-position);
}
.to-primary-200\/55{
    --tw-gradient-to: rgb(198 238 219 / 0.55) var(--tw-gradient-to-position);
}
.to-primary-200\/60{
    --tw-gradient-to: rgb(198 238 219 / 0.6) var(--tw-gradient-to-position);
}
.to-primary-200\/65{
    --tw-gradient-to: rgb(198 238 219 / 0.65) var(--tw-gradient-to-position);
}
.to-primary-200\/70{
    --tw-gradient-to: rgb(198 238 219 / 0.7) var(--tw-gradient-to-position);
}
.to-primary-200\/75{
    --tw-gradient-to: rgb(198 238 219 / 0.75) var(--tw-gradient-to-position);
}
.to-primary-200\/80{
    --tw-gradient-to: rgb(198 238 219 / 0.8) var(--tw-gradient-to-position);
}
.to-primary-200\/85{
    --tw-gradient-to: rgb(198 238 219 / 0.85) var(--tw-gradient-to-position);
}
.to-primary-200\/90{
    --tw-gradient-to: rgb(198 238 219 / 0.9) var(--tw-gradient-to-position);
}
.to-primary-200\/95{
    --tw-gradient-to: rgb(198 238 219 / 0.95) var(--tw-gradient-to-position);
}
.to-primary-5{
    --tw-gradient-to: #141C18 var(--tw-gradient-to-position);
}
.to-primary-5\/0{
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
}
.to-primary-5\/10{
    --tw-gradient-to: rgb(20 28 24 / 0.1) var(--tw-gradient-to-position);
}
.to-primary-5\/100{
    --tw-gradient-to: rgb(20 28 24 / 1) var(--tw-gradient-to-position);
}
.to-primary-5\/15{
    --tw-gradient-to: rgb(20 28 24 / 0.15) var(--tw-gradient-to-position);
}
.to-primary-5\/20{
    --tw-gradient-to: rgb(20 28 24 / 0.2) var(--tw-gradient-to-position);
}
.to-primary-5\/25{
    --tw-gradient-to: rgb(20 28 24 / 0.25) var(--tw-gradient-to-position);
}
.to-primary-5\/30{
    --tw-gradient-to: rgb(20 28 24 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-5\/35{
    --tw-gradient-to: rgb(20 28 24 / 0.35) var(--tw-gradient-to-position);
}
.to-primary-5\/40{
    --tw-gradient-to: rgb(20 28 24 / 0.4) var(--tw-gradient-to-position);
}
.to-primary-5\/45{
    --tw-gradient-to: rgb(20 28 24 / 0.45) var(--tw-gradient-to-position);
}
.to-primary-5\/5{
    --tw-gradient-to: rgb(20 28 24 / 0.05) var(--tw-gradient-to-position);
}
.to-primary-5\/50{
    --tw-gradient-to: rgb(20 28 24 / 0.5) var(--tw-gradient-to-position);
}
.to-primary-5\/55{
    --tw-gradient-to: rgb(20 28 24 / 0.55) var(--tw-gradient-to-position);
}
.to-primary-5\/60{
    --tw-gradient-to: rgb(20 28 24 / 0.6) var(--tw-gradient-to-position);
}
.to-primary-5\/65{
    --tw-gradient-to: rgb(20 28 24 / 0.65) var(--tw-gradient-to-position);
}
.to-primary-5\/70{
    --tw-gradient-to: rgb(20 28 24 / 0.7) var(--tw-gradient-to-position);
}
.to-primary-5\/75{
    --tw-gradient-to: rgb(20 28 24 / 0.75) var(--tw-gradient-to-position);
}
.to-primary-5\/80{
    --tw-gradient-to: rgb(20 28 24 / 0.8) var(--tw-gradient-to-position);
}
.to-primary-5\/85{
    --tw-gradient-to: rgb(20 28 24 / 0.85) var(--tw-gradient-to-position);
}
.to-primary-5\/90{
    --tw-gradient-to: rgb(20 28 24 / 0.9) var(--tw-gradient-to-position);
}
.to-primary-5\/95{
    --tw-gradient-to: rgb(20 28 24 / 0.95) var(--tw-gradient-to-position);
}
.to-primary-500{
    --tw-gradient-to: #48E59B var(--tw-gradient-to-position);
}
.to-primary-500\/0{
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
}
.to-primary-500\/10{
    --tw-gradient-to: rgb(72 229 155 / 0.1) var(--tw-gradient-to-position);
}
.to-primary-500\/100{
    --tw-gradient-to: rgb(72 229 155 / 1) var(--tw-gradient-to-position);
}
.to-primary-500\/15{
    --tw-gradient-to: rgb(72 229 155 / 0.15) var(--tw-gradient-to-position);
}
.to-primary-500\/20{
    --tw-gradient-to: rgb(72 229 155 / 0.2) var(--tw-gradient-to-position);
}
.to-primary-500\/25{
    --tw-gradient-to: rgb(72 229 155 / 0.25) var(--tw-gradient-to-position);
}
.to-primary-500\/30{
    --tw-gradient-to: rgb(72 229 155 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-500\/35{
    --tw-gradient-to: rgb(72 229 155 / 0.35) var(--tw-gradient-to-position);
}
.to-primary-500\/40{
    --tw-gradient-to: rgb(72 229 155 / 0.4) var(--tw-gradient-to-position);
}
.to-primary-500\/45{
    --tw-gradient-to: rgb(72 229 155 / 0.45) var(--tw-gradient-to-position);
}
.to-primary-500\/5{
    --tw-gradient-to: rgb(72 229 155 / 0.05) var(--tw-gradient-to-position);
}
.to-primary-500\/50{
    --tw-gradient-to: rgb(72 229 155 / 0.5) var(--tw-gradient-to-position);
}
.to-primary-500\/55{
    --tw-gradient-to: rgb(72 229 155 / 0.55) var(--tw-gradient-to-position);
}
.to-primary-500\/60{
    --tw-gradient-to: rgb(72 229 155 / 0.6) var(--tw-gradient-to-position);
}
.to-primary-500\/65{
    --tw-gradient-to: rgb(72 229 155 / 0.65) var(--tw-gradient-to-position);
}
.to-primary-500\/70{
    --tw-gradient-to: rgb(72 229 155 / 0.7) var(--tw-gradient-to-position);
}
.to-primary-500\/75{
    --tw-gradient-to: rgb(72 229 155 / 0.75) var(--tw-gradient-to-position);
}
.to-primary-500\/80{
    --tw-gradient-to: rgb(72 229 155 / 0.8) var(--tw-gradient-to-position);
}
.to-primary-500\/85{
    --tw-gradient-to: rgb(72 229 155 / 0.85) var(--tw-gradient-to-position);
}
.to-primary-500\/90{
    --tw-gradient-to: rgb(72 229 155 / 0.9) var(--tw-gradient-to-position);
}
.to-primary-500\/95{
    --tw-gradient-to: rgb(72 229 155 / 0.95) var(--tw-gradient-to-position);
}
.to-primary-60{
    --tw-gradient-to: #399B6D var(--tw-gradient-to-position);
}
.to-primary-60\/0{
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
}
.to-primary-60\/10{
    --tw-gradient-to: rgb(57 155 109 / 0.1) var(--tw-gradient-to-position);
}
.to-primary-60\/100{
    --tw-gradient-to: rgb(57 155 109 / 1) var(--tw-gradient-to-position);
}
.to-primary-60\/15{
    --tw-gradient-to: rgb(57 155 109 / 0.15) var(--tw-gradient-to-position);
}
.to-primary-60\/20{
    --tw-gradient-to: rgb(57 155 109 / 0.2) var(--tw-gradient-to-position);
}
.to-primary-60\/25{
    --tw-gradient-to: rgb(57 155 109 / 0.25) var(--tw-gradient-to-position);
}
.to-primary-60\/30{
    --tw-gradient-to: rgb(57 155 109 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-60\/35{
    --tw-gradient-to: rgb(57 155 109 / 0.35) var(--tw-gradient-to-position);
}
.to-primary-60\/40{
    --tw-gradient-to: rgb(57 155 109 / 0.4) var(--tw-gradient-to-position);
}
.to-primary-60\/45{
    --tw-gradient-to: rgb(57 155 109 / 0.45) var(--tw-gradient-to-position);
}
.to-primary-60\/5{
    --tw-gradient-to: rgb(57 155 109 / 0.05) var(--tw-gradient-to-position);
}
.to-primary-60\/50{
    --tw-gradient-to: rgb(57 155 109 / 0.5) var(--tw-gradient-to-position);
}
.to-primary-60\/55{
    --tw-gradient-to: rgb(57 155 109 / 0.55) var(--tw-gradient-to-position);
}
.to-primary-60\/60{
    --tw-gradient-to: rgb(57 155 109 / 0.6) var(--tw-gradient-to-position);
}
.to-primary-60\/65{
    --tw-gradient-to: rgb(57 155 109 / 0.65) var(--tw-gradient-to-position);
}
.to-primary-60\/70{
    --tw-gradient-to: rgb(57 155 109 / 0.7) var(--tw-gradient-to-position);
}
.to-primary-60\/75{
    --tw-gradient-to: rgb(57 155 109 / 0.75) var(--tw-gradient-to-position);
}
.to-primary-60\/80{
    --tw-gradient-to: rgb(57 155 109 / 0.8) var(--tw-gradient-to-position);
}
.to-primary-60\/85{
    --tw-gradient-to: rgb(57 155 109 / 0.85) var(--tw-gradient-to-position);
}
.to-primary-60\/90{
    --tw-gradient-to: rgb(57 155 109 / 0.9) var(--tw-gradient-to-position);
}
.to-primary-60\/95{
    --tw-gradient-to: rgb(57 155 109 / 0.95) var(--tw-gradient-to-position);
}
.to-primary-600{
    --tw-gradient-to: #3DBB7F var(--tw-gradient-to-position);
}
.to-primary-600\/0{
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
}
.to-primary-600\/10{
    --tw-gradient-to: rgb(61 187 127 / 0.1) var(--tw-gradient-to-position);
}
.to-primary-600\/100{
    --tw-gradient-to: rgb(61 187 127 / 1) var(--tw-gradient-to-position);
}
.to-primary-600\/15{
    --tw-gradient-to: rgb(61 187 127 / 0.15) var(--tw-gradient-to-position);
}
.to-primary-600\/20{
    --tw-gradient-to: rgb(61 187 127 / 0.2) var(--tw-gradient-to-position);
}
.to-primary-600\/25{
    --tw-gradient-to: rgb(61 187 127 / 0.25) var(--tw-gradient-to-position);
}
.to-primary-600\/30{
    --tw-gradient-to: rgb(61 187 127 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-600\/35{
    --tw-gradient-to: rgb(61 187 127 / 0.35) var(--tw-gradient-to-position);
}
.to-primary-600\/40{
    --tw-gradient-to: rgb(61 187 127 / 0.4) var(--tw-gradient-to-position);
}
.to-primary-600\/45{
    --tw-gradient-to: rgb(61 187 127 / 0.45) var(--tw-gradient-to-position);
}
.to-primary-600\/5{
    --tw-gradient-to: rgb(61 187 127 / 0.05) var(--tw-gradient-to-position);
}
.to-primary-600\/50{
    --tw-gradient-to: rgb(61 187 127 / 0.5) var(--tw-gradient-to-position);
}
.to-primary-600\/55{
    --tw-gradient-to: rgb(61 187 127 / 0.55) var(--tw-gradient-to-position);
}
.to-primary-600\/60{
    --tw-gradient-to: rgb(61 187 127 / 0.6) var(--tw-gradient-to-position);
}
.to-primary-600\/65{
    --tw-gradient-to: rgb(61 187 127 / 0.65) var(--tw-gradient-to-position);
}
.to-primary-600\/70{
    --tw-gradient-to: rgb(61 187 127 / 0.7) var(--tw-gradient-to-position);
}
.to-primary-600\/75{
    --tw-gradient-to: rgb(61 187 127 / 0.75) var(--tw-gradient-to-position);
}
.to-primary-600\/80{
    --tw-gradient-to: rgb(61 187 127 / 0.8) var(--tw-gradient-to-position);
}
.to-primary-600\/85{
    --tw-gradient-to: rgb(61 187 127 / 0.85) var(--tw-gradient-to-position);
}
.to-primary-600\/90{
    --tw-gradient-to: rgb(61 187 127 / 0.9) var(--tw-gradient-to-position);
}
.to-primary-600\/95{
    --tw-gradient-to: rgb(61 187 127 / 0.95) var(--tw-gradient-to-position);
}
.to-primary-700{
    --tw-gradient-to: #399B6D var(--tw-gradient-to-position);
}
.to-primary-700\/0{
    --tw-gradient-to: rgb(57 155 109 / 0) var(--tw-gradient-to-position);
}
.to-primary-700\/10{
    --tw-gradient-to: rgb(57 155 109 / 0.1) var(--tw-gradient-to-position);
}
.to-primary-700\/100{
    --tw-gradient-to: rgb(57 155 109 / 1) var(--tw-gradient-to-position);
}
.to-primary-700\/15{
    --tw-gradient-to: rgb(57 155 109 / 0.15) var(--tw-gradient-to-position);
}
.to-primary-700\/20{
    --tw-gradient-to: rgb(57 155 109 / 0.2) var(--tw-gradient-to-position);
}
.to-primary-700\/25{
    --tw-gradient-to: rgb(57 155 109 / 0.25) var(--tw-gradient-to-position);
}
.to-primary-700\/30{
    --tw-gradient-to: rgb(57 155 109 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-700\/35{
    --tw-gradient-to: rgb(57 155 109 / 0.35) var(--tw-gradient-to-position);
}
.to-primary-700\/40{
    --tw-gradient-to: rgb(57 155 109 / 0.4) var(--tw-gradient-to-position);
}
.to-primary-700\/45{
    --tw-gradient-to: rgb(57 155 109 / 0.45) var(--tw-gradient-to-position);
}
.to-primary-700\/5{
    --tw-gradient-to: rgb(57 155 109 / 0.05) var(--tw-gradient-to-position);
}
.to-primary-700\/50{
    --tw-gradient-to: rgb(57 155 109 / 0.5) var(--tw-gradient-to-position);
}
.to-primary-700\/55{
    --tw-gradient-to: rgb(57 155 109 / 0.55) var(--tw-gradient-to-position);
}
.to-primary-700\/60{
    --tw-gradient-to: rgb(57 155 109 / 0.6) var(--tw-gradient-to-position);
}
.to-primary-700\/65{
    --tw-gradient-to: rgb(57 155 109 / 0.65) var(--tw-gradient-to-position);
}
.to-primary-700\/70{
    --tw-gradient-to: rgb(57 155 109 / 0.7) var(--tw-gradient-to-position);
}
.to-primary-700\/75{
    --tw-gradient-to: rgb(57 155 109 / 0.75) var(--tw-gradient-to-position);
}
.to-primary-700\/80{
    --tw-gradient-to: rgb(57 155 109 / 0.8) var(--tw-gradient-to-position);
}
.to-primary-700\/85{
    --tw-gradient-to: rgb(57 155 109 / 0.85) var(--tw-gradient-to-position);
}
.to-primary-700\/90{
    --tw-gradient-to: rgb(57 155 109 / 0.9) var(--tw-gradient-to-position);
}
.to-primary-700\/95{
    --tw-gradient-to: rgb(57 155 109 / 0.95) var(--tw-gradient-to-position);
}
.to-primary-80{
    --tw-gradient-to: #3DBB7F var(--tw-gradient-to-position);
}
.to-primary-80\/0{
    --tw-gradient-to: rgb(61 187 127 / 0) var(--tw-gradient-to-position);
}
.to-primary-80\/10{
    --tw-gradient-to: rgb(61 187 127 / 0.1) var(--tw-gradient-to-position);
}
.to-primary-80\/100{
    --tw-gradient-to: rgb(61 187 127 / 1) var(--tw-gradient-to-position);
}
.to-primary-80\/15{
    --tw-gradient-to: rgb(61 187 127 / 0.15) var(--tw-gradient-to-position);
}
.to-primary-80\/20{
    --tw-gradient-to: rgb(61 187 127 / 0.2) var(--tw-gradient-to-position);
}
.to-primary-80\/25{
    --tw-gradient-to: rgb(61 187 127 / 0.25) var(--tw-gradient-to-position);
}
.to-primary-80\/30{
    --tw-gradient-to: rgb(61 187 127 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-80\/35{
    --tw-gradient-to: rgb(61 187 127 / 0.35) var(--tw-gradient-to-position);
}
.to-primary-80\/40{
    --tw-gradient-to: rgb(61 187 127 / 0.4) var(--tw-gradient-to-position);
}
.to-primary-80\/45{
    --tw-gradient-to: rgb(61 187 127 / 0.45) var(--tw-gradient-to-position);
}
.to-primary-80\/5{
    --tw-gradient-to: rgb(61 187 127 / 0.05) var(--tw-gradient-to-position);
}
.to-primary-80\/50{
    --tw-gradient-to: rgb(61 187 127 / 0.5) var(--tw-gradient-to-position);
}
.to-primary-80\/55{
    --tw-gradient-to: rgb(61 187 127 / 0.55) var(--tw-gradient-to-position);
}
.to-primary-80\/60{
    --tw-gradient-to: rgb(61 187 127 / 0.6) var(--tw-gradient-to-position);
}
.to-primary-80\/65{
    --tw-gradient-to: rgb(61 187 127 / 0.65) var(--tw-gradient-to-position);
}
.to-primary-80\/70{
    --tw-gradient-to: rgb(61 187 127 / 0.7) var(--tw-gradient-to-position);
}
.to-primary-80\/75{
    --tw-gradient-to: rgb(61 187 127 / 0.75) var(--tw-gradient-to-position);
}
.to-primary-80\/80{
    --tw-gradient-to: rgb(61 187 127 / 0.8) var(--tw-gradient-to-position);
}
.to-primary-80\/85{
    --tw-gradient-to: rgb(61 187 127 / 0.85) var(--tw-gradient-to-position);
}
.to-primary-80\/90{
    --tw-gradient-to: rgb(61 187 127 / 0.9) var(--tw-gradient-to-position);
}
.to-primary-80\/95{
    --tw-gradient-to: rgb(61 187 127 / 0.95) var(--tw-gradient-to-position);
}
.to-primary-800{
    --tw-gradient-to: #0A4429 var(--tw-gradient-to-position);
}
.to-primary-800\/0{
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
}
.to-primary-800\/10{
    --tw-gradient-to: rgb(10 68 41 / 0.1) var(--tw-gradient-to-position);
}
.to-primary-800\/100{
    --tw-gradient-to: rgb(10 68 41 / 1) var(--tw-gradient-to-position);
}
.to-primary-800\/15{
    --tw-gradient-to: rgb(10 68 41 / 0.15) var(--tw-gradient-to-position);
}
.to-primary-800\/20{
    --tw-gradient-to: rgb(10 68 41 / 0.2) var(--tw-gradient-to-position);
}
.to-primary-800\/25{
    --tw-gradient-to: rgb(10 68 41 / 0.25) var(--tw-gradient-to-position);
}
.to-primary-800\/30{
    --tw-gradient-to: rgb(10 68 41 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-800\/35{
    --tw-gradient-to: rgb(10 68 41 / 0.35) var(--tw-gradient-to-position);
}
.to-primary-800\/40{
    --tw-gradient-to: rgb(10 68 41 / 0.4) var(--tw-gradient-to-position);
}
.to-primary-800\/45{
    --tw-gradient-to: rgb(10 68 41 / 0.45) var(--tw-gradient-to-position);
}
.to-primary-800\/5{
    --tw-gradient-to: rgb(10 68 41 / 0.05) var(--tw-gradient-to-position);
}
.to-primary-800\/50{
    --tw-gradient-to: rgb(10 68 41 / 0.5) var(--tw-gradient-to-position);
}
.to-primary-800\/55{
    --tw-gradient-to: rgb(10 68 41 / 0.55) var(--tw-gradient-to-position);
}
.to-primary-800\/60{
    --tw-gradient-to: rgb(10 68 41 / 0.6) var(--tw-gradient-to-position);
}
.to-primary-800\/65{
    --tw-gradient-to: rgb(10 68 41 / 0.65) var(--tw-gradient-to-position);
}
.to-primary-800\/70{
    --tw-gradient-to: rgb(10 68 41 / 0.7) var(--tw-gradient-to-position);
}
.to-primary-800\/75{
    --tw-gradient-to: rgb(10 68 41 / 0.75) var(--tw-gradient-to-position);
}
.to-primary-800\/80{
    --tw-gradient-to: rgb(10 68 41 / 0.8) var(--tw-gradient-to-position);
}
.to-primary-800\/85{
    --tw-gradient-to: rgb(10 68 41 / 0.85) var(--tw-gradient-to-position);
}
.to-primary-800\/90{
    --tw-gradient-to: rgb(10 68 41 / 0.9) var(--tw-gradient-to-position);
}
.to-primary-800\/95{
    --tw-gradient-to: rgb(10 68 41 / 0.95) var(--tw-gradient-to-position);
}
.to-primary-900{
    --tw-gradient-to: #1C3B2D var(--tw-gradient-to-position);
}
.to-primary-900\/0{
    --tw-gradient-to: rgb(28 59 45 / 0) var(--tw-gradient-to-position);
}
.to-primary-900\/10{
    --tw-gradient-to: rgb(28 59 45 / 0.1) var(--tw-gradient-to-position);
}
.to-primary-900\/100{
    --tw-gradient-to: rgb(28 59 45 / 1) var(--tw-gradient-to-position);
}
.to-primary-900\/15{
    --tw-gradient-to: rgb(28 59 45 / 0.15) var(--tw-gradient-to-position);
}
.to-primary-900\/20{
    --tw-gradient-to: rgb(28 59 45 / 0.2) var(--tw-gradient-to-position);
}
.to-primary-900\/25{
    --tw-gradient-to: rgb(28 59 45 / 0.25) var(--tw-gradient-to-position);
}
.to-primary-900\/30{
    --tw-gradient-to: rgb(28 59 45 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-900\/35{
    --tw-gradient-to: rgb(28 59 45 / 0.35) var(--tw-gradient-to-position);
}
.to-primary-900\/40{
    --tw-gradient-to: rgb(28 59 45 / 0.4) var(--tw-gradient-to-position);
}
.to-primary-900\/45{
    --tw-gradient-to: rgb(28 59 45 / 0.45) var(--tw-gradient-to-position);
}
.to-primary-900\/5{
    --tw-gradient-to: rgb(28 59 45 / 0.05) var(--tw-gradient-to-position);
}
.to-primary-900\/50{
    --tw-gradient-to: rgb(28 59 45 / 0.5) var(--tw-gradient-to-position);
}
.to-primary-900\/55{
    --tw-gradient-to: rgb(28 59 45 / 0.55) var(--tw-gradient-to-position);
}
.to-primary-900\/60{
    --tw-gradient-to: rgb(28 59 45 / 0.6) var(--tw-gradient-to-position);
}
.to-primary-900\/65{
    --tw-gradient-to: rgb(28 59 45 / 0.65) var(--tw-gradient-to-position);
}
.to-primary-900\/70{
    --tw-gradient-to: rgb(28 59 45 / 0.7) var(--tw-gradient-to-position);
}
.to-primary-900\/75{
    --tw-gradient-to: rgb(28 59 45 / 0.75) var(--tw-gradient-to-position);
}
.to-primary-900\/80{
    --tw-gradient-to: rgb(28 59 45 / 0.8) var(--tw-gradient-to-position);
}
.to-primary-900\/85{
    --tw-gradient-to: rgb(28 59 45 / 0.85) var(--tw-gradient-to-position);
}
.to-primary-900\/90{
    --tw-gradient-to: rgb(28 59 45 / 0.9) var(--tw-gradient-to-position);
}
.to-primary-900\/95{
    --tw-gradient-to: rgb(28 59 45 / 0.95) var(--tw-gradient-to-position);
}
.to-primary-950{
    --tw-gradient-to: #141C18 var(--tw-gradient-to-position);
}
.to-primary-950\/0{
    --tw-gradient-to: rgb(20 28 24 / 0) var(--tw-gradient-to-position);
}
.to-primary-950\/10{
    --tw-gradient-to: rgb(20 28 24 / 0.1) var(--tw-gradient-to-position);
}
.to-primary-950\/100{
    --tw-gradient-to: rgb(20 28 24 / 1) var(--tw-gradient-to-position);
}
.to-primary-950\/15{
    --tw-gradient-to: rgb(20 28 24 / 0.15) var(--tw-gradient-to-position);
}
.to-primary-950\/20{
    --tw-gradient-to: rgb(20 28 24 / 0.2) var(--tw-gradient-to-position);
}
.to-primary-950\/25{
    --tw-gradient-to: rgb(20 28 24 / 0.25) var(--tw-gradient-to-position);
}
.to-primary-950\/30{
    --tw-gradient-to: rgb(20 28 24 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-950\/35{
    --tw-gradient-to: rgb(20 28 24 / 0.35) var(--tw-gradient-to-position);
}
.to-primary-950\/40{
    --tw-gradient-to: rgb(20 28 24 / 0.4) var(--tw-gradient-to-position);
}
.to-primary-950\/45{
    --tw-gradient-to: rgb(20 28 24 / 0.45) var(--tw-gradient-to-position);
}
.to-primary-950\/5{
    --tw-gradient-to: rgb(20 28 24 / 0.05) var(--tw-gradient-to-position);
}
.to-primary-950\/50{
    --tw-gradient-to: rgb(20 28 24 / 0.5) var(--tw-gradient-to-position);
}
.to-primary-950\/55{
    --tw-gradient-to: rgb(20 28 24 / 0.55) var(--tw-gradient-to-position);
}
.to-primary-950\/60{
    --tw-gradient-to: rgb(20 28 24 / 0.6) var(--tw-gradient-to-position);
}
.to-primary-950\/65{
    --tw-gradient-to: rgb(20 28 24 / 0.65) var(--tw-gradient-to-position);
}
.to-primary-950\/70{
    --tw-gradient-to: rgb(20 28 24 / 0.7) var(--tw-gradient-to-position);
}
.to-primary-950\/75{
    --tw-gradient-to: rgb(20 28 24 / 0.75) var(--tw-gradient-to-position);
}
.to-primary-950\/80{
    --tw-gradient-to: rgb(20 28 24 / 0.8) var(--tw-gradient-to-position);
}
.to-primary-950\/85{
    --tw-gradient-to: rgb(20 28 24 / 0.85) var(--tw-gradient-to-position);
}
.to-primary-950\/90{
    --tw-gradient-to: rgb(20 28 24 / 0.9) var(--tw-gradient-to-position);
}
.to-primary-950\/95{
    --tw-gradient-to: rgb(20 28 24 / 0.95) var(--tw-gradient-to-position);
}
.to-primary-dark{
    --tw-gradient-to: #0A4429 var(--tw-gradient-to-position);
}
.to-primary-dark\/0{
    --tw-gradient-to: rgb(10 68 41 / 0) var(--tw-gradient-to-position);
}
.to-primary-dark\/10{
    --tw-gradient-to: rgb(10 68 41 / 0.1) var(--tw-gradient-to-position);
}
.to-primary-dark\/100{
    --tw-gradient-to: rgb(10 68 41 / 1) var(--tw-gradient-to-position);
}
.to-primary-dark\/15{
    --tw-gradient-to: rgb(10 68 41 / 0.15) var(--tw-gradient-to-position);
}
.to-primary-dark\/20{
    --tw-gradient-to: rgb(10 68 41 / 0.2) var(--tw-gradient-to-position);
}
.to-primary-dark\/25{
    --tw-gradient-to: rgb(10 68 41 / 0.25) var(--tw-gradient-to-position);
}
.to-primary-dark\/30{
    --tw-gradient-to: rgb(10 68 41 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-dark\/35{
    --tw-gradient-to: rgb(10 68 41 / 0.35) var(--tw-gradient-to-position);
}
.to-primary-dark\/40{
    --tw-gradient-to: rgb(10 68 41 / 0.4) var(--tw-gradient-to-position);
}
.to-primary-dark\/45{
    --tw-gradient-to: rgb(10 68 41 / 0.45) var(--tw-gradient-to-position);
}
.to-primary-dark\/5{
    --tw-gradient-to: rgb(10 68 41 / 0.05) var(--tw-gradient-to-position);
}
.to-primary-dark\/50{
    --tw-gradient-to: rgb(10 68 41 / 0.5) var(--tw-gradient-to-position);
}
.to-primary-dark\/55{
    --tw-gradient-to: rgb(10 68 41 / 0.55) var(--tw-gradient-to-position);
}
.to-primary-dark\/60{
    --tw-gradient-to: rgb(10 68 41 / 0.6) var(--tw-gradient-to-position);
}
.to-primary-dark\/65{
    --tw-gradient-to: rgb(10 68 41 / 0.65) var(--tw-gradient-to-position);
}
.to-primary-dark\/70{
    --tw-gradient-to: rgb(10 68 41 / 0.7) var(--tw-gradient-to-position);
}
.to-primary-dark\/75{
    --tw-gradient-to: rgb(10 68 41 / 0.75) var(--tw-gradient-to-position);
}
.to-primary-dark\/80{
    --tw-gradient-to: rgb(10 68 41 / 0.8) var(--tw-gradient-to-position);
}
.to-primary-dark\/85{
    --tw-gradient-to: rgb(10 68 41 / 0.85) var(--tw-gradient-to-position);
}
.to-primary-dark\/90{
    --tw-gradient-to: rgb(10 68 41 / 0.9) var(--tw-gradient-to-position);
}
.to-primary-dark\/95{
    --tw-gradient-to: rgb(10 68 41 / 0.95) var(--tw-gradient-to-position);
}
.to-primary-light{
    --tw-gradient-to: #C6EEDB var(--tw-gradient-to-position);
}
.to-primary-light\/0{
    --tw-gradient-to: rgb(198 238 219 / 0) var(--tw-gradient-to-position);
}
.to-primary-light\/10{
    --tw-gradient-to: rgb(198 238 219 / 0.1) var(--tw-gradient-to-position);
}
.to-primary-light\/100{
    --tw-gradient-to: rgb(198 238 219 / 1) var(--tw-gradient-to-position);
}
.to-primary-light\/15{
    --tw-gradient-to: rgb(198 238 219 / 0.15) var(--tw-gradient-to-position);
}
.to-primary-light\/20{
    --tw-gradient-to: rgb(198 238 219 / 0.2) var(--tw-gradient-to-position);
}
.to-primary-light\/25{
    --tw-gradient-to: rgb(198 238 219 / 0.25) var(--tw-gradient-to-position);
}
.to-primary-light\/30{
    --tw-gradient-to: rgb(198 238 219 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-light\/35{
    --tw-gradient-to: rgb(198 238 219 / 0.35) var(--tw-gradient-to-position);
}
.to-primary-light\/40{
    --tw-gradient-to: rgb(198 238 219 / 0.4) var(--tw-gradient-to-position);
}
.to-primary-light\/45{
    --tw-gradient-to: rgb(198 238 219 / 0.45) var(--tw-gradient-to-position);
}
.to-primary-light\/5{
    --tw-gradient-to: rgb(198 238 219 / 0.05) var(--tw-gradient-to-position);
}
.to-primary-light\/50{
    --tw-gradient-to: rgb(198 238 219 / 0.5) var(--tw-gradient-to-position);
}
.to-primary-light\/55{
    --tw-gradient-to: rgb(198 238 219 / 0.55) var(--tw-gradient-to-position);
}
.to-primary-light\/60{
    --tw-gradient-to: rgb(198 238 219 / 0.6) var(--tw-gradient-to-position);
}
.to-primary-light\/65{
    --tw-gradient-to: rgb(198 238 219 / 0.65) var(--tw-gradient-to-position);
}
.to-primary-light\/70{
    --tw-gradient-to: rgb(198 238 219 / 0.7) var(--tw-gradient-to-position);
}
.to-primary-light\/75{
    --tw-gradient-to: rgb(198 238 219 / 0.75) var(--tw-gradient-to-position);
}
.to-primary-light\/80{
    --tw-gradient-to: rgb(198 238 219 / 0.8) var(--tw-gradient-to-position);
}
.to-primary-light\/85{
    --tw-gradient-to: rgb(198 238 219 / 0.85) var(--tw-gradient-to-position);
}
.to-primary-light\/90{
    --tw-gradient-to: rgb(198 238 219 / 0.9) var(--tw-gradient-to-position);
}
.to-primary-light\/95{
    --tw-gradient-to: rgb(198 238 219 / 0.95) var(--tw-gradient-to-position);
}
.to-primary\/0{
    --tw-gradient-to: rgb(72 229 155 / 0) var(--tw-gradient-to-position);
}
.to-primary\/10{
    --tw-gradient-to: rgb(72 229 155 / 0.1) var(--tw-gradient-to-position);
}
.to-primary\/100{
    --tw-gradient-to: rgb(72 229 155 / 1) var(--tw-gradient-to-position);
}
.to-primary\/15{
    --tw-gradient-to: rgb(72 229 155 / 0.15) var(--tw-gradient-to-position);
}
.to-primary\/20{
    --tw-gradient-to: rgb(72 229 155 / 0.2) var(--tw-gradient-to-position);
}
.to-primary\/25{
    --tw-gradient-to: rgb(72 229 155 / 0.25) var(--tw-gradient-to-position);
}
.to-primary\/30{
    --tw-gradient-to: rgb(72 229 155 / 0.3) var(--tw-gradient-to-position);
}
.to-primary\/35{
    --tw-gradient-to: rgb(72 229 155 / 0.35) var(--tw-gradient-to-position);
}
.to-primary\/40{
    --tw-gradient-to: rgb(72 229 155 / 0.4) var(--tw-gradient-to-position);
}
.to-primary\/45{
    --tw-gradient-to: rgb(72 229 155 / 0.45) var(--tw-gradient-to-position);
}
.to-primary\/5{
    --tw-gradient-to: rgb(72 229 155 / 0.05) var(--tw-gradient-to-position);
}
.to-primary\/50{
    --tw-gradient-to: rgb(72 229 155 / 0.5) var(--tw-gradient-to-position);
}
.to-primary\/55{
    --tw-gradient-to: rgb(72 229 155 / 0.55) var(--tw-gradient-to-position);
}
.to-primary\/60{
    --tw-gradient-to: rgb(72 229 155 / 0.6) var(--tw-gradient-to-position);
}
.to-primary\/65{
    --tw-gradient-to: rgb(72 229 155 / 0.65) var(--tw-gradient-to-position);
}
.to-primary\/70{
    --tw-gradient-to: rgb(72 229 155 / 0.7) var(--tw-gradient-to-position);
}
.to-primary\/75{
    --tw-gradient-to: rgb(72 229 155 / 0.75) var(--tw-gradient-to-position);
}
.to-primary\/80{
    --tw-gradient-to: rgb(72 229 155 / 0.8) var(--tw-gradient-to-position);
}
.to-primary\/85{
    --tw-gradient-to: rgb(72 229 155 / 0.85) var(--tw-gradient-to-position);
}
.to-primary\/90{
    --tw-gradient-to: rgb(72 229 155 / 0.9) var(--tw-gradient-to-position);
}
.to-primary\/95{
    --tw-gradient-to: rgb(72 229 155 / 0.95) var(--tw-gradient-to-position);
}
.to-secondary{
    --tw-gradient-to: #015AD5 var(--tw-gradient-to-position);
}
.to-secondary-500{
    --tw-gradient-to: #015AD5 var(--tw-gradient-to-position);
}
.to-secondary-500\/0{
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
}
.to-secondary-500\/10{
    --tw-gradient-to: rgb(1 90 213 / 0.1) var(--tw-gradient-to-position);
}
.to-secondary-500\/100{
    --tw-gradient-to: rgb(1 90 213 / 1) var(--tw-gradient-to-position);
}
.to-secondary-500\/15{
    --tw-gradient-to: rgb(1 90 213 / 0.15) var(--tw-gradient-to-position);
}
.to-secondary-500\/20{
    --tw-gradient-to: rgb(1 90 213 / 0.2) var(--tw-gradient-to-position);
}
.to-secondary-500\/25{
    --tw-gradient-to: rgb(1 90 213 / 0.25) var(--tw-gradient-to-position);
}
.to-secondary-500\/30{
    --tw-gradient-to: rgb(1 90 213 / 0.3) var(--tw-gradient-to-position);
}
.to-secondary-500\/35{
    --tw-gradient-to: rgb(1 90 213 / 0.35) var(--tw-gradient-to-position);
}
.to-secondary-500\/40{
    --tw-gradient-to: rgb(1 90 213 / 0.4) var(--tw-gradient-to-position);
}
.to-secondary-500\/45{
    --tw-gradient-to: rgb(1 90 213 / 0.45) var(--tw-gradient-to-position);
}
.to-secondary-500\/5{
    --tw-gradient-to: rgb(1 90 213 / 0.05) var(--tw-gradient-to-position);
}
.to-secondary-500\/50{
    --tw-gradient-to: rgb(1 90 213 / 0.5) var(--tw-gradient-to-position);
}
.to-secondary-500\/55{
    --tw-gradient-to: rgb(1 90 213 / 0.55) var(--tw-gradient-to-position);
}
.to-secondary-500\/60{
    --tw-gradient-to: rgb(1 90 213 / 0.6) var(--tw-gradient-to-position);
}
.to-secondary-500\/65{
    --tw-gradient-to: rgb(1 90 213 / 0.65) var(--tw-gradient-to-position);
}
.to-secondary-500\/70{
    --tw-gradient-to: rgb(1 90 213 / 0.7) var(--tw-gradient-to-position);
}
.to-secondary-500\/75{
    --tw-gradient-to: rgb(1 90 213 / 0.75) var(--tw-gradient-to-position);
}
.to-secondary-500\/80{
    --tw-gradient-to: rgb(1 90 213 / 0.8) var(--tw-gradient-to-position);
}
.to-secondary-500\/85{
    --tw-gradient-to: rgb(1 90 213 / 0.85) var(--tw-gradient-to-position);
}
.to-secondary-500\/90{
    --tw-gradient-to: rgb(1 90 213 / 0.9) var(--tw-gradient-to-position);
}
.to-secondary-500\/95{
    --tw-gradient-to: rgb(1 90 213 / 0.95) var(--tw-gradient-to-position);
}
.to-secondary\/0{
    --tw-gradient-to: rgb(1 90 213 / 0) var(--tw-gradient-to-position);
}
.to-secondary\/10{
    --tw-gradient-to: rgb(1 90 213 / 0.1) var(--tw-gradient-to-position);
}
.to-secondary\/100{
    --tw-gradient-to: rgb(1 90 213 / 1) var(--tw-gradient-to-position);
}
.to-secondary\/15{
    --tw-gradient-to: rgb(1 90 213 / 0.15) var(--tw-gradient-to-position);
}
.to-secondary\/20{
    --tw-gradient-to: rgb(1 90 213 / 0.2) var(--tw-gradient-to-position);
}
.to-secondary\/25{
    --tw-gradient-to: rgb(1 90 213 / 0.25) var(--tw-gradient-to-position);
}
.to-secondary\/30{
    --tw-gradient-to: rgb(1 90 213 / 0.3) var(--tw-gradient-to-position);
}
.to-secondary\/35{
    --tw-gradient-to: rgb(1 90 213 / 0.35) var(--tw-gradient-to-position);
}
.to-secondary\/40{
    --tw-gradient-to: rgb(1 90 213 / 0.4) var(--tw-gradient-to-position);
}
.to-secondary\/45{
    --tw-gradient-to: rgb(1 90 213 / 0.45) var(--tw-gradient-to-position);
}
.to-secondary\/5{
    --tw-gradient-to: rgb(1 90 213 / 0.05) var(--tw-gradient-to-position);
}
.to-secondary\/50{
    --tw-gradient-to: rgb(1 90 213 / 0.5) var(--tw-gradient-to-position);
}
.to-secondary\/55{
    --tw-gradient-to: rgb(1 90 213 / 0.55) var(--tw-gradient-to-position);
}
.to-secondary\/60{
    --tw-gradient-to: rgb(1 90 213 / 0.6) var(--tw-gradient-to-position);
}
.to-secondary\/65{
    --tw-gradient-to: rgb(1 90 213 / 0.65) var(--tw-gradient-to-position);
}
.to-secondary\/70{
    --tw-gradient-to: rgb(1 90 213 / 0.7) var(--tw-gradient-to-position);
}
.to-secondary\/75{
    --tw-gradient-to: rgb(1 90 213 / 0.75) var(--tw-gradient-to-position);
}
.to-secondary\/80{
    --tw-gradient-to: rgb(1 90 213 / 0.8) var(--tw-gradient-to-position);
}
.to-secondary\/85{
    --tw-gradient-to: rgb(1 90 213 / 0.85) var(--tw-gradient-to-position);
}
.to-secondary\/90{
    --tw-gradient-to: rgb(1 90 213 / 0.9) var(--tw-gradient-to-position);
}
.to-secondary\/95{
    --tw-gradient-to: rgb(1 90 213 / 0.95) var(--tw-gradient-to-position);
}
.fill-black-brand{
    fill: #313131;
}
.fill-black-brand\/0{
    fill: rgb(49 49 49 / 0);
}
.fill-black-brand\/10{
    fill: rgb(49 49 49 / 0.1);
}
.fill-black-brand\/100{
    fill: rgb(49 49 49 / 1);
}
.fill-black-brand\/15{
    fill: rgb(49 49 49 / 0.15);
}
.fill-black-brand\/20{
    fill: rgb(49 49 49 / 0.2);
}
.fill-black-brand\/25{
    fill: rgb(49 49 49 / 0.25);
}
.fill-black-brand\/30{
    fill: rgb(49 49 49 / 0.3);
}
.fill-black-brand\/35{
    fill: rgb(49 49 49 / 0.35);
}
.fill-black-brand\/40{
    fill: rgb(49 49 49 / 0.4);
}
.fill-black-brand\/45{
    fill: rgb(49 49 49 / 0.45);
}
.fill-black-brand\/5{
    fill: rgb(49 49 49 / 0.05);
}
.fill-black-brand\/50{
    fill: rgb(49 49 49 / 0.5);
}
.fill-black-brand\/55{
    fill: rgb(49 49 49 / 0.55);
}
.fill-black-brand\/60{
    fill: rgb(49 49 49 / 0.6);
}
.fill-black-brand\/65{
    fill: rgb(49 49 49 / 0.65);
}
.fill-black-brand\/70{
    fill: rgb(49 49 49 / 0.7);
}
.fill-black-brand\/75{
    fill: rgb(49 49 49 / 0.75);
}
.fill-black-brand\/80{
    fill: rgb(49 49 49 / 0.8);
}
.fill-black-brand\/85{
    fill: rgb(49 49 49 / 0.85);
}
.fill-black-brand\/90{
    fill: rgb(49 49 49 / 0.9);
}
.fill-black-brand\/95{
    fill: rgb(49 49 49 / 0.95);
}
.fill-brand-100{
    fill: #c6eedb0d;
}
.fill-brand-100\/0{
    fill: rgb(198 238 219 / 0);
}
.fill-brand-100\/10{
    fill: rgb(198 238 219 / 0.1);
}
.fill-brand-100\/100{
    fill: rgb(198 238 219 / 1);
}
.fill-brand-100\/15{
    fill: rgb(198 238 219 / 0.15);
}
.fill-brand-100\/20{
    fill: rgb(198 238 219 / 0.2);
}
.fill-brand-100\/25{
    fill: rgb(198 238 219 / 0.25);
}
.fill-brand-100\/30{
    fill: rgb(198 238 219 / 0.3);
}
.fill-brand-100\/35{
    fill: rgb(198 238 219 / 0.35);
}
.fill-brand-100\/40{
    fill: rgb(198 238 219 / 0.4);
}
.fill-brand-100\/45{
    fill: rgb(198 238 219 / 0.45);
}
.fill-brand-100\/5{
    fill: rgb(198 238 219 / 0.05);
}
.fill-brand-100\/50{
    fill: rgb(198 238 219 / 0.5);
}
.fill-brand-100\/55{
    fill: rgb(198 238 219 / 0.55);
}
.fill-brand-100\/60{
    fill: rgb(198 238 219 / 0.6);
}
.fill-brand-100\/65{
    fill: rgb(198 238 219 / 0.65);
}
.fill-brand-100\/70{
    fill: rgb(198 238 219 / 0.7);
}
.fill-brand-100\/75{
    fill: rgb(198 238 219 / 0.75);
}
.fill-brand-100\/80{
    fill: rgb(198 238 219 / 0.8);
}
.fill-brand-100\/85{
    fill: rgb(198 238 219 / 0.85);
}
.fill-brand-100\/90{
    fill: rgb(198 238 219 / 0.9);
}
.fill-brand-100\/95{
    fill: rgb(198 238 219 / 0.95);
}
.fill-brand-20{
    fill: #48E59B;
}
.fill-brand-20\/0{
    fill: rgb(72 229 155 / 0);
}
.fill-brand-20\/10{
    fill: rgb(72 229 155 / 0.1);
}
.fill-brand-20\/100{
    fill: rgb(72 229 155 / 1);
}
.fill-brand-20\/15{
    fill: rgb(72 229 155 / 0.15);
}
.fill-brand-20\/20{
    fill: rgb(72 229 155 / 0.2);
}
.fill-brand-20\/25{
    fill: rgb(72 229 155 / 0.25);
}
.fill-brand-20\/30{
    fill: rgb(72 229 155 / 0.3);
}
.fill-brand-20\/35{
    fill: rgb(72 229 155 / 0.35);
}
.fill-brand-20\/40{
    fill: rgb(72 229 155 / 0.4);
}
.fill-brand-20\/45{
    fill: rgb(72 229 155 / 0.45);
}
.fill-brand-20\/5{
    fill: rgb(72 229 155 / 0.05);
}
.fill-brand-20\/50{
    fill: rgb(72 229 155 / 0.5);
}
.fill-brand-20\/55{
    fill: rgb(72 229 155 / 0.55);
}
.fill-brand-20\/60{
    fill: rgb(72 229 155 / 0.6);
}
.fill-brand-20\/65{
    fill: rgb(72 229 155 / 0.65);
}
.fill-brand-20\/70{
    fill: rgb(72 229 155 / 0.7);
}
.fill-brand-20\/75{
    fill: rgb(72 229 155 / 0.75);
}
.fill-brand-20\/80{
    fill: rgb(72 229 155 / 0.8);
}
.fill-brand-20\/85{
    fill: rgb(72 229 155 / 0.85);
}
.fill-brand-20\/90{
    fill: rgb(72 229 155 / 0.9);
}
.fill-brand-20\/95{
    fill: rgb(72 229 155 / 0.95);
}
.fill-brand-200{
    fill: #c6eedb33;
}
.fill-brand-200\/0{
    fill: rgb(198 238 219 / 0);
}
.fill-brand-200\/10{
    fill: rgb(198 238 219 / 0.1);
}
.fill-brand-200\/100{
    fill: rgb(198 238 219 / 1);
}
.fill-brand-200\/15{
    fill: rgb(198 238 219 / 0.15);
}
.fill-brand-200\/20{
    fill: rgb(198 238 219 / 0.2);
}
.fill-brand-200\/25{
    fill: rgb(198 238 219 / 0.25);
}
.fill-brand-200\/30{
    fill: rgb(198 238 219 / 0.3);
}
.fill-brand-200\/35{
    fill: rgb(198 238 219 / 0.35);
}
.fill-brand-200\/40{
    fill: rgb(198 238 219 / 0.4);
}
.fill-brand-200\/45{
    fill: rgb(198 238 219 / 0.45);
}
.fill-brand-200\/5{
    fill: rgb(198 238 219 / 0.05);
}
.fill-brand-200\/50{
    fill: rgb(198 238 219 / 0.5);
}
.fill-brand-200\/55{
    fill: rgb(198 238 219 / 0.55);
}
.fill-brand-200\/60{
    fill: rgb(198 238 219 / 0.6);
}
.fill-brand-200\/65{
    fill: rgb(198 238 219 / 0.65);
}
.fill-brand-200\/70{
    fill: rgb(198 238 219 / 0.7);
}
.fill-brand-200\/75{
    fill: rgb(198 238 219 / 0.75);
}
.fill-brand-200\/80{
    fill: rgb(198 238 219 / 0.8);
}
.fill-brand-200\/85{
    fill: rgb(198 238 219 / 0.85);
}
.fill-brand-200\/90{
    fill: rgb(198 238 219 / 0.9);
}
.fill-brand-200\/95{
    fill: rgb(198 238 219 / 0.95);
}
.fill-brand-300{
    fill: #C6EEDB;
}
.fill-brand-300\/0{
    fill: rgb(198 238 219 / 0);
}
.fill-brand-300\/10{
    fill: rgb(198 238 219 / 0.1);
}
.fill-brand-300\/100{
    fill: rgb(198 238 219 / 1);
}
.fill-brand-300\/15{
    fill: rgb(198 238 219 / 0.15);
}
.fill-brand-300\/20{
    fill: rgb(198 238 219 / 0.2);
}
.fill-brand-300\/25{
    fill: rgb(198 238 219 / 0.25);
}
.fill-brand-300\/30{
    fill: rgb(198 238 219 / 0.3);
}
.fill-brand-300\/35{
    fill: rgb(198 238 219 / 0.35);
}
.fill-brand-300\/40{
    fill: rgb(198 238 219 / 0.4);
}
.fill-brand-300\/45{
    fill: rgb(198 238 219 / 0.45);
}
.fill-brand-300\/5{
    fill: rgb(198 238 219 / 0.05);
}
.fill-brand-300\/50{
    fill: rgb(198 238 219 / 0.5);
}
.fill-brand-300\/55{
    fill: rgb(198 238 219 / 0.55);
}
.fill-brand-300\/60{
    fill: rgb(198 238 219 / 0.6);
}
.fill-brand-300\/65{
    fill: rgb(198 238 219 / 0.65);
}
.fill-brand-300\/70{
    fill: rgb(198 238 219 / 0.7);
}
.fill-brand-300\/75{
    fill: rgb(198 238 219 / 0.75);
}
.fill-brand-300\/80{
    fill: rgb(198 238 219 / 0.8);
}
.fill-brand-300\/85{
    fill: rgb(198 238 219 / 0.85);
}
.fill-brand-300\/90{
    fill: rgb(198 238 219 / 0.9);
}
.fill-brand-300\/95{
    fill: rgb(198 238 219 / 0.95);
}
.fill-brand-black{
    fill: #111111;
}
.fill-brand-black\/0{
    fill: rgb(17 17 17 / 0);
}
.fill-brand-black\/10{
    fill: rgb(17 17 17 / 0.1);
}
.fill-brand-black\/100{
    fill: rgb(17 17 17 / 1);
}
.fill-brand-black\/15{
    fill: rgb(17 17 17 / 0.15);
}
.fill-brand-black\/20{
    fill: rgb(17 17 17 / 0.2);
}
.fill-brand-black\/25{
    fill: rgb(17 17 17 / 0.25);
}
.fill-brand-black\/30{
    fill: rgb(17 17 17 / 0.3);
}
.fill-brand-black\/35{
    fill: rgb(17 17 17 / 0.35);
}
.fill-brand-black\/40{
    fill: rgb(17 17 17 / 0.4);
}
.fill-brand-black\/45{
    fill: rgb(17 17 17 / 0.45);
}
.fill-brand-black\/5{
    fill: rgb(17 17 17 / 0.05);
}
.fill-brand-black\/50{
    fill: rgb(17 17 17 / 0.5);
}
.fill-brand-black\/55{
    fill: rgb(17 17 17 / 0.55);
}
.fill-brand-black\/60{
    fill: rgb(17 17 17 / 0.6);
}
.fill-brand-black\/65{
    fill: rgb(17 17 17 / 0.65);
}
.fill-brand-black\/70{
    fill: rgb(17 17 17 / 0.7);
}
.fill-brand-black\/75{
    fill: rgb(17 17 17 / 0.75);
}
.fill-brand-black\/80{
    fill: rgb(17 17 17 / 0.8);
}
.fill-brand-black\/85{
    fill: rgb(17 17 17 / 0.85);
}
.fill-brand-black\/90{
    fill: rgb(17 17 17 / 0.9);
}
.fill-brand-black\/95{
    fill: rgb(17 17 17 / 0.95);
}
.fill-brand-blue{
    fill: #70A8F4;
}
.fill-brand-blue\/0{
    fill: rgb(112 168 244 / 0);
}
.fill-brand-blue\/10{
    fill: rgb(112 168 244 / 0.1);
}
.fill-brand-blue\/100{
    fill: rgb(112 168 244 / 1);
}
.fill-brand-blue\/15{
    fill: rgb(112 168 244 / 0.15);
}
.fill-brand-blue\/20{
    fill: rgb(112 168 244 / 0.2);
}
.fill-brand-blue\/25{
    fill: rgb(112 168 244 / 0.25);
}
.fill-brand-blue\/30{
    fill: rgb(112 168 244 / 0.3);
}
.fill-brand-blue\/35{
    fill: rgb(112 168 244 / 0.35);
}
.fill-brand-blue\/40{
    fill: rgb(112 168 244 / 0.4);
}
.fill-brand-blue\/45{
    fill: rgb(112 168 244 / 0.45);
}
.fill-brand-blue\/5{
    fill: rgb(112 168 244 / 0.05);
}
.fill-brand-blue\/50{
    fill: rgb(112 168 244 / 0.5);
}
.fill-brand-blue\/55{
    fill: rgb(112 168 244 / 0.55);
}
.fill-brand-blue\/60{
    fill: rgb(112 168 244 / 0.6);
}
.fill-brand-blue\/65{
    fill: rgb(112 168 244 / 0.65);
}
.fill-brand-blue\/70{
    fill: rgb(112 168 244 / 0.7);
}
.fill-brand-blue\/75{
    fill: rgb(112 168 244 / 0.75);
}
.fill-brand-blue\/80{
    fill: rgb(112 168 244 / 0.8);
}
.fill-brand-blue\/85{
    fill: rgb(112 168 244 / 0.85);
}
.fill-brand-blue\/90{
    fill: rgb(112 168 244 / 0.9);
}
.fill-brand-blue\/95{
    fill: rgb(112 168 244 / 0.95);
}
.fill-brand-dark{
    fill: #232C27;
}
.fill-brand-dark\/0{
    fill: rgb(35 44 39 / 0);
}
.fill-brand-dark\/10{
    fill: rgb(35 44 39 / 0.1);
}
.fill-brand-dark\/100{
    fill: rgb(35 44 39 / 1);
}
.fill-brand-dark\/15{
    fill: rgb(35 44 39 / 0.15);
}
.fill-brand-dark\/20{
    fill: rgb(35 44 39 / 0.2);
}
.fill-brand-dark\/25{
    fill: rgb(35 44 39 / 0.25);
}
.fill-brand-dark\/30{
    fill: rgb(35 44 39 / 0.3);
}
.fill-brand-dark\/35{
    fill: rgb(35 44 39 / 0.35);
}
.fill-brand-dark\/40{
    fill: rgb(35 44 39 / 0.4);
}
.fill-brand-dark\/45{
    fill: rgb(35 44 39 / 0.45);
}
.fill-brand-dark\/5{
    fill: rgb(35 44 39 / 0.05);
}
.fill-brand-dark\/50{
    fill: rgb(35 44 39 / 0.5);
}
.fill-brand-dark\/55{
    fill: rgb(35 44 39 / 0.55);
}
.fill-brand-dark\/60{
    fill: rgb(35 44 39 / 0.6);
}
.fill-brand-dark\/65{
    fill: rgb(35 44 39 / 0.65);
}
.fill-brand-dark\/70{
    fill: rgb(35 44 39 / 0.7);
}
.fill-brand-dark\/75{
    fill: rgb(35 44 39 / 0.75);
}
.fill-brand-dark\/80{
    fill: rgb(35 44 39 / 0.8);
}
.fill-brand-dark\/85{
    fill: rgb(35 44 39 / 0.85);
}
.fill-brand-dark\/90{
    fill: rgb(35 44 39 / 0.9);
}
.fill-brand-dark\/95{
    fill: rgb(35 44 39 / 0.95);
}
.fill-brand-green{
    fill: #48E59B;
}
.fill-brand-green\/0{
    fill: rgb(72 229 155 / 0);
}
.fill-brand-green\/10{
    fill: rgb(72 229 155 / 0.1);
}
.fill-brand-green\/100{
    fill: rgb(72 229 155 / 1);
}
.fill-brand-green\/15{
    fill: rgb(72 229 155 / 0.15);
}
.fill-brand-green\/20{
    fill: rgb(72 229 155 / 0.2);
}
.fill-brand-green\/25{
    fill: rgb(72 229 155 / 0.25);
}
.fill-brand-green\/30{
    fill: rgb(72 229 155 / 0.3);
}
.fill-brand-green\/35{
    fill: rgb(72 229 155 / 0.35);
}
.fill-brand-green\/40{
    fill: rgb(72 229 155 / 0.4);
}
.fill-brand-green\/45{
    fill: rgb(72 229 155 / 0.45);
}
.fill-brand-green\/5{
    fill: rgb(72 229 155 / 0.05);
}
.fill-brand-green\/50{
    fill: rgb(72 229 155 / 0.5);
}
.fill-brand-green\/55{
    fill: rgb(72 229 155 / 0.55);
}
.fill-brand-green\/60{
    fill: rgb(72 229 155 / 0.6);
}
.fill-brand-green\/65{
    fill: rgb(72 229 155 / 0.65);
}
.fill-brand-green\/70{
    fill: rgb(72 229 155 / 0.7);
}
.fill-brand-green\/75{
    fill: rgb(72 229 155 / 0.75);
}
.fill-brand-green\/80{
    fill: rgb(72 229 155 / 0.8);
}
.fill-brand-green\/85{
    fill: rgb(72 229 155 / 0.85);
}
.fill-brand-green\/90{
    fill: rgb(72 229 155 / 0.9);
}
.fill-brand-green\/95{
    fill: rgb(72 229 155 / 0.95);
}
.fill-brand-light{
    fill: #C6EEDB;
}
.fill-brand-light\/0{
    fill: rgb(198 238 219 / 0);
}
.fill-brand-light\/10{
    fill: rgb(198 238 219 / 0.1);
}
.fill-brand-light\/100{
    fill: rgb(198 238 219 / 1);
}
.fill-brand-light\/15{
    fill: rgb(198 238 219 / 0.15);
}
.fill-brand-light\/20{
    fill: rgb(198 238 219 / 0.2);
}
.fill-brand-light\/25{
    fill: rgb(198 238 219 / 0.25);
}
.fill-brand-light\/30{
    fill: rgb(198 238 219 / 0.3);
}
.fill-brand-light\/35{
    fill: rgb(198 238 219 / 0.35);
}
.fill-brand-light\/40{
    fill: rgb(198 238 219 / 0.4);
}
.fill-brand-light\/45{
    fill: rgb(198 238 219 / 0.45);
}
.fill-brand-light\/5{
    fill: rgb(198 238 219 / 0.05);
}
.fill-brand-light\/50{
    fill: rgb(198 238 219 / 0.5);
}
.fill-brand-light\/55{
    fill: rgb(198 238 219 / 0.55);
}
.fill-brand-light\/60{
    fill: rgb(198 238 219 / 0.6);
}
.fill-brand-light\/65{
    fill: rgb(198 238 219 / 0.65);
}
.fill-brand-light\/70{
    fill: rgb(198 238 219 / 0.7);
}
.fill-brand-light\/75{
    fill: rgb(198 238 219 / 0.75);
}
.fill-brand-light\/80{
    fill: rgb(198 238 219 / 0.8);
}
.fill-brand-light\/85{
    fill: rgb(198 238 219 / 0.85);
}
.fill-brand-light\/90{
    fill: rgb(198 238 219 / 0.9);
}
.fill-brand-light\/95{
    fill: rgb(198 238 219 / 0.95);
}
.fill-error{
    fill: #FF3C3C;
}
.fill-error-10{
    fill: #291515;
}
.fill-error-10\/0{
    fill: rgb(41 21 21 / 0);
}
.fill-error-10\/10{
    fill: rgb(41 21 21 / 0.1);
}
.fill-error-10\/100{
    fill: rgb(41 21 21 / 1);
}
.fill-error-10\/15{
    fill: rgb(41 21 21 / 0.15);
}
.fill-error-10\/20{
    fill: rgb(41 21 21 / 0.2);
}
.fill-error-10\/25{
    fill: rgb(41 21 21 / 0.25);
}
.fill-error-10\/30{
    fill: rgb(41 21 21 / 0.3);
}
.fill-error-10\/35{
    fill: rgb(41 21 21 / 0.35);
}
.fill-error-10\/40{
    fill: rgb(41 21 21 / 0.4);
}
.fill-error-10\/45{
    fill: rgb(41 21 21 / 0.45);
}
.fill-error-10\/5{
    fill: rgb(41 21 21 / 0.05);
}
.fill-error-10\/50{
    fill: rgb(41 21 21 / 0.5);
}
.fill-error-10\/55{
    fill: rgb(41 21 21 / 0.55);
}
.fill-error-10\/60{
    fill: rgb(41 21 21 / 0.6);
}
.fill-error-10\/65{
    fill: rgb(41 21 21 / 0.65);
}
.fill-error-10\/70{
    fill: rgb(41 21 21 / 0.7);
}
.fill-error-10\/75{
    fill: rgb(41 21 21 / 0.75);
}
.fill-error-10\/80{
    fill: rgb(41 21 21 / 0.8);
}
.fill-error-10\/85{
    fill: rgb(41 21 21 / 0.85);
}
.fill-error-10\/90{
    fill: rgb(41 21 21 / 0.9);
}
.fill-error-10\/95{
    fill: rgb(41 21 21 / 0.95);
}
.fill-error-100{
    fill: #FFC7C7;
}
.fill-error-100\/0{
    fill: rgb(255 199 199 / 0);
}
.fill-error-100\/10{
    fill: rgb(255 199 199 / 0.1);
}
.fill-error-100\/100{
    fill: rgb(255 199 199 / 1);
}
.fill-error-100\/15{
    fill: rgb(255 199 199 / 0.15);
}
.fill-error-100\/20{
    fill: rgb(255 199 199 / 0.2);
}
.fill-error-100\/25{
    fill: rgb(255 199 199 / 0.25);
}
.fill-error-100\/30{
    fill: rgb(255 199 199 / 0.3);
}
.fill-error-100\/35{
    fill: rgb(255 199 199 / 0.35);
}
.fill-error-100\/40{
    fill: rgb(255 199 199 / 0.4);
}
.fill-error-100\/45{
    fill: rgb(255 199 199 / 0.45);
}
.fill-error-100\/5{
    fill: rgb(255 199 199 / 0.05);
}
.fill-error-100\/50{
    fill: rgb(255 199 199 / 0.5);
}
.fill-error-100\/55{
    fill: rgb(255 199 199 / 0.55);
}
.fill-error-100\/60{
    fill: rgb(255 199 199 / 0.6);
}
.fill-error-100\/65{
    fill: rgb(255 199 199 / 0.65);
}
.fill-error-100\/70{
    fill: rgb(255 199 199 / 0.7);
}
.fill-error-100\/75{
    fill: rgb(255 199 199 / 0.75);
}
.fill-error-100\/80{
    fill: rgb(255 199 199 / 0.8);
}
.fill-error-100\/85{
    fill: rgb(255 199 199 / 0.85);
}
.fill-error-100\/90{
    fill: rgb(255 199 199 / 0.9);
}
.fill-error-100\/95{
    fill: rgb(255 199 199 / 0.95);
}
.fill-error-15{
    fill: #351717;
}
.fill-error-15\/0{
    fill: rgb(53 23 23 / 0);
}
.fill-error-15\/10{
    fill: rgb(53 23 23 / 0.1);
}
.fill-error-15\/100{
    fill: rgb(53 23 23 / 1);
}
.fill-error-15\/15{
    fill: rgb(53 23 23 / 0.15);
}
.fill-error-15\/20{
    fill: rgb(53 23 23 / 0.2);
}
.fill-error-15\/25{
    fill: rgb(53 23 23 / 0.25);
}
.fill-error-15\/30{
    fill: rgb(53 23 23 / 0.3);
}
.fill-error-15\/35{
    fill: rgb(53 23 23 / 0.35);
}
.fill-error-15\/40{
    fill: rgb(53 23 23 / 0.4);
}
.fill-error-15\/45{
    fill: rgb(53 23 23 / 0.45);
}
.fill-error-15\/5{
    fill: rgb(53 23 23 / 0.05);
}
.fill-error-15\/50{
    fill: rgb(53 23 23 / 0.5);
}
.fill-error-15\/55{
    fill: rgb(53 23 23 / 0.55);
}
.fill-error-15\/60{
    fill: rgb(53 23 23 / 0.6);
}
.fill-error-15\/65{
    fill: rgb(53 23 23 / 0.65);
}
.fill-error-15\/70{
    fill: rgb(53 23 23 / 0.7);
}
.fill-error-15\/75{
    fill: rgb(53 23 23 / 0.75);
}
.fill-error-15\/80{
    fill: rgb(53 23 23 / 0.8);
}
.fill-error-15\/85{
    fill: rgb(53 23 23 / 0.85);
}
.fill-error-15\/90{
    fill: rgb(53 23 23 / 0.9);
}
.fill-error-15\/95{
    fill: rgb(53 23 23 / 0.95);
}
.fill-error-20{
    fill: #3C1919;
}
.fill-error-20\/0{
    fill: rgb(60 25 25 / 0);
}
.fill-error-20\/10{
    fill: rgb(60 25 25 / 0.1);
}
.fill-error-20\/100{
    fill: rgb(60 25 25 / 1);
}
.fill-error-20\/15{
    fill: rgb(60 25 25 / 0.15);
}
.fill-error-20\/20{
    fill: rgb(60 25 25 / 0.2);
}
.fill-error-20\/25{
    fill: rgb(60 25 25 / 0.25);
}
.fill-error-20\/30{
    fill: rgb(60 25 25 / 0.3);
}
.fill-error-20\/35{
    fill: rgb(60 25 25 / 0.35);
}
.fill-error-20\/40{
    fill: rgb(60 25 25 / 0.4);
}
.fill-error-20\/45{
    fill: rgb(60 25 25 / 0.45);
}
.fill-error-20\/5{
    fill: rgb(60 25 25 / 0.05);
}
.fill-error-20\/50{
    fill: rgb(60 25 25 / 0.5);
}
.fill-error-20\/55{
    fill: rgb(60 25 25 / 0.55);
}
.fill-error-20\/60{
    fill: rgb(60 25 25 / 0.6);
}
.fill-error-20\/65{
    fill: rgb(60 25 25 / 0.65);
}
.fill-error-20\/70{
    fill: rgb(60 25 25 / 0.7);
}
.fill-error-20\/75{
    fill: rgb(60 25 25 / 0.75);
}
.fill-error-20\/80{
    fill: rgb(60 25 25 / 0.8);
}
.fill-error-20\/85{
    fill: rgb(60 25 25 / 0.85);
}
.fill-error-20\/90{
    fill: rgb(60 25 25 / 0.9);
}
.fill-error-20\/95{
    fill: rgb(60 25 25 / 0.95);
}
.fill-error-5{
    fill: #1D1313;
}
.fill-error-5\/0{
    fill: rgb(29 19 19 / 0);
}
.fill-error-5\/10{
    fill: rgb(29 19 19 / 0.1);
}
.fill-error-5\/100{
    fill: rgb(29 19 19 / 1);
}
.fill-error-5\/15{
    fill: rgb(29 19 19 / 0.15);
}
.fill-error-5\/20{
    fill: rgb(29 19 19 / 0.2);
}
.fill-error-5\/25{
    fill: rgb(29 19 19 / 0.25);
}
.fill-error-5\/30{
    fill: rgb(29 19 19 / 0.3);
}
.fill-error-5\/35{
    fill: rgb(29 19 19 / 0.35);
}
.fill-error-5\/40{
    fill: rgb(29 19 19 / 0.4);
}
.fill-error-5\/45{
    fill: rgb(29 19 19 / 0.45);
}
.fill-error-5\/5{
    fill: rgb(29 19 19 / 0.05);
}
.fill-error-5\/50{
    fill: rgb(29 19 19 / 0.5);
}
.fill-error-5\/55{
    fill: rgb(29 19 19 / 0.55);
}
.fill-error-5\/60{
    fill: rgb(29 19 19 / 0.6);
}
.fill-error-5\/65{
    fill: rgb(29 19 19 / 0.65);
}
.fill-error-5\/70{
    fill: rgb(29 19 19 / 0.7);
}
.fill-error-5\/75{
    fill: rgb(29 19 19 / 0.75);
}
.fill-error-5\/80{
    fill: rgb(29 19 19 / 0.8);
}
.fill-error-5\/85{
    fill: rgb(29 19 19 / 0.85);
}
.fill-error-5\/90{
    fill: rgb(29 19 19 / 0.9);
}
.fill-error-5\/95{
    fill: rgb(29 19 19 / 0.95);
}
.fill-error-500{
    fill: #FF3C3C;
}
.fill-error-500\/0{
    fill: rgb(255 60 60 / 0);
}
.fill-error-500\/10{
    fill: rgb(255 60 60 / 0.1);
}
.fill-error-500\/100{
    fill: rgb(255 60 60 / 1);
}
.fill-error-500\/15{
    fill: rgb(255 60 60 / 0.15);
}
.fill-error-500\/20{
    fill: rgb(255 60 60 / 0.2);
}
.fill-error-500\/25{
    fill: rgb(255 60 60 / 0.25);
}
.fill-error-500\/30{
    fill: rgb(255 60 60 / 0.3);
}
.fill-error-500\/35{
    fill: rgb(255 60 60 / 0.35);
}
.fill-error-500\/40{
    fill: rgb(255 60 60 / 0.4);
}
.fill-error-500\/45{
    fill: rgb(255 60 60 / 0.45);
}
.fill-error-500\/5{
    fill: rgb(255 60 60 / 0.05);
}
.fill-error-500\/50{
    fill: rgb(255 60 60 / 0.5);
}
.fill-error-500\/55{
    fill: rgb(255 60 60 / 0.55);
}
.fill-error-500\/60{
    fill: rgb(255 60 60 / 0.6);
}
.fill-error-500\/65{
    fill: rgb(255 60 60 / 0.65);
}
.fill-error-500\/70{
    fill: rgb(255 60 60 / 0.7);
}
.fill-error-500\/75{
    fill: rgb(255 60 60 / 0.75);
}
.fill-error-500\/80{
    fill: rgb(255 60 60 / 0.8);
}
.fill-error-500\/85{
    fill: rgb(255 60 60 / 0.85);
}
.fill-error-500\/90{
    fill: rgb(255 60 60 / 0.9);
}
.fill-error-500\/95{
    fill: rgb(255 60 60 / 0.95);
}
.fill-error-900{
    fill: #3C1919;
}
.fill-error-900\/0{
    fill: rgb(60 25 25 / 0);
}
.fill-error-900\/10{
    fill: rgb(60 25 25 / 0.1);
}
.fill-error-900\/100{
    fill: rgb(60 25 25 / 1);
}
.fill-error-900\/15{
    fill: rgb(60 25 25 / 0.15);
}
.fill-error-900\/20{
    fill: rgb(60 25 25 / 0.2);
}
.fill-error-900\/25{
    fill: rgb(60 25 25 / 0.25);
}
.fill-error-900\/30{
    fill: rgb(60 25 25 / 0.3);
}
.fill-error-900\/35{
    fill: rgb(60 25 25 / 0.35);
}
.fill-error-900\/40{
    fill: rgb(60 25 25 / 0.4);
}
.fill-error-900\/45{
    fill: rgb(60 25 25 / 0.45);
}
.fill-error-900\/5{
    fill: rgb(60 25 25 / 0.05);
}
.fill-error-900\/50{
    fill: rgb(60 25 25 / 0.5);
}
.fill-error-900\/55{
    fill: rgb(60 25 25 / 0.55);
}
.fill-error-900\/60{
    fill: rgb(60 25 25 / 0.6);
}
.fill-error-900\/65{
    fill: rgb(60 25 25 / 0.65);
}
.fill-error-900\/70{
    fill: rgb(60 25 25 / 0.7);
}
.fill-error-900\/75{
    fill: rgb(60 25 25 / 0.75);
}
.fill-error-900\/80{
    fill: rgb(60 25 25 / 0.8);
}
.fill-error-900\/85{
    fill: rgb(60 25 25 / 0.85);
}
.fill-error-900\/90{
    fill: rgb(60 25 25 / 0.9);
}
.fill-error-900\/95{
    fill: rgb(60 25 25 / 0.95);
}
.fill-error-light{
    fill: #FFC7C7;
}
.fill-error-light\/0{
    fill: rgb(255 199 199 / 0);
}
.fill-error-light\/10{
    fill: rgb(255 199 199 / 0.1);
}
.fill-error-light\/100{
    fill: rgb(255 199 199 / 1);
}
.fill-error-light\/15{
    fill: rgb(255 199 199 / 0.15);
}
.fill-error-light\/20{
    fill: rgb(255 199 199 / 0.2);
}
.fill-error-light\/25{
    fill: rgb(255 199 199 / 0.25);
}
.fill-error-light\/30{
    fill: rgb(255 199 199 / 0.3);
}
.fill-error-light\/35{
    fill: rgb(255 199 199 / 0.35);
}
.fill-error-light\/40{
    fill: rgb(255 199 199 / 0.4);
}
.fill-error-light\/45{
    fill: rgb(255 199 199 / 0.45);
}
.fill-error-light\/5{
    fill: rgb(255 199 199 / 0.05);
}
.fill-error-light\/50{
    fill: rgb(255 199 199 / 0.5);
}
.fill-error-light\/55{
    fill: rgb(255 199 199 / 0.55);
}
.fill-error-light\/60{
    fill: rgb(255 199 199 / 0.6);
}
.fill-error-light\/65{
    fill: rgb(255 199 199 / 0.65);
}
.fill-error-light\/70{
    fill: rgb(255 199 199 / 0.7);
}
.fill-error-light\/75{
    fill: rgb(255 199 199 / 0.75);
}
.fill-error-light\/80{
    fill: rgb(255 199 199 / 0.8);
}
.fill-error-light\/85{
    fill: rgb(255 199 199 / 0.85);
}
.fill-error-light\/90{
    fill: rgb(255 199 199 / 0.9);
}
.fill-error-light\/95{
    fill: rgb(255 199 199 / 0.95);
}
.fill-error\/0{
    fill: rgb(255 60 60 / 0);
}
.fill-error\/10{
    fill: rgb(255 60 60 / 0.1);
}
.fill-error\/100{
    fill: rgb(255 60 60 / 1);
}
.fill-error\/15{
    fill: rgb(255 60 60 / 0.15);
}
.fill-error\/20{
    fill: rgb(255 60 60 / 0.2);
}
.fill-error\/25{
    fill: rgb(255 60 60 / 0.25);
}
.fill-error\/30{
    fill: rgb(255 60 60 / 0.3);
}
.fill-error\/35{
    fill: rgb(255 60 60 / 0.35);
}
.fill-error\/40{
    fill: rgb(255 60 60 / 0.4);
}
.fill-error\/45{
    fill: rgb(255 60 60 / 0.45);
}
.fill-error\/5{
    fill: rgb(255 60 60 / 0.05);
}
.fill-error\/50{
    fill: rgb(255 60 60 / 0.5);
}
.fill-error\/55{
    fill: rgb(255 60 60 / 0.55);
}
.fill-error\/60{
    fill: rgb(255 60 60 / 0.6);
}
.fill-error\/65{
    fill: rgb(255 60 60 / 0.65);
}
.fill-error\/70{
    fill: rgb(255 60 60 / 0.7);
}
.fill-error\/75{
    fill: rgb(255 60 60 / 0.75);
}
.fill-error\/80{
    fill: rgb(255 60 60 / 0.8);
}
.fill-error\/85{
    fill: rgb(255 60 60 / 0.85);
}
.fill-error\/90{
    fill: rgb(255 60 60 / 0.9);
}
.fill-error\/95{
    fill: rgb(255 60 60 / 0.95);
}
.fill-primary{
    fill: #48E59B;
}
.fill-primary-20{
    fill: #1C3B2D;
}
.fill-primary-20\/0{
    fill: rgb(28 59 45 / 0);
}
.fill-primary-20\/10{
    fill: rgb(28 59 45 / 0.1);
}
.fill-primary-20\/100{
    fill: rgb(28 59 45 / 1);
}
.fill-primary-20\/15{
    fill: rgb(28 59 45 / 0.15);
}
.fill-primary-20\/20{
    fill: rgb(28 59 45 / 0.2);
}
.fill-primary-20\/25{
    fill: rgb(28 59 45 / 0.25);
}
.fill-primary-20\/30{
    fill: rgb(28 59 45 / 0.3);
}
.fill-primary-20\/35{
    fill: rgb(28 59 45 / 0.35);
}
.fill-primary-20\/40{
    fill: rgb(28 59 45 / 0.4);
}
.fill-primary-20\/45{
    fill: rgb(28 59 45 / 0.45);
}
.fill-primary-20\/5{
    fill: rgb(28 59 45 / 0.05);
}
.fill-primary-20\/50{
    fill: rgb(28 59 45 / 0.5);
}
.fill-primary-20\/55{
    fill: rgb(28 59 45 / 0.55);
}
.fill-primary-20\/60{
    fill: rgb(28 59 45 / 0.6);
}
.fill-primary-20\/65{
    fill: rgb(28 59 45 / 0.65);
}
.fill-primary-20\/70{
    fill: rgb(28 59 45 / 0.7);
}
.fill-primary-20\/75{
    fill: rgb(28 59 45 / 0.75);
}
.fill-primary-20\/80{
    fill: rgb(28 59 45 / 0.8);
}
.fill-primary-20\/85{
    fill: rgb(28 59 45 / 0.85);
}
.fill-primary-20\/90{
    fill: rgb(28 59 45 / 0.9);
}
.fill-primary-20\/95{
    fill: rgb(28 59 45 / 0.95);
}
.fill-primary-200{
    fill: #C6EEDB;
}
.fill-primary-200\/0{
    fill: rgb(198 238 219 / 0);
}
.fill-primary-200\/10{
    fill: rgb(198 238 219 / 0.1);
}
.fill-primary-200\/100{
    fill: rgb(198 238 219 / 1);
}
.fill-primary-200\/15{
    fill: rgb(198 238 219 / 0.15);
}
.fill-primary-200\/20{
    fill: rgb(198 238 219 / 0.2);
}
.fill-primary-200\/25{
    fill: rgb(198 238 219 / 0.25);
}
.fill-primary-200\/30{
    fill: rgb(198 238 219 / 0.3);
}
.fill-primary-200\/35{
    fill: rgb(198 238 219 / 0.35);
}
.fill-primary-200\/40{
    fill: rgb(198 238 219 / 0.4);
}
.fill-primary-200\/45{
    fill: rgb(198 238 219 / 0.45);
}
.fill-primary-200\/5{
    fill: rgb(198 238 219 / 0.05);
}
.fill-primary-200\/50{
    fill: rgb(198 238 219 / 0.5);
}
.fill-primary-200\/55{
    fill: rgb(198 238 219 / 0.55);
}
.fill-primary-200\/60{
    fill: rgb(198 238 219 / 0.6);
}
.fill-primary-200\/65{
    fill: rgb(198 238 219 / 0.65);
}
.fill-primary-200\/70{
    fill: rgb(198 238 219 / 0.7);
}
.fill-primary-200\/75{
    fill: rgb(198 238 219 / 0.75);
}
.fill-primary-200\/80{
    fill: rgb(198 238 219 / 0.8);
}
.fill-primary-200\/85{
    fill: rgb(198 238 219 / 0.85);
}
.fill-primary-200\/90{
    fill: rgb(198 238 219 / 0.9);
}
.fill-primary-200\/95{
    fill: rgb(198 238 219 / 0.95);
}
.fill-primary-5{
    fill: #141C18;
}
.fill-primary-5\/0{
    fill: rgb(20 28 24 / 0);
}
.fill-primary-5\/10{
    fill: rgb(20 28 24 / 0.1);
}
.fill-primary-5\/100{
    fill: rgb(20 28 24 / 1);
}
.fill-primary-5\/15{
    fill: rgb(20 28 24 / 0.15);
}
.fill-primary-5\/20{
    fill: rgb(20 28 24 / 0.2);
}
.fill-primary-5\/25{
    fill: rgb(20 28 24 / 0.25);
}
.fill-primary-5\/30{
    fill: rgb(20 28 24 / 0.3);
}
.fill-primary-5\/35{
    fill: rgb(20 28 24 / 0.35);
}
.fill-primary-5\/40{
    fill: rgb(20 28 24 / 0.4);
}
.fill-primary-5\/45{
    fill: rgb(20 28 24 / 0.45);
}
.fill-primary-5\/5{
    fill: rgb(20 28 24 / 0.05);
}
.fill-primary-5\/50{
    fill: rgb(20 28 24 / 0.5);
}
.fill-primary-5\/55{
    fill: rgb(20 28 24 / 0.55);
}
.fill-primary-5\/60{
    fill: rgb(20 28 24 / 0.6);
}
.fill-primary-5\/65{
    fill: rgb(20 28 24 / 0.65);
}
.fill-primary-5\/70{
    fill: rgb(20 28 24 / 0.7);
}
.fill-primary-5\/75{
    fill: rgb(20 28 24 / 0.75);
}
.fill-primary-5\/80{
    fill: rgb(20 28 24 / 0.8);
}
.fill-primary-5\/85{
    fill: rgb(20 28 24 / 0.85);
}
.fill-primary-5\/90{
    fill: rgb(20 28 24 / 0.9);
}
.fill-primary-5\/95{
    fill: rgb(20 28 24 / 0.95);
}
.fill-primary-500{
    fill: #48E59B;
}
.fill-primary-500\/0{
    fill: rgb(72 229 155 / 0);
}
.fill-primary-500\/10{
    fill: rgb(72 229 155 / 0.1);
}
.fill-primary-500\/100{
    fill: rgb(72 229 155 / 1);
}
.fill-primary-500\/15{
    fill: rgb(72 229 155 / 0.15);
}
.fill-primary-500\/20{
    fill: rgb(72 229 155 / 0.2);
}
.fill-primary-500\/25{
    fill: rgb(72 229 155 / 0.25);
}
.fill-primary-500\/30{
    fill: rgb(72 229 155 / 0.3);
}
.fill-primary-500\/35{
    fill: rgb(72 229 155 / 0.35);
}
.fill-primary-500\/40{
    fill: rgb(72 229 155 / 0.4);
}
.fill-primary-500\/45{
    fill: rgb(72 229 155 / 0.45);
}
.fill-primary-500\/5{
    fill: rgb(72 229 155 / 0.05);
}
.fill-primary-500\/50{
    fill: rgb(72 229 155 / 0.5);
}
.fill-primary-500\/55{
    fill: rgb(72 229 155 / 0.55);
}
.fill-primary-500\/60{
    fill: rgb(72 229 155 / 0.6);
}
.fill-primary-500\/65{
    fill: rgb(72 229 155 / 0.65);
}
.fill-primary-500\/70{
    fill: rgb(72 229 155 / 0.7);
}
.fill-primary-500\/75{
    fill: rgb(72 229 155 / 0.75);
}
.fill-primary-500\/80{
    fill: rgb(72 229 155 / 0.8);
}
.fill-primary-500\/85{
    fill: rgb(72 229 155 / 0.85);
}
.fill-primary-500\/90{
    fill: rgb(72 229 155 / 0.9);
}
.fill-primary-500\/95{
    fill: rgb(72 229 155 / 0.95);
}
.fill-primary-60{
    fill: #399B6D;
}
.fill-primary-60\/0{
    fill: rgb(57 155 109 / 0);
}
.fill-primary-60\/10{
    fill: rgb(57 155 109 / 0.1);
}
.fill-primary-60\/100{
    fill: rgb(57 155 109 / 1);
}
.fill-primary-60\/15{
    fill: rgb(57 155 109 / 0.15);
}
.fill-primary-60\/20{
    fill: rgb(57 155 109 / 0.2);
}
.fill-primary-60\/25{
    fill: rgb(57 155 109 / 0.25);
}
.fill-primary-60\/30{
    fill: rgb(57 155 109 / 0.3);
}
.fill-primary-60\/35{
    fill: rgb(57 155 109 / 0.35);
}
.fill-primary-60\/40{
    fill: rgb(57 155 109 / 0.4);
}
.fill-primary-60\/45{
    fill: rgb(57 155 109 / 0.45);
}
.fill-primary-60\/5{
    fill: rgb(57 155 109 / 0.05);
}
.fill-primary-60\/50{
    fill: rgb(57 155 109 / 0.5);
}
.fill-primary-60\/55{
    fill: rgb(57 155 109 / 0.55);
}
.fill-primary-60\/60{
    fill: rgb(57 155 109 / 0.6);
}
.fill-primary-60\/65{
    fill: rgb(57 155 109 / 0.65);
}
.fill-primary-60\/70{
    fill: rgb(57 155 109 / 0.7);
}
.fill-primary-60\/75{
    fill: rgb(57 155 109 / 0.75);
}
.fill-primary-60\/80{
    fill: rgb(57 155 109 / 0.8);
}
.fill-primary-60\/85{
    fill: rgb(57 155 109 / 0.85);
}
.fill-primary-60\/90{
    fill: rgb(57 155 109 / 0.9);
}
.fill-primary-60\/95{
    fill: rgb(57 155 109 / 0.95);
}
.fill-primary-600{
    fill: #3DBB7F;
}
.fill-primary-600\/0{
    fill: rgb(61 187 127 / 0);
}
.fill-primary-600\/10{
    fill: rgb(61 187 127 / 0.1);
}
.fill-primary-600\/100{
    fill: rgb(61 187 127 / 1);
}
.fill-primary-600\/15{
    fill: rgb(61 187 127 / 0.15);
}
.fill-primary-600\/20{
    fill: rgb(61 187 127 / 0.2);
}
.fill-primary-600\/25{
    fill: rgb(61 187 127 / 0.25);
}
.fill-primary-600\/30{
    fill: rgb(61 187 127 / 0.3);
}
.fill-primary-600\/35{
    fill: rgb(61 187 127 / 0.35);
}
.fill-primary-600\/40{
    fill: rgb(61 187 127 / 0.4);
}
.fill-primary-600\/45{
    fill: rgb(61 187 127 / 0.45);
}
.fill-primary-600\/5{
    fill: rgb(61 187 127 / 0.05);
}
.fill-primary-600\/50{
    fill: rgb(61 187 127 / 0.5);
}
.fill-primary-600\/55{
    fill: rgb(61 187 127 / 0.55);
}
.fill-primary-600\/60{
    fill: rgb(61 187 127 / 0.6);
}
.fill-primary-600\/65{
    fill: rgb(61 187 127 / 0.65);
}
.fill-primary-600\/70{
    fill: rgb(61 187 127 / 0.7);
}
.fill-primary-600\/75{
    fill: rgb(61 187 127 / 0.75);
}
.fill-primary-600\/80{
    fill: rgb(61 187 127 / 0.8);
}
.fill-primary-600\/85{
    fill: rgb(61 187 127 / 0.85);
}
.fill-primary-600\/90{
    fill: rgb(61 187 127 / 0.9);
}
.fill-primary-600\/95{
    fill: rgb(61 187 127 / 0.95);
}
.fill-primary-700{
    fill: #399B6D;
}
.fill-primary-700\/0{
    fill: rgb(57 155 109 / 0);
}
.fill-primary-700\/10{
    fill: rgb(57 155 109 / 0.1);
}
.fill-primary-700\/100{
    fill: rgb(57 155 109 / 1);
}
.fill-primary-700\/15{
    fill: rgb(57 155 109 / 0.15);
}
.fill-primary-700\/20{
    fill: rgb(57 155 109 / 0.2);
}
.fill-primary-700\/25{
    fill: rgb(57 155 109 / 0.25);
}
.fill-primary-700\/30{
    fill: rgb(57 155 109 / 0.3);
}
.fill-primary-700\/35{
    fill: rgb(57 155 109 / 0.35);
}
.fill-primary-700\/40{
    fill: rgb(57 155 109 / 0.4);
}
.fill-primary-700\/45{
    fill: rgb(57 155 109 / 0.45);
}
.fill-primary-700\/5{
    fill: rgb(57 155 109 / 0.05);
}
.fill-primary-700\/50{
    fill: rgb(57 155 109 / 0.5);
}
.fill-primary-700\/55{
    fill: rgb(57 155 109 / 0.55);
}
.fill-primary-700\/60{
    fill: rgb(57 155 109 / 0.6);
}
.fill-primary-700\/65{
    fill: rgb(57 155 109 / 0.65);
}
.fill-primary-700\/70{
    fill: rgb(57 155 109 / 0.7);
}
.fill-primary-700\/75{
    fill: rgb(57 155 109 / 0.75);
}
.fill-primary-700\/80{
    fill: rgb(57 155 109 / 0.8);
}
.fill-primary-700\/85{
    fill: rgb(57 155 109 / 0.85);
}
.fill-primary-700\/90{
    fill: rgb(57 155 109 / 0.9);
}
.fill-primary-700\/95{
    fill: rgb(57 155 109 / 0.95);
}
.fill-primary-80{
    fill: #3DBB7F;
}
.fill-primary-80\/0{
    fill: rgb(61 187 127 / 0);
}
.fill-primary-80\/10{
    fill: rgb(61 187 127 / 0.1);
}
.fill-primary-80\/100{
    fill: rgb(61 187 127 / 1);
}
.fill-primary-80\/15{
    fill: rgb(61 187 127 / 0.15);
}
.fill-primary-80\/20{
    fill: rgb(61 187 127 / 0.2);
}
.fill-primary-80\/25{
    fill: rgb(61 187 127 / 0.25);
}
.fill-primary-80\/30{
    fill: rgb(61 187 127 / 0.3);
}
.fill-primary-80\/35{
    fill: rgb(61 187 127 / 0.35);
}
.fill-primary-80\/40{
    fill: rgb(61 187 127 / 0.4);
}
.fill-primary-80\/45{
    fill: rgb(61 187 127 / 0.45);
}
.fill-primary-80\/5{
    fill: rgb(61 187 127 / 0.05);
}
.fill-primary-80\/50{
    fill: rgb(61 187 127 / 0.5);
}
.fill-primary-80\/55{
    fill: rgb(61 187 127 / 0.55);
}
.fill-primary-80\/60{
    fill: rgb(61 187 127 / 0.6);
}
.fill-primary-80\/65{
    fill: rgb(61 187 127 / 0.65);
}
.fill-primary-80\/70{
    fill: rgb(61 187 127 / 0.7);
}
.fill-primary-80\/75{
    fill: rgb(61 187 127 / 0.75);
}
.fill-primary-80\/80{
    fill: rgb(61 187 127 / 0.8);
}
.fill-primary-80\/85{
    fill: rgb(61 187 127 / 0.85);
}
.fill-primary-80\/90{
    fill: rgb(61 187 127 / 0.9);
}
.fill-primary-80\/95{
    fill: rgb(61 187 127 / 0.95);
}
.fill-primary-800{
    fill: #0A4429;
}
.fill-primary-800\/0{
    fill: rgb(10 68 41 / 0);
}
.fill-primary-800\/10{
    fill: rgb(10 68 41 / 0.1);
}
.fill-primary-800\/100{
    fill: rgb(10 68 41 / 1);
}
.fill-primary-800\/15{
    fill: rgb(10 68 41 / 0.15);
}
.fill-primary-800\/20{
    fill: rgb(10 68 41 / 0.2);
}
.fill-primary-800\/25{
    fill: rgb(10 68 41 / 0.25);
}
.fill-primary-800\/30{
    fill: rgb(10 68 41 / 0.3);
}
.fill-primary-800\/35{
    fill: rgb(10 68 41 / 0.35);
}
.fill-primary-800\/40{
    fill: rgb(10 68 41 / 0.4);
}
.fill-primary-800\/45{
    fill: rgb(10 68 41 / 0.45);
}
.fill-primary-800\/5{
    fill: rgb(10 68 41 / 0.05);
}
.fill-primary-800\/50{
    fill: rgb(10 68 41 / 0.5);
}
.fill-primary-800\/55{
    fill: rgb(10 68 41 / 0.55);
}
.fill-primary-800\/60{
    fill: rgb(10 68 41 / 0.6);
}
.fill-primary-800\/65{
    fill: rgb(10 68 41 / 0.65);
}
.fill-primary-800\/70{
    fill: rgb(10 68 41 / 0.7);
}
.fill-primary-800\/75{
    fill: rgb(10 68 41 / 0.75);
}
.fill-primary-800\/80{
    fill: rgb(10 68 41 / 0.8);
}
.fill-primary-800\/85{
    fill: rgb(10 68 41 / 0.85);
}
.fill-primary-800\/90{
    fill: rgb(10 68 41 / 0.9);
}
.fill-primary-800\/95{
    fill: rgb(10 68 41 / 0.95);
}
.fill-primary-900{
    fill: #1C3B2D;
}
.fill-primary-900\/0{
    fill: rgb(28 59 45 / 0);
}
.fill-primary-900\/10{
    fill: rgb(28 59 45 / 0.1);
}
.fill-primary-900\/100{
    fill: rgb(28 59 45 / 1);
}
.fill-primary-900\/15{
    fill: rgb(28 59 45 / 0.15);
}
.fill-primary-900\/20{
    fill: rgb(28 59 45 / 0.2);
}
.fill-primary-900\/25{
    fill: rgb(28 59 45 / 0.25);
}
.fill-primary-900\/30{
    fill: rgb(28 59 45 / 0.3);
}
.fill-primary-900\/35{
    fill: rgb(28 59 45 / 0.35);
}
.fill-primary-900\/40{
    fill: rgb(28 59 45 / 0.4);
}
.fill-primary-900\/45{
    fill: rgb(28 59 45 / 0.45);
}
.fill-primary-900\/5{
    fill: rgb(28 59 45 / 0.05);
}
.fill-primary-900\/50{
    fill: rgb(28 59 45 / 0.5);
}
.fill-primary-900\/55{
    fill: rgb(28 59 45 / 0.55);
}
.fill-primary-900\/60{
    fill: rgb(28 59 45 / 0.6);
}
.fill-primary-900\/65{
    fill: rgb(28 59 45 / 0.65);
}
.fill-primary-900\/70{
    fill: rgb(28 59 45 / 0.7);
}
.fill-primary-900\/75{
    fill: rgb(28 59 45 / 0.75);
}
.fill-primary-900\/80{
    fill: rgb(28 59 45 / 0.8);
}
.fill-primary-900\/85{
    fill: rgb(28 59 45 / 0.85);
}
.fill-primary-900\/90{
    fill: rgb(28 59 45 / 0.9);
}
.fill-primary-900\/95{
    fill: rgb(28 59 45 / 0.95);
}
.fill-primary-950{
    fill: #141C18;
}
.fill-primary-950\/0{
    fill: rgb(20 28 24 / 0);
}
.fill-primary-950\/10{
    fill: rgb(20 28 24 / 0.1);
}
.fill-primary-950\/100{
    fill: rgb(20 28 24 / 1);
}
.fill-primary-950\/15{
    fill: rgb(20 28 24 / 0.15);
}
.fill-primary-950\/20{
    fill: rgb(20 28 24 / 0.2);
}
.fill-primary-950\/25{
    fill: rgb(20 28 24 / 0.25);
}
.fill-primary-950\/30{
    fill: rgb(20 28 24 / 0.3);
}
.fill-primary-950\/35{
    fill: rgb(20 28 24 / 0.35);
}
.fill-primary-950\/40{
    fill: rgb(20 28 24 / 0.4);
}
.fill-primary-950\/45{
    fill: rgb(20 28 24 / 0.45);
}
.fill-primary-950\/5{
    fill: rgb(20 28 24 / 0.05);
}
.fill-primary-950\/50{
    fill: rgb(20 28 24 / 0.5);
}
.fill-primary-950\/55{
    fill: rgb(20 28 24 / 0.55);
}
.fill-primary-950\/60{
    fill: rgb(20 28 24 / 0.6);
}
.fill-primary-950\/65{
    fill: rgb(20 28 24 / 0.65);
}
.fill-primary-950\/70{
    fill: rgb(20 28 24 / 0.7);
}
.fill-primary-950\/75{
    fill: rgb(20 28 24 / 0.75);
}
.fill-primary-950\/80{
    fill: rgb(20 28 24 / 0.8);
}
.fill-primary-950\/85{
    fill: rgb(20 28 24 / 0.85);
}
.fill-primary-950\/90{
    fill: rgb(20 28 24 / 0.9);
}
.fill-primary-950\/95{
    fill: rgb(20 28 24 / 0.95);
}
.fill-primary-dark{
    fill: #0A4429;
}
.fill-primary-dark\/0{
    fill: rgb(10 68 41 / 0);
}
.fill-primary-dark\/10{
    fill: rgb(10 68 41 / 0.1);
}
.fill-primary-dark\/100{
    fill: rgb(10 68 41 / 1);
}
.fill-primary-dark\/15{
    fill: rgb(10 68 41 / 0.15);
}
.fill-primary-dark\/20{
    fill: rgb(10 68 41 / 0.2);
}
.fill-primary-dark\/25{
    fill: rgb(10 68 41 / 0.25);
}
.fill-primary-dark\/30{
    fill: rgb(10 68 41 / 0.3);
}
.fill-primary-dark\/35{
    fill: rgb(10 68 41 / 0.35);
}
.fill-primary-dark\/40{
    fill: rgb(10 68 41 / 0.4);
}
.fill-primary-dark\/45{
    fill: rgb(10 68 41 / 0.45);
}
.fill-primary-dark\/5{
    fill: rgb(10 68 41 / 0.05);
}
.fill-primary-dark\/50{
    fill: rgb(10 68 41 / 0.5);
}
.fill-primary-dark\/55{
    fill: rgb(10 68 41 / 0.55);
}
.fill-primary-dark\/60{
    fill: rgb(10 68 41 / 0.6);
}
.fill-primary-dark\/65{
    fill: rgb(10 68 41 / 0.65);
}
.fill-primary-dark\/70{
    fill: rgb(10 68 41 / 0.7);
}
.fill-primary-dark\/75{
    fill: rgb(10 68 41 / 0.75);
}
.fill-primary-dark\/80{
    fill: rgb(10 68 41 / 0.8);
}
.fill-primary-dark\/85{
    fill: rgb(10 68 41 / 0.85);
}
.fill-primary-dark\/90{
    fill: rgb(10 68 41 / 0.9);
}
.fill-primary-dark\/95{
    fill: rgb(10 68 41 / 0.95);
}
.fill-primary-light{
    fill: #C6EEDB;
}
.fill-primary-light\/0{
    fill: rgb(198 238 219 / 0);
}
.fill-primary-light\/10{
    fill: rgb(198 238 219 / 0.1);
}
.fill-primary-light\/100{
    fill: rgb(198 238 219 / 1);
}
.fill-primary-light\/15{
    fill: rgb(198 238 219 / 0.15);
}
.fill-primary-light\/20{
    fill: rgb(198 238 219 / 0.2);
}
.fill-primary-light\/25{
    fill: rgb(198 238 219 / 0.25);
}
.fill-primary-light\/30{
    fill: rgb(198 238 219 / 0.3);
}
.fill-primary-light\/35{
    fill: rgb(198 238 219 / 0.35);
}
.fill-primary-light\/40{
    fill: rgb(198 238 219 / 0.4);
}
.fill-primary-light\/45{
    fill: rgb(198 238 219 / 0.45);
}
.fill-primary-light\/5{
    fill: rgb(198 238 219 / 0.05);
}
.fill-primary-light\/50{
    fill: rgb(198 238 219 / 0.5);
}
.fill-primary-light\/55{
    fill: rgb(198 238 219 / 0.55);
}
.fill-primary-light\/60{
    fill: rgb(198 238 219 / 0.6);
}
.fill-primary-light\/65{
    fill: rgb(198 238 219 / 0.65);
}
.fill-primary-light\/70{
    fill: rgb(198 238 219 / 0.7);
}
.fill-primary-light\/75{
    fill: rgb(198 238 219 / 0.75);
}
.fill-primary-light\/80{
    fill: rgb(198 238 219 / 0.8);
}
.fill-primary-light\/85{
    fill: rgb(198 238 219 / 0.85);
}
.fill-primary-light\/90{
    fill: rgb(198 238 219 / 0.9);
}
.fill-primary-light\/95{
    fill: rgb(198 238 219 / 0.95);
}
.fill-primary\/0{
    fill: rgb(72 229 155 / 0);
}
.fill-primary\/10{
    fill: rgb(72 229 155 / 0.1);
}
.fill-primary\/100{
    fill: rgb(72 229 155 / 1);
}
.fill-primary\/15{
    fill: rgb(72 229 155 / 0.15);
}
.fill-primary\/20{
    fill: rgb(72 229 155 / 0.2);
}
.fill-primary\/25{
    fill: rgb(72 229 155 / 0.25);
}
.fill-primary\/30{
    fill: rgb(72 229 155 / 0.3);
}
.fill-primary\/35{
    fill: rgb(72 229 155 / 0.35);
}
.fill-primary\/40{
    fill: rgb(72 229 155 / 0.4);
}
.fill-primary\/45{
    fill: rgb(72 229 155 / 0.45);
}
.fill-primary\/5{
    fill: rgb(72 229 155 / 0.05);
}
.fill-primary\/50{
    fill: rgb(72 229 155 / 0.5);
}
.fill-primary\/55{
    fill: rgb(72 229 155 / 0.55);
}
.fill-primary\/60{
    fill: rgb(72 229 155 / 0.6);
}
.fill-primary\/65{
    fill: rgb(72 229 155 / 0.65);
}
.fill-primary\/70{
    fill: rgb(72 229 155 / 0.7);
}
.fill-primary\/75{
    fill: rgb(72 229 155 / 0.75);
}
.fill-primary\/80{
    fill: rgb(72 229 155 / 0.8);
}
.fill-primary\/85{
    fill: rgb(72 229 155 / 0.85);
}
.fill-primary\/90{
    fill: rgb(72 229 155 / 0.9);
}
.fill-primary\/95{
    fill: rgb(72 229 155 / 0.95);
}
.fill-secondary{
    fill: #015AD5;
}
.fill-secondary-500{
    fill: #015AD5;
}
.fill-secondary-500\/0{
    fill: rgb(1 90 213 / 0);
}
.fill-secondary-500\/10{
    fill: rgb(1 90 213 / 0.1);
}
.fill-secondary-500\/100{
    fill: rgb(1 90 213 / 1);
}
.fill-secondary-500\/15{
    fill: rgb(1 90 213 / 0.15);
}
.fill-secondary-500\/20{
    fill: rgb(1 90 213 / 0.2);
}
.fill-secondary-500\/25{
    fill: rgb(1 90 213 / 0.25);
}
.fill-secondary-500\/30{
    fill: rgb(1 90 213 / 0.3);
}
.fill-secondary-500\/35{
    fill: rgb(1 90 213 / 0.35);
}
.fill-secondary-500\/40{
    fill: rgb(1 90 213 / 0.4);
}
.fill-secondary-500\/45{
    fill: rgb(1 90 213 / 0.45);
}
.fill-secondary-500\/5{
    fill: rgb(1 90 213 / 0.05);
}
.fill-secondary-500\/50{
    fill: rgb(1 90 213 / 0.5);
}
.fill-secondary-500\/55{
    fill: rgb(1 90 213 / 0.55);
}
.fill-secondary-500\/60{
    fill: rgb(1 90 213 / 0.6);
}
.fill-secondary-500\/65{
    fill: rgb(1 90 213 / 0.65);
}
.fill-secondary-500\/70{
    fill: rgb(1 90 213 / 0.7);
}
.fill-secondary-500\/75{
    fill: rgb(1 90 213 / 0.75);
}
.fill-secondary-500\/80{
    fill: rgb(1 90 213 / 0.8);
}
.fill-secondary-500\/85{
    fill: rgb(1 90 213 / 0.85);
}
.fill-secondary-500\/90{
    fill: rgb(1 90 213 / 0.9);
}
.fill-secondary-500\/95{
    fill: rgb(1 90 213 / 0.95);
}
.fill-secondary\/0{
    fill: rgb(1 90 213 / 0);
}
.fill-secondary\/10{
    fill: rgb(1 90 213 / 0.1);
}
.fill-secondary\/100{
    fill: rgb(1 90 213 / 1);
}
.fill-secondary\/15{
    fill: rgb(1 90 213 / 0.15);
}
.fill-secondary\/20{
    fill: rgb(1 90 213 / 0.2);
}
.fill-secondary\/25{
    fill: rgb(1 90 213 / 0.25);
}
.fill-secondary\/30{
    fill: rgb(1 90 213 / 0.3);
}
.fill-secondary\/35{
    fill: rgb(1 90 213 / 0.35);
}
.fill-secondary\/40{
    fill: rgb(1 90 213 / 0.4);
}
.fill-secondary\/45{
    fill: rgb(1 90 213 / 0.45);
}
.fill-secondary\/5{
    fill: rgb(1 90 213 / 0.05);
}
.fill-secondary\/50{
    fill: rgb(1 90 213 / 0.5);
}
.fill-secondary\/55{
    fill: rgb(1 90 213 / 0.55);
}
.fill-secondary\/60{
    fill: rgb(1 90 213 / 0.6);
}
.fill-secondary\/65{
    fill: rgb(1 90 213 / 0.65);
}
.fill-secondary\/70{
    fill: rgb(1 90 213 / 0.7);
}
.fill-secondary\/75{
    fill: rgb(1 90 213 / 0.75);
}
.fill-secondary\/80{
    fill: rgb(1 90 213 / 0.8);
}
.fill-secondary\/85{
    fill: rgb(1 90 213 / 0.85);
}
.fill-secondary\/90{
    fill: rgb(1 90 213 / 0.9);
}
.fill-secondary\/95{
    fill: rgb(1 90 213 / 0.95);
}
.stroke-black-brand{
    stroke: #313131;
}
.stroke-black-brand\/0{
    stroke: rgb(49 49 49 / 0);
}
.stroke-black-brand\/10{
    stroke: rgb(49 49 49 / 0.1);
}
.stroke-black-brand\/100{
    stroke: rgb(49 49 49 / 1);
}
.stroke-black-brand\/15{
    stroke: rgb(49 49 49 / 0.15);
}
.stroke-black-brand\/20{
    stroke: rgb(49 49 49 / 0.2);
}
.stroke-black-brand\/25{
    stroke: rgb(49 49 49 / 0.25);
}
.stroke-black-brand\/30{
    stroke: rgb(49 49 49 / 0.3);
}
.stroke-black-brand\/35{
    stroke: rgb(49 49 49 / 0.35);
}
.stroke-black-brand\/40{
    stroke: rgb(49 49 49 / 0.4);
}
.stroke-black-brand\/45{
    stroke: rgb(49 49 49 / 0.45);
}
.stroke-black-brand\/5{
    stroke: rgb(49 49 49 / 0.05);
}
.stroke-black-brand\/50{
    stroke: rgb(49 49 49 / 0.5);
}
.stroke-black-brand\/55{
    stroke: rgb(49 49 49 / 0.55);
}
.stroke-black-brand\/60{
    stroke: rgb(49 49 49 / 0.6);
}
.stroke-black-brand\/65{
    stroke: rgb(49 49 49 / 0.65);
}
.stroke-black-brand\/70{
    stroke: rgb(49 49 49 / 0.7);
}
.stroke-black-brand\/75{
    stroke: rgb(49 49 49 / 0.75);
}
.stroke-black-brand\/80{
    stroke: rgb(49 49 49 / 0.8);
}
.stroke-black-brand\/85{
    stroke: rgb(49 49 49 / 0.85);
}
.stroke-black-brand\/90{
    stroke: rgb(49 49 49 / 0.9);
}
.stroke-black-brand\/95{
    stroke: rgb(49 49 49 / 0.95);
}
.stroke-brand-100{
    stroke: #c6eedb0d;
}
.stroke-brand-100\/0{
    stroke: rgb(198 238 219 / 0);
}
.stroke-brand-100\/10{
    stroke: rgb(198 238 219 / 0.1);
}
.stroke-brand-100\/100{
    stroke: rgb(198 238 219 / 1);
}
.stroke-brand-100\/15{
    stroke: rgb(198 238 219 / 0.15);
}
.stroke-brand-100\/20{
    stroke: rgb(198 238 219 / 0.2);
}
.stroke-brand-100\/25{
    stroke: rgb(198 238 219 / 0.25);
}
.stroke-brand-100\/30{
    stroke: rgb(198 238 219 / 0.3);
}
.stroke-brand-100\/35{
    stroke: rgb(198 238 219 / 0.35);
}
.stroke-brand-100\/40{
    stroke: rgb(198 238 219 / 0.4);
}
.stroke-brand-100\/45{
    stroke: rgb(198 238 219 / 0.45);
}
.stroke-brand-100\/5{
    stroke: rgb(198 238 219 / 0.05);
}
.stroke-brand-100\/50{
    stroke: rgb(198 238 219 / 0.5);
}
.stroke-brand-100\/55{
    stroke: rgb(198 238 219 / 0.55);
}
.stroke-brand-100\/60{
    stroke: rgb(198 238 219 / 0.6);
}
.stroke-brand-100\/65{
    stroke: rgb(198 238 219 / 0.65);
}
.stroke-brand-100\/70{
    stroke: rgb(198 238 219 / 0.7);
}
.stroke-brand-100\/75{
    stroke: rgb(198 238 219 / 0.75);
}
.stroke-brand-100\/80{
    stroke: rgb(198 238 219 / 0.8);
}
.stroke-brand-100\/85{
    stroke: rgb(198 238 219 / 0.85);
}
.stroke-brand-100\/90{
    stroke: rgb(198 238 219 / 0.9);
}
.stroke-brand-100\/95{
    stroke: rgb(198 238 219 / 0.95);
}
.stroke-brand-20{
    stroke: #48E59B;
}
.stroke-brand-20\/0{
    stroke: rgb(72 229 155 / 0);
}
.stroke-brand-20\/10{
    stroke: rgb(72 229 155 / 0.1);
}
.stroke-brand-20\/100{
    stroke: rgb(72 229 155 / 1);
}
.stroke-brand-20\/15{
    stroke: rgb(72 229 155 / 0.15);
}
.stroke-brand-20\/20{
    stroke: rgb(72 229 155 / 0.2);
}
.stroke-brand-20\/25{
    stroke: rgb(72 229 155 / 0.25);
}
.stroke-brand-20\/30{
    stroke: rgb(72 229 155 / 0.3);
}
.stroke-brand-20\/35{
    stroke: rgb(72 229 155 / 0.35);
}
.stroke-brand-20\/40{
    stroke: rgb(72 229 155 / 0.4);
}
.stroke-brand-20\/45{
    stroke: rgb(72 229 155 / 0.45);
}
.stroke-brand-20\/5{
    stroke: rgb(72 229 155 / 0.05);
}
.stroke-brand-20\/50{
    stroke: rgb(72 229 155 / 0.5);
}
.stroke-brand-20\/55{
    stroke: rgb(72 229 155 / 0.55);
}
.stroke-brand-20\/60{
    stroke: rgb(72 229 155 / 0.6);
}
.stroke-brand-20\/65{
    stroke: rgb(72 229 155 / 0.65);
}
.stroke-brand-20\/70{
    stroke: rgb(72 229 155 / 0.7);
}
.stroke-brand-20\/75{
    stroke: rgb(72 229 155 / 0.75);
}
.stroke-brand-20\/80{
    stroke: rgb(72 229 155 / 0.8);
}
.stroke-brand-20\/85{
    stroke: rgb(72 229 155 / 0.85);
}
.stroke-brand-20\/90{
    stroke: rgb(72 229 155 / 0.9);
}
.stroke-brand-20\/95{
    stroke: rgb(72 229 155 / 0.95);
}
.stroke-brand-200{
    stroke: #c6eedb33;
}
.stroke-brand-200\/0{
    stroke: rgb(198 238 219 / 0);
}
.stroke-brand-200\/10{
    stroke: rgb(198 238 219 / 0.1);
}
.stroke-brand-200\/100{
    stroke: rgb(198 238 219 / 1);
}
.stroke-brand-200\/15{
    stroke: rgb(198 238 219 / 0.15);
}
.stroke-brand-200\/20{
    stroke: rgb(198 238 219 / 0.2);
}
.stroke-brand-200\/25{
    stroke: rgb(198 238 219 / 0.25);
}
.stroke-brand-200\/30{
    stroke: rgb(198 238 219 / 0.3);
}
.stroke-brand-200\/35{
    stroke: rgb(198 238 219 / 0.35);
}
.stroke-brand-200\/40{
    stroke: rgb(198 238 219 / 0.4);
}
.stroke-brand-200\/45{
    stroke: rgb(198 238 219 / 0.45);
}
.stroke-brand-200\/5{
    stroke: rgb(198 238 219 / 0.05);
}
.stroke-brand-200\/50{
    stroke: rgb(198 238 219 / 0.5);
}
.stroke-brand-200\/55{
    stroke: rgb(198 238 219 / 0.55);
}
.stroke-brand-200\/60{
    stroke: rgb(198 238 219 / 0.6);
}
.stroke-brand-200\/65{
    stroke: rgb(198 238 219 / 0.65);
}
.stroke-brand-200\/70{
    stroke: rgb(198 238 219 / 0.7);
}
.stroke-brand-200\/75{
    stroke: rgb(198 238 219 / 0.75);
}
.stroke-brand-200\/80{
    stroke: rgb(198 238 219 / 0.8);
}
.stroke-brand-200\/85{
    stroke: rgb(198 238 219 / 0.85);
}
.stroke-brand-200\/90{
    stroke: rgb(198 238 219 / 0.9);
}
.stroke-brand-200\/95{
    stroke: rgb(198 238 219 / 0.95);
}
.stroke-brand-300{
    stroke: #C6EEDB;
}
.stroke-brand-300\/0{
    stroke: rgb(198 238 219 / 0);
}
.stroke-brand-300\/10{
    stroke: rgb(198 238 219 / 0.1);
}
.stroke-brand-300\/100{
    stroke: rgb(198 238 219 / 1);
}
.stroke-brand-300\/15{
    stroke: rgb(198 238 219 / 0.15);
}
.stroke-brand-300\/20{
    stroke: rgb(198 238 219 / 0.2);
}
.stroke-brand-300\/25{
    stroke: rgb(198 238 219 / 0.25);
}
.stroke-brand-300\/30{
    stroke: rgb(198 238 219 / 0.3);
}
.stroke-brand-300\/35{
    stroke: rgb(198 238 219 / 0.35);
}
.stroke-brand-300\/40{
    stroke: rgb(198 238 219 / 0.4);
}
.stroke-brand-300\/45{
    stroke: rgb(198 238 219 / 0.45);
}
.stroke-brand-300\/5{
    stroke: rgb(198 238 219 / 0.05);
}
.stroke-brand-300\/50{
    stroke: rgb(198 238 219 / 0.5);
}
.stroke-brand-300\/55{
    stroke: rgb(198 238 219 / 0.55);
}
.stroke-brand-300\/60{
    stroke: rgb(198 238 219 / 0.6);
}
.stroke-brand-300\/65{
    stroke: rgb(198 238 219 / 0.65);
}
.stroke-brand-300\/70{
    stroke: rgb(198 238 219 / 0.7);
}
.stroke-brand-300\/75{
    stroke: rgb(198 238 219 / 0.75);
}
.stroke-brand-300\/80{
    stroke: rgb(198 238 219 / 0.8);
}
.stroke-brand-300\/85{
    stroke: rgb(198 238 219 / 0.85);
}
.stroke-brand-300\/90{
    stroke: rgb(198 238 219 / 0.9);
}
.stroke-brand-300\/95{
    stroke: rgb(198 238 219 / 0.95);
}
.stroke-brand-black{
    stroke: #111111;
}
.stroke-brand-black\/0{
    stroke: rgb(17 17 17 / 0);
}
.stroke-brand-black\/10{
    stroke: rgb(17 17 17 / 0.1);
}
.stroke-brand-black\/100{
    stroke: rgb(17 17 17 / 1);
}
.stroke-brand-black\/15{
    stroke: rgb(17 17 17 / 0.15);
}
.stroke-brand-black\/20{
    stroke: rgb(17 17 17 / 0.2);
}
.stroke-brand-black\/25{
    stroke: rgb(17 17 17 / 0.25);
}
.stroke-brand-black\/30{
    stroke: rgb(17 17 17 / 0.3);
}
.stroke-brand-black\/35{
    stroke: rgb(17 17 17 / 0.35);
}
.stroke-brand-black\/40{
    stroke: rgb(17 17 17 / 0.4);
}
.stroke-brand-black\/45{
    stroke: rgb(17 17 17 / 0.45);
}
.stroke-brand-black\/5{
    stroke: rgb(17 17 17 / 0.05);
}
.stroke-brand-black\/50{
    stroke: rgb(17 17 17 / 0.5);
}
.stroke-brand-black\/55{
    stroke: rgb(17 17 17 / 0.55);
}
.stroke-brand-black\/60{
    stroke: rgb(17 17 17 / 0.6);
}
.stroke-brand-black\/65{
    stroke: rgb(17 17 17 / 0.65);
}
.stroke-brand-black\/70{
    stroke: rgb(17 17 17 / 0.7);
}
.stroke-brand-black\/75{
    stroke: rgb(17 17 17 / 0.75);
}
.stroke-brand-black\/80{
    stroke: rgb(17 17 17 / 0.8);
}
.stroke-brand-black\/85{
    stroke: rgb(17 17 17 / 0.85);
}
.stroke-brand-black\/90{
    stroke: rgb(17 17 17 / 0.9);
}
.stroke-brand-black\/95{
    stroke: rgb(17 17 17 / 0.95);
}
.stroke-brand-blue{
    stroke: #70A8F4;
}
.stroke-brand-blue\/0{
    stroke: rgb(112 168 244 / 0);
}
.stroke-brand-blue\/10{
    stroke: rgb(112 168 244 / 0.1);
}
.stroke-brand-blue\/100{
    stroke: rgb(112 168 244 / 1);
}
.stroke-brand-blue\/15{
    stroke: rgb(112 168 244 / 0.15);
}
.stroke-brand-blue\/20{
    stroke: rgb(112 168 244 / 0.2);
}
.stroke-brand-blue\/25{
    stroke: rgb(112 168 244 / 0.25);
}
.stroke-brand-blue\/30{
    stroke: rgb(112 168 244 / 0.3);
}
.stroke-brand-blue\/35{
    stroke: rgb(112 168 244 / 0.35);
}
.stroke-brand-blue\/40{
    stroke: rgb(112 168 244 / 0.4);
}
.stroke-brand-blue\/45{
    stroke: rgb(112 168 244 / 0.45);
}
.stroke-brand-blue\/5{
    stroke: rgb(112 168 244 / 0.05);
}
.stroke-brand-blue\/50{
    stroke: rgb(112 168 244 / 0.5);
}
.stroke-brand-blue\/55{
    stroke: rgb(112 168 244 / 0.55);
}
.stroke-brand-blue\/60{
    stroke: rgb(112 168 244 / 0.6);
}
.stroke-brand-blue\/65{
    stroke: rgb(112 168 244 / 0.65);
}
.stroke-brand-blue\/70{
    stroke: rgb(112 168 244 / 0.7);
}
.stroke-brand-blue\/75{
    stroke: rgb(112 168 244 / 0.75);
}
.stroke-brand-blue\/80{
    stroke: rgb(112 168 244 / 0.8);
}
.stroke-brand-blue\/85{
    stroke: rgb(112 168 244 / 0.85);
}
.stroke-brand-blue\/90{
    stroke: rgb(112 168 244 / 0.9);
}
.stroke-brand-blue\/95{
    stroke: rgb(112 168 244 / 0.95);
}
.stroke-brand-dark{
    stroke: #232C27;
}
.stroke-brand-dark\/0{
    stroke: rgb(35 44 39 / 0);
}
.stroke-brand-dark\/10{
    stroke: rgb(35 44 39 / 0.1);
}
.stroke-brand-dark\/100{
    stroke: rgb(35 44 39 / 1);
}
.stroke-brand-dark\/15{
    stroke: rgb(35 44 39 / 0.15);
}
.stroke-brand-dark\/20{
    stroke: rgb(35 44 39 / 0.2);
}
.stroke-brand-dark\/25{
    stroke: rgb(35 44 39 / 0.25);
}
.stroke-brand-dark\/30{
    stroke: rgb(35 44 39 / 0.3);
}
.stroke-brand-dark\/35{
    stroke: rgb(35 44 39 / 0.35);
}
.stroke-brand-dark\/40{
    stroke: rgb(35 44 39 / 0.4);
}
.stroke-brand-dark\/45{
    stroke: rgb(35 44 39 / 0.45);
}
.stroke-brand-dark\/5{
    stroke: rgb(35 44 39 / 0.05);
}
.stroke-brand-dark\/50{
    stroke: rgb(35 44 39 / 0.5);
}
.stroke-brand-dark\/55{
    stroke: rgb(35 44 39 / 0.55);
}
.stroke-brand-dark\/60{
    stroke: rgb(35 44 39 / 0.6);
}
.stroke-brand-dark\/65{
    stroke: rgb(35 44 39 / 0.65);
}
.stroke-brand-dark\/70{
    stroke: rgb(35 44 39 / 0.7);
}
.stroke-brand-dark\/75{
    stroke: rgb(35 44 39 / 0.75);
}
.stroke-brand-dark\/80{
    stroke: rgb(35 44 39 / 0.8);
}
.stroke-brand-dark\/85{
    stroke: rgb(35 44 39 / 0.85);
}
.stroke-brand-dark\/90{
    stroke: rgb(35 44 39 / 0.9);
}
.stroke-brand-dark\/95{
    stroke: rgb(35 44 39 / 0.95);
}
.stroke-brand-green{
    stroke: #48E59B;
}
.stroke-brand-green\/0{
    stroke: rgb(72 229 155 / 0);
}
.stroke-brand-green\/10{
    stroke: rgb(72 229 155 / 0.1);
}
.stroke-brand-green\/100{
    stroke: rgb(72 229 155 / 1);
}
.stroke-brand-green\/15{
    stroke: rgb(72 229 155 / 0.15);
}
.stroke-brand-green\/20{
    stroke: rgb(72 229 155 / 0.2);
}
.stroke-brand-green\/25{
    stroke: rgb(72 229 155 / 0.25);
}
.stroke-brand-green\/30{
    stroke: rgb(72 229 155 / 0.3);
}
.stroke-brand-green\/35{
    stroke: rgb(72 229 155 / 0.35);
}
.stroke-brand-green\/40{
    stroke: rgb(72 229 155 / 0.4);
}
.stroke-brand-green\/45{
    stroke: rgb(72 229 155 / 0.45);
}
.stroke-brand-green\/5{
    stroke: rgb(72 229 155 / 0.05);
}
.stroke-brand-green\/50{
    stroke: rgb(72 229 155 / 0.5);
}
.stroke-brand-green\/55{
    stroke: rgb(72 229 155 / 0.55);
}
.stroke-brand-green\/60{
    stroke: rgb(72 229 155 / 0.6);
}
.stroke-brand-green\/65{
    stroke: rgb(72 229 155 / 0.65);
}
.stroke-brand-green\/70{
    stroke: rgb(72 229 155 / 0.7);
}
.stroke-brand-green\/75{
    stroke: rgb(72 229 155 / 0.75);
}
.stroke-brand-green\/80{
    stroke: rgb(72 229 155 / 0.8);
}
.stroke-brand-green\/85{
    stroke: rgb(72 229 155 / 0.85);
}
.stroke-brand-green\/90{
    stroke: rgb(72 229 155 / 0.9);
}
.stroke-brand-green\/95{
    stroke: rgb(72 229 155 / 0.95);
}
.stroke-brand-light{
    stroke: #C6EEDB;
}
.stroke-brand-light\/0{
    stroke: rgb(198 238 219 / 0);
}
.stroke-brand-light\/10{
    stroke: rgb(198 238 219 / 0.1);
}
.stroke-brand-light\/100{
    stroke: rgb(198 238 219 / 1);
}
.stroke-brand-light\/15{
    stroke: rgb(198 238 219 / 0.15);
}
.stroke-brand-light\/20{
    stroke: rgb(198 238 219 / 0.2);
}
.stroke-brand-light\/25{
    stroke: rgb(198 238 219 / 0.25);
}
.stroke-brand-light\/30{
    stroke: rgb(198 238 219 / 0.3);
}
.stroke-brand-light\/35{
    stroke: rgb(198 238 219 / 0.35);
}
.stroke-brand-light\/40{
    stroke: rgb(198 238 219 / 0.4);
}
.stroke-brand-light\/45{
    stroke: rgb(198 238 219 / 0.45);
}
.stroke-brand-light\/5{
    stroke: rgb(198 238 219 / 0.05);
}
.stroke-brand-light\/50{
    stroke: rgb(198 238 219 / 0.5);
}
.stroke-brand-light\/55{
    stroke: rgb(198 238 219 / 0.55);
}
.stroke-brand-light\/60{
    stroke: rgb(198 238 219 / 0.6);
}
.stroke-brand-light\/65{
    stroke: rgb(198 238 219 / 0.65);
}
.stroke-brand-light\/70{
    stroke: rgb(198 238 219 / 0.7);
}
.stroke-brand-light\/75{
    stroke: rgb(198 238 219 / 0.75);
}
.stroke-brand-light\/80{
    stroke: rgb(198 238 219 / 0.8);
}
.stroke-brand-light\/85{
    stroke: rgb(198 238 219 / 0.85);
}
.stroke-brand-light\/90{
    stroke: rgb(198 238 219 / 0.9);
}
.stroke-brand-light\/95{
    stroke: rgb(198 238 219 / 0.95);
}
.stroke-error{
    stroke: #FF3C3C;
}
.stroke-error-10{
    stroke: #291515;
}
.stroke-error-10\/0{
    stroke: rgb(41 21 21 / 0);
}
.stroke-error-10\/10{
    stroke: rgb(41 21 21 / 0.1);
}
.stroke-error-10\/100{
    stroke: rgb(41 21 21 / 1);
}
.stroke-error-10\/15{
    stroke: rgb(41 21 21 / 0.15);
}
.stroke-error-10\/20{
    stroke: rgb(41 21 21 / 0.2);
}
.stroke-error-10\/25{
    stroke: rgb(41 21 21 / 0.25);
}
.stroke-error-10\/30{
    stroke: rgb(41 21 21 / 0.3);
}
.stroke-error-10\/35{
    stroke: rgb(41 21 21 / 0.35);
}
.stroke-error-10\/40{
    stroke: rgb(41 21 21 / 0.4);
}
.stroke-error-10\/45{
    stroke: rgb(41 21 21 / 0.45);
}
.stroke-error-10\/5{
    stroke: rgb(41 21 21 / 0.05);
}
.stroke-error-10\/50{
    stroke: rgb(41 21 21 / 0.5);
}
.stroke-error-10\/55{
    stroke: rgb(41 21 21 / 0.55);
}
.stroke-error-10\/60{
    stroke: rgb(41 21 21 / 0.6);
}
.stroke-error-10\/65{
    stroke: rgb(41 21 21 / 0.65);
}
.stroke-error-10\/70{
    stroke: rgb(41 21 21 / 0.7);
}
.stroke-error-10\/75{
    stroke: rgb(41 21 21 / 0.75);
}
.stroke-error-10\/80{
    stroke: rgb(41 21 21 / 0.8);
}
.stroke-error-10\/85{
    stroke: rgb(41 21 21 / 0.85);
}
.stroke-error-10\/90{
    stroke: rgb(41 21 21 / 0.9);
}
.stroke-error-10\/95{
    stroke: rgb(41 21 21 / 0.95);
}
.stroke-error-100{
    stroke: #FFC7C7;
}
.stroke-error-100\/0{
    stroke: rgb(255 199 199 / 0);
}
.stroke-error-100\/10{
    stroke: rgb(255 199 199 / 0.1);
}
.stroke-error-100\/100{
    stroke: rgb(255 199 199 / 1);
}
.stroke-error-100\/15{
    stroke: rgb(255 199 199 / 0.15);
}
.stroke-error-100\/20{
    stroke: rgb(255 199 199 / 0.2);
}
.stroke-error-100\/25{
    stroke: rgb(255 199 199 / 0.25);
}
.stroke-error-100\/30{
    stroke: rgb(255 199 199 / 0.3);
}
.stroke-error-100\/35{
    stroke: rgb(255 199 199 / 0.35);
}
.stroke-error-100\/40{
    stroke: rgb(255 199 199 / 0.4);
}
.stroke-error-100\/45{
    stroke: rgb(255 199 199 / 0.45);
}
.stroke-error-100\/5{
    stroke: rgb(255 199 199 / 0.05);
}
.stroke-error-100\/50{
    stroke: rgb(255 199 199 / 0.5);
}
.stroke-error-100\/55{
    stroke: rgb(255 199 199 / 0.55);
}
.stroke-error-100\/60{
    stroke: rgb(255 199 199 / 0.6);
}
.stroke-error-100\/65{
    stroke: rgb(255 199 199 / 0.65);
}
.stroke-error-100\/70{
    stroke: rgb(255 199 199 / 0.7);
}
.stroke-error-100\/75{
    stroke: rgb(255 199 199 / 0.75);
}
.stroke-error-100\/80{
    stroke: rgb(255 199 199 / 0.8);
}
.stroke-error-100\/85{
    stroke: rgb(255 199 199 / 0.85);
}
.stroke-error-100\/90{
    stroke: rgb(255 199 199 / 0.9);
}
.stroke-error-100\/95{
    stroke: rgb(255 199 199 / 0.95);
}
.stroke-error-15{
    stroke: #351717;
}
.stroke-error-15\/0{
    stroke: rgb(53 23 23 / 0);
}
.stroke-error-15\/10{
    stroke: rgb(53 23 23 / 0.1);
}
.stroke-error-15\/100{
    stroke: rgb(53 23 23 / 1);
}
.stroke-error-15\/15{
    stroke: rgb(53 23 23 / 0.15);
}
.stroke-error-15\/20{
    stroke: rgb(53 23 23 / 0.2);
}
.stroke-error-15\/25{
    stroke: rgb(53 23 23 / 0.25);
}
.stroke-error-15\/30{
    stroke: rgb(53 23 23 / 0.3);
}
.stroke-error-15\/35{
    stroke: rgb(53 23 23 / 0.35);
}
.stroke-error-15\/40{
    stroke: rgb(53 23 23 / 0.4);
}
.stroke-error-15\/45{
    stroke: rgb(53 23 23 / 0.45);
}
.stroke-error-15\/5{
    stroke: rgb(53 23 23 / 0.05);
}
.stroke-error-15\/50{
    stroke: rgb(53 23 23 / 0.5);
}
.stroke-error-15\/55{
    stroke: rgb(53 23 23 / 0.55);
}
.stroke-error-15\/60{
    stroke: rgb(53 23 23 / 0.6);
}
.stroke-error-15\/65{
    stroke: rgb(53 23 23 / 0.65);
}
.stroke-error-15\/70{
    stroke: rgb(53 23 23 / 0.7);
}
.stroke-error-15\/75{
    stroke: rgb(53 23 23 / 0.75);
}
.stroke-error-15\/80{
    stroke: rgb(53 23 23 / 0.8);
}
.stroke-error-15\/85{
    stroke: rgb(53 23 23 / 0.85);
}
.stroke-error-15\/90{
    stroke: rgb(53 23 23 / 0.9);
}
.stroke-error-15\/95{
    stroke: rgb(53 23 23 / 0.95);
}
.stroke-error-20{
    stroke: #3C1919;
}
.stroke-error-20\/0{
    stroke: rgb(60 25 25 / 0);
}
.stroke-error-20\/10{
    stroke: rgb(60 25 25 / 0.1);
}
.stroke-error-20\/100{
    stroke: rgb(60 25 25 / 1);
}
.stroke-error-20\/15{
    stroke: rgb(60 25 25 / 0.15);
}
.stroke-error-20\/20{
    stroke: rgb(60 25 25 / 0.2);
}
.stroke-error-20\/25{
    stroke: rgb(60 25 25 / 0.25);
}
.stroke-error-20\/30{
    stroke: rgb(60 25 25 / 0.3);
}
.stroke-error-20\/35{
    stroke: rgb(60 25 25 / 0.35);
}
.stroke-error-20\/40{
    stroke: rgb(60 25 25 / 0.4);
}
.stroke-error-20\/45{
    stroke: rgb(60 25 25 / 0.45);
}
.stroke-error-20\/5{
    stroke: rgb(60 25 25 / 0.05);
}
.stroke-error-20\/50{
    stroke: rgb(60 25 25 / 0.5);
}
.stroke-error-20\/55{
    stroke: rgb(60 25 25 / 0.55);
}
.stroke-error-20\/60{
    stroke: rgb(60 25 25 / 0.6);
}
.stroke-error-20\/65{
    stroke: rgb(60 25 25 / 0.65);
}
.stroke-error-20\/70{
    stroke: rgb(60 25 25 / 0.7);
}
.stroke-error-20\/75{
    stroke: rgb(60 25 25 / 0.75);
}
.stroke-error-20\/80{
    stroke: rgb(60 25 25 / 0.8);
}
.stroke-error-20\/85{
    stroke: rgb(60 25 25 / 0.85);
}
.stroke-error-20\/90{
    stroke: rgb(60 25 25 / 0.9);
}
.stroke-error-20\/95{
    stroke: rgb(60 25 25 / 0.95);
}
.stroke-error-5{
    stroke: #1D1313;
}
.stroke-error-5\/0{
    stroke: rgb(29 19 19 / 0);
}
.stroke-error-5\/10{
    stroke: rgb(29 19 19 / 0.1);
}
.stroke-error-5\/100{
    stroke: rgb(29 19 19 / 1);
}
.stroke-error-5\/15{
    stroke: rgb(29 19 19 / 0.15);
}
.stroke-error-5\/20{
    stroke: rgb(29 19 19 / 0.2);
}
.stroke-error-5\/25{
    stroke: rgb(29 19 19 / 0.25);
}
.stroke-error-5\/30{
    stroke: rgb(29 19 19 / 0.3);
}
.stroke-error-5\/35{
    stroke: rgb(29 19 19 / 0.35);
}
.stroke-error-5\/40{
    stroke: rgb(29 19 19 / 0.4);
}
.stroke-error-5\/45{
    stroke: rgb(29 19 19 / 0.45);
}
.stroke-error-5\/5{
    stroke: rgb(29 19 19 / 0.05);
}
.stroke-error-5\/50{
    stroke: rgb(29 19 19 / 0.5);
}
.stroke-error-5\/55{
    stroke: rgb(29 19 19 / 0.55);
}
.stroke-error-5\/60{
    stroke: rgb(29 19 19 / 0.6);
}
.stroke-error-5\/65{
    stroke: rgb(29 19 19 / 0.65);
}
.stroke-error-5\/70{
    stroke: rgb(29 19 19 / 0.7);
}
.stroke-error-5\/75{
    stroke: rgb(29 19 19 / 0.75);
}
.stroke-error-5\/80{
    stroke: rgb(29 19 19 / 0.8);
}
.stroke-error-5\/85{
    stroke: rgb(29 19 19 / 0.85);
}
.stroke-error-5\/90{
    stroke: rgb(29 19 19 / 0.9);
}
.stroke-error-5\/95{
    stroke: rgb(29 19 19 / 0.95);
}
.stroke-error-500{
    stroke: #FF3C3C;
}
.stroke-error-500\/0{
    stroke: rgb(255 60 60 / 0);
}
.stroke-error-500\/10{
    stroke: rgb(255 60 60 / 0.1);
}
.stroke-error-500\/100{
    stroke: rgb(255 60 60 / 1);
}
.stroke-error-500\/15{
    stroke: rgb(255 60 60 / 0.15);
}
.stroke-error-500\/20{
    stroke: rgb(255 60 60 / 0.2);
}
.stroke-error-500\/25{
    stroke: rgb(255 60 60 / 0.25);
}
.stroke-error-500\/30{
    stroke: rgb(255 60 60 / 0.3);
}
.stroke-error-500\/35{
    stroke: rgb(255 60 60 / 0.35);
}
.stroke-error-500\/40{
    stroke: rgb(255 60 60 / 0.4);
}
.stroke-error-500\/45{
    stroke: rgb(255 60 60 / 0.45);
}
.stroke-error-500\/5{
    stroke: rgb(255 60 60 / 0.05);
}
.stroke-error-500\/50{
    stroke: rgb(255 60 60 / 0.5);
}
.stroke-error-500\/55{
    stroke: rgb(255 60 60 / 0.55);
}
.stroke-error-500\/60{
    stroke: rgb(255 60 60 / 0.6);
}
.stroke-error-500\/65{
    stroke: rgb(255 60 60 / 0.65);
}
.stroke-error-500\/70{
    stroke: rgb(255 60 60 / 0.7);
}
.stroke-error-500\/75{
    stroke: rgb(255 60 60 / 0.75);
}
.stroke-error-500\/80{
    stroke: rgb(255 60 60 / 0.8);
}
.stroke-error-500\/85{
    stroke: rgb(255 60 60 / 0.85);
}
.stroke-error-500\/90{
    stroke: rgb(255 60 60 / 0.9);
}
.stroke-error-500\/95{
    stroke: rgb(255 60 60 / 0.95);
}
.stroke-error-900{
    stroke: #3C1919;
}
.stroke-error-900\/0{
    stroke: rgb(60 25 25 / 0);
}
.stroke-error-900\/10{
    stroke: rgb(60 25 25 / 0.1);
}
.stroke-error-900\/100{
    stroke: rgb(60 25 25 / 1);
}
.stroke-error-900\/15{
    stroke: rgb(60 25 25 / 0.15);
}
.stroke-error-900\/20{
    stroke: rgb(60 25 25 / 0.2);
}
.stroke-error-900\/25{
    stroke: rgb(60 25 25 / 0.25);
}
.stroke-error-900\/30{
    stroke: rgb(60 25 25 / 0.3);
}
.stroke-error-900\/35{
    stroke: rgb(60 25 25 / 0.35);
}
.stroke-error-900\/40{
    stroke: rgb(60 25 25 / 0.4);
}
.stroke-error-900\/45{
    stroke: rgb(60 25 25 / 0.45);
}
.stroke-error-900\/5{
    stroke: rgb(60 25 25 / 0.05);
}
.stroke-error-900\/50{
    stroke: rgb(60 25 25 / 0.5);
}
.stroke-error-900\/55{
    stroke: rgb(60 25 25 / 0.55);
}
.stroke-error-900\/60{
    stroke: rgb(60 25 25 / 0.6);
}
.stroke-error-900\/65{
    stroke: rgb(60 25 25 / 0.65);
}
.stroke-error-900\/70{
    stroke: rgb(60 25 25 / 0.7);
}
.stroke-error-900\/75{
    stroke: rgb(60 25 25 / 0.75);
}
.stroke-error-900\/80{
    stroke: rgb(60 25 25 / 0.8);
}
.stroke-error-900\/85{
    stroke: rgb(60 25 25 / 0.85);
}
.stroke-error-900\/90{
    stroke: rgb(60 25 25 / 0.9);
}
.stroke-error-900\/95{
    stroke: rgb(60 25 25 / 0.95);
}
.stroke-error-light{
    stroke: #FFC7C7;
}
.stroke-error-light\/0{
    stroke: rgb(255 199 199 / 0);
}
.stroke-error-light\/10{
    stroke: rgb(255 199 199 / 0.1);
}
.stroke-error-light\/100{
    stroke: rgb(255 199 199 / 1);
}
.stroke-error-light\/15{
    stroke: rgb(255 199 199 / 0.15);
}
.stroke-error-light\/20{
    stroke: rgb(255 199 199 / 0.2);
}
.stroke-error-light\/25{
    stroke: rgb(255 199 199 / 0.25);
}
.stroke-error-light\/30{
    stroke: rgb(255 199 199 / 0.3);
}
.stroke-error-light\/35{
    stroke: rgb(255 199 199 / 0.35);
}
.stroke-error-light\/40{
    stroke: rgb(255 199 199 / 0.4);
}
.stroke-error-light\/45{
    stroke: rgb(255 199 199 / 0.45);
}
.stroke-error-light\/5{
    stroke: rgb(255 199 199 / 0.05);
}
.stroke-error-light\/50{
    stroke: rgb(255 199 199 / 0.5);
}
.stroke-error-light\/55{
    stroke: rgb(255 199 199 / 0.55);
}
.stroke-error-light\/60{
    stroke: rgb(255 199 199 / 0.6);
}
.stroke-error-light\/65{
    stroke: rgb(255 199 199 / 0.65);
}
.stroke-error-light\/70{
    stroke: rgb(255 199 199 / 0.7);
}
.stroke-error-light\/75{
    stroke: rgb(255 199 199 / 0.75);
}
.stroke-error-light\/80{
    stroke: rgb(255 199 199 / 0.8);
}
.stroke-error-light\/85{
    stroke: rgb(255 199 199 / 0.85);
}
.stroke-error-light\/90{
    stroke: rgb(255 199 199 / 0.9);
}
.stroke-error-light\/95{
    stroke: rgb(255 199 199 / 0.95);
}
.stroke-error\/0{
    stroke: rgb(255 60 60 / 0);
}
.stroke-error\/10{
    stroke: rgb(255 60 60 / 0.1);
}
.stroke-error\/100{
    stroke: rgb(255 60 60 / 1);
}
.stroke-error\/15{
    stroke: rgb(255 60 60 / 0.15);
}
.stroke-error\/20{
    stroke: rgb(255 60 60 / 0.2);
}
.stroke-error\/25{
    stroke: rgb(255 60 60 / 0.25);
}
.stroke-error\/30{
    stroke: rgb(255 60 60 / 0.3);
}
.stroke-error\/35{
    stroke: rgb(255 60 60 / 0.35);
}
.stroke-error\/40{
    stroke: rgb(255 60 60 / 0.4);
}
.stroke-error\/45{
    stroke: rgb(255 60 60 / 0.45);
}
.stroke-error\/5{
    stroke: rgb(255 60 60 / 0.05);
}
.stroke-error\/50{
    stroke: rgb(255 60 60 / 0.5);
}
.stroke-error\/55{
    stroke: rgb(255 60 60 / 0.55);
}
.stroke-error\/60{
    stroke: rgb(255 60 60 / 0.6);
}
.stroke-error\/65{
    stroke: rgb(255 60 60 / 0.65);
}
.stroke-error\/70{
    stroke: rgb(255 60 60 / 0.7);
}
.stroke-error\/75{
    stroke: rgb(255 60 60 / 0.75);
}
.stroke-error\/80{
    stroke: rgb(255 60 60 / 0.8);
}
.stroke-error\/85{
    stroke: rgb(255 60 60 / 0.85);
}
.stroke-error\/90{
    stroke: rgb(255 60 60 / 0.9);
}
.stroke-error\/95{
    stroke: rgb(255 60 60 / 0.95);
}
.stroke-primary{
    stroke: #48E59B;
}
.stroke-primary-20{
    stroke: #1C3B2D;
}
.stroke-primary-20\/0{
    stroke: rgb(28 59 45 / 0);
}
.stroke-primary-20\/10{
    stroke: rgb(28 59 45 / 0.1);
}
.stroke-primary-20\/100{
    stroke: rgb(28 59 45 / 1);
}
.stroke-primary-20\/15{
    stroke: rgb(28 59 45 / 0.15);
}
.stroke-primary-20\/20{
    stroke: rgb(28 59 45 / 0.2);
}
.stroke-primary-20\/25{
    stroke: rgb(28 59 45 / 0.25);
}
.stroke-primary-20\/30{
    stroke: rgb(28 59 45 / 0.3);
}
.stroke-primary-20\/35{
    stroke: rgb(28 59 45 / 0.35);
}
.stroke-primary-20\/40{
    stroke: rgb(28 59 45 / 0.4);
}
.stroke-primary-20\/45{
    stroke: rgb(28 59 45 / 0.45);
}
.stroke-primary-20\/5{
    stroke: rgb(28 59 45 / 0.05);
}
.stroke-primary-20\/50{
    stroke: rgb(28 59 45 / 0.5);
}
.stroke-primary-20\/55{
    stroke: rgb(28 59 45 / 0.55);
}
.stroke-primary-20\/60{
    stroke: rgb(28 59 45 / 0.6);
}
.stroke-primary-20\/65{
    stroke: rgb(28 59 45 / 0.65);
}
.stroke-primary-20\/70{
    stroke: rgb(28 59 45 / 0.7);
}
.stroke-primary-20\/75{
    stroke: rgb(28 59 45 / 0.75);
}
.stroke-primary-20\/80{
    stroke: rgb(28 59 45 / 0.8);
}
.stroke-primary-20\/85{
    stroke: rgb(28 59 45 / 0.85);
}
.stroke-primary-20\/90{
    stroke: rgb(28 59 45 / 0.9);
}
.stroke-primary-20\/95{
    stroke: rgb(28 59 45 / 0.95);
}
.stroke-primary-200{
    stroke: #C6EEDB;
}
.stroke-primary-200\/0{
    stroke: rgb(198 238 219 / 0);
}
.stroke-primary-200\/10{
    stroke: rgb(198 238 219 / 0.1);
}
.stroke-primary-200\/100{
    stroke: rgb(198 238 219 / 1);
}
.stroke-primary-200\/15{
    stroke: rgb(198 238 219 / 0.15);
}
.stroke-primary-200\/20{
    stroke: rgb(198 238 219 / 0.2);
}
.stroke-primary-200\/25{
    stroke: rgb(198 238 219 / 0.25);
}
.stroke-primary-200\/30{
    stroke: rgb(198 238 219 / 0.3);
}
.stroke-primary-200\/35{
    stroke: rgb(198 238 219 / 0.35);
}
.stroke-primary-200\/40{
    stroke: rgb(198 238 219 / 0.4);
}
.stroke-primary-200\/45{
    stroke: rgb(198 238 219 / 0.45);
}
.stroke-primary-200\/5{
    stroke: rgb(198 238 219 / 0.05);
}
.stroke-primary-200\/50{
    stroke: rgb(198 238 219 / 0.5);
}
.stroke-primary-200\/55{
    stroke: rgb(198 238 219 / 0.55);
}
.stroke-primary-200\/60{
    stroke: rgb(198 238 219 / 0.6);
}
.stroke-primary-200\/65{
    stroke: rgb(198 238 219 / 0.65);
}
.stroke-primary-200\/70{
    stroke: rgb(198 238 219 / 0.7);
}
.stroke-primary-200\/75{
    stroke: rgb(198 238 219 / 0.75);
}
.stroke-primary-200\/80{
    stroke: rgb(198 238 219 / 0.8);
}
.stroke-primary-200\/85{
    stroke: rgb(198 238 219 / 0.85);
}
.stroke-primary-200\/90{
    stroke: rgb(198 238 219 / 0.9);
}
.stroke-primary-200\/95{
    stroke: rgb(198 238 219 / 0.95);
}
.stroke-primary-5{
    stroke: #141C18;
}
.stroke-primary-5\/0{
    stroke: rgb(20 28 24 / 0);
}
.stroke-primary-5\/10{
    stroke: rgb(20 28 24 / 0.1);
}
.stroke-primary-5\/100{
    stroke: rgb(20 28 24 / 1);
}
.stroke-primary-5\/15{
    stroke: rgb(20 28 24 / 0.15);
}
.stroke-primary-5\/20{
    stroke: rgb(20 28 24 / 0.2);
}
.stroke-primary-5\/25{
    stroke: rgb(20 28 24 / 0.25);
}
.stroke-primary-5\/30{
    stroke: rgb(20 28 24 / 0.3);
}
.stroke-primary-5\/35{
    stroke: rgb(20 28 24 / 0.35);
}
.stroke-primary-5\/40{
    stroke: rgb(20 28 24 / 0.4);
}
.stroke-primary-5\/45{
    stroke: rgb(20 28 24 / 0.45);
}
.stroke-primary-5\/5{
    stroke: rgb(20 28 24 / 0.05);
}
.stroke-primary-5\/50{
    stroke: rgb(20 28 24 / 0.5);
}
.stroke-primary-5\/55{
    stroke: rgb(20 28 24 / 0.55);
}
.stroke-primary-5\/60{
    stroke: rgb(20 28 24 / 0.6);
}
.stroke-primary-5\/65{
    stroke: rgb(20 28 24 / 0.65);
}
.stroke-primary-5\/70{
    stroke: rgb(20 28 24 / 0.7);
}
.stroke-primary-5\/75{
    stroke: rgb(20 28 24 / 0.75);
}
.stroke-primary-5\/80{
    stroke: rgb(20 28 24 / 0.8);
}
.stroke-primary-5\/85{
    stroke: rgb(20 28 24 / 0.85);
}
.stroke-primary-5\/90{
    stroke: rgb(20 28 24 / 0.9);
}
.stroke-primary-5\/95{
    stroke: rgb(20 28 24 / 0.95);
}
.stroke-primary-500{
    stroke: #48E59B;
}
.stroke-primary-500\/0{
    stroke: rgb(72 229 155 / 0);
}
.stroke-primary-500\/10{
    stroke: rgb(72 229 155 / 0.1);
}
.stroke-primary-500\/100{
    stroke: rgb(72 229 155 / 1);
}
.stroke-primary-500\/15{
    stroke: rgb(72 229 155 / 0.15);
}
.stroke-primary-500\/20{
    stroke: rgb(72 229 155 / 0.2);
}
.stroke-primary-500\/25{
    stroke: rgb(72 229 155 / 0.25);
}
.stroke-primary-500\/30{
    stroke: rgb(72 229 155 / 0.3);
}
.stroke-primary-500\/35{
    stroke: rgb(72 229 155 / 0.35);
}
.stroke-primary-500\/40{
    stroke: rgb(72 229 155 / 0.4);
}
.stroke-primary-500\/45{
    stroke: rgb(72 229 155 / 0.45);
}
.stroke-primary-500\/5{
    stroke: rgb(72 229 155 / 0.05);
}
.stroke-primary-500\/50{
    stroke: rgb(72 229 155 / 0.5);
}
.stroke-primary-500\/55{
    stroke: rgb(72 229 155 / 0.55);
}
.stroke-primary-500\/60{
    stroke: rgb(72 229 155 / 0.6);
}
.stroke-primary-500\/65{
    stroke: rgb(72 229 155 / 0.65);
}
.stroke-primary-500\/70{
    stroke: rgb(72 229 155 / 0.7);
}
.stroke-primary-500\/75{
    stroke: rgb(72 229 155 / 0.75);
}
.stroke-primary-500\/80{
    stroke: rgb(72 229 155 / 0.8);
}
.stroke-primary-500\/85{
    stroke: rgb(72 229 155 / 0.85);
}
.stroke-primary-500\/90{
    stroke: rgb(72 229 155 / 0.9);
}
.stroke-primary-500\/95{
    stroke: rgb(72 229 155 / 0.95);
}
.stroke-primary-60{
    stroke: #399B6D;
}
.stroke-primary-60\/0{
    stroke: rgb(57 155 109 / 0);
}
.stroke-primary-60\/10{
    stroke: rgb(57 155 109 / 0.1);
}
.stroke-primary-60\/100{
    stroke: rgb(57 155 109 / 1);
}
.stroke-primary-60\/15{
    stroke: rgb(57 155 109 / 0.15);
}
.stroke-primary-60\/20{
    stroke: rgb(57 155 109 / 0.2);
}
.stroke-primary-60\/25{
    stroke: rgb(57 155 109 / 0.25);
}
.stroke-primary-60\/30{
    stroke: rgb(57 155 109 / 0.3);
}
.stroke-primary-60\/35{
    stroke: rgb(57 155 109 / 0.35);
}
.stroke-primary-60\/40{
    stroke: rgb(57 155 109 / 0.4);
}
.stroke-primary-60\/45{
    stroke: rgb(57 155 109 / 0.45);
}
.stroke-primary-60\/5{
    stroke: rgb(57 155 109 / 0.05);
}
.stroke-primary-60\/50{
    stroke: rgb(57 155 109 / 0.5);
}
.stroke-primary-60\/55{
    stroke: rgb(57 155 109 / 0.55);
}
.stroke-primary-60\/60{
    stroke: rgb(57 155 109 / 0.6);
}
.stroke-primary-60\/65{
    stroke: rgb(57 155 109 / 0.65);
}
.stroke-primary-60\/70{
    stroke: rgb(57 155 109 / 0.7);
}
.stroke-primary-60\/75{
    stroke: rgb(57 155 109 / 0.75);
}
.stroke-primary-60\/80{
    stroke: rgb(57 155 109 / 0.8);
}
.stroke-primary-60\/85{
    stroke: rgb(57 155 109 / 0.85);
}
.stroke-primary-60\/90{
    stroke: rgb(57 155 109 / 0.9);
}
.stroke-primary-60\/95{
    stroke: rgb(57 155 109 / 0.95);
}
.stroke-primary-600{
    stroke: #3DBB7F;
}
.stroke-primary-600\/0{
    stroke: rgb(61 187 127 / 0);
}
.stroke-primary-600\/10{
    stroke: rgb(61 187 127 / 0.1);
}
.stroke-primary-600\/100{
    stroke: rgb(61 187 127 / 1);
}
.stroke-primary-600\/15{
    stroke: rgb(61 187 127 / 0.15);
}
.stroke-primary-600\/20{
    stroke: rgb(61 187 127 / 0.2);
}
.stroke-primary-600\/25{
    stroke: rgb(61 187 127 / 0.25);
}
.stroke-primary-600\/30{
    stroke: rgb(61 187 127 / 0.3);
}
.stroke-primary-600\/35{
    stroke: rgb(61 187 127 / 0.35);
}
.stroke-primary-600\/40{
    stroke: rgb(61 187 127 / 0.4);
}
.stroke-primary-600\/45{
    stroke: rgb(61 187 127 / 0.45);
}
.stroke-primary-600\/5{
    stroke: rgb(61 187 127 / 0.05);
}
.stroke-primary-600\/50{
    stroke: rgb(61 187 127 / 0.5);
}
.stroke-primary-600\/55{
    stroke: rgb(61 187 127 / 0.55);
}
.stroke-primary-600\/60{
    stroke: rgb(61 187 127 / 0.6);
}
.stroke-primary-600\/65{
    stroke: rgb(61 187 127 / 0.65);
}
.stroke-primary-600\/70{
    stroke: rgb(61 187 127 / 0.7);
}
.stroke-primary-600\/75{
    stroke: rgb(61 187 127 / 0.75);
}
.stroke-primary-600\/80{
    stroke: rgb(61 187 127 / 0.8);
}
.stroke-primary-600\/85{
    stroke: rgb(61 187 127 / 0.85);
}
.stroke-primary-600\/90{
    stroke: rgb(61 187 127 / 0.9);
}
.stroke-primary-600\/95{
    stroke: rgb(61 187 127 / 0.95);
}
.stroke-primary-700{
    stroke: #399B6D;
}
.stroke-primary-700\/0{
    stroke: rgb(57 155 109 / 0);
}
.stroke-primary-700\/10{
    stroke: rgb(57 155 109 / 0.1);
}
.stroke-primary-700\/100{
    stroke: rgb(57 155 109 / 1);
}
.stroke-primary-700\/15{
    stroke: rgb(57 155 109 / 0.15);
}
.stroke-primary-700\/20{
    stroke: rgb(57 155 109 / 0.2);
}
.stroke-primary-700\/25{
    stroke: rgb(57 155 109 / 0.25);
}
.stroke-primary-700\/30{
    stroke: rgb(57 155 109 / 0.3);
}
.stroke-primary-700\/35{
    stroke: rgb(57 155 109 / 0.35);
}
.stroke-primary-700\/40{
    stroke: rgb(57 155 109 / 0.4);
}
.stroke-primary-700\/45{
    stroke: rgb(57 155 109 / 0.45);
}
.stroke-primary-700\/5{
    stroke: rgb(57 155 109 / 0.05);
}
.stroke-primary-700\/50{
    stroke: rgb(57 155 109 / 0.5);
}
.stroke-primary-700\/55{
    stroke: rgb(57 155 109 / 0.55);
}
.stroke-primary-700\/60{
    stroke: rgb(57 155 109 / 0.6);
}
.stroke-primary-700\/65{
    stroke: rgb(57 155 109 / 0.65);
}
.stroke-primary-700\/70{
    stroke: rgb(57 155 109 / 0.7);
}
.stroke-primary-700\/75{
    stroke: rgb(57 155 109 / 0.75);
}
.stroke-primary-700\/80{
    stroke: rgb(57 155 109 / 0.8);
}
.stroke-primary-700\/85{
    stroke: rgb(57 155 109 / 0.85);
}
.stroke-primary-700\/90{
    stroke: rgb(57 155 109 / 0.9);
}
.stroke-primary-700\/95{
    stroke: rgb(57 155 109 / 0.95);
}
.stroke-primary-80{
    stroke: #3DBB7F;
}
.stroke-primary-80\/0{
    stroke: rgb(61 187 127 / 0);
}
.stroke-primary-80\/10{
    stroke: rgb(61 187 127 / 0.1);
}
.stroke-primary-80\/100{
    stroke: rgb(61 187 127 / 1);
}
.stroke-primary-80\/15{
    stroke: rgb(61 187 127 / 0.15);
}
.stroke-primary-80\/20{
    stroke: rgb(61 187 127 / 0.2);
}
.stroke-primary-80\/25{
    stroke: rgb(61 187 127 / 0.25);
}
.stroke-primary-80\/30{
    stroke: rgb(61 187 127 / 0.3);
}
.stroke-primary-80\/35{
    stroke: rgb(61 187 127 / 0.35);
}
.stroke-primary-80\/40{
    stroke: rgb(61 187 127 / 0.4);
}
.stroke-primary-80\/45{
    stroke: rgb(61 187 127 / 0.45);
}
.stroke-primary-80\/5{
    stroke: rgb(61 187 127 / 0.05);
}
.stroke-primary-80\/50{
    stroke: rgb(61 187 127 / 0.5);
}
.stroke-primary-80\/55{
    stroke: rgb(61 187 127 / 0.55);
}
.stroke-primary-80\/60{
    stroke: rgb(61 187 127 / 0.6);
}
.stroke-primary-80\/65{
    stroke: rgb(61 187 127 / 0.65);
}
.stroke-primary-80\/70{
    stroke: rgb(61 187 127 / 0.7);
}
.stroke-primary-80\/75{
    stroke: rgb(61 187 127 / 0.75);
}
.stroke-primary-80\/80{
    stroke: rgb(61 187 127 / 0.8);
}
.stroke-primary-80\/85{
    stroke: rgb(61 187 127 / 0.85);
}
.stroke-primary-80\/90{
    stroke: rgb(61 187 127 / 0.9);
}
.stroke-primary-80\/95{
    stroke: rgb(61 187 127 / 0.95);
}
.stroke-primary-800{
    stroke: #0A4429;
}
.stroke-primary-800\/0{
    stroke: rgb(10 68 41 / 0);
}
.stroke-primary-800\/10{
    stroke: rgb(10 68 41 / 0.1);
}
.stroke-primary-800\/100{
    stroke: rgb(10 68 41 / 1);
}
.stroke-primary-800\/15{
    stroke: rgb(10 68 41 / 0.15);
}
.stroke-primary-800\/20{
    stroke: rgb(10 68 41 / 0.2);
}
.stroke-primary-800\/25{
    stroke: rgb(10 68 41 / 0.25);
}
.stroke-primary-800\/30{
    stroke: rgb(10 68 41 / 0.3);
}
.stroke-primary-800\/35{
    stroke: rgb(10 68 41 / 0.35);
}
.stroke-primary-800\/40{
    stroke: rgb(10 68 41 / 0.4);
}
.stroke-primary-800\/45{
    stroke: rgb(10 68 41 / 0.45);
}
.stroke-primary-800\/5{
    stroke: rgb(10 68 41 / 0.05);
}
.stroke-primary-800\/50{
    stroke: rgb(10 68 41 / 0.5);
}
.stroke-primary-800\/55{
    stroke: rgb(10 68 41 / 0.55);
}
.stroke-primary-800\/60{
    stroke: rgb(10 68 41 / 0.6);
}
.stroke-primary-800\/65{
    stroke: rgb(10 68 41 / 0.65);
}
.stroke-primary-800\/70{
    stroke: rgb(10 68 41 / 0.7);
}
.stroke-primary-800\/75{
    stroke: rgb(10 68 41 / 0.75);
}
.stroke-primary-800\/80{
    stroke: rgb(10 68 41 / 0.8);
}
.stroke-primary-800\/85{
    stroke: rgb(10 68 41 / 0.85);
}
.stroke-primary-800\/90{
    stroke: rgb(10 68 41 / 0.9);
}
.stroke-primary-800\/95{
    stroke: rgb(10 68 41 / 0.95);
}
.stroke-primary-900{
    stroke: #1C3B2D;
}
.stroke-primary-900\/0{
    stroke: rgb(28 59 45 / 0);
}
.stroke-primary-900\/10{
    stroke: rgb(28 59 45 / 0.1);
}
.stroke-primary-900\/100{
    stroke: rgb(28 59 45 / 1);
}
.stroke-primary-900\/15{
    stroke: rgb(28 59 45 / 0.15);
}
.stroke-primary-900\/20{
    stroke: rgb(28 59 45 / 0.2);
}
.stroke-primary-900\/25{
    stroke: rgb(28 59 45 / 0.25);
}
.stroke-primary-900\/30{
    stroke: rgb(28 59 45 / 0.3);
}
.stroke-primary-900\/35{
    stroke: rgb(28 59 45 / 0.35);
}
.stroke-primary-900\/40{
    stroke: rgb(28 59 45 / 0.4);
}
.stroke-primary-900\/45{
    stroke: rgb(28 59 45 / 0.45);
}
.stroke-primary-900\/5{
    stroke: rgb(28 59 45 / 0.05);
}
.stroke-primary-900\/50{
    stroke: rgb(28 59 45 / 0.5);
}
.stroke-primary-900\/55{
    stroke: rgb(28 59 45 / 0.55);
}
.stroke-primary-900\/60{
    stroke: rgb(28 59 45 / 0.6);
}
.stroke-primary-900\/65{
    stroke: rgb(28 59 45 / 0.65);
}
.stroke-primary-900\/70{
    stroke: rgb(28 59 45 / 0.7);
}
.stroke-primary-900\/75{
    stroke: rgb(28 59 45 / 0.75);
}
.stroke-primary-900\/80{
    stroke: rgb(28 59 45 / 0.8);
}
.stroke-primary-900\/85{
    stroke: rgb(28 59 45 / 0.85);
}
.stroke-primary-900\/90{
    stroke: rgb(28 59 45 / 0.9);
}
.stroke-primary-900\/95{
    stroke: rgb(28 59 45 / 0.95);
}
.stroke-primary-950{
    stroke: #141C18;
}
.stroke-primary-950\/0{
    stroke: rgb(20 28 24 / 0);
}
.stroke-primary-950\/10{
    stroke: rgb(20 28 24 / 0.1);
}
.stroke-primary-950\/100{
    stroke: rgb(20 28 24 / 1);
}
.stroke-primary-950\/15{
    stroke: rgb(20 28 24 / 0.15);
}
.stroke-primary-950\/20{
    stroke: rgb(20 28 24 / 0.2);
}
.stroke-primary-950\/25{
    stroke: rgb(20 28 24 / 0.25);
}
.stroke-primary-950\/30{
    stroke: rgb(20 28 24 / 0.3);
}
.stroke-primary-950\/35{
    stroke: rgb(20 28 24 / 0.35);
}
.stroke-primary-950\/40{
    stroke: rgb(20 28 24 / 0.4);
}
.stroke-primary-950\/45{
    stroke: rgb(20 28 24 / 0.45);
}
.stroke-primary-950\/5{
    stroke: rgb(20 28 24 / 0.05);
}
.stroke-primary-950\/50{
    stroke: rgb(20 28 24 / 0.5);
}
.stroke-primary-950\/55{
    stroke: rgb(20 28 24 / 0.55);
}
.stroke-primary-950\/60{
    stroke: rgb(20 28 24 / 0.6);
}
.stroke-primary-950\/65{
    stroke: rgb(20 28 24 / 0.65);
}
.stroke-primary-950\/70{
    stroke: rgb(20 28 24 / 0.7);
}
.stroke-primary-950\/75{
    stroke: rgb(20 28 24 / 0.75);
}
.stroke-primary-950\/80{
    stroke: rgb(20 28 24 / 0.8);
}
.stroke-primary-950\/85{
    stroke: rgb(20 28 24 / 0.85);
}
.stroke-primary-950\/90{
    stroke: rgb(20 28 24 / 0.9);
}
.stroke-primary-950\/95{
    stroke: rgb(20 28 24 / 0.95);
}
.stroke-primary-dark{
    stroke: #0A4429;
}
.stroke-primary-dark\/0{
    stroke: rgb(10 68 41 / 0);
}
.stroke-primary-dark\/10{
    stroke: rgb(10 68 41 / 0.1);
}
.stroke-primary-dark\/100{
    stroke: rgb(10 68 41 / 1);
}
.stroke-primary-dark\/15{
    stroke: rgb(10 68 41 / 0.15);
}
.stroke-primary-dark\/20{
    stroke: rgb(10 68 41 / 0.2);
}
.stroke-primary-dark\/25{
    stroke: rgb(10 68 41 / 0.25);
}
.stroke-primary-dark\/30{
    stroke: rgb(10 68 41 / 0.3);
}
.stroke-primary-dark\/35{
    stroke: rgb(10 68 41 / 0.35);
}
.stroke-primary-dark\/40{
    stroke: rgb(10 68 41 / 0.4);
}
.stroke-primary-dark\/45{
    stroke: rgb(10 68 41 / 0.45);
}
.stroke-primary-dark\/5{
    stroke: rgb(10 68 41 / 0.05);
}
.stroke-primary-dark\/50{
    stroke: rgb(10 68 41 / 0.5);
}
.stroke-primary-dark\/55{
    stroke: rgb(10 68 41 / 0.55);
}
.stroke-primary-dark\/60{
    stroke: rgb(10 68 41 / 0.6);
}
.stroke-primary-dark\/65{
    stroke: rgb(10 68 41 / 0.65);
}
.stroke-primary-dark\/70{
    stroke: rgb(10 68 41 / 0.7);
}
.stroke-primary-dark\/75{
    stroke: rgb(10 68 41 / 0.75);
}
.stroke-primary-dark\/80{
    stroke: rgb(10 68 41 / 0.8);
}
.stroke-primary-dark\/85{
    stroke: rgb(10 68 41 / 0.85);
}
.stroke-primary-dark\/90{
    stroke: rgb(10 68 41 / 0.9);
}
.stroke-primary-dark\/95{
    stroke: rgb(10 68 41 / 0.95);
}
.stroke-primary-light{
    stroke: #C6EEDB;
}
.stroke-primary-light\/0{
    stroke: rgb(198 238 219 / 0);
}
.stroke-primary-light\/10{
    stroke: rgb(198 238 219 / 0.1);
}
.stroke-primary-light\/100{
    stroke: rgb(198 238 219 / 1);
}
.stroke-primary-light\/15{
    stroke: rgb(198 238 219 / 0.15);
}
.stroke-primary-light\/20{
    stroke: rgb(198 238 219 / 0.2);
}
.stroke-primary-light\/25{
    stroke: rgb(198 238 219 / 0.25);
}
.stroke-primary-light\/30{
    stroke: rgb(198 238 219 / 0.3);
}
.stroke-primary-light\/35{
    stroke: rgb(198 238 219 / 0.35);
}
.stroke-primary-light\/40{
    stroke: rgb(198 238 219 / 0.4);
}
.stroke-primary-light\/45{
    stroke: rgb(198 238 219 / 0.45);
}
.stroke-primary-light\/5{
    stroke: rgb(198 238 219 / 0.05);
}
.stroke-primary-light\/50{
    stroke: rgb(198 238 219 / 0.5);
}
.stroke-primary-light\/55{
    stroke: rgb(198 238 219 / 0.55);
}
.stroke-primary-light\/60{
    stroke: rgb(198 238 219 / 0.6);
}
.stroke-primary-light\/65{
    stroke: rgb(198 238 219 / 0.65);
}
.stroke-primary-light\/70{
    stroke: rgb(198 238 219 / 0.7);
}
.stroke-primary-light\/75{
    stroke: rgb(198 238 219 / 0.75);
}
.stroke-primary-light\/80{
    stroke: rgb(198 238 219 / 0.8);
}
.stroke-primary-light\/85{
    stroke: rgb(198 238 219 / 0.85);
}
.stroke-primary-light\/90{
    stroke: rgb(198 238 219 / 0.9);
}
.stroke-primary-light\/95{
    stroke: rgb(198 238 219 / 0.95);
}
.stroke-primary\/0{
    stroke: rgb(72 229 155 / 0);
}
.stroke-primary\/10{
    stroke: rgb(72 229 155 / 0.1);
}
.stroke-primary\/100{
    stroke: rgb(72 229 155 / 1);
}
.stroke-primary\/15{
    stroke: rgb(72 229 155 / 0.15);
}
.stroke-primary\/20{
    stroke: rgb(72 229 155 / 0.2);
}
.stroke-primary\/25{
    stroke: rgb(72 229 155 / 0.25);
}
.stroke-primary\/30{
    stroke: rgb(72 229 155 / 0.3);
}
.stroke-primary\/35{
    stroke: rgb(72 229 155 / 0.35);
}
.stroke-primary\/40{
    stroke: rgb(72 229 155 / 0.4);
}
.stroke-primary\/45{
    stroke: rgb(72 229 155 / 0.45);
}
.stroke-primary\/5{
    stroke: rgb(72 229 155 / 0.05);
}
.stroke-primary\/50{
    stroke: rgb(72 229 155 / 0.5);
}
.stroke-primary\/55{
    stroke: rgb(72 229 155 / 0.55);
}
.stroke-primary\/60{
    stroke: rgb(72 229 155 / 0.6);
}
.stroke-primary\/65{
    stroke: rgb(72 229 155 / 0.65);
}
.stroke-primary\/70{
    stroke: rgb(72 229 155 / 0.7);
}
.stroke-primary\/75{
    stroke: rgb(72 229 155 / 0.75);
}
.stroke-primary\/80{
    stroke: rgb(72 229 155 / 0.8);
}
.stroke-primary\/85{
    stroke: rgb(72 229 155 / 0.85);
}
.stroke-primary\/90{
    stroke: rgb(72 229 155 / 0.9);
}
.stroke-primary\/95{
    stroke: rgb(72 229 155 / 0.95);
}
.stroke-secondary{
    stroke: #015AD5;
}
.stroke-secondary-500{
    stroke: #015AD5;
}
.stroke-secondary-500\/0{
    stroke: rgb(1 90 213 / 0);
}
.stroke-secondary-500\/10{
    stroke: rgb(1 90 213 / 0.1);
}
.stroke-secondary-500\/100{
    stroke: rgb(1 90 213 / 1);
}
.stroke-secondary-500\/15{
    stroke: rgb(1 90 213 / 0.15);
}
.stroke-secondary-500\/20{
    stroke: rgb(1 90 213 / 0.2);
}
.stroke-secondary-500\/25{
    stroke: rgb(1 90 213 / 0.25);
}
.stroke-secondary-500\/30{
    stroke: rgb(1 90 213 / 0.3);
}
.stroke-secondary-500\/35{
    stroke: rgb(1 90 213 / 0.35);
}
.stroke-secondary-500\/40{
    stroke: rgb(1 90 213 / 0.4);
}
.stroke-secondary-500\/45{
    stroke: rgb(1 90 213 / 0.45);
}
.stroke-secondary-500\/5{
    stroke: rgb(1 90 213 / 0.05);
}
.stroke-secondary-500\/50{
    stroke: rgb(1 90 213 / 0.5);
}
.stroke-secondary-500\/55{
    stroke: rgb(1 90 213 / 0.55);
}
.stroke-secondary-500\/60{
    stroke: rgb(1 90 213 / 0.6);
}
.stroke-secondary-500\/65{
    stroke: rgb(1 90 213 / 0.65);
}
.stroke-secondary-500\/70{
    stroke: rgb(1 90 213 / 0.7);
}
.stroke-secondary-500\/75{
    stroke: rgb(1 90 213 / 0.75);
}
.stroke-secondary-500\/80{
    stroke: rgb(1 90 213 / 0.8);
}
.stroke-secondary-500\/85{
    stroke: rgb(1 90 213 / 0.85);
}
.stroke-secondary-500\/90{
    stroke: rgb(1 90 213 / 0.9);
}
.stroke-secondary-500\/95{
    stroke: rgb(1 90 213 / 0.95);
}
.stroke-secondary\/0{
    stroke: rgb(1 90 213 / 0);
}
.stroke-secondary\/10{
    stroke: rgb(1 90 213 / 0.1);
}
.stroke-secondary\/100{
    stroke: rgb(1 90 213 / 1);
}
.stroke-secondary\/15{
    stroke: rgb(1 90 213 / 0.15);
}
.stroke-secondary\/20{
    stroke: rgb(1 90 213 / 0.2);
}
.stroke-secondary\/25{
    stroke: rgb(1 90 213 / 0.25);
}
.stroke-secondary\/30{
    stroke: rgb(1 90 213 / 0.3);
}
.stroke-secondary\/35{
    stroke: rgb(1 90 213 / 0.35);
}
.stroke-secondary\/40{
    stroke: rgb(1 90 213 / 0.4);
}
.stroke-secondary\/45{
    stroke: rgb(1 90 213 / 0.45);
}
.stroke-secondary\/5{
    stroke: rgb(1 90 213 / 0.05);
}
.stroke-secondary\/50{
    stroke: rgb(1 90 213 / 0.5);
}
.stroke-secondary\/55{
    stroke: rgb(1 90 213 / 0.55);
}
.stroke-secondary\/60{
    stroke: rgb(1 90 213 / 0.6);
}
.stroke-secondary\/65{
    stroke: rgb(1 90 213 / 0.65);
}
.stroke-secondary\/70{
    stroke: rgb(1 90 213 / 0.7);
}
.stroke-secondary\/75{
    stroke: rgb(1 90 213 / 0.75);
}
.stroke-secondary\/80{
    stroke: rgb(1 90 213 / 0.8);
}
.stroke-secondary\/85{
    stroke: rgb(1 90 213 / 0.85);
}
.stroke-secondary\/90{
    stroke: rgb(1 90 213 / 0.9);
}
.stroke-secondary\/95{
    stroke: rgb(1 90 213 / 0.95);
}
.stroke-\[0\.01\]{
    stroke-width: 0.01;
}
.stroke-\[0\.02\]{
    stroke-width: 0.02;
}
.stroke-\[0\.1\]{
    stroke-width: 0.1;
}
.p-0{
    padding: 0.0000rem;
}
.p-1{
    padding: 0.2500rem;
}
.p-1\.5{
    padding: 0.3750rem;
}
.p-2{
    padding: 0.5000rem;
}
.p-2\.25{
    padding: 0.5625rem;
}
.p-2\.5{
    padding: 0.6250rem;
}
.p-3{
    padding: 0.7500rem;
}
.p-4{
    padding: 1.0000rem;
}
.p-5{
    padding: 1.2500rem;
}
.p-6{
    padding: 1.5000rem;
}
.p-9{
    padding: 2.2500rem;
}
.p-\[0\.375em\]{
    padding: 0.375em;
}
.p-\[8px\]{
    padding: 8px;
}
.px-0{
    padding-left: 0.0000rem;
    padding-right: 0.0000rem;
}
.px-1{
    padding-left: 0.2500rem;
    padding-right: 0.2500rem;
}
.px-1\.5{
    padding-left: 0.3750rem;
    padding-right: 0.3750rem;
}
.px-10{
    padding-left: 2.5000rem;
    padding-right: 2.5000rem;
}
.px-11{
    padding-left: 2.7500rem;
    padding-right: 2.7500rem;
}
.px-11\.5{
    padding-left: 2.8750rem;
    padding-right: 2.8750rem;
}
.px-12{
    padding-left: 3.0000rem;
    padding-right: 3.0000rem;
}
.px-2{
    padding-left: 0.5000rem;
    padding-right: 0.5000rem;
}
.px-2\.5{
    padding-left: 0.6250rem;
    padding-right: 0.6250rem;
}
.px-3{
    padding-left: 0.7500rem;
    padding-right: 0.7500rem;
}
.px-3\.5{
    padding-left: 0.8750rem;
    padding-right: 0.8750rem;
}
.px-4{
    padding-left: 1.0000rem;
    padding-right: 1.0000rem;
}
.px-5{
    padding-left: 1.2500rem;
    padding-right: 1.2500rem;
}
.px-6{
    padding-left: 1.5000rem;
    padding-right: 1.5000rem;
}
.px-6\.25{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
}
.px-8{
    padding-left: 2.0000rem;
    padding-right: 2.0000rem;
}
.px-9{
    padding-left: 2.2500rem;
    padding-right: 2.2500rem;
}
.px-\[1\.625em\]{
    padding-left: 1.625em;
    padding-right: 1.625em;
}
.px-\[14px\]{
    padding-left: 14px;
    padding-right: 14px;
}
.px-\[clamp\(2rem\2c 6\.25vw\2c 7\.5rem\)\]{
    padding-left: clamp(2rem,6.25vw,7.5rem);
    padding-right: clamp(2rem,6.25vw,7.5rem);
}
.py-0{
    padding-top: 0.0000rem;
    padding-bottom: 0.0000rem;
}
.py-1{
    padding-top: 0.2500rem;
    padding-bottom: 0.2500rem;
}
.py-1\.5{
    padding-top: 0.3750rem;
    padding-bottom: 0.3750rem;
}
.py-1\.75{
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
}
.py-12{
    padding-top: 3.0000rem;
    padding-bottom: 3.0000rem;
}
.py-16{
    padding-top: 4.0000rem;
    padding-bottom: 4.0000rem;
}
.py-2{
    padding-top: 0.5000rem;
    padding-bottom: 0.5000rem;
}
.py-2\.5{
    padding-top: 0.6250rem;
    padding-bottom: 0.6250rem;
}
.py-24{
    padding-top: 6.0000rem;
    padding-bottom: 6.0000rem;
}
.py-3{
    padding-top: 0.7500rem;
    padding-bottom: 0.7500rem;
}
.py-3\.5{
    padding-top: 0.8750rem;
    padding-bottom: 0.8750rem;
}
.py-30{
    padding-top: 7.5000rem;
    padding-bottom: 7.5000rem;
}
.py-4{
    padding-top: 1.0000rem;
    padding-bottom: 1.0000rem;
}
.py-5{
    padding-top: 1.2500rem;
    padding-bottom: 1.2500rem;
}
.py-6{
    padding-top: 1.5000rem;
    padding-bottom: 1.5000rem;
}
.py-7{
    padding-top: 1.7500rem;
    padding-bottom: 1.7500rem;
}
.py-8{
    padding-top: 2.0000rem;
    padding-bottom: 2.0000rem;
}
.py-9{
    padding-top: 2.2500rem;
    padding-bottom: 2.2500rem;
}
.py-\[0\.625em\]{
    padding-top: 0.625em;
    padding-bottom: 0.625em;
}
.py-\[5px\]{
    padding-top: 5px;
    padding-bottom: 5px;
}
.pb-1{
    padding-bottom: 0.2500rem;
}
.pb-1\.5{
    padding-bottom: 0.3750rem;
}
.pb-10{
    padding-bottom: 2.5000rem;
}
.pb-12{
    padding-bottom: 3.0000rem;
}
.pb-16{
    padding-bottom: 4.0000rem;
}
.pb-18{
    padding-bottom: 4.5000rem;
}
.pb-3{
    padding-bottom: 0.7500rem;
}
.pb-4{
    padding-bottom: 1.0000rem;
}
.pb-5{
    padding-bottom: 1.2500rem;
}
.pb-6{
    padding-bottom: 1.5000rem;
}
.pb-8{
    padding-bottom: 2.0000rem;
}
.pb-9{
    padding-bottom: 2.2500rem;
}
.pl-1{
    padding-left: 0.2500rem;
}
.pl-1\.5{
    padding-left: 0.3750rem;
}
.pl-12{
    padding-left: 3.0000rem;
}
.pl-14{
    padding-left: 3.5000rem;
}
.pl-2{
    padding-left: 0.5000rem;
}
.pl-4{
    padding-left: 1.0000rem;
}
.pl-6{
    padding-left: 1.5000rem;
}
.pl-8{
    padding-left: 2.0000rem;
}
.pr-10{
    padding-right: 2.5000rem;
}
.pr-12{
    padding-right: 3.0000rem;
}
.pr-3{
    padding-right: 0.7500rem;
}
.pr-4{
    padding-right: 1.0000rem;
}
.pr-\[0\.5em\]{
    padding-right: 0.5em;
}
.pr-\[10px\]{
    padding-right: 10px;
}
.pr-\[14px\]{
    padding-right: 14px;
}
.pr-\[30px\]{
    padding-right: 30px;
}
.pt-0{
    padding-top: 0.0000rem;
}
.pt-0\.5{
    padding-top: 0.1250rem;
}
.pt-1{
    padding-top: 0.2500rem;
}
.pt-11{
    padding-top: 2.7500rem;
}
.pt-13{
    padding-top: 3.2500rem;
}
.pt-2{
    padding-top: 0.5000rem;
}
.pt-2\.5{
    padding-top: 0.6250rem;
}
.pt-3{
    padding-top: 0.7500rem;
}
.pt-4{
    padding-top: 1.0000rem;
}
.pt-40{
    padding-top: 10.0000rem;
}
.pt-5{
    padding-top: 1.2500rem;
}
.pt-6{
    padding-top: 1.5000rem;
}
.pt-8{
    padding-top: 2.0000rem;
}
.pt-9{
    padding-top: 2.2500rem;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.align-middle{
    vertical-align: middle;
}
.font-\[\"Roboto\"\]{
    font-family: "Roboto";
}
.font-\[\"Roboto_Mono\"\]{
    font-family: "Roboto Mono";
}
.font-\[\"Zilla_Slab_Highlight\"\]{
    font-family: "Zilla Slab Highlight";
}
.font-\[\'Roboto\'\]{
    font-family: 'Roboto';
}
.font-\[\'Roboto_Mono\'\]{
    font-family: 'Roboto Mono';
}
.font-primary{
    font-family: Roboto Mono, Serif;
}
.font-secondary{
    font-family: Nunito, Serif;
}
.font-slab{
    font-family: Roboto Slab, Serif;
}
.font-third{
    font-family: Roboto Flex, Serif;
}
.\!text-3lg{
    font-size: 0.7500rem !important;
}
.text-2\.5lg{
    font-size: 0.6250rem;
}
.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3\.5lg{
    font-size: 0.8750rem;
}
.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-4\.5lg{
    font-size: 1.1250rem;
}
.text-4lg{
    font-size: 1.0000rem;
}
.text-5\.25lg{
    font-size: 1.3125rem;
}
.text-5lg{
    font-size: 1.2500rem;
}
.text-5xl{
    font-size: 3rem;
    line-height: 1;
}
.text-6lg{
    font-size: 1.5000rem;
}
.text-7lg{
    font-size: 1.7500rem;
}
.text-8lg{
    font-size: 2.0000rem;
}
.text-\[10px\]{
    font-size: 10px;
}
.text-\[11px\]{
    font-size: 11px;
}
.text-\[16px\]{
    font-size: 16px;
}
.text-\[1em\]{
    font-size: 1em;
}
.text-\[25px\]{
    font-size: 25px;
}
.text-\[28px\]{
    font-size: 28px;
}
.text-\[31px\]{
    font-size: 31px;
}
.text-\[56px\]{
    font-size: 56px;
}
.text-\[8px\]{
    font-size: 8px;
}
.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
}
.font-black{
    font-weight: 900;
}
.font-bold{
    font-weight: 700;
}
.font-extrabold{
    font-weight: 800;
}
.font-light{
    font-weight: 300;
}
.font-medium{
    font-weight: 500;
}
.font-normal{
    font-weight: 400;
}
.font-semibold{
    font-weight: 600;
}
.leading-4{
    line-height: 1rem;
}
.leading-5{
    line-height: 1.25rem;
}
.leading-6{
    line-height: 1.5rem;
}
.leading-7{
    line-height: 1.75rem;
}
.leading-8{
    line-height: 2rem;
}
.leading-\[14px\]{
    line-height: 14px;
}
.leading-\[1rem\]{
    line-height: 1rem;
}
.leading-\[28\.80px\]{
    line-height: 28.80px;
}
.leading-loose{
    line-height: 2;
}
.leading-none{
    line-height: 1;
}
.leading-normal{
    line-height: 1.5;
}
.leading-relaxed{
    line-height: 1.625;
}
.leading-snug{
    line-height: 1.375;
}
.leading-tight{
    line-height: 1.25;
}
.tracking-\[0\.02em\]{
    letter-spacing: 0.02em;
}
.tracking-\[0\.05em\]{
    letter-spacing: 0.05em;
}
.tracking-\[0\.1em\]{
    letter-spacing: 0.1em;
}
.tracking-tight{
    letter-spacing: -0.025em;
}
.tracking-wide{
    letter-spacing: 0.025em;
}
.tracking-wider{
    letter-spacing: 0.05em;
}
.tracking-widest{
    letter-spacing: 0.1em;
}
.text-\[\#0A4429\]{
    --tw-text-opacity: 1;
    color: rgb(10 68 41 / var(--tw-text-opacity));
}
.text-\[\#131313\]{
    --tw-text-opacity: 1;
    color: rgb(19 19 19 / var(--tw-text-opacity));
}
.text-\[\#2b2b2b\]{
    --tw-text-opacity: 1;
    color: rgb(43 43 43 / var(--tw-text-opacity));
}
.text-\[\#313131\]{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
}
.text-\[\#3488FC\]{
    --tw-text-opacity: 1;
    color: rgb(52 136 252 / var(--tw-text-opacity));
}
.text-\[\#48E59B\]{
    --tw-text-opacity: 1;
    color: rgb(72 229 155 / var(--tw-text-opacity));
}
.text-\[\#48E59B\]\/50{
    color: rgb(72 229 155 / 0.5);
}
.text-\[\#48e59b\]{
    --tw-text-opacity: 1;
    color: rgb(72 229 155 / var(--tw-text-opacity));
}
.text-\[\#797979\]{
    --tw-text-opacity: 1;
    color: rgb(121 121 121 / var(--tw-text-opacity));
}
.text-\[\#C6EEDB\]{
    --tw-text-opacity: 1;
    color: rgb(198 238 219 / var(--tw-text-opacity));
}
.text-\[\#D6D6D6\]{
    --tw-text-opacity: 1;
    color: rgb(214 214 214 / var(--tw-text-opacity));
}
.text-\[\#D9D9D9\]{
    --tw-text-opacity: 1;
    color: rgb(217 217 217 / var(--tw-text-opacity));
}
.text-\[\#FEF556\]{
    --tw-text-opacity: 1;
    color: rgb(254 245 86 / var(--tw-text-opacity));
}
.text-\[\#acacac\]{
    --tw-text-opacity: 1;
    color: rgb(172 172 172 / var(--tw-text-opacity));
}
.text-\[\#c6eedb\]{
    --tw-text-opacity: 1;
    color: rgb(198 238 219 / var(--tw-text-opacity));
}
.text-\[\#d2d2d2\]{
    --tw-text-opacity: 1;
    color: rgb(210 210 210 / var(--tw-text-opacity));
}
.text-\[\#d6d6d6\]{
    --tw-text-opacity: 1;
    color: rgb(214 214 214 / var(--tw-text-opacity));
}
.text-\[\#d9d9d9\]{
    --tw-text-opacity: 1;
    color: rgb(217 217 217 / var(--tw-text-opacity));
}
.text-\[\#eaeaea\]{
    --tw-text-opacity: 1;
    color: rgb(234 234 234 / var(--tw-text-opacity));
}
.text-\[\#ededed\]{
    --tw-text-opacity: 1;
    color: rgb(237 237 237 / var(--tw-text-opacity));
}
.text-\[\#efefef\]{
    --tw-text-opacity: 1;
    color: rgb(239 239 239 / var(--tw-text-opacity));
}
.text-\[\#fff\]{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#ffffffcc\]{
    color: #ffffffcc;
}
.text-black-1000{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black-200{
    color: #d9d9d9cc;
}
.text-black-400{
    --tw-text-opacity: 1;
    color: rgb(121 121 121 / var(--tw-text-opacity));
}
.text-black-500{
    --tw-text-opacity: 1;
    color: rgb(217 217 217 / var(--tw-text-opacity));
}
.text-black-600{
    color: #313131e6;
}
.text-black-900{
    --tw-text-opacity: 1;
    color: rgb(17 17 17 / var(--tw-text-opacity));
}
.text-black-brand{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity));
}
.text-black-brand\/0{
    color: rgb(49 49 49 / 0);
}
.text-black-brand\/10{
    color: rgb(49 49 49 / 0.1);
}
.text-black-brand\/100{
    color: rgb(49 49 49 / 1);
}
.text-black-brand\/15{
    color: rgb(49 49 49 / 0.15);
}
.text-black-brand\/20{
    color: rgb(49 49 49 / 0.2);
}
.text-black-brand\/25{
    color: rgb(49 49 49 / 0.25);
}
.text-black-brand\/30{
    color: rgb(49 49 49 / 0.3);
}
.text-black-brand\/35{
    color: rgb(49 49 49 / 0.35);
}
.text-black-brand\/40{
    color: rgb(49 49 49 / 0.4);
}
.text-black-brand\/45{
    color: rgb(49 49 49 / 0.45);
}
.text-black-brand\/5{
    color: rgb(49 49 49 / 0.05);
}
.text-black-brand\/50{
    color: rgb(49 49 49 / 0.5);
}
.text-black-brand\/55{
    color: rgb(49 49 49 / 0.55);
}
.text-black-brand\/60{
    color: rgb(49 49 49 / 0.6);
}
.text-black-brand\/65{
    color: rgb(49 49 49 / 0.65);
}
.text-black-brand\/70{
    color: rgb(49 49 49 / 0.7);
}
.text-black-brand\/75{
    color: rgb(49 49 49 / 0.75);
}
.text-black-brand\/80{
    color: rgb(49 49 49 / 0.8);
}
.text-black-brand\/85{
    color: rgb(49 49 49 / 0.85);
}
.text-black-brand\/90{
    color: rgb(49 49 49 / 0.9);
}
.text-black-brand\/95{
    color: rgb(49 49 49 / 0.95);
}
.text-blue-200{
    --tw-text-opacity: 1;
    color: rgb(191 219 254 / var(--tw-text-opacity));
}
.text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-brand-100{
    color: #c6eedb0d;
}
.text-brand-100\/0{
    color: rgb(198 238 219 / 0);
}
.text-brand-100\/10{
    color: rgb(198 238 219 / 0.1);
}
.text-brand-100\/100{
    color: rgb(198 238 219 / 1);
}
.text-brand-100\/15{
    color: rgb(198 238 219 / 0.15);
}
.text-brand-100\/20{
    color: rgb(198 238 219 / 0.2);
}
.text-brand-100\/25{
    color: rgb(198 238 219 / 0.25);
}
.text-brand-100\/30{
    color: rgb(198 238 219 / 0.3);
}
.text-brand-100\/35{
    color: rgb(198 238 219 / 0.35);
}
.text-brand-100\/40{
    color: rgb(198 238 219 / 0.4);
}
.text-brand-100\/45{
    color: rgb(198 238 219 / 0.45);
}
.text-brand-100\/5{
    color: rgb(198 238 219 / 0.05);
}
.text-brand-100\/50{
    color: rgb(198 238 219 / 0.5);
}
.text-brand-100\/55{
    color: rgb(198 238 219 / 0.55);
}
.text-brand-100\/60{
    color: rgb(198 238 219 / 0.6);
}
.text-brand-100\/65{
    color: rgb(198 238 219 / 0.65);
}
.text-brand-100\/70{
    color: rgb(198 238 219 / 0.7);
}
.text-brand-100\/75{
    color: rgb(198 238 219 / 0.75);
}
.text-brand-100\/80{
    color: rgb(198 238 219 / 0.8);
}
.text-brand-100\/85{
    color: rgb(198 238 219 / 0.85);
}
.text-brand-100\/90{
    color: rgb(198 238 219 / 0.9);
}
.text-brand-100\/95{
    color: rgb(198 238 219 / 0.95);
}
.text-brand-20{
    --tw-text-opacity: 1;
    color: rgb(72 229 155 / var(--tw-text-opacity));
}
.text-brand-20\/0{
    color: rgb(72 229 155 / 0);
}
.text-brand-20\/10{
    color: rgb(72 229 155 / 0.1);
}
.text-brand-20\/100{
    color: rgb(72 229 155 / 1);
}
.text-brand-20\/15{
    color: rgb(72 229 155 / 0.15);
}
.text-brand-20\/20{
    color: rgb(72 229 155 / 0.2);
}
.text-brand-20\/25{
    color: rgb(72 229 155 / 0.25);
}
.text-brand-20\/30{
    color: rgb(72 229 155 / 0.3);
}
.text-brand-20\/35{
    color: rgb(72 229 155 / 0.35);
}
.text-brand-20\/40{
    color: rgb(72 229 155 / 0.4);
}
.text-brand-20\/45{
    color: rgb(72 229 155 / 0.45);
}
.text-brand-20\/5{
    color: rgb(72 229 155 / 0.05);
}
.text-brand-20\/50{
    color: rgb(72 229 155 / 0.5);
}
.text-brand-20\/55{
    color: rgb(72 229 155 / 0.55);
}
.text-brand-20\/60{
    color: rgb(72 229 155 / 0.6);
}
.text-brand-20\/65{
    color: rgb(72 229 155 / 0.65);
}
.text-brand-20\/70{
    color: rgb(72 229 155 / 0.7);
}
.text-brand-20\/75{
    color: rgb(72 229 155 / 0.75);
}
.text-brand-20\/80{
    color: rgb(72 229 155 / 0.8);
}
.text-brand-20\/85{
    color: rgb(72 229 155 / 0.85);
}
.text-brand-20\/90{
    color: rgb(72 229 155 / 0.9);
}
.text-brand-20\/95{
    color: rgb(72 229 155 / 0.95);
}
.text-brand-200{
    color: #c6eedb33;
}
.text-brand-200\/0{
    color: rgb(198 238 219 / 0);
}
.text-brand-200\/10{
    color: rgb(198 238 219 / 0.1);
}
.text-brand-200\/100{
    color: rgb(198 238 219 / 1);
}
.text-brand-200\/15{
    color: rgb(198 238 219 / 0.15);
}
.text-brand-200\/20{
    color: rgb(198 238 219 / 0.2);
}
.text-brand-200\/25{
    color: rgb(198 238 219 / 0.25);
}
.text-brand-200\/30{
    color: rgb(198 238 219 / 0.3);
}
.text-brand-200\/35{
    color: rgb(198 238 219 / 0.35);
}
.text-brand-200\/40{
    color: rgb(198 238 219 / 0.4);
}
.text-brand-200\/45{
    color: rgb(198 238 219 / 0.45);
}
.text-brand-200\/5{
    color: rgb(198 238 219 / 0.05);
}
.text-brand-200\/50{
    color: rgb(198 238 219 / 0.5);
}
.text-brand-200\/55{
    color: rgb(198 238 219 / 0.55);
}
.text-brand-200\/60{
    color: rgb(198 238 219 / 0.6);
}
.text-brand-200\/65{
    color: rgb(198 238 219 / 0.65);
}
.text-brand-200\/70{
    color: rgb(198 238 219 / 0.7);
}
.text-brand-200\/75{
    color: rgb(198 238 219 / 0.75);
}
.text-brand-200\/80{
    color: rgb(198 238 219 / 0.8);
}
.text-brand-200\/85{
    color: rgb(198 238 219 / 0.85);
}
.text-brand-200\/90{
    color: rgb(198 238 219 / 0.9);
}
.text-brand-200\/95{
    color: rgb(198 238 219 / 0.95);
}
.text-brand-300{
    --tw-text-opacity: 1;
    color: rgb(198 238 219 / var(--tw-text-opacity));
}
.text-brand-300\/0{
    color: rgb(198 238 219 / 0);
}
.text-brand-300\/10{
    color: rgb(198 238 219 / 0.1);
}
.text-brand-300\/100{
    color: rgb(198 238 219 / 1);
}
.text-brand-300\/15{
    color: rgb(198 238 219 / 0.15);
}
.text-brand-300\/20{
    color: rgb(198 238 219 / 0.2);
}
.text-brand-300\/25{
    color: rgb(198 238 219 / 0.25);
}
.text-brand-300\/30{
    color: rgb(198 238 219 / 0.3);
}
.text-brand-300\/35{
    color: rgb(198 238 219 / 0.35);
}
.text-brand-300\/40{
    color: rgb(198 238 219 / 0.4);
}
.text-brand-300\/45{
    color: rgb(198 238 219 / 0.45);
}
.text-brand-300\/5{
    color: rgb(198 238 219 / 0.05);
}
.text-brand-300\/50{
    color: rgb(198 238 219 / 0.5);
}
.text-brand-300\/55{
    color: rgb(198 238 219 / 0.55);
}
.text-brand-300\/60{
    color: rgb(198 238 219 / 0.6);
}
.text-brand-300\/65{
    color: rgb(198 238 219 / 0.65);
}
.text-brand-300\/70{
    color: rgb(198 238 219 / 0.7);
}
.text-brand-300\/75{
    color: rgb(198 238 219 / 0.75);
}
.text-brand-300\/80{
    color: rgb(198 238 219 / 0.8);
}
.text-brand-300\/85{
    color: rgb(198 238 219 / 0.85);
}
.text-brand-300\/90{
    color: rgb(198 238 219 / 0.9);
}
.text-brand-300\/95{
    color: rgb(198 238 219 / 0.95);
}
.text-brand-black{
    --tw-text-opacity: 1;
    color: rgb(17 17 17 / var(--tw-text-opacity));
}
.text-brand-black\/0{
    color: rgb(17 17 17 / 0);
}
.text-brand-black\/10{
    color: rgb(17 17 17 / 0.1);
}
.text-brand-black\/100{
    color: rgb(17 17 17 / 1);
}
.text-brand-black\/15{
    color: rgb(17 17 17 / 0.15);
}
.text-brand-black\/20{
    color: rgb(17 17 17 / 0.2);
}
.text-brand-black\/25{
    color: rgb(17 17 17 / 0.25);
}
.text-brand-black\/30{
    color: rgb(17 17 17 / 0.3);
}
.text-brand-black\/35{
    color: rgb(17 17 17 / 0.35);
}
.text-brand-black\/40{
    color: rgb(17 17 17 / 0.4);
}
.text-brand-black\/45{
    color: rgb(17 17 17 / 0.45);
}
.text-brand-black\/5{
    color: rgb(17 17 17 / 0.05);
}
.text-brand-black\/50{
    color: rgb(17 17 17 / 0.5);
}
.text-brand-black\/55{
    color: rgb(17 17 17 / 0.55);
}
.text-brand-black\/60{
    color: rgb(17 17 17 / 0.6);
}
.text-brand-black\/65{
    color: rgb(17 17 17 / 0.65);
}
.text-brand-black\/70{
    color: rgb(17 17 17 / 0.7);
}
.text-brand-black\/75{
    color: rgb(17 17 17 / 0.75);
}
.text-brand-black\/80{
    color: rgb(17 17 17 / 0.8);
}
.text-brand-black\/85{
    color: rgb(17 17 17 / 0.85);
}
.text-brand-black\/90{
    color: rgb(17 17 17 / 0.9);
}
.text-brand-black\/95{
    color: rgb(17 17 17 / 0.95);
}
.text-brand-blue{
    --tw-text-opacity: 1;
    color: rgb(112 168 244 / var(--tw-text-opacity));
}
.text-brand-blue\/0{
    color: rgb(112 168 244 / 0);
}
.text-brand-blue\/10{
    color: rgb(112 168 244 / 0.1);
}
.text-brand-blue\/100{
    color: rgb(112 168 244 / 1);
}
.text-brand-blue\/15{
    color: rgb(112 168 244 / 0.15);
}
.text-brand-blue\/20{
    color: rgb(112 168 244 / 0.2);
}
.text-brand-blue\/25{
    color: rgb(112 168 244 / 0.25);
}
.text-brand-blue\/30{
    color: rgb(112 168 244 / 0.3);
}
.text-brand-blue\/35{
    color: rgb(112 168 244 / 0.35);
}
.text-brand-blue\/40{
    color: rgb(112 168 244 / 0.4);
}
.text-brand-blue\/45{
    color: rgb(112 168 244 / 0.45);
}
.text-brand-blue\/5{
    color: rgb(112 168 244 / 0.05);
}
.text-brand-blue\/50{
    color: rgb(112 168 244 / 0.5);
}
.text-brand-blue\/55{
    color: rgb(112 168 244 / 0.55);
}
.text-brand-blue\/60{
    color: rgb(112 168 244 / 0.6);
}
.text-brand-blue\/65{
    color: rgb(112 168 244 / 0.65);
}
.text-brand-blue\/70{
    color: rgb(112 168 244 / 0.7);
}
.text-brand-blue\/75{
    color: rgb(112 168 244 / 0.75);
}
.text-brand-blue\/80{
    color: rgb(112 168 244 / 0.8);
}
.text-brand-blue\/85{
    color: rgb(112 168 244 / 0.85);
}
.text-brand-blue\/90{
    color: rgb(112 168 244 / 0.9);
}
.text-brand-blue\/95{
    color: rgb(112 168 244 / 0.95);
}
.text-brand-dark{
    --tw-text-opacity: 1;
    color: rgb(35 44 39 / var(--tw-text-opacity));
}
.text-brand-dark\/0{
    color: rgb(35 44 39 / 0);
}
.text-brand-dark\/10{
    color: rgb(35 44 39 / 0.1);
}
.text-brand-dark\/100{
    color: rgb(35 44 39 / 1);
}
.text-brand-dark\/15{
    color: rgb(35 44 39 / 0.15);
}
.text-brand-dark\/20{
    color: rgb(35 44 39 / 0.2);
}
.text-brand-dark\/25{
    color: rgb(35 44 39 / 0.25);
}
.text-brand-dark\/30{
    color: rgb(35 44 39 / 0.3);
}
.text-brand-dark\/35{
    color: rgb(35 44 39 / 0.35);
}
.text-brand-dark\/40{
    color: rgb(35 44 39 / 0.4);
}
.text-brand-dark\/45{
    color: rgb(35 44 39 / 0.45);
}
.text-brand-dark\/5{
    color: rgb(35 44 39 / 0.05);
}
.text-brand-dark\/50{
    color: rgb(35 44 39 / 0.5);
}
.text-brand-dark\/55{
    color: rgb(35 44 39 / 0.55);
}
.text-brand-dark\/60{
    color: rgb(35 44 39 / 0.6);
}
.text-brand-dark\/65{
    color: rgb(35 44 39 / 0.65);
}
.text-brand-dark\/70{
    color: rgb(35 44 39 / 0.7);
}
.text-brand-dark\/75{
    color: rgb(35 44 39 / 0.75);
}
.text-brand-dark\/80{
    color: rgb(35 44 39 / 0.8);
}
.text-brand-dark\/85{
    color: rgb(35 44 39 / 0.85);
}
.text-brand-dark\/90{
    color: rgb(35 44 39 / 0.9);
}
.text-brand-dark\/95{
    color: rgb(35 44 39 / 0.95);
}
.text-brand-green{
    --tw-text-opacity: 1;
    color: rgb(72 229 155 / var(--tw-text-opacity));
}
.text-brand-green\/0{
    color: rgb(72 229 155 / 0);
}
.text-brand-green\/10{
    color: rgb(72 229 155 / 0.1);
}
.text-brand-green\/100{
    color: rgb(72 229 155 / 1);
}
.text-brand-green\/15{
    color: rgb(72 229 155 / 0.15);
}
.text-brand-green\/20{
    color: rgb(72 229 155 / 0.2);
}
.text-brand-green\/25{
    color: rgb(72 229 155 / 0.25);
}
.text-brand-green\/30{
    color: rgb(72 229 155 / 0.3);
}
.text-brand-green\/35{
    color: rgb(72 229 155 / 0.35);
}
.text-brand-green\/40{
    color: rgb(72 229 155 / 0.4);
}
.text-brand-green\/45{
    color: rgb(72 229 155 / 0.45);
}
.text-brand-green\/5{
    color: rgb(72 229 155 / 0.05);
}
.text-brand-green\/50{
    color: rgb(72 229 155 / 0.5);
}
.text-brand-green\/55{
    color: rgb(72 229 155 / 0.55);
}
.text-brand-green\/60{
    color: rgb(72 229 155 / 0.6);
}
.text-brand-green\/65{
    color: rgb(72 229 155 / 0.65);
}
.text-brand-green\/70{
    color: rgb(72 229 155 / 0.7);
}
.text-brand-green\/75{
    color: rgb(72 229 155 / 0.75);
}
.text-brand-green\/80{
    color: rgb(72 229 155 / 0.8);
}
.text-brand-green\/85{
    color: rgb(72 229 155 / 0.85);
}
.text-brand-green\/90{
    color: rgb(72 229 155 / 0.9);
}
.text-brand-green\/95{
    color: rgb(72 229 155 / 0.95);
}
.text-brand-light{
    --tw-text-opacity: 1;
    color: rgb(198 238 219 / var(--tw-text-opacity));
}
.text-brand-light\/0{
    color: rgb(198 238 219 / 0);
}
.text-brand-light\/10{
    color: rgb(198 238 219 / 0.1);
}
.text-brand-light\/100{
    color: rgb(198 238 219 / 1);
}
.text-brand-light\/15{
    color: rgb(198 238 219 / 0.15);
}
.text-brand-light\/20{
    color: rgb(198 238 219 / 0.2);
}
.text-brand-light\/25{
    color: rgb(198 238 219 / 0.25);
}
.text-brand-light\/30{
    color: rgb(198 238 219 / 0.3);
}
.text-brand-light\/35{
    color: rgb(198 238 219 / 0.35);
}
.text-brand-light\/40{
    color: rgb(198 238 219 / 0.4);
}
.text-brand-light\/45{
    color: rgb(198 238 219 / 0.45);
}
.text-brand-light\/5{
    color: rgb(198 238 219 / 0.05);
}
.text-brand-light\/50{
    color: rgb(198 238 219 / 0.5);
}
.text-brand-light\/55{
    color: rgb(198 238 219 / 0.55);
}
.text-brand-light\/60{
    color: rgb(198 238 219 / 0.6);
}
.text-brand-light\/65{
    color: rgb(198 238 219 / 0.65);
}
.text-brand-light\/70{
    color: rgb(198 238 219 / 0.7);
}
.text-brand-light\/75{
    color: rgb(198 238 219 / 0.75);
}
.text-brand-light\/80{
    color: rgb(198 238 219 / 0.8);
}
.text-brand-light\/85{
    color: rgb(198 238 219 / 0.85);
}
.text-brand-light\/90{
    color: rgb(198 238 219 / 0.9);
}
.text-brand-light\/95{
    color: rgb(198 238 219 / 0.95);
}
.text-emerald-100{
    --tw-text-opacity: 1;
    color: rgb(209 250 229 / var(--tw-text-opacity));
}
.text-emerald-400{
    --tw-text-opacity: 1;
    color: rgb(52 211 153 / var(--tw-text-opacity));
}
.text-error{
    --tw-text-opacity: 1;
    color: rgb(255 60 60 / var(--tw-text-opacity));
}
.text-error-10{
    --tw-text-opacity: 1;
    color: rgb(41 21 21 / var(--tw-text-opacity));
}
.text-error-10\/0{
    color: rgb(41 21 21 / 0);
}
.text-error-10\/10{
    color: rgb(41 21 21 / 0.1);
}
.text-error-10\/100{
    color: rgb(41 21 21 / 1);
}
.text-error-10\/15{
    color: rgb(41 21 21 / 0.15);
}
.text-error-10\/20{
    color: rgb(41 21 21 / 0.2);
}
.text-error-10\/25{
    color: rgb(41 21 21 / 0.25);
}
.text-error-10\/30{
    color: rgb(41 21 21 / 0.3);
}
.text-error-10\/35{
    color: rgb(41 21 21 / 0.35);
}
.text-error-10\/40{
    color: rgb(41 21 21 / 0.4);
}
.text-error-10\/45{
    color: rgb(41 21 21 / 0.45);
}
.text-error-10\/5{
    color: rgb(41 21 21 / 0.05);
}
.text-error-10\/50{
    color: rgb(41 21 21 / 0.5);
}
.text-error-10\/55{
    color: rgb(41 21 21 / 0.55);
}
.text-error-10\/60{
    color: rgb(41 21 21 / 0.6);
}
.text-error-10\/65{
    color: rgb(41 21 21 / 0.65);
}
.text-error-10\/70{
    color: rgb(41 21 21 / 0.7);
}
.text-error-10\/75{
    color: rgb(41 21 21 / 0.75);
}
.text-error-10\/80{
    color: rgb(41 21 21 / 0.8);
}
.text-error-10\/85{
    color: rgb(41 21 21 / 0.85);
}
.text-error-10\/90{
    color: rgb(41 21 21 / 0.9);
}
.text-error-10\/95{
    color: rgb(41 21 21 / 0.95);
}
.text-error-100{
    --tw-text-opacity: 1;
    color: rgb(255 199 199 / var(--tw-text-opacity));
}
.text-error-100\/0{
    color: rgb(255 199 199 / 0);
}
.text-error-100\/10{
    color: rgb(255 199 199 / 0.1);
}
.text-error-100\/100{
    color: rgb(255 199 199 / 1);
}
.text-error-100\/15{
    color: rgb(255 199 199 / 0.15);
}
.text-error-100\/20{
    color: rgb(255 199 199 / 0.2);
}
.text-error-100\/25{
    color: rgb(255 199 199 / 0.25);
}
.text-error-100\/30{
    color: rgb(255 199 199 / 0.3);
}
.text-error-100\/35{
    color: rgb(255 199 199 / 0.35);
}
.text-error-100\/40{
    color: rgb(255 199 199 / 0.4);
}
.text-error-100\/45{
    color: rgb(255 199 199 / 0.45);
}
.text-error-100\/5{
    color: rgb(255 199 199 / 0.05);
}
.text-error-100\/50{
    color: rgb(255 199 199 / 0.5);
}
.text-error-100\/55{
    color: rgb(255 199 199 / 0.55);
}
.text-error-100\/60{
    color: rgb(255 199 199 / 0.6);
}
.text-error-100\/65{
    color: rgb(255 199 199 / 0.65);
}
.text-error-100\/70{
    color: rgb(255 199 199 / 0.7);
}
.text-error-100\/75{
    color: rgb(255 199 199 / 0.75);
}
.text-error-100\/80{
    color: rgb(255 199 199 / 0.8);
}
.text-error-100\/85{
    color: rgb(255 199 199 / 0.85);
}
.text-error-100\/90{
    color: rgb(255 199 199 / 0.9);
}
.text-error-100\/95{
    color: rgb(255 199 199 / 0.95);
}
.text-error-15{
    --tw-text-opacity: 1;
    color: rgb(53 23 23 / var(--tw-text-opacity));
}
.text-error-15\/0{
    color: rgb(53 23 23 / 0);
}
.text-error-15\/10{
    color: rgb(53 23 23 / 0.1);
}
.text-error-15\/100{
    color: rgb(53 23 23 / 1);
}
.text-error-15\/15{
    color: rgb(53 23 23 / 0.15);
}
.text-error-15\/20{
    color: rgb(53 23 23 / 0.2);
}
.text-error-15\/25{
    color: rgb(53 23 23 / 0.25);
}
.text-error-15\/30{
    color: rgb(53 23 23 / 0.3);
}
.text-error-15\/35{
    color: rgb(53 23 23 / 0.35);
}
.text-error-15\/40{
    color: rgb(53 23 23 / 0.4);
}
.text-error-15\/45{
    color: rgb(53 23 23 / 0.45);
}
.text-error-15\/5{
    color: rgb(53 23 23 / 0.05);
}
.text-error-15\/50{
    color: rgb(53 23 23 / 0.5);
}
.text-error-15\/55{
    color: rgb(53 23 23 / 0.55);
}
.text-error-15\/60{
    color: rgb(53 23 23 / 0.6);
}
.text-error-15\/65{
    color: rgb(53 23 23 / 0.65);
}
.text-error-15\/70{
    color: rgb(53 23 23 / 0.7);
}
.text-error-15\/75{
    color: rgb(53 23 23 / 0.75);
}
.text-error-15\/80{
    color: rgb(53 23 23 / 0.8);
}
.text-error-15\/85{
    color: rgb(53 23 23 / 0.85);
}
.text-error-15\/90{
    color: rgb(53 23 23 / 0.9);
}
.text-error-15\/95{
    color: rgb(53 23 23 / 0.95);
}
.text-error-20{
    --tw-text-opacity: 1;
    color: rgb(60 25 25 / var(--tw-text-opacity));
}
.text-error-20\/0{
    color: rgb(60 25 25 / 0);
}
.text-error-20\/10{
    color: rgb(60 25 25 / 0.1);
}
.text-error-20\/100{
    color: rgb(60 25 25 / 1);
}
.text-error-20\/15{
    color: rgb(60 25 25 / 0.15);
}
.text-error-20\/20{
    color: rgb(60 25 25 / 0.2);
}
.text-error-20\/25{
    color: rgb(60 25 25 / 0.25);
}
.text-error-20\/30{
    color: rgb(60 25 25 / 0.3);
}
.text-error-20\/35{
    color: rgb(60 25 25 / 0.35);
}
.text-error-20\/40{
    color: rgb(60 25 25 / 0.4);
}
.text-error-20\/45{
    color: rgb(60 25 25 / 0.45);
}
.text-error-20\/5{
    color: rgb(60 25 25 / 0.05);
}
.text-error-20\/50{
    color: rgb(60 25 25 / 0.5);
}
.text-error-20\/55{
    color: rgb(60 25 25 / 0.55);
}
.text-error-20\/60{
    color: rgb(60 25 25 / 0.6);
}
.text-error-20\/65{
    color: rgb(60 25 25 / 0.65);
}
.text-error-20\/70{
    color: rgb(60 25 25 / 0.7);
}
.text-error-20\/75{
    color: rgb(60 25 25 / 0.75);
}
.text-error-20\/80{
    color: rgb(60 25 25 / 0.8);
}
.text-error-20\/85{
    color: rgb(60 25 25 / 0.85);
}
.text-error-20\/90{
    color: rgb(60 25 25 / 0.9);
}
.text-error-20\/95{
    color: rgb(60 25 25 / 0.95);
}
.text-error-5{
    --tw-text-opacity: 1;
    color: rgb(29 19 19 / var(--tw-text-opacity));
}
.text-error-5\/0{
    color: rgb(29 19 19 / 0);
}
.text-error-5\/10{
    color: rgb(29 19 19 / 0.1);
}
.text-error-5\/100{
    color: rgb(29 19 19 / 1);
}
.text-error-5\/15{
    color: rgb(29 19 19 / 0.15);
}
.text-error-5\/20{
    color: rgb(29 19 19 / 0.2);
}
.text-error-5\/25{
    color: rgb(29 19 19 / 0.25);
}
.text-error-5\/30{
    color: rgb(29 19 19 / 0.3);
}
.text-error-5\/35{
    color: rgb(29 19 19 / 0.35);
}
.text-error-5\/40{
    color: rgb(29 19 19 / 0.4);
}
.text-error-5\/45{
    color: rgb(29 19 19 / 0.45);
}
.text-error-5\/5{
    color: rgb(29 19 19 / 0.05);
}
.text-error-5\/50{
    color: rgb(29 19 19 / 0.5);
}
.text-error-5\/55{
    color: rgb(29 19 19 / 0.55);
}
.text-error-5\/60{
    color: rgb(29 19 19 / 0.6);
}
.text-error-5\/65{
    color: rgb(29 19 19 / 0.65);
}
.text-error-5\/70{
    color: rgb(29 19 19 / 0.7);
}
.text-error-5\/75{
    color: rgb(29 19 19 / 0.75);
}
.text-error-5\/80{
    color: rgb(29 19 19 / 0.8);
}
.text-error-5\/85{
    color: rgb(29 19 19 / 0.85);
}
.text-error-5\/90{
    color: rgb(29 19 19 / 0.9);
}
.text-error-5\/95{
    color: rgb(29 19 19 / 0.95);
}
.text-error-500{
    --tw-text-opacity: 1;
    color: rgb(255 60 60 / var(--tw-text-opacity));
}
.text-error-500\/0{
    color: rgb(255 60 60 / 0);
}
.text-error-500\/10{
    color: rgb(255 60 60 / 0.1);
}
.text-error-500\/100{
    color: rgb(255 60 60 / 1);
}
.text-error-500\/15{
    color: rgb(255 60 60 / 0.15);
}
.text-error-500\/20{
    color: rgb(255 60 60 / 0.2);
}
.text-error-500\/25{
    color: rgb(255 60 60 / 0.25);
}
.text-error-500\/30{
    color: rgb(255 60 60 / 0.3);
}
.text-error-500\/35{
    color: rgb(255 60 60 / 0.35);
}
.text-error-500\/40{
    color: rgb(255 60 60 / 0.4);
}
.text-error-500\/45{
    color: rgb(255 60 60 / 0.45);
}
.text-error-500\/5{
    color: rgb(255 60 60 / 0.05);
}
.text-error-500\/50{
    color: rgb(255 60 60 / 0.5);
}
.text-error-500\/55{
    color: rgb(255 60 60 / 0.55);
}
.text-error-500\/60{
    color: rgb(255 60 60 / 0.6);
}
.text-error-500\/65{
    color: rgb(255 60 60 / 0.65);
}
.text-error-500\/70{
    color: rgb(255 60 60 / 0.7);
}
.text-error-500\/75{
    color: rgb(255 60 60 / 0.75);
}
.text-error-500\/80{
    color: rgb(255 60 60 / 0.8);
}
.text-error-500\/85{
    color: rgb(255 60 60 / 0.85);
}
.text-error-500\/90{
    color: rgb(255 60 60 / 0.9);
}
.text-error-500\/95{
    color: rgb(255 60 60 / 0.95);
}
.text-error-900{
    --tw-text-opacity: 1;
    color: rgb(60 25 25 / var(--tw-text-opacity));
}
.text-error-900\/0{
    color: rgb(60 25 25 / 0);
}
.text-error-900\/10{
    color: rgb(60 25 25 / 0.1);
}
.text-error-900\/100{
    color: rgb(60 25 25 / 1);
}
.text-error-900\/15{
    color: rgb(60 25 25 / 0.15);
}
.text-error-900\/20{
    color: rgb(60 25 25 / 0.2);
}
.text-error-900\/25{
    color: rgb(60 25 25 / 0.25);
}
.text-error-900\/30{
    color: rgb(60 25 25 / 0.3);
}
.text-error-900\/35{
    color: rgb(60 25 25 / 0.35);
}
.text-error-900\/40{
    color: rgb(60 25 25 / 0.4);
}
.text-error-900\/45{
    color: rgb(60 25 25 / 0.45);
}
.text-error-900\/5{
    color: rgb(60 25 25 / 0.05);
}
.text-error-900\/50{
    color: rgb(60 25 25 / 0.5);
}
.text-error-900\/55{
    color: rgb(60 25 25 / 0.55);
}
.text-error-900\/60{
    color: rgb(60 25 25 / 0.6);
}
.text-error-900\/65{
    color: rgb(60 25 25 / 0.65);
}
.text-error-900\/70{
    color: rgb(60 25 25 / 0.7);
}
.text-error-900\/75{
    color: rgb(60 25 25 / 0.75);
}
.text-error-900\/80{
    color: rgb(60 25 25 / 0.8);
}
.text-error-900\/85{
    color: rgb(60 25 25 / 0.85);
}
.text-error-900\/90{
    color: rgb(60 25 25 / 0.9);
}
.text-error-900\/95{
    color: rgb(60 25 25 / 0.95);
}
.text-error-light{
    --tw-text-opacity: 1;
    color: rgb(255 199 199 / var(--tw-text-opacity));
}
.text-error-light\/0{
    color: rgb(255 199 199 / 0);
}
.text-error-light\/10{
    color: rgb(255 199 199 / 0.1);
}
.text-error-light\/100{
    color: rgb(255 199 199 / 1);
}
.text-error-light\/15{
    color: rgb(255 199 199 / 0.15);
}
.text-error-light\/20{
    color: rgb(255 199 199 / 0.2);
}
.text-error-light\/25{
    color: rgb(255 199 199 / 0.25);
}
.text-error-light\/30{
    color: rgb(255 199 199 / 0.3);
}
.text-error-light\/35{
    color: rgb(255 199 199 / 0.35);
}
.text-error-light\/40{
    color: rgb(255 199 199 / 0.4);
}
.text-error-light\/45{
    color: rgb(255 199 199 / 0.45);
}
.text-error-light\/5{
    color: rgb(255 199 199 / 0.05);
}
.text-error-light\/50{
    color: rgb(255 199 199 / 0.5);
}
.text-error-light\/55{
    color: rgb(255 199 199 / 0.55);
}
.text-error-light\/60{
    color: rgb(255 199 199 / 0.6);
}
.text-error-light\/65{
    color: rgb(255 199 199 / 0.65);
}
.text-error-light\/70{
    color: rgb(255 199 199 / 0.7);
}
.text-error-light\/75{
    color: rgb(255 199 199 / 0.75);
}
.text-error-light\/80{
    color: rgb(255 199 199 / 0.8);
}
.text-error-light\/85{
    color: rgb(255 199 199 / 0.85);
}
.text-error-light\/90{
    color: rgb(255 199 199 / 0.9);
}
.text-error-light\/95{
    color: rgb(255 199 199 / 0.95);
}
.text-error\/0{
    color: rgb(255 60 60 / 0);
}
.text-error\/10{
    color: rgb(255 60 60 / 0.1);
}
.text-error\/100{
    color: rgb(255 60 60 / 1);
}
.text-error\/15{
    color: rgb(255 60 60 / 0.15);
}
.text-error\/20{
    color: rgb(255 60 60 / 0.2);
}
.text-error\/25{
    color: rgb(255 60 60 / 0.25);
}
.text-error\/30{
    color: rgb(255 60 60 / 0.3);
}
.text-error\/35{
    color: rgb(255 60 60 / 0.35);
}
.text-error\/40{
    color: rgb(255 60 60 / 0.4);
}
.text-error\/45{
    color: rgb(255 60 60 / 0.45);
}
.text-error\/5{
    color: rgb(255 60 60 / 0.05);
}
.text-error\/50{
    color: rgb(255 60 60 / 0.5);
}
.text-error\/55{
    color: rgb(255 60 60 / 0.55);
}
.text-error\/60{
    color: rgb(255 60 60 / 0.6);
}
.text-error\/65{
    color: rgb(255 60 60 / 0.65);
}
.text-error\/70{
    color: rgb(255 60 60 / 0.7);
}
.text-error\/75{
    color: rgb(255 60 60 / 0.75);
}
.text-error\/80{
    color: rgb(255 60 60 / 0.8);
}
.text-error\/85{
    color: rgb(255 60 60 / 0.85);
}
.text-error\/90{
    color: rgb(255 60 60 / 0.9);
}
.text-error\/95{
    color: rgb(255 60 60 / 0.95);
}
.text-gray-200{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-green-200{
    --tw-text-opacity: 1;
    color: rgb(187 247 208 / var(--tw-text-opacity));
}
.text-grey{
    --tw-text-opacity: 1;
    color: rgb(121 121 121 / var(--tw-text-opacity));
}
.text-grey-lighter{
    --tw-text-opacity: 1;
    color: rgb(214 214 214 / var(--tw-text-opacity));
}
.text-neutral-300{
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity));
}
.text-occupied{
    --tw-text-opacity: 1;
    color: rgb(254 245 86 / var(--tw-text-opacity));
}
.text-pending{
    --tw-text-opacity: 1;
    color: rgb(251 249 206 / var(--tw-text-opacity));
}
.text-primary{
    --tw-text-opacity: 1;
    color: rgb(72 229 155 / var(--tw-text-opacity));
}
.text-primary-20{
    --tw-text-opacity: 1;
    color: rgb(28 59 45 / var(--tw-text-opacity));
}
.text-primary-20\/0{
    color: rgb(28 59 45 / 0);
}
.text-primary-20\/10{
    color: rgb(28 59 45 / 0.1);
}
.text-primary-20\/100{
    color: rgb(28 59 45 / 1);
}
.text-primary-20\/15{
    color: rgb(28 59 45 / 0.15);
}
.text-primary-20\/20{
    color: rgb(28 59 45 / 0.2);
}
.text-primary-20\/25{
    color: rgb(28 59 45 / 0.25);
}
.text-primary-20\/30{
    color: rgb(28 59 45 / 0.3);
}
.text-primary-20\/35{
    color: rgb(28 59 45 / 0.35);
}
.text-primary-20\/40{
    color: rgb(28 59 45 / 0.4);
}
.text-primary-20\/45{
    color: rgb(28 59 45 / 0.45);
}
.text-primary-20\/5{
    color: rgb(28 59 45 / 0.05);
}
.text-primary-20\/50{
    color: rgb(28 59 45 / 0.5);
}
.text-primary-20\/55{
    color: rgb(28 59 45 / 0.55);
}
.text-primary-20\/60{
    color: rgb(28 59 45 / 0.6);
}
.text-primary-20\/65{
    color: rgb(28 59 45 / 0.65);
}
.text-primary-20\/70{
    color: rgb(28 59 45 / 0.7);
}
.text-primary-20\/75{
    color: rgb(28 59 45 / 0.75);
}
.text-primary-20\/80{
    color: rgb(28 59 45 / 0.8);
}
.text-primary-20\/85{
    color: rgb(28 59 45 / 0.85);
}
.text-primary-20\/90{
    color: rgb(28 59 45 / 0.9);
}
.text-primary-20\/95{
    color: rgb(28 59 45 / 0.95);
}
.text-primary-200{
    --tw-text-opacity: 1;
    color: rgb(198 238 219 / var(--tw-text-opacity));
}
.text-primary-200\/0{
    color: rgb(198 238 219 / 0);
}
.text-primary-200\/10{
    color: rgb(198 238 219 / 0.1);
}
.text-primary-200\/100{
    color: rgb(198 238 219 / 1);
}
.text-primary-200\/15{
    color: rgb(198 238 219 / 0.15);
}
.text-primary-200\/20{
    color: rgb(198 238 219 / 0.2);
}
.text-primary-200\/25{
    color: rgb(198 238 219 / 0.25);
}
.text-primary-200\/30{
    color: rgb(198 238 219 / 0.3);
}
.text-primary-200\/35{
    color: rgb(198 238 219 / 0.35);
}
.text-primary-200\/40{
    color: rgb(198 238 219 / 0.4);
}
.text-primary-200\/45{
    color: rgb(198 238 219 / 0.45);
}
.text-primary-200\/5{
    color: rgb(198 238 219 / 0.05);
}
.text-primary-200\/50{
    color: rgb(198 238 219 / 0.5);
}
.text-primary-200\/55{
    color: rgb(198 238 219 / 0.55);
}
.text-primary-200\/60{
    color: rgb(198 238 219 / 0.6);
}
.text-primary-200\/65{
    color: rgb(198 238 219 / 0.65);
}
.text-primary-200\/70{
    color: rgb(198 238 219 / 0.7);
}
.text-primary-200\/75{
    color: rgb(198 238 219 / 0.75);
}
.text-primary-200\/80{
    color: rgb(198 238 219 / 0.8);
}
.text-primary-200\/85{
    color: rgb(198 238 219 / 0.85);
}
.text-primary-200\/90{
    color: rgb(198 238 219 / 0.9);
}
.text-primary-200\/95{
    color: rgb(198 238 219 / 0.95);
}
.text-primary-5{
    --tw-text-opacity: 1;
    color: rgb(20 28 24 / var(--tw-text-opacity));
}
.text-primary-5\/0{
    color: rgb(20 28 24 / 0);
}
.text-primary-5\/10{
    color: rgb(20 28 24 / 0.1);
}
.text-primary-5\/100{
    color: rgb(20 28 24 / 1);
}
.text-primary-5\/15{
    color: rgb(20 28 24 / 0.15);
}
.text-primary-5\/20{
    color: rgb(20 28 24 / 0.2);
}
.text-primary-5\/25{
    color: rgb(20 28 24 / 0.25);
}
.text-primary-5\/30{
    color: rgb(20 28 24 / 0.3);
}
.text-primary-5\/35{
    color: rgb(20 28 24 / 0.35);
}
.text-primary-5\/40{
    color: rgb(20 28 24 / 0.4);
}
.text-primary-5\/45{
    color: rgb(20 28 24 / 0.45);
}
.text-primary-5\/5{
    color: rgb(20 28 24 / 0.05);
}
.text-primary-5\/50{
    color: rgb(20 28 24 / 0.5);
}
.text-primary-5\/55{
    color: rgb(20 28 24 / 0.55);
}
.text-primary-5\/60{
    color: rgb(20 28 24 / 0.6);
}
.text-primary-5\/65{
    color: rgb(20 28 24 / 0.65);
}
.text-primary-5\/70{
    color: rgb(20 28 24 / 0.7);
}
.text-primary-5\/75{
    color: rgb(20 28 24 / 0.75);
}
.text-primary-5\/80{
    color: rgb(20 28 24 / 0.8);
}
.text-primary-5\/85{
    color: rgb(20 28 24 / 0.85);
}
.text-primary-5\/90{
    color: rgb(20 28 24 / 0.9);
}
.text-primary-5\/95{
    color: rgb(20 28 24 / 0.95);
}
.text-primary-500{
    --tw-text-opacity: 1;
    color: rgb(72 229 155 / var(--tw-text-opacity));
}
.text-primary-500\/0{
    color: rgb(72 229 155 / 0);
}
.text-primary-500\/10{
    color: rgb(72 229 155 / 0.1);
}
.text-primary-500\/100{
    color: rgb(72 229 155 / 1);
}
.text-primary-500\/15{
    color: rgb(72 229 155 / 0.15);
}
.text-primary-500\/20{
    color: rgb(72 229 155 / 0.2);
}
.text-primary-500\/25{
    color: rgb(72 229 155 / 0.25);
}
.text-primary-500\/30{
    color: rgb(72 229 155 / 0.3);
}
.text-primary-500\/35{
    color: rgb(72 229 155 / 0.35);
}
.text-primary-500\/40{
    color: rgb(72 229 155 / 0.4);
}
.text-primary-500\/45{
    color: rgb(72 229 155 / 0.45);
}
.text-primary-500\/5{
    color: rgb(72 229 155 / 0.05);
}
.text-primary-500\/50{
    color: rgb(72 229 155 / 0.5);
}
.text-primary-500\/55{
    color: rgb(72 229 155 / 0.55);
}
.text-primary-500\/60{
    color: rgb(72 229 155 / 0.6);
}
.text-primary-500\/65{
    color: rgb(72 229 155 / 0.65);
}
.text-primary-500\/70{
    color: rgb(72 229 155 / 0.7);
}
.text-primary-500\/75{
    color: rgb(72 229 155 / 0.75);
}
.text-primary-500\/80{
    color: rgb(72 229 155 / 0.8);
}
.text-primary-500\/85{
    color: rgb(72 229 155 / 0.85);
}
.text-primary-500\/90{
    color: rgb(72 229 155 / 0.9);
}
.text-primary-500\/95{
    color: rgb(72 229 155 / 0.95);
}
.text-primary-60{
    --tw-text-opacity: 1;
    color: rgb(57 155 109 / var(--tw-text-opacity));
}
.text-primary-60\/0{
    color: rgb(57 155 109 / 0);
}
.text-primary-60\/10{
    color: rgb(57 155 109 / 0.1);
}
.text-primary-60\/100{
    color: rgb(57 155 109 / 1);
}
.text-primary-60\/15{
    color: rgb(57 155 109 / 0.15);
}
.text-primary-60\/20{
    color: rgb(57 155 109 / 0.2);
}
.text-primary-60\/25{
    color: rgb(57 155 109 / 0.25);
}
.text-primary-60\/30{
    color: rgb(57 155 109 / 0.3);
}
.text-primary-60\/35{
    color: rgb(57 155 109 / 0.35);
}
.text-primary-60\/40{
    color: rgb(57 155 109 / 0.4);
}
.text-primary-60\/45{
    color: rgb(57 155 109 / 0.45);
}
.text-primary-60\/5{
    color: rgb(57 155 109 / 0.05);
}
.text-primary-60\/50{
    color: rgb(57 155 109 / 0.5);
}
.text-primary-60\/55{
    color: rgb(57 155 109 / 0.55);
}
.text-primary-60\/60{
    color: rgb(57 155 109 / 0.6);
}
.text-primary-60\/65{
    color: rgb(57 155 109 / 0.65);
}
.text-primary-60\/70{
    color: rgb(57 155 109 / 0.7);
}
.text-primary-60\/75{
    color: rgb(57 155 109 / 0.75);
}
.text-primary-60\/80{
    color: rgb(57 155 109 / 0.8);
}
.text-primary-60\/85{
    color: rgb(57 155 109 / 0.85);
}
.text-primary-60\/90{
    color: rgb(57 155 109 / 0.9);
}
.text-primary-60\/95{
    color: rgb(57 155 109 / 0.95);
}
.text-primary-600{
    --tw-text-opacity: 1;
    color: rgb(61 187 127 / var(--tw-text-opacity));
}
.text-primary-600\/0{
    color: rgb(61 187 127 / 0);
}
.text-primary-600\/10{
    color: rgb(61 187 127 / 0.1);
}
.text-primary-600\/100{
    color: rgb(61 187 127 / 1);
}
.text-primary-600\/15{
    color: rgb(61 187 127 / 0.15);
}
.text-primary-600\/20{
    color: rgb(61 187 127 / 0.2);
}
.text-primary-600\/25{
    color: rgb(61 187 127 / 0.25);
}
.text-primary-600\/30{
    color: rgb(61 187 127 / 0.3);
}
.text-primary-600\/35{
    color: rgb(61 187 127 / 0.35);
}
.text-primary-600\/40{
    color: rgb(61 187 127 / 0.4);
}
.text-primary-600\/45{
    color: rgb(61 187 127 / 0.45);
}
.text-primary-600\/5{
    color: rgb(61 187 127 / 0.05);
}
.text-primary-600\/50{
    color: rgb(61 187 127 / 0.5);
}
.text-primary-600\/55{
    color: rgb(61 187 127 / 0.55);
}
.text-primary-600\/60{
    color: rgb(61 187 127 / 0.6);
}
.text-primary-600\/65{
    color: rgb(61 187 127 / 0.65);
}
.text-primary-600\/70{
    color: rgb(61 187 127 / 0.7);
}
.text-primary-600\/75{
    color: rgb(61 187 127 / 0.75);
}
.text-primary-600\/80{
    color: rgb(61 187 127 / 0.8);
}
.text-primary-600\/85{
    color: rgb(61 187 127 / 0.85);
}
.text-primary-600\/90{
    color: rgb(61 187 127 / 0.9);
}
.text-primary-600\/95{
    color: rgb(61 187 127 / 0.95);
}
.text-primary-700{
    --tw-text-opacity: 1;
    color: rgb(57 155 109 / var(--tw-text-opacity));
}
.text-primary-700\/0{
    color: rgb(57 155 109 / 0);
}
.text-primary-700\/10{
    color: rgb(57 155 109 / 0.1);
}
.text-primary-700\/100{
    color: rgb(57 155 109 / 1);
}
.text-primary-700\/15{
    color: rgb(57 155 109 / 0.15);
}
.text-primary-700\/20{
    color: rgb(57 155 109 / 0.2);
}
.text-primary-700\/25{
    color: rgb(57 155 109 / 0.25);
}
.text-primary-700\/30{
    color: rgb(57 155 109 / 0.3);
}
.text-primary-700\/35{
    color: rgb(57 155 109 / 0.35);
}
.text-primary-700\/40{
    color: rgb(57 155 109 / 0.4);
}
.text-primary-700\/45{
    color: rgb(57 155 109 / 0.45);
}
.text-primary-700\/5{
    color: rgb(57 155 109 / 0.05);
}
.text-primary-700\/50{
    color: rgb(57 155 109 / 0.5);
}
.text-primary-700\/55{
    color: rgb(57 155 109 / 0.55);
}
.text-primary-700\/60{
    color: rgb(57 155 109 / 0.6);
}
.text-primary-700\/65{
    color: rgb(57 155 109 / 0.65);
}
.text-primary-700\/70{
    color: rgb(57 155 109 / 0.7);
}
.text-primary-700\/75{
    color: rgb(57 155 109 / 0.75);
}
.text-primary-700\/80{
    color: rgb(57 155 109 / 0.8);
}
.text-primary-700\/85{
    color: rgb(57 155 109 / 0.85);
}
.text-primary-700\/90{
    color: rgb(57 155 109 / 0.9);
}
.text-primary-700\/95{
    color: rgb(57 155 109 / 0.95);
}
.text-primary-80{
    --tw-text-opacity: 1;
    color: rgb(61 187 127 / var(--tw-text-opacity));
}
.text-primary-80\/0{
    color: rgb(61 187 127 / 0);
}
.text-primary-80\/10{
    color: rgb(61 187 127 / 0.1);
}
.text-primary-80\/100{
    color: rgb(61 187 127 / 1);
}
.text-primary-80\/15{
    color: rgb(61 187 127 / 0.15);
}
.text-primary-80\/20{
    color: rgb(61 187 127 / 0.2);
}
.text-primary-80\/25{
    color: rgb(61 187 127 / 0.25);
}
.text-primary-80\/30{
    color: rgb(61 187 127 / 0.3);
}
.text-primary-80\/35{
    color: rgb(61 187 127 / 0.35);
}
.text-primary-80\/40{
    color: rgb(61 187 127 / 0.4);
}
.text-primary-80\/45{
    color: rgb(61 187 127 / 0.45);
}
.text-primary-80\/5{
    color: rgb(61 187 127 / 0.05);
}
.text-primary-80\/50{
    color: rgb(61 187 127 / 0.5);
}
.text-primary-80\/55{
    color: rgb(61 187 127 / 0.55);
}
.text-primary-80\/60{
    color: rgb(61 187 127 / 0.6);
}
.text-primary-80\/65{
    color: rgb(61 187 127 / 0.65);
}
.text-primary-80\/70{
    color: rgb(61 187 127 / 0.7);
}
.text-primary-80\/75{
    color: rgb(61 187 127 / 0.75);
}
.text-primary-80\/80{
    color: rgb(61 187 127 / 0.8);
}
.text-primary-80\/85{
    color: rgb(61 187 127 / 0.85);
}
.text-primary-80\/90{
    color: rgb(61 187 127 / 0.9);
}
.text-primary-80\/95{
    color: rgb(61 187 127 / 0.95);
}
.text-primary-800{
    --tw-text-opacity: 1;
    color: rgb(10 68 41 / var(--tw-text-opacity));
}
.text-primary-800\/0{
    color: rgb(10 68 41 / 0);
}
.text-primary-800\/10{
    color: rgb(10 68 41 / 0.1);
}
.text-primary-800\/100{
    color: rgb(10 68 41 / 1);
}
.text-primary-800\/15{
    color: rgb(10 68 41 / 0.15);
}
.text-primary-800\/20{
    color: rgb(10 68 41 / 0.2);
}
.text-primary-800\/25{
    color: rgb(10 68 41 / 0.25);
}
.text-primary-800\/30{
    color: rgb(10 68 41 / 0.3);
}
.text-primary-800\/35{
    color: rgb(10 68 41 / 0.35);
}
.text-primary-800\/40{
    color: rgb(10 68 41 / 0.4);
}
.text-primary-800\/45{
    color: rgb(10 68 41 / 0.45);
}
.text-primary-800\/5{
    color: rgb(10 68 41 / 0.05);
}
.text-primary-800\/50{
    color: rgb(10 68 41 / 0.5);
}
.text-primary-800\/55{
    color: rgb(10 68 41 / 0.55);
}
.text-primary-800\/60{
    color: rgb(10 68 41 / 0.6);
}
.text-primary-800\/65{
    color: rgb(10 68 41 / 0.65);
}
.text-primary-800\/70{
    color: rgb(10 68 41 / 0.7);
}
.text-primary-800\/75{
    color: rgb(10 68 41 / 0.75);
}
.text-primary-800\/80{
    color: rgb(10 68 41 / 0.8);
}
.text-primary-800\/85{
    color: rgb(10 68 41 / 0.85);
}
.text-primary-800\/90{
    color: rgb(10 68 41 / 0.9);
}
.text-primary-800\/95{
    color: rgb(10 68 41 / 0.95);
}
.text-primary-900{
    --tw-text-opacity: 1;
    color: rgb(28 59 45 / var(--tw-text-opacity));
}
.text-primary-900\/0{
    color: rgb(28 59 45 / 0);
}
.text-primary-900\/10{
    color: rgb(28 59 45 / 0.1);
}
.text-primary-900\/100{
    color: rgb(28 59 45 / 1);
}
.text-primary-900\/15{
    color: rgb(28 59 45 / 0.15);
}
.text-primary-900\/20{
    color: rgb(28 59 45 / 0.2);
}
.text-primary-900\/25{
    color: rgb(28 59 45 / 0.25);
}
.text-primary-900\/30{
    color: rgb(28 59 45 / 0.3);
}
.text-primary-900\/35{
    color: rgb(28 59 45 / 0.35);
}
.text-primary-900\/40{
    color: rgb(28 59 45 / 0.4);
}
.text-primary-900\/45{
    color: rgb(28 59 45 / 0.45);
}
.text-primary-900\/5{
    color: rgb(28 59 45 / 0.05);
}
.text-primary-900\/50{
    color: rgb(28 59 45 / 0.5);
}
.text-primary-900\/55{
    color: rgb(28 59 45 / 0.55);
}
.text-primary-900\/60{
    color: rgb(28 59 45 / 0.6);
}
.text-primary-900\/65{
    color: rgb(28 59 45 / 0.65);
}
.text-primary-900\/70{
    color: rgb(28 59 45 / 0.7);
}
.text-primary-900\/75{
    color: rgb(28 59 45 / 0.75);
}
.text-primary-900\/80{
    color: rgb(28 59 45 / 0.8);
}
.text-primary-900\/85{
    color: rgb(28 59 45 / 0.85);
}
.text-primary-900\/90{
    color: rgb(28 59 45 / 0.9);
}
.text-primary-900\/95{
    color: rgb(28 59 45 / 0.95);
}
.text-primary-950{
    --tw-text-opacity: 1;
    color: rgb(20 28 24 / var(--tw-text-opacity));
}
.text-primary-950\/0{
    color: rgb(20 28 24 / 0);
}
.text-primary-950\/10{
    color: rgb(20 28 24 / 0.1);
}
.text-primary-950\/100{
    color: rgb(20 28 24 / 1);
}
.text-primary-950\/15{
    color: rgb(20 28 24 / 0.15);
}
.text-primary-950\/20{
    color: rgb(20 28 24 / 0.2);
}
.text-primary-950\/25{
    color: rgb(20 28 24 / 0.25);
}
.text-primary-950\/30{
    color: rgb(20 28 24 / 0.3);
}
.text-primary-950\/35{
    color: rgb(20 28 24 / 0.35);
}
.text-primary-950\/40{
    color: rgb(20 28 24 / 0.4);
}
.text-primary-950\/45{
    color: rgb(20 28 24 / 0.45);
}
.text-primary-950\/5{
    color: rgb(20 28 24 / 0.05);
}
.text-primary-950\/50{
    color: rgb(20 28 24 / 0.5);
}
.text-primary-950\/55{
    color: rgb(20 28 24 / 0.55);
}
.text-primary-950\/60{
    color: rgb(20 28 24 / 0.6);
}
.text-primary-950\/65{
    color: rgb(20 28 24 / 0.65);
}
.text-primary-950\/70{
    color: rgb(20 28 24 / 0.7);
}
.text-primary-950\/75{
    color: rgb(20 28 24 / 0.75);
}
.text-primary-950\/80{
    color: rgb(20 28 24 / 0.8);
}
.text-primary-950\/85{
    color: rgb(20 28 24 / 0.85);
}
.text-primary-950\/90{
    color: rgb(20 28 24 / 0.9);
}
.text-primary-950\/95{
    color: rgb(20 28 24 / 0.95);
}
.text-primary-dark{
    --tw-text-opacity: 1;
    color: rgb(10 68 41 / var(--tw-text-opacity));
}
.text-primary-dark\/0{
    color: rgb(10 68 41 / 0);
}
.text-primary-dark\/10{
    color: rgb(10 68 41 / 0.1);
}
.text-primary-dark\/100{
    color: rgb(10 68 41 / 1);
}
.text-primary-dark\/15{
    color: rgb(10 68 41 / 0.15);
}
.text-primary-dark\/20{
    color: rgb(10 68 41 / 0.2);
}
.text-primary-dark\/25{
    color: rgb(10 68 41 / 0.25);
}
.text-primary-dark\/30{
    color: rgb(10 68 41 / 0.3);
}
.text-primary-dark\/35{
    color: rgb(10 68 41 / 0.35);
}
.text-primary-dark\/40{
    color: rgb(10 68 41 / 0.4);
}
.text-primary-dark\/45{
    color: rgb(10 68 41 / 0.45);
}
.text-primary-dark\/5{
    color: rgb(10 68 41 / 0.05);
}
.text-primary-dark\/50{
    color: rgb(10 68 41 / 0.5);
}
.text-primary-dark\/55{
    color: rgb(10 68 41 / 0.55);
}
.text-primary-dark\/60{
    color: rgb(10 68 41 / 0.6);
}
.text-primary-dark\/65{
    color: rgb(10 68 41 / 0.65);
}
.text-primary-dark\/70{
    color: rgb(10 68 41 / 0.7);
}
.text-primary-dark\/75{
    color: rgb(10 68 41 / 0.75);
}
.text-primary-dark\/80{
    color: rgb(10 68 41 / 0.8);
}
.text-primary-dark\/85{
    color: rgb(10 68 41 / 0.85);
}
.text-primary-dark\/90{
    color: rgb(10 68 41 / 0.9);
}
.text-primary-dark\/95{
    color: rgb(10 68 41 / 0.95);
}
.text-primary-light{
    --tw-text-opacity: 1;
    color: rgb(198 238 219 / var(--tw-text-opacity));
}
.text-primary-light\/0{
    color: rgb(198 238 219 / 0);
}
.text-primary-light\/10{
    color: rgb(198 238 219 / 0.1);
}
.text-primary-light\/100{
    color: rgb(198 238 219 / 1);
}
.text-primary-light\/15{
    color: rgb(198 238 219 / 0.15);
}
.text-primary-light\/20{
    color: rgb(198 238 219 / 0.2);
}
.text-primary-light\/25{
    color: rgb(198 238 219 / 0.25);
}
.text-primary-light\/30{
    color: rgb(198 238 219 / 0.3);
}
.text-primary-light\/35{
    color: rgb(198 238 219 / 0.35);
}
.text-primary-light\/40{
    color: rgb(198 238 219 / 0.4);
}
.text-primary-light\/45{
    color: rgb(198 238 219 / 0.45);
}
.text-primary-light\/5{
    color: rgb(198 238 219 / 0.05);
}
.text-primary-light\/50{
    color: rgb(198 238 219 / 0.5);
}
.text-primary-light\/55{
    color: rgb(198 238 219 / 0.55);
}
.text-primary-light\/60{
    color: rgb(198 238 219 / 0.6);
}
.text-primary-light\/65{
    color: rgb(198 238 219 / 0.65);
}
.text-primary-light\/70{
    color: rgb(198 238 219 / 0.7);
}
.text-primary-light\/75{
    color: rgb(198 238 219 / 0.75);
}
.text-primary-light\/80{
    color: rgb(198 238 219 / 0.8);
}
.text-primary-light\/85{
    color: rgb(198 238 219 / 0.85);
}
.text-primary-light\/90{
    color: rgb(198 238 219 / 0.9);
}
.text-primary-light\/95{
    color: rgb(198 238 219 / 0.95);
}
.text-primary\/0{
    color: rgb(72 229 155 / 0);
}
.text-primary\/10{
    color: rgb(72 229 155 / 0.1);
}
.text-primary\/100{
    color: rgb(72 229 155 / 1);
}
.text-primary\/15{
    color: rgb(72 229 155 / 0.15);
}
.text-primary\/20{
    color: rgb(72 229 155 / 0.2);
}
.text-primary\/25{
    color: rgb(72 229 155 / 0.25);
}
.text-primary\/30{
    color: rgb(72 229 155 / 0.3);
}
.text-primary\/35{
    color: rgb(72 229 155 / 0.35);
}
.text-primary\/40{
    color: rgb(72 229 155 / 0.4);
}
.text-primary\/45{
    color: rgb(72 229 155 / 0.45);
}
.text-primary\/5{
    color: rgb(72 229 155 / 0.05);
}
.text-primary\/50{
    color: rgb(72 229 155 / 0.5);
}
.text-primary\/55{
    color: rgb(72 229 155 / 0.55);
}
.text-primary\/60{
    color: rgb(72 229 155 / 0.6);
}
.text-primary\/65{
    color: rgb(72 229 155 / 0.65);
}
.text-primary\/70{
    color: rgb(72 229 155 / 0.7);
}
.text-primary\/75{
    color: rgb(72 229 155 / 0.75);
}
.text-primary\/80{
    color: rgb(72 229 155 / 0.8);
}
.text-primary\/85{
    color: rgb(72 229 155 / 0.85);
}
.text-primary\/90{
    color: rgb(72 229 155 / 0.9);
}
.text-primary\/95{
    color: rgb(72 229 155 / 0.95);
}
.text-secondary{
    --tw-text-opacity: 1;
    color: rgb(1 90 213 / var(--tw-text-opacity));
}
.text-secondary-500{
    --tw-text-opacity: 1;
    color: rgb(1 90 213 / var(--tw-text-opacity));
}
.text-secondary-500\/0{
    color: rgb(1 90 213 / 0);
}
.text-secondary-500\/10{
    color: rgb(1 90 213 / 0.1);
}
.text-secondary-500\/100{
    color: rgb(1 90 213 / 1);
}
.text-secondary-500\/15{
    color: rgb(1 90 213 / 0.15);
}
.text-secondary-500\/20{
    color: rgb(1 90 213 / 0.2);
}
.text-secondary-500\/25{
    color: rgb(1 90 213 / 0.25);
}
.text-secondary-500\/30{
    color: rgb(1 90 213 / 0.3);
}
.text-secondary-500\/35{
    color: rgb(1 90 213 / 0.35);
}
.text-secondary-500\/40{
    color: rgb(1 90 213 / 0.4);
}
.text-secondary-500\/45{
    color: rgb(1 90 213 / 0.45);
}
.text-secondary-500\/5{
    color: rgb(1 90 213 / 0.05);
}
.text-secondary-500\/50{
    color: rgb(1 90 213 / 0.5);
}
.text-secondary-500\/55{
    color: rgb(1 90 213 / 0.55);
}
.text-secondary-500\/60{
    color: rgb(1 90 213 / 0.6);
}
.text-secondary-500\/65{
    color: rgb(1 90 213 / 0.65);
}
.text-secondary-500\/70{
    color: rgb(1 90 213 / 0.7);
}
.text-secondary-500\/75{
    color: rgb(1 90 213 / 0.75);
}
.text-secondary-500\/80{
    color: rgb(1 90 213 / 0.8);
}
.text-secondary-500\/85{
    color: rgb(1 90 213 / 0.85);
}
.text-secondary-500\/90{
    color: rgb(1 90 213 / 0.9);
}
.text-secondary-500\/95{
    color: rgb(1 90 213 / 0.95);
}
.text-secondary\/0{
    color: rgb(1 90 213 / 0);
}
.text-secondary\/10{
    color: rgb(1 90 213 / 0.1);
}
.text-secondary\/100{
    color: rgb(1 90 213 / 1);
}
.text-secondary\/15{
    color: rgb(1 90 213 / 0.15);
}
.text-secondary\/20{
    color: rgb(1 90 213 / 0.2);
}
.text-secondary\/25{
    color: rgb(1 90 213 / 0.25);
}
.text-secondary\/30{
    color: rgb(1 90 213 / 0.3);
}
.text-secondary\/35{
    color: rgb(1 90 213 / 0.35);
}
.text-secondary\/40{
    color: rgb(1 90 213 / 0.4);
}
.text-secondary\/45{
    color: rgb(1 90 213 / 0.45);
}
.text-secondary\/5{
    color: rgb(1 90 213 / 0.05);
}
.text-secondary\/50{
    color: rgb(1 90 213 / 0.5);
}
.text-secondary\/55{
    color: rgb(1 90 213 / 0.55);
}
.text-secondary\/60{
    color: rgb(1 90 213 / 0.6);
}
.text-secondary\/65{
    color: rgb(1 90 213 / 0.65);
}
.text-secondary\/70{
    color: rgb(1 90 213 / 0.7);
}
.text-secondary\/75{
    color: rgb(1 90 213 / 0.75);
}
.text-secondary\/80{
    color: rgb(1 90 213 / 0.8);
}
.text-secondary\/85{
    color: rgb(1 90 213 / 0.85);
}
.text-secondary\/90{
    color: rgb(1 90 213 / 0.9);
}
.text-secondary\/95{
    color: rgb(1 90 213 / 0.95);
}
.text-slate-100\/90{
    color: rgb(241 245 249 / 0.9);
}
.text-transparent{
    color: transparent;
}
.text-warning{
    --tw-text-opacity: 1;
    color: rgb(255 60 60 / var(--tw-text-opacity));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-300{
    --tw-text-opacity: 1;
    color: rgb(253 224 71 / var(--tw-text-opacity));
}
.underline{
    text-decoration-line: underline;
}
.line-through{
    text-decoration-line: line-through;
}
.decoration-black-brand{
    text-decoration-color: #313131;
}
.decoration-black-brand\/0{
    text-decoration-color: rgb(49 49 49 / 0);
}
.decoration-black-brand\/10{
    text-decoration-color: rgb(49 49 49 / 0.1);
}
.decoration-black-brand\/100{
    text-decoration-color: rgb(49 49 49 / 1);
}
.decoration-black-brand\/15{
    text-decoration-color: rgb(49 49 49 / 0.15);
}
.decoration-black-brand\/20{
    text-decoration-color: rgb(49 49 49 / 0.2);
}
.decoration-black-brand\/25{
    text-decoration-color: rgb(49 49 49 / 0.25);
}
.decoration-black-brand\/30{
    text-decoration-color: rgb(49 49 49 / 0.3);
}
.decoration-black-brand\/35{
    text-decoration-color: rgb(49 49 49 / 0.35);
}
.decoration-black-brand\/40{
    text-decoration-color: rgb(49 49 49 / 0.4);
}
.decoration-black-brand\/45{
    text-decoration-color: rgb(49 49 49 / 0.45);
}
.decoration-black-brand\/5{
    text-decoration-color: rgb(49 49 49 / 0.05);
}
.decoration-black-brand\/50{
    text-decoration-color: rgb(49 49 49 / 0.5);
}
.decoration-black-brand\/55{
    text-decoration-color: rgb(49 49 49 / 0.55);
}
.decoration-black-brand\/60{
    text-decoration-color: rgb(49 49 49 / 0.6);
}
.decoration-black-brand\/65{
    text-decoration-color: rgb(49 49 49 / 0.65);
}
.decoration-black-brand\/70{
    text-decoration-color: rgb(49 49 49 / 0.7);
}
.decoration-black-brand\/75{
    text-decoration-color: rgb(49 49 49 / 0.75);
}
.decoration-black-brand\/80{
    text-decoration-color: rgb(49 49 49 / 0.8);
}
.decoration-black-brand\/85{
    text-decoration-color: rgb(49 49 49 / 0.85);
}
.decoration-black-brand\/90{
    text-decoration-color: rgb(49 49 49 / 0.9);
}
.decoration-black-brand\/95{
    text-decoration-color: rgb(49 49 49 / 0.95);
}
.decoration-brand-100{
    text-decoration-color: #c6eedb0d;
}
.decoration-brand-100\/0{
    text-decoration-color: rgb(198 238 219 / 0);
}
.decoration-brand-100\/10{
    text-decoration-color: rgb(198 238 219 / 0.1);
}
.decoration-brand-100\/100{
    text-decoration-color: rgb(198 238 219 / 1);
}
.decoration-brand-100\/15{
    text-decoration-color: rgb(198 238 219 / 0.15);
}
.decoration-brand-100\/20{
    text-decoration-color: rgb(198 238 219 / 0.2);
}
.decoration-brand-100\/25{
    text-decoration-color: rgb(198 238 219 / 0.25);
}
.decoration-brand-100\/30{
    text-decoration-color: rgb(198 238 219 / 0.3);
}
.decoration-brand-100\/35{
    text-decoration-color: rgb(198 238 219 / 0.35);
}
.decoration-brand-100\/40{
    text-decoration-color: rgb(198 238 219 / 0.4);
}
.decoration-brand-100\/45{
    text-decoration-color: rgb(198 238 219 / 0.45);
}
.decoration-brand-100\/5{
    text-decoration-color: rgb(198 238 219 / 0.05);
}
.decoration-brand-100\/50{
    text-decoration-color: rgb(198 238 219 / 0.5);
}
.decoration-brand-100\/55{
    text-decoration-color: rgb(198 238 219 / 0.55);
}
.decoration-brand-100\/60{
    text-decoration-color: rgb(198 238 219 / 0.6);
}
.decoration-brand-100\/65{
    text-decoration-color: rgb(198 238 219 / 0.65);
}
.decoration-brand-100\/70{
    text-decoration-color: rgb(198 238 219 / 0.7);
}
.decoration-brand-100\/75{
    text-decoration-color: rgb(198 238 219 / 0.75);
}
.decoration-brand-100\/80{
    text-decoration-color: rgb(198 238 219 / 0.8);
}
.decoration-brand-100\/85{
    text-decoration-color: rgb(198 238 219 / 0.85);
}
.decoration-brand-100\/90{
    text-decoration-color: rgb(198 238 219 / 0.9);
}
.decoration-brand-100\/95{
    text-decoration-color: rgb(198 238 219 / 0.95);
}
.decoration-brand-20{
    text-decoration-color: #48E59B;
}
.decoration-brand-20\/0{
    text-decoration-color: rgb(72 229 155 / 0);
}
.decoration-brand-20\/10{
    text-decoration-color: rgb(72 229 155 / 0.1);
}
.decoration-brand-20\/100{
    text-decoration-color: rgb(72 229 155 / 1);
}
.decoration-brand-20\/15{
    text-decoration-color: rgb(72 229 155 / 0.15);
}
.decoration-brand-20\/20{
    text-decoration-color: rgb(72 229 155 / 0.2);
}
.decoration-brand-20\/25{
    text-decoration-color: rgb(72 229 155 / 0.25);
}
.decoration-brand-20\/30{
    text-decoration-color: rgb(72 229 155 / 0.3);
}
.decoration-brand-20\/35{
    text-decoration-color: rgb(72 229 155 / 0.35);
}
.decoration-brand-20\/40{
    text-decoration-color: rgb(72 229 155 / 0.4);
}
.decoration-brand-20\/45{
    text-decoration-color: rgb(72 229 155 / 0.45);
}
.decoration-brand-20\/5{
    text-decoration-color: rgb(72 229 155 / 0.05);
}
.decoration-brand-20\/50{
    text-decoration-color: rgb(72 229 155 / 0.5);
}
.decoration-brand-20\/55{
    text-decoration-color: rgb(72 229 155 / 0.55);
}
.decoration-brand-20\/60{
    text-decoration-color: rgb(72 229 155 / 0.6);
}
.decoration-brand-20\/65{
    text-decoration-color: rgb(72 229 155 / 0.65);
}
.decoration-brand-20\/70{
    text-decoration-color: rgb(72 229 155 / 0.7);
}
.decoration-brand-20\/75{
    text-decoration-color: rgb(72 229 155 / 0.75);
}
.decoration-brand-20\/80{
    text-decoration-color: rgb(72 229 155 / 0.8);
}
.decoration-brand-20\/85{
    text-decoration-color: rgb(72 229 155 / 0.85);
}
.decoration-brand-20\/90{
    text-decoration-color: rgb(72 229 155 / 0.9);
}
.decoration-brand-20\/95{
    text-decoration-color: rgb(72 229 155 / 0.95);
}
.decoration-brand-200{
    text-decoration-color: #c6eedb33;
}
.decoration-brand-200\/0{
    text-decoration-color: rgb(198 238 219 / 0);
}
.decoration-brand-200\/10{
    text-decoration-color: rgb(198 238 219 / 0.1);
}
.decoration-brand-200\/100{
    text-decoration-color: rgb(198 238 219 / 1);
}
.decoration-brand-200\/15{
    text-decoration-color: rgb(198 238 219 / 0.15);
}
.decoration-brand-200\/20{
    text-decoration-color: rgb(198 238 219 / 0.2);
}
.decoration-brand-200\/25{
    text-decoration-color: rgb(198 238 219 / 0.25);
}
.decoration-brand-200\/30{
    text-decoration-color: rgb(198 238 219 / 0.3);
}
.decoration-brand-200\/35{
    text-decoration-color: rgb(198 238 219 / 0.35);
}
.decoration-brand-200\/40{
    text-decoration-color: rgb(198 238 219 / 0.4);
}
.decoration-brand-200\/45{
    text-decoration-color: rgb(198 238 219 / 0.45);
}
.decoration-brand-200\/5{
    text-decoration-color: rgb(198 238 219 / 0.05);
}
.decoration-brand-200\/50{
    text-decoration-color: rgb(198 238 219 / 0.5);
}
.decoration-brand-200\/55{
    text-decoration-color: rgb(198 238 219 / 0.55);
}
.decoration-brand-200\/60{
    text-decoration-color: rgb(198 238 219 / 0.6);
}
.decoration-brand-200\/65{
    text-decoration-color: rgb(198 238 219 / 0.65);
}
.decoration-brand-200\/70{
    text-decoration-color: rgb(198 238 219 / 0.7);
}
.decoration-brand-200\/75{
    text-decoration-color: rgb(198 238 219 / 0.75);
}
.decoration-brand-200\/80{
    text-decoration-color: rgb(198 238 219 / 0.8);
}
.decoration-brand-200\/85{
    text-decoration-color: rgb(198 238 219 / 0.85);
}
.decoration-brand-200\/90{
    text-decoration-color: rgb(198 238 219 / 0.9);
}
.decoration-brand-200\/95{
    text-decoration-color: rgb(198 238 219 / 0.95);
}
.decoration-brand-300{
    text-decoration-color: #C6EEDB;
}
.decoration-brand-300\/0{
    text-decoration-color: rgb(198 238 219 / 0);
}
.decoration-brand-300\/10{
    text-decoration-color: rgb(198 238 219 / 0.1);
}
.decoration-brand-300\/100{
    text-decoration-color: rgb(198 238 219 / 1);
}
.decoration-brand-300\/15{
    text-decoration-color: rgb(198 238 219 / 0.15);
}
.decoration-brand-300\/20{
    text-decoration-color: rgb(198 238 219 / 0.2);
}
.decoration-brand-300\/25{
    text-decoration-color: rgb(198 238 219 / 0.25);
}
.decoration-brand-300\/30{
    text-decoration-color: rgb(198 238 219 / 0.3);
}
.decoration-brand-300\/35{
    text-decoration-color: rgb(198 238 219 / 0.35);
}
.decoration-brand-300\/40{
    text-decoration-color: rgb(198 238 219 / 0.4);
}
.decoration-brand-300\/45{
    text-decoration-color: rgb(198 238 219 / 0.45);
}
.decoration-brand-300\/5{
    text-decoration-color: rgb(198 238 219 / 0.05);
}
.decoration-brand-300\/50{
    text-decoration-color: rgb(198 238 219 / 0.5);
}
.decoration-brand-300\/55{
    text-decoration-color: rgb(198 238 219 / 0.55);
}
.decoration-brand-300\/60{
    text-decoration-color: rgb(198 238 219 / 0.6);
}
.decoration-brand-300\/65{
    text-decoration-color: rgb(198 238 219 / 0.65);
}
.decoration-brand-300\/70{
    text-decoration-color: rgb(198 238 219 / 0.7);
}
.decoration-brand-300\/75{
    text-decoration-color: rgb(198 238 219 / 0.75);
}
.decoration-brand-300\/80{
    text-decoration-color: rgb(198 238 219 / 0.8);
}
.decoration-brand-300\/85{
    text-decoration-color: rgb(198 238 219 / 0.85);
}
.decoration-brand-300\/90{
    text-decoration-color: rgb(198 238 219 / 0.9);
}
.decoration-brand-300\/95{
    text-decoration-color: rgb(198 238 219 / 0.95);
}
.decoration-brand-black{
    text-decoration-color: #111111;
}
.decoration-brand-black\/0{
    text-decoration-color: rgb(17 17 17 / 0);
}
.decoration-brand-black\/10{
    text-decoration-color: rgb(17 17 17 / 0.1);
}
.decoration-brand-black\/100{
    text-decoration-color: rgb(17 17 17 / 1);
}
.decoration-brand-black\/15{
    text-decoration-color: rgb(17 17 17 / 0.15);
}
.decoration-brand-black\/20{
    text-decoration-color: rgb(17 17 17 / 0.2);
}
.decoration-brand-black\/25{
    text-decoration-color: rgb(17 17 17 / 0.25);
}
.decoration-brand-black\/30{
    text-decoration-color: rgb(17 17 17 / 0.3);
}
.decoration-brand-black\/35{
    text-decoration-color: rgb(17 17 17 / 0.35);
}
.decoration-brand-black\/40{
    text-decoration-color: rgb(17 17 17 / 0.4);
}
.decoration-brand-black\/45{
    text-decoration-color: rgb(17 17 17 / 0.45);
}
.decoration-brand-black\/5{
    text-decoration-color: rgb(17 17 17 / 0.05);
}
.decoration-brand-black\/50{
    text-decoration-color: rgb(17 17 17 / 0.5);
}
.decoration-brand-black\/55{
    text-decoration-color: rgb(17 17 17 / 0.55);
}
.decoration-brand-black\/60{
    text-decoration-color: rgb(17 17 17 / 0.6);
}
.decoration-brand-black\/65{
    text-decoration-color: rgb(17 17 17 / 0.65);
}
.decoration-brand-black\/70{
    text-decoration-color: rgb(17 17 17 / 0.7);
}
.decoration-brand-black\/75{
    text-decoration-color: rgb(17 17 17 / 0.75);
}
.decoration-brand-black\/80{
    text-decoration-color: rgb(17 17 17 / 0.8);
}
.decoration-brand-black\/85{
    text-decoration-color: rgb(17 17 17 / 0.85);
}
.decoration-brand-black\/90{
    text-decoration-color: rgb(17 17 17 / 0.9);
}
.decoration-brand-black\/95{
    text-decoration-color: rgb(17 17 17 / 0.95);
}
.decoration-brand-blue{
    text-decoration-color: #70A8F4;
}
.decoration-brand-blue\/0{
    text-decoration-color: rgb(112 168 244 / 0);
}
.decoration-brand-blue\/10{
    text-decoration-color: rgb(112 168 244 / 0.1);
}
.decoration-brand-blue\/100{
    text-decoration-color: rgb(112 168 244 / 1);
}
.decoration-brand-blue\/15{
    text-decoration-color: rgb(112 168 244 / 0.15);
}
.decoration-brand-blue\/20{
    text-decoration-color: rgb(112 168 244 / 0.2);
}
.decoration-brand-blue\/25{
    text-decoration-color: rgb(112 168 244 / 0.25);
}
.decoration-brand-blue\/30{
    text-decoration-color: rgb(112 168 244 / 0.3);
}
.decoration-brand-blue\/35{
    text-decoration-color: rgb(112 168 244 / 0.35);
}
.decoration-brand-blue\/40{
    text-decoration-color: rgb(112 168 244 / 0.4);
}
.decoration-brand-blue\/45{
    text-decoration-color: rgb(112 168 244 / 0.45);
}
.decoration-brand-blue\/5{
    text-decoration-color: rgb(112 168 244 / 0.05);
}
.decoration-brand-blue\/50{
    text-decoration-color: rgb(112 168 244 / 0.5);
}
.decoration-brand-blue\/55{
    text-decoration-color: rgb(112 168 244 / 0.55);
}
.decoration-brand-blue\/60{
    text-decoration-color: rgb(112 168 244 / 0.6);
}
.decoration-brand-blue\/65{
    text-decoration-color: rgb(112 168 244 / 0.65);
}
.decoration-brand-blue\/70{
    text-decoration-color: rgb(112 168 244 / 0.7);
}
.decoration-brand-blue\/75{
    text-decoration-color: rgb(112 168 244 / 0.75);
}
.decoration-brand-blue\/80{
    text-decoration-color: rgb(112 168 244 / 0.8);
}
.decoration-brand-blue\/85{
    text-decoration-color: rgb(112 168 244 / 0.85);
}
.decoration-brand-blue\/90{
    text-decoration-color: rgb(112 168 244 / 0.9);
}
.decoration-brand-blue\/95{
    text-decoration-color: rgb(112 168 244 / 0.95);
}
.decoration-brand-dark{
    text-decoration-color: #232C27;
}
.decoration-brand-dark\/0{
    text-decoration-color: rgb(35 44 39 / 0);
}
.decoration-brand-dark\/10{
    text-decoration-color: rgb(35 44 39 / 0.1);
}
.decoration-brand-dark\/100{
    text-decoration-color: rgb(35 44 39 / 1);
}
.decoration-brand-dark\/15{
    text-decoration-color: rgb(35 44 39 / 0.15);
}
.decoration-brand-dark\/20{
    text-decoration-color: rgb(35 44 39 / 0.2);
}
.decoration-brand-dark\/25{
    text-decoration-color: rgb(35 44 39 / 0.25);
}
.decoration-brand-dark\/30{
    text-decoration-color: rgb(35 44 39 / 0.3);
}
.decoration-brand-dark\/35{
    text-decoration-color: rgb(35 44 39 / 0.35);
}
.decoration-brand-dark\/40{
    text-decoration-color: rgb(35 44 39 / 0.4);
}
.decoration-brand-dark\/45{
    text-decoration-color: rgb(35 44 39 / 0.45);
}
.decoration-brand-dark\/5{
    text-decoration-color: rgb(35 44 39 / 0.05);
}
.decoration-brand-dark\/50{
    text-decoration-color: rgb(35 44 39 / 0.5);
}
.decoration-brand-dark\/55{
    text-decoration-color: rgb(35 44 39 / 0.55);
}
.decoration-brand-dark\/60{
    text-decoration-color: rgb(35 44 39 / 0.6);
}
.decoration-brand-dark\/65{
    text-decoration-color: rgb(35 44 39 / 0.65);
}
.decoration-brand-dark\/70{
    text-decoration-color: rgb(35 44 39 / 0.7);
}
.decoration-brand-dark\/75{
    text-decoration-color: rgb(35 44 39 / 0.75);
}
.decoration-brand-dark\/80{
    text-decoration-color: rgb(35 44 39 / 0.8);
}
.decoration-brand-dark\/85{
    text-decoration-color: rgb(35 44 39 / 0.85);
}
.decoration-brand-dark\/90{
    text-decoration-color: rgb(35 44 39 / 0.9);
}
.decoration-brand-dark\/95{
    text-decoration-color: rgb(35 44 39 / 0.95);
}
.decoration-brand-green{
    text-decoration-color: #48E59B;
}
.decoration-brand-green\/0{
    text-decoration-color: rgb(72 229 155 / 0);
}
.decoration-brand-green\/10{
    text-decoration-color: rgb(72 229 155 / 0.1);
}
.decoration-brand-green\/100{
    text-decoration-color: rgb(72 229 155 / 1);
}
.decoration-brand-green\/15{
    text-decoration-color: rgb(72 229 155 / 0.15);
}
.decoration-brand-green\/20{
    text-decoration-color: rgb(72 229 155 / 0.2);
}
.decoration-brand-green\/25{
    text-decoration-color: rgb(72 229 155 / 0.25);
}
.decoration-brand-green\/30{
    text-decoration-color: rgb(72 229 155 / 0.3);
}
.decoration-brand-green\/35{
    text-decoration-color: rgb(72 229 155 / 0.35);
}
.decoration-brand-green\/40{
    text-decoration-color: rgb(72 229 155 / 0.4);
}
.decoration-brand-green\/45{
    text-decoration-color: rgb(72 229 155 / 0.45);
}
.decoration-brand-green\/5{
    text-decoration-color: rgb(72 229 155 / 0.05);
}
.decoration-brand-green\/50{
    text-decoration-color: rgb(72 229 155 / 0.5);
}
.decoration-brand-green\/55{
    text-decoration-color: rgb(72 229 155 / 0.55);
}
.decoration-brand-green\/60{
    text-decoration-color: rgb(72 229 155 / 0.6);
}
.decoration-brand-green\/65{
    text-decoration-color: rgb(72 229 155 / 0.65);
}
.decoration-brand-green\/70{
    text-decoration-color: rgb(72 229 155 / 0.7);
}
.decoration-brand-green\/75{
    text-decoration-color: rgb(72 229 155 / 0.75);
}
.decoration-brand-green\/80{
    text-decoration-color: rgb(72 229 155 / 0.8);
}
.decoration-brand-green\/85{
    text-decoration-color: rgb(72 229 155 / 0.85);
}
.decoration-brand-green\/90{
    text-decoration-color: rgb(72 229 155 / 0.9);
}
.decoration-brand-green\/95{
    text-decoration-color: rgb(72 229 155 / 0.95);
}
.decoration-brand-light{
    text-decoration-color: #C6EEDB;
}
.decoration-brand-light\/0{
    text-decoration-color: rgb(198 238 219 / 0);
}
.decoration-brand-light\/10{
    text-decoration-color: rgb(198 238 219 / 0.1);
}
.decoration-brand-light\/100{
    text-decoration-color: rgb(198 238 219 / 1);
}
.decoration-brand-light\/15{
    text-decoration-color: rgb(198 238 219 / 0.15);
}
.decoration-brand-light\/20{
    text-decoration-color: rgb(198 238 219 / 0.2);
}
.decoration-brand-light\/25{
    text-decoration-color: rgb(198 238 219 / 0.25);
}
.decoration-brand-light\/30{
    text-decoration-color: rgb(198 238 219 / 0.3);
}
.decoration-brand-light\/35{
    text-decoration-color: rgb(198 238 219 / 0.35);
}
.decoration-brand-light\/40{
    text-decoration-color: rgb(198 238 219 / 0.4);
}
.decoration-brand-light\/45{
    text-decoration-color: rgb(198 238 219 / 0.45);
}
.decoration-brand-light\/5{
    text-decoration-color: rgb(198 238 219 / 0.05);
}
.decoration-brand-light\/50{
    text-decoration-color: rgb(198 238 219 / 0.5);
}
.decoration-brand-light\/55{
    text-decoration-color: rgb(198 238 219 / 0.55);
}
.decoration-brand-light\/60{
    text-decoration-color: rgb(198 238 219 / 0.6);
}
.decoration-brand-light\/65{
    text-decoration-color: rgb(198 238 219 / 0.65);
}
.decoration-brand-light\/70{
    text-decoration-color: rgb(198 238 219 / 0.7);
}
.decoration-brand-light\/75{
    text-decoration-color: rgb(198 238 219 / 0.75);
}
.decoration-brand-light\/80{
    text-decoration-color: rgb(198 238 219 / 0.8);
}
.decoration-brand-light\/85{
    text-decoration-color: rgb(198 238 219 / 0.85);
}
.decoration-brand-light\/90{
    text-decoration-color: rgb(198 238 219 / 0.9);
}
.decoration-brand-light\/95{
    text-decoration-color: rgb(198 238 219 / 0.95);
}
.decoration-error{
    text-decoration-color: #FF3C3C;
}
.decoration-error-10{
    text-decoration-color: #291515;
}
.decoration-error-10\/0{
    text-decoration-color: rgb(41 21 21 / 0);
}
.decoration-error-10\/10{
    text-decoration-color: rgb(41 21 21 / 0.1);
}
.decoration-error-10\/100{
    text-decoration-color: rgb(41 21 21 / 1);
}
.decoration-error-10\/15{
    text-decoration-color: rgb(41 21 21 / 0.15);
}
.decoration-error-10\/20{
    text-decoration-color: rgb(41 21 21 / 0.2);
}
.decoration-error-10\/25{
    text-decoration-color: rgb(41 21 21 / 0.25);
}
.decoration-error-10\/30{
    text-decoration-color: rgb(41 21 21 / 0.3);
}
.decoration-error-10\/35{
    text-decoration-color: rgb(41 21 21 / 0.35);
}
.decoration-error-10\/40{
    text-decoration-color: rgb(41 21 21 / 0.4);
}
.decoration-error-10\/45{
    text-decoration-color: rgb(41 21 21 / 0.45);
}
.decoration-error-10\/5{
    text-decoration-color: rgb(41 21 21 / 0.05);
}
.decoration-error-10\/50{
    text-decoration-color: rgb(41 21 21 / 0.5);
}
.decoration-error-10\/55{
    text-decoration-color: rgb(41 21 21 / 0.55);
}
.decoration-error-10\/60{
    text-decoration-color: rgb(41 21 21 / 0.6);
}
.decoration-error-10\/65{
    text-decoration-color: rgb(41 21 21 / 0.65);
}
.decoration-error-10\/70{
    text-decoration-color: rgb(41 21 21 / 0.7);
}
.decoration-error-10\/75{
    text-decoration-color: rgb(41 21 21 / 0.75);
}
.decoration-error-10\/80{
    text-decoration-color: rgb(41 21 21 / 0.8);
}
.decoration-error-10\/85{
    text-decoration-color: rgb(41 21 21 / 0.85);
}
.decoration-error-10\/90{
    text-decoration-color: rgb(41 21 21 / 0.9);
}
.decoration-error-10\/95{
    text-decoration-color: rgb(41 21 21 / 0.95);
}
.decoration-error-100{
    text-decoration-color: #FFC7C7;
}
.decoration-error-100\/0{
    text-decoration-color: rgb(255 199 199 / 0);
}
.decoration-error-100\/10{
    text-decoration-color: rgb(255 199 199 / 0.1);
}
.decoration-error-100\/100{
    text-decoration-color: rgb(255 199 199 / 1);
}
.decoration-error-100\/15{
    text-decoration-color: rgb(255 199 199 / 0.15);
}
.decoration-error-100\/20{
    text-decoration-color: rgb(255 199 199 / 0.2);
}
.decoration-error-100\/25{
    text-decoration-color: rgb(255 199 199 / 0.25);
}
.decoration-error-100\/30{
    text-decoration-color: rgb(255 199 199 / 0.3);
}
.decoration-error-100\/35{
    text-decoration-color: rgb(255 199 199 / 0.35);
}
.decoration-error-100\/40{
    text-decoration-color: rgb(255 199 199 / 0.4);
}
.decoration-error-100\/45{
    text-decoration-color: rgb(255 199 199 / 0.45);
}
.decoration-error-100\/5{
    text-decoration-color: rgb(255 199 199 / 0.05);
}
.decoration-error-100\/50{
    text-decoration-color: rgb(255 199 199 / 0.5);
}
.decoration-error-100\/55{
    text-decoration-color: rgb(255 199 199 / 0.55);
}
.decoration-error-100\/60{
    text-decoration-color: rgb(255 199 199 / 0.6);
}
.decoration-error-100\/65{
    text-decoration-color: rgb(255 199 199 / 0.65);
}
.decoration-error-100\/70{
    text-decoration-color: rgb(255 199 199 / 0.7);
}
.decoration-error-100\/75{
    text-decoration-color: rgb(255 199 199 / 0.75);
}
.decoration-error-100\/80{
    text-decoration-color: rgb(255 199 199 / 0.8);
}
.decoration-error-100\/85{
    text-decoration-color: rgb(255 199 199 / 0.85);
}
.decoration-error-100\/90{
    text-decoration-color: rgb(255 199 199 / 0.9);
}
.decoration-error-100\/95{
    text-decoration-color: rgb(255 199 199 / 0.95);
}
.decoration-error-15{
    text-decoration-color: #351717;
}
.decoration-error-15\/0{
    text-decoration-color: rgb(53 23 23 / 0);
}
.decoration-error-15\/10{
    text-decoration-color: rgb(53 23 23 / 0.1);
}
.decoration-error-15\/100{
    text-decoration-color: rgb(53 23 23 / 1);
}
.decoration-error-15\/15{
    text-decoration-color: rgb(53 23 23 / 0.15);
}
.decoration-error-15\/20{
    text-decoration-color: rgb(53 23 23 / 0.2);
}
.decoration-error-15\/25{
    text-decoration-color: rgb(53 23 23 / 0.25);
}
.decoration-error-15\/30{
    text-decoration-color: rgb(53 23 23 / 0.3);
}
.decoration-error-15\/35{
    text-decoration-color: rgb(53 23 23 / 0.35);
}
.decoration-error-15\/40{
    text-decoration-color: rgb(53 23 23 / 0.4);
}
.decoration-error-15\/45{
    text-decoration-color: rgb(53 23 23 / 0.45);
}
.decoration-error-15\/5{
    text-decoration-color: rgb(53 23 23 / 0.05);
}
.decoration-error-15\/50{
    text-decoration-color: rgb(53 23 23 / 0.5);
}
.decoration-error-15\/55{
    text-decoration-color: rgb(53 23 23 / 0.55);
}
.decoration-error-15\/60{
    text-decoration-color: rgb(53 23 23 / 0.6);
}
.decoration-error-15\/65{
    text-decoration-color: rgb(53 23 23 / 0.65);
}
.decoration-error-15\/70{
    text-decoration-color: rgb(53 23 23 / 0.7);
}
.decoration-error-15\/75{
    text-decoration-color: rgb(53 23 23 / 0.75);
}
.decoration-error-15\/80{
    text-decoration-color: rgb(53 23 23 / 0.8);
}
.decoration-error-15\/85{
    text-decoration-color: rgb(53 23 23 / 0.85);
}
.decoration-error-15\/90{
    text-decoration-color: rgb(53 23 23 / 0.9);
}
.decoration-error-15\/95{
    text-decoration-color: rgb(53 23 23 / 0.95);
}
.decoration-error-20{
    text-decoration-color: #3C1919;
}
.decoration-error-20\/0{
    text-decoration-color: rgb(60 25 25 / 0);
}
.decoration-error-20\/10{
    text-decoration-color: rgb(60 25 25 / 0.1);
}
.decoration-error-20\/100{
    text-decoration-color: rgb(60 25 25 / 1);
}
.decoration-error-20\/15{
    text-decoration-color: rgb(60 25 25 / 0.15);
}
.decoration-error-20\/20{
    text-decoration-color: rgb(60 25 25 / 0.2);
}
.decoration-error-20\/25{
    text-decoration-color: rgb(60 25 25 / 0.25);
}
.decoration-error-20\/30{
    text-decoration-color: rgb(60 25 25 / 0.3);
}
.decoration-error-20\/35{
    text-decoration-color: rgb(60 25 25 / 0.35);
}
.decoration-error-20\/40{
    text-decoration-color: rgb(60 25 25 / 0.4);
}
.decoration-error-20\/45{
    text-decoration-color: rgb(60 25 25 / 0.45);
}
.decoration-error-20\/5{
    text-decoration-color: rgb(60 25 25 / 0.05);
}
.decoration-error-20\/50{
    text-decoration-color: rgb(60 25 25 / 0.5);
}
.decoration-error-20\/55{
    text-decoration-color: rgb(60 25 25 / 0.55);
}
.decoration-error-20\/60{
    text-decoration-color: rgb(60 25 25 / 0.6);
}
.decoration-error-20\/65{
    text-decoration-color: rgb(60 25 25 / 0.65);
}
.decoration-error-20\/70{
    text-decoration-color: rgb(60 25 25 / 0.7);
}
.decoration-error-20\/75{
    text-decoration-color: rgb(60 25 25 / 0.75);
}
.decoration-error-20\/80{
    text-decoration-color: rgb(60 25 25 / 0.8);
}
.decoration-error-20\/85{
    text-decoration-color: rgb(60 25 25 / 0.85);
}
.decoration-error-20\/90{
    text-decoration-color: rgb(60 25 25 / 0.9);
}
.decoration-error-20\/95{
    text-decoration-color: rgb(60 25 25 / 0.95);
}
.decoration-error-5{
    text-decoration-color: #1D1313;
}
.decoration-error-5\/0{
    text-decoration-color: rgb(29 19 19 / 0);
}
.decoration-error-5\/10{
    text-decoration-color: rgb(29 19 19 / 0.1);
}
.decoration-error-5\/100{
    text-decoration-color: rgb(29 19 19 / 1);
}
.decoration-error-5\/15{
    text-decoration-color: rgb(29 19 19 / 0.15);
}
.decoration-error-5\/20{
    text-decoration-color: rgb(29 19 19 / 0.2);
}
.decoration-error-5\/25{
    text-decoration-color: rgb(29 19 19 / 0.25);
}
.decoration-error-5\/30{
    text-decoration-color: rgb(29 19 19 / 0.3);
}
.decoration-error-5\/35{
    text-decoration-color: rgb(29 19 19 / 0.35);
}
.decoration-error-5\/40{
    text-decoration-color: rgb(29 19 19 / 0.4);
}
.decoration-error-5\/45{
    text-decoration-color: rgb(29 19 19 / 0.45);
}
.decoration-error-5\/5{
    text-decoration-color: rgb(29 19 19 / 0.05);
}
.decoration-error-5\/50{
    text-decoration-color: rgb(29 19 19 / 0.5);
}
.decoration-error-5\/55{
    text-decoration-color: rgb(29 19 19 / 0.55);
}
.decoration-error-5\/60{
    text-decoration-color: rgb(29 19 19 / 0.6);
}
.decoration-error-5\/65{
    text-decoration-color: rgb(29 19 19 / 0.65);
}
.decoration-error-5\/70{
    text-decoration-color: rgb(29 19 19 / 0.7);
}
.decoration-error-5\/75{
    text-decoration-color: rgb(29 19 19 / 0.75);
}
.decoration-error-5\/80{
    text-decoration-color: rgb(29 19 19 / 0.8);
}
.decoration-error-5\/85{
    text-decoration-color: rgb(29 19 19 / 0.85);
}
.decoration-error-5\/90{
    text-decoration-color: rgb(29 19 19 / 0.9);
}
.decoration-error-5\/95{
    text-decoration-color: rgb(29 19 19 / 0.95);
}
.decoration-error-500{
    text-decoration-color: #FF3C3C;
}
.decoration-error-500\/0{
    text-decoration-color: rgb(255 60 60 / 0);
}
.decoration-error-500\/10{
    text-decoration-color: rgb(255 60 60 / 0.1);
}
.decoration-error-500\/100{
    text-decoration-color: rgb(255 60 60 / 1);
}
.decoration-error-500\/15{
    text-decoration-color: rgb(255 60 60 / 0.15);
}
.decoration-error-500\/20{
    text-decoration-color: rgb(255 60 60 / 0.2);
}
.decoration-error-500\/25{
    text-decoration-color: rgb(255 60 60 / 0.25);
}
.decoration-error-500\/30{
    text-decoration-color: rgb(255 60 60 / 0.3);
}
.decoration-error-500\/35{
    text-decoration-color: rgb(255 60 60 / 0.35);
}
.decoration-error-500\/40{
    text-decoration-color: rgb(255 60 60 / 0.4);
}
.decoration-error-500\/45{
    text-decoration-color: rgb(255 60 60 / 0.45);
}
.decoration-error-500\/5{
    text-decoration-color: rgb(255 60 60 / 0.05);
}
.decoration-error-500\/50{
    text-decoration-color: rgb(255 60 60 / 0.5);
}
.decoration-error-500\/55{
    text-decoration-color: rgb(255 60 60 / 0.55);
}
.decoration-error-500\/60{
    text-decoration-color: rgb(255 60 60 / 0.6);
}
.decoration-error-500\/65{
    text-decoration-color: rgb(255 60 60 / 0.65);
}
.decoration-error-500\/70{
    text-decoration-color: rgb(255 60 60 / 0.7);
}
.decoration-error-500\/75{
    text-decoration-color: rgb(255 60 60 / 0.75);
}
.decoration-error-500\/80{
    text-decoration-color: rgb(255 60 60 / 0.8);
}
.decoration-error-500\/85{
    text-decoration-color: rgb(255 60 60 / 0.85);
}
.decoration-error-500\/90{
    text-decoration-color: rgb(255 60 60 / 0.9);
}
.decoration-error-500\/95{
    text-decoration-color: rgb(255 60 60 / 0.95);
}
.decoration-error-900{
    text-decoration-color: #3C1919;
}
.decoration-error-900\/0{
    text-decoration-color: rgb(60 25 25 / 0);
}
.decoration-error-900\/10{
    text-decoration-color: rgb(60 25 25 / 0.1);
}
.decoration-error-900\/100{
    text-decoration-color: rgb(60 25 25 / 1);
}
.decoration-error-900\/15{
    text-decoration-color: rgb(60 25 25 / 0.15);
}
.decoration-error-900\/20{
    text-decoration-color: rgb(60 25 25 / 0.2);
}
.decoration-error-900\/25{
    text-decoration-color: rgb(60 25 25 / 0.25);
}
.decoration-error-900\/30{
    text-decoration-color: rgb(60 25 25 / 0.3);
}
.decoration-error-900\/35{
    text-decoration-color: rgb(60 25 25 / 0.35);
}
.decoration-error-900\/40{
    text-decoration-color: rgb(60 25 25 / 0.4);
}
.decoration-error-900\/45{
    text-decoration-color: rgb(60 25 25 / 0.45);
}
.decoration-error-900\/5{
    text-decoration-color: rgb(60 25 25 / 0.05);
}
.decoration-error-900\/50{
    text-decoration-color: rgb(60 25 25 / 0.5);
}
.decoration-error-900\/55{
    text-decoration-color: rgb(60 25 25 / 0.55);
}
.decoration-error-900\/60{
    text-decoration-color: rgb(60 25 25 / 0.6);
}
.decoration-error-900\/65{
    text-decoration-color: rgb(60 25 25 / 0.65);
}
.decoration-error-900\/70{
    text-decoration-color: rgb(60 25 25 / 0.7);
}
.decoration-error-900\/75{
    text-decoration-color: rgb(60 25 25 / 0.75);
}
.decoration-error-900\/80{
    text-decoration-color: rgb(60 25 25 / 0.8);
}
.decoration-error-900\/85{
    text-decoration-color: rgb(60 25 25 / 0.85);
}
.decoration-error-900\/90{
    text-decoration-color: rgb(60 25 25 / 0.9);
}
.decoration-error-900\/95{
    text-decoration-color: rgb(60 25 25 / 0.95);
}
.decoration-error-light{
    text-decoration-color: #FFC7C7;
}
.decoration-error-light\/0{
    text-decoration-color: rgb(255 199 199 / 0);
}
.decoration-error-light\/10{
    text-decoration-color: rgb(255 199 199 / 0.1);
}
.decoration-error-light\/100{
    text-decoration-color: rgb(255 199 199 / 1);
}
.decoration-error-light\/15{
    text-decoration-color: rgb(255 199 199 / 0.15);
}
.decoration-error-light\/20{
    text-decoration-color: rgb(255 199 199 / 0.2);
}
.decoration-error-light\/25{
    text-decoration-color: rgb(255 199 199 / 0.25);
}
.decoration-error-light\/30{
    text-decoration-color: rgb(255 199 199 / 0.3);
}
.decoration-error-light\/35{
    text-decoration-color: rgb(255 199 199 / 0.35);
}
.decoration-error-light\/40{
    text-decoration-color: rgb(255 199 199 / 0.4);
}
.decoration-error-light\/45{
    text-decoration-color: rgb(255 199 199 / 0.45);
}
.decoration-error-light\/5{
    text-decoration-color: rgb(255 199 199 / 0.05);
}
.decoration-error-light\/50{
    text-decoration-color: rgb(255 199 199 / 0.5);
}
.decoration-error-light\/55{
    text-decoration-color: rgb(255 199 199 / 0.55);
}
.decoration-error-light\/60{
    text-decoration-color: rgb(255 199 199 / 0.6);
}
.decoration-error-light\/65{
    text-decoration-color: rgb(255 199 199 / 0.65);
}
.decoration-error-light\/70{
    text-decoration-color: rgb(255 199 199 / 0.7);
}
.decoration-error-light\/75{
    text-decoration-color: rgb(255 199 199 / 0.75);
}
.decoration-error-light\/80{
    text-decoration-color: rgb(255 199 199 / 0.8);
}
.decoration-error-light\/85{
    text-decoration-color: rgb(255 199 199 / 0.85);
}
.decoration-error-light\/90{
    text-decoration-color: rgb(255 199 199 / 0.9);
}
.decoration-error-light\/95{
    text-decoration-color: rgb(255 199 199 / 0.95);
}
.decoration-error\/0{
    text-decoration-color: rgb(255 60 60 / 0);
}
.decoration-error\/10{
    text-decoration-color: rgb(255 60 60 / 0.1);
}
.decoration-error\/100{
    text-decoration-color: rgb(255 60 60 / 1);
}
.decoration-error\/15{
    text-decoration-color: rgb(255 60 60 / 0.15);
}
.decoration-error\/20{
    text-decoration-color: rgb(255 60 60 / 0.2);
}
.decoration-error\/25{
    text-decoration-color: rgb(255 60 60 / 0.25);
}
.decoration-error\/30{
    text-decoration-color: rgb(255 60 60 / 0.3);
}
.decoration-error\/35{
    text-decoration-color: rgb(255 60 60 / 0.35);
}
.decoration-error\/40{
    text-decoration-color: rgb(255 60 60 / 0.4);
}
.decoration-error\/45{
    text-decoration-color: rgb(255 60 60 / 0.45);
}
.decoration-error\/5{
    text-decoration-color: rgb(255 60 60 / 0.05);
}
.decoration-error\/50{
    text-decoration-color: rgb(255 60 60 / 0.5);
}
.decoration-error\/55{
    text-decoration-color: rgb(255 60 60 / 0.55);
}
.decoration-error\/60{
    text-decoration-color: rgb(255 60 60 / 0.6);
}
.decoration-error\/65{
    text-decoration-color: rgb(255 60 60 / 0.65);
}
.decoration-error\/70{
    text-decoration-color: rgb(255 60 60 / 0.7);
}
.decoration-error\/75{
    text-decoration-color: rgb(255 60 60 / 0.75);
}
.decoration-error\/80{
    text-decoration-color: rgb(255 60 60 / 0.8);
}
.decoration-error\/85{
    text-decoration-color: rgb(255 60 60 / 0.85);
}
.decoration-error\/90{
    text-decoration-color: rgb(255 60 60 / 0.9);
}
.decoration-error\/95{
    text-decoration-color: rgb(255 60 60 / 0.95);
}
.decoration-primary{
    text-decoration-color: #48E59B;
}
.decoration-primary-20{
    text-decoration-color: #1C3B2D;
}
.decoration-primary-20\/0{
    text-decoration-color: rgb(28 59 45 / 0);
}
.decoration-primary-20\/10{
    text-decoration-color: rgb(28 59 45 / 0.1);
}
.decoration-primary-20\/100{
    text-decoration-color: rgb(28 59 45 / 1);
}
.decoration-primary-20\/15{
    text-decoration-color: rgb(28 59 45 / 0.15);
}
.decoration-primary-20\/20{
    text-decoration-color: rgb(28 59 45 / 0.2);
}
.decoration-primary-20\/25{
    text-decoration-color: rgb(28 59 45 / 0.25);
}
.decoration-primary-20\/30{
    text-decoration-color: rgb(28 59 45 / 0.3);
}
.decoration-primary-20\/35{
    text-decoration-color: rgb(28 59 45 / 0.35);
}
.decoration-primary-20\/40{
    text-decoration-color: rgb(28 59 45 / 0.4);
}
.decoration-primary-20\/45{
    text-decoration-color: rgb(28 59 45 / 0.45);
}
.decoration-primary-20\/5{
    text-decoration-color: rgb(28 59 45 / 0.05);
}
.decoration-primary-20\/50{
    text-decoration-color: rgb(28 59 45 / 0.5);
}
.decoration-primary-20\/55{
    text-decoration-color: rgb(28 59 45 / 0.55);
}
.decoration-primary-20\/60{
    text-decoration-color: rgb(28 59 45 / 0.6);
}
.decoration-primary-20\/65{
    text-decoration-color: rgb(28 59 45 / 0.65);
}
.decoration-primary-20\/70{
    text-decoration-color: rgb(28 59 45 / 0.7);
}
.decoration-primary-20\/75{
    text-decoration-color: rgb(28 59 45 / 0.75);
}
.decoration-primary-20\/80{
    text-decoration-color: rgb(28 59 45 / 0.8);
}
.decoration-primary-20\/85{
    text-decoration-color: rgb(28 59 45 / 0.85);
}
.decoration-primary-20\/90{
    text-decoration-color: rgb(28 59 45 / 0.9);
}
.decoration-primary-20\/95{
    text-decoration-color: rgb(28 59 45 / 0.95);
}
.decoration-primary-200{
    text-decoration-color: #C6EEDB;
}
.decoration-primary-200\/0{
    text-decoration-color: rgb(198 238 219 / 0);
}
.decoration-primary-200\/10{
    text-decoration-color: rgb(198 238 219 / 0.1);
}
.decoration-primary-200\/100{
    text-decoration-color: rgb(198 238 219 / 1);
}
.decoration-primary-200\/15{
    text-decoration-color: rgb(198 238 219 / 0.15);
}
.decoration-primary-200\/20{
    text-decoration-color: rgb(198 238 219 / 0.2);
}
.decoration-primary-200\/25{
    text-decoration-color: rgb(198 238 219 / 0.25);
}
.decoration-primary-200\/30{
    text-decoration-color: rgb(198 238 219 / 0.3);
}
.decoration-primary-200\/35{
    text-decoration-color: rgb(198 238 219 / 0.35);
}
.decoration-primary-200\/40{
    text-decoration-color: rgb(198 238 219 / 0.4);
}
.decoration-primary-200\/45{
    text-decoration-color: rgb(198 238 219 / 0.45);
}
.decoration-primary-200\/5{
    text-decoration-color: rgb(198 238 219 / 0.05);
}
.decoration-primary-200\/50{
    text-decoration-color: rgb(198 238 219 / 0.5);
}
.decoration-primary-200\/55{
    text-decoration-color: rgb(198 238 219 / 0.55);
}
.decoration-primary-200\/60{
    text-decoration-color: rgb(198 238 219 / 0.6);
}
.decoration-primary-200\/65{
    text-decoration-color: rgb(198 238 219 / 0.65);
}
.decoration-primary-200\/70{
    text-decoration-color: rgb(198 238 219 / 0.7);
}
.decoration-primary-200\/75{
    text-decoration-color: rgb(198 238 219 / 0.75);
}
.decoration-primary-200\/80{
    text-decoration-color: rgb(198 238 219 / 0.8);
}
.decoration-primary-200\/85{
    text-decoration-color: rgb(198 238 219 / 0.85);
}
.decoration-primary-200\/90{
    text-decoration-color: rgb(198 238 219 / 0.9);
}
.decoration-primary-200\/95{
    text-decoration-color: rgb(198 238 219 / 0.95);
}
.decoration-primary-5{
    text-decoration-color: #141C18;
}
.decoration-primary-5\/0{
    text-decoration-color: rgb(20 28 24 / 0);
}
.decoration-primary-5\/10{
    text-decoration-color: rgb(20 28 24 / 0.1);
}
.decoration-primary-5\/100{
    text-decoration-color: rgb(20 28 24 / 1);
}
.decoration-primary-5\/15{
    text-decoration-color: rgb(20 28 24 / 0.15);
}
.decoration-primary-5\/20{
    text-decoration-color: rgb(20 28 24 / 0.2);
}
.decoration-primary-5\/25{
    text-decoration-color: rgb(20 28 24 / 0.25);
}
.decoration-primary-5\/30{
    text-decoration-color: rgb(20 28 24 / 0.3);
}
.decoration-primary-5\/35{
    text-decoration-color: rgb(20 28 24 / 0.35);
}
.decoration-primary-5\/40{
    text-decoration-color: rgb(20 28 24 / 0.4);
}
.decoration-primary-5\/45{
    text-decoration-color: rgb(20 28 24 / 0.45);
}
.decoration-primary-5\/5{
    text-decoration-color: rgb(20 28 24 / 0.05);
}
.decoration-primary-5\/50{
    text-decoration-color: rgb(20 28 24 / 0.5);
}
.decoration-primary-5\/55{
    text-decoration-color: rgb(20 28 24 / 0.55);
}
.decoration-primary-5\/60{
    text-decoration-color: rgb(20 28 24 / 0.6);
}
.decoration-primary-5\/65{
    text-decoration-color: rgb(20 28 24 / 0.65);
}
.decoration-primary-5\/70{
    text-decoration-color: rgb(20 28 24 / 0.7);
}
.decoration-primary-5\/75{
    text-decoration-color: rgb(20 28 24 / 0.75);
}
.decoration-primary-5\/80{
    text-decoration-color: rgb(20 28 24 / 0.8);
}
.decoration-primary-5\/85{
    text-decoration-color: rgb(20 28 24 / 0.85);
}
.decoration-primary-5\/90{
    text-decoration-color: rgb(20 28 24 / 0.9);
}
.decoration-primary-5\/95{
    text-decoration-color: rgb(20 28 24 / 0.95);
}
.decoration-primary-500{
    text-decoration-color: #48E59B;
}
.decoration-primary-500\/0{
    text-decoration-color: rgb(72 229 155 / 0);
}
.decoration-primary-500\/10{
    text-decoration-color: rgb(72 229 155 / 0.1);
}
.decoration-primary-500\/100{
    text-decoration-color: rgb(72 229 155 / 1);
}
.decoration-primary-500\/15{
    text-decoration-color: rgb(72 229 155 / 0.15);
}
.decoration-primary-500\/20{
    text-decoration-color: rgb(72 229 155 / 0.2);
}
.decoration-primary-500\/25{
    text-decoration-color: rgb(72 229 155 / 0.25);
}
.decoration-primary-500\/30{
    text-decoration-color: rgb(72 229 155 / 0.3);
}
.decoration-primary-500\/35{
    text-decoration-color: rgb(72 229 155 / 0.35);
}
.decoration-primary-500\/40{
    text-decoration-color: rgb(72 229 155 / 0.4);
}
.decoration-primary-500\/45{
    text-decoration-color: rgb(72 229 155 / 0.45);
}
.decoration-primary-500\/5{
    text-decoration-color: rgb(72 229 155 / 0.05);
}
.decoration-primary-500\/50{
    text-decoration-color: rgb(72 229 155 / 0.5);
}
.decoration-primary-500\/55{
    text-decoration-color: rgb(72 229 155 / 0.55);
}
.decoration-primary-500\/60{
    text-decoration-color: rgb(72 229 155 / 0.6);
}
.decoration-primary-500\/65{
    text-decoration-color: rgb(72 229 155 / 0.65);
}
.decoration-primary-500\/70{
    text-decoration-color: rgb(72 229 155 / 0.7);
}
.decoration-primary-500\/75{
    text-decoration-color: rgb(72 229 155 / 0.75);
}
.decoration-primary-500\/80{
    text-decoration-color: rgb(72 229 155 / 0.8);
}
.decoration-primary-500\/85{
    text-decoration-color: rgb(72 229 155 / 0.85);
}
.decoration-primary-500\/90{
    text-decoration-color: rgb(72 229 155 / 0.9);
}
.decoration-primary-500\/95{
    text-decoration-color: rgb(72 229 155 / 0.95);
}
.decoration-primary-60{
    text-decoration-color: #399B6D;
}
.decoration-primary-60\/0{
    text-decoration-color: rgb(57 155 109 / 0);
}
.decoration-primary-60\/10{
    text-decoration-color: rgb(57 155 109 / 0.1);
}
.decoration-primary-60\/100{
    text-decoration-color: rgb(57 155 109 / 1);
}
.decoration-primary-60\/15{
    text-decoration-color: rgb(57 155 109 / 0.15);
}
.decoration-primary-60\/20{
    text-decoration-color: rgb(57 155 109 / 0.2);
}
.decoration-primary-60\/25{
    text-decoration-color: rgb(57 155 109 / 0.25);
}
.decoration-primary-60\/30{
    text-decoration-color: rgb(57 155 109 / 0.3);
}
.decoration-primary-60\/35{
    text-decoration-color: rgb(57 155 109 / 0.35);
}
.decoration-primary-60\/40{
    text-decoration-color: rgb(57 155 109 / 0.4);
}
.decoration-primary-60\/45{
    text-decoration-color: rgb(57 155 109 / 0.45);
}
.decoration-primary-60\/5{
    text-decoration-color: rgb(57 155 109 / 0.05);
}
.decoration-primary-60\/50{
    text-decoration-color: rgb(57 155 109 / 0.5);
}
.decoration-primary-60\/55{
    text-decoration-color: rgb(57 155 109 / 0.55);
}
.decoration-primary-60\/60{
    text-decoration-color: rgb(57 155 109 / 0.6);
}
.decoration-primary-60\/65{
    text-decoration-color: rgb(57 155 109 / 0.65);
}
.decoration-primary-60\/70{
    text-decoration-color: rgb(57 155 109 / 0.7);
}
.decoration-primary-60\/75{
    text-decoration-color: rgb(57 155 109 / 0.75);
}
.decoration-primary-60\/80{
    text-decoration-color: rgb(57 155 109 / 0.8);
}
.decoration-primary-60\/85{
    text-decoration-color: rgb(57 155 109 / 0.85);
}
.decoration-primary-60\/90{
    text-decoration-color: rgb(57 155 109 / 0.9);
}
.decoration-primary-60\/95{
    text-decoration-color: rgb(57 155 109 / 0.95);
}
.decoration-primary-600{
    text-decoration-color: #3DBB7F;
}
.decoration-primary-600\/0{
    text-decoration-color: rgb(61 187 127 / 0);
}
.decoration-primary-600\/10{
    text-decoration-color: rgb(61 187 127 / 0.1);
}
.decoration-primary-600\/100{
    text-decoration-color: rgb(61 187 127 / 1);
}
.decoration-primary-600\/15{
    text-decoration-color: rgb(61 187 127 / 0.15);
}
.decoration-primary-600\/20{
    text-decoration-color: rgb(61 187 127 / 0.2);
}
.decoration-primary-600\/25{
    text-decoration-color: rgb(61 187 127 / 0.25);
}
.decoration-primary-600\/30{
    text-decoration-color: rgb(61 187 127 / 0.3);
}
.decoration-primary-600\/35{
    text-decoration-color: rgb(61 187 127 / 0.35);
}
.decoration-primary-600\/40{
    text-decoration-color: rgb(61 187 127 / 0.4);
}
.decoration-primary-600\/45{
    text-decoration-color: rgb(61 187 127 / 0.45);
}
.decoration-primary-600\/5{
    text-decoration-color: rgb(61 187 127 / 0.05);
}
.decoration-primary-600\/50{
    text-decoration-color: rgb(61 187 127 / 0.5);
}
.decoration-primary-600\/55{
    text-decoration-color: rgb(61 187 127 / 0.55);
}
.decoration-primary-600\/60{
    text-decoration-color: rgb(61 187 127 / 0.6);
}
.decoration-primary-600\/65{
    text-decoration-color: rgb(61 187 127 / 0.65);
}
.decoration-primary-600\/70{
    text-decoration-color: rgb(61 187 127 / 0.7);
}
.decoration-primary-600\/75{
    text-decoration-color: rgb(61 187 127 / 0.75);
}
.decoration-primary-600\/80{
    text-decoration-color: rgb(61 187 127 / 0.8);
}
.decoration-primary-600\/85{
    text-decoration-color: rgb(61 187 127 / 0.85);
}
.decoration-primary-600\/90{
    text-decoration-color: rgb(61 187 127 / 0.9);
}
.decoration-primary-600\/95{
    text-decoration-color: rgb(61 187 127 / 0.95);
}
.decoration-primary-700{
    text-decoration-color: #399B6D;
}
.decoration-primary-700\/0{
    text-decoration-color: rgb(57 155 109 / 0);
}
.decoration-primary-700\/10{
    text-decoration-color: rgb(57 155 109 / 0.1);
}
.decoration-primary-700\/100{
    text-decoration-color: rgb(57 155 109 / 1);
}
.decoration-primary-700\/15{
    text-decoration-color: rgb(57 155 109 / 0.15);
}
.decoration-primary-700\/20{
    text-decoration-color: rgb(57 155 109 / 0.2);
}
.decoration-primary-700\/25{
    text-decoration-color: rgb(57 155 109 / 0.25);
}
.decoration-primary-700\/30{
    text-decoration-color: rgb(57 155 109 / 0.3);
}
.decoration-primary-700\/35{
    text-decoration-color: rgb(57 155 109 / 0.35);
}
.decoration-primary-700\/40{
    text-decoration-color: rgb(57 155 109 / 0.4);
}
.decoration-primary-700\/45{
    text-decoration-color: rgb(57 155 109 / 0.45);
}
.decoration-primary-700\/5{
    text-decoration-color: rgb(57 155 109 / 0.05);
}
.decoration-primary-700\/50{
    text-decoration-color: rgb(57 155 109 / 0.5);
}
.decoration-primary-700\/55{
    text-decoration-color: rgb(57 155 109 / 0.55);
}
.decoration-primary-700\/60{
    text-decoration-color: rgb(57 155 109 / 0.6);
}
.decoration-primary-700\/65{
    text-decoration-color: rgb(57 155 109 / 0.65);
}
.decoration-primary-700\/70{
    text-decoration-color: rgb(57 155 109 / 0.7);
}
.decoration-primary-700\/75{
    text-decoration-color: rgb(57 155 109 / 0.75);
}
.decoration-primary-700\/80{
    text-decoration-color: rgb(57 155 109 / 0.8);
}
.decoration-primary-700\/85{
    text-decoration-color: rgb(57 155 109 / 0.85);
}
.decoration-primary-700\/90{
    text-decoration-color: rgb(57 155 109 / 0.9);
}
.decoration-primary-700\/95{
    text-decoration-color: rgb(57 155 109 / 0.95);
}
.decoration-primary-80{
    text-decoration-color: #3DBB7F;
}
.decoration-primary-80\/0{
    text-decoration-color: rgb(61 187 127 / 0);
}
.decoration-primary-80\/10{
    text-decoration-color: rgb(61 187 127 / 0.1);
}
.decoration-primary-80\/100{
    text-decoration-color: rgb(61 187 127 / 1);
}
.decoration-primary-80\/15{
    text-decoration-color: rgb(61 187 127 / 0.15);
}
.decoration-primary-80\/20{
    text-decoration-color: rgb(61 187 127 / 0.2);
}
.decoration-primary-80\/25{
    text-decoration-color: rgb(61 187 127 / 0.25);
}
.decoration-primary-80\/30{
    text-decoration-color: rgb(61 187 127 / 0.3);
}
.decoration-primary-80\/35{
    text-decoration-color: rgb(61 187 127 / 0.35);
}
.decoration-primary-80\/40{
    text-decoration-color: rgb(61 187 127 / 0.4);
}
.decoration-primary-80\/45{
    text-decoration-color: rgb(61 187 127 / 0.45);
}
.decoration-primary-80\/5{
    text-decoration-color: rgb(61 187 127 / 0.05);
}
.decoration-primary-80\/50{
    text-decoration-color: rgb(61 187 127 / 0.5);
}
.decoration-primary-80\/55{
    text-decoration-color: rgb(61 187 127 / 0.55);
}
.decoration-primary-80\/60{
    text-decoration-color: rgb(61 187 127 / 0.6);
}
.decoration-primary-80\/65{
    text-decoration-color: rgb(61 187 127 / 0.65);
}
.decoration-primary-80\/70{
    text-decoration-color: rgb(61 187 127 / 0.7);
}
.decoration-primary-80\/75{
    text-decoration-color: rgb(61 187 127 / 0.75);
}
.decoration-primary-80\/80{
    text-decoration-color: rgb(61 187 127 / 0.8);
}
.decoration-primary-80\/85{
    text-decoration-color: rgb(61 187 127 / 0.85);
}
.decoration-primary-80\/90{
    text-decoration-color: rgb(61 187 127 / 0.9);
}
.decoration-primary-80\/95{
    text-decoration-color: rgb(61 187 127 / 0.95);
}
.decoration-primary-800{
    text-decoration-color: #0A4429;
}
.decoration-primary-800\/0{
    text-decoration-color: rgb(10 68 41 / 0);
}
.decoration-primary-800\/10{
    text-decoration-color: rgb(10 68 41 / 0.1);
}
.decoration-primary-800\/100{
    text-decoration-color: rgb(10 68 41 / 1);
}
.decoration-primary-800\/15{
    text-decoration-color: rgb(10 68 41 / 0.15);
}
.decoration-primary-800\/20{
    text-decoration-color: rgb(10 68 41 / 0.2);
}
.decoration-primary-800\/25{
    text-decoration-color: rgb(10 68 41 / 0.25);
}
.decoration-primary-800\/30{
    text-decoration-color: rgb(10 68 41 / 0.3);
}
.decoration-primary-800\/35{
    text-decoration-color: rgb(10 68 41 / 0.35);
}
.decoration-primary-800\/40{
    text-decoration-color: rgb(10 68 41 / 0.4);
}
.decoration-primary-800\/45{
    text-decoration-color: rgb(10 68 41 / 0.45);
}
.decoration-primary-800\/5{
    text-decoration-color: rgb(10 68 41 / 0.05);
}
.decoration-primary-800\/50{
    text-decoration-color: rgb(10 68 41 / 0.5);
}
.decoration-primary-800\/55{
    text-decoration-color: rgb(10 68 41 / 0.55);
}
.decoration-primary-800\/60{
    text-decoration-color: rgb(10 68 41 / 0.6);
}
.decoration-primary-800\/65{
    text-decoration-color: rgb(10 68 41 / 0.65);
}
.decoration-primary-800\/70{
    text-decoration-color: rgb(10 68 41 / 0.7);
}
.decoration-primary-800\/75{
    text-decoration-color: rgb(10 68 41 / 0.75);
}
.decoration-primary-800\/80{
    text-decoration-color: rgb(10 68 41 / 0.8);
}
.decoration-primary-800\/85{
    text-decoration-color: rgb(10 68 41 / 0.85);
}
.decoration-primary-800\/90{
    text-decoration-color: rgb(10 68 41 / 0.9);
}
.decoration-primary-800\/95{
    text-decoration-color: rgb(10 68 41 / 0.95);
}
.decoration-primary-900{
    text-decoration-color: #1C3B2D;
}
.decoration-primary-900\/0{
    text-decoration-color: rgb(28 59 45 / 0);
}
.decoration-primary-900\/10{
    text-decoration-color: rgb(28 59 45 / 0.1);
}
.decoration-primary-900\/100{
    text-decoration-color: rgb(28 59 45 / 1);
}
.decoration-primary-900\/15{
    text-decoration-color: rgb(28 59 45 / 0.15);
}
.decoration-primary-900\/20{
    text-decoration-color: rgb(28 59 45 / 0.2);
}
.decoration-primary-900\/25{
    text-decoration-color: rgb(28 59 45 / 0.25);
}
.decoration-primary-900\/30{
    text-decoration-color: rgb(28 59 45 / 0.3);
}
.decoration-primary-900\/35{
    text-decoration-color: rgb(28 59 45 / 0.35);
}
.decoration-primary-900\/40{
    text-decoration-color: rgb(28 59 45 / 0.4);
}
.decoration-primary-900\/45{
    text-decoration-color: rgb(28 59 45 / 0.45);
}
.decoration-primary-900\/5{
    text-decoration-color: rgb(28 59 45 / 0.05);
}
.decoration-primary-900\/50{
    text-decoration-color: rgb(28 59 45 / 0.5);
}
.decoration-primary-900\/55{
    text-decoration-color: rgb(28 59 45 / 0.55);
}
.decoration-primary-900\/60{
    text-decoration-color: rgb(28 59 45 / 0.6);
}
.decoration-primary-900\/65{
    text-decoration-color: rgb(28 59 45 / 0.65);
}
.decoration-primary-900\/70{
    text-decoration-color: rgb(28 59 45 / 0.7);
}
.decoration-primary-900\/75{
    text-decoration-color: rgb(28 59 45 / 0.75);
}
.decoration-primary-900\/80{
    text-decoration-color: rgb(28 59 45 / 0.8);
}
.decoration-primary-900\/85{
    text-decoration-color: rgb(28 59 45 / 0.85);
}
.decoration-primary-900\/90{
    text-decoration-color: rgb(28 59 45 / 0.9);
}
.decoration-primary-900\/95{
    text-decoration-color: rgb(28 59 45 / 0.95);
}
.decoration-primary-950{
    text-decoration-color: #141C18;
}
.decoration-primary-950\/0{
    text-decoration-color: rgb(20 28 24 / 0);
}
.decoration-primary-950\/10{
    text-decoration-color: rgb(20 28 24 / 0.1);
}
.decoration-primary-950\/100{
    text-decoration-color: rgb(20 28 24 / 1);
}
.decoration-primary-950\/15{
    text-decoration-color: rgb(20 28 24 / 0.15);
}
.decoration-primary-950\/20{
    text-decoration-color: rgb(20 28 24 / 0.2);
}
.decoration-primary-950\/25{
    text-decoration-color: rgb(20 28 24 / 0.25);
}
.decoration-primary-950\/30{
    text-decoration-color: rgb(20 28 24 / 0.3);
}
.decoration-primary-950\/35{
    text-decoration-color: rgb(20 28 24 / 0.35);
}
.decoration-primary-950\/40{
    text-decoration-color: rgb(20 28 24 / 0.4);
}
.decoration-primary-950\/45{
    text-decoration-color: rgb(20 28 24 / 0.45);
}
.decoration-primary-950\/5{
    text-decoration-color: rgb(20 28 24 / 0.05);
}
.decoration-primary-950\/50{
    text-decoration-color: rgb(20 28 24 / 0.5);
}
.decoration-primary-950\/55{
    text-decoration-color: rgb(20 28 24 / 0.55);
}
.decoration-primary-950\/60{
    text-decoration-color: rgb(20 28 24 / 0.6);
}
.decoration-primary-950\/65{
    text-decoration-color: rgb(20 28 24 / 0.65);
}
.decoration-primary-950\/70{
    text-decoration-color: rgb(20 28 24 / 0.7);
}
.decoration-primary-950\/75{
    text-decoration-color: rgb(20 28 24 / 0.75);
}
.decoration-primary-950\/80{
    text-decoration-color: rgb(20 28 24 / 0.8);
}
.decoration-primary-950\/85{
    text-decoration-color: rgb(20 28 24 / 0.85);
}
.decoration-primary-950\/90{
    text-decoration-color: rgb(20 28 24 / 0.9);
}
.decoration-primary-950\/95{
    text-decoration-color: rgb(20 28 24 / 0.95);
}
.decoration-primary-dark{
    text-decoration-color: #0A4429;
}
.decoration-primary-dark\/0{
    text-decoration-color: rgb(10 68 41 / 0);
}
.decoration-primary-dark\/10{
    text-decoration-color: rgb(10 68 41 / 0.1);
}
.decoration-primary-dark\/100{
    text-decoration-color: rgb(10 68 41 / 1);
}
.decoration-primary-dark\/15{
    text-decoration-color: rgb(10 68 41 / 0.15);
}
.decoration-primary-dark\/20{
    text-decoration-color: rgb(10 68 41 / 0.2);
}
.decoration-primary-dark\/25{
    text-decoration-color: rgb(10 68 41 / 0.25);
}
.decoration-primary-dark\/30{
    text-decoration-color: rgb(10 68 41 / 0.3);
}
.decoration-primary-dark\/35{
    text-decoration-color: rgb(10 68 41 / 0.35);
}
.decoration-primary-dark\/40{
    text-decoration-color: rgb(10 68 41 / 0.4);
}
.decoration-primary-dark\/45{
    text-decoration-color: rgb(10 68 41 / 0.45);
}
.decoration-primary-dark\/5{
    text-decoration-color: rgb(10 68 41 / 0.05);
}
.decoration-primary-dark\/50{
    text-decoration-color: rgb(10 68 41 / 0.5);
}
.decoration-primary-dark\/55{
    text-decoration-color: rgb(10 68 41 / 0.55);
}
.decoration-primary-dark\/60{
    text-decoration-color: rgb(10 68 41 / 0.6);
}
.decoration-primary-dark\/65{
    text-decoration-color: rgb(10 68 41 / 0.65);
}
.decoration-primary-dark\/70{
    text-decoration-color: rgb(10 68 41 / 0.7);
}
.decoration-primary-dark\/75{
    text-decoration-color: rgb(10 68 41 / 0.75);
}
.decoration-primary-dark\/80{
    text-decoration-color: rgb(10 68 41 / 0.8);
}
.decoration-primary-dark\/85{
    text-decoration-color: rgb(10 68 41 / 0.85);
}
.decoration-primary-dark\/90{
    text-decoration-color: rgb(10 68 41 / 0.9);
}
.decoration-primary-dark\/95{
    text-decoration-color: rgb(10 68 41 / 0.95);
}
.decoration-primary-light{
    text-decoration-color: #C6EEDB;
}
.decoration-primary-light\/0{
    text-decoration-color: rgb(198 238 219 / 0);
}
.decoration-primary-light\/10{
    text-decoration-color: rgb(198 238 219 / 0.1);
}
.decoration-primary-light\/100{
    text-decoration-color: rgb(198 238 219 / 1);
}
.decoration-primary-light\/15{
    text-decoration-color: rgb(198 238 219 / 0.15);
}
.decoration-primary-light\/20{
    text-decoration-color: rgb(198 238 219 / 0.2);
}
.decoration-primary-light\/25{
    text-decoration-color: rgb(198 238 219 / 0.25);
}
.decoration-primary-light\/30{
    text-decoration-color: rgb(198 238 219 / 0.3);
}
.decoration-primary-light\/35{
    text-decoration-color: rgb(198 238 219 / 0.35);
}
.decoration-primary-light\/40{
    text-decoration-color: rgb(198 238 219 / 0.4);
}
.decoration-primary-light\/45{
    text-decoration-color: rgb(198 238 219 / 0.45);
}
.decoration-primary-light\/5{
    text-decoration-color: rgb(198 238 219 / 0.05);
}
.decoration-primary-light\/50{
    text-decoration-color: rgb(198 238 219 / 0.5);
}
.decoration-primary-light\/55{
    text-decoration-color: rgb(198 238 219 / 0.55);
}
.decoration-primary-light\/60{
    text-decoration-color: rgb(198 238 219 / 0.6);
}
.decoration-primary-light\/65{
    text-decoration-color: rgb(198 238 219 / 0.65);
}
.decoration-primary-light\/70{
    text-decoration-color: rgb(198 238 219 / 0.7);
}
.decoration-primary-light\/75{
    text-decoration-color: rgb(198 238 219 / 0.75);
}
.decoration-primary-light\/80{
    text-decoration-color: rgb(198 238 219 / 0.8);
}
.decoration-primary-light\/85{
    text-decoration-color: rgb(198 238 219 / 0.85);
}
.decoration-primary-light\/90{
    text-decoration-color: rgb(198 238 219 / 0.9);
}
.decoration-primary-light\/95{
    text-decoration-color: rgb(198 238 219 / 0.95);
}
.decoration-primary\/0{
    text-decoration-color: rgb(72 229 155 / 0);
}
.decoration-primary\/10{
    text-decoration-color: rgb(72 229 155 / 0.1);
}
.decoration-primary\/100{
    text-decoration-color: rgb(72 229 155 / 1);
}
.decoration-primary\/15{
    text-decoration-color: rgb(72 229 155 / 0.15);
}
.decoration-primary\/20{
    text-decoration-color: rgb(72 229 155 / 0.2);
}
.decoration-primary\/25{
    text-decoration-color: rgb(72 229 155 / 0.25);
}
.decoration-primary\/30{
    text-decoration-color: rgb(72 229 155 / 0.3);
}
.decoration-primary\/35{
    text-decoration-color: rgb(72 229 155 / 0.35);
}
.decoration-primary\/40{
    text-decoration-color: rgb(72 229 155 / 0.4);
}
.decoration-primary\/45{
    text-decoration-color: rgb(72 229 155 / 0.45);
}
.decoration-primary\/5{
    text-decoration-color: rgb(72 229 155 / 0.05);
}
.decoration-primary\/50{
    text-decoration-color: rgb(72 229 155 / 0.5);
}
.decoration-primary\/55{
    text-decoration-color: rgb(72 229 155 / 0.55);
}
.decoration-primary\/60{
    text-decoration-color: rgb(72 229 155 / 0.6);
}
.decoration-primary\/65{
    text-decoration-color: rgb(72 229 155 / 0.65);
}
.decoration-primary\/70{
    text-decoration-color: rgb(72 229 155 / 0.7);
}
.decoration-primary\/75{
    text-decoration-color: rgb(72 229 155 / 0.75);
}
.decoration-primary\/80{
    text-decoration-color: rgb(72 229 155 / 0.8);
}
.decoration-primary\/85{
    text-decoration-color: rgb(72 229 155 / 0.85);
}
.decoration-primary\/90{
    text-decoration-color: rgb(72 229 155 / 0.9);
}
.decoration-primary\/95{
    text-decoration-color: rgb(72 229 155 / 0.95);
}
.decoration-secondary{
    text-decoration-color: #015AD5;
}
.decoration-secondary-500{
    text-decoration-color: #015AD5;
}
.decoration-secondary-500\/0{
    text-decoration-color: rgb(1 90 213 / 0);
}
.decoration-secondary-500\/10{
    text-decoration-color: rgb(1 90 213 / 0.1);
}
.decoration-secondary-500\/100{
    text-decoration-color: rgb(1 90 213 / 1);
}
.decoration-secondary-500\/15{
    text-decoration-color: rgb(1 90 213 / 0.15);
}
.decoration-secondary-500\/20{
    text-decoration-color: rgb(1 90 213 / 0.2);
}
.decoration-secondary-500\/25{
    text-decoration-color: rgb(1 90 213 / 0.25);
}
.decoration-secondary-500\/30{
    text-decoration-color: rgb(1 90 213 / 0.3);
}
.decoration-secondary-500\/35{
    text-decoration-color: rgb(1 90 213 / 0.35);
}
.decoration-secondary-500\/40{
    text-decoration-color: rgb(1 90 213 / 0.4);
}
.decoration-secondary-500\/45{
    text-decoration-color: rgb(1 90 213 / 0.45);
}
.decoration-secondary-500\/5{
    text-decoration-color: rgb(1 90 213 / 0.05);
}
.decoration-secondary-500\/50{
    text-decoration-color: rgb(1 90 213 / 0.5);
}
.decoration-secondary-500\/55{
    text-decoration-color: rgb(1 90 213 / 0.55);
}
.decoration-secondary-500\/60{
    text-decoration-color: rgb(1 90 213 / 0.6);
}
.decoration-secondary-500\/65{
    text-decoration-color: rgb(1 90 213 / 0.65);
}
.decoration-secondary-500\/70{
    text-decoration-color: rgb(1 90 213 / 0.7);
}
.decoration-secondary-500\/75{
    text-decoration-color: rgb(1 90 213 / 0.75);
}
.decoration-secondary-500\/80{
    text-decoration-color: rgb(1 90 213 / 0.8);
}
.decoration-secondary-500\/85{
    text-decoration-color: rgb(1 90 213 / 0.85);
}
.decoration-secondary-500\/90{
    text-decoration-color: rgb(1 90 213 / 0.9);
}
.decoration-secondary-500\/95{
    text-decoration-color: rgb(1 90 213 / 0.95);
}
.decoration-secondary\/0{
    text-decoration-color: rgb(1 90 213 / 0);
}
.decoration-secondary\/10{
    text-decoration-color: rgb(1 90 213 / 0.1);
}
.decoration-secondary\/100{
    text-decoration-color: rgb(1 90 213 / 1);
}
.decoration-secondary\/15{
    text-decoration-color: rgb(1 90 213 / 0.15);
}
.decoration-secondary\/20{
    text-decoration-color: rgb(1 90 213 / 0.2);
}
.decoration-secondary\/25{
    text-decoration-color: rgb(1 90 213 / 0.25);
}
.decoration-secondary\/30{
    text-decoration-color: rgb(1 90 213 / 0.3);
}
.decoration-secondary\/35{
    text-decoration-color: rgb(1 90 213 / 0.35);
}
.decoration-secondary\/40{
    text-decoration-color: rgb(1 90 213 / 0.4);
}
.decoration-secondary\/45{
    text-decoration-color: rgb(1 90 213 / 0.45);
}
.decoration-secondary\/5{
    text-decoration-color: rgb(1 90 213 / 0.05);
}
.decoration-secondary\/50{
    text-decoration-color: rgb(1 90 213 / 0.5);
}
.decoration-secondary\/55{
    text-decoration-color: rgb(1 90 213 / 0.55);
}
.decoration-secondary\/60{
    text-decoration-color: rgb(1 90 213 / 0.6);
}
.decoration-secondary\/65{
    text-decoration-color: rgb(1 90 213 / 0.65);
}
.decoration-secondary\/70{
    text-decoration-color: rgb(1 90 213 / 0.7);
}
.decoration-secondary\/75{
    text-decoration-color: rgb(1 90 213 / 0.75);
}
.decoration-secondary\/80{
    text-decoration-color: rgb(1 90 213 / 0.8);
}
.decoration-secondary\/85{
    text-decoration-color: rgb(1 90 213 / 0.85);
}
.decoration-secondary\/90{
    text-decoration-color: rgb(1 90 213 / 0.9);
}
.decoration-secondary\/95{
    text-decoration-color: rgb(1 90 213 / 0.95);
}
.placeholder-black-brand::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(49 49 49 / var(--tw-placeholder-opacity));
}
.placeholder-black-brand::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(49 49 49 / var(--tw-placeholder-opacity));
}
.placeholder-black-brand\/0::-moz-placeholder{
    color: rgb(49 49 49 / 0);
}
.placeholder-black-brand\/0::placeholder{
    color: rgb(49 49 49 / 0);
}
.placeholder-black-brand\/10::-moz-placeholder{
    color: rgb(49 49 49 / 0.1);
}
.placeholder-black-brand\/10::placeholder{
    color: rgb(49 49 49 / 0.1);
}
.placeholder-black-brand\/100::-moz-placeholder{
    color: rgb(49 49 49 / 1);
}
.placeholder-black-brand\/100::placeholder{
    color: rgb(49 49 49 / 1);
}
.placeholder-black-brand\/15::-moz-placeholder{
    color: rgb(49 49 49 / 0.15);
}
.placeholder-black-brand\/15::placeholder{
    color: rgb(49 49 49 / 0.15);
}
.placeholder-black-brand\/20::-moz-placeholder{
    color: rgb(49 49 49 / 0.2);
}
.placeholder-black-brand\/20::placeholder{
    color: rgb(49 49 49 / 0.2);
}
.placeholder-black-brand\/25::-moz-placeholder{
    color: rgb(49 49 49 / 0.25);
}
.placeholder-black-brand\/25::placeholder{
    color: rgb(49 49 49 / 0.25);
}
.placeholder-black-brand\/30::-moz-placeholder{
    color: rgb(49 49 49 / 0.3);
}
.placeholder-black-brand\/30::placeholder{
    color: rgb(49 49 49 / 0.3);
}
.placeholder-black-brand\/35::-moz-placeholder{
    color: rgb(49 49 49 / 0.35);
}
.placeholder-black-brand\/35::placeholder{
    color: rgb(49 49 49 / 0.35);
}
.placeholder-black-brand\/40::-moz-placeholder{
    color: rgb(49 49 49 / 0.4);
}
.placeholder-black-brand\/40::placeholder{
    color: rgb(49 49 49 / 0.4);
}
.placeholder-black-brand\/45::-moz-placeholder{
    color: rgb(49 49 49 / 0.45);
}
.placeholder-black-brand\/45::placeholder{
    color: rgb(49 49 49 / 0.45);
}
.placeholder-black-brand\/5::-moz-placeholder{
    color: rgb(49 49 49 / 0.05);
}
.placeholder-black-brand\/5::placeholder{
    color: rgb(49 49 49 / 0.05);
}
.placeholder-black-brand\/50::-moz-placeholder{
    color: rgb(49 49 49 / 0.5);
}
.placeholder-black-brand\/50::placeholder{
    color: rgb(49 49 49 / 0.5);
}
.placeholder-black-brand\/55::-moz-placeholder{
    color: rgb(49 49 49 / 0.55);
}
.placeholder-black-brand\/55::placeholder{
    color: rgb(49 49 49 / 0.55);
}
.placeholder-black-brand\/60::-moz-placeholder{
    color: rgb(49 49 49 / 0.6);
}
.placeholder-black-brand\/60::placeholder{
    color: rgb(49 49 49 / 0.6);
}
.placeholder-black-brand\/65::-moz-placeholder{
    color: rgb(49 49 49 / 0.65);
}
.placeholder-black-brand\/65::placeholder{
    color: rgb(49 49 49 / 0.65);
}
.placeholder-black-brand\/70::-moz-placeholder{
    color: rgb(49 49 49 / 0.7);
}
.placeholder-black-brand\/70::placeholder{
    color: rgb(49 49 49 / 0.7);
}
.placeholder-black-brand\/75::-moz-placeholder{
    color: rgb(49 49 49 / 0.75);
}
.placeholder-black-brand\/75::placeholder{
    color: rgb(49 49 49 / 0.75);
}
.placeholder-black-brand\/80::-moz-placeholder{
    color: rgb(49 49 49 / 0.8);
}
.placeholder-black-brand\/80::placeholder{
    color: rgb(49 49 49 / 0.8);
}
.placeholder-black-brand\/85::-moz-placeholder{
    color: rgb(49 49 49 / 0.85);
}
.placeholder-black-brand\/85::placeholder{
    color: rgb(49 49 49 / 0.85);
}
.placeholder-black-brand\/90::-moz-placeholder{
    color: rgb(49 49 49 / 0.9);
}
.placeholder-black-brand\/90::placeholder{
    color: rgb(49 49 49 / 0.9);
}
.placeholder-black-brand\/95::-moz-placeholder{
    color: rgb(49 49 49 / 0.95);
}
.placeholder-black-brand\/95::placeholder{
    color: rgb(49 49 49 / 0.95);
}
.placeholder-brand-100::-moz-placeholder{
    color: #c6eedb0d;
}
.placeholder-brand-100::placeholder{
    color: #c6eedb0d;
}
.placeholder-brand-100\/0::-moz-placeholder{
    color: rgb(198 238 219 / 0);
}
.placeholder-brand-100\/0::placeholder{
    color: rgb(198 238 219 / 0);
}
.placeholder-brand-100\/10::-moz-placeholder{
    color: rgb(198 238 219 / 0.1);
}
.placeholder-brand-100\/10::placeholder{
    color: rgb(198 238 219 / 0.1);
}
.placeholder-brand-100\/100::-moz-placeholder{
    color: rgb(198 238 219 / 1);
}
.placeholder-brand-100\/100::placeholder{
    color: rgb(198 238 219 / 1);
}
.placeholder-brand-100\/15::-moz-placeholder{
    color: rgb(198 238 219 / 0.15);
}
.placeholder-brand-100\/15::placeholder{
    color: rgb(198 238 219 / 0.15);
}
.placeholder-brand-100\/20::-moz-placeholder{
    color: rgb(198 238 219 / 0.2);
}
.placeholder-brand-100\/20::placeholder{
    color: rgb(198 238 219 / 0.2);
}
.placeholder-brand-100\/25::-moz-placeholder{
    color: rgb(198 238 219 / 0.25);
}
.placeholder-brand-100\/25::placeholder{
    color: rgb(198 238 219 / 0.25);
}
.placeholder-brand-100\/30::-moz-placeholder{
    color: rgb(198 238 219 / 0.3);
}
.placeholder-brand-100\/30::placeholder{
    color: rgb(198 238 219 / 0.3);
}
.placeholder-brand-100\/35::-moz-placeholder{
    color: rgb(198 238 219 / 0.35);
}
.placeholder-brand-100\/35::placeholder{
    color: rgb(198 238 219 / 0.35);
}
.placeholder-brand-100\/40::-moz-placeholder{
    color: rgb(198 238 219 / 0.4);
}
.placeholder-brand-100\/40::placeholder{
    color: rgb(198 238 219 / 0.4);
}
.placeholder-brand-100\/45::-moz-placeholder{
    color: rgb(198 238 219 / 0.45);
}
.placeholder-brand-100\/45::placeholder{
    color: rgb(198 238 219 / 0.45);
}
.placeholder-brand-100\/5::-moz-placeholder{
    color: rgb(198 238 219 / 0.05);
}
.placeholder-brand-100\/5::placeholder{
    color: rgb(198 238 219 / 0.05);
}
.placeholder-brand-100\/50::-moz-placeholder{
    color: rgb(198 238 219 / 0.5);
}
.placeholder-brand-100\/50::placeholder{
    color: rgb(198 238 219 / 0.5);
}
.placeholder-brand-100\/55::-moz-placeholder{
    color: rgb(198 238 219 / 0.55);
}
.placeholder-brand-100\/55::placeholder{
    color: rgb(198 238 219 / 0.55);
}
.placeholder-brand-100\/60::-moz-placeholder{
    color: rgb(198 238 219 / 0.6);
}
.placeholder-brand-100\/60::placeholder{
    color: rgb(198 238 219 / 0.6);
}
.placeholder-brand-100\/65::-moz-placeholder{
    color: rgb(198 238 219 / 0.65);
}
.placeholder-brand-100\/65::placeholder{
    color: rgb(198 238 219 / 0.65);
}
.placeholder-brand-100\/70::-moz-placeholder{
    color: rgb(198 238 219 / 0.7);
}
.placeholder-brand-100\/70::placeholder{
    color: rgb(198 238 219 / 0.7);
}
.placeholder-brand-100\/75::-moz-placeholder{
    color: rgb(198 238 219 / 0.75);
}
.placeholder-brand-100\/75::placeholder{
    color: rgb(198 238 219 / 0.75);
}
.placeholder-brand-100\/80::-moz-placeholder{
    color: rgb(198 238 219 / 0.8);
}
.placeholder-brand-100\/80::placeholder{
    color: rgb(198 238 219 / 0.8);
}
.placeholder-brand-100\/85::-moz-placeholder{
    color: rgb(198 238 219 / 0.85);
}
.placeholder-brand-100\/85::placeholder{
    color: rgb(198 238 219 / 0.85);
}
.placeholder-brand-100\/90::-moz-placeholder{
    color: rgb(198 238 219 / 0.9);
}
.placeholder-brand-100\/90::placeholder{
    color: rgb(198 238 219 / 0.9);
}
.placeholder-brand-100\/95::-moz-placeholder{
    color: rgb(198 238 219 / 0.95);
}
.placeholder-brand-100\/95::placeholder{
    color: rgb(198 238 219 / 0.95);
}
.placeholder-brand-20::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(72 229 155 / var(--tw-placeholder-opacity));
}
.placeholder-brand-20::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(72 229 155 / var(--tw-placeholder-opacity));
}
.placeholder-brand-20\/0::-moz-placeholder{
    color: rgb(72 229 155 / 0);
}
.placeholder-brand-20\/0::placeholder{
    color: rgb(72 229 155 / 0);
}
.placeholder-brand-20\/10::-moz-placeholder{
    color: rgb(72 229 155 / 0.1);
}
.placeholder-brand-20\/10::placeholder{
    color: rgb(72 229 155 / 0.1);
}
.placeholder-brand-20\/100::-moz-placeholder{
    color: rgb(72 229 155 / 1);
}
.placeholder-brand-20\/100::placeholder{
    color: rgb(72 229 155 / 1);
}
.placeholder-brand-20\/15::-moz-placeholder{
    color: rgb(72 229 155 / 0.15);
}
.placeholder-brand-20\/15::placeholder{
    color: rgb(72 229 155 / 0.15);
}
.placeholder-brand-20\/20::-moz-placeholder{
    color: rgb(72 229 155 / 0.2);
}
.placeholder-brand-20\/20::placeholder{
    color: rgb(72 229 155 / 0.2);
}
.placeholder-brand-20\/25::-moz-placeholder{
    color: rgb(72 229 155 / 0.25);
}
.placeholder-brand-20\/25::placeholder{
    color: rgb(72 229 155 / 0.25);
}
.placeholder-brand-20\/30::-moz-placeholder{
    color: rgb(72 229 155 / 0.3);
}
.placeholder-brand-20\/30::placeholder{
    color: rgb(72 229 155 / 0.3);
}
.placeholder-brand-20\/35::-moz-placeholder{
    color: rgb(72 229 155 / 0.35);
}
.placeholder-brand-20\/35::placeholder{
    color: rgb(72 229 155 / 0.35);
}
.placeholder-brand-20\/40::-moz-placeholder{
    color: rgb(72 229 155 / 0.4);
}
.placeholder-brand-20\/40::placeholder{
    color: rgb(72 229 155 / 0.4);
}
.placeholder-brand-20\/45::-moz-placeholder{
    color: rgb(72 229 155 / 0.45);
}
.placeholder-brand-20\/45::placeholder{
    color: rgb(72 229 155 / 0.45);
}
.placeholder-brand-20\/5::-moz-placeholder{
    color: rgb(72 229 155 / 0.05);
}
.placeholder-brand-20\/5::placeholder{
    color: rgb(72 229 155 / 0.05);
}
.placeholder-brand-20\/50::-moz-placeholder{
    color: rgb(72 229 155 / 0.5);
}
.placeholder-brand-20\/50::placeholder{
    color: rgb(72 229 155 / 0.5);
}
.placeholder-brand-20\/55::-moz-placeholder{
    color: rgb(72 229 155 / 0.55);
}
.placeholder-brand-20\/55::placeholder{
    color: rgb(72 229 155 / 0.55);
}
.placeholder-brand-20\/60::-moz-placeholder{
    color: rgb(72 229 155 / 0.6);
}
.placeholder-brand-20\/60::placeholder{
    color: rgb(72 229 155 / 0.6);
}
.placeholder-brand-20\/65::-moz-placeholder{
    color: rgb(72 229 155 / 0.65);
}
.placeholder-brand-20\/65::placeholder{
    color: rgb(72 229 155 / 0.65);
}
.placeholder-brand-20\/70::-moz-placeholder{
    color: rgb(72 229 155 / 0.7);
}
.placeholder-brand-20\/70::placeholder{
    color: rgb(72 229 155 / 0.7);
}
.placeholder-brand-20\/75::-moz-placeholder{
    color: rgb(72 229 155 / 0.75);
}
.placeholder-brand-20\/75::placeholder{
    color: rgb(72 229 155 / 0.75);
}
.placeholder-brand-20\/80::-moz-placeholder{
    color: rgb(72 229 155 / 0.8);
}
.placeholder-brand-20\/80::placeholder{
    color: rgb(72 229 155 / 0.8);
}
.placeholder-brand-20\/85::-moz-placeholder{
    color: rgb(72 229 155 / 0.85);
}
.placeholder-brand-20\/85::placeholder{
    color: rgb(72 229 155 / 0.85);
}
.placeholder-brand-20\/90::-moz-placeholder{
    color: rgb(72 229 155 / 0.9);
}
.placeholder-brand-20\/90::placeholder{
    color: rgb(72 229 155 / 0.9);
}
.placeholder-brand-20\/95::-moz-placeholder{
    color: rgb(72 229 155 / 0.95);
}
.placeholder-brand-20\/95::placeholder{
    color: rgb(72 229 155 / 0.95);
}
.placeholder-brand-200::-moz-placeholder{
    color: #c6eedb33;
}
.placeholder-brand-200::placeholder{
    color: #c6eedb33;
}
.placeholder-brand-200\/0::-moz-placeholder{
    color: rgb(198 238 219 / 0);
}
.placeholder-brand-200\/0::placeholder{
    color: rgb(198 238 219 / 0);
}
.placeholder-brand-200\/10::-moz-placeholder{
    color: rgb(198 238 219 / 0.1);
}
.placeholder-brand-200\/10::placeholder{
    color: rgb(198 238 219 / 0.1);
}
.placeholder-brand-200\/100::-moz-placeholder{
    color: rgb(198 238 219 / 1);
}
.placeholder-brand-200\/100::placeholder{
    color: rgb(198 238 219 / 1);
}
.placeholder-brand-200\/15::-moz-placeholder{
    color: rgb(198 238 219 / 0.15);
}
.placeholder-brand-200\/15::placeholder{
    color: rgb(198 238 219 / 0.15);
}
.placeholder-brand-200\/20::-moz-placeholder{
    color: rgb(198 238 219 / 0.2);
}
.placeholder-brand-200\/20::placeholder{
    color: rgb(198 238 219 / 0.2);
}
.placeholder-brand-200\/25::-moz-placeholder{
    color: rgb(198 238 219 / 0.25);
}
.placeholder-brand-200\/25::placeholder{
    color: rgb(198 238 219 / 0.25);
}
.placeholder-brand-200\/30::-moz-placeholder{
    color: rgb(198 238 219 / 0.3);
}
.placeholder-brand-200\/30::placeholder{
    color: rgb(198 238 219 / 0.3);
}
.placeholder-brand-200\/35::-moz-placeholder{
    color: rgb(198 238 219 / 0.35);
}
.placeholder-brand-200\/35::placeholder{
    color: rgb(198 238 219 / 0.35);
}
.placeholder-brand-200\/40::-moz-placeholder{
    color: rgb(198 238 219 / 0.4);
}
.placeholder-brand-200\/40::placeholder{
    color: rgb(198 238 219 / 0.4);
}
.placeholder-brand-200\/45::-moz-placeholder{
    color: rgb(198 238 219 / 0.45);
}
.placeholder-brand-200\/45::placeholder{
    color: rgb(198 238 219 / 0.45);
}
.placeholder-brand-200\/5::-moz-placeholder{
    color: rgb(198 238 219 / 0.05);
}
.placeholder-brand-200\/5::placeholder{
    color: rgb(198 238 219 / 0.05);
}
.placeholder-brand-200\/50::-moz-placeholder{
    color: rgb(198 238 219 / 0.5);
}
.placeholder-brand-200\/50::placeholder{
    color: rgb(198 238 219 / 0.5);
}
.placeholder-brand-200\/55::-moz-placeholder{
    color: rgb(198 238 219 / 0.55);
}
.placeholder-brand-200\/55::placeholder{
    color: rgb(198 238 219 / 0.55);
}
.placeholder-brand-200\/60::-moz-placeholder{
    color: rgb(198 238 219 / 0.6);
}
.placeholder-brand-200\/60::placeholder{
    color: rgb(198 238 219 / 0.6);
}
.placeholder-brand-200\/65::-moz-placeholder{
    color: rgb(198 238 219 / 0.65);
}
.placeholder-brand-200\/65::placeholder{
    color: rgb(198 238 219 / 0.65);
}
.placeholder-brand-200\/70::-moz-placeholder{
    color: rgb(198 238 219 / 0.7);
}
.placeholder-brand-200\/70::placeholder{
    color: rgb(198 238 219 / 0.7);
}
.placeholder-brand-200\/75::-moz-placeholder{
    color: rgb(198 238 219 / 0.75);
}
.placeholder-brand-200\/75::placeholder{
    color: rgb(198 238 219 / 0.75);
}
.placeholder-brand-200\/80::-moz-placeholder{
    color: rgb(198 238 219 / 0.8);
}
.placeholder-brand-200\/80::placeholder{
    color: rgb(198 238 219 / 0.8);
}
.placeholder-brand-200\/85::-moz-placeholder{
    color: rgb(198 238 219 / 0.85);
}
.placeholder-brand-200\/85::placeholder{
    color: rgb(198 238 219 / 0.85);
}
.placeholder-brand-200\/90::-moz-placeholder{
    color: rgb(198 238 219 / 0.9);
}
.placeholder-brand-200\/90::placeholder{
    color: rgb(198 238 219 / 0.9);
}
.placeholder-brand-200\/95::-moz-placeholder{
    color: rgb(198 238 219 / 0.95);
}
.placeholder-brand-200\/95::placeholder{
    color: rgb(198 238 219 / 0.95);
}
.placeholder-brand-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(198 238 219 / var(--tw-placeholder-opacity));
}
.placeholder-brand-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(198 238 219 / var(--tw-placeholder-opacity));
}
.placeholder-brand-300\/0::-moz-placeholder{
    color: rgb(198 238 219 / 0);
}
.placeholder-brand-300\/0::placeholder{
    color: rgb(198 238 219 / 0);
}
.placeholder-brand-300\/10::-moz-placeholder{
    color: rgb(198 238 219 / 0.1);
}
.placeholder-brand-300\/10::placeholder{
    color: rgb(198 238 219 / 0.1);
}
.placeholder-brand-300\/100::-moz-placeholder{
    color: rgb(198 238 219 / 1);
}
.placeholder-brand-300\/100::placeholder{
    color: rgb(198 238 219 / 1);
}
.placeholder-brand-300\/15::-moz-placeholder{
    color: rgb(198 238 219 / 0.15);
}
.placeholder-brand-300\/15::placeholder{
    color: rgb(198 238 219 / 0.15);
}
.placeholder-brand-300\/20::-moz-placeholder{
    color: rgb(198 238 219 / 0.2);
}
.placeholder-brand-300\/20::placeholder{
    color: rgb(198 238 219 / 0.2);
}
.placeholder-brand-300\/25::-moz-placeholder{
    color: rgb(198 238 219 / 0.25);
}
.placeholder-brand-300\/25::placeholder{
    color: rgb(198 238 219 / 0.25);
}
.placeholder-brand-300\/30::-moz-placeholder{
    color: rgb(198 238 219 / 0.3);
}
.placeholder-brand-300\/30::placeholder{
    color: rgb(198 238 219 / 0.3);
}
.placeholder-brand-300\/35::-moz-placeholder{
    color: rgb(198 238 219 / 0.35);
}
.placeholder-brand-300\/35::placeholder{
    color: rgb(198 238 219 / 0.35);
}
.placeholder-brand-300\/40::-moz-placeholder{
    color: rgb(198 238 219 / 0.4);
}
.placeholder-brand-300\/40::placeholder{
    color: rgb(198 238 219 / 0.4);
}
.placeholder-brand-300\/45::-moz-placeholder{
    color: rgb(198 238 219 / 0.45);
}
.placeholder-brand-300\/45::placeholder{
    color: rgb(198 238 219 / 0.45);
}
.placeholder-brand-300\/5::-moz-placeholder{
    color: rgb(198 238 219 / 0.05);
}
.placeholder-brand-300\/5::placeholder{
    color: rgb(198 238 219 / 0.05);
}
.placeholder-brand-300\/50::-moz-placeholder{
    color: rgb(198 238 219 / 0.5);
}
.placeholder-brand-300\/50::placeholder{
    color: rgb(198 238 219 / 0.5);
}
.placeholder-brand-300\/55::-moz-placeholder{
    color: rgb(198 238 219 / 0.55);
}
.placeholder-brand-300\/55::placeholder{
    color: rgb(198 238 219 / 0.55);
}
.placeholder-brand-300\/60::-moz-placeholder{
    color: rgb(198 238 219 / 0.6);
}
.placeholder-brand-300\/60::placeholder{
    color: rgb(198 238 219 / 0.6);
}
.placeholder-brand-300\/65::-moz-placeholder{
    color: rgb(198 238 219 / 0.65);
}
.placeholder-brand-300\/65::placeholder{
    color: rgb(198 238 219 / 0.65);
}
.placeholder-brand-300\/70::-moz-placeholder{
    color: rgb(198 238 219 / 0.7);
}
.placeholder-brand-300\/70::placeholder{
    color: rgb(198 238 219 / 0.7);
}
.placeholder-brand-300\/75::-moz-placeholder{
    color: rgb(198 238 219 / 0.75);
}
.placeholder-brand-300\/75::placeholder{
    color: rgb(198 238 219 / 0.75);
}
.placeholder-brand-300\/80::-moz-placeholder{
    color: rgb(198 238 219 / 0.8);
}
.placeholder-brand-300\/80::placeholder{
    color: rgb(198 238 219 / 0.8);
}
.placeholder-brand-300\/85::-moz-placeholder{
    color: rgb(198 238 219 / 0.85);
}
.placeholder-brand-300\/85::placeholder{
    color: rgb(198 238 219 / 0.85);
}
.placeholder-brand-300\/90::-moz-placeholder{
    color: rgb(198 238 219 / 0.9);
}
.placeholder-brand-300\/90::placeholder{
    color: rgb(198 238 219 / 0.9);
}
.placeholder-brand-300\/95::-moz-placeholder{
    color: rgb(198 238 219 / 0.95);
}
.placeholder-brand-300\/95::placeholder{
    color: rgb(198 238 219 / 0.95);
}
.placeholder-brand-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(17 17 17 / var(--tw-placeholder-opacity));
}
.placeholder-brand-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(17 17 17 / var(--tw-placeholder-opacity));
}
.placeholder-brand-black\/0::-moz-placeholder{
    color: rgb(17 17 17 / 0);
}
.placeholder-brand-black\/0::placeholder{
    color: rgb(17 17 17 / 0);
}
.placeholder-brand-black\/10::-moz-placeholder{
    color: rgb(17 17 17 / 0.1);
}
.placeholder-brand-black\/10::placeholder{
    color: rgb(17 17 17 / 0.1);
}
.placeholder-brand-black\/100::-moz-placeholder{
    color: rgb(17 17 17 / 1);
}
.placeholder-brand-black\/100::placeholder{
    color: rgb(17 17 17 / 1);
}
.placeholder-brand-black\/15::-moz-placeholder{
    color: rgb(17 17 17 / 0.15);
}
.placeholder-brand-black\/15::placeholder{
    color: rgb(17 17 17 / 0.15);
}
.placeholder-brand-black\/20::-moz-placeholder{
    color: rgb(17 17 17 / 0.2);
}
.placeholder-brand-black\/20::placeholder{
    color: rgb(17 17 17 / 0.2);
}
.placeholder-brand-black\/25::-moz-placeholder{
    color: rgb(17 17 17 / 0.25);
}
.placeholder-brand-black\/25::placeholder{
    color: rgb(17 17 17 / 0.25);
}
.placeholder-brand-black\/30::-moz-placeholder{
    color: rgb(17 17 17 / 0.3);
}
.placeholder-brand-black\/30::placeholder{
    color: rgb(17 17 17 / 0.3);
}
.placeholder-brand-black\/35::-moz-placeholder{
    color: rgb(17 17 17 / 0.35);
}
.placeholder-brand-black\/35::placeholder{
    color: rgb(17 17 17 / 0.35);
}
.placeholder-brand-black\/40::-moz-placeholder{
    color: rgb(17 17 17 / 0.4);
}
.placeholder-brand-black\/40::placeholder{
    color: rgb(17 17 17 / 0.4);
}
.placeholder-brand-black\/45::-moz-placeholder{
    color: rgb(17 17 17 / 0.45);
}
.placeholder-brand-black\/45::placeholder{
    color: rgb(17 17 17 / 0.45);
}
.placeholder-brand-black\/5::-moz-placeholder{
    color: rgb(17 17 17 / 0.05);
}
.placeholder-brand-black\/5::placeholder{
    color: rgb(17 17 17 / 0.05);
}
.placeholder-brand-black\/50::-moz-placeholder{
    color: rgb(17 17 17 / 0.5);
}
.placeholder-brand-black\/50::placeholder{
    color: rgb(17 17 17 / 0.5);
}
.placeholder-brand-black\/55::-moz-placeholder{
    color: rgb(17 17 17 / 0.55);
}
.placeholder-brand-black\/55::placeholder{
    color: rgb(17 17 17 / 0.55);
}
.placeholder-brand-black\/60::-moz-placeholder{
    color: rgb(17 17 17 / 0.6);
}
.placeholder-brand-black\/60::placeholder{
    color: rgb(17 17 17 / 0.6);
}
.placeholder-brand-black\/65::-moz-placeholder{
    color: rgb(17 17 17 / 0.65);
}
.placeholder-brand-black\/65::placeholder{
    color: rgb(17 17 17 / 0.65);
}
.placeholder-brand-black\/70::-moz-placeholder{
    color: rgb(17 17 17 / 0.7);
}
.placeholder-brand-black\/70::placeholder{
    color: rgb(17 17 17 / 0.7);
}
.placeholder-brand-black\/75::-moz-placeholder{
    color: rgb(17 17 17 / 0.75);
}
.placeholder-brand-black\/75::placeholder{
    color: rgb(17 17 17 / 0.75);
}
.placeholder-brand-black\/80::-moz-placeholder{
    color: rgb(17 17 17 / 0.8);
}
.placeholder-brand-black\/80::placeholder{
    color: rgb(17 17 17 / 0.8);
}
.placeholder-brand-black\/85::-moz-placeholder{
    color: rgb(17 17 17 / 0.85);
}
.placeholder-brand-black\/85::placeholder{
    color: rgb(17 17 17 / 0.85);
}
.placeholder-brand-black\/90::-moz-placeholder{
    color: rgb(17 17 17 / 0.9);
}
.placeholder-brand-black\/90::placeholder{
    color: rgb(17 17 17 / 0.9);
}
.placeholder-brand-black\/95::-moz-placeholder{
    color: rgb(17 17 17 / 0.95);
}
.placeholder-brand-black\/95::placeholder{
    color: rgb(17 17 17 / 0.95);
}
.placeholder-brand-blue::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(112 168 244 / var(--tw-placeholder-opacity));
}
.placeholder-brand-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(112 168 244 / var(--tw-placeholder-opacity));
}
.placeholder-brand-blue\/0::-moz-placeholder{
    color: rgb(112 168 244 / 0);
}
.placeholder-brand-blue\/0::placeholder{
    color: rgb(112 168 244 / 0);
}
.placeholder-brand-blue\/10::-moz-placeholder{
    color: rgb(112 168 244 / 0.1);
}
.placeholder-brand-blue\/10::placeholder{
    color: rgb(112 168 244 / 0.1);
}
.placeholder-brand-blue\/100::-moz-placeholder{
    color: rgb(112 168 244 / 1);
}
.placeholder-brand-blue\/100::placeholder{
    color: rgb(112 168 244 / 1);
}
.placeholder-brand-blue\/15::-moz-placeholder{
    color: rgb(112 168 244 / 0.15);
}
.placeholder-brand-blue\/15::placeholder{
    color: rgb(112 168 244 / 0.15);
}
.placeholder-brand-blue\/20::-moz-placeholder{
    color: rgb(112 168 244 / 0.2);
}
.placeholder-brand-blue\/20::placeholder{
    color: rgb(112 168 244 / 0.2);
}
.placeholder-brand-blue\/25::-moz-placeholder{
    color: rgb(112 168 244 / 0.25);
}
.placeholder-brand-blue\/25::placeholder{
    color: rgb(112 168 244 / 0.25);
}
.placeholder-brand-blue\/30::-moz-placeholder{
    color: rgb(112 168 244 / 0.3);
}
.placeholder-brand-blue\/30::placeholder{
    color: rgb(112 168 244 / 0.3);
}
.placeholder-brand-blue\/35::-moz-placeholder{
    color: rgb(112 168 244 / 0.35);
}
.placeholder-brand-blue\/35::placeholder{
    color: rgb(112 168 244 / 0.35);
}
.placeholder-brand-blue\/40::-moz-placeholder{
    color: rgb(112 168 244 / 0.4);
}
.placeholder-brand-blue\/40::placeholder{
    color: rgb(112 168 244 / 0.4);
}
.placeholder-brand-blue\/45::-moz-placeholder{
    color: rgb(112 168 244 / 0.45);
}
.placeholder-brand-blue\/45::placeholder{
    color: rgb(112 168 244 / 0.45);
}
.placeholder-brand-blue\/5::-moz-placeholder{
    color: rgb(112 168 244 / 0.05);
}
.placeholder-brand-blue\/5::placeholder{
    color: rgb(112 168 244 / 0.05);
}
.placeholder-brand-blue\/50::-moz-placeholder{
    color: rgb(112 168 244 / 0.5);
}
.placeholder-brand-blue\/50::placeholder{
    color: rgb(112 168 244 / 0.5);
}
.placeholder-brand-blue\/55::-moz-placeholder{
    color: rgb(112 168 244 / 0.55);
}
.placeholder-brand-blue\/55::placeholder{
    color: rgb(112 168 244 / 0.55);
}
.placeholder-brand-blue\/60::-moz-placeholder{
    color: rgb(112 168 244 / 0.6);
}
.placeholder-brand-blue\/60::placeholder{
    color: rgb(112 168 244 / 0.6);
}
.placeholder-brand-blue\/65::-moz-placeholder{
    color: rgb(112 168 244 / 0.65);
}
.placeholder-brand-blue\/65::placeholder{
    color: rgb(112 168 244 / 0.65);
}
.placeholder-brand-blue\/70::-moz-placeholder{
    color: rgb(112 168 244 / 0.7);
}
.placeholder-brand-blue\/70::placeholder{
    color: rgb(112 168 244 / 0.7);
}
.placeholder-brand-blue\/75::-moz-placeholder{
    color: rgb(112 168 244 / 0.75);
}
.placeholder-brand-blue\/75::placeholder{
    color: rgb(112 168 244 / 0.75);
}
.placeholder-brand-blue\/80::-moz-placeholder{
    color: rgb(112 168 244 / 0.8);
}
.placeholder-brand-blue\/80::placeholder{
    color: rgb(112 168 244 / 0.8);
}
.placeholder-brand-blue\/85::-moz-placeholder{
    color: rgb(112 168 244 / 0.85);
}
.placeholder-brand-blue\/85::placeholder{
    color: rgb(112 168 244 / 0.85);
}
.placeholder-brand-blue\/90::-moz-placeholder{
    color: rgb(112 168 244 / 0.9);
}
.placeholder-brand-blue\/90::placeholder{
    color: rgb(112 168 244 / 0.9);
}
.placeholder-brand-blue\/95::-moz-placeholder{
    color: rgb(112 168 244 / 0.95);
}
.placeholder-brand-blue\/95::placeholder{
    color: rgb(112 168 244 / 0.95);
}
.placeholder-brand-dark::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(35 44 39 / var(--tw-placeholder-opacity));
}
.placeholder-brand-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(35 44 39 / var(--tw-placeholder-opacity));
}
.placeholder-brand-dark\/0::-moz-placeholder{
    color: rgb(35 44 39 / 0);
}
.placeholder-brand-dark\/0::placeholder{
    color: rgb(35 44 39 / 0);
}
.placeholder-brand-dark\/10::-moz-placeholder{
    color: rgb(35 44 39 / 0.1);
}
.placeholder-brand-dark\/10::placeholder{
    color: rgb(35 44 39 / 0.1);
}
.placeholder-brand-dark\/100::-moz-placeholder{
    color: rgb(35 44 39 / 1);
}
.placeholder-brand-dark\/100::placeholder{
    color: rgb(35 44 39 / 1);
}
.placeholder-brand-dark\/15::-moz-placeholder{
    color: rgb(35 44 39 / 0.15);
}
.placeholder-brand-dark\/15::placeholder{
    color: rgb(35 44 39 / 0.15);
}
.placeholder-brand-dark\/20::-moz-placeholder{
    color: rgb(35 44 39 / 0.2);
}
.placeholder-brand-dark\/20::placeholder{
    color: rgb(35 44 39 / 0.2);
}
.placeholder-brand-dark\/25::-moz-placeholder{
    color: rgb(35 44 39 / 0.25);
}
.placeholder-brand-dark\/25::placeholder{
    color: rgb(35 44 39 / 0.25);
}
.placeholder-brand-dark\/30::-moz-placeholder{
    color: rgb(35 44 39 / 0.3);
}
.placeholder-brand-dark\/30::placeholder{
    color: rgb(35 44 39 / 0.3);
}
.placeholder-brand-dark\/35::-moz-placeholder{
    color: rgb(35 44 39 / 0.35);
}
.placeholder-brand-dark\/35::placeholder{
    color: rgb(35 44 39 / 0.35);
}
.placeholder-brand-dark\/40::-moz-placeholder{
    color: rgb(35 44 39 / 0.4);
}
.placeholder-brand-dark\/40::placeholder{
    color: rgb(35 44 39 / 0.4);
}
.placeholder-brand-dark\/45::-moz-placeholder{
    color: rgb(35 44 39 / 0.45);
}
.placeholder-brand-dark\/45::placeholder{
    color: rgb(35 44 39 / 0.45);
}
.placeholder-brand-dark\/5::-moz-placeholder{
    color: rgb(35 44 39 / 0.05);
}
.placeholder-brand-dark\/5::placeholder{
    color: rgb(35 44 39 / 0.05);
}
.placeholder-brand-dark\/50::-moz-placeholder{
    color: rgb(35 44 39 / 0.5);
}
.placeholder-brand-dark\/50::placeholder{
    color: rgb(35 44 39 / 0.5);
}
.placeholder-brand-dark\/55::-moz-placeholder{
    color: rgb(35 44 39 / 0.55);
}
.placeholder-brand-dark\/55::placeholder{
    color: rgb(35 44 39 / 0.55);
}
.placeholder-brand-dark\/60::-moz-placeholder{
    color: rgb(35 44 39 / 0.6);
}
.placeholder-brand-dark\/60::placeholder{
    color: rgb(35 44 39 / 0.6);
}
.placeholder-brand-dark\/65::-moz-placeholder{
    color: rgb(35 44 39 / 0.65);
}
.placeholder-brand-dark\/65::placeholder{
    color: rgb(35 44 39 / 0.65);
}
.placeholder-brand-dark\/70::-moz-placeholder{
    color: rgb(35 44 39 / 0.7);
}
.placeholder-brand-dark\/70::placeholder{
    color: rgb(35 44 39 / 0.7);
}
.placeholder-brand-dark\/75::-moz-placeholder{
    color: rgb(35 44 39 / 0.75);
}
.placeholder-brand-dark\/75::placeholder{
    color: rgb(35 44 39 / 0.75);
}
.placeholder-brand-dark\/80::-moz-placeholder{
    color: rgb(35 44 39 / 0.8);
}
.placeholder-brand-dark\/80::placeholder{
    color: rgb(35 44 39 / 0.8);
}
.placeholder-brand-dark\/85::-moz-placeholder{
    color: rgb(35 44 39 / 0.85);
}
.placeholder-brand-dark\/85::placeholder{
    color: rgb(35 44 39 / 0.85);
}
.placeholder-brand-dark\/90::-moz-placeholder{
    color: rgb(35 44 39 / 0.9);
}
.placeholder-brand-dark\/90::placeholder{
    color: rgb(35 44 39 / 0.9);
}
.placeholder-brand-dark\/95::-moz-placeholder{
    color: rgb(35 44 39 / 0.95);
}
.placeholder-brand-dark\/95::placeholder{
    color: rgb(35 44 39 / 0.95);
}
.placeholder-brand-green::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(72 229 155 / var(--tw-placeholder-opacity));
}
.placeholder-brand-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(72 229 155 / var(--tw-placeholder-opacity));
}
.placeholder-brand-green\/0::-moz-placeholder{
    color: rgb(72 229 155 / 0);
}
.placeholder-brand-green\/0::placeholder{
    color: rgb(72 229 155 / 0);
}
.placeholder-brand-green\/10::-moz-placeholder{
    color: rgb(72 229 155 / 0.1);
}
.placeholder-brand-green\/10::placeholder{
    color: rgb(72 229 155 / 0.1);
}
.placeholder-brand-green\/100::-moz-placeholder{
    color: rgb(72 229 155 / 1);
}
.placeholder-brand-green\/100::placeholder{
    color: rgb(72 229 155 / 1);
}
.placeholder-brand-green\/15::-moz-placeholder{
    color: rgb(72 229 155 / 0.15);
}
.placeholder-brand-green\/15::placeholder{
    color: rgb(72 229 155 / 0.15);
}
.placeholder-brand-green\/20::-moz-placeholder{
    color: rgb(72 229 155 / 0.2);
}
.placeholder-brand-green\/20::placeholder{
    color: rgb(72 229 155 / 0.2);
}
.placeholder-brand-green\/25::-moz-placeholder{
    color: rgb(72 229 155 / 0.25);
}
.placeholder-brand-green\/25::placeholder{
    color: rgb(72 229 155 / 0.25);
}
.placeholder-brand-green\/30::-moz-placeholder{
    color: rgb(72 229 155 / 0.3);
}
.placeholder-brand-green\/30::placeholder{
    color: rgb(72 229 155 / 0.3);
}
.placeholder-brand-green\/35::-moz-placeholder{
    color: rgb(72 229 155 / 0.35);
}
.placeholder-brand-green\/35::placeholder{
    color: rgb(72 229 155 / 0.35);
}
.placeholder-brand-green\/40::-moz-placeholder{
    color: rgb(72 229 155 / 0.4);
}
.placeholder-brand-green\/40::placeholder{
    color: rgb(72 229 155 / 0.4);
}
.placeholder-brand-green\/45::-moz-placeholder{
    color: rgb(72 229 155 / 0.45);
}
.placeholder-brand-green\/45::placeholder{
    color: rgb(72 229 155 / 0.45);
}
.placeholder-brand-green\/5::-moz-placeholder{
    color: rgb(72 229 155 / 0.05);
}
.placeholder-brand-green\/5::placeholder{
    color: rgb(72 229 155 / 0.05);
}
.placeholder-brand-green\/50::-moz-placeholder{
    color: rgb(72 229 155 / 0.5);
}
.placeholder-brand-green\/50::placeholder{
    color: rgb(72 229 155 / 0.5);
}
.placeholder-brand-green\/55::-moz-placeholder{
    color: rgb(72 229 155 / 0.55);
}
.placeholder-brand-green\/55::placeholder{
    color: rgb(72 229 155 / 0.55);
}
.placeholder-brand-green\/60::-moz-placeholder{
    color: rgb(72 229 155 / 0.6);
}
.placeholder-brand-green\/60::placeholder{
    color: rgb(72 229 155 / 0.6);
}
.placeholder-brand-green\/65::-moz-placeholder{
    color: rgb(72 229 155 / 0.65);
}
.placeholder-brand-green\/65::placeholder{
    color: rgb(72 229 155 / 0.65);
}
.placeholder-brand-green\/70::-moz-placeholder{
    color: rgb(72 229 155 / 0.7);
}
.placeholder-brand-green\/70::placeholder{
    color: rgb(72 229 155 / 0.7);
}
.placeholder-brand-green\/75::-moz-placeholder{
    color: rgb(72 229 155 / 0.75);
}
.placeholder-brand-green\/75::placeholder{
    color: rgb(72 229 155 / 0.75);
}
.placeholder-brand-green\/80::-moz-placeholder{
    color: rgb(72 229 155 / 0.8);
}
.placeholder-brand-green\/80::placeholder{
    color: rgb(72 229 155 / 0.8);
}
.placeholder-brand-green\/85::-moz-placeholder{
    color: rgb(72 229 155 / 0.85);
}
.placeholder-brand-green\/85::placeholder{
    color: rgb(72 229 155 / 0.85);
}
.placeholder-brand-green\/90::-moz-placeholder{
    color: rgb(72 229 155 / 0.9);
}
.placeholder-brand-green\/90::placeholder{
    color: rgb(72 229 155 / 0.9);
}
.placeholder-brand-green\/95::-moz-placeholder{
    color: rgb(72 229 155 / 0.95);
}
.placeholder-brand-green\/95::placeholder{
    color: rgb(72 229 155 / 0.95);
}
.placeholder-brand-light::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(198 238 219 / var(--tw-placeholder-opacity));
}
.placeholder-brand-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(198 238 219 / var(--tw-placeholder-opacity));
}
.placeholder-brand-light\/0::-moz-placeholder{
    color: rgb(198 238 219 / 0);
}
.placeholder-brand-light\/0::placeholder{
    color: rgb(198 238 219 / 0);
}
.placeholder-brand-light\/10::-moz-placeholder{
    color: rgb(198 238 219 / 0.1);
}
.placeholder-brand-light\/10::placeholder{
    color: rgb(198 238 219 / 0.1);
}
.placeholder-brand-light\/100::-moz-placeholder{
    color: rgb(198 238 219 / 1);
}
.placeholder-brand-light\/100::placeholder{
    color: rgb(198 238 219 / 1);
}
.placeholder-brand-light\/15::-moz-placeholder{
    color: rgb(198 238 219 / 0.15);
}
.placeholder-brand-light\/15::placeholder{
    color: rgb(198 238 219 / 0.15);
}
.placeholder-brand-light\/20::-moz-placeholder{
    color: rgb(198 238 219 / 0.2);
}
.placeholder-brand-light\/20::placeholder{
    color: rgb(198 238 219 / 0.2);
}
.placeholder-brand-light\/25::-moz-placeholder{
    color: rgb(198 238 219 / 0.25);
}
.placeholder-brand-light\/25::placeholder{
    color: rgb(198 238 219 / 0.25);
}
.placeholder-brand-light\/30::-moz-placeholder{
    color: rgb(198 238 219 / 0.3);
}
.placeholder-brand-light\/30::placeholder{
    color: rgb(198 238 219 / 0.3);
}
.placeholder-brand-light\/35::-moz-placeholder{
    color: rgb(198 238 219 / 0.35);
}
.placeholder-brand-light\/35::placeholder{
    color: rgb(198 238 219 / 0.35);
}
.placeholder-brand-light\/40::-moz-placeholder{
    color: rgb(198 238 219 / 0.4);
}
.placeholder-brand-light\/40::placeholder{
    color: rgb(198 238 219 / 0.4);
}
.placeholder-brand-light\/45::-moz-placeholder{
    color: rgb(198 238 219 / 0.45);
}
.placeholder-brand-light\/45::placeholder{
    color: rgb(198 238 219 / 0.45);
}
.placeholder-brand-light\/5::-moz-placeholder{
    color: rgb(198 238 219 / 0.05);
}
.placeholder-brand-light\/5::placeholder{
    color: rgb(198 238 219 / 0.05);
}
.placeholder-brand-light\/50::-moz-placeholder{
    color: rgb(198 238 219 / 0.5);
}
.placeholder-brand-light\/50::placeholder{
    color: rgb(198 238 219 / 0.5);
}
.placeholder-brand-light\/55::-moz-placeholder{
    color: rgb(198 238 219 / 0.55);
}
.placeholder-brand-light\/55::placeholder{
    color: rgb(198 238 219 / 0.55);
}
.placeholder-brand-light\/60::-moz-placeholder{
    color: rgb(198 238 219 / 0.6);
}
.placeholder-brand-light\/60::placeholder{
    color: rgb(198 238 219 / 0.6);
}
.placeholder-brand-light\/65::-moz-placeholder{
    color: rgb(198 238 219 / 0.65);
}
.placeholder-brand-light\/65::placeholder{
    color: rgb(198 238 219 / 0.65);
}
.placeholder-brand-light\/70::-moz-placeholder{
    color: rgb(198 238 219 / 0.7);
}
.placeholder-brand-light\/70::placeholder{
    color: rgb(198 238 219 / 0.7);
}
.placeholder-brand-light\/75::-moz-placeholder{
    color: rgb(198 238 219 / 0.75);
}
.placeholder-brand-light\/75::placeholder{
    color: rgb(198 238 219 / 0.75);
}
.placeholder-brand-light\/80::-moz-placeholder{
    color: rgb(198 238 219 / 0.8);
}
.placeholder-brand-light\/80::placeholder{
    color: rgb(198 238 219 / 0.8);
}
.placeholder-brand-light\/85::-moz-placeholder{
    color: rgb(198 238 219 / 0.85);
}
.placeholder-brand-light\/85::placeholder{
    color: rgb(198 238 219 / 0.85);
}
.placeholder-brand-light\/90::-moz-placeholder{
    color: rgb(198 238 219 / 0.9);
}
.placeholder-brand-light\/90::placeholder{
    color: rgb(198 238 219 / 0.9);
}
.placeholder-brand-light\/95::-moz-placeholder{
    color: rgb(198 238 219 / 0.95);
}
.placeholder-brand-light\/95::placeholder{
    color: rgb(198 238 219 / 0.95);
}
.placeholder-error::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(255 60 60 / var(--tw-placeholder-opacity));
}
.placeholder-error::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(255 60 60 / var(--tw-placeholder-opacity));
}
.placeholder-error-10::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(41 21 21 / var(--tw-placeholder-opacity));
}
.placeholder-error-10::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(41 21 21 / var(--tw-placeholder-opacity));
}
.placeholder-error-10\/0::-moz-placeholder{
    color: rgb(41 21 21 / 0);
}
.placeholder-error-10\/0::placeholder{
    color: rgb(41 21 21 / 0);
}
.placeholder-error-10\/10::-moz-placeholder{
    color: rgb(41 21 21 / 0.1);
}
.placeholder-error-10\/10::placeholder{
    color: rgb(41 21 21 / 0.1);
}
.placeholder-error-10\/100::-moz-placeholder{
    color: rgb(41 21 21 / 1);
}
.placeholder-error-10\/100::placeholder{
    color: rgb(41 21 21 / 1);
}
.placeholder-error-10\/15::-moz-placeholder{
    color: rgb(41 21 21 / 0.15);
}
.placeholder-error-10\/15::placeholder{
    color: rgb(41 21 21 / 0.15);
}
.placeholder-error-10\/20::-moz-placeholder{
    color: rgb(41 21 21 / 0.2);
}
.placeholder-error-10\/20::placeholder{
    color: rgb(41 21 21 / 0.2);
}
.placeholder-error-10\/25::-moz-placeholder{
    color: rgb(41 21 21 / 0.25);
}
.placeholder-error-10\/25::placeholder{
    color: rgb(41 21 21 / 0.25);
}
.placeholder-error-10\/30::-moz-placeholder{
    color: rgb(41 21 21 / 0.3);
}
.placeholder-error-10\/30::placeholder{
    color: rgb(41 21 21 / 0.3);
}
.placeholder-error-10\/35::-moz-placeholder{
    color: rgb(41 21 21 / 0.35);
}
.placeholder-error-10\/35::placeholder{
    color: rgb(41 21 21 / 0.35);
}
.placeholder-error-10\/40::-moz-placeholder{
    color: rgb(41 21 21 / 0.4);
}
.placeholder-error-10\/40::placeholder{
    color: rgb(41 21 21 / 0.4);
}
.placeholder-error-10\/45::-moz-placeholder{
    color: rgb(41 21 21 / 0.45);
}
.placeholder-error-10\/45::placeholder{
    color: rgb(41 21 21 / 0.45);
}
.placeholder-error-10\/5::-moz-placeholder{
    color: rgb(41 21 21 / 0.05);
}
.placeholder-error-10\/5::placeholder{
    color: rgb(41 21 21 / 0.05);
}
.placeholder-error-10\/50::-moz-placeholder{
    color: rgb(41 21 21 / 0.5);
}
.placeholder-error-10\/50::placeholder{
    color: rgb(41 21 21 / 0.5);
}
.placeholder-error-10\/55::-moz-placeholder{
    color: rgb(41 21 21 / 0.55);
}
.placeholder-error-10\/55::placeholder{
    color: rgb(41 21 21 / 0.55);
}
.placeholder-error-10\/60::-moz-placeholder{
    color: rgb(41 21 21 / 0.6);
}
.placeholder-error-10\/60::placeholder{
    color: rgb(41 21 21 / 0.6);
}
.placeholder-error-10\/65::-moz-placeholder{
    color: rgb(41 21 21 / 0.65);
}
.placeholder-error-10\/65::placeholder{
    color: rgb(41 21 21 / 0.65);
}
.placeholder-error-10\/70::-moz-placeholder{
    color: rgb(41 21 21 / 0.7);
}
.placeholder-error-10\/70::placeholder{
    color: rgb(41 21 21 / 0.7);
}
.placeholder-error-10\/75::-moz-placeholder{
    color: rgb(41 21 21 / 0.75);
}
.placeholder-error-10\/75::placeholder{
    color: rgb(41 21 21 / 0.75);
}
.placeholder-error-10\/80::-moz-placeholder{
    color: rgb(41 21 21 / 0.8);
}
.placeholder-error-10\/80::placeholder{
    color: rgb(41 21 21 / 0.8);
}
.placeholder-error-10\/85::-moz-placeholder{
    color: rgb(41 21 21 / 0.85);
}
.placeholder-error-10\/85::placeholder{
    color: rgb(41 21 21 / 0.85);
}
.placeholder-error-10\/90::-moz-placeholder{
    color: rgb(41 21 21 / 0.9);
}
.placeholder-error-10\/90::placeholder{
    color: rgb(41 21 21 / 0.9);
}
.placeholder-error-10\/95::-moz-placeholder{
    color: rgb(41 21 21 / 0.95);
}
.placeholder-error-10\/95::placeholder{
    color: rgb(41 21 21 / 0.95);
}
.placeholder-error-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(255 199 199 / var(--tw-placeholder-opacity));
}
.placeholder-error-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(255 199 199 / var(--tw-placeholder-opacity));
}
.placeholder-error-100\/0::-moz-placeholder{
    color: rgb(255 199 199 / 0);
}
.placeholder-error-100\/0::placeholder{
    color: rgb(255 199 199 / 0);
}
.placeholder-error-100\/10::-moz-placeholder{
    color: rgb(255 199 199 / 0.1);
}
.placeholder-error-100\/10::placeholder{
    color: rgb(255 199 199 / 0.1);
}
.placeholder-error-100\/100::-moz-placeholder{
    color: rgb(255 199 199 / 1);
}
.placeholder-error-100\/100::placeholder{
    color: rgb(255 199 199 / 1);
}
.placeholder-error-100\/15::-moz-placeholder{
    color: rgb(255 199 199 / 0.15);
}
.placeholder-error-100\/15::placeholder{
    color: rgb(255 199 199 / 0.15);
}
.placeholder-error-100\/20::-moz-placeholder{
    color: rgb(255 199 199 / 0.2);
}
.placeholder-error-100\/20::placeholder{
    color: rgb(255 199 199 / 0.2);
}
.placeholder-error-100\/25::-moz-placeholder{
    color: rgb(255 199 199 / 0.25);
}
.placeholder-error-100\/25::placeholder{
    color: rgb(255 199 199 / 0.25);
}
.placeholder-error-100\/30::-moz-placeholder{
    color: rgb(255 199 199 / 0.3);
}
.placeholder-error-100\/30::placeholder{
    color: rgb(255 199 199 / 0.3);
}
.placeholder-error-100\/35::-moz-placeholder{
    color: rgb(255 199 199 / 0.35);
}
.placeholder-error-100\/35::placeholder{
    color: rgb(255 199 199 / 0.35);
}
.placeholder-error-100\/40::-moz-placeholder{
    color: rgb(255 199 199 / 0.4);
}
.placeholder-error-100\/40::placeholder{
    color: rgb(255 199 199 / 0.4);
}
.placeholder-error-100\/45::-moz-placeholder{
    color: rgb(255 199 199 / 0.45);
}
.placeholder-error-100\/45::placeholder{
    color: rgb(255 199 199 / 0.45);
}
.placeholder-error-100\/5::-moz-placeholder{
    color: rgb(255 199 199 / 0.05);
}
.placeholder-error-100\/5::placeholder{
    color: rgb(255 199 199 / 0.05);
}
.placeholder-error-100\/50::-moz-placeholder{
    color: rgb(255 199 199 / 0.5);
}
.placeholder-error-100\/50::placeholder{
    color: rgb(255 199 199 / 0.5);
}
.placeholder-error-100\/55::-moz-placeholder{
    color: rgb(255 199 199 / 0.55);
}
.placeholder-error-100\/55::placeholder{
    color: rgb(255 199 199 / 0.55);
}
.placeholder-error-100\/60::-moz-placeholder{
    color: rgb(255 199 199 / 0.6);
}
.placeholder-error-100\/60::placeholder{
    color: rgb(255 199 199 / 0.6);
}
.placeholder-error-100\/65::-moz-placeholder{
    color: rgb(255 199 199 / 0.65);
}
.placeholder-error-100\/65::placeholder{
    color: rgb(255 199 199 / 0.65);
}
.placeholder-error-100\/70::-moz-placeholder{
    color: rgb(255 199 199 / 0.7);
}
.placeholder-error-100\/70::placeholder{
    color: rgb(255 199 199 / 0.7);
}
.placeholder-error-100\/75::-moz-placeholder{
    color: rgb(255 199 199 / 0.75);
}
.placeholder-error-100\/75::placeholder{
    color: rgb(255 199 199 / 0.75);
}
.placeholder-error-100\/80::-moz-placeholder{
    color: rgb(255 199 199 / 0.8);
}
.placeholder-error-100\/80::placeholder{
    color: rgb(255 199 199 / 0.8);
}
.placeholder-error-100\/85::-moz-placeholder{
    color: rgb(255 199 199 / 0.85);
}
.placeholder-error-100\/85::placeholder{
    color: rgb(255 199 199 / 0.85);
}
.placeholder-error-100\/90::-moz-placeholder{
    color: rgb(255 199 199 / 0.9);
}
.placeholder-error-100\/90::placeholder{
    color: rgb(255 199 199 / 0.9);
}
.placeholder-error-100\/95::-moz-placeholder{
    color: rgb(255 199 199 / 0.95);
}
.placeholder-error-100\/95::placeholder{
    color: rgb(255 199 199 / 0.95);
}
.placeholder-error-15::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(53 23 23 / var(--tw-placeholder-opacity));
}
.placeholder-error-15::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(53 23 23 / var(--tw-placeholder-opacity));
}
.placeholder-error-15\/0::-moz-placeholder{
    color: rgb(53 23 23 / 0);
}
.placeholder-error-15\/0::placeholder{
    color: rgb(53 23 23 / 0);
}
.placeholder-error-15\/10::-moz-placeholder{
    color: rgb(53 23 23 / 0.1);
}
.placeholder-error-15\/10::placeholder{
    color: rgb(53 23 23 / 0.1);
}
.placeholder-error-15\/100::-moz-placeholder{
    color: rgb(53 23 23 / 1);
}
.placeholder-error-15\/100::placeholder{
    color: rgb(53 23 23 / 1);
}
.placeholder-error-15\/15::-moz-placeholder{
    color: rgb(53 23 23 / 0.15);
}
.placeholder-error-15\/15::placeholder{
    color: rgb(53 23 23 / 0.15);
}
.placeholder-error-15\/20::-moz-placeholder{
    color: rgb(53 23 23 / 0.2);
}
.placeholder-error-15\/20::placeholder{
    color: rgb(53 23 23 / 0.2);
}
.placeholder-error-15\/25::-moz-placeholder{
    color: rgb(53 23 23 / 0.25);
}
.placeholder-error-15\/25::placeholder{
    color: rgb(53 23 23 / 0.25);
}
.placeholder-error-15\/30::-moz-placeholder{
    color: rgb(53 23 23 / 0.3);
}
.placeholder-error-15\/30::placeholder{
    color: rgb(53 23 23 / 0.3);
}
.placeholder-error-15\/35::-moz-placeholder{
    color: rgb(53 23 23 / 0.35);
}
.placeholder-error-15\/35::placeholder{
    color: rgb(53 23 23 / 0.35);
}
.placeholder-error-15\/40::-moz-placeholder{
    color: rgb(53 23 23 / 0.4);
}
.placeholder-error-15\/40::placeholder{
    color: rgb(53 23 23 / 0.4);
}
.placeholder-error-15\/45::-moz-placeholder{
    color: rgb(53 23 23 / 0.45);
}
.placeholder-error-15\/45::placeholder{
    color: rgb(53 23 23 / 0.45);
}
.placeholder-error-15\/5::-moz-placeholder{
    color: rgb(53 23 23 / 0.05);
}
.placeholder-error-15\/5::placeholder{
    color: rgb(53 23 23 / 0.05);
}
.placeholder-error-15\/50::-moz-placeholder{
    color: rgb(53 23 23 / 0.5);
}
.placeholder-error-15\/50::placeholder{
    color: rgb(53 23 23 / 0.5);
}
.placeholder-error-15\/55::-moz-placeholder{
    color: rgb(53 23 23 / 0.55);
}
.placeholder-error-15\/55::placeholder{
    color: rgb(53 23 23 / 0.55);
}
.placeholder-error-15\/60::-moz-placeholder{
    color: rgb(53 23 23 / 0.6);
}
.placeholder-error-15\/60::placeholder{
    color: rgb(53 23 23 / 0.6);
}
.placeholder-error-15\/65::-moz-placeholder{
    color: rgb(53 23 23 / 0.65);
}
.placeholder-error-15\/65::placeholder{
    color: rgb(53 23 23 / 0.65);
}
.placeholder-error-15\/70::-moz-placeholder{
    color: rgb(53 23 23 / 0.7);
}
.placeholder-error-15\/70::placeholder{
    color: rgb(53 23 23 / 0.7);
}
.placeholder-error-15\/75::-moz-placeholder{
    color: rgb(53 23 23 / 0.75);
}
.placeholder-error-15\/75::placeholder{
    color: rgb(53 23 23 / 0.75);
}
.placeholder-error-15\/80::-moz-placeholder{
    color: rgb(53 23 23 / 0.8);
}
.placeholder-error-15\/80::placeholder{
    color: rgb(53 23 23 / 0.8);
}
.placeholder-error-15\/85::-moz-placeholder{
    color: rgb(53 23 23 / 0.85);
}
.placeholder-error-15\/85::placeholder{
    color: rgb(53 23 23 / 0.85);
}
.placeholder-error-15\/90::-moz-placeholder{
    color: rgb(53 23 23 / 0.9);
}
.placeholder-error-15\/90::placeholder{
    color: rgb(53 23 23 / 0.9);
}
.placeholder-error-15\/95::-moz-placeholder{
    color: rgb(53 23 23 / 0.95);
}
.placeholder-error-15\/95::placeholder{
    color: rgb(53 23 23 / 0.95);
}
.placeholder-error-20::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(60 25 25 / var(--tw-placeholder-opacity));
}
.placeholder-error-20::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(60 25 25 / var(--tw-placeholder-opacity));
}
.placeholder-error-20\/0::-moz-placeholder{
    color: rgb(60 25 25 / 0);
}
.placeholder-error-20\/0::placeholder{
    color: rgb(60 25 25 / 0);
}
.placeholder-error-20\/10::-moz-placeholder{
    color: rgb(60 25 25 / 0.1);
}
.placeholder-error-20\/10::placeholder{
    color: rgb(60 25 25 / 0.1);
}
.placeholder-error-20\/100::-moz-placeholder{
    color: rgb(60 25 25 / 1);
}
.placeholder-error-20\/100::placeholder{
    color: rgb(60 25 25 / 1);
}
.placeholder-error-20\/15::-moz-placeholder{
    color: rgb(60 25 25 / 0.15);
}
.placeholder-error-20\/15::placeholder{
    color: rgb(60 25 25 / 0.15);
}
.placeholder-error-20\/20::-moz-placeholder{
    color: rgb(60 25 25 / 0.2);
}
.placeholder-error-20\/20::placeholder{
    color: rgb(60 25 25 / 0.2);
}
.placeholder-error-20\/25::-moz-placeholder{
    color: rgb(60 25 25 / 0.25);
}
.placeholder-error-20\/25::placeholder{
    color: rgb(60 25 25 / 0.25);
}
.placeholder-error-20\/30::-moz-placeholder{
    color: rgb(60 25 25 / 0.3);
}
.placeholder-error-20\/30::placeholder{
    color: rgb(60 25 25 / 0.3);
}
.placeholder-error-20\/35::-moz-placeholder{
    color: rgb(60 25 25 / 0.35);
}
.placeholder-error-20\/35::placeholder{
    color: rgb(60 25 25 / 0.35);
}
.placeholder-error-20\/40::-moz-placeholder{
    color: rgb(60 25 25 / 0.4);
}
.placeholder-error-20\/40::placeholder{
    color: rgb(60 25 25 / 0.4);
}
.placeholder-error-20\/45::-moz-placeholder{
    color: rgb(60 25 25 / 0.45);
}
.placeholder-error-20\/45::placeholder{
    color: rgb(60 25 25 / 0.45);
}
.placeholder-error-20\/5::-moz-placeholder{
    color: rgb(60 25 25 / 0.05);
}
.placeholder-error-20\/5::placeholder{
    color: rgb(60 25 25 / 0.05);
}
.placeholder-error-20\/50::-moz-placeholder{
    color: rgb(60 25 25 / 0.5);
}
.placeholder-error-20\/50::placeholder{
    color: rgb(60 25 25 / 0.5);
}
.placeholder-error-20\/55::-moz-placeholder{
    color: rgb(60 25 25 / 0.55);
}
.placeholder-error-20\/55::placeholder{
    color: rgb(60 25 25 / 0.55);
}
.placeholder-error-20\/60::-moz-placeholder{
    color: rgb(60 25 25 / 0.6);
}
.placeholder-error-20\/60::placeholder{
    color: rgb(60 25 25 / 0.6);
}
.placeholder-error-20\/65::-moz-placeholder{
    color: rgb(60 25 25 / 0.65);
}
.placeholder-error-20\/65::placeholder{
    color: rgb(60 25 25 / 0.65);
}
.placeholder-error-20\/70::-moz-placeholder{
    color: rgb(60 25 25 / 0.7);
}
.placeholder-error-20\/70::placeholder{
    color: rgb(60 25 25 / 0.7);
}
.placeholder-error-20\/75::-moz-placeholder{
    color: rgb(60 25 25 / 0.75);
}
.placeholder-error-20\/75::placeholder{
    color: rgb(60 25 25 / 0.75);
}
.placeholder-error-20\/80::-moz-placeholder{
    color: rgb(60 25 25 / 0.8);
}
.placeholder-error-20\/80::placeholder{
    color: rgb(60 25 25 / 0.8);
}
.placeholder-error-20\/85::-moz-placeholder{
    color: rgb(60 25 25 / 0.85);
}
.placeholder-error-20\/85::placeholder{
    color: rgb(60 25 25 / 0.85);
}
.placeholder-error-20\/90::-moz-placeholder{
    color: rgb(60 25 25 / 0.9);
}
.placeholder-error-20\/90::placeholder{
    color: rgb(60 25 25 / 0.9);
}
.placeholder-error-20\/95::-moz-placeholder{
    color: rgb(60 25 25 / 0.95);
}
.placeholder-error-20\/95::placeholder{
    color: rgb(60 25 25 / 0.95);
}
.placeholder-error-5::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(29 19 19 / var(--tw-placeholder-opacity));
}
.placeholder-error-5::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(29 19 19 / var(--tw-placeholder-opacity));
}
.placeholder-error-5\/0::-moz-placeholder{
    color: rgb(29 19 19 / 0);
}
.placeholder-error-5\/0::placeholder{
    color: rgb(29 19 19 / 0);
}
.placeholder-error-5\/10::-moz-placeholder{
    color: rgb(29 19 19 / 0.1);
}
.placeholder-error-5\/10::placeholder{
    color: rgb(29 19 19 / 0.1);
}
.placeholder-error-5\/100::-moz-placeholder{
    color: rgb(29 19 19 / 1);
}
.placeholder-error-5\/100::placeholder{
    color: rgb(29 19 19 / 1);
}
.placeholder-error-5\/15::-moz-placeholder{
    color: rgb(29 19 19 / 0.15);
}
.placeholder-error-5\/15::placeholder{
    color: rgb(29 19 19 / 0.15);
}
.placeholder-error-5\/20::-moz-placeholder{
    color: rgb(29 19 19 / 0.2);
}
.placeholder-error-5\/20::placeholder{
    color: rgb(29 19 19 / 0.2);
}
.placeholder-error-5\/25::-moz-placeholder{
    color: rgb(29 19 19 / 0.25);
}
.placeholder-error-5\/25::placeholder{
    color: rgb(29 19 19 / 0.25);
}
.placeholder-error-5\/30::-moz-placeholder{
    color: rgb(29 19 19 / 0.3);
}
.placeholder-error-5\/30::placeholder{
    color: rgb(29 19 19 / 0.3);
}
.placeholder-error-5\/35::-moz-placeholder{
    color: rgb(29 19 19 / 0.35);
}
.placeholder-error-5\/35::placeholder{
    color: rgb(29 19 19 / 0.35);
}
.placeholder-error-5\/40::-moz-placeholder{
    color: rgb(29 19 19 / 0.4);
}
.placeholder-error-5\/40::placeholder{
    color: rgb(29 19 19 / 0.4);
}
.placeholder-error-5\/45::-moz-placeholder{
    color: rgb(29 19 19 / 0.45);
}
.placeholder-error-5\/45::placeholder{
    color: rgb(29 19 19 / 0.45);
}
.placeholder-error-5\/5::-moz-placeholder{
    color: rgb(29 19 19 / 0.05);
}
.placeholder-error-5\/5::placeholder{
    color: rgb(29 19 19 / 0.05);
}
.placeholder-error-5\/50::-moz-placeholder{
    color: rgb(29 19 19 / 0.5);
}
.placeholder-error-5\/50::placeholder{
    color: rgb(29 19 19 / 0.5);
}
.placeholder-error-5\/55::-moz-placeholder{
    color: rgb(29 19 19 / 0.55);
}
.placeholder-error-5\/55::placeholder{
    color: rgb(29 19 19 / 0.55);
}
.placeholder-error-5\/60::-moz-placeholder{
    color: rgb(29 19 19 / 0.6);
}
.placeholder-error-5\/60::placeholder{
    color: rgb(29 19 19 / 0.6);
}
.placeholder-error-5\/65::-moz-placeholder{
    color: rgb(29 19 19 / 0.65);
}
.placeholder-error-5\/65::placeholder{
    color: rgb(29 19 19 / 0.65);
}
.placeholder-error-5\/70::-moz-placeholder{
    color: rgb(29 19 19 / 0.7);
}
.placeholder-error-5\/70::placeholder{
    color: rgb(29 19 19 / 0.7);
}
.placeholder-error-5\/75::-moz-placeholder{
    color: rgb(29 19 19 / 0.75);
}
.placeholder-error-5\/75::placeholder{
    color: rgb(29 19 19 / 0.75);
}
.placeholder-error-5\/80::-moz-placeholder{
    color: rgb(29 19 19 / 0.8);
}
.placeholder-error-5\/80::placeholder{
    color: rgb(29 19 19 / 0.8);
}
.placeholder-error-5\/85::-moz-placeholder{
    color: rgb(29 19 19 / 0.85);
}
.placeholder-error-5\/85::placeholder{
    color: rgb(29 19 19 / 0.85);
}
.placeholder-error-5\/90::-moz-placeholder{
    color: rgb(29 19 19 / 0.9);
}
.placeholder-error-5\/90::placeholder{
    color: rgb(29 19 19 / 0.9);
}
.placeholder-error-5\/95::-moz-placeholder{
    color: rgb(29 19 19 / 0.95);
}
.placeholder-error-5\/95::placeholder{
    color: rgb(29 19 19 / 0.95);
}
.placeholder-error-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(255 60 60 / var(--tw-placeholder-opacity));
}
.placeholder-error-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(255 60 60 / var(--tw-placeholder-opacity));
}
.placeholder-error-500\/0::-moz-placeholder{
    color: rgb(255 60 60 / 0);
}
.placeholder-error-500\/0::placeholder{
    color: rgb(255 60 60 / 0);
}
.placeholder-error-500\/10::-moz-placeholder{
    color: rgb(255 60 60 / 0.1);
}
.placeholder-error-500\/10::placeholder{
    color: rgb(255 60 60 / 0.1);
}
.placeholder-error-500\/100::-moz-placeholder{
    color: rgb(255 60 60 / 1);
}
.placeholder-error-500\/100::placeholder{
    color: rgb(255 60 60 / 1);
}
.placeholder-error-500\/15::-moz-placeholder{
    color: rgb(255 60 60 / 0.15);
}
.placeholder-error-500\/15::placeholder{
    color: rgb(255 60 60 / 0.15);
}
.placeholder-error-500\/20::-moz-placeholder{
    color: rgb(255 60 60 / 0.2);
}
.placeholder-error-500\/20::placeholder{
    color: rgb(255 60 60 / 0.2);
}
.placeholder-error-500\/25::-moz-placeholder{
    color: rgb(255 60 60 / 0.25);
}
.placeholder-error-500\/25::placeholder{
    color: rgb(255 60 60 / 0.25);
}
.placeholder-error-500\/30::-moz-placeholder{
    color: rgb(255 60 60 / 0.3);
}
.placeholder-error-500\/30::placeholder{
    color: rgb(255 60 60 / 0.3);
}
.placeholder-error-500\/35::-moz-placeholder{
    color: rgb(255 60 60 / 0.35);
}
.placeholder-error-500\/35::placeholder{
    color: rgb(255 60 60 / 0.35);
}
.placeholder-error-500\/40::-moz-placeholder{
    color: rgb(255 60 60 / 0.4);
}
.placeholder-error-500\/40::placeholder{
    color: rgb(255 60 60 / 0.4);
}
.placeholder-error-500\/45::-moz-placeholder{
    color: rgb(255 60 60 / 0.45);
}
.placeholder-error-500\/45::placeholder{
    color: rgb(255 60 60 / 0.45);
}
.placeholder-error-500\/5::-moz-placeholder{
    color: rgb(255 60 60 / 0.05);
}
.placeholder-error-500\/5::placeholder{
    color: rgb(255 60 60 / 0.05);
}
.placeholder-error-500\/50::-moz-placeholder{
    color: rgb(255 60 60 / 0.5);
}
.placeholder-error-500\/50::placeholder{
    color: rgb(255 60 60 / 0.5);
}
.placeholder-error-500\/55::-moz-placeholder{
    color: rgb(255 60 60 / 0.55);
}
.placeholder-error-500\/55::placeholder{
    color: rgb(255 60 60 / 0.55);
}
.placeholder-error-500\/60::-moz-placeholder{
    color: rgb(255 60 60 / 0.6);
}
.placeholder-error-500\/60::placeholder{
    color: rgb(255 60 60 / 0.6);
}
.placeholder-error-500\/65::-moz-placeholder{
    color: rgb(255 60 60 / 0.65);
}
.placeholder-error-500\/65::placeholder{
    color: rgb(255 60 60 / 0.65);
}
.placeholder-error-500\/70::-moz-placeholder{
    color: rgb(255 60 60 / 0.7);
}
.placeholder-error-500\/70::placeholder{
    color: rgb(255 60 60 / 0.7);
}
.placeholder-error-500\/75::-moz-placeholder{
    color: rgb(255 60 60 / 0.75);
}
.placeholder-error-500\/75::placeholder{
    color: rgb(255 60 60 / 0.75);
}
.placeholder-error-500\/80::-moz-placeholder{
    color: rgb(255 60 60 / 0.8);
}
.placeholder-error-500\/80::placeholder{
    color: rgb(255 60 60 / 0.8);
}
.placeholder-error-500\/85::-moz-placeholder{
    color: rgb(255 60 60 / 0.85);
}
.placeholder-error-500\/85::placeholder{
    color: rgb(255 60 60 / 0.85);
}
.placeholder-error-500\/90::-moz-placeholder{
    color: rgb(255 60 60 / 0.9);
}
.placeholder-error-500\/90::placeholder{
    color: rgb(255 60 60 / 0.9);
}
.placeholder-error-500\/95::-moz-placeholder{
    color: rgb(255 60 60 / 0.95);
}
.placeholder-error-500\/95::placeholder{
    color: rgb(255 60 60 / 0.95);
}
.placeholder-error-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(60 25 25 / var(--tw-placeholder-opacity));
}
.placeholder-error-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(60 25 25 / var(--tw-placeholder-opacity));
}
.placeholder-error-900\/0::-moz-placeholder{
    color: rgb(60 25 25 / 0);
}
.placeholder-error-900\/0::placeholder{
    color: rgb(60 25 25 / 0);
}
.placeholder-error-900\/10::-moz-placeholder{
    color: rgb(60 25 25 / 0.1);
}
.placeholder-error-900\/10::placeholder{
    color: rgb(60 25 25 / 0.1);
}
.placeholder-error-900\/100::-moz-placeholder{
    color: rgb(60 25 25 / 1);
}
.placeholder-error-900\/100::placeholder{
    color: rgb(60 25 25 / 1);
}
.placeholder-error-900\/15::-moz-placeholder{
    color: rgb(60 25 25 / 0.15);
}
.placeholder-error-900\/15::placeholder{
    color: rgb(60 25 25 / 0.15);
}
.placeholder-error-900\/20::-moz-placeholder{
    color: rgb(60 25 25 / 0.2);
}
.placeholder-error-900\/20::placeholder{
    color: rgb(60 25 25 / 0.2);
}
.placeholder-error-900\/25::-moz-placeholder{
    color: rgb(60 25 25 / 0.25);
}
.placeholder-error-900\/25::placeholder{
    color: rgb(60 25 25 / 0.25);
}
.placeholder-error-900\/30::-moz-placeholder{
    color: rgb(60 25 25 / 0.3);
}
.placeholder-error-900\/30::placeholder{
    color: rgb(60 25 25 / 0.3);
}
.placeholder-error-900\/35::-moz-placeholder{
    color: rgb(60 25 25 / 0.35);
}
.placeholder-error-900\/35::placeholder{
    color: rgb(60 25 25 / 0.35);
}
.placeholder-error-900\/40::-moz-placeholder{
    color: rgb(60 25 25 / 0.4);
}
.placeholder-error-900\/40::placeholder{
    color: rgb(60 25 25 / 0.4);
}
.placeholder-error-900\/45::-moz-placeholder{
    color: rgb(60 25 25 / 0.45);
}
.placeholder-error-900\/45::placeholder{
    color: rgb(60 25 25 / 0.45);
}
.placeholder-error-900\/5::-moz-placeholder{
    color: rgb(60 25 25 / 0.05);
}
.placeholder-error-900\/5::placeholder{
    color: rgb(60 25 25 / 0.05);
}
.placeholder-error-900\/50::-moz-placeholder{
    color: rgb(60 25 25 / 0.5);
}
.placeholder-error-900\/50::placeholder{
    color: rgb(60 25 25 / 0.5);
}
.placeholder-error-900\/55::-moz-placeholder{
    color: rgb(60 25 25 / 0.55);
}
.placeholder-error-900\/55::placeholder{
    color: rgb(60 25 25 / 0.55);
}
.placeholder-error-900\/60::-moz-placeholder{
    color: rgb(60 25 25 / 0.6);
}
.placeholder-error-900\/60::placeholder{
    color: rgb(60 25 25 / 0.6);
}
.placeholder-error-900\/65::-moz-placeholder{
    color: rgb(60 25 25 / 0.65);
}
.placeholder-error-900\/65::placeholder{
    color: rgb(60 25 25 / 0.65);
}
.placeholder-error-900\/70::-moz-placeholder{
    color: rgb(60 25 25 / 0.7);
}
.placeholder-error-900\/70::placeholder{
    color: rgb(60 25 25 / 0.7);
}
.placeholder-error-900\/75::-moz-placeholder{
    color: rgb(60 25 25 / 0.75);
}
.placeholder-error-900\/75::placeholder{
    color: rgb(60 25 25 / 0.75);
}
.placeholder-error-900\/80::-moz-placeholder{
    color: rgb(60 25 25 / 0.8);
}
.placeholder-error-900\/80::placeholder{
    color: rgb(60 25 25 / 0.8);
}
.placeholder-error-900\/85::-moz-placeholder{
    color: rgb(60 25 25 / 0.85);
}
.placeholder-error-900\/85::placeholder{
    color: rgb(60 25 25 / 0.85);
}
.placeholder-error-900\/90::-moz-placeholder{
    color: rgb(60 25 25 / 0.9);
}
.placeholder-error-900\/90::placeholder{
    color: rgb(60 25 25 / 0.9);
}
.placeholder-error-900\/95::-moz-placeholder{
    color: rgb(60 25 25 / 0.95);
}
.placeholder-error-900\/95::placeholder{
    color: rgb(60 25 25 / 0.95);
}
.placeholder-error-light::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(255 199 199 / var(--tw-placeholder-opacity));
}
.placeholder-error-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(255 199 199 / var(--tw-placeholder-opacity));
}
.placeholder-error-light\/0::-moz-placeholder{
    color: rgb(255 199 199 / 0);
}
.placeholder-error-light\/0::placeholder{
    color: rgb(255 199 199 / 0);
}
.placeholder-error-light\/10::-moz-placeholder{
    color: rgb(255 199 199 / 0.1);
}
.placeholder-error-light\/10::placeholder{
    color: rgb(255 199 199 / 0.1);
}
.placeholder-error-light\/100::-moz-placeholder{
    color: rgb(255 199 199 / 1);
}
.placeholder-error-light\/100::placeholder{
    color: rgb(255 199 199 / 1);
}
.placeholder-error-light\/15::-moz-placeholder{
    color: rgb(255 199 199 / 0.15);
}
.placeholder-error-light\/15::placeholder{
    color: rgb(255 199 199 / 0.15);
}
.placeholder-error-light\/20::-moz-placeholder{
    color: rgb(255 199 199 / 0.2);
}
.placeholder-error-light\/20::placeholder{
    color: rgb(255 199 199 / 0.2);
}
.placeholder-error-light\/25::-moz-placeholder{
    color: rgb(255 199 199 / 0.25);
}
.placeholder-error-light\/25::placeholder{
    color: rgb(255 199 199 / 0.25);
}
.placeholder-error-light\/30::-moz-placeholder{
    color: rgb(255 199 199 / 0.3);
}
.placeholder-error-light\/30::placeholder{
    color: rgb(255 199 199 / 0.3);
}
.placeholder-error-light\/35::-moz-placeholder{
    color: rgb(255 199 199 / 0.35);
}
.placeholder-error-light\/35::placeholder{
    color: rgb(255 199 199 / 0.35);
}
.placeholder-error-light\/40::-moz-placeholder{
    color: rgb(255 199 199 / 0.4);
}
.placeholder-error-light\/40::placeholder{
    color: rgb(255 199 199 / 0.4);
}
.placeholder-error-light\/45::-moz-placeholder{
    color: rgb(255 199 199 / 0.45);
}
.placeholder-error-light\/45::placeholder{
    color: rgb(255 199 199 / 0.45);
}
.placeholder-error-light\/5::-moz-placeholder{
    color: rgb(255 199 199 / 0.05);
}
.placeholder-error-light\/5::placeholder{
    color: rgb(255 199 199 / 0.05);
}
.placeholder-error-light\/50::-moz-placeholder{
    color: rgb(255 199 199 / 0.5);
}
.placeholder-error-light\/50::placeholder{
    color: rgb(255 199 199 / 0.5);
}
.placeholder-error-light\/55::-moz-placeholder{
    color: rgb(255 199 199 / 0.55);
}
.placeholder-error-light\/55::placeholder{
    color: rgb(255 199 199 / 0.55);
}
.placeholder-error-light\/60::-moz-placeholder{
    color: rgb(255 199 199 / 0.6);
}
.placeholder-error-light\/60::placeholder{
    color: rgb(255 199 199 / 0.6);
}
.placeholder-error-light\/65::-moz-placeholder{
    color: rgb(255 199 199 / 0.65);
}
.placeholder-error-light\/65::placeholder{
    color: rgb(255 199 199 / 0.65);
}
.placeholder-error-light\/70::-moz-placeholder{
    color: rgb(255 199 199 / 0.7);
}
.placeholder-error-light\/70::placeholder{
    color: rgb(255 199 199 / 0.7);
}
.placeholder-error-light\/75::-moz-placeholder{
    color: rgb(255 199 199 / 0.75);
}
.placeholder-error-light\/75::placeholder{
    color: rgb(255 199 199 / 0.75);
}
.placeholder-error-light\/80::-moz-placeholder{
    color: rgb(255 199 199 / 0.8);
}
.placeholder-error-light\/80::placeholder{
    color: rgb(255 199 199 / 0.8);
}
.placeholder-error-light\/85::-moz-placeholder{
    color: rgb(255 199 199 / 0.85);
}
.placeholder-error-light\/85::placeholder{
    color: rgb(255 199 199 / 0.85);
}
.placeholder-error-light\/90::-moz-placeholder{
    color: rgb(255 199 199 / 0.9);
}
.placeholder-error-light\/90::placeholder{
    color: rgb(255 199 199 / 0.9);
}
.placeholder-error-light\/95::-moz-placeholder{
    color: rgb(255 199 199 / 0.95);
}
.placeholder-error-light\/95::placeholder{
    color: rgb(255 199 199 / 0.95);
}
.placeholder-error\/0::-moz-placeholder{
    color: rgb(255 60 60 / 0);
}
.placeholder-error\/0::placeholder{
    color: rgb(255 60 60 / 0);
}
.placeholder-error\/10::-moz-placeholder{
    color: rgb(255 60 60 / 0.1);
}
.placeholder-error\/10::placeholder{
    color: rgb(255 60 60 / 0.1);
}
.placeholder-error\/100::-moz-placeholder{
    color: rgb(255 60 60 / 1);
}
.placeholder-error\/100::placeholder{
    color: rgb(255 60 60 / 1);
}
.placeholder-error\/15::-moz-placeholder{
    color: rgb(255 60 60 / 0.15);
}
.placeholder-error\/15::placeholder{
    color: rgb(255 60 60 / 0.15);
}
.placeholder-error\/20::-moz-placeholder{
    color: rgb(255 60 60 / 0.2);
}
.placeholder-error\/20::placeholder{
    color: rgb(255 60 60 / 0.2);
}
.placeholder-error\/25::-moz-placeholder{
    color: rgb(255 60 60 / 0.25);
}
.placeholder-error\/25::placeholder{
    color: rgb(255 60 60 / 0.25);
}
.placeholder-error\/30::-moz-placeholder{
    color: rgb(255 60 60 / 0.3);
}
.placeholder-error\/30::placeholder{
    color: rgb(255 60 60 / 0.3);
}
.placeholder-error\/35::-moz-placeholder{
    color: rgb(255 60 60 / 0.35);
}
.placeholder-error\/35::placeholder{
    color: rgb(255 60 60 / 0.35);
}
.placeholder-error\/40::-moz-placeholder{
    color: rgb(255 60 60 / 0.4);
}
.placeholder-error\/40::placeholder{
    color: rgb(255 60 60 / 0.4);
}
.placeholder-error\/45::-moz-placeholder{
    color: rgb(255 60 60 / 0.45);
}
.placeholder-error\/45::placeholder{
    color: rgb(255 60 60 / 0.45);
}
.placeholder-error\/5::-moz-placeholder{
    color: rgb(255 60 60 / 0.05);
}
.placeholder-error\/5::placeholder{
    color: rgb(255 60 60 / 0.05);
}
.placeholder-error\/50::-moz-placeholder{
    color: rgb(255 60 60 / 0.5);
}
.placeholder-error\/50::placeholder{
    color: rgb(255 60 60 / 0.5);
}
.placeholder-error\/55::-moz-placeholder{
    color: rgb(255 60 60 / 0.55);
}
.placeholder-error\/55::placeholder{
    color: rgb(255 60 60 / 0.55);
}
.placeholder-error\/60::-moz-placeholder{
    color: rgb(255 60 60 / 0.6);
}
.placeholder-error\/60::placeholder{
    color: rgb(255 60 60 / 0.6);
}
.placeholder-error\/65::-moz-placeholder{
    color: rgb(255 60 60 / 0.65);
}
.placeholder-error\/65::placeholder{
    color: rgb(255 60 60 / 0.65);
}
.placeholder-error\/70::-moz-placeholder{
    color: rgb(255 60 60 / 0.7);
}
.placeholder-error\/70::placeholder{
    color: rgb(255 60 60 / 0.7);
}
.placeholder-error\/75::-moz-placeholder{
    color: rgb(255 60 60 / 0.75);
}
.placeholder-error\/75::placeholder{
    color: rgb(255 60 60 / 0.75);
}
.placeholder-error\/80::-moz-placeholder{
    color: rgb(255 60 60 / 0.8);
}
.placeholder-error\/80::placeholder{
    color: rgb(255 60 60 / 0.8);
}
.placeholder-error\/85::-moz-placeholder{
    color: rgb(255 60 60 / 0.85);
}
.placeholder-error\/85::placeholder{
    color: rgb(255 60 60 / 0.85);
}
.placeholder-error\/90::-moz-placeholder{
    color: rgb(255 60 60 / 0.9);
}
.placeholder-error\/90::placeholder{
    color: rgb(255 60 60 / 0.9);
}
.placeholder-error\/95::-moz-placeholder{
    color: rgb(255 60 60 / 0.95);
}
.placeholder-error\/95::placeholder{
    color: rgb(255 60 60 / 0.95);
}
.placeholder-primary::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(72 229 155 / var(--tw-placeholder-opacity));
}
.placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(72 229 155 / var(--tw-placeholder-opacity));
}
.placeholder-primary-20::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(28 59 45 / var(--tw-placeholder-opacity));
}
.placeholder-primary-20::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(28 59 45 / var(--tw-placeholder-opacity));
}
.placeholder-primary-20\/0::-moz-placeholder{
    color: rgb(28 59 45 / 0);
}
.placeholder-primary-20\/0::placeholder{
    color: rgb(28 59 45 / 0);
}
.placeholder-primary-20\/10::-moz-placeholder{
    color: rgb(28 59 45 / 0.1);
}
.placeholder-primary-20\/10::placeholder{
    color: rgb(28 59 45 / 0.1);
}
.placeholder-primary-20\/100::-moz-placeholder{
    color: rgb(28 59 45 / 1);
}
.placeholder-primary-20\/100::placeholder{
    color: rgb(28 59 45 / 1);
}
.placeholder-primary-20\/15::-moz-placeholder{
    color: rgb(28 59 45 / 0.15);
}
.placeholder-primary-20\/15::placeholder{
    color: rgb(28 59 45 / 0.15);
}
.placeholder-primary-20\/20::-moz-placeholder{
    color: rgb(28 59 45 / 0.2);
}
.placeholder-primary-20\/20::placeholder{
    color: rgb(28 59 45 / 0.2);
}
.placeholder-primary-20\/25::-moz-placeholder{
    color: rgb(28 59 45 / 0.25);
}
.placeholder-primary-20\/25::placeholder{
    color: rgb(28 59 45 / 0.25);
}
.placeholder-primary-20\/30::-moz-placeholder{
    color: rgb(28 59 45 / 0.3);
}
.placeholder-primary-20\/30::placeholder{
    color: rgb(28 59 45 / 0.3);
}
.placeholder-primary-20\/35::-moz-placeholder{
    color: rgb(28 59 45 / 0.35);
}
.placeholder-primary-20\/35::placeholder{
    color: rgb(28 59 45 / 0.35);
}
.placeholder-primary-20\/40::-moz-placeholder{
    color: rgb(28 59 45 / 0.4);
}
.placeholder-primary-20\/40::placeholder{
    color: rgb(28 59 45 / 0.4);
}
.placeholder-primary-20\/45::-moz-placeholder{
    color: rgb(28 59 45 / 0.45);
}
.placeholder-primary-20\/45::placeholder{
    color: rgb(28 59 45 / 0.45);
}
.placeholder-primary-20\/5::-moz-placeholder{
    color: rgb(28 59 45 / 0.05);
}
.placeholder-primary-20\/5::placeholder{
    color: rgb(28 59 45 / 0.05);
}
.placeholder-primary-20\/50::-moz-placeholder{
    color: rgb(28 59 45 / 0.5);
}
.placeholder-primary-20\/50::placeholder{
    color: rgb(28 59 45 / 0.5);
}
.placeholder-primary-20\/55::-moz-placeholder{
    color: rgb(28 59 45 / 0.55);
}
.placeholder-primary-20\/55::placeholder{
    color: rgb(28 59 45 / 0.55);
}
.placeholder-primary-20\/60::-moz-placeholder{
    color: rgb(28 59 45 / 0.6);
}
.placeholder-primary-20\/60::placeholder{
    color: rgb(28 59 45 / 0.6);
}
.placeholder-primary-20\/65::-moz-placeholder{
    color: rgb(28 59 45 / 0.65);
}
.placeholder-primary-20\/65::placeholder{
    color: rgb(28 59 45 / 0.65);
}
.placeholder-primary-20\/70::-moz-placeholder{
    color: rgb(28 59 45 / 0.7);
}
.placeholder-primary-20\/70::placeholder{
    color: rgb(28 59 45 / 0.7);
}
.placeholder-primary-20\/75::-moz-placeholder{
    color: rgb(28 59 45 / 0.75);
}
.placeholder-primary-20\/75::placeholder{
    color: rgb(28 59 45 / 0.75);
}
.placeholder-primary-20\/80::-moz-placeholder{
    color: rgb(28 59 45 / 0.8);
}
.placeholder-primary-20\/80::placeholder{
    color: rgb(28 59 45 / 0.8);
}
.placeholder-primary-20\/85::-moz-placeholder{
    color: rgb(28 59 45 / 0.85);
}
.placeholder-primary-20\/85::placeholder{
    color: rgb(28 59 45 / 0.85);
}
.placeholder-primary-20\/90::-moz-placeholder{
    color: rgb(28 59 45 / 0.9);
}
.placeholder-primary-20\/90::placeholder{
    color: rgb(28 59 45 / 0.9);
}
.placeholder-primary-20\/95::-moz-placeholder{
    color: rgb(28 59 45 / 0.95);
}
.placeholder-primary-20\/95::placeholder{
    color: rgb(28 59 45 / 0.95);
}
.placeholder-primary-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(198 238 219 / var(--tw-placeholder-opacity));
}
.placeholder-primary-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(198 238 219 / var(--tw-placeholder-opacity));
}
.placeholder-primary-200\/0::-moz-placeholder{
    color: rgb(198 238 219 / 0);
}
.placeholder-primary-200\/0::placeholder{
    color: rgb(198 238 219 / 0);
}
.placeholder-primary-200\/10::-moz-placeholder{
    color: rgb(198 238 219 / 0.1);
}
.placeholder-primary-200\/10::placeholder{
    color: rgb(198 238 219 / 0.1);
}
.placeholder-primary-200\/100::-moz-placeholder{
    color: rgb(198 238 219 / 1);
}
.placeholder-primary-200\/100::placeholder{
    color: rgb(198 238 219 / 1);
}
.placeholder-primary-200\/15::-moz-placeholder{
    color: rgb(198 238 219 / 0.15);
}
.placeholder-primary-200\/15::placeholder{
    color: rgb(198 238 219 / 0.15);
}
.placeholder-primary-200\/20::-moz-placeholder{
    color: rgb(198 238 219 / 0.2);
}
.placeholder-primary-200\/20::placeholder{
    color: rgb(198 238 219 / 0.2);
}
.placeholder-primary-200\/25::-moz-placeholder{
    color: rgb(198 238 219 / 0.25);
}
.placeholder-primary-200\/25::placeholder{
    color: rgb(198 238 219 / 0.25);
}
.placeholder-primary-200\/30::-moz-placeholder{
    color: rgb(198 238 219 / 0.3);
}
.placeholder-primary-200\/30::placeholder{
    color: rgb(198 238 219 / 0.3);
}
.placeholder-primary-200\/35::-moz-placeholder{
    color: rgb(198 238 219 / 0.35);
}
.placeholder-primary-200\/35::placeholder{
    color: rgb(198 238 219 / 0.35);
}
.placeholder-primary-200\/40::-moz-placeholder{
    color: rgb(198 238 219 / 0.4);
}
.placeholder-primary-200\/40::placeholder{
    color: rgb(198 238 219 / 0.4);
}
.placeholder-primary-200\/45::-moz-placeholder{
    color: rgb(198 238 219 / 0.45);
}
.placeholder-primary-200\/45::placeholder{
    color: rgb(198 238 219 / 0.45);
}
.placeholder-primary-200\/5::-moz-placeholder{
    color: rgb(198 238 219 / 0.05);
}
.placeholder-primary-200\/5::placeholder{
    color: rgb(198 238 219 / 0.05);
}
.placeholder-primary-200\/50::-moz-placeholder{
    color: rgb(198 238 219 / 0.5);
}
.placeholder-primary-200\/50::placeholder{
    color: rgb(198 238 219 / 0.5);
}
.placeholder-primary-200\/55::-moz-placeholder{
    color: rgb(198 238 219 / 0.55);
}
.placeholder-primary-200\/55::placeholder{
    color: rgb(198 238 219 / 0.55);
}
.placeholder-primary-200\/60::-moz-placeholder{
    color: rgb(198 238 219 / 0.6);
}
.placeholder-primary-200\/60::placeholder{
    color: rgb(198 238 219 / 0.6);
}
.placeholder-primary-200\/65::-moz-placeholder{
    color: rgb(198 238 219 / 0.65);
}
.placeholder-primary-200\/65::placeholder{
    color: rgb(198 238 219 / 0.65);
}
.placeholder-primary-200\/70::-moz-placeholder{
    color: rgb(198 238 219 / 0.7);
}
.placeholder-primary-200\/70::placeholder{
    color: rgb(198 238 219 / 0.7);
}
.placeholder-primary-200\/75::-moz-placeholder{
    color: rgb(198 238 219 / 0.75);
}
.placeholder-primary-200\/75::placeholder{
    color: rgb(198 238 219 / 0.75);
}
.placeholder-primary-200\/80::-moz-placeholder{
    color: rgb(198 238 219 / 0.8);
}
.placeholder-primary-200\/80::placeholder{
    color: rgb(198 238 219 / 0.8);
}
.placeholder-primary-200\/85::-moz-placeholder{
    color: rgb(198 238 219 / 0.85);
}
.placeholder-primary-200\/85::placeholder{
    color: rgb(198 238 219 / 0.85);
}
.placeholder-primary-200\/90::-moz-placeholder{
    color: rgb(198 238 219 / 0.9);
}
.placeholder-primary-200\/90::placeholder{
    color: rgb(198 238 219 / 0.9);
}
.placeholder-primary-200\/95::-moz-placeholder{
    color: rgb(198 238 219 / 0.95);
}
.placeholder-primary-200\/95::placeholder{
    color: rgb(198 238 219 / 0.95);
}
.placeholder-primary-5::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(20 28 24 / var(--tw-placeholder-opacity));
}
.placeholder-primary-5::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(20 28 24 / var(--tw-placeholder-opacity));
}
.placeholder-primary-5\/0::-moz-placeholder{
    color: rgb(20 28 24 / 0);
}
.placeholder-primary-5\/0::placeholder{
    color: rgb(20 28 24 / 0);
}
.placeholder-primary-5\/10::-moz-placeholder{
    color: rgb(20 28 24 / 0.1);
}
.placeholder-primary-5\/10::placeholder{
    color: rgb(20 28 24 / 0.1);
}
.placeholder-primary-5\/100::-moz-placeholder{
    color: rgb(20 28 24 / 1);
}
.placeholder-primary-5\/100::placeholder{
    color: rgb(20 28 24 / 1);
}
.placeholder-primary-5\/15::-moz-placeholder{
    color: rgb(20 28 24 / 0.15);
}
.placeholder-primary-5\/15::placeholder{
    color: rgb(20 28 24 / 0.15);
}
.placeholder-primary-5\/20::-moz-placeholder{
    color: rgb(20 28 24 / 0.2);
}
.placeholder-primary-5\/20::placeholder{
    color: rgb(20 28 24 / 0.2);
}
.placeholder-primary-5\/25::-moz-placeholder{
    color: rgb(20 28 24 / 0.25);
}
.placeholder-primary-5\/25::placeholder{
    color: rgb(20 28 24 / 0.25);
}
.placeholder-primary-5\/30::-moz-placeholder{
    color: rgb(20 28 24 / 0.3);
}
.placeholder-primary-5\/30::placeholder{
    color: rgb(20 28 24 / 0.3);
}
.placeholder-primary-5\/35::-moz-placeholder{
    color: rgb(20 28 24 / 0.35);
}
.placeholder-primary-5\/35::placeholder{
    color: rgb(20 28 24 / 0.35);
}
.placeholder-primary-5\/40::-moz-placeholder{
    color: rgb(20 28 24 / 0.4);
}
.placeholder-primary-5\/40::placeholder{
    color: rgb(20 28 24 / 0.4);
}
.placeholder-primary-5\/45::-moz-placeholder{
    color: rgb(20 28 24 / 0.45);
}
.placeholder-primary-5\/45::placeholder{
    color: rgb(20 28 24 / 0.45);
}
.placeholder-primary-5\/5::-moz-placeholder{
    color: rgb(20 28 24 / 0.05);
}
.placeholder-primary-5\/5::placeholder{
    color: rgb(20 28 24 / 0.05);
}
.placeholder-primary-5\/50::-moz-placeholder{
    color: rgb(20 28 24 / 0.5);
}
.placeholder-primary-5\/50::placeholder{
    color: rgb(20 28 24 / 0.5);
}
.placeholder-primary-5\/55::-moz-placeholder{
    color: rgb(20 28 24 / 0.55);
}
.placeholder-primary-5\/55::placeholder{
    color: rgb(20 28 24 / 0.55);
}
.placeholder-primary-5\/60::-moz-placeholder{
    color: rgb(20 28 24 / 0.6);
}
.placeholder-primary-5\/60::placeholder{
    color: rgb(20 28 24 / 0.6);
}
.placeholder-primary-5\/65::-moz-placeholder{
    color: rgb(20 28 24 / 0.65);
}
.placeholder-primary-5\/65::placeholder{
    color: rgb(20 28 24 / 0.65);
}
.placeholder-primary-5\/70::-moz-placeholder{
    color: rgb(20 28 24 / 0.7);
}
.placeholder-primary-5\/70::placeholder{
    color: rgb(20 28 24 / 0.7);
}
.placeholder-primary-5\/75::-moz-placeholder{
    color: rgb(20 28 24 / 0.75);
}
.placeholder-primary-5\/75::placeholder{
    color: rgb(20 28 24 / 0.75);
}
.placeholder-primary-5\/80::-moz-placeholder{
    color: rgb(20 28 24 / 0.8);
}
.placeholder-primary-5\/80::placeholder{
    color: rgb(20 28 24 / 0.8);
}
.placeholder-primary-5\/85::-moz-placeholder{
    color: rgb(20 28 24 / 0.85);
}
.placeholder-primary-5\/85::placeholder{
    color: rgb(20 28 24 / 0.85);
}
.placeholder-primary-5\/90::-moz-placeholder{
    color: rgb(20 28 24 / 0.9);
}
.placeholder-primary-5\/90::placeholder{
    color: rgb(20 28 24 / 0.9);
}
.placeholder-primary-5\/95::-moz-placeholder{
    color: rgb(20 28 24 / 0.95);
}
.placeholder-primary-5\/95::placeholder{
    color: rgb(20 28 24 / 0.95);
}
.placeholder-primary-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(72 229 155 / var(--tw-placeholder-opacity));
}
.placeholder-primary-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(72 229 155 / var(--tw-placeholder-opacity));
}
.placeholder-primary-500\/0::-moz-placeholder{
    color: rgb(72 229 155 / 0);
}
.placeholder-primary-500\/0::placeholder{
    color: rgb(72 229 155 / 0);
}
.placeholder-primary-500\/10::-moz-placeholder{
    color: rgb(72 229 155 / 0.1);
}
.placeholder-primary-500\/10::placeholder{
    color: rgb(72 229 155 / 0.1);
}
.placeholder-primary-500\/100::-moz-placeholder{
    color: rgb(72 229 155 / 1);
}
.placeholder-primary-500\/100::placeholder{
    color: rgb(72 229 155 / 1);
}
.placeholder-primary-500\/15::-moz-placeholder{
    color: rgb(72 229 155 / 0.15);
}
.placeholder-primary-500\/15::placeholder{
    color: rgb(72 229 155 / 0.15);
}
.placeholder-primary-500\/20::-moz-placeholder{
    color: rgb(72 229 155 / 0.2);
}
.placeholder-primary-500\/20::placeholder{
    color: rgb(72 229 155 / 0.2);
}
.placeholder-primary-500\/25::-moz-placeholder{
    color: rgb(72 229 155 / 0.25);
}
.placeholder-primary-500\/25::placeholder{
    color: rgb(72 229 155 / 0.25);
}
.placeholder-primary-500\/30::-moz-placeholder{
    color: rgb(72 229 155 / 0.3);
}
.placeholder-primary-500\/30::placeholder{
    color: rgb(72 229 155 / 0.3);
}
.placeholder-primary-500\/35::-moz-placeholder{
    color: rgb(72 229 155 / 0.35);
}
.placeholder-primary-500\/35::placeholder{
    color: rgb(72 229 155 / 0.35);
}
.placeholder-primary-500\/40::-moz-placeholder{
    color: rgb(72 229 155 / 0.4);
}
.placeholder-primary-500\/40::placeholder{
    color: rgb(72 229 155 / 0.4);
}
.placeholder-primary-500\/45::-moz-placeholder{
    color: rgb(72 229 155 / 0.45);
}
.placeholder-primary-500\/45::placeholder{
    color: rgb(72 229 155 / 0.45);
}
.placeholder-primary-500\/5::-moz-placeholder{
    color: rgb(72 229 155 / 0.05);
}
.placeholder-primary-500\/5::placeholder{
    color: rgb(72 229 155 / 0.05);
}
.placeholder-primary-500\/50::-moz-placeholder{
    color: rgb(72 229 155 / 0.5);
}
.placeholder-primary-500\/50::placeholder{
    color: rgb(72 229 155 / 0.5);
}
.placeholder-primary-500\/55::-moz-placeholder{
    color: rgb(72 229 155 / 0.55);
}
.placeholder-primary-500\/55::placeholder{
    color: rgb(72 229 155 / 0.55);
}
.placeholder-primary-500\/60::-moz-placeholder{
    color: rgb(72 229 155 / 0.6);
}
.placeholder-primary-500\/60::placeholder{
    color: rgb(72 229 155 / 0.6);
}
.placeholder-primary-500\/65::-moz-placeholder{
    color: rgb(72 229 155 / 0.65);
}
.placeholder-primary-500\/65::placeholder{
    color: rgb(72 229 155 / 0.65);
}
.placeholder-primary-500\/70::-moz-placeholder{
    color: rgb(72 229 155 / 0.7);
}
.placeholder-primary-500\/70::placeholder{
    color: rgb(72 229 155 / 0.7);
}
.placeholder-primary-500\/75::-moz-placeholder{
    color: rgb(72 229 155 / 0.75);
}
.placeholder-primary-500\/75::placeholder{
    color: rgb(72 229 155 / 0.75);
}
.placeholder-primary-500\/80::-moz-placeholder{
    color: rgb(72 229 155 / 0.8);
}
.placeholder-primary-500\/80::placeholder{
    color: rgb(72 229 155 / 0.8);
}
.placeholder-primary-500\/85::-moz-placeholder{
    color: rgb(72 229 155 / 0.85);
}
.placeholder-primary-500\/85::placeholder{
    color: rgb(72 229 155 / 0.85);
}
.placeholder-primary-500\/90::-moz-placeholder{
    color: rgb(72 229 155 / 0.9);
}
.placeholder-primary-500\/90::placeholder{
    color: rgb(72 229 155 / 0.9);
}
.placeholder-primary-500\/95::-moz-placeholder{
    color: rgb(72 229 155 / 0.95);
}
.placeholder-primary-500\/95::placeholder{
    color: rgb(72 229 155 / 0.95);
}
.placeholder-primary-60::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(57 155 109 / var(--tw-placeholder-opacity));
}
.placeholder-primary-60::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(57 155 109 / var(--tw-placeholder-opacity));
}
.placeholder-primary-60\/0::-moz-placeholder{
    color: rgb(57 155 109 / 0);
}
.placeholder-primary-60\/0::placeholder{
    color: rgb(57 155 109 / 0);
}
.placeholder-primary-60\/10::-moz-placeholder{
    color: rgb(57 155 109 / 0.1);
}
.placeholder-primary-60\/10::placeholder{
    color: rgb(57 155 109 / 0.1);
}
.placeholder-primary-60\/100::-moz-placeholder{
    color: rgb(57 155 109 / 1);
}
.placeholder-primary-60\/100::placeholder{
    color: rgb(57 155 109 / 1);
}
.placeholder-primary-60\/15::-moz-placeholder{
    color: rgb(57 155 109 / 0.15);
}
.placeholder-primary-60\/15::placeholder{
    color: rgb(57 155 109 / 0.15);
}
.placeholder-primary-60\/20::-moz-placeholder{
    color: rgb(57 155 109 / 0.2);
}
.placeholder-primary-60\/20::placeholder{
    color: rgb(57 155 109 / 0.2);
}
.placeholder-primary-60\/25::-moz-placeholder{
    color: rgb(57 155 109 / 0.25);
}
.placeholder-primary-60\/25::placeholder{
    color: rgb(57 155 109 / 0.25);
}
.placeholder-primary-60\/30::-moz-placeholder{
    color: rgb(57 155 109 / 0.3);
}
.placeholder-primary-60\/30::placeholder{
    color: rgb(57 155 109 / 0.3);
}
.placeholder-primary-60\/35::-moz-placeholder{
    color: rgb(57 155 109 / 0.35);
}
.placeholder-primary-60\/35::placeholder{
    color: rgb(57 155 109 / 0.35);
}
.placeholder-primary-60\/40::-moz-placeholder{
    color: rgb(57 155 109 / 0.4);
}
.placeholder-primary-60\/40::placeholder{
    color: rgb(57 155 109 / 0.4);
}
.placeholder-primary-60\/45::-moz-placeholder{
    color: rgb(57 155 109 / 0.45);
}
.placeholder-primary-60\/45::placeholder{
    color: rgb(57 155 109 / 0.45);
}
.placeholder-primary-60\/5::-moz-placeholder{
    color: rgb(57 155 109 / 0.05);
}
.placeholder-primary-60\/5::placeholder{
    color: rgb(57 155 109 / 0.05);
}
.placeholder-primary-60\/50::-moz-placeholder{
    color: rgb(57 155 109 / 0.5);
}
.placeholder-primary-60\/50::placeholder{
    color: rgb(57 155 109 / 0.5);
}
.placeholder-primary-60\/55::-moz-placeholder{
    color: rgb(57 155 109 / 0.55);
}
.placeholder-primary-60\/55::placeholder{
    color: rgb(57 155 109 / 0.55);
}
.placeholder-primary-60\/60::-moz-placeholder{
    color: rgb(57 155 109 / 0.6);
}
.placeholder-primary-60\/60::placeholder{
    color: rgb(57 155 109 / 0.6);
}
.placeholder-primary-60\/65::-moz-placeholder{
    color: rgb(57 155 109 / 0.65);
}
.placeholder-primary-60\/65::placeholder{
    color: rgb(57 155 109 / 0.65);
}
.placeholder-primary-60\/70::-moz-placeholder{
    color: rgb(57 155 109 / 0.7);
}
.placeholder-primary-60\/70::placeholder{
    color: rgb(57 155 109 / 0.7);
}
.placeholder-primary-60\/75::-moz-placeholder{
    color: rgb(57 155 109 / 0.75);
}
.placeholder-primary-60\/75::placeholder{
    color: rgb(57 155 109 / 0.75);
}
.placeholder-primary-60\/80::-moz-placeholder{
    color: rgb(57 155 109 / 0.8);
}
.placeholder-primary-60\/80::placeholder{
    color: rgb(57 155 109 / 0.8);
}
.placeholder-primary-60\/85::-moz-placeholder{
    color: rgb(57 155 109 / 0.85);
}
.placeholder-primary-60\/85::placeholder{
    color: rgb(57 155 109 / 0.85);
}
.placeholder-primary-60\/90::-moz-placeholder{
    color: rgb(57 155 109 / 0.9);
}
.placeholder-primary-60\/90::placeholder{
    color: rgb(57 155 109 / 0.9);
}
.placeholder-primary-60\/95::-moz-placeholder{
    color: rgb(57 155 109 / 0.95);
}
.placeholder-primary-60\/95::placeholder{
    color: rgb(57 155 109 / 0.95);
}
.placeholder-primary-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(61 187 127 / var(--tw-placeholder-opacity));
}
.placeholder-primary-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(61 187 127 / var(--tw-placeholder-opacity));
}
.placeholder-primary-600\/0::-moz-placeholder{
    color: rgb(61 187 127 / 0);
}
.placeholder-primary-600\/0::placeholder{
    color: rgb(61 187 127 / 0);
}
.placeholder-primary-600\/10::-moz-placeholder{
    color: rgb(61 187 127 / 0.1);
}
.placeholder-primary-600\/10::placeholder{
    color: rgb(61 187 127 / 0.1);
}
.placeholder-primary-600\/100::-moz-placeholder{
    color: rgb(61 187 127 / 1);
}
.placeholder-primary-600\/100::placeholder{
    color: rgb(61 187 127 / 1);
}
.placeholder-primary-600\/15::-moz-placeholder{
    color: rgb(61 187 127 / 0.15);
}
.placeholder-primary-600\/15::placeholder{
    color: rgb(61 187 127 / 0.15);
}
.placeholder-primary-600\/20::-moz-placeholder{
    color: rgb(61 187 127 / 0.2);
}
.placeholder-primary-600\/20::placeholder{
    color: rgb(61 187 127 / 0.2);
}
.placeholder-primary-600\/25::-moz-placeholder{
    color: rgb(61 187 127 / 0.25);
}
.placeholder-primary-600\/25::placeholder{
    color: rgb(61 187 127 / 0.25);
}
.placeholder-primary-600\/30::-moz-placeholder{
    color: rgb(61 187 127 / 0.3);
}
.placeholder-primary-600\/30::placeholder{
    color: rgb(61 187 127 / 0.3);
}
.placeholder-primary-600\/35::-moz-placeholder{
    color: rgb(61 187 127 / 0.35);
}
.placeholder-primary-600\/35::placeholder{
    color: rgb(61 187 127 / 0.35);
}
.placeholder-primary-600\/40::-moz-placeholder{
    color: rgb(61 187 127 / 0.4);
}
.placeholder-primary-600\/40::placeholder{
    color: rgb(61 187 127 / 0.4);
}
.placeholder-primary-600\/45::-moz-placeholder{
    color: rgb(61 187 127 / 0.45);
}
.placeholder-primary-600\/45::placeholder{
    color: rgb(61 187 127 / 0.45);
}
.placeholder-primary-600\/5::-moz-placeholder{
    color: rgb(61 187 127 / 0.05);
}
.placeholder-primary-600\/5::placeholder{
    color: rgb(61 187 127 / 0.05);
}
.placeholder-primary-600\/50::-moz-placeholder{
    color: rgb(61 187 127 / 0.5);
}
.placeholder-primary-600\/50::placeholder{
    color: rgb(61 187 127 / 0.5);
}
.placeholder-primary-600\/55::-moz-placeholder{
    color: rgb(61 187 127 / 0.55);
}
.placeholder-primary-600\/55::placeholder{
    color: rgb(61 187 127 / 0.55);
}
.placeholder-primary-600\/60::-moz-placeholder{
    color: rgb(61 187 127 / 0.6);
}
.placeholder-primary-600\/60::placeholder{
    color: rgb(61 187 127 / 0.6);
}
.placeholder-primary-600\/65::-moz-placeholder{
    color: rgb(61 187 127 / 0.65);
}
.placeholder-primary-600\/65::placeholder{
    color: rgb(61 187 127 / 0.65);
}
.placeholder-primary-600\/70::-moz-placeholder{
    color: rgb(61 187 127 / 0.7);
}
.placeholder-primary-600\/70::placeholder{
    color: rgb(61 187 127 / 0.7);
}
.placeholder-primary-600\/75::-moz-placeholder{
    color: rgb(61 187 127 / 0.75);
}
.placeholder-primary-600\/75::placeholder{
    color: rgb(61 187 127 / 0.75);
}
.placeholder-primary-600\/80::-moz-placeholder{
    color: rgb(61 187 127 / 0.8);
}
.placeholder-primary-600\/80::placeholder{
    color: rgb(61 187 127 / 0.8);
}
.placeholder-primary-600\/85::-moz-placeholder{
    color: rgb(61 187 127 / 0.85);
}
.placeholder-primary-600\/85::placeholder{
    color: rgb(61 187 127 / 0.85);
}
.placeholder-primary-600\/90::-moz-placeholder{
    color: rgb(61 187 127 / 0.9);
}
.placeholder-primary-600\/90::placeholder{
    color: rgb(61 187 127 / 0.9);
}
.placeholder-primary-600\/95::-moz-placeholder{
    color: rgb(61 187 127 / 0.95);
}
.placeholder-primary-600\/95::placeholder{
    color: rgb(61 187 127 / 0.95);
}
.placeholder-primary-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(57 155 109 / var(--tw-placeholder-opacity));
}
.placeholder-primary-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(57 155 109 / var(--tw-placeholder-opacity));
}
.placeholder-primary-700\/0::-moz-placeholder{
    color: rgb(57 155 109 / 0);
}
.placeholder-primary-700\/0::placeholder{
    color: rgb(57 155 109 / 0);
}
.placeholder-primary-700\/10::-moz-placeholder{
    color: rgb(57 155 109 / 0.1);
}
.placeholder-primary-700\/10::placeholder{
    color: rgb(57 155 109 / 0.1);
}
.placeholder-primary-700\/100::-moz-placeholder{
    color: rgb(57 155 109 / 1);
}
.placeholder-primary-700\/100::placeholder{
    color: rgb(57 155 109 / 1);
}
.placeholder-primary-700\/15::-moz-placeholder{
    color: rgb(57 155 109 / 0.15);
}
.placeholder-primary-700\/15::placeholder{
    color: rgb(57 155 109 / 0.15);
}
.placeholder-primary-700\/20::-moz-placeholder{
    color: rgb(57 155 109 / 0.2);
}
.placeholder-primary-700\/20::placeholder{
    color: rgb(57 155 109 / 0.2);
}
.placeholder-primary-700\/25::-moz-placeholder{
    color: rgb(57 155 109 / 0.25);
}
.placeholder-primary-700\/25::placeholder{
    color: rgb(57 155 109 / 0.25);
}
.placeholder-primary-700\/30::-moz-placeholder{
    color: rgb(57 155 109 / 0.3);
}
.placeholder-primary-700\/30::placeholder{
    color: rgb(57 155 109 / 0.3);
}
.placeholder-primary-700\/35::-moz-placeholder{
    color: rgb(57 155 109 / 0.35);
}
.placeholder-primary-700\/35::placeholder{
    color: rgb(57 155 109 / 0.35);
}
.placeholder-primary-700\/40::-moz-placeholder{
    color: rgb(57 155 109 / 0.4);
}
.placeholder-primary-700\/40::placeholder{
    color: rgb(57 155 109 / 0.4);
}
.placeholder-primary-700\/45::-moz-placeholder{
    color: rgb(57 155 109 / 0.45);
}
.placeholder-primary-700\/45::placeholder{
    color: rgb(57 155 109 / 0.45);
}
.placeholder-primary-700\/5::-moz-placeholder{
    color: rgb(57 155 109 / 0.05);
}
.placeholder-primary-700\/5::placeholder{
    color: rgb(57 155 109 / 0.05);
}
.placeholder-primary-700\/50::-moz-placeholder{
    color: rgb(57 155 109 / 0.5);
}
.placeholder-primary-700\/50::placeholder{
    color: rgb(57 155 109 / 0.5);
}
.placeholder-primary-700\/55::-moz-placeholder{
    color: rgb(57 155 109 / 0.55);
}
.placeholder-primary-700\/55::placeholder{
    color: rgb(57 155 109 / 0.55);
}
.placeholder-primary-700\/60::-moz-placeholder{
    color: rgb(57 155 109 / 0.6);
}
.placeholder-primary-700\/60::placeholder{
    color: rgb(57 155 109 / 0.6);
}
.placeholder-primary-700\/65::-moz-placeholder{
    color: rgb(57 155 109 / 0.65);
}
.placeholder-primary-700\/65::placeholder{
    color: rgb(57 155 109 / 0.65);
}
.placeholder-primary-700\/70::-moz-placeholder{
    color: rgb(57 155 109 / 0.7);
}
.placeholder-primary-700\/70::placeholder{
    color: rgb(57 155 109 / 0.7);
}
.placeholder-primary-700\/75::-moz-placeholder{
    color: rgb(57 155 109 / 0.75);
}
.placeholder-primary-700\/75::placeholder{
    color: rgb(57 155 109 / 0.75);
}
.placeholder-primary-700\/80::-moz-placeholder{
    color: rgb(57 155 109 / 0.8);
}
.placeholder-primary-700\/80::placeholder{
    color: rgb(57 155 109 / 0.8);
}
.placeholder-primary-700\/85::-moz-placeholder{
    color: rgb(57 155 109 / 0.85);
}
.placeholder-primary-700\/85::placeholder{
    color: rgb(57 155 109 / 0.85);
}
.placeholder-primary-700\/90::-moz-placeholder{
    color: rgb(57 155 109 / 0.9);
}
.placeholder-primary-700\/90::placeholder{
    color: rgb(57 155 109 / 0.9);
}
.placeholder-primary-700\/95::-moz-placeholder{
    color: rgb(57 155 109 / 0.95);
}
.placeholder-primary-700\/95::placeholder{
    color: rgb(57 155 109 / 0.95);
}
.placeholder-primary-80::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(61 187 127 / var(--tw-placeholder-opacity));
}
.placeholder-primary-80::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(61 187 127 / var(--tw-placeholder-opacity));
}
.placeholder-primary-80\/0::-moz-placeholder{
    color: rgb(61 187 127 / 0);
}
.placeholder-primary-80\/0::placeholder{
    color: rgb(61 187 127 / 0);
}
.placeholder-primary-80\/10::-moz-placeholder{
    color: rgb(61 187 127 / 0.1);
}
.placeholder-primary-80\/10::placeholder{
    color: rgb(61 187 127 / 0.1);
}
.placeholder-primary-80\/100::-moz-placeholder{
    color: rgb(61 187 127 / 1);
}
.placeholder-primary-80\/100::placeholder{
    color: rgb(61 187 127 / 1);
}
.placeholder-primary-80\/15::-moz-placeholder{
    color: rgb(61 187 127 / 0.15);
}
.placeholder-primary-80\/15::placeholder{
    color: rgb(61 187 127 / 0.15);
}
.placeholder-primary-80\/20::-moz-placeholder{
    color: rgb(61 187 127 / 0.2);
}
.placeholder-primary-80\/20::placeholder{
    color: rgb(61 187 127 / 0.2);
}
.placeholder-primary-80\/25::-moz-placeholder{
    color: rgb(61 187 127 / 0.25);
}
.placeholder-primary-80\/25::placeholder{
    color: rgb(61 187 127 / 0.25);
}
.placeholder-primary-80\/30::-moz-placeholder{
    color: rgb(61 187 127 / 0.3);
}
.placeholder-primary-80\/30::placeholder{
    color: rgb(61 187 127 / 0.3);
}
.placeholder-primary-80\/35::-moz-placeholder{
    color: rgb(61 187 127 / 0.35);
}
.placeholder-primary-80\/35::placeholder{
    color: rgb(61 187 127 / 0.35);
}
.placeholder-primary-80\/40::-moz-placeholder{
    color: rgb(61 187 127 / 0.4);
}
.placeholder-primary-80\/40::placeholder{
    color: rgb(61 187 127 / 0.4);
}
.placeholder-primary-80\/45::-moz-placeholder{
    color: rgb(61 187 127 / 0.45);
}
.placeholder-primary-80\/45::placeholder{
    color: rgb(61 187 127 / 0.45);
}
.placeholder-primary-80\/5::-moz-placeholder{
    color: rgb(61 187 127 / 0.05);
}
.placeholder-primary-80\/5::placeholder{
    color: rgb(61 187 127 / 0.05);
}
.placeholder-primary-80\/50::-moz-placeholder{
    color: rgb(61 187 127 / 0.5);
}
.placeholder-primary-80\/50::placeholder{
    color: rgb(61 187 127 / 0.5);
}
.placeholder-primary-80\/55::-moz-placeholder{
    color: rgb(61 187 127 / 0.55);
}
.placeholder-primary-80\/55::placeholder{
    color: rgb(61 187 127 / 0.55);
}
.placeholder-primary-80\/60::-moz-placeholder{
    color: rgb(61 187 127 / 0.6);
}
.placeholder-primary-80\/60::placeholder{
    color: rgb(61 187 127 / 0.6);
}
.placeholder-primary-80\/65::-moz-placeholder{
    color: rgb(61 187 127 / 0.65);
}
.placeholder-primary-80\/65::placeholder{
    color: rgb(61 187 127 / 0.65);
}
.placeholder-primary-80\/70::-moz-placeholder{
    color: rgb(61 187 127 / 0.7);
}
.placeholder-primary-80\/70::placeholder{
    color: rgb(61 187 127 / 0.7);
}
.placeholder-primary-80\/75::-moz-placeholder{
    color: rgb(61 187 127 / 0.75);
}
.placeholder-primary-80\/75::placeholder{
    color: rgb(61 187 127 / 0.75);
}
.placeholder-primary-80\/80::-moz-placeholder{
    color: rgb(61 187 127 / 0.8);
}
.placeholder-primary-80\/80::placeholder{
    color: rgb(61 187 127 / 0.8);
}
.placeholder-primary-80\/85::-moz-placeholder{
    color: rgb(61 187 127 / 0.85);
}
.placeholder-primary-80\/85::placeholder{
    color: rgb(61 187 127 / 0.85);
}
.placeholder-primary-80\/90::-moz-placeholder{
    color: rgb(61 187 127 / 0.9);
}
.placeholder-primary-80\/90::placeholder{
    color: rgb(61 187 127 / 0.9);
}
.placeholder-primary-80\/95::-moz-placeholder{
    color: rgb(61 187 127 / 0.95);
}
.placeholder-primary-80\/95::placeholder{
    color: rgb(61 187 127 / 0.95);
}
.placeholder-primary-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(10 68 41 / var(--tw-placeholder-opacity));
}
.placeholder-primary-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(10 68 41 / var(--tw-placeholder-opacity));
}
.placeholder-primary-800\/0::-moz-placeholder{
    color: rgb(10 68 41 / 0);
}
.placeholder-primary-800\/0::placeholder{
    color: rgb(10 68 41 / 0);
}
.placeholder-primary-800\/10::-moz-placeholder{
    color: rgb(10 68 41 / 0.1);
}
.placeholder-primary-800\/10::placeholder{
    color: rgb(10 68 41 / 0.1);
}
.placeholder-primary-800\/100::-moz-placeholder{
    color: rgb(10 68 41 / 1);
}
.placeholder-primary-800\/100::placeholder{
    color: rgb(10 68 41 / 1);
}
.placeholder-primary-800\/15::-moz-placeholder{
    color: rgb(10 68 41 / 0.15);
}
.placeholder-primary-800\/15::placeholder{
    color: rgb(10 68 41 / 0.15);
}
.placeholder-primary-800\/20::-moz-placeholder{
    color: rgb(10 68 41 / 0.2);
}
.placeholder-primary-800\/20::placeholder{
    color: rgb(10 68 41 / 0.2);
}
.placeholder-primary-800\/25::-moz-placeholder{
    color: rgb(10 68 41 / 0.25);
}
.placeholder-primary-800\/25::placeholder{
    color: rgb(10 68 41 / 0.25);
}
.placeholder-primary-800\/30::-moz-placeholder{
    color: rgb(10 68 41 / 0.3);
}
.placeholder-primary-800\/30::placeholder{
    color: rgb(10 68 41 / 0.3);
}
.placeholder-primary-800\/35::-moz-placeholder{
    color: rgb(10 68 41 / 0.35);
}
.placeholder-primary-800\/35::placeholder{
    color: rgb(10 68 41 / 0.35);
}
.placeholder-primary-800\/40::-moz-placeholder{
    color: rgb(10 68 41 / 0.4);
}
.placeholder-primary-800\/40::placeholder{
    color: rgb(10 68 41 / 0.4);
}
.placeholder-primary-800\/45::-moz-placeholder{
    color: rgb(10 68 41 / 0.45);
}
.placeholder-primary-800\/45::placeholder{
    color: rgb(10 68 41 / 0.45);
}
.placeholder-primary-800\/5::-moz-placeholder{
    color: rgb(10 68 41 / 0.05);
}
.placeholder-primary-800\/5::placeholder{
    color: rgb(10 68 41 / 0.05);
}
.placeholder-primary-800\/50::-moz-placeholder{
    color: rgb(10 68 41 / 0.5);
}
.placeholder-primary-800\/50::placeholder{
    color: rgb(10 68 41 / 0.5);
}
.placeholder-primary-800\/55::-moz-placeholder{
    color: rgb(10 68 41 / 0.55);
}
.placeholder-primary-800\/55::placeholder{
    color: rgb(10 68 41 / 0.55);
}
.placeholder-primary-800\/60::-moz-placeholder{
    color: rgb(10 68 41 / 0.6);
}
.placeholder-primary-800\/60::placeholder{
    color: rgb(10 68 41 / 0.6);
}
.placeholder-primary-800\/65::-moz-placeholder{
    color: rgb(10 68 41 / 0.65);
}
.placeholder-primary-800\/65::placeholder{
    color: rgb(10 68 41 / 0.65);
}
.placeholder-primary-800\/70::-moz-placeholder{
    color: rgb(10 68 41 / 0.7);
}
.placeholder-primary-800\/70::placeholder{
    color: rgb(10 68 41 / 0.7);
}
.placeholder-primary-800\/75::-moz-placeholder{
    color: rgb(10 68 41 / 0.75);
}
.placeholder-primary-800\/75::placeholder{
    color: rgb(10 68 41 / 0.75);
}
.placeholder-primary-800\/80::-moz-placeholder{
    color: rgb(10 68 41 / 0.8);
}
.placeholder-primary-800\/80::placeholder{
    color: rgb(10 68 41 / 0.8);
}
.placeholder-primary-800\/85::-moz-placeholder{
    color: rgb(10 68 41 / 0.85);
}
.placeholder-primary-800\/85::placeholder{
    color: rgb(10 68 41 / 0.85);
}
.placeholder-primary-800\/90::-moz-placeholder{
    color: rgb(10 68 41 / 0.9);
}
.placeholder-primary-800\/90::placeholder{
    color: rgb(10 68 41 / 0.9);
}
.placeholder-primary-800\/95::-moz-placeholder{
    color: rgb(10 68 41 / 0.95);
}
.placeholder-primary-800\/95::placeholder{
    color: rgb(10 68 41 / 0.95);
}
.placeholder-primary-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(28 59 45 / var(--tw-placeholder-opacity));
}
.placeholder-primary-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(28 59 45 / var(--tw-placeholder-opacity));
}
.placeholder-primary-900\/0::-moz-placeholder{
    color: rgb(28 59 45 / 0);
}
.placeholder-primary-900\/0::placeholder{
    color: rgb(28 59 45 / 0);
}
.placeholder-primary-900\/10::-moz-placeholder{
    color: rgb(28 59 45 / 0.1);
}
.placeholder-primary-900\/10::placeholder{
    color: rgb(28 59 45 / 0.1);
}
.placeholder-primary-900\/100::-moz-placeholder{
    color: rgb(28 59 45 / 1);
}
.placeholder-primary-900\/100::placeholder{
    color: rgb(28 59 45 / 1);
}
.placeholder-primary-900\/15::-moz-placeholder{
    color: rgb(28 59 45 / 0.15);
}
.placeholder-primary-900\/15::placeholder{
    color: rgb(28 59 45 / 0.15);
}
.placeholder-primary-900\/20::-moz-placeholder{
    color: rgb(28 59 45 / 0.2);
}
.placeholder-primary-900\/20::placeholder{
    color: rgb(28 59 45 / 0.2);
}
.placeholder-primary-900\/25::-moz-placeholder{
    color: rgb(28 59 45 / 0.25);
}
.placeholder-primary-900\/25::placeholder{
    color: rgb(28 59 45 / 0.25);
}
.placeholder-primary-900\/30::-moz-placeholder{
    color: rgb(28 59 45 / 0.3);
}
.placeholder-primary-900\/30::placeholder{
    color: rgb(28 59 45 / 0.3);
}
.placeholder-primary-900\/35::-moz-placeholder{
    color: rgb(28 59 45 / 0.35);
}
.placeholder-primary-900\/35::placeholder{
    color: rgb(28 59 45 / 0.35);
}
.placeholder-primary-900\/40::-moz-placeholder{
    color: rgb(28 59 45 / 0.4);
}
.placeholder-primary-900\/40::placeholder{
    color: rgb(28 59 45 / 0.4);
}
.placeholder-primary-900\/45::-moz-placeholder{
    color: rgb(28 59 45 / 0.45);
}
.placeholder-primary-900\/45::placeholder{
    color: rgb(28 59 45 / 0.45);
}
.placeholder-primary-900\/5::-moz-placeholder{
    color: rgb(28 59 45 / 0.05);
}
.placeholder-primary-900\/5::placeholder{
    color: rgb(28 59 45 / 0.05);
}
.placeholder-primary-900\/50::-moz-placeholder{
    color: rgb(28 59 45 / 0.5);
}
.placeholder-primary-900\/50::placeholder{
    color: rgb(28 59 45 / 0.5);
}
.placeholder-primary-900\/55::-moz-placeholder{
    color: rgb(28 59 45 / 0.55);
}
.placeholder-primary-900\/55::placeholder{
    color: rgb(28 59 45 / 0.55);
}
.placeholder-primary-900\/60::-moz-placeholder{
    color: rgb(28 59 45 / 0.6);
}
.placeholder-primary-900\/60::placeholder{
    color: rgb(28 59 45 / 0.6);
}
.placeholder-primary-900\/65::-moz-placeholder{
    color: rgb(28 59 45 / 0.65);
}
.placeholder-primary-900\/65::placeholder{
    color: rgb(28 59 45 / 0.65);
}
.placeholder-primary-900\/70::-moz-placeholder{
    color: rgb(28 59 45 / 0.7);
}
.placeholder-primary-900\/70::placeholder{
    color: rgb(28 59 45 / 0.7);
}
.placeholder-primary-900\/75::-moz-placeholder{
    color: rgb(28 59 45 / 0.75);
}
.placeholder-primary-900\/75::placeholder{
    color: rgb(28 59 45 / 0.75);
}
.placeholder-primary-900\/80::-moz-placeholder{
    color: rgb(28 59 45 / 0.8);
}
.placeholder-primary-900\/80::placeholder{
    color: rgb(28 59 45 / 0.8);
}
.placeholder-primary-900\/85::-moz-placeholder{
    color: rgb(28 59 45 / 0.85);
}
.placeholder-primary-900\/85::placeholder{
    color: rgb(28 59 45 / 0.85);
}
.placeholder-primary-900\/90::-moz-placeholder{
    color: rgb(28 59 45 / 0.9);
}
.placeholder-primary-900\/90::placeholder{
    color: rgb(28 59 45 / 0.9);
}
.placeholder-primary-900\/95::-moz-placeholder{
    color: rgb(28 59 45 / 0.95);
}
.placeholder-primary-900\/95::placeholder{
    color: rgb(28 59 45 / 0.95);
}
.placeholder-primary-950::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(20 28 24 / var(--tw-placeholder-opacity));
}
.placeholder-primary-950::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(20 28 24 / var(--tw-placeholder-opacity));
}
.placeholder-primary-950\/0::-moz-placeholder{
    color: rgb(20 28 24 / 0);
}
.placeholder-primary-950\/0::placeholder{
    color: rgb(20 28 24 / 0);
}
.placeholder-primary-950\/10::-moz-placeholder{
    color: rgb(20 28 24 / 0.1);
}
.placeholder-primary-950\/10::placeholder{
    color: rgb(20 28 24 / 0.1);
}
.placeholder-primary-950\/100::-moz-placeholder{
    color: rgb(20 28 24 / 1);
}
.placeholder-primary-950\/100::placeholder{
    color: rgb(20 28 24 / 1);
}
.placeholder-primary-950\/15::-moz-placeholder{
    color: rgb(20 28 24 / 0.15);
}
.placeholder-primary-950\/15::placeholder{
    color: rgb(20 28 24 / 0.15);
}
.placeholder-primary-950\/20::-moz-placeholder{
    color: rgb(20 28 24 / 0.2);
}
.placeholder-primary-950\/20::placeholder{
    color: rgb(20 28 24 / 0.2);
}
.placeholder-primary-950\/25::-moz-placeholder{
    color: rgb(20 28 24 / 0.25);
}
.placeholder-primary-950\/25::placeholder{
    color: rgb(20 28 24 / 0.25);
}
.placeholder-primary-950\/30::-moz-placeholder{
    color: rgb(20 28 24 / 0.3);
}
.placeholder-primary-950\/30::placeholder{
    color: rgb(20 28 24 / 0.3);
}
.placeholder-primary-950\/35::-moz-placeholder{
    color: rgb(20 28 24 / 0.35);
}
.placeholder-primary-950\/35::placeholder{
    color: rgb(20 28 24 / 0.35);
}
.placeholder-primary-950\/40::-moz-placeholder{
    color: rgb(20 28 24 / 0.4);
}
.placeholder-primary-950\/40::placeholder{
    color: rgb(20 28 24 / 0.4);
}
.placeholder-primary-950\/45::-moz-placeholder{
    color: rgb(20 28 24 / 0.45);
}
.placeholder-primary-950\/45::placeholder{
    color: rgb(20 28 24 / 0.45);
}
.placeholder-primary-950\/5::-moz-placeholder{
    color: rgb(20 28 24 / 0.05);
}
.placeholder-primary-950\/5::placeholder{
    color: rgb(20 28 24 / 0.05);
}
.placeholder-primary-950\/50::-moz-placeholder{
    color: rgb(20 28 24 / 0.5);
}
.placeholder-primary-950\/50::placeholder{
    color: rgb(20 28 24 / 0.5);
}
.placeholder-primary-950\/55::-moz-placeholder{
    color: rgb(20 28 24 / 0.55);
}
.placeholder-primary-950\/55::placeholder{
    color: rgb(20 28 24 / 0.55);
}
.placeholder-primary-950\/60::-moz-placeholder{
    color: rgb(20 28 24 / 0.6);
}
.placeholder-primary-950\/60::placeholder{
    color: rgb(20 28 24 / 0.6);
}
.placeholder-primary-950\/65::-moz-placeholder{
    color: rgb(20 28 24 / 0.65);
}
.placeholder-primary-950\/65::placeholder{
    color: rgb(20 28 24 / 0.65);
}
.placeholder-primary-950\/70::-moz-placeholder{
    color: rgb(20 28 24 / 0.7);
}
.placeholder-primary-950\/70::placeholder{
    color: rgb(20 28 24 / 0.7);
}
.placeholder-primary-950\/75::-moz-placeholder{
    color: rgb(20 28 24 / 0.75);
}
.placeholder-primary-950\/75::placeholder{
    color: rgb(20 28 24 / 0.75);
}
.placeholder-primary-950\/80::-moz-placeholder{
    color: rgb(20 28 24 / 0.8);
}
.placeholder-primary-950\/80::placeholder{
    color: rgb(20 28 24 / 0.8);
}
.placeholder-primary-950\/85::-moz-placeholder{
    color: rgb(20 28 24 / 0.85);
}
.placeholder-primary-950\/85::placeholder{
    color: rgb(20 28 24 / 0.85);
}
.placeholder-primary-950\/90::-moz-placeholder{
    color: rgb(20 28 24 / 0.9);
}
.placeholder-primary-950\/90::placeholder{
    color: rgb(20 28 24 / 0.9);
}
.placeholder-primary-950\/95::-moz-placeholder{
    color: rgb(20 28 24 / 0.95);
}
.placeholder-primary-950\/95::placeholder{
    color: rgb(20 28 24 / 0.95);
}
.placeholder-primary-dark::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(10 68 41 / var(--tw-placeholder-opacity));
}
.placeholder-primary-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(10 68 41 / var(--tw-placeholder-opacity));
}
.placeholder-primary-dark\/0::-moz-placeholder{
    color: rgb(10 68 41 / 0);
}
.placeholder-primary-dark\/0::placeholder{
    color: rgb(10 68 41 / 0);
}
.placeholder-primary-dark\/10::-moz-placeholder{
    color: rgb(10 68 41 / 0.1);
}
.placeholder-primary-dark\/10::placeholder{
    color: rgb(10 68 41 / 0.1);
}
.placeholder-primary-dark\/100::-moz-placeholder{
    color: rgb(10 68 41 / 1);
}
.placeholder-primary-dark\/100::placeholder{
    color: rgb(10 68 41 / 1);
}
.placeholder-primary-dark\/15::-moz-placeholder{
    color: rgb(10 68 41 / 0.15);
}
.placeholder-primary-dark\/15::placeholder{
    color: rgb(10 68 41 / 0.15);
}
.placeholder-primary-dark\/20::-moz-placeholder{
    color: rgb(10 68 41 / 0.2);
}
.placeholder-primary-dark\/20::placeholder{
    color: rgb(10 68 41 / 0.2);
}
.placeholder-primary-dark\/25::-moz-placeholder{
    color: rgb(10 68 41 / 0.25);
}
.placeholder-primary-dark\/25::placeholder{
    color: rgb(10 68 41 / 0.25);
}
.placeholder-primary-dark\/30::-moz-placeholder{
    color: rgb(10 68 41 / 0.3);
}
.placeholder-primary-dark\/30::placeholder{
    color: rgb(10 68 41 / 0.3);
}
.placeholder-primary-dark\/35::-moz-placeholder{
    color: rgb(10 68 41 / 0.35);
}
.placeholder-primary-dark\/35::placeholder{
    color: rgb(10 68 41 / 0.35);
}
.placeholder-primary-dark\/40::-moz-placeholder{
    color: rgb(10 68 41 / 0.4);
}
.placeholder-primary-dark\/40::placeholder{
    color: rgb(10 68 41 / 0.4);
}
.placeholder-primary-dark\/45::-moz-placeholder{
    color: rgb(10 68 41 / 0.45);
}
.placeholder-primary-dark\/45::placeholder{
    color: rgb(10 68 41 / 0.45);
}
.placeholder-primary-dark\/5::-moz-placeholder{
    color: rgb(10 68 41 / 0.05);
}
.placeholder-primary-dark\/5::placeholder{
    color: rgb(10 68 41 / 0.05);
}
.placeholder-primary-dark\/50::-moz-placeholder{
    color: rgb(10 68 41 / 0.5);
}
.placeholder-primary-dark\/50::placeholder{
    color: rgb(10 68 41 / 0.5);
}
.placeholder-primary-dark\/55::-moz-placeholder{
    color: rgb(10 68 41 / 0.55);
}
.placeholder-primary-dark\/55::placeholder{
    color: rgb(10 68 41 / 0.55);
}
.placeholder-primary-dark\/60::-moz-placeholder{
    color: rgb(10 68 41 / 0.6);
}
.placeholder-primary-dark\/60::placeholder{
    color: rgb(10 68 41 / 0.6);
}
.placeholder-primary-dark\/65::-moz-placeholder{
    color: rgb(10 68 41 / 0.65);
}
.placeholder-primary-dark\/65::placeholder{
    color: rgb(10 68 41 / 0.65);
}
.placeholder-primary-dark\/70::-moz-placeholder{
    color: rgb(10 68 41 / 0.7);
}
.placeholder-primary-dark\/70::placeholder{
    color: rgb(10 68 41 / 0.7);
}
.placeholder-primary-dark\/75::-moz-placeholder{
    color: rgb(10 68 41 / 0.75);
}
.placeholder-primary-dark\/75::placeholder{
    color: rgb(10 68 41 / 0.75);
}
.placeholder-primary-dark\/80::-moz-placeholder{
    color: rgb(10 68 41 / 0.8);
}
.placeholder-primary-dark\/80::placeholder{
    color: rgb(10 68 41 / 0.8);
}
.placeholder-primary-dark\/85::-moz-placeholder{
    color: rgb(10 68 41 / 0.85);
}
.placeholder-primary-dark\/85::placeholder{
    color: rgb(10 68 41 / 0.85);
}
.placeholder-primary-dark\/90::-moz-placeholder{
    color: rgb(10 68 41 / 0.9);
}
.placeholder-primary-dark\/90::placeholder{
    color: rgb(10 68 41 / 0.9);
}
.placeholder-primary-dark\/95::-moz-placeholder{
    color: rgb(10 68 41 / 0.95);
}
.placeholder-primary-dark\/95::placeholder{
    color: rgb(10 68 41 / 0.95);
}
.placeholder-primary-light::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(198 238 219 / var(--tw-placeholder-opacity));
}
.placeholder-primary-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(198 238 219 / var(--tw-placeholder-opacity));
}
.placeholder-primary-light\/0::-moz-placeholder{
    color: rgb(198 238 219 / 0);
}
.placeholder-primary-light\/0::placeholder{
    color: rgb(198 238 219 / 0);
}
.placeholder-primary-light\/10::-moz-placeholder{
    color: rgb(198 238 219 / 0.1);
}
.placeholder-primary-light\/10::placeholder{
    color: rgb(198 238 219 / 0.1);
}
.placeholder-primary-light\/100::-moz-placeholder{
    color: rgb(198 238 219 / 1);
}
.placeholder-primary-light\/100::placeholder{
    color: rgb(198 238 219 / 1);
}
.placeholder-primary-light\/15::-moz-placeholder{
    color: rgb(198 238 219 / 0.15);
}
.placeholder-primary-light\/15::placeholder{
    color: rgb(198 238 219 / 0.15);
}
.placeholder-primary-light\/20::-moz-placeholder{
    color: rgb(198 238 219 / 0.2);
}
.placeholder-primary-light\/20::placeholder{
    color: rgb(198 238 219 / 0.2);
}
.placeholder-primary-light\/25::-moz-placeholder{
    color: rgb(198 238 219 / 0.25);
}
.placeholder-primary-light\/25::placeholder{
    color: rgb(198 238 219 / 0.25);
}
.placeholder-primary-light\/30::-moz-placeholder{
    color: rgb(198 238 219 / 0.3);
}
.placeholder-primary-light\/30::placeholder{
    color: rgb(198 238 219 / 0.3);
}
.placeholder-primary-light\/35::-moz-placeholder{
    color: rgb(198 238 219 / 0.35);
}
.placeholder-primary-light\/35::placeholder{
    color: rgb(198 238 219 / 0.35);
}
.placeholder-primary-light\/40::-moz-placeholder{
    color: rgb(198 238 219 / 0.4);
}
.placeholder-primary-light\/40::placeholder{
    color: rgb(198 238 219 / 0.4);
}
.placeholder-primary-light\/45::-moz-placeholder{
    color: rgb(198 238 219 / 0.45);
}
.placeholder-primary-light\/45::placeholder{
    color: rgb(198 238 219 / 0.45);
}
.placeholder-primary-light\/5::-moz-placeholder{
    color: rgb(198 238 219 / 0.05);
}
.placeholder-primary-light\/5::placeholder{
    color: rgb(198 238 219 / 0.05);
}
.placeholder-primary-light\/50::-moz-placeholder{
    color: rgb(198 238 219 / 0.5);
}
.placeholder-primary-light\/50::placeholder{
    color: rgb(198 238 219 / 0.5);
}
.placeholder-primary-light\/55::-moz-placeholder{
    color: rgb(198 238 219 / 0.55);
}
.placeholder-primary-light\/55::placeholder{
    color: rgb(198 238 219 / 0.55);
}
.placeholder-primary-light\/60::-moz-placeholder{
    color: rgb(198 238 219 / 0.6);
}
.placeholder-primary-light\/60::placeholder{
    color: rgb(198 238 219 / 0.6);
}
.placeholder-primary-light\/65::-moz-placeholder{
    color: rgb(198 238 219 / 0.65);
}
.placeholder-primary-light\/65::placeholder{
    color: rgb(198 238 219 / 0.65);
}
.placeholder-primary-light\/70::-moz-placeholder{
    color: rgb(198 238 219 / 0.7);
}
.placeholder-primary-light\/70::placeholder{
    color: rgb(198 238 219 / 0.7);
}
.placeholder-primary-light\/75::-moz-placeholder{
    color: rgb(198 238 219 / 0.75);
}
.placeholder-primary-light\/75::placeholder{
    color: rgb(198 238 219 / 0.75);
}
.placeholder-primary-light\/80::-moz-placeholder{
    color: rgb(198 238 219 / 0.8);
}
.placeholder-primary-light\/80::placeholder{
    color: rgb(198 238 219 / 0.8);
}
.placeholder-primary-light\/85::-moz-placeholder{
    color: rgb(198 238 219 / 0.85);
}
.placeholder-primary-light\/85::placeholder{
    color: rgb(198 238 219 / 0.85);
}
.placeholder-primary-light\/90::-moz-placeholder{
    color: rgb(198 238 219 / 0.9);
}
.placeholder-primary-light\/90::placeholder{
    color: rgb(198 238 219 / 0.9);
}
.placeholder-primary-light\/95::-moz-placeholder{
    color: rgb(198 238 219 / 0.95);
}
.placeholder-primary-light\/95::placeholder{
    color: rgb(198 238 219 / 0.95);
}
.placeholder-primary\/0::-moz-placeholder{
    color: rgb(72 229 155 / 0);
}
.placeholder-primary\/0::placeholder{
    color: rgb(72 229 155 / 0);
}
.placeholder-primary\/10::-moz-placeholder{
    color: rgb(72 229 155 / 0.1);
}
.placeholder-primary\/10::placeholder{
    color: rgb(72 229 155 / 0.1);
}
.placeholder-primary\/100::-moz-placeholder{
    color: rgb(72 229 155 / 1);
}
.placeholder-primary\/100::placeholder{
    color: rgb(72 229 155 / 1);
}
.placeholder-primary\/15::-moz-placeholder{
    color: rgb(72 229 155 / 0.15);
}
.placeholder-primary\/15::placeholder{
    color: rgb(72 229 155 / 0.15);
}
.placeholder-primary\/20::-moz-placeholder{
    color: rgb(72 229 155 / 0.2);
}
.placeholder-primary\/20::placeholder{
    color: rgb(72 229 155 / 0.2);
}
.placeholder-primary\/25::-moz-placeholder{
    color: rgb(72 229 155 / 0.25);
}
.placeholder-primary\/25::placeholder{
    color: rgb(72 229 155 / 0.25);
}
.placeholder-primary\/30::-moz-placeholder{
    color: rgb(72 229 155 / 0.3);
}
.placeholder-primary\/30::placeholder{
    color: rgb(72 229 155 / 0.3);
}
.placeholder-primary\/35::-moz-placeholder{
    color: rgb(72 229 155 / 0.35);
}
.placeholder-primary\/35::placeholder{
    color: rgb(72 229 155 / 0.35);
}
.placeholder-primary\/40::-moz-placeholder{
    color: rgb(72 229 155 / 0.4);
}
.placeholder-primary\/40::placeholder{
    color: rgb(72 229 155 / 0.4);
}
.placeholder-primary\/45::-moz-placeholder{
    color: rgb(72 229 155 / 0.45);
}
.placeholder-primary\/45::placeholder{
    color: rgb(72 229 155 / 0.45);
}
.placeholder-primary\/5::-moz-placeholder{
    color: rgb(72 229 155 / 0.05);
}
.placeholder-primary\/5::placeholder{
    color: rgb(72 229 155 / 0.05);
}
.placeholder-primary\/50::-moz-placeholder{
    color: rgb(72 229 155 / 0.5);
}
.placeholder-primary\/50::placeholder{
    color: rgb(72 229 155 / 0.5);
}
.placeholder-primary\/55::-moz-placeholder{
    color: rgb(72 229 155 / 0.55);
}
.placeholder-primary\/55::placeholder{
    color: rgb(72 229 155 / 0.55);
}
.placeholder-primary\/60::-moz-placeholder{
    color: rgb(72 229 155 / 0.6);
}
.placeholder-primary\/60::placeholder{
    color: rgb(72 229 155 / 0.6);
}
.placeholder-primary\/65::-moz-placeholder{
    color: rgb(72 229 155 / 0.65);
}
.placeholder-primary\/65::placeholder{
    color: rgb(72 229 155 / 0.65);
}
.placeholder-primary\/70::-moz-placeholder{
    color: rgb(72 229 155 / 0.7);
}
.placeholder-primary\/70::placeholder{
    color: rgb(72 229 155 / 0.7);
}
.placeholder-primary\/75::-moz-placeholder{
    color: rgb(72 229 155 / 0.75);
}
.placeholder-primary\/75::placeholder{
    color: rgb(72 229 155 / 0.75);
}
.placeholder-primary\/80::-moz-placeholder{
    color: rgb(72 229 155 / 0.8);
}
.placeholder-primary\/80::placeholder{
    color: rgb(72 229 155 / 0.8);
}
.placeholder-primary\/85::-moz-placeholder{
    color: rgb(72 229 155 / 0.85);
}
.placeholder-primary\/85::placeholder{
    color: rgb(72 229 155 / 0.85);
}
.placeholder-primary\/90::-moz-placeholder{
    color: rgb(72 229 155 / 0.9);
}
.placeholder-primary\/90::placeholder{
    color: rgb(72 229 155 / 0.9);
}
.placeholder-primary\/95::-moz-placeholder{
    color: rgb(72 229 155 / 0.95);
}
.placeholder-primary\/95::placeholder{
    color: rgb(72 229 155 / 0.95);
}
.placeholder-secondary::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(1 90 213 / var(--tw-placeholder-opacity));
}
.placeholder-secondary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(1 90 213 / var(--tw-placeholder-opacity));
}
.placeholder-secondary-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(1 90 213 / var(--tw-placeholder-opacity));
}
.placeholder-secondary-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(1 90 213 / var(--tw-placeholder-opacity));
}
.placeholder-secondary-500\/0::-moz-placeholder{
    color: rgb(1 90 213 / 0);
}
.placeholder-secondary-500\/0::placeholder{
    color: rgb(1 90 213 / 0);
}
.placeholder-secondary-500\/10::-moz-placeholder{
    color: rgb(1 90 213 / 0.1);
}
.placeholder-secondary-500\/10::placeholder{
    color: rgb(1 90 213 / 0.1);
}
.placeholder-secondary-500\/100::-moz-placeholder{
    color: rgb(1 90 213 / 1);
}
.placeholder-secondary-500\/100::placeholder{
    color: rgb(1 90 213 / 1);
}
.placeholder-secondary-500\/15::-moz-placeholder{
    color: rgb(1 90 213 / 0.15);
}
.placeholder-secondary-500\/15::placeholder{
    color: rgb(1 90 213 / 0.15);
}
.placeholder-secondary-500\/20::-moz-placeholder{
    color: rgb(1 90 213 / 0.2);
}
.placeholder-secondary-500\/20::placeholder{
    color: rgb(1 90 213 / 0.2);
}
.placeholder-secondary-500\/25::-moz-placeholder{
    color: rgb(1 90 213 / 0.25);
}
.placeholder-secondary-500\/25::placeholder{
    color: rgb(1 90 213 / 0.25);
}
.placeholder-secondary-500\/30::-moz-placeholder{
    color: rgb(1 90 213 / 0.3);
}
.placeholder-secondary-500\/30::placeholder{
    color: rgb(1 90 213 / 0.3);
}
.placeholder-secondary-500\/35::-moz-placeholder{
    color: rgb(1 90 213 / 0.35);
}
.placeholder-secondary-500\/35::placeholder{
    color: rgb(1 90 213 / 0.35);
}
.placeholder-secondary-500\/40::-moz-placeholder{
    color: rgb(1 90 213 / 0.4);
}
.placeholder-secondary-500\/40::placeholder{
    color: rgb(1 90 213 / 0.4);
}
.placeholder-secondary-500\/45::-moz-placeholder{
    color: rgb(1 90 213 / 0.45);
}
.placeholder-secondary-500\/45::placeholder{
    color: rgb(1 90 213 / 0.45);
}
.placeholder-secondary-500\/5::-moz-placeholder{
    color: rgb(1 90 213 / 0.05);
}
.placeholder-secondary-500\/5::placeholder{
    color: rgb(1 90 213 / 0.05);
}
.placeholder-secondary-500\/50::-moz-placeholder{
    color: rgb(1 90 213 / 0.5);
}
.placeholder-secondary-500\/50::placeholder{
    color: rgb(1 90 213 / 0.5);
}
.placeholder-secondary-500\/55::-moz-placeholder{
    color: rgb(1 90 213 / 0.55);
}
.placeholder-secondary-500\/55::placeholder{
    color: rgb(1 90 213 / 0.55);
}
.placeholder-secondary-500\/60::-moz-placeholder{
    color: rgb(1 90 213 / 0.6);
}
.placeholder-secondary-500\/60::placeholder{
    color: rgb(1 90 213 / 0.6);
}
.placeholder-secondary-500\/65::-moz-placeholder{
    color: rgb(1 90 213 / 0.65);
}
.placeholder-secondary-500\/65::placeholder{
    color: rgb(1 90 213 / 0.65);
}
.placeholder-secondary-500\/70::-moz-placeholder{
    color: rgb(1 90 213 / 0.7);
}
.placeholder-secondary-500\/70::placeholder{
    color: rgb(1 90 213 / 0.7);
}
.placeholder-secondary-500\/75::-moz-placeholder{
    color: rgb(1 90 213 / 0.75);
}
.placeholder-secondary-500\/75::placeholder{
    color: rgb(1 90 213 / 0.75);
}
.placeholder-secondary-500\/80::-moz-placeholder{
    color: rgb(1 90 213 / 0.8);
}
.placeholder-secondary-500\/80::placeholder{
    color: rgb(1 90 213 / 0.8);
}
.placeholder-secondary-500\/85::-moz-placeholder{
    color: rgb(1 90 213 / 0.85);
}
.placeholder-secondary-500\/85::placeholder{
    color: rgb(1 90 213 / 0.85);
}
.placeholder-secondary-500\/90::-moz-placeholder{
    color: rgb(1 90 213 / 0.9);
}
.placeholder-secondary-500\/90::placeholder{
    color: rgb(1 90 213 / 0.9);
}
.placeholder-secondary-500\/95::-moz-placeholder{
    color: rgb(1 90 213 / 0.95);
}
.placeholder-secondary-500\/95::placeholder{
    color: rgb(1 90 213 / 0.95);
}
.placeholder-secondary\/0::-moz-placeholder{
    color: rgb(1 90 213 / 0);
}
.placeholder-secondary\/0::placeholder{
    color: rgb(1 90 213 / 0);
}
.placeholder-secondary\/10::-moz-placeholder{
    color: rgb(1 90 213 / 0.1);
}
.placeholder-secondary\/10::placeholder{
    color: rgb(1 90 213 / 0.1);
}
.placeholder-secondary\/100::-moz-placeholder{
    color: rgb(1 90 213 / 1);
}
.placeholder-secondary\/100::placeholder{
    color: rgb(1 90 213 / 1);
}
.placeholder-secondary\/15::-moz-placeholder{
    color: rgb(1 90 213 / 0.15);
}
.placeholder-secondary\/15::placeholder{
    color: rgb(1 90 213 / 0.15);
}
.placeholder-secondary\/20::-moz-placeholder{
    color: rgb(1 90 213 / 0.2);
}
.placeholder-secondary\/20::placeholder{
    color: rgb(1 90 213 / 0.2);
}
.placeholder-secondary\/25::-moz-placeholder{
    color: rgb(1 90 213 / 0.25);
}
.placeholder-secondary\/25::placeholder{
    color: rgb(1 90 213 / 0.25);
}
.placeholder-secondary\/30::-moz-placeholder{
    color: rgb(1 90 213 / 0.3);
}
.placeholder-secondary\/30::placeholder{
    color: rgb(1 90 213 / 0.3);
}
.placeholder-secondary\/35::-moz-placeholder{
    color: rgb(1 90 213 / 0.35);
}
.placeholder-secondary\/35::placeholder{
    color: rgb(1 90 213 / 0.35);
}
.placeholder-secondary\/40::-moz-placeholder{
    color: rgb(1 90 213 / 0.4);
}
.placeholder-secondary\/40::placeholder{
    color: rgb(1 90 213 / 0.4);
}
.placeholder-secondary\/45::-moz-placeholder{
    color: rgb(1 90 213 / 0.45);
}
.placeholder-secondary\/45::placeholder{
    color: rgb(1 90 213 / 0.45);
}
.placeholder-secondary\/5::-moz-placeholder{
    color: rgb(1 90 213 / 0.05);
}
.placeholder-secondary\/5::placeholder{
    color: rgb(1 90 213 / 0.05);
}
.placeholder-secondary\/50::-moz-placeholder{
    color: rgb(1 90 213 / 0.5);
}
.placeholder-secondary\/50::placeholder{
    color: rgb(1 90 213 / 0.5);
}
.placeholder-secondary\/55::-moz-placeholder{
    color: rgb(1 90 213 / 0.55);
}
.placeholder-secondary\/55::placeholder{
    color: rgb(1 90 213 / 0.55);
}
.placeholder-secondary\/60::-moz-placeholder{
    color: rgb(1 90 213 / 0.6);
}
.placeholder-secondary\/60::placeholder{
    color: rgb(1 90 213 / 0.6);
}
.placeholder-secondary\/65::-moz-placeholder{
    color: rgb(1 90 213 / 0.65);
}
.placeholder-secondary\/65::placeholder{
    color: rgb(1 90 213 / 0.65);
}
.placeholder-secondary\/70::-moz-placeholder{
    color: rgb(1 90 213 / 0.7);
}
.placeholder-secondary\/70::placeholder{
    color: rgb(1 90 213 / 0.7);
}
.placeholder-secondary\/75::-moz-placeholder{
    color: rgb(1 90 213 / 0.75);
}
.placeholder-secondary\/75::placeholder{
    color: rgb(1 90 213 / 0.75);
}
.placeholder-secondary\/80::-moz-placeholder{
    color: rgb(1 90 213 / 0.8);
}
.placeholder-secondary\/80::placeholder{
    color: rgb(1 90 213 / 0.8);
}
.placeholder-secondary\/85::-moz-placeholder{
    color: rgb(1 90 213 / 0.85);
}
.placeholder-secondary\/85::placeholder{
    color: rgb(1 90 213 / 0.85);
}
.placeholder-secondary\/90::-moz-placeholder{
    color: rgb(1 90 213 / 0.9);
}
.placeholder-secondary\/90::placeholder{
    color: rgb(1 90 213 / 0.9);
}
.placeholder-secondary\/95::-moz-placeholder{
    color: rgb(1 90 213 / 0.95);
}
.placeholder-secondary\/95::placeholder{
    color: rgb(1 90 213 / 0.95);
}
.caret-black-brand{
    caret-color: #313131;
}
.caret-black-brand\/0{
    caret-color: rgb(49 49 49 / 0);
}
.caret-black-brand\/10{
    caret-color: rgb(49 49 49 / 0.1);
}
.caret-black-brand\/100{
    caret-color: rgb(49 49 49 / 1);
}
.caret-black-brand\/15{
    caret-color: rgb(49 49 49 / 0.15);
}
.caret-black-brand\/20{
    caret-color: rgb(49 49 49 / 0.2);
}
.caret-black-brand\/25{
    caret-color: rgb(49 49 49 / 0.25);
}
.caret-black-brand\/30{
    caret-color: rgb(49 49 49 / 0.3);
}
.caret-black-brand\/35{
    caret-color: rgb(49 49 49 / 0.35);
}
.caret-black-brand\/40{
    caret-color: rgb(49 49 49 / 0.4);
}
.caret-black-brand\/45{
    caret-color: rgb(49 49 49 / 0.45);
}
.caret-black-brand\/5{
    caret-color: rgb(49 49 49 / 0.05);
}
.caret-black-brand\/50{
    caret-color: rgb(49 49 49 / 0.5);
}
.caret-black-brand\/55{
    caret-color: rgb(49 49 49 / 0.55);
}
.caret-black-brand\/60{
    caret-color: rgb(49 49 49 / 0.6);
}
.caret-black-brand\/65{
    caret-color: rgb(49 49 49 / 0.65);
}
.caret-black-brand\/70{
    caret-color: rgb(49 49 49 / 0.7);
}
.caret-black-brand\/75{
    caret-color: rgb(49 49 49 / 0.75);
}
.caret-black-brand\/80{
    caret-color: rgb(49 49 49 / 0.8);
}
.caret-black-brand\/85{
    caret-color: rgb(49 49 49 / 0.85);
}
.caret-black-brand\/90{
    caret-color: rgb(49 49 49 / 0.9);
}
.caret-black-brand\/95{
    caret-color: rgb(49 49 49 / 0.95);
}
.caret-brand-100{
    caret-color: #c6eedb0d;
}
.caret-brand-100\/0{
    caret-color: rgb(198 238 219 / 0);
}
.caret-brand-100\/10{
    caret-color: rgb(198 238 219 / 0.1);
}
.caret-brand-100\/100{
    caret-color: rgb(198 238 219 / 1);
}
.caret-brand-100\/15{
    caret-color: rgb(198 238 219 / 0.15);
}
.caret-brand-100\/20{
    caret-color: rgb(198 238 219 / 0.2);
}
.caret-brand-100\/25{
    caret-color: rgb(198 238 219 / 0.25);
}
.caret-brand-100\/30{
    caret-color: rgb(198 238 219 / 0.3);
}
.caret-brand-100\/35{
    caret-color: rgb(198 238 219 / 0.35);
}
.caret-brand-100\/40{
    caret-color: rgb(198 238 219 / 0.4);
}
.caret-brand-100\/45{
    caret-color: rgb(198 238 219 / 0.45);
}
.caret-brand-100\/5{
    caret-color: rgb(198 238 219 / 0.05);
}
.caret-brand-100\/50{
    caret-color: rgb(198 238 219 / 0.5);
}
.caret-brand-100\/55{
    caret-color: rgb(198 238 219 / 0.55);
}
.caret-brand-100\/60{
    caret-color: rgb(198 238 219 / 0.6);
}
.caret-brand-100\/65{
    caret-color: rgb(198 238 219 / 0.65);
}
.caret-brand-100\/70{
    caret-color: rgb(198 238 219 / 0.7);
}
.caret-brand-100\/75{
    caret-color: rgb(198 238 219 / 0.75);
}
.caret-brand-100\/80{
    caret-color: rgb(198 238 219 / 0.8);
}
.caret-brand-100\/85{
    caret-color: rgb(198 238 219 / 0.85);
}
.caret-brand-100\/90{
    caret-color: rgb(198 238 219 / 0.9);
}
.caret-brand-100\/95{
    caret-color: rgb(198 238 219 / 0.95);
}
.caret-brand-20{
    caret-color: #48E59B;
}
.caret-brand-20\/0{
    caret-color: rgb(72 229 155 / 0);
}
.caret-brand-20\/10{
    caret-color: rgb(72 229 155 / 0.1);
}
.caret-brand-20\/100{
    caret-color: rgb(72 229 155 / 1);
}
.caret-brand-20\/15{
    caret-color: rgb(72 229 155 / 0.15);
}
.caret-brand-20\/20{
    caret-color: rgb(72 229 155 / 0.2);
}
.caret-brand-20\/25{
    caret-color: rgb(72 229 155 / 0.25);
}
.caret-brand-20\/30{
    caret-color: rgb(72 229 155 / 0.3);
}
.caret-brand-20\/35{
    caret-color: rgb(72 229 155 / 0.35);
}
.caret-brand-20\/40{
    caret-color: rgb(72 229 155 / 0.4);
}
.caret-brand-20\/45{
    caret-color: rgb(72 229 155 / 0.45);
}
.caret-brand-20\/5{
    caret-color: rgb(72 229 155 / 0.05);
}
.caret-brand-20\/50{
    caret-color: rgb(72 229 155 / 0.5);
}
.caret-brand-20\/55{
    caret-color: rgb(72 229 155 / 0.55);
}
.caret-brand-20\/60{
    caret-color: rgb(72 229 155 / 0.6);
}
.caret-brand-20\/65{
    caret-color: rgb(72 229 155 / 0.65);
}
.caret-brand-20\/70{
    caret-color: rgb(72 229 155 / 0.7);
}
.caret-brand-20\/75{
    caret-color: rgb(72 229 155 / 0.75);
}
.caret-brand-20\/80{
    caret-color: rgb(72 229 155 / 0.8);
}
.caret-brand-20\/85{
    caret-color: rgb(72 229 155 / 0.85);
}
.caret-brand-20\/90{
    caret-color: rgb(72 229 155 / 0.9);
}
.caret-brand-20\/95{
    caret-color: rgb(72 229 155 / 0.95);
}
.caret-brand-200{
    caret-color: #c6eedb33;
}
.caret-brand-200\/0{
    caret-color: rgb(198 238 219 / 0);
}
.caret-brand-200\/10{
    caret-color: rgb(198 238 219 / 0.1);
}
.caret-brand-200\/100{
    caret-color: rgb(198 238 219 / 1);
}
.caret-brand-200\/15{
    caret-color: rgb(198 238 219 / 0.15);
}
.caret-brand-200\/20{
    caret-color: rgb(198 238 219 / 0.2);
}
.caret-brand-200\/25{
    caret-color: rgb(198 238 219 / 0.25);
}
.caret-brand-200\/30{
    caret-color: rgb(198 238 219 / 0.3);
}
.caret-brand-200\/35{
    caret-color: rgb(198 238 219 / 0.35);
}
.caret-brand-200\/40{
    caret-color: rgb(198 238 219 / 0.4);
}
.caret-brand-200\/45{
    caret-color: rgb(198 238 219 / 0.45);
}
.caret-brand-200\/5{
    caret-color: rgb(198 238 219 / 0.05);
}
.caret-brand-200\/50{
    caret-color: rgb(198 238 219 / 0.5);
}
.caret-brand-200\/55{
    caret-color: rgb(198 238 219 / 0.55);
}
.caret-brand-200\/60{
    caret-color: rgb(198 238 219 / 0.6);
}
.caret-brand-200\/65{
    caret-color: rgb(198 238 219 / 0.65);
}
.caret-brand-200\/70{
    caret-color: rgb(198 238 219 / 0.7);
}
.caret-brand-200\/75{
    caret-color: rgb(198 238 219 / 0.75);
}
.caret-brand-200\/80{
    caret-color: rgb(198 238 219 / 0.8);
}
.caret-brand-200\/85{
    caret-color: rgb(198 238 219 / 0.85);
}
.caret-brand-200\/90{
    caret-color: rgb(198 238 219 / 0.9);
}
.caret-brand-200\/95{
    caret-color: rgb(198 238 219 / 0.95);
}
.caret-brand-300{
    caret-color: #C6EEDB;
}
.caret-brand-300\/0{
    caret-color: rgb(198 238 219 / 0);
}
.caret-brand-300\/10{
    caret-color: rgb(198 238 219 / 0.1);
}
.caret-brand-300\/100{
    caret-color: rgb(198 238 219 / 1);
}
.caret-brand-300\/15{
    caret-color: rgb(198 238 219 / 0.15);
}
.caret-brand-300\/20{
    caret-color: rgb(198 238 219 / 0.2);
}
.caret-brand-300\/25{
    caret-color: rgb(198 238 219 / 0.25);
}
.caret-brand-300\/30{
    caret-color: rgb(198 238 219 / 0.3);
}
.caret-brand-300\/35{
    caret-color: rgb(198 238 219 / 0.35);
}
.caret-brand-300\/40{
    caret-color: rgb(198 238 219 / 0.4);
}
.caret-brand-300\/45{
    caret-color: rgb(198 238 219 / 0.45);
}
.caret-brand-300\/5{
    caret-color: rgb(198 238 219 / 0.05);
}
.caret-brand-300\/50{
    caret-color: rgb(198 238 219 / 0.5);
}
.caret-brand-300\/55{
    caret-color: rgb(198 238 219 / 0.55);
}
.caret-brand-300\/60{
    caret-color: rgb(198 238 219 / 0.6);
}
.caret-brand-300\/65{
    caret-color: rgb(198 238 219 / 0.65);
}
.caret-brand-300\/70{
    caret-color: rgb(198 238 219 / 0.7);
}
.caret-brand-300\/75{
    caret-color: rgb(198 238 219 / 0.75);
}
.caret-brand-300\/80{
    caret-color: rgb(198 238 219 / 0.8);
}
.caret-brand-300\/85{
    caret-color: rgb(198 238 219 / 0.85);
}
.caret-brand-300\/90{
    caret-color: rgb(198 238 219 / 0.9);
}
.caret-brand-300\/95{
    caret-color: rgb(198 238 219 / 0.95);
}
.caret-brand-black{
    caret-color: #111111;
}
.caret-brand-black\/0{
    caret-color: rgb(17 17 17 / 0);
}
.caret-brand-black\/10{
    caret-color: rgb(17 17 17 / 0.1);
}
.caret-brand-black\/100{
    caret-color: rgb(17 17 17 / 1);
}
.caret-brand-black\/15{
    caret-color: rgb(17 17 17 / 0.15);
}
.caret-brand-black\/20{
    caret-color: rgb(17 17 17 / 0.2);
}
.caret-brand-black\/25{
    caret-color: rgb(17 17 17 / 0.25);
}
.caret-brand-black\/30{
    caret-color: rgb(17 17 17 / 0.3);
}
.caret-brand-black\/35{
    caret-color: rgb(17 17 17 / 0.35);
}
.caret-brand-black\/40{
    caret-color: rgb(17 17 17 / 0.4);
}
.caret-brand-black\/45{
    caret-color: rgb(17 17 17 / 0.45);
}
.caret-brand-black\/5{
    caret-color: rgb(17 17 17 / 0.05);
}
.caret-brand-black\/50{
    caret-color: rgb(17 17 17 / 0.5);
}
.caret-brand-black\/55{
    caret-color: rgb(17 17 17 / 0.55);
}
.caret-brand-black\/60{
    caret-color: rgb(17 17 17 / 0.6);
}
.caret-brand-black\/65{
    caret-color: rgb(17 17 17 / 0.65);
}
.caret-brand-black\/70{
    caret-color: rgb(17 17 17 / 0.7);
}
.caret-brand-black\/75{
    caret-color: rgb(17 17 17 / 0.75);
}
.caret-brand-black\/80{
    caret-color: rgb(17 17 17 / 0.8);
}
.caret-brand-black\/85{
    caret-color: rgb(17 17 17 / 0.85);
}
.caret-brand-black\/90{
    caret-color: rgb(17 17 17 / 0.9);
}
.caret-brand-black\/95{
    caret-color: rgb(17 17 17 / 0.95);
}
.caret-brand-blue{
    caret-color: #70A8F4;
}
.caret-brand-blue\/0{
    caret-color: rgb(112 168 244 / 0);
}
.caret-brand-blue\/10{
    caret-color: rgb(112 168 244 / 0.1);
}
.caret-brand-blue\/100{
    caret-color: rgb(112 168 244 / 1);
}
.caret-brand-blue\/15{
    caret-color: rgb(112 168 244 / 0.15);
}
.caret-brand-blue\/20{
    caret-color: rgb(112 168 244 / 0.2);
}
.caret-brand-blue\/25{
    caret-color: rgb(112 168 244 / 0.25);
}
.caret-brand-blue\/30{
    caret-color: rgb(112 168 244 / 0.3);
}
.caret-brand-blue\/35{
    caret-color: rgb(112 168 244 / 0.35);
}
.caret-brand-blue\/40{
    caret-color: rgb(112 168 244 / 0.4);
}
.caret-brand-blue\/45{
    caret-color: rgb(112 168 244 / 0.45);
}
.caret-brand-blue\/5{
    caret-color: rgb(112 168 244 / 0.05);
}
.caret-brand-blue\/50{
    caret-color: rgb(112 168 244 / 0.5);
}
.caret-brand-blue\/55{
    caret-color: rgb(112 168 244 / 0.55);
}
.caret-brand-blue\/60{
    caret-color: rgb(112 168 244 / 0.6);
}
.caret-brand-blue\/65{
    caret-color: rgb(112 168 244 / 0.65);
}
.caret-brand-blue\/70{
    caret-color: rgb(112 168 244 / 0.7);
}
.caret-brand-blue\/75{
    caret-color: rgb(112 168 244 / 0.75);
}
.caret-brand-blue\/80{
    caret-color: rgb(112 168 244 / 0.8);
}
.caret-brand-blue\/85{
    caret-color: rgb(112 168 244 / 0.85);
}
.caret-brand-blue\/90{
    caret-color: rgb(112 168 244 / 0.9);
}
.caret-brand-blue\/95{
    caret-color: rgb(112 168 244 / 0.95);
}
.caret-brand-dark{
    caret-color: #232C27;
}
.caret-brand-dark\/0{
    caret-color: rgb(35 44 39 / 0);
}
.caret-brand-dark\/10{
    caret-color: rgb(35 44 39 / 0.1);
}
.caret-brand-dark\/100{
    caret-color: rgb(35 44 39 / 1);
}
.caret-brand-dark\/15{
    caret-color: rgb(35 44 39 / 0.15);
}
.caret-brand-dark\/20{
    caret-color: rgb(35 44 39 / 0.2);
}
.caret-brand-dark\/25{
    caret-color: rgb(35 44 39 / 0.25);
}
.caret-brand-dark\/30{
    caret-color: rgb(35 44 39 / 0.3);
}
.caret-brand-dark\/35{
    caret-color: rgb(35 44 39 / 0.35);
}
.caret-brand-dark\/40{
    caret-color: rgb(35 44 39 / 0.4);
}
.caret-brand-dark\/45{
    caret-color: rgb(35 44 39 / 0.45);
}
.caret-brand-dark\/5{
    caret-color: rgb(35 44 39 / 0.05);
}
.caret-brand-dark\/50{
    caret-color: rgb(35 44 39 / 0.5);
}
.caret-brand-dark\/55{
    caret-color: rgb(35 44 39 / 0.55);
}
.caret-brand-dark\/60{
    caret-color: rgb(35 44 39 / 0.6);
}
.caret-brand-dark\/65{
    caret-color: rgb(35 44 39 / 0.65);
}
.caret-brand-dark\/70{
    caret-color: rgb(35 44 39 / 0.7);
}
.caret-brand-dark\/75{
    caret-color: rgb(35 44 39 / 0.75);
}
.caret-brand-dark\/80{
    caret-color: rgb(35 44 39 / 0.8);
}
.caret-brand-dark\/85{
    caret-color: rgb(35 44 39 / 0.85);
}
.caret-brand-dark\/90{
    caret-color: rgb(35 44 39 / 0.9);
}
.caret-brand-dark\/95{
    caret-color: rgb(35 44 39 / 0.95);
}
.caret-brand-green{
    caret-color: #48E59B;
}
.caret-brand-green\/0{
    caret-color: rgb(72 229 155 / 0);
}
.caret-brand-green\/10{
    caret-color: rgb(72 229 155 / 0.1);
}
.caret-brand-green\/100{
    caret-color: rgb(72 229 155 / 1);
}
.caret-brand-green\/15{
    caret-color: rgb(72 229 155 / 0.15);
}
.caret-brand-green\/20{
    caret-color: rgb(72 229 155 / 0.2);
}
.caret-brand-green\/25{
    caret-color: rgb(72 229 155 / 0.25);
}
.caret-brand-green\/30{
    caret-color: rgb(72 229 155 / 0.3);
}
.caret-brand-green\/35{
    caret-color: rgb(72 229 155 / 0.35);
}
.caret-brand-green\/40{
    caret-color: rgb(72 229 155 / 0.4);
}
.caret-brand-green\/45{
    caret-color: rgb(72 229 155 / 0.45);
}
.caret-brand-green\/5{
    caret-color: rgb(72 229 155 / 0.05);
}
.caret-brand-green\/50{
    caret-color: rgb(72 229 155 / 0.5);
}
.caret-brand-green\/55{
    caret-color: rgb(72 229 155 / 0.55);
}
.caret-brand-green\/60{
    caret-color: rgb(72 229 155 / 0.6);
}
.caret-brand-green\/65{
    caret-color: rgb(72 229 155 / 0.65);
}
.caret-brand-green\/70{
    caret-color: rgb(72 229 155 / 0.7);
}
.caret-brand-green\/75{
    caret-color: rgb(72 229 155 / 0.75);
}
.caret-brand-green\/80{
    caret-color: rgb(72 229 155 / 0.8);
}
.caret-brand-green\/85{
    caret-color: rgb(72 229 155 / 0.85);
}
.caret-brand-green\/90{
    caret-color: rgb(72 229 155 / 0.9);
}
.caret-brand-green\/95{
    caret-color: rgb(72 229 155 / 0.95);
}
.caret-brand-light{
    caret-color: #C6EEDB;
}
.caret-brand-light\/0{
    caret-color: rgb(198 238 219 / 0);
}
.caret-brand-light\/10{
    caret-color: rgb(198 238 219 / 0.1);
}
.caret-brand-light\/100{
    caret-color: rgb(198 238 219 / 1);
}
.caret-brand-light\/15{
    caret-color: rgb(198 238 219 / 0.15);
}
.caret-brand-light\/20{
    caret-color: rgb(198 238 219 / 0.2);
}
.caret-brand-light\/25{
    caret-color: rgb(198 238 219 / 0.25);
}
.caret-brand-light\/30{
    caret-color: rgb(198 238 219 / 0.3);
}
.caret-brand-light\/35{
    caret-color: rgb(198 238 219 / 0.35);
}
.caret-brand-light\/40{
    caret-color: rgb(198 238 219 / 0.4);
}
.caret-brand-light\/45{
    caret-color: rgb(198 238 219 / 0.45);
}
.caret-brand-light\/5{
    caret-color: rgb(198 238 219 / 0.05);
}
.caret-brand-light\/50{
    caret-color: rgb(198 238 219 / 0.5);
}
.caret-brand-light\/55{
    caret-color: rgb(198 238 219 / 0.55);
}
.caret-brand-light\/60{
    caret-color: rgb(198 238 219 / 0.6);
}
.caret-brand-light\/65{
    caret-color: rgb(198 238 219 / 0.65);
}
.caret-brand-light\/70{
    caret-color: rgb(198 238 219 / 0.7);
}
.caret-brand-light\/75{
    caret-color: rgb(198 238 219 / 0.75);
}
.caret-brand-light\/80{
    caret-color: rgb(198 238 219 / 0.8);
}
.caret-brand-light\/85{
    caret-color: rgb(198 238 219 / 0.85);
}
.caret-brand-light\/90{
    caret-color: rgb(198 238 219 / 0.9);
}
.caret-brand-light\/95{
    caret-color: rgb(198 238 219 / 0.95);
}
.caret-error{
    caret-color: #FF3C3C;
}
.caret-error-10{
    caret-color: #291515;
}
.caret-error-10\/0{
    caret-color: rgb(41 21 21 / 0);
}
.caret-error-10\/10{
    caret-color: rgb(41 21 21 / 0.1);
}
.caret-error-10\/100{
    caret-color: rgb(41 21 21 / 1);
}
.caret-error-10\/15{
    caret-color: rgb(41 21 21 / 0.15);
}
.caret-error-10\/20{
    caret-color: rgb(41 21 21 / 0.2);
}
.caret-error-10\/25{
    caret-color: rgb(41 21 21 / 0.25);
}
.caret-error-10\/30{
    caret-color: rgb(41 21 21 / 0.3);
}
.caret-error-10\/35{
    caret-color: rgb(41 21 21 / 0.35);
}
.caret-error-10\/40{
    caret-color: rgb(41 21 21 / 0.4);
}
.caret-error-10\/45{
    caret-color: rgb(41 21 21 / 0.45);
}
.caret-error-10\/5{
    caret-color: rgb(41 21 21 / 0.05);
}
.caret-error-10\/50{
    caret-color: rgb(41 21 21 / 0.5);
}
.caret-error-10\/55{
    caret-color: rgb(41 21 21 / 0.55);
}
.caret-error-10\/60{
    caret-color: rgb(41 21 21 / 0.6);
}
.caret-error-10\/65{
    caret-color: rgb(41 21 21 / 0.65);
}
.caret-error-10\/70{
    caret-color: rgb(41 21 21 / 0.7);
}
.caret-error-10\/75{
    caret-color: rgb(41 21 21 / 0.75);
}
.caret-error-10\/80{
    caret-color: rgb(41 21 21 / 0.8);
}
.caret-error-10\/85{
    caret-color: rgb(41 21 21 / 0.85);
}
.caret-error-10\/90{
    caret-color: rgb(41 21 21 / 0.9);
}
.caret-error-10\/95{
    caret-color: rgb(41 21 21 / 0.95);
}
.caret-error-100{
    caret-color: #FFC7C7;
}
.caret-error-100\/0{
    caret-color: rgb(255 199 199 / 0);
}
.caret-error-100\/10{
    caret-color: rgb(255 199 199 / 0.1);
}
.caret-error-100\/100{
    caret-color: rgb(255 199 199 / 1);
}
.caret-error-100\/15{
    caret-color: rgb(255 199 199 / 0.15);
}
.caret-error-100\/20{
    caret-color: rgb(255 199 199 / 0.2);
}
.caret-error-100\/25{
    caret-color: rgb(255 199 199 / 0.25);
}
.caret-error-100\/30{
    caret-color: rgb(255 199 199 / 0.3);
}
.caret-error-100\/35{
    caret-color: rgb(255 199 199 / 0.35);
}
.caret-error-100\/40{
    caret-color: rgb(255 199 199 / 0.4);
}
.caret-error-100\/45{
    caret-color: rgb(255 199 199 / 0.45);
}
.caret-error-100\/5{
    caret-color: rgb(255 199 199 / 0.05);
}
.caret-error-100\/50{
    caret-color: rgb(255 199 199 / 0.5);
}
.caret-error-100\/55{
    caret-color: rgb(255 199 199 / 0.55);
}
.caret-error-100\/60{
    caret-color: rgb(255 199 199 / 0.6);
}
.caret-error-100\/65{
    caret-color: rgb(255 199 199 / 0.65);
}
.caret-error-100\/70{
    caret-color: rgb(255 199 199 / 0.7);
}
.caret-error-100\/75{
    caret-color: rgb(255 199 199 / 0.75);
}
.caret-error-100\/80{
    caret-color: rgb(255 199 199 / 0.8);
}
.caret-error-100\/85{
    caret-color: rgb(255 199 199 / 0.85);
}
.caret-error-100\/90{
    caret-color: rgb(255 199 199 / 0.9);
}
.caret-error-100\/95{
    caret-color: rgb(255 199 199 / 0.95);
}
.caret-error-15{
    caret-color: #351717;
}
.caret-error-15\/0{
    caret-color: rgb(53 23 23 / 0);
}
.caret-error-15\/10{
    caret-color: rgb(53 23 23 / 0.1);
}
.caret-error-15\/100{
    caret-color: rgb(53 23 23 / 1);
}
.caret-error-15\/15{
    caret-color: rgb(53 23 23 / 0.15);
}
.caret-error-15\/20{
    caret-color: rgb(53 23 23 / 0.2);
}
.caret-error-15\/25{
    caret-color: rgb(53 23 23 / 0.25);
}
.caret-error-15\/30{
    caret-color: rgb(53 23 23 / 0.3);
}
.caret-error-15\/35{
    caret-color: rgb(53 23 23 / 0.35);
}
.caret-error-15\/40{
    caret-color: rgb(53 23 23 / 0.4);
}
.caret-error-15\/45{
    caret-color: rgb(53 23 23 / 0.45);
}
.caret-error-15\/5{
    caret-color: rgb(53 23 23 / 0.05);
}
.caret-error-15\/50{
    caret-color: rgb(53 23 23 / 0.5);
}
.caret-error-15\/55{
    caret-color: rgb(53 23 23 / 0.55);
}
.caret-error-15\/60{
    caret-color: rgb(53 23 23 / 0.6);
}
.caret-error-15\/65{
    caret-color: rgb(53 23 23 / 0.65);
}
.caret-error-15\/70{
    caret-color: rgb(53 23 23 / 0.7);
}
.caret-error-15\/75{
    caret-color: rgb(53 23 23 / 0.75);
}
.caret-error-15\/80{
    caret-color: rgb(53 23 23 / 0.8);
}
.caret-error-15\/85{
    caret-color: rgb(53 23 23 / 0.85);
}
.caret-error-15\/90{
    caret-color: rgb(53 23 23 / 0.9);
}
.caret-error-15\/95{
    caret-color: rgb(53 23 23 / 0.95);
}
.caret-error-20{
    caret-color: #3C1919;
}
.caret-error-20\/0{
    caret-color: rgb(60 25 25 / 0);
}
.caret-error-20\/10{
    caret-color: rgb(60 25 25 / 0.1);
}
.caret-error-20\/100{
    caret-color: rgb(60 25 25 / 1);
}
.caret-error-20\/15{
    caret-color: rgb(60 25 25 / 0.15);
}
.caret-error-20\/20{
    caret-color: rgb(60 25 25 / 0.2);
}
.caret-error-20\/25{
    caret-color: rgb(60 25 25 / 0.25);
}
.caret-error-20\/30{
    caret-color: rgb(60 25 25 / 0.3);
}
.caret-error-20\/35{
    caret-color: rgb(60 25 25 / 0.35);
}
.caret-error-20\/40{
    caret-color: rgb(60 25 25 / 0.4);
}
.caret-error-20\/45{
    caret-color: rgb(60 25 25 / 0.45);
}
.caret-error-20\/5{
    caret-color: rgb(60 25 25 / 0.05);
}
.caret-error-20\/50{
    caret-color: rgb(60 25 25 / 0.5);
}
.caret-error-20\/55{
    caret-color: rgb(60 25 25 / 0.55);
}
.caret-error-20\/60{
    caret-color: rgb(60 25 25 / 0.6);
}
.caret-error-20\/65{
    caret-color: rgb(60 25 25 / 0.65);
}
.caret-error-20\/70{
    caret-color: rgb(60 25 25 / 0.7);
}
.caret-error-20\/75{
    caret-color: rgb(60 25 25 / 0.75);
}
.caret-error-20\/80{
    caret-color: rgb(60 25 25 / 0.8);
}
.caret-error-20\/85{
    caret-color: rgb(60 25 25 / 0.85);
}
.caret-error-20\/90{
    caret-color: rgb(60 25 25 / 0.9);
}
.caret-error-20\/95{
    caret-color: rgb(60 25 25 / 0.95);
}
.caret-error-5{
    caret-color: #1D1313;
}
.caret-error-5\/0{
    caret-color: rgb(29 19 19 / 0);
}
.caret-error-5\/10{
    caret-color: rgb(29 19 19 / 0.1);
}
.caret-error-5\/100{
    caret-color: rgb(29 19 19 / 1);
}
.caret-error-5\/15{
    caret-color: rgb(29 19 19 / 0.15);
}
.caret-error-5\/20{
    caret-color: rgb(29 19 19 / 0.2);
}
.caret-error-5\/25{
    caret-color: rgb(29 19 19 / 0.25);
}
.caret-error-5\/30{
    caret-color: rgb(29 19 19 / 0.3);
}
.caret-error-5\/35{
    caret-color: rgb(29 19 19 / 0.35);
}
.caret-error-5\/40{
    caret-color: rgb(29 19 19 / 0.4);
}
.caret-error-5\/45{
    caret-color: rgb(29 19 19 / 0.45);
}
.caret-error-5\/5{
    caret-color: rgb(29 19 19 / 0.05);
}
.caret-error-5\/50{
    caret-color: rgb(29 19 19 / 0.5);
}
.caret-error-5\/55{
    caret-color: rgb(29 19 19 / 0.55);
}
.caret-error-5\/60{
    caret-color: rgb(29 19 19 / 0.6);
}
.caret-error-5\/65{
    caret-color: rgb(29 19 19 / 0.65);
}
.caret-error-5\/70{
    caret-color: rgb(29 19 19 / 0.7);
}
.caret-error-5\/75{
    caret-color: rgb(29 19 19 / 0.75);
}
.caret-error-5\/80{
    caret-color: rgb(29 19 19 / 0.8);
}
.caret-error-5\/85{
    caret-color: rgb(29 19 19 / 0.85);
}
.caret-error-5\/90{
    caret-color: rgb(29 19 19 / 0.9);
}
.caret-error-5\/95{
    caret-color: rgb(29 19 19 / 0.95);
}
.caret-error-500{
    caret-color: #FF3C3C;
}
.caret-error-500\/0{
    caret-color: rgb(255 60 60 / 0);
}
.caret-error-500\/10{
    caret-color: rgb(255 60 60 / 0.1);
}
.caret-error-500\/100{
    caret-color: rgb(255 60 60 / 1);
}
.caret-error-500\/15{
    caret-color: rgb(255 60 60 / 0.15);
}
.caret-error-500\/20{
    caret-color: rgb(255 60 60 / 0.2);
}
.caret-error-500\/25{
    caret-color: rgb(255 60 60 / 0.25);
}
.caret-error-500\/30{
    caret-color: rgb(255 60 60 / 0.3);
}
.caret-error-500\/35{
    caret-color: rgb(255 60 60 / 0.35);
}
.caret-error-500\/40{
    caret-color: rgb(255 60 60 / 0.4);
}
.caret-error-500\/45{
    caret-color: rgb(255 60 60 / 0.45);
}
.caret-error-500\/5{
    caret-color: rgb(255 60 60 / 0.05);
}
.caret-error-500\/50{
    caret-color: rgb(255 60 60 / 0.5);
}
.caret-error-500\/55{
    caret-color: rgb(255 60 60 / 0.55);
}
.caret-error-500\/60{
    caret-color: rgb(255 60 60 / 0.6);
}
.caret-error-500\/65{
    caret-color: rgb(255 60 60 / 0.65);
}
.caret-error-500\/70{
    caret-color: rgb(255 60 60 / 0.7);
}
.caret-error-500\/75{
    caret-color: rgb(255 60 60 / 0.75);
}
.caret-error-500\/80{
    caret-color: rgb(255 60 60 / 0.8);
}
.caret-error-500\/85{
    caret-color: rgb(255 60 60 / 0.85);
}
.caret-error-500\/90{
    caret-color: rgb(255 60 60 / 0.9);
}
.caret-error-500\/95{
    caret-color: rgb(255 60 60 / 0.95);
}
.caret-error-900{
    caret-color: #3C1919;
}
.caret-error-900\/0{
    caret-color: rgb(60 25 25 / 0);
}
.caret-error-900\/10{
    caret-color: rgb(60 25 25 / 0.1);
}
.caret-error-900\/100{
    caret-color: rgb(60 25 25 / 1);
}
.caret-error-900\/15{
    caret-color: rgb(60 25 25 / 0.15);
}
.caret-error-900\/20{
    caret-color: rgb(60 25 25 / 0.2);
}
.caret-error-900\/25{
    caret-color: rgb(60 25 25 / 0.25);
}
.caret-error-900\/30{
    caret-color: rgb(60 25 25 / 0.3);
}
.caret-error-900\/35{
    caret-color: rgb(60 25 25 / 0.35);
}
.caret-error-900\/40{
    caret-color: rgb(60 25 25 / 0.4);
}
.caret-error-900\/45{
    caret-color: rgb(60 25 25 / 0.45);
}
.caret-error-900\/5{
    caret-color: rgb(60 25 25 / 0.05);
}
.caret-error-900\/50{
    caret-color: rgb(60 25 25 / 0.5);
}
.caret-error-900\/55{
    caret-color: rgb(60 25 25 / 0.55);
}
.caret-error-900\/60{
    caret-color: rgb(60 25 25 / 0.6);
}
.caret-error-900\/65{
    caret-color: rgb(60 25 25 / 0.65);
}
.caret-error-900\/70{
    caret-color: rgb(60 25 25 / 0.7);
}
.caret-error-900\/75{
    caret-color: rgb(60 25 25 / 0.75);
}
.caret-error-900\/80{
    caret-color: rgb(60 25 25 / 0.8);
}
.caret-error-900\/85{
    caret-color: rgb(60 25 25 / 0.85);
}
.caret-error-900\/90{
    caret-color: rgb(60 25 25 / 0.9);
}
.caret-error-900\/95{
    caret-color: rgb(60 25 25 / 0.95);
}
.caret-error-light{
    caret-color: #FFC7C7;
}
.caret-error-light\/0{
    caret-color: rgb(255 199 199 / 0);
}
.caret-error-light\/10{
    caret-color: rgb(255 199 199 / 0.1);
}
.caret-error-light\/100{
    caret-color: rgb(255 199 199 / 1);
}
.caret-error-light\/15{
    caret-color: rgb(255 199 199 / 0.15);
}
.caret-error-light\/20{
    caret-color: rgb(255 199 199 / 0.2);
}
.caret-error-light\/25{
    caret-color: rgb(255 199 199 / 0.25);
}
.caret-error-light\/30{
    caret-color: rgb(255 199 199 / 0.3);
}
.caret-error-light\/35{
    caret-color: rgb(255 199 199 / 0.35);
}
.caret-error-light\/40{
    caret-color: rgb(255 199 199 / 0.4);
}
.caret-error-light\/45{
    caret-color: rgb(255 199 199 / 0.45);
}
.caret-error-light\/5{
    caret-color: rgb(255 199 199 / 0.05);
}
.caret-error-light\/50{
    caret-color: rgb(255 199 199 / 0.5);
}
.caret-error-light\/55{
    caret-color: rgb(255 199 199 / 0.55);
}
.caret-error-light\/60{
    caret-color: rgb(255 199 199 / 0.6);
}
.caret-error-light\/65{
    caret-color: rgb(255 199 199 / 0.65);
}
.caret-error-light\/70{
    caret-color: rgb(255 199 199 / 0.7);
}
.caret-error-light\/75{
    caret-color: rgb(255 199 199 / 0.75);
}
.caret-error-light\/80{
    caret-color: rgb(255 199 199 / 0.8);
}
.caret-error-light\/85{
    caret-color: rgb(255 199 199 / 0.85);
}
.caret-error-light\/90{
    caret-color: rgb(255 199 199 / 0.9);
}
.caret-error-light\/95{
    caret-color: rgb(255 199 199 / 0.95);
}
.caret-error\/0{
    caret-color: rgb(255 60 60 / 0);
}
.caret-error\/10{
    caret-color: rgb(255 60 60 / 0.1);
}
.caret-error\/100{
    caret-color: rgb(255 60 60 / 1);
}
.caret-error\/15{
    caret-color: rgb(255 60 60 / 0.15);
}
.caret-error\/20{
    caret-color: rgb(255 60 60 / 0.2);
}
.caret-error\/25{
    caret-color: rgb(255 60 60 / 0.25);
}
.caret-error\/30{
    caret-color: rgb(255 60 60 / 0.3);
}
.caret-error\/35{
    caret-color: rgb(255 60 60 / 0.35);
}
.caret-error\/40{
    caret-color: rgb(255 60 60 / 0.4);
}
.caret-error\/45{
    caret-color: rgb(255 60 60 / 0.45);
}
.caret-error\/5{
    caret-color: rgb(255 60 60 / 0.05);
}
.caret-error\/50{
    caret-color: rgb(255 60 60 / 0.5);
}
.caret-error\/55{
    caret-color: rgb(255 60 60 / 0.55);
}
.caret-error\/60{
    caret-color: rgb(255 60 60 / 0.6);
}
.caret-error\/65{
    caret-color: rgb(255 60 60 / 0.65);
}
.caret-error\/70{
    caret-color: rgb(255 60 60 / 0.7);
}
.caret-error\/75{
    caret-color: rgb(255 60 60 / 0.75);
}
.caret-error\/80{
    caret-color: rgb(255 60 60 / 0.8);
}
.caret-error\/85{
    caret-color: rgb(255 60 60 / 0.85);
}
.caret-error\/90{
    caret-color: rgb(255 60 60 / 0.9);
}
.caret-error\/95{
    caret-color: rgb(255 60 60 / 0.95);
}
.caret-primary{
    caret-color: #48E59B;
}
.caret-primary-20{
    caret-color: #1C3B2D;
}
.caret-primary-20\/0{
    caret-color: rgb(28 59 45 / 0);
}
.caret-primary-20\/10{
    caret-color: rgb(28 59 45 / 0.1);
}
.caret-primary-20\/100{
    caret-color: rgb(28 59 45 / 1);
}
.caret-primary-20\/15{
    caret-color: rgb(28 59 45 / 0.15);
}
.caret-primary-20\/20{
    caret-color: rgb(28 59 45 / 0.2);
}
.caret-primary-20\/25{
    caret-color: rgb(28 59 45 / 0.25);
}
.caret-primary-20\/30{
    caret-color: rgb(28 59 45 / 0.3);
}
.caret-primary-20\/35{
    caret-color: rgb(28 59 45 / 0.35);
}
.caret-primary-20\/40{
    caret-color: rgb(28 59 45 / 0.4);
}
.caret-primary-20\/45{
    caret-color: rgb(28 59 45 / 0.45);
}
.caret-primary-20\/5{
    caret-color: rgb(28 59 45 / 0.05);
}
.caret-primary-20\/50{
    caret-color: rgb(28 59 45 / 0.5);
}
.caret-primary-20\/55{
    caret-color: rgb(28 59 45 / 0.55);
}
.caret-primary-20\/60{
    caret-color: rgb(28 59 45 / 0.6);
}
.caret-primary-20\/65{
    caret-color: rgb(28 59 45 / 0.65);
}
.caret-primary-20\/70{
    caret-color: rgb(28 59 45 / 0.7);
}
.caret-primary-20\/75{
    caret-color: rgb(28 59 45 / 0.75);
}
.caret-primary-20\/80{
    caret-color: rgb(28 59 45 / 0.8);
}
.caret-primary-20\/85{
    caret-color: rgb(28 59 45 / 0.85);
}
.caret-primary-20\/90{
    caret-color: rgb(28 59 45 / 0.9);
}
.caret-primary-20\/95{
    caret-color: rgb(28 59 45 / 0.95);
}
.caret-primary-200{
    caret-color: #C6EEDB;
}
.caret-primary-200\/0{
    caret-color: rgb(198 238 219 / 0);
}
.caret-primary-200\/10{
    caret-color: rgb(198 238 219 / 0.1);
}
.caret-primary-200\/100{
    caret-color: rgb(198 238 219 / 1);
}
.caret-primary-200\/15{
    caret-color: rgb(198 238 219 / 0.15);
}
.caret-primary-200\/20{
    caret-color: rgb(198 238 219 / 0.2);
}
.caret-primary-200\/25{
    caret-color: rgb(198 238 219 / 0.25);
}
.caret-primary-200\/30{
    caret-color: rgb(198 238 219 / 0.3);
}
.caret-primary-200\/35{
    caret-color: rgb(198 238 219 / 0.35);
}
.caret-primary-200\/40{
    caret-color: rgb(198 238 219 / 0.4);
}
.caret-primary-200\/45{
    caret-color: rgb(198 238 219 / 0.45);
}
.caret-primary-200\/5{
    caret-color: rgb(198 238 219 / 0.05);
}
.caret-primary-200\/50{
    caret-color: rgb(198 238 219 / 0.5);
}
.caret-primary-200\/55{
    caret-color: rgb(198 238 219 / 0.55);
}
.caret-primary-200\/60{
    caret-color: rgb(198 238 219 / 0.6);
}
.caret-primary-200\/65{
    caret-color: rgb(198 238 219 / 0.65);
}
.caret-primary-200\/70{
    caret-color: rgb(198 238 219 / 0.7);
}
.caret-primary-200\/75{
    caret-color: rgb(198 238 219 / 0.75);
}
.caret-primary-200\/80{
    caret-color: rgb(198 238 219 / 0.8);
}
.caret-primary-200\/85{
    caret-color: rgb(198 238 219 / 0.85);
}
.caret-primary-200\/90{
    caret-color: rgb(198 238 219 / 0.9);
}
.caret-primary-200\/95{
    caret-color: rgb(198 238 219 / 0.95);
}
.caret-primary-5{
    caret-color: #141C18;
}
.caret-primary-5\/0{
    caret-color: rgb(20 28 24 / 0);
}
.caret-primary-5\/10{
    caret-color: rgb(20 28 24 / 0.1);
}
.caret-primary-5\/100{
    caret-color: rgb(20 28 24 / 1);
}
.caret-primary-5\/15{
    caret-color: rgb(20 28 24 / 0.15);
}
.caret-primary-5\/20{
    caret-color: rgb(20 28 24 / 0.2);
}
.caret-primary-5\/25{
    caret-color: rgb(20 28 24 / 0.25);
}
.caret-primary-5\/30{
    caret-color: rgb(20 28 24 / 0.3);
}
.caret-primary-5\/35{
    caret-color: rgb(20 28 24 / 0.35);
}
.caret-primary-5\/40{
    caret-color: rgb(20 28 24 / 0.4);
}
.caret-primary-5\/45{
    caret-color: rgb(20 28 24 / 0.45);
}
.caret-primary-5\/5{
    caret-color: rgb(20 28 24 / 0.05);
}
.caret-primary-5\/50{
    caret-color: rgb(20 28 24 / 0.5);
}
.caret-primary-5\/55{
    caret-color: rgb(20 28 24 / 0.55);
}
.caret-primary-5\/60{
    caret-color: rgb(20 28 24 / 0.6);
}
.caret-primary-5\/65{
    caret-color: rgb(20 28 24 / 0.65);
}
.caret-primary-5\/70{
    caret-color: rgb(20 28 24 / 0.7);
}
.caret-primary-5\/75{
    caret-color: rgb(20 28 24 / 0.75);
}
.caret-primary-5\/80{
    caret-color: rgb(20 28 24 / 0.8);
}
.caret-primary-5\/85{
    caret-color: rgb(20 28 24 / 0.85);
}
.caret-primary-5\/90{
    caret-color: rgb(20 28 24 / 0.9);
}
.caret-primary-5\/95{
    caret-color: rgb(20 28 24 / 0.95);
}
.caret-primary-500{
    caret-color: #48E59B;
}
.caret-primary-500\/0{
    caret-color: rgb(72 229 155 / 0);
}
.caret-primary-500\/10{
    caret-color: rgb(72 229 155 / 0.1);
}
.caret-primary-500\/100{
    caret-color: rgb(72 229 155 / 1);
}
.caret-primary-500\/15{
    caret-color: rgb(72 229 155 / 0.15);
}
.caret-primary-500\/20{
    caret-color: rgb(72 229 155 / 0.2);
}
.caret-primary-500\/25{
    caret-color: rgb(72 229 155 / 0.25);
}
.caret-primary-500\/30{
    caret-color: rgb(72 229 155 / 0.3);
}
.caret-primary-500\/35{
    caret-color: rgb(72 229 155 / 0.35);
}
.caret-primary-500\/40{
    caret-color: rgb(72 229 155 / 0.4);
}
.caret-primary-500\/45{
    caret-color: rgb(72 229 155 / 0.45);
}
.caret-primary-500\/5{
    caret-color: rgb(72 229 155 / 0.05);
}
.caret-primary-500\/50{
    caret-color: rgb(72 229 155 / 0.5);
}
.caret-primary-500\/55{
    caret-color: rgb(72 229 155 / 0.55);
}
.caret-primary-500\/60{
    caret-color: rgb(72 229 155 / 0.6);
}
.caret-primary-500\/65{
    caret-color: rgb(72 229 155 / 0.65);
}
.caret-primary-500\/70{
    caret-color: rgb(72 229 155 / 0.7);
}
.caret-primary-500\/75{
    caret-color: rgb(72 229 155 / 0.75);
}
.caret-primary-500\/80{
    caret-color: rgb(72 229 155 / 0.8);
}
.caret-primary-500\/85{
    caret-color: rgb(72 229 155 / 0.85);
}
.caret-primary-500\/90{
    caret-color: rgb(72 229 155 / 0.9);
}
.caret-primary-500\/95{
    caret-color: rgb(72 229 155 / 0.95);
}
.caret-primary-60{
    caret-color: #399B6D;
}
.caret-primary-60\/0{
    caret-color: rgb(57 155 109 / 0);
}
.caret-primary-60\/10{
    caret-color: rgb(57 155 109 / 0.1);
}
.caret-primary-60\/100{
    caret-color: rgb(57 155 109 / 1);
}
.caret-primary-60\/15{
    caret-color: rgb(57 155 109 / 0.15);
}
.caret-primary-60\/20{
    caret-color: rgb(57 155 109 / 0.2);
}
.caret-primary-60\/25{
    caret-color: rgb(57 155 109 / 0.25);
}
.caret-primary-60\/30{
    caret-color: rgb(57 155 109 / 0.3);
}
.caret-primary-60\/35{
    caret-color: rgb(57 155 109 / 0.35);
}
.caret-primary-60\/40{
    caret-color: rgb(57 155 109 / 0.4);
}
.caret-primary-60\/45{
    caret-color: rgb(57 155 109 / 0.45);
}
.caret-primary-60\/5{
    caret-color: rgb(57 155 109 / 0.05);
}
.caret-primary-60\/50{
    caret-color: rgb(57 155 109 / 0.5);
}
.caret-primary-60\/55{
    caret-color: rgb(57 155 109 / 0.55);
}
.caret-primary-60\/60{
    caret-color: rgb(57 155 109 / 0.6);
}
.caret-primary-60\/65{
    caret-color: rgb(57 155 109 / 0.65);
}
.caret-primary-60\/70{
    caret-color: rgb(57 155 109 / 0.7);
}
.caret-primary-60\/75{
    caret-color: rgb(57 155 109 / 0.75);
}
.caret-primary-60\/80{
    caret-color: rgb(57 155 109 / 0.8);
}
.caret-primary-60\/85{
    caret-color: rgb(57 155 109 / 0.85);
}
.caret-primary-60\/90{
    caret-color: rgb(57 155 109 / 0.9);
}
.caret-primary-60\/95{
    caret-color: rgb(57 155 109 / 0.95);
}
.caret-primary-600{
    caret-color: #3DBB7F;
}
.caret-primary-600\/0{
    caret-color: rgb(61 187 127 / 0);
}
.caret-primary-600\/10{
    caret-color: rgb(61 187 127 / 0.1);
}
.caret-primary-600\/100{
    caret-color: rgb(61 187 127 / 1);
}
.caret-primary-600\/15{
    caret-color: rgb(61 187 127 / 0.15);
}
.caret-primary-600\/20{
    caret-color: rgb(61 187 127 / 0.2);
}
.caret-primary-600\/25{
    caret-color: rgb(61 187 127 / 0.25);
}
.caret-primary-600\/30{
    caret-color: rgb(61 187 127 / 0.3);
}
.caret-primary-600\/35{
    caret-color: rgb(61 187 127 / 0.35);
}
.caret-primary-600\/40{
    caret-color: rgb(61 187 127 / 0.4);
}
.caret-primary-600\/45{
    caret-color: rgb(61 187 127 / 0.45);
}
.caret-primary-600\/5{
    caret-color: rgb(61 187 127 / 0.05);
}
.caret-primary-600\/50{
    caret-color: rgb(61 187 127 / 0.5);
}
.caret-primary-600\/55{
    caret-color: rgb(61 187 127 / 0.55);
}
.caret-primary-600\/60{
    caret-color: rgb(61 187 127 / 0.6);
}
.caret-primary-600\/65{
    caret-color: rgb(61 187 127 / 0.65);
}
.caret-primary-600\/70{
    caret-color: rgb(61 187 127 / 0.7);
}
.caret-primary-600\/75{
    caret-color: rgb(61 187 127 / 0.75);
}
.caret-primary-600\/80{
    caret-color: rgb(61 187 127 / 0.8);
}
.caret-primary-600\/85{
    caret-color: rgb(61 187 127 / 0.85);
}
.caret-primary-600\/90{
    caret-color: rgb(61 187 127 / 0.9);
}
.caret-primary-600\/95{
    caret-color: rgb(61 187 127 / 0.95);
}
.caret-primary-700{
    caret-color: #399B6D;
}
.caret-primary-700\/0{
    caret-color: rgb(57 155 109 / 0);
}
.caret-primary-700\/10{
    caret-color: rgb(57 155 109 / 0.1);
}
.caret-primary-700\/100{
    caret-color: rgb(57 155 109 / 1);
}
.caret-primary-700\/15{
    caret-color: rgb(57 155 109 / 0.15);
}
.caret-primary-700\/20{
    caret-color: rgb(57 155 109 / 0.2);
}
.caret-primary-700\/25{
    caret-color: rgb(57 155 109 / 0.25);
}
.caret-primary-700\/30{
    caret-color: rgb(57 155 109 / 0.3);
}
.caret-primary-700\/35{
    caret-color: rgb(57 155 109 / 0.35);
}
.caret-primary-700\/40{
    caret-color: rgb(57 155 109 / 0.4);
}
.caret-primary-700\/45{
    caret-color: rgb(57 155 109 / 0.45);
}
.caret-primary-700\/5{
    caret-color: rgb(57 155 109 / 0.05);
}
.caret-primary-700\/50{
    caret-color: rgb(57 155 109 / 0.5);
}
.caret-primary-700\/55{
    caret-color: rgb(57 155 109 / 0.55);
}
.caret-primary-700\/60{
    caret-color: rgb(57 155 109 / 0.6);
}
.caret-primary-700\/65{
    caret-color: rgb(57 155 109 / 0.65);
}
.caret-primary-700\/70{
    caret-color: rgb(57 155 109 / 0.7);
}
.caret-primary-700\/75{
    caret-color: rgb(57 155 109 / 0.75);
}
.caret-primary-700\/80{
    caret-color: rgb(57 155 109 / 0.8);
}
.caret-primary-700\/85{
    caret-color: rgb(57 155 109 / 0.85);
}
.caret-primary-700\/90{
    caret-color: rgb(57 155 109 / 0.9);
}
.caret-primary-700\/95{
    caret-color: rgb(57 155 109 / 0.95);
}
.caret-primary-80{
    caret-color: #3DBB7F;
}
.caret-primary-80\/0{
    caret-color: rgb(61 187 127 / 0);
}
.caret-primary-80\/10{
    caret-color: rgb(61 187 127 / 0.1);
}
.caret-primary-80\/100{
    caret-color: rgb(61 187 127 / 1);
}
.caret-primary-80\/15{
    caret-color: rgb(61 187 127 / 0.15);
}
.caret-primary-80\/20{
    caret-color: rgb(61 187 127 / 0.2);
}
.caret-primary-80\/25{
    caret-color: rgb(61 187 127 / 0.25);
}
.caret-primary-80\/30{
    caret-color: rgb(61 187 127 / 0.3);
}
.caret-primary-80\/35{
    caret-color: rgb(61 187 127 / 0.35);
}
.caret-primary-80\/40{
    caret-color: rgb(61 187 127 / 0.4);
}
.caret-primary-80\/45{
    caret-color: rgb(61 187 127 / 0.45);
}
.caret-primary-80\/5{
    caret-color: rgb(61 187 127 / 0.05);
}
.caret-primary-80\/50{
    caret-color: rgb(61 187 127 / 0.5);
}
.caret-primary-80\/55{
    caret-color: rgb(61 187 127 / 0.55);
}
.caret-primary-80\/60{
    caret-color: rgb(61 187 127 / 0.6);
}
.caret-primary-80\/65{
    caret-color: rgb(61 187 127 / 0.65);
}
.caret-primary-80\/70{
    caret-color: rgb(61 187 127 / 0.7);
}
.caret-primary-80\/75{
    caret-color: rgb(61 187 127 / 0.75);
}
.caret-primary-80\/80{
    caret-color: rgb(61 187 127 / 0.8);
}
.caret-primary-80\/85{
    caret-color: rgb(61 187 127 / 0.85);
}
.caret-primary-80\/90{
    caret-color: rgb(61 187 127 / 0.9);
}
.caret-primary-80\/95{
    caret-color: rgb(61 187 127 / 0.95);
}
.caret-primary-800{
    caret-color: #0A4429;
}
.caret-primary-800\/0{
    caret-color: rgb(10 68 41 / 0);
}
.caret-primary-800\/10{
    caret-color: rgb(10 68 41 / 0.1);
}
.caret-primary-800\/100{
    caret-color: rgb(10 68 41 / 1);
}
.caret-primary-800\/15{
    caret-color: rgb(10 68 41 / 0.15);
}
.caret-primary-800\/20{
    caret-color: rgb(10 68 41 / 0.2);
}
.caret-primary-800\/25{
    caret-color: rgb(10 68 41 / 0.25);
}
.caret-primary-800\/30{
    caret-color: rgb(10 68 41 / 0.3);
}
.caret-primary-800\/35{
    caret-color: rgb(10 68 41 / 0.35);
}
.caret-primary-800\/40{
    caret-color: rgb(10 68 41 / 0.4);
}
.caret-primary-800\/45{
    caret-color: rgb(10 68 41 / 0.45);
}
.caret-primary-800\/5{
    caret-color: rgb(10 68 41 / 0.05);
}
.caret-primary-800\/50{
    caret-color: rgb(10 68 41 / 0.5);
}
.caret-primary-800\/55{
    caret-color: rgb(10 68 41 / 0.55);
}
.caret-primary-800\/60{
    caret-color: rgb(10 68 41 / 0.6);
}
.caret-primary-800\/65{
    caret-color: rgb(10 68 41 / 0.65);
}
.caret-primary-800\/70{
    caret-color: rgb(10 68 41 / 0.7);
}
.caret-primary-800\/75{
    caret-color: rgb(10 68 41 / 0.75);
}
.caret-primary-800\/80{
    caret-color: rgb(10 68 41 / 0.8);
}
.caret-primary-800\/85{
    caret-color: rgb(10 68 41 / 0.85);
}
.caret-primary-800\/90{
    caret-color: rgb(10 68 41 / 0.9);
}
.caret-primary-800\/95{
    caret-color: rgb(10 68 41 / 0.95);
}
.caret-primary-900{
    caret-color: #1C3B2D;
}
.caret-primary-900\/0{
    caret-color: rgb(28 59 45 / 0);
}
.caret-primary-900\/10{
    caret-color: rgb(28 59 45 / 0.1);
}
.caret-primary-900\/100{
    caret-color: rgb(28 59 45 / 1);
}
.caret-primary-900\/15{
    caret-color: rgb(28 59 45 / 0.15);
}
.caret-primary-900\/20{
    caret-color: rgb(28 59 45 / 0.2);
}
.caret-primary-900\/25{
    caret-color: rgb(28 59 45 / 0.25);
}
.caret-primary-900\/30{
    caret-color: rgb(28 59 45 / 0.3);
}
.caret-primary-900\/35{
    caret-color: rgb(28 59 45 / 0.35);
}
.caret-primary-900\/40{
    caret-color: rgb(28 59 45 / 0.4);
}
.caret-primary-900\/45{
    caret-color: rgb(28 59 45 / 0.45);
}
.caret-primary-900\/5{
    caret-color: rgb(28 59 45 / 0.05);
}
.caret-primary-900\/50{
    caret-color: rgb(28 59 45 / 0.5);
}
.caret-primary-900\/55{
    caret-color: rgb(28 59 45 / 0.55);
}
.caret-primary-900\/60{
    caret-color: rgb(28 59 45 / 0.6);
}
.caret-primary-900\/65{
    caret-color: rgb(28 59 45 / 0.65);
}
.caret-primary-900\/70{
    caret-color: rgb(28 59 45 / 0.7);
}
.caret-primary-900\/75{
    caret-color: rgb(28 59 45 / 0.75);
}
.caret-primary-900\/80{
    caret-color: rgb(28 59 45 / 0.8);
}
.caret-primary-900\/85{
    caret-color: rgb(28 59 45 / 0.85);
}
.caret-primary-900\/90{
    caret-color: rgb(28 59 45 / 0.9);
}
.caret-primary-900\/95{
    caret-color: rgb(28 59 45 / 0.95);
}
.caret-primary-950{
    caret-color: #141C18;
}
.caret-primary-950\/0{
    caret-color: rgb(20 28 24 / 0);
}
.caret-primary-950\/10{
    caret-color: rgb(20 28 24 / 0.1);
}
.caret-primary-950\/100{
    caret-color: rgb(20 28 24 / 1);
}
.caret-primary-950\/15{
    caret-color: rgb(20 28 24 / 0.15);
}
.caret-primary-950\/20{
    caret-color: rgb(20 28 24 / 0.2);
}
.caret-primary-950\/25{
    caret-color: rgb(20 28 24 / 0.25);
}
.caret-primary-950\/30{
    caret-color: rgb(20 28 24 / 0.3);
}
.caret-primary-950\/35{
    caret-color: rgb(20 28 24 / 0.35);
}
.caret-primary-950\/40{
    caret-color: rgb(20 28 24 / 0.4);
}
.caret-primary-950\/45{
    caret-color: rgb(20 28 24 / 0.45);
}
.caret-primary-950\/5{
    caret-color: rgb(20 28 24 / 0.05);
}
.caret-primary-950\/50{
    caret-color: rgb(20 28 24 / 0.5);
}
.caret-primary-950\/55{
    caret-color: rgb(20 28 24 / 0.55);
}
.caret-primary-950\/60{
    caret-color: rgb(20 28 24 / 0.6);
}
.caret-primary-950\/65{
    caret-color: rgb(20 28 24 / 0.65);
}
.caret-primary-950\/70{
    caret-color: rgb(20 28 24 / 0.7);
}
.caret-primary-950\/75{
    caret-color: rgb(20 28 24 / 0.75);
}
.caret-primary-950\/80{
    caret-color: rgb(20 28 24 / 0.8);
}
.caret-primary-950\/85{
    caret-color: rgb(20 28 24 / 0.85);
}
.caret-primary-950\/90{
    caret-color: rgb(20 28 24 / 0.9);
}
.caret-primary-950\/95{
    caret-color: rgb(20 28 24 / 0.95);
}
.caret-primary-dark{
    caret-color: #0A4429;
}
.caret-primary-dark\/0{
    caret-color: rgb(10 68 41 / 0);
}
.caret-primary-dark\/10{
    caret-color: rgb(10 68 41 / 0.1);
}
.caret-primary-dark\/100{
    caret-color: rgb(10 68 41 / 1);
}
.caret-primary-dark\/15{
    caret-color: rgb(10 68 41 / 0.15);
}
.caret-primary-dark\/20{
    caret-color: rgb(10 68 41 / 0.2);
}
.caret-primary-dark\/25{
    caret-color: rgb(10 68 41 / 0.25);
}
.caret-primary-dark\/30{
    caret-color: rgb(10 68 41 / 0.3);
}
.caret-primary-dark\/35{
    caret-color: rgb(10 68 41 / 0.35);
}
.caret-primary-dark\/40{
    caret-color: rgb(10 68 41 / 0.4);
}
.caret-primary-dark\/45{
    caret-color: rgb(10 68 41 / 0.45);
}
.caret-primary-dark\/5{
    caret-color: rgb(10 68 41 / 0.05);
}
.caret-primary-dark\/50{
    caret-color: rgb(10 68 41 / 0.5);
}
.caret-primary-dark\/55{
    caret-color: rgb(10 68 41 / 0.55);
}
.caret-primary-dark\/60{
    caret-color: rgb(10 68 41 / 0.6);
}
.caret-primary-dark\/65{
    caret-color: rgb(10 68 41 / 0.65);
}
.caret-primary-dark\/70{
    caret-color: rgb(10 68 41 / 0.7);
}
.caret-primary-dark\/75{
    caret-color: rgb(10 68 41 / 0.75);
}
.caret-primary-dark\/80{
    caret-color: rgb(10 68 41 / 0.8);
}
.caret-primary-dark\/85{
    caret-color: rgb(10 68 41 / 0.85);
}
.caret-primary-dark\/90{
    caret-color: rgb(10 68 41 / 0.9);
}
.caret-primary-dark\/95{
    caret-color: rgb(10 68 41 / 0.95);
}
.caret-primary-light{
    caret-color: #C6EEDB;
}
.caret-primary-light\/0{
    caret-color: rgb(198 238 219 / 0);
}
.caret-primary-light\/10{
    caret-color: rgb(198 238 219 / 0.1);
}
.caret-primary-light\/100{
    caret-color: rgb(198 238 219 / 1);
}
.caret-primary-light\/15{
    caret-color: rgb(198 238 219 / 0.15);
}
.caret-primary-light\/20{
    caret-color: rgb(198 238 219 / 0.2);
}
.caret-primary-light\/25{
    caret-color: rgb(198 238 219 / 0.25);
}
.caret-primary-light\/30{
    caret-color: rgb(198 238 219 / 0.3);
}
.caret-primary-light\/35{
    caret-color: rgb(198 238 219 / 0.35);
}
.caret-primary-light\/40{
    caret-color: rgb(198 238 219 / 0.4);
}
.caret-primary-light\/45{
    caret-color: rgb(198 238 219 / 0.45);
}
.caret-primary-light\/5{
    caret-color: rgb(198 238 219 / 0.05);
}
.caret-primary-light\/50{
    caret-color: rgb(198 238 219 / 0.5);
}
.caret-primary-light\/55{
    caret-color: rgb(198 238 219 / 0.55);
}
.caret-primary-light\/60{
    caret-color: rgb(198 238 219 / 0.6);
}
.caret-primary-light\/65{
    caret-color: rgb(198 238 219 / 0.65);
}
.caret-primary-light\/70{
    caret-color: rgb(198 238 219 / 0.7);
}
.caret-primary-light\/75{
    caret-color: rgb(198 238 219 / 0.75);
}
.caret-primary-light\/80{
    caret-color: rgb(198 238 219 / 0.8);
}
.caret-primary-light\/85{
    caret-color: rgb(198 238 219 / 0.85);
}
.caret-primary-light\/90{
    caret-color: rgb(198 238 219 / 0.9);
}
.caret-primary-light\/95{
    caret-color: rgb(198 238 219 / 0.95);
}
.caret-primary\/0{
    caret-color: rgb(72 229 155 / 0);
}
.caret-primary\/10{
    caret-color: rgb(72 229 155 / 0.1);
}
.caret-primary\/100{
    caret-color: rgb(72 229 155 / 1);
}
.caret-primary\/15{
    caret-color: rgb(72 229 155 / 0.15);
}
.caret-primary\/20{
    caret-color: rgb(72 229 155 / 0.2);
}
.caret-primary\/25{
    caret-color: rgb(72 229 155 / 0.25);
}
.caret-primary\/30{
    caret-color: rgb(72 229 155 / 0.3);
}
.caret-primary\/35{
    caret-color: rgb(72 229 155 / 0.35);
}
.caret-primary\/40{
    caret-color: rgb(72 229 155 / 0.4);
}
.caret-primary\/45{
    caret-color: rgb(72 229 155 / 0.45);
}
.caret-primary\/5{
    caret-color: rgb(72 229 155 / 0.05);
}
.caret-primary\/50{
    caret-color: rgb(72 229 155 / 0.5);
}
.caret-primary\/55{
    caret-color: rgb(72 229 155 / 0.55);
}
.caret-primary\/60{
    caret-color: rgb(72 229 155 / 0.6);
}
.caret-primary\/65{
    caret-color: rgb(72 229 155 / 0.65);
}
.caret-primary\/70{
    caret-color: rgb(72 229 155 / 0.7);
}
.caret-primary\/75{
    caret-color: rgb(72 229 155 / 0.75);
}
.caret-primary\/80{
    caret-color: rgb(72 229 155 / 0.8);
}
.caret-primary\/85{
    caret-color: rgb(72 229 155 / 0.85);
}
.caret-primary\/90{
    caret-color: rgb(72 229 155 / 0.9);
}
.caret-primary\/95{
    caret-color: rgb(72 229 155 / 0.95);
}
.caret-secondary{
    caret-color: #015AD5;
}
.caret-secondary-500{
    caret-color: #015AD5;
}
.caret-secondary-500\/0{
    caret-color: rgb(1 90 213 / 0);
}
.caret-secondary-500\/10{
    caret-color: rgb(1 90 213 / 0.1);
}
.caret-secondary-500\/100{
    caret-color: rgb(1 90 213 / 1);
}
.caret-secondary-500\/15{
    caret-color: rgb(1 90 213 / 0.15);
}
.caret-secondary-500\/20{
    caret-color: rgb(1 90 213 / 0.2);
}
.caret-secondary-500\/25{
    caret-color: rgb(1 90 213 / 0.25);
}
.caret-secondary-500\/30{
    caret-color: rgb(1 90 213 / 0.3);
}
.caret-secondary-500\/35{
    caret-color: rgb(1 90 213 / 0.35);
}
.caret-secondary-500\/40{
    caret-color: rgb(1 90 213 / 0.4);
}
.caret-secondary-500\/45{
    caret-color: rgb(1 90 213 / 0.45);
}
.caret-secondary-500\/5{
    caret-color: rgb(1 90 213 / 0.05);
}
.caret-secondary-500\/50{
    caret-color: rgb(1 90 213 / 0.5);
}
.caret-secondary-500\/55{
    caret-color: rgb(1 90 213 / 0.55);
}
.caret-secondary-500\/60{
    caret-color: rgb(1 90 213 / 0.6);
}
.caret-secondary-500\/65{
    caret-color: rgb(1 90 213 / 0.65);
}
.caret-secondary-500\/70{
    caret-color: rgb(1 90 213 / 0.7);
}
.caret-secondary-500\/75{
    caret-color: rgb(1 90 213 / 0.75);
}
.caret-secondary-500\/80{
    caret-color: rgb(1 90 213 / 0.8);
}
.caret-secondary-500\/85{
    caret-color: rgb(1 90 213 / 0.85);
}
.caret-secondary-500\/90{
    caret-color: rgb(1 90 213 / 0.9);
}
.caret-secondary-500\/95{
    caret-color: rgb(1 90 213 / 0.95);
}
.caret-secondary\/0{
    caret-color: rgb(1 90 213 / 0);
}
.caret-secondary\/10{
    caret-color: rgb(1 90 213 / 0.1);
}
.caret-secondary\/100{
    caret-color: rgb(1 90 213 / 1);
}
.caret-secondary\/15{
    caret-color: rgb(1 90 213 / 0.15);
}
.caret-secondary\/20{
    caret-color: rgb(1 90 213 / 0.2);
}
.caret-secondary\/25{
    caret-color: rgb(1 90 213 / 0.25);
}
.caret-secondary\/30{
    caret-color: rgb(1 90 213 / 0.3);
}
.caret-secondary\/35{
    caret-color: rgb(1 90 213 / 0.35);
}
.caret-secondary\/40{
    caret-color: rgb(1 90 213 / 0.4);
}
.caret-secondary\/45{
    caret-color: rgb(1 90 213 / 0.45);
}
.caret-secondary\/5{
    caret-color: rgb(1 90 213 / 0.05);
}
.caret-secondary\/50{
    caret-color: rgb(1 90 213 / 0.5);
}
.caret-secondary\/55{
    caret-color: rgb(1 90 213 / 0.55);
}
.caret-secondary\/60{
    caret-color: rgb(1 90 213 / 0.6);
}
.caret-secondary\/65{
    caret-color: rgb(1 90 213 / 0.65);
}
.caret-secondary\/70{
    caret-color: rgb(1 90 213 / 0.7);
}
.caret-secondary\/75{
    caret-color: rgb(1 90 213 / 0.75);
}
.caret-secondary\/80{
    caret-color: rgb(1 90 213 / 0.8);
}
.caret-secondary\/85{
    caret-color: rgb(1 90 213 / 0.85);
}
.caret-secondary\/90{
    caret-color: rgb(1 90 213 / 0.9);
}
.caret-secondary\/95{
    caret-color: rgb(1 90 213 / 0.95);
}
.accent-black-brand{
    accent-color: #313131;
}
.accent-black-brand\/0{
    accent-color: rgb(49 49 49 / 0);
}
.accent-black-brand\/10{
    accent-color: rgb(49 49 49 / 0.1);
}
.accent-black-brand\/100{
    accent-color: rgb(49 49 49 / 1);
}
.accent-black-brand\/15{
    accent-color: rgb(49 49 49 / 0.15);
}
.accent-black-brand\/20{
    accent-color: rgb(49 49 49 / 0.2);
}
.accent-black-brand\/25{
    accent-color: rgb(49 49 49 / 0.25);
}
.accent-black-brand\/30{
    accent-color: rgb(49 49 49 / 0.3);
}
.accent-black-brand\/35{
    accent-color: rgb(49 49 49 / 0.35);
}
.accent-black-brand\/40{
    accent-color: rgb(49 49 49 / 0.4);
}
.accent-black-brand\/45{
    accent-color: rgb(49 49 49 / 0.45);
}
.accent-black-brand\/5{
    accent-color: rgb(49 49 49 / 0.05);
}
.accent-black-brand\/50{
    accent-color: rgb(49 49 49 / 0.5);
}
.accent-black-brand\/55{
    accent-color: rgb(49 49 49 / 0.55);
}
.accent-black-brand\/60{
    accent-color: rgb(49 49 49 / 0.6);
}
.accent-black-brand\/65{
    accent-color: rgb(49 49 49 / 0.65);
}
.accent-black-brand\/70{
    accent-color: rgb(49 49 49 / 0.7);
}
.accent-black-brand\/75{
    accent-color: rgb(49 49 49 / 0.75);
}
.accent-black-brand\/80{
    accent-color: rgb(49 49 49 / 0.8);
}
.accent-black-brand\/85{
    accent-color: rgb(49 49 49 / 0.85);
}
.accent-black-brand\/90{
    accent-color: rgb(49 49 49 / 0.9);
}
.accent-black-brand\/95{
    accent-color: rgb(49 49 49 / 0.95);
}
.accent-brand-100{
    accent-color: #c6eedb0d;
}
.accent-brand-100\/0{
    accent-color: rgb(198 238 219 / 0);
}
.accent-brand-100\/10{
    accent-color: rgb(198 238 219 / 0.1);
}
.accent-brand-100\/100{
    accent-color: rgb(198 238 219 / 1);
}
.accent-brand-100\/15{
    accent-color: rgb(198 238 219 / 0.15);
}
.accent-brand-100\/20{
    accent-color: rgb(198 238 219 / 0.2);
}
.accent-brand-100\/25{
    accent-color: rgb(198 238 219 / 0.25);
}
.accent-brand-100\/30{
    accent-color: rgb(198 238 219 / 0.3);
}
.accent-brand-100\/35{
    accent-color: rgb(198 238 219 / 0.35);
}
.accent-brand-100\/40{
    accent-color: rgb(198 238 219 / 0.4);
}
.accent-brand-100\/45{
    accent-color: rgb(198 238 219 / 0.45);
}
.accent-brand-100\/5{
    accent-color: rgb(198 238 219 / 0.05);
}
.accent-brand-100\/50{
    accent-color: rgb(198 238 219 / 0.5);
}
.accent-brand-100\/55{
    accent-color: rgb(198 238 219 / 0.55);
}
.accent-brand-100\/60{
    accent-color: rgb(198 238 219 / 0.6);
}
.accent-brand-100\/65{
    accent-color: rgb(198 238 219 / 0.65);
}
.accent-brand-100\/70{
    accent-color: rgb(198 238 219 / 0.7);
}
.accent-brand-100\/75{
    accent-color: rgb(198 238 219 / 0.75);
}
.accent-brand-100\/80{
    accent-color: rgb(198 238 219 / 0.8);
}
.accent-brand-100\/85{
    accent-color: rgb(198 238 219 / 0.85);
}
.accent-brand-100\/90{
    accent-color: rgb(198 238 219 / 0.9);
}
.accent-brand-100\/95{
    accent-color: rgb(198 238 219 / 0.95);
}
.accent-brand-20{
    accent-color: #48E59B;
}
.accent-brand-20\/0{
    accent-color: rgb(72 229 155 / 0);
}
.accent-brand-20\/10{
    accent-color: rgb(72 229 155 / 0.1);
}
.accent-brand-20\/100{
    accent-color: rgb(72 229 155 / 1);
}
.accent-brand-20\/15{
    accent-color: rgb(72 229 155 / 0.15);
}
.accent-brand-20\/20{
    accent-color: rgb(72 229 155 / 0.2);
}
.accent-brand-20\/25{
    accent-color: rgb(72 229 155 / 0.25);
}
.accent-brand-20\/30{
    accent-color: rgb(72 229 155 / 0.3);
}
.accent-brand-20\/35{
    accent-color: rgb(72 229 155 / 0.35);
}
.accent-brand-20\/40{
    accent-color: rgb(72 229 155 / 0.4);
}
.accent-brand-20\/45{
    accent-color: rgb(72 229 155 / 0.45);
}
.accent-brand-20\/5{
    accent-color: rgb(72 229 155 / 0.05);
}
.accent-brand-20\/50{
    accent-color: rgb(72 229 155 / 0.5);
}
.accent-brand-20\/55{
    accent-color: rgb(72 229 155 / 0.55);
}
.accent-brand-20\/60{
    accent-color: rgb(72 229 155 / 0.6);
}
.accent-brand-20\/65{
    accent-color: rgb(72 229 155 / 0.65);
}
.accent-brand-20\/70{
    accent-color: rgb(72 229 155 / 0.7);
}
.accent-brand-20\/75{
    accent-color: rgb(72 229 155 / 0.75);
}
.accent-brand-20\/80{
    accent-color: rgb(72 229 155 / 0.8);
}
.accent-brand-20\/85{
    accent-color: rgb(72 229 155 / 0.85);
}
.accent-brand-20\/90{
    accent-color: rgb(72 229 155 / 0.9);
}
.accent-brand-20\/95{
    accent-color: rgb(72 229 155 / 0.95);
}
.accent-brand-200{
    accent-color: #c6eedb33;
}
.accent-brand-200\/0{
    accent-color: rgb(198 238 219 / 0);
}
.accent-brand-200\/10{
    accent-color: rgb(198 238 219 / 0.1);
}
.accent-brand-200\/100{
    accent-color: rgb(198 238 219 / 1);
}
.accent-brand-200\/15{
    accent-color: rgb(198 238 219 / 0.15);
}
.accent-brand-200\/20{
    accent-color: rgb(198 238 219 / 0.2);
}
.accent-brand-200\/25{
    accent-color: rgb(198 238 219 / 0.25);
}
.accent-brand-200\/30{
    accent-color: rgb(198 238 219 / 0.3);
}
.accent-brand-200\/35{
    accent-color: rgb(198 238 219 / 0.35);
}
.accent-brand-200\/40{
    accent-color: rgb(198 238 219 / 0.4);
}
.accent-brand-200\/45{
    accent-color: rgb(198 238 219 / 0.45);
}
.accent-brand-200\/5{
    accent-color: rgb(198 238 219 / 0.05);
}
.accent-brand-200\/50{
    accent-color: rgb(198 238 219 / 0.5);
}
.accent-brand-200\/55{
    accent-color: rgb(198 238 219 / 0.55);
}
.accent-brand-200\/60{
    accent-color: rgb(198 238 219 / 0.6);
}
.accent-brand-200\/65{
    accent-color: rgb(198 238 219 / 0.65);
}
.accent-brand-200\/70{
    accent-color: rgb(198 238 219 / 0.7);
}
.accent-brand-200\/75{
    accent-color: rgb(198 238 219 / 0.75);
}
.accent-brand-200\/80{
    accent-color: rgb(198 238 219 / 0.8);
}
.accent-brand-200\/85{
    accent-color: rgb(198 238 219 / 0.85);
}
.accent-brand-200\/90{
    accent-color: rgb(198 238 219 / 0.9);
}
.accent-brand-200\/95{
    accent-color: rgb(198 238 219 / 0.95);
}
.accent-brand-300{
    accent-color: #C6EEDB;
}
.accent-brand-300\/0{
    accent-color: rgb(198 238 219 / 0);
}
.accent-brand-300\/10{
    accent-color: rgb(198 238 219 / 0.1);
}
.accent-brand-300\/100{
    accent-color: rgb(198 238 219 / 1);
}
.accent-brand-300\/15{
    accent-color: rgb(198 238 219 / 0.15);
}
.accent-brand-300\/20{
    accent-color: rgb(198 238 219 / 0.2);
}
.accent-brand-300\/25{
    accent-color: rgb(198 238 219 / 0.25);
}
.accent-brand-300\/30{
    accent-color: rgb(198 238 219 / 0.3);
}
.accent-brand-300\/35{
    accent-color: rgb(198 238 219 / 0.35);
}
.accent-brand-300\/40{
    accent-color: rgb(198 238 219 / 0.4);
}
.accent-brand-300\/45{
    accent-color: rgb(198 238 219 / 0.45);
}
.accent-brand-300\/5{
    accent-color: rgb(198 238 219 / 0.05);
}
.accent-brand-300\/50{
    accent-color: rgb(198 238 219 / 0.5);
}
.accent-brand-300\/55{
    accent-color: rgb(198 238 219 / 0.55);
}
.accent-brand-300\/60{
    accent-color: rgb(198 238 219 / 0.6);
}
.accent-brand-300\/65{
    accent-color: rgb(198 238 219 / 0.65);
}
.accent-brand-300\/70{
    accent-color: rgb(198 238 219 / 0.7);
}
.accent-brand-300\/75{
    accent-color: rgb(198 238 219 / 0.75);
}
.accent-brand-300\/80{
    accent-color: rgb(198 238 219 / 0.8);
}
.accent-brand-300\/85{
    accent-color: rgb(198 238 219 / 0.85);
}
.accent-brand-300\/90{
    accent-color: rgb(198 238 219 / 0.9);
}
.accent-brand-300\/95{
    accent-color: rgb(198 238 219 / 0.95);
}
.accent-brand-black{
    accent-color: #111111;
}
.accent-brand-black\/0{
    accent-color: rgb(17 17 17 / 0);
}
.accent-brand-black\/10{
    accent-color: rgb(17 17 17 / 0.1);
}
.accent-brand-black\/100{
    accent-color: rgb(17 17 17 / 1);
}
.accent-brand-black\/15{
    accent-color: rgb(17 17 17 / 0.15);
}
.accent-brand-black\/20{
    accent-color: rgb(17 17 17 / 0.2);
}
.accent-brand-black\/25{
    accent-color: rgb(17 17 17 / 0.25);
}
.accent-brand-black\/30{
    accent-color: rgb(17 17 17 / 0.3);
}
.accent-brand-black\/35{
    accent-color: rgb(17 17 17 / 0.35);
}
.accent-brand-black\/40{
    accent-color: rgb(17 17 17 / 0.4);
}
.accent-brand-black\/45{
    accent-color: rgb(17 17 17 / 0.45);
}
.accent-brand-black\/5{
    accent-color: rgb(17 17 17 / 0.05);
}
.accent-brand-black\/50{
    accent-color: rgb(17 17 17 / 0.5);
}
.accent-brand-black\/55{
    accent-color: rgb(17 17 17 / 0.55);
}
.accent-brand-black\/60{
    accent-color: rgb(17 17 17 / 0.6);
}
.accent-brand-black\/65{
    accent-color: rgb(17 17 17 / 0.65);
}
.accent-brand-black\/70{
    accent-color: rgb(17 17 17 / 0.7);
}
.accent-brand-black\/75{
    accent-color: rgb(17 17 17 / 0.75);
}
.accent-brand-black\/80{
    accent-color: rgb(17 17 17 / 0.8);
}
.accent-brand-black\/85{
    accent-color: rgb(17 17 17 / 0.85);
}
.accent-brand-black\/90{
    accent-color: rgb(17 17 17 / 0.9);
}
.accent-brand-black\/95{
    accent-color: rgb(17 17 17 / 0.95);
}
.accent-brand-blue{
    accent-color: #70A8F4;
}
.accent-brand-blue\/0{
    accent-color: rgb(112 168 244 / 0);
}
.accent-brand-blue\/10{
    accent-color: rgb(112 168 244 / 0.1);
}
.accent-brand-blue\/100{
    accent-color: rgb(112 168 244 / 1);
}
.accent-brand-blue\/15{
    accent-color: rgb(112 168 244 / 0.15);
}
.accent-brand-blue\/20{
    accent-color: rgb(112 168 244 / 0.2);
}
.accent-brand-blue\/25{
    accent-color: rgb(112 168 244 / 0.25);
}
.accent-brand-blue\/30{
    accent-color: rgb(112 168 244 / 0.3);
}
.accent-brand-blue\/35{
    accent-color: rgb(112 168 244 / 0.35);
}
.accent-brand-blue\/40{
    accent-color: rgb(112 168 244 / 0.4);
}
.accent-brand-blue\/45{
    accent-color: rgb(112 168 244 / 0.45);
}
.accent-brand-blue\/5{
    accent-color: rgb(112 168 244 / 0.05);
}
.accent-brand-blue\/50{
    accent-color: rgb(112 168 244 / 0.5);
}
.accent-brand-blue\/55{
    accent-color: rgb(112 168 244 / 0.55);
}
.accent-brand-blue\/60{
    accent-color: rgb(112 168 244 / 0.6);
}
.accent-brand-blue\/65{
    accent-color: rgb(112 168 244 / 0.65);
}
.accent-brand-blue\/70{
    accent-color: rgb(112 168 244 / 0.7);
}
.accent-brand-blue\/75{
    accent-color: rgb(112 168 244 / 0.75);
}
.accent-brand-blue\/80{
    accent-color: rgb(112 168 244 / 0.8);
}
.accent-brand-blue\/85{
    accent-color: rgb(112 168 244 / 0.85);
}
.accent-brand-blue\/90{
    accent-color: rgb(112 168 244 / 0.9);
}
.accent-brand-blue\/95{
    accent-color: rgb(112 168 244 / 0.95);
}
.accent-brand-dark{
    accent-color: #232C27;
}
.accent-brand-dark\/0{
    accent-color: rgb(35 44 39 / 0);
}
.accent-brand-dark\/10{
    accent-color: rgb(35 44 39 / 0.1);
}
.accent-brand-dark\/100{
    accent-color: rgb(35 44 39 / 1);
}
.accent-brand-dark\/15{
    accent-color: rgb(35 44 39 / 0.15);
}
.accent-brand-dark\/20{
    accent-color: rgb(35 44 39 / 0.2);
}
.accent-brand-dark\/25{
    accent-color: rgb(35 44 39 / 0.25);
}
.accent-brand-dark\/30{
    accent-color: rgb(35 44 39 / 0.3);
}
.accent-brand-dark\/35{
    accent-color: rgb(35 44 39 / 0.35);
}
.accent-brand-dark\/40{
    accent-color: rgb(35 44 39 / 0.4);
}
.accent-brand-dark\/45{
    accent-color: rgb(35 44 39 / 0.45);
}
.accent-brand-dark\/5{
    accent-color: rgb(35 44 39 / 0.05);
}
.accent-brand-dark\/50{
    accent-color: rgb(35 44 39 / 0.5);
}
.accent-brand-dark\/55{
    accent-color: rgb(35 44 39 / 0.55);
}
.accent-brand-dark\/60{
    accent-color: rgb(35 44 39 / 0.6);
}
.accent-brand-dark\/65{
    accent-color: rgb(35 44 39 / 0.65);
}
.accent-brand-dark\/70{
    accent-color: rgb(35 44 39 / 0.7);
}
.accent-brand-dark\/75{
    accent-color: rgb(35 44 39 / 0.75);
}
.accent-brand-dark\/80{
    accent-color: rgb(35 44 39 / 0.8);
}
.accent-brand-dark\/85{
    accent-color: rgb(35 44 39 / 0.85);
}
.accent-brand-dark\/90{
    accent-color: rgb(35 44 39 / 0.9);
}
.accent-brand-dark\/95{
    accent-color: rgb(35 44 39 / 0.95);
}
.accent-brand-green{
    accent-color: #48E59B;
}
.accent-brand-green\/0{
    accent-color: rgb(72 229 155 / 0);
}
.accent-brand-green\/10{
    accent-color: rgb(72 229 155 / 0.1);
}
.accent-brand-green\/100{
    accent-color: rgb(72 229 155 / 1);
}
.accent-brand-green\/15{
    accent-color: rgb(72 229 155 / 0.15);
}
.accent-brand-green\/20{
    accent-color: rgb(72 229 155 / 0.2);
}
.accent-brand-green\/25{
    accent-color: rgb(72 229 155 / 0.25);
}
.accent-brand-green\/30{
    accent-color: rgb(72 229 155 / 0.3);
}
.accent-brand-green\/35{
    accent-color: rgb(72 229 155 / 0.35);
}
.accent-brand-green\/40{
    accent-color: rgb(72 229 155 / 0.4);
}
.accent-brand-green\/45{
    accent-color: rgb(72 229 155 / 0.45);
}
.accent-brand-green\/5{
    accent-color: rgb(72 229 155 / 0.05);
}
.accent-brand-green\/50{
    accent-color: rgb(72 229 155 / 0.5);
}
.accent-brand-green\/55{
    accent-color: rgb(72 229 155 / 0.55);
}
.accent-brand-green\/60{
    accent-color: rgb(72 229 155 / 0.6);
}
.accent-brand-green\/65{
    accent-color: rgb(72 229 155 / 0.65);
}
.accent-brand-green\/70{
    accent-color: rgb(72 229 155 / 0.7);
}
.accent-brand-green\/75{
    accent-color: rgb(72 229 155 / 0.75);
}
.accent-brand-green\/80{
    accent-color: rgb(72 229 155 / 0.8);
}
.accent-brand-green\/85{
    accent-color: rgb(72 229 155 / 0.85);
}
.accent-brand-green\/90{
    accent-color: rgb(72 229 155 / 0.9);
}
.accent-brand-green\/95{
    accent-color: rgb(72 229 155 / 0.95);
}
.accent-brand-light{
    accent-color: #C6EEDB;
}
.accent-brand-light\/0{
    accent-color: rgb(198 238 219 / 0);
}
.accent-brand-light\/10{
    accent-color: rgb(198 238 219 / 0.1);
}
.accent-brand-light\/100{
    accent-color: rgb(198 238 219 / 1);
}
.accent-brand-light\/15{
    accent-color: rgb(198 238 219 / 0.15);
}
.accent-brand-light\/20{
    accent-color: rgb(198 238 219 / 0.2);
}
.accent-brand-light\/25{
    accent-color: rgb(198 238 219 / 0.25);
}
.accent-brand-light\/30{
    accent-color: rgb(198 238 219 / 0.3);
}
.accent-brand-light\/35{
    accent-color: rgb(198 238 219 / 0.35);
}
.accent-brand-light\/40{
    accent-color: rgb(198 238 219 / 0.4);
}
.accent-brand-light\/45{
    accent-color: rgb(198 238 219 / 0.45);
}
.accent-brand-light\/5{
    accent-color: rgb(198 238 219 / 0.05);
}
.accent-brand-light\/50{
    accent-color: rgb(198 238 219 / 0.5);
}
.accent-brand-light\/55{
    accent-color: rgb(198 238 219 / 0.55);
}
.accent-brand-light\/60{
    accent-color: rgb(198 238 219 / 0.6);
}
.accent-brand-light\/65{
    accent-color: rgb(198 238 219 / 0.65);
}
.accent-brand-light\/70{
    accent-color: rgb(198 238 219 / 0.7);
}
.accent-brand-light\/75{
    accent-color: rgb(198 238 219 / 0.75);
}
.accent-brand-light\/80{
    accent-color: rgb(198 238 219 / 0.8);
}
.accent-brand-light\/85{
    accent-color: rgb(198 238 219 / 0.85);
}
.accent-brand-light\/90{
    accent-color: rgb(198 238 219 / 0.9);
}
.accent-brand-light\/95{
    accent-color: rgb(198 238 219 / 0.95);
}
.accent-error{
    accent-color: #FF3C3C;
}
.accent-error-10{
    accent-color: #291515;
}
.accent-error-10\/0{
    accent-color: rgb(41 21 21 / 0);
}
.accent-error-10\/10{
    accent-color: rgb(41 21 21 / 0.1);
}
.accent-error-10\/100{
    accent-color: rgb(41 21 21 / 1);
}
.accent-error-10\/15{
    accent-color: rgb(41 21 21 / 0.15);
}
.accent-error-10\/20{
    accent-color: rgb(41 21 21 / 0.2);
}
.accent-error-10\/25{
    accent-color: rgb(41 21 21 / 0.25);
}
.accent-error-10\/30{
    accent-color: rgb(41 21 21 / 0.3);
}
.accent-error-10\/35{
    accent-color: rgb(41 21 21 / 0.35);
}
.accent-error-10\/40{
    accent-color: rgb(41 21 21 / 0.4);
}
.accent-error-10\/45{
    accent-color: rgb(41 21 21 / 0.45);
}
.accent-error-10\/5{
    accent-color: rgb(41 21 21 / 0.05);
}
.accent-error-10\/50{
    accent-color: rgb(41 21 21 / 0.5);
}
.accent-error-10\/55{
    accent-color: rgb(41 21 21 / 0.55);
}
.accent-error-10\/60{
    accent-color: rgb(41 21 21 / 0.6);
}
.accent-error-10\/65{
    accent-color: rgb(41 21 21 / 0.65);
}
.accent-error-10\/70{
    accent-color: rgb(41 21 21 / 0.7);
}
.accent-error-10\/75{
    accent-color: rgb(41 21 21 / 0.75);
}
.accent-error-10\/80{
    accent-color: rgb(41 21 21 / 0.8);
}
.accent-error-10\/85{
    accent-color: rgb(41 21 21 / 0.85);
}
.accent-error-10\/90{
    accent-color: rgb(41 21 21 / 0.9);
}
.accent-error-10\/95{
    accent-color: rgb(41 21 21 / 0.95);
}
.accent-error-100{
    accent-color: #FFC7C7;
}
.accent-error-100\/0{
    accent-color: rgb(255 199 199 / 0);
}
.accent-error-100\/10{
    accent-color: rgb(255 199 199 / 0.1);
}
.accent-error-100\/100{
    accent-color: rgb(255 199 199 / 1);
}
.accent-error-100\/15{
    accent-color: rgb(255 199 199 / 0.15);
}
.accent-error-100\/20{
    accent-color: rgb(255 199 199 / 0.2);
}
.accent-error-100\/25{
    accent-color: rgb(255 199 199 / 0.25);
}
.accent-error-100\/30{
    accent-color: rgb(255 199 199 / 0.3);
}
.accent-error-100\/35{
    accent-color: rgb(255 199 199 / 0.35);
}
.accent-error-100\/40{
    accent-color: rgb(255 199 199 / 0.4);
}
.accent-error-100\/45{
    accent-color: rgb(255 199 199 / 0.45);
}
.accent-error-100\/5{
    accent-color: rgb(255 199 199 / 0.05);
}
.accent-error-100\/50{
    accent-color: rgb(255 199 199 / 0.5);
}
.accent-error-100\/55{
    accent-color: rgb(255 199 199 / 0.55);
}
.accent-error-100\/60{
    accent-color: rgb(255 199 199 / 0.6);
}
.accent-error-100\/65{
    accent-color: rgb(255 199 199 / 0.65);
}
.accent-error-100\/70{
    accent-color: rgb(255 199 199 / 0.7);
}
.accent-error-100\/75{
    accent-color: rgb(255 199 199 / 0.75);
}
.accent-error-100\/80{
    accent-color: rgb(255 199 199 / 0.8);
}
.accent-error-100\/85{
    accent-color: rgb(255 199 199 / 0.85);
}
.accent-error-100\/90{
    accent-color: rgb(255 199 199 / 0.9);
}
.accent-error-100\/95{
    accent-color: rgb(255 199 199 / 0.95);
}
.accent-error-15{
    accent-color: #351717;
}
.accent-error-15\/0{
    accent-color: rgb(53 23 23 / 0);
}
.accent-error-15\/10{
    accent-color: rgb(53 23 23 / 0.1);
}
.accent-error-15\/100{
    accent-color: rgb(53 23 23 / 1);
}
.accent-error-15\/15{
    accent-color: rgb(53 23 23 / 0.15);
}
.accent-error-15\/20{
    accent-color: rgb(53 23 23 / 0.2);
}
.accent-error-15\/25{
    accent-color: rgb(53 23 23 / 0.25);
}
.accent-error-15\/30{
    accent-color: rgb(53 23 23 / 0.3);
}
.accent-error-15\/35{
    accent-color: rgb(53 23 23 / 0.35);
}
.accent-error-15\/40{
    accent-color: rgb(53 23 23 / 0.4);
}
.accent-error-15\/45{
    accent-color: rgb(53 23 23 / 0.45);
}
.accent-error-15\/5{
    accent-color: rgb(53 23 23 / 0.05);
}
.accent-error-15\/50{
    accent-color: rgb(53 23 23 / 0.5);
}
.accent-error-15\/55{
    accent-color: rgb(53 23 23 / 0.55);
}
.accent-error-15\/60{
    accent-color: rgb(53 23 23 / 0.6);
}
.accent-error-15\/65{
    accent-color: rgb(53 23 23 / 0.65);
}
.accent-error-15\/70{
    accent-color: rgb(53 23 23 / 0.7);
}
.accent-error-15\/75{
    accent-color: rgb(53 23 23 / 0.75);
}
.accent-error-15\/80{
    accent-color: rgb(53 23 23 / 0.8);
}
.accent-error-15\/85{
    accent-color: rgb(53 23 23 / 0.85);
}
.accent-error-15\/90{
    accent-color: rgb(53 23 23 / 0.9);
}
.accent-error-15\/95{
    accent-color: rgb(53 23 23 / 0.95);
}
.accent-error-20{
    accent-color: #3C1919;
}
.accent-error-20\/0{
    accent-color: rgb(60 25 25 / 0);
}
.accent-error-20\/10{
    accent-color: rgb(60 25 25 / 0.1);
}
.accent-error-20\/100{
    accent-color: rgb(60 25 25 / 1);
}
.accent-error-20\/15{
    accent-color: rgb(60 25 25 / 0.15);
}
.accent-error-20\/20{
    accent-color: rgb(60 25 25 / 0.2);
}
.accent-error-20\/25{
    accent-color: rgb(60 25 25 / 0.25);
}
.accent-error-20\/30{
    accent-color: rgb(60 25 25 / 0.3);
}
.accent-error-20\/35{
    accent-color: rgb(60 25 25 / 0.35);
}
.accent-error-20\/40{
    accent-color: rgb(60 25 25 / 0.4);
}
.accent-error-20\/45{
    accent-color: rgb(60 25 25 / 0.45);
}
.accent-error-20\/5{
    accent-color: rgb(60 25 25 / 0.05);
}
.accent-error-20\/50{
    accent-color: rgb(60 25 25 / 0.5);
}
.accent-error-20\/55{
    accent-color: rgb(60 25 25 / 0.55);
}
.accent-error-20\/60{
    accent-color: rgb(60 25 25 / 0.6);
}
.accent-error-20\/65{
    accent-color: rgb(60 25 25 / 0.65);
}
.accent-error-20\/70{
    accent-color: rgb(60 25 25 / 0.7);
}
.accent-error-20\/75{
    accent-color: rgb(60 25 25 / 0.75);
}
.accent-error-20\/80{
    accent-color: rgb(60 25 25 / 0.8);
}
.accent-error-20\/85{
    accent-color: rgb(60 25 25 / 0.85);
}
.accent-error-20\/90{
    accent-color: rgb(60 25 25 / 0.9);
}
.accent-error-20\/95{
    accent-color: rgb(60 25 25 / 0.95);
}
.accent-error-5{
    accent-color: #1D1313;
}
.accent-error-5\/0{
    accent-color: rgb(29 19 19 / 0);
}
.accent-error-5\/10{
    accent-color: rgb(29 19 19 / 0.1);
}
.accent-error-5\/100{
    accent-color: rgb(29 19 19 / 1);
}
.accent-error-5\/15{
    accent-color: rgb(29 19 19 / 0.15);
}
.accent-error-5\/20{
    accent-color: rgb(29 19 19 / 0.2);
}
.accent-error-5\/25{
    accent-color: rgb(29 19 19 / 0.25);
}
.accent-error-5\/30{
    accent-color: rgb(29 19 19 / 0.3);
}
.accent-error-5\/35{
    accent-color: rgb(29 19 19 / 0.35);
}
.accent-error-5\/40{
    accent-color: rgb(29 19 19 / 0.4);
}
.accent-error-5\/45{
    accent-color: rgb(29 19 19 / 0.45);
}
.accent-error-5\/5{
    accent-color: rgb(29 19 19 / 0.05);
}
.accent-error-5\/50{
    accent-color: rgb(29 19 19 / 0.5);
}
.accent-error-5\/55{
    accent-color: rgb(29 19 19 / 0.55);
}
.accent-error-5\/60{
    accent-color: rgb(29 19 19 / 0.6);
}
.accent-error-5\/65{
    accent-color: rgb(29 19 19 / 0.65);
}
.accent-error-5\/70{
    accent-color: rgb(29 19 19 / 0.7);
}
.accent-error-5\/75{
    accent-color: rgb(29 19 19 / 0.75);
}
.accent-error-5\/80{
    accent-color: rgb(29 19 19 / 0.8);
}
.accent-error-5\/85{
    accent-color: rgb(29 19 19 / 0.85);
}
.accent-error-5\/90{
    accent-color: rgb(29 19 19 / 0.9);
}
.accent-error-5\/95{
    accent-color: rgb(29 19 19 / 0.95);
}
.accent-error-500{
    accent-color: #FF3C3C;
}
.accent-error-500\/0{
    accent-color: rgb(255 60 60 / 0);
}
.accent-error-500\/10{
    accent-color: rgb(255 60 60 / 0.1);
}
.accent-error-500\/100{
    accent-color: rgb(255 60 60 / 1);
}
.accent-error-500\/15{
    accent-color: rgb(255 60 60 / 0.15);
}
.accent-error-500\/20{
    accent-color: rgb(255 60 60 / 0.2);
}
.accent-error-500\/25{
    accent-color: rgb(255 60 60 / 0.25);
}
.accent-error-500\/30{
    accent-color: rgb(255 60 60 / 0.3);
}
.accent-error-500\/35{
    accent-color: rgb(255 60 60 / 0.35);
}
.accent-error-500\/40{
    accent-color: rgb(255 60 60 / 0.4);
}
.accent-error-500\/45{
    accent-color: rgb(255 60 60 / 0.45);
}
.accent-error-500\/5{
    accent-color: rgb(255 60 60 / 0.05);
}
.accent-error-500\/50{
    accent-color: rgb(255 60 60 / 0.5);
}
.accent-error-500\/55{
    accent-color: rgb(255 60 60 / 0.55);
}
.accent-error-500\/60{
    accent-color: rgb(255 60 60 / 0.6);
}
.accent-error-500\/65{
    accent-color: rgb(255 60 60 / 0.65);
}
.accent-error-500\/70{
    accent-color: rgb(255 60 60 / 0.7);
}
.accent-error-500\/75{
    accent-color: rgb(255 60 60 / 0.75);
}
.accent-error-500\/80{
    accent-color: rgb(255 60 60 / 0.8);
}
.accent-error-500\/85{
    accent-color: rgb(255 60 60 / 0.85);
}
.accent-error-500\/90{
    accent-color: rgb(255 60 60 / 0.9);
}
.accent-error-500\/95{
    accent-color: rgb(255 60 60 / 0.95);
}
.accent-error-900{
    accent-color: #3C1919;
}
.accent-error-900\/0{
    accent-color: rgb(60 25 25 / 0);
}
.accent-error-900\/10{
    accent-color: rgb(60 25 25 / 0.1);
}
.accent-error-900\/100{
    accent-color: rgb(60 25 25 / 1);
}
.accent-error-900\/15{
    accent-color: rgb(60 25 25 / 0.15);
}
.accent-error-900\/20{
    accent-color: rgb(60 25 25 / 0.2);
}
.accent-error-900\/25{
    accent-color: rgb(60 25 25 / 0.25);
}
.accent-error-900\/30{
    accent-color: rgb(60 25 25 / 0.3);
}
.accent-error-900\/35{
    accent-color: rgb(60 25 25 / 0.35);
}
.accent-error-900\/40{
    accent-color: rgb(60 25 25 / 0.4);
}
.accent-error-900\/45{
    accent-color: rgb(60 25 25 / 0.45);
}
.accent-error-900\/5{
    accent-color: rgb(60 25 25 / 0.05);
}
.accent-error-900\/50{
    accent-color: rgb(60 25 25 / 0.5);
}
.accent-error-900\/55{
    accent-color: rgb(60 25 25 / 0.55);
}
.accent-error-900\/60{
    accent-color: rgb(60 25 25 / 0.6);
}
.accent-error-900\/65{
    accent-color: rgb(60 25 25 / 0.65);
}
.accent-error-900\/70{
    accent-color: rgb(60 25 25 / 0.7);
}
.accent-error-900\/75{
    accent-color: rgb(60 25 25 / 0.75);
}
.accent-error-900\/80{
    accent-color: rgb(60 25 25 / 0.8);
}
.accent-error-900\/85{
    accent-color: rgb(60 25 25 / 0.85);
}
.accent-error-900\/90{
    accent-color: rgb(60 25 25 / 0.9);
}
.accent-error-900\/95{
    accent-color: rgb(60 25 25 / 0.95);
}
.accent-error-light{
    accent-color: #FFC7C7;
}
.accent-error-light\/0{
    accent-color: rgb(255 199 199 / 0);
}
.accent-error-light\/10{
    accent-color: rgb(255 199 199 / 0.1);
}
.accent-error-light\/100{
    accent-color: rgb(255 199 199 / 1);
}
.accent-error-light\/15{
    accent-color: rgb(255 199 199 / 0.15);
}
.accent-error-light\/20{
    accent-color: rgb(255 199 199 / 0.2);
}
.accent-error-light\/25{
    accent-color: rgb(255 199 199 / 0.25);
}
.accent-error-light\/30{
    accent-color: rgb(255 199 199 / 0.3);
}
.accent-error-light\/35{
    accent-color: rgb(255 199 199 / 0.35);
}
.accent-error-light\/40{
    accent-color: rgb(255 199 199 / 0.4);
}
.accent-error-light\/45{
    accent-color: rgb(255 199 199 / 0.45);
}
.accent-error-light\/5{
    accent-color: rgb(255 199 199 / 0.05);
}
.accent-error-light\/50{
    accent-color: rgb(255 199 199 / 0.5);
}
.accent-error-light\/55{
    accent-color: rgb(255 199 199 / 0.55);
}
.accent-error-light\/60{
    accent-color: rgb(255 199 199 / 0.6);
}
.accent-error-light\/65{
    accent-color: rgb(255 199 199 / 0.65);
}
.accent-error-light\/70{
    accent-color: rgb(255 199 199 / 0.7);
}
.accent-error-light\/75{
    accent-color: rgb(255 199 199 / 0.75);
}
.accent-error-light\/80{
    accent-color: rgb(255 199 199 / 0.8);
}
.accent-error-light\/85{
    accent-color: rgb(255 199 199 / 0.85);
}
.accent-error-light\/90{
    accent-color: rgb(255 199 199 / 0.9);
}
.accent-error-light\/95{
    accent-color: rgb(255 199 199 / 0.95);
}
.accent-error\/0{
    accent-color: rgb(255 60 60 / 0);
}
.accent-error\/10{
    accent-color: rgb(255 60 60 / 0.1);
}
.accent-error\/100{
    accent-color: rgb(255 60 60 / 1);
}
.accent-error\/15{
    accent-color: rgb(255 60 60 / 0.15);
}
.accent-error\/20{
    accent-color: rgb(255 60 60 / 0.2);
}
.accent-error\/25{
    accent-color: rgb(255 60 60 / 0.25);
}
.accent-error\/30{
    accent-color: rgb(255 60 60 / 0.3);
}
.accent-error\/35{
    accent-color: rgb(255 60 60 / 0.35);
}
.accent-error\/40{
    accent-color: rgb(255 60 60 / 0.4);
}
.accent-error\/45{
    accent-color: rgb(255 60 60 / 0.45);
}
.accent-error\/5{
    accent-color: rgb(255 60 60 / 0.05);
}
.accent-error\/50{
    accent-color: rgb(255 60 60 / 0.5);
}
.accent-error\/55{
    accent-color: rgb(255 60 60 / 0.55);
}
.accent-error\/60{
    accent-color: rgb(255 60 60 / 0.6);
}
.accent-error\/65{
    accent-color: rgb(255 60 60 / 0.65);
}
.accent-error\/70{
    accent-color: rgb(255 60 60 / 0.7);
}
.accent-error\/75{
    accent-color: rgb(255 60 60 / 0.75);
}
.accent-error\/80{
    accent-color: rgb(255 60 60 / 0.8);
}
.accent-error\/85{
    accent-color: rgb(255 60 60 / 0.85);
}
.accent-error\/90{
    accent-color: rgb(255 60 60 / 0.9);
}
.accent-error\/95{
    accent-color: rgb(255 60 60 / 0.95);
}
.accent-primary{
    accent-color: #48E59B;
}
.accent-primary-20{
    accent-color: #1C3B2D;
}
.accent-primary-20\/0{
    accent-color: rgb(28 59 45 / 0);
}
.accent-primary-20\/10{
    accent-color: rgb(28 59 45 / 0.1);
}
.accent-primary-20\/100{
    accent-color: rgb(28 59 45 / 1);
}
.accent-primary-20\/15{
    accent-color: rgb(28 59 45 / 0.15);
}
.accent-primary-20\/20{
    accent-color: rgb(28 59 45 / 0.2);
}
.accent-primary-20\/25{
    accent-color: rgb(28 59 45 / 0.25);
}
.accent-primary-20\/30{
    accent-color: rgb(28 59 45 / 0.3);
}
.accent-primary-20\/35{
    accent-color: rgb(28 59 45 / 0.35);
}
.accent-primary-20\/40{
    accent-color: rgb(28 59 45 / 0.4);
}
.accent-primary-20\/45{
    accent-color: rgb(28 59 45 / 0.45);
}
.accent-primary-20\/5{
    accent-color: rgb(28 59 45 / 0.05);
}
.accent-primary-20\/50{
    accent-color: rgb(28 59 45 / 0.5);
}
.accent-primary-20\/55{
    accent-color: rgb(28 59 45 / 0.55);
}
.accent-primary-20\/60{
    accent-color: rgb(28 59 45 / 0.6);
}
.accent-primary-20\/65{
    accent-color: rgb(28 59 45 / 0.65);
}
.accent-primary-20\/70{
    accent-color: rgb(28 59 45 / 0.7);
}
.accent-primary-20\/75{
    accent-color: rgb(28 59 45 / 0.75);
}
.accent-primary-20\/80{
    accent-color: rgb(28 59 45 / 0.8);
}
.accent-primary-20\/85{
    accent-color: rgb(28 59 45 / 0.85);
}
.accent-primary-20\/90{
    accent-color: rgb(28 59 45 / 0.9);
}
.accent-primary-20\/95{
    accent-color: rgb(28 59 45 / 0.95);
}
.accent-primary-200{
    accent-color: #C6EEDB;
}
.accent-primary-200\/0{
    accent-color: rgb(198 238 219 / 0);
}
.accent-primary-200\/10{
    accent-color: rgb(198 238 219 / 0.1);
}
.accent-primary-200\/100{
    accent-color: rgb(198 238 219 / 1);
}
.accent-primary-200\/15{
    accent-color: rgb(198 238 219 / 0.15);
}
.accent-primary-200\/20{
    accent-color: rgb(198 238 219 / 0.2);
}
.accent-primary-200\/25{
    accent-color: rgb(198 238 219 / 0.25);
}
.accent-primary-200\/30{
    accent-color: rgb(198 238 219 / 0.3);
}
.accent-primary-200\/35{
    accent-color: rgb(198 238 219 / 0.35);
}
.accent-primary-200\/40{
    accent-color: rgb(198 238 219 / 0.4);
}
.accent-primary-200\/45{
    accent-color: rgb(198 238 219 / 0.45);
}
.accent-primary-200\/5{
    accent-color: rgb(198 238 219 / 0.05);
}
.accent-primary-200\/50{
    accent-color: rgb(198 238 219 / 0.5);
}
.accent-primary-200\/55{
    accent-color: rgb(198 238 219 / 0.55);
}
.accent-primary-200\/60{
    accent-color: rgb(198 238 219 / 0.6);
}
.accent-primary-200\/65{
    accent-color: rgb(198 238 219 / 0.65);
}
.accent-primary-200\/70{
    accent-color: rgb(198 238 219 / 0.7);
}
.accent-primary-200\/75{
    accent-color: rgb(198 238 219 / 0.75);
}
.accent-primary-200\/80{
    accent-color: rgb(198 238 219 / 0.8);
}
.accent-primary-200\/85{
    accent-color: rgb(198 238 219 / 0.85);
}
.accent-primary-200\/90{
    accent-color: rgb(198 238 219 / 0.9);
}
.accent-primary-200\/95{
    accent-color: rgb(198 238 219 / 0.95);
}
.accent-primary-5{
    accent-color: #141C18;
}
.accent-primary-5\/0{
    accent-color: rgb(20 28 24 / 0);
}
.accent-primary-5\/10{
    accent-color: rgb(20 28 24 / 0.1);
}
.accent-primary-5\/100{
    accent-color: rgb(20 28 24 / 1);
}
.accent-primary-5\/15{
    accent-color: rgb(20 28 24 / 0.15);
}
.accent-primary-5\/20{
    accent-color: rgb(20 28 24 / 0.2);
}
.accent-primary-5\/25{
    accent-color: rgb(20 28 24 / 0.25);
}
.accent-primary-5\/30{
    accent-color: rgb(20 28 24 / 0.3);
}
.accent-primary-5\/35{
    accent-color: rgb(20 28 24 / 0.35);
}
.accent-primary-5\/40{
    accent-color: rgb(20 28 24 / 0.4);
}
.accent-primary-5\/45{
    accent-color: rgb(20 28 24 / 0.45);
}
.accent-primary-5\/5{
    accent-color: rgb(20 28 24 / 0.05);
}
.accent-primary-5\/50{
    accent-color: rgb(20 28 24 / 0.5);
}
.accent-primary-5\/55{
    accent-color: rgb(20 28 24 / 0.55);
}
.accent-primary-5\/60{
    accent-color: rgb(20 28 24 / 0.6);
}
.accent-primary-5\/65{
    accent-color: rgb(20 28 24 / 0.65);
}
.accent-primary-5\/70{
    accent-color: rgb(20 28 24 / 0.7);
}
.accent-primary-5\/75{
    accent-color: rgb(20 28 24 / 0.75);
}
.accent-primary-5\/80{
    accent-color: rgb(20 28 24 / 0.8);
}
.accent-primary-5\/85{
    accent-color: rgb(20 28 24 / 0.85);
}
.accent-primary-5\/90{
    accent-color: rgb(20 28 24 / 0.9);
}
.accent-primary-5\/95{
    accent-color: rgb(20 28 24 / 0.95);
}
.accent-primary-500{
    accent-color: #48E59B;
}
.accent-primary-500\/0{
    accent-color: rgb(72 229 155 / 0);
}
.accent-primary-500\/10{
    accent-color: rgb(72 229 155 / 0.1);
}
.accent-primary-500\/100{
    accent-color: rgb(72 229 155 / 1);
}
.accent-primary-500\/15{
    accent-color: rgb(72 229 155 / 0.15);
}
.accent-primary-500\/20{
    accent-color: rgb(72 229 155 / 0.2);
}
.accent-primary-500\/25{
    accent-color: rgb(72 229 155 / 0.25);
}
.accent-primary-500\/30{
    accent-color: rgb(72 229 155 / 0.3);
}
.accent-primary-500\/35{
    accent-color: rgb(72 229 155 / 0.35);
}
.accent-primary-500\/40{
    accent-color: rgb(72 229 155 / 0.4);
}
.accent-primary-500\/45{
    accent-color: rgb(72 229 155 / 0.45);
}
.accent-primary-500\/5{
    accent-color: rgb(72 229 155 / 0.05);
}
.accent-primary-500\/50{
    accent-color: rgb(72 229 155 / 0.5);
}
.accent-primary-500\/55{
    accent-color: rgb(72 229 155 / 0.55);
}
.accent-primary-500\/60{
    accent-color: rgb(72 229 155 / 0.6);
}
.accent-primary-500\/65{
    accent-color: rgb(72 229 155 / 0.65);
}
.accent-primary-500\/70{
    accent-color: rgb(72 229 155 / 0.7);
}
.accent-primary-500\/75{
    accent-color: rgb(72 229 155 / 0.75);
}
.accent-primary-500\/80{
    accent-color: rgb(72 229 155 / 0.8);
}
.accent-primary-500\/85{
    accent-color: rgb(72 229 155 / 0.85);
}
.accent-primary-500\/90{
    accent-color: rgb(72 229 155 / 0.9);
}
.accent-primary-500\/95{
    accent-color: rgb(72 229 155 / 0.95);
}
.accent-primary-60{
    accent-color: #399B6D;
}
.accent-primary-60\/0{
    accent-color: rgb(57 155 109 / 0);
}
.accent-primary-60\/10{
    accent-color: rgb(57 155 109 / 0.1);
}
.accent-primary-60\/100{
    accent-color: rgb(57 155 109 / 1);
}
.accent-primary-60\/15{
    accent-color: rgb(57 155 109 / 0.15);
}
.accent-primary-60\/20{
    accent-color: rgb(57 155 109 / 0.2);
}
.accent-primary-60\/25{
    accent-color: rgb(57 155 109 / 0.25);
}
.accent-primary-60\/30{
    accent-color: rgb(57 155 109 / 0.3);
}
.accent-primary-60\/35{
    accent-color: rgb(57 155 109 / 0.35);
}
.accent-primary-60\/40{
    accent-color: rgb(57 155 109 / 0.4);
}
.accent-primary-60\/45{
    accent-color: rgb(57 155 109 / 0.45);
}
.accent-primary-60\/5{
    accent-color: rgb(57 155 109 / 0.05);
}
.accent-primary-60\/50{
    accent-color: rgb(57 155 109 / 0.5);
}
.accent-primary-60\/55{
    accent-color: rgb(57 155 109 / 0.55);
}
.accent-primary-60\/60{
    accent-color: rgb(57 155 109 / 0.6);
}
.accent-primary-60\/65{
    accent-color: rgb(57 155 109 / 0.65);
}
.accent-primary-60\/70{
    accent-color: rgb(57 155 109 / 0.7);
}
.accent-primary-60\/75{
    accent-color: rgb(57 155 109 / 0.75);
}
.accent-primary-60\/80{
    accent-color: rgb(57 155 109 / 0.8);
}
.accent-primary-60\/85{
    accent-color: rgb(57 155 109 / 0.85);
}
.accent-primary-60\/90{
    accent-color: rgb(57 155 109 / 0.9);
}
.accent-primary-60\/95{
    accent-color: rgb(57 155 109 / 0.95);
}
.accent-primary-600{
    accent-color: #3DBB7F;
}
.accent-primary-600\/0{
    accent-color: rgb(61 187 127 / 0);
}
.accent-primary-600\/10{
    accent-color: rgb(61 187 127 / 0.1);
}
.accent-primary-600\/100{
    accent-color: rgb(61 187 127 / 1);
}
.accent-primary-600\/15{
    accent-color: rgb(61 187 127 / 0.15);
}
.accent-primary-600\/20{
    accent-color: rgb(61 187 127 / 0.2);
}
.accent-primary-600\/25{
    accent-color: rgb(61 187 127 / 0.25);
}
.accent-primary-600\/30{
    accent-color: rgb(61 187 127 / 0.3);
}
.accent-primary-600\/35{
    accent-color: rgb(61 187 127 / 0.35);
}
.accent-primary-600\/40{
    accent-color: rgb(61 187 127 / 0.4);
}
.accent-primary-600\/45{
    accent-color: rgb(61 187 127 / 0.45);
}
.accent-primary-600\/5{
    accent-color: rgb(61 187 127 / 0.05);
}
.accent-primary-600\/50{
    accent-color: rgb(61 187 127 / 0.5);
}
.accent-primary-600\/55{
    accent-color: rgb(61 187 127 / 0.55);
}
.accent-primary-600\/60{
    accent-color: rgb(61 187 127 / 0.6);
}
.accent-primary-600\/65{
    accent-color: rgb(61 187 127 / 0.65);
}
.accent-primary-600\/70{
    accent-color: rgb(61 187 127 / 0.7);
}
.accent-primary-600\/75{
    accent-color: rgb(61 187 127 / 0.75);
}
.accent-primary-600\/80{
    accent-color: rgb(61 187 127 / 0.8);
}
.accent-primary-600\/85{
    accent-color: rgb(61 187 127 / 0.85);
}
.accent-primary-600\/90{
    accent-color: rgb(61 187 127 / 0.9);
}
.accent-primary-600\/95{
    accent-color: rgb(61 187 127 / 0.95);
}
.accent-primary-700{
    accent-color: #399B6D;
}
.accent-primary-700\/0{
    accent-color: rgb(57 155 109 / 0);
}
.accent-primary-700\/10{
    accent-color: rgb(57 155 109 / 0.1);
}
.accent-primary-700\/100{
    accent-color: rgb(57 155 109 / 1);
}
.accent-primary-700\/15{
    accent-color: rgb(57 155 109 / 0.15);
}
.accent-primary-700\/20{
    accent-color: rgb(57 155 109 / 0.2);
}
.accent-primary-700\/25{
    accent-color: rgb(57 155 109 / 0.25);
}
.accent-primary-700\/30{
    accent-color: rgb(57 155 109 / 0.3);
}
.accent-primary-700\/35{
    accent-color: rgb(57 155 109 / 0.35);
}
.accent-primary-700\/40{
    accent-color: rgb(57 155 109 / 0.4);
}
.accent-primary-700\/45{
    accent-color: rgb(57 155 109 / 0.45);
}
.accent-primary-700\/5{
    accent-color: rgb(57 155 109 / 0.05);
}
.accent-primary-700\/50{
    accent-color: rgb(57 155 109 / 0.5);
}
.accent-primary-700\/55{
    accent-color: rgb(57 155 109 / 0.55);
}
.accent-primary-700\/60{
    accent-color: rgb(57 155 109 / 0.6);
}
.accent-primary-700\/65{
    accent-color: rgb(57 155 109 / 0.65);
}
.accent-primary-700\/70{
    accent-color: rgb(57 155 109 / 0.7);
}
.accent-primary-700\/75{
    accent-color: rgb(57 155 109 / 0.75);
}
.accent-primary-700\/80{
    accent-color: rgb(57 155 109 / 0.8);
}
.accent-primary-700\/85{
    accent-color: rgb(57 155 109 / 0.85);
}
.accent-primary-700\/90{
    accent-color: rgb(57 155 109 / 0.9);
}
.accent-primary-700\/95{
    accent-color: rgb(57 155 109 / 0.95);
}
.accent-primary-80{
    accent-color: #3DBB7F;
}
.accent-primary-80\/0{
    accent-color: rgb(61 187 127 / 0);
}
.accent-primary-80\/10{
    accent-color: rgb(61 187 127 / 0.1);
}
.accent-primary-80\/100{
    accent-color: rgb(61 187 127 / 1);
}
.accent-primary-80\/15{
    accent-color: rgb(61 187 127 / 0.15);
}
.accent-primary-80\/20{
    accent-color: rgb(61 187 127 / 0.2);
}
.accent-primary-80\/25{
    accent-color: rgb(61 187 127 / 0.25);
}
.accent-primary-80\/30{
    accent-color: rgb(61 187 127 / 0.3);
}
.accent-primary-80\/35{
    accent-color: rgb(61 187 127 / 0.35);
}
.accent-primary-80\/40{
    accent-color: rgb(61 187 127 / 0.4);
}
.accent-primary-80\/45{
    accent-color: rgb(61 187 127 / 0.45);
}
.accent-primary-80\/5{
    accent-color: rgb(61 187 127 / 0.05);
}
.accent-primary-80\/50{
    accent-color: rgb(61 187 127 / 0.5);
}
.accent-primary-80\/55{
    accent-color: rgb(61 187 127 / 0.55);
}
.accent-primary-80\/60{
    accent-color: rgb(61 187 127 / 0.6);
}
.accent-primary-80\/65{
    accent-color: rgb(61 187 127 / 0.65);
}
.accent-primary-80\/70{
    accent-color: rgb(61 187 127 / 0.7);
}
.accent-primary-80\/75{
    accent-color: rgb(61 187 127 / 0.75);
}
.accent-primary-80\/80{
    accent-color: rgb(61 187 127 / 0.8);
}
.accent-primary-80\/85{
    accent-color: rgb(61 187 127 / 0.85);
}
.accent-primary-80\/90{
    accent-color: rgb(61 187 127 / 0.9);
}
.accent-primary-80\/95{
    accent-color: rgb(61 187 127 / 0.95);
}
.accent-primary-800{
    accent-color: #0A4429;
}
.accent-primary-800\/0{
    accent-color: rgb(10 68 41 / 0);
}
.accent-primary-800\/10{
    accent-color: rgb(10 68 41 / 0.1);
}
.accent-primary-800\/100{
    accent-color: rgb(10 68 41 / 1);
}
.accent-primary-800\/15{
    accent-color: rgb(10 68 41 / 0.15);
}
.accent-primary-800\/20{
    accent-color: rgb(10 68 41 / 0.2);
}
.accent-primary-800\/25{
    accent-color: rgb(10 68 41 / 0.25);
}
.accent-primary-800\/30{
    accent-color: rgb(10 68 41 / 0.3);
}
.accent-primary-800\/35{
    accent-color: rgb(10 68 41 / 0.35);
}
.accent-primary-800\/40{
    accent-color: rgb(10 68 41 / 0.4);
}
.accent-primary-800\/45{
    accent-color: rgb(10 68 41 / 0.45);
}
.accent-primary-800\/5{
    accent-color: rgb(10 68 41 / 0.05);
}
.accent-primary-800\/50{
    accent-color: rgb(10 68 41 / 0.5);
}
.accent-primary-800\/55{
    accent-color: rgb(10 68 41 / 0.55);
}
.accent-primary-800\/60{
    accent-color: rgb(10 68 41 / 0.6);
}
.accent-primary-800\/65{
    accent-color: rgb(10 68 41 / 0.65);
}
.accent-primary-800\/70{
    accent-color: rgb(10 68 41 / 0.7);
}
.accent-primary-800\/75{
    accent-color: rgb(10 68 41 / 0.75);
}
.accent-primary-800\/80{
    accent-color: rgb(10 68 41 / 0.8);
}
.accent-primary-800\/85{
    accent-color: rgb(10 68 41 / 0.85);
}
.accent-primary-800\/90{
    accent-color: rgb(10 68 41 / 0.9);
}
.accent-primary-800\/95{
    accent-color: rgb(10 68 41 / 0.95);
}
.accent-primary-900{
    accent-color: #1C3B2D;
}
.accent-primary-900\/0{
    accent-color: rgb(28 59 45 / 0);
}
.accent-primary-900\/10{
    accent-color: rgb(28 59 45 / 0.1);
}
.accent-primary-900\/100{
    accent-color: rgb(28 59 45 / 1);
}
.accent-primary-900\/15{
    accent-color: rgb(28 59 45 / 0.15);
}
.accent-primary-900\/20{
    accent-color: rgb(28 59 45 / 0.2);
}
.accent-primary-900\/25{
    accent-color: rgb(28 59 45 / 0.25);
}
.accent-primary-900\/30{
    accent-color: rgb(28 59 45 / 0.3);
}
.accent-primary-900\/35{
    accent-color: rgb(28 59 45 / 0.35);
}
.accent-primary-900\/40{
    accent-color: rgb(28 59 45 / 0.4);
}
.accent-primary-900\/45{
    accent-color: rgb(28 59 45 / 0.45);
}
.accent-primary-900\/5{
    accent-color: rgb(28 59 45 / 0.05);
}
.accent-primary-900\/50{
    accent-color: rgb(28 59 45 / 0.5);
}
.accent-primary-900\/55{
    accent-color: rgb(28 59 45 / 0.55);
}
.accent-primary-900\/60{
    accent-color: rgb(28 59 45 / 0.6);
}
.accent-primary-900\/65{
    accent-color: rgb(28 59 45 / 0.65);
}
.accent-primary-900\/70{
    accent-color: rgb(28 59 45 / 0.7);
}
.accent-primary-900\/75{
    accent-color: rgb(28 59 45 / 0.75);
}
.accent-primary-900\/80{
    accent-color: rgb(28 59 45 / 0.8);
}
.accent-primary-900\/85{
    accent-color: rgb(28 59 45 / 0.85);
}
.accent-primary-900\/90{
    accent-color: rgb(28 59 45 / 0.9);
}
.accent-primary-900\/95{
    accent-color: rgb(28 59 45 / 0.95);
}
.accent-primary-950{
    accent-color: #141C18;
}
.accent-primary-950\/0{
    accent-color: rgb(20 28 24 / 0);
}
.accent-primary-950\/10{
    accent-color: rgb(20 28 24 / 0.1);
}
.accent-primary-950\/100{
    accent-color: rgb(20 28 24 / 1);
}
.accent-primary-950\/15{
    accent-color: rgb(20 28 24 / 0.15);
}
.accent-primary-950\/20{
    accent-color: rgb(20 28 24 / 0.2);
}
.accent-primary-950\/25{
    accent-color: rgb(20 28 24 / 0.25);
}
.accent-primary-950\/30{
    accent-color: rgb(20 28 24 / 0.3);
}
.accent-primary-950\/35{
    accent-color: rgb(20 28 24 / 0.35);
}
.accent-primary-950\/40{
    accent-color: rgb(20 28 24 / 0.4);
}
.accent-primary-950\/45{
    accent-color: rgb(20 28 24 / 0.45);
}
.accent-primary-950\/5{
    accent-color: rgb(20 28 24 / 0.05);
}
.accent-primary-950\/50{
    accent-color: rgb(20 28 24 / 0.5);
}
.accent-primary-950\/55{
    accent-color: rgb(20 28 24 / 0.55);
}
.accent-primary-950\/60{
    accent-color: rgb(20 28 24 / 0.6);
}
.accent-primary-950\/65{
    accent-color: rgb(20 28 24 / 0.65);
}
.accent-primary-950\/70{
    accent-color: rgb(20 28 24 / 0.7);
}
.accent-primary-950\/75{
    accent-color: rgb(20 28 24 / 0.75);
}
.accent-primary-950\/80{
    accent-color: rgb(20 28 24 / 0.8);
}
.accent-primary-950\/85{
    accent-color: rgb(20 28 24 / 0.85);
}
.accent-primary-950\/90{
    accent-color: rgb(20 28 24 / 0.9);
}
.accent-primary-950\/95{
    accent-color: rgb(20 28 24 / 0.95);
}
.accent-primary-dark{
    accent-color: #0A4429;
}
.accent-primary-dark\/0{
    accent-color: rgb(10 68 41 / 0);
}
.accent-primary-dark\/10{
    accent-color: rgb(10 68 41 / 0.1);
}
.accent-primary-dark\/100{
    accent-color: rgb(10 68 41 / 1);
}
.accent-primary-dark\/15{
    accent-color: rgb(10 68 41 / 0.15);
}
.accent-primary-dark\/20{
    accent-color: rgb(10 68 41 / 0.2);
}
.accent-primary-dark\/25{
    accent-color: rgb(10 68 41 / 0.25);
}
.accent-primary-dark\/30{
    accent-color: rgb(10 68 41 / 0.3);
}
.accent-primary-dark\/35{
    accent-color: rgb(10 68 41 / 0.35);
}
.accent-primary-dark\/40{
    accent-color: rgb(10 68 41 / 0.4);
}
.accent-primary-dark\/45{
    accent-color: rgb(10 68 41 / 0.45);
}
.accent-primary-dark\/5{
    accent-color: rgb(10 68 41 / 0.05);
}
.accent-primary-dark\/50{
    accent-color: rgb(10 68 41 / 0.5);
}
.accent-primary-dark\/55{
    accent-color: rgb(10 68 41 / 0.55);
}
.accent-primary-dark\/60{
    accent-color: rgb(10 68 41 / 0.6);
}
.accent-primary-dark\/65{
    accent-color: rgb(10 68 41 / 0.65);
}
.accent-primary-dark\/70{
    accent-color: rgb(10 68 41 / 0.7);
}
.accent-primary-dark\/75{
    accent-color: rgb(10 68 41 / 0.75);
}
.accent-primary-dark\/80{
    accent-color: rgb(10 68 41 / 0.8);
}
.accent-primary-dark\/85{
    accent-color: rgb(10 68 41 / 0.85);
}
.accent-primary-dark\/90{
    accent-color: rgb(10 68 41 / 0.9);
}
.accent-primary-dark\/95{
    accent-color: rgb(10 68 41 / 0.95);
}
.accent-primary-light{
    accent-color: #C6EEDB;
}
.accent-primary-light\/0{
    accent-color: rgb(198 238 219 / 0);
}
.accent-primary-light\/10{
    accent-color: rgb(198 238 219 / 0.1);
}
.accent-primary-light\/100{
    accent-color: rgb(198 238 219 / 1);
}
.accent-primary-light\/15{
    accent-color: rgb(198 238 219 / 0.15);
}
.accent-primary-light\/20{
    accent-color: rgb(198 238 219 / 0.2);
}
.accent-primary-light\/25{
    accent-color: rgb(198 238 219 / 0.25);
}
.accent-primary-light\/30{
    accent-color: rgb(198 238 219 / 0.3);
}
.accent-primary-light\/35{
    accent-color: rgb(198 238 219 / 0.35);
}
.accent-primary-light\/40{
    accent-color: rgb(198 238 219 / 0.4);
}
.accent-primary-light\/45{
    accent-color: rgb(198 238 219 / 0.45);
}
.accent-primary-light\/5{
    accent-color: rgb(198 238 219 / 0.05);
}
.accent-primary-light\/50{
    accent-color: rgb(198 238 219 / 0.5);
}
.accent-primary-light\/55{
    accent-color: rgb(198 238 219 / 0.55);
}
.accent-primary-light\/60{
    accent-color: rgb(198 238 219 / 0.6);
}
.accent-primary-light\/65{
    accent-color: rgb(198 238 219 / 0.65);
}
.accent-primary-light\/70{
    accent-color: rgb(198 238 219 / 0.7);
}
.accent-primary-light\/75{
    accent-color: rgb(198 238 219 / 0.75);
}
.accent-primary-light\/80{
    accent-color: rgb(198 238 219 / 0.8);
}
.accent-primary-light\/85{
    accent-color: rgb(198 238 219 / 0.85);
}
.accent-primary-light\/90{
    accent-color: rgb(198 238 219 / 0.9);
}
.accent-primary-light\/95{
    accent-color: rgb(198 238 219 / 0.95);
}
.accent-primary\/0{
    accent-color: rgb(72 229 155 / 0);
}
.accent-primary\/10{
    accent-color: rgb(72 229 155 / 0.1);
}
.accent-primary\/100{
    accent-color: rgb(72 229 155 / 1);
}
.accent-primary\/15{
    accent-color: rgb(72 229 155 / 0.15);
}
.accent-primary\/20{
    accent-color: rgb(72 229 155 / 0.2);
}
.accent-primary\/25{
    accent-color: rgb(72 229 155 / 0.25);
}
.accent-primary\/30{
    accent-color: rgb(72 229 155 / 0.3);
}
.accent-primary\/35{
    accent-color: rgb(72 229 155 / 0.35);
}
.accent-primary\/40{
    accent-color: rgb(72 229 155 / 0.4);
}
.accent-primary\/45{
    accent-color: rgb(72 229 155 / 0.45);
}
.accent-primary\/5{
    accent-color: rgb(72 229 155 / 0.05);
}
.accent-primary\/50{
    accent-color: rgb(72 229 155 / 0.5);
}
.accent-primary\/55{
    accent-color: rgb(72 229 155 / 0.55);
}
.accent-primary\/60{
    accent-color: rgb(72 229 155 / 0.6);
}
.accent-primary\/65{
    accent-color: rgb(72 229 155 / 0.65);
}
.accent-primary\/70{
    accent-color: rgb(72 229 155 / 0.7);
}
.accent-primary\/75{
    accent-color: rgb(72 229 155 / 0.75);
}
.accent-primary\/80{
    accent-color: rgb(72 229 155 / 0.8);
}
.accent-primary\/85{
    accent-color: rgb(72 229 155 / 0.85);
}
.accent-primary\/90{
    accent-color: rgb(72 229 155 / 0.9);
}
.accent-primary\/95{
    accent-color: rgb(72 229 155 / 0.95);
}
.accent-secondary{
    accent-color: #015AD5;
}
.accent-secondary-500{
    accent-color: #015AD5;
}
.accent-secondary-500\/0{
    accent-color: rgb(1 90 213 / 0);
}
.accent-secondary-500\/10{
    accent-color: rgb(1 90 213 / 0.1);
}
.accent-secondary-500\/100{
    accent-color: rgb(1 90 213 / 1);
}
.accent-secondary-500\/15{
    accent-color: rgb(1 90 213 / 0.15);
}
.accent-secondary-500\/20{
    accent-color: rgb(1 90 213 / 0.2);
}
.accent-secondary-500\/25{
    accent-color: rgb(1 90 213 / 0.25);
}
.accent-secondary-500\/30{
    accent-color: rgb(1 90 213 / 0.3);
}
.accent-secondary-500\/35{
    accent-color: rgb(1 90 213 / 0.35);
}
.accent-secondary-500\/40{
    accent-color: rgb(1 90 213 / 0.4);
}
.accent-secondary-500\/45{
    accent-color: rgb(1 90 213 / 0.45);
}
.accent-secondary-500\/5{
    accent-color: rgb(1 90 213 / 0.05);
}
.accent-secondary-500\/50{
    accent-color: rgb(1 90 213 / 0.5);
}
.accent-secondary-500\/55{
    accent-color: rgb(1 90 213 / 0.55);
}
.accent-secondary-500\/60{
    accent-color: rgb(1 90 213 / 0.6);
}
.accent-secondary-500\/65{
    accent-color: rgb(1 90 213 / 0.65);
}
.accent-secondary-500\/70{
    accent-color: rgb(1 90 213 / 0.7);
}
.accent-secondary-500\/75{
    accent-color: rgb(1 90 213 / 0.75);
}
.accent-secondary-500\/80{
    accent-color: rgb(1 90 213 / 0.8);
}
.accent-secondary-500\/85{
    accent-color: rgb(1 90 213 / 0.85);
}
.accent-secondary-500\/90{
    accent-color: rgb(1 90 213 / 0.9);
}
.accent-secondary-500\/95{
    accent-color: rgb(1 90 213 / 0.95);
}
.accent-secondary\/0{
    accent-color: rgb(1 90 213 / 0);
}
.accent-secondary\/10{
    accent-color: rgb(1 90 213 / 0.1);
}
.accent-secondary\/100{
    accent-color: rgb(1 90 213 / 1);
}
.accent-secondary\/15{
    accent-color: rgb(1 90 213 / 0.15);
}
.accent-secondary\/20{
    accent-color: rgb(1 90 213 / 0.2);
}
.accent-secondary\/25{
    accent-color: rgb(1 90 213 / 0.25);
}
.accent-secondary\/30{
    accent-color: rgb(1 90 213 / 0.3);
}
.accent-secondary\/35{
    accent-color: rgb(1 90 213 / 0.35);
}
.accent-secondary\/40{
    accent-color: rgb(1 90 213 / 0.4);
}
.accent-secondary\/45{
    accent-color: rgb(1 90 213 / 0.45);
}
.accent-secondary\/5{
    accent-color: rgb(1 90 213 / 0.05);
}
.accent-secondary\/50{
    accent-color: rgb(1 90 213 / 0.5);
}
.accent-secondary\/55{
    accent-color: rgb(1 90 213 / 0.55);
}
.accent-secondary\/60{
    accent-color: rgb(1 90 213 / 0.6);
}
.accent-secondary\/65{
    accent-color: rgb(1 90 213 / 0.65);
}
.accent-secondary\/70{
    accent-color: rgb(1 90 213 / 0.7);
}
.accent-secondary\/75{
    accent-color: rgb(1 90 213 / 0.75);
}
.accent-secondary\/80{
    accent-color: rgb(1 90 213 / 0.8);
}
.accent-secondary\/85{
    accent-color: rgb(1 90 213 / 0.85);
}
.accent-secondary\/90{
    accent-color: rgb(1 90 213 / 0.9);
}
.accent-secondary\/95{
    accent-color: rgb(1 90 213 / 0.95);
}
.opacity-0{
    opacity: 0;
}
.opacity-20{
    opacity: 0.2;
}
.opacity-30{
    opacity: 0.3;
}
.opacity-40{
    opacity: 0.4;
}
.opacity-50{
    opacity: 0.5;
}
.opacity-60{
    opacity: 0.6;
}
.opacity-70{
    opacity: 0.7;
}
.opacity-80{
    opacity: 0.8;
}
.shadow-black-brand{
    --tw-shadow-color: #313131;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black-brand\/0{
    --tw-shadow-color: rgb(49 49 49 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black-brand\/10{
    --tw-shadow-color: rgb(49 49 49 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black-brand\/100{
    --tw-shadow-color: rgb(49 49 49 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black-brand\/15{
    --tw-shadow-color: rgb(49 49 49 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black-brand\/20{
    --tw-shadow-color: rgb(49 49 49 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black-brand\/25{
    --tw-shadow-color: rgb(49 49 49 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black-brand\/30{
    --tw-shadow-color: rgb(49 49 49 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black-brand\/35{
    --tw-shadow-color: rgb(49 49 49 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black-brand\/40{
    --tw-shadow-color: rgb(49 49 49 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black-brand\/45{
    --tw-shadow-color: rgb(49 49 49 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black-brand\/5{
    --tw-shadow-color: rgb(49 49 49 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black-brand\/50{
    --tw-shadow-color: rgb(49 49 49 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black-brand\/55{
    --tw-shadow-color: rgb(49 49 49 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black-brand\/60{
    --tw-shadow-color: rgb(49 49 49 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black-brand\/65{
    --tw-shadow-color: rgb(49 49 49 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black-brand\/70{
    --tw-shadow-color: rgb(49 49 49 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black-brand\/75{
    --tw-shadow-color: rgb(49 49 49 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black-brand\/80{
    --tw-shadow-color: rgb(49 49 49 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black-brand\/85{
    --tw-shadow-color: rgb(49 49 49 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black-brand\/90{
    --tw-shadow-color: rgb(49 49 49 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black-brand\/95{
    --tw-shadow-color: rgb(49 49 49 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-100{
    --tw-shadow-color: #c6eedb0d;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-100\/0{
    --tw-shadow-color: rgb(198 238 219 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-100\/10{
    --tw-shadow-color: rgb(198 238 219 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-100\/100{
    --tw-shadow-color: rgb(198 238 219 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-100\/15{
    --tw-shadow-color: rgb(198 238 219 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-100\/20{
    --tw-shadow-color: rgb(198 238 219 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-100\/25{
    --tw-shadow-color: rgb(198 238 219 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-100\/30{
    --tw-shadow-color: rgb(198 238 219 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-100\/35{
    --tw-shadow-color: rgb(198 238 219 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-100\/40{
    --tw-shadow-color: rgb(198 238 219 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-100\/45{
    --tw-shadow-color: rgb(198 238 219 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-100\/5{
    --tw-shadow-color: rgb(198 238 219 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-100\/50{
    --tw-shadow-color: rgb(198 238 219 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-100\/55{
    --tw-shadow-color: rgb(198 238 219 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-100\/60{
    --tw-shadow-color: rgb(198 238 219 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-100\/65{
    --tw-shadow-color: rgb(198 238 219 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-100\/70{
    --tw-shadow-color: rgb(198 238 219 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-100\/75{
    --tw-shadow-color: rgb(198 238 219 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-100\/80{
    --tw-shadow-color: rgb(198 238 219 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-100\/85{
    --tw-shadow-color: rgb(198 238 219 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-100\/90{
    --tw-shadow-color: rgb(198 238 219 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-100\/95{
    --tw-shadow-color: rgb(198 238 219 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-20{
    --tw-shadow-color: #48E59B;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-20\/0{
    --tw-shadow-color: rgb(72 229 155 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-20\/10{
    --tw-shadow-color: rgb(72 229 155 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-20\/100{
    --tw-shadow-color: rgb(72 229 155 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-20\/15{
    --tw-shadow-color: rgb(72 229 155 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-20\/20{
    --tw-shadow-color: rgb(72 229 155 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-20\/25{
    --tw-shadow-color: rgb(72 229 155 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-20\/30{
    --tw-shadow-color: rgb(72 229 155 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-20\/35{
    --tw-shadow-color: rgb(72 229 155 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-20\/40{
    --tw-shadow-color: rgb(72 229 155 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-20\/45{
    --tw-shadow-color: rgb(72 229 155 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-20\/5{
    --tw-shadow-color: rgb(72 229 155 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-20\/50{
    --tw-shadow-color: rgb(72 229 155 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-20\/55{
    --tw-shadow-color: rgb(72 229 155 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-20\/60{
    --tw-shadow-color: rgb(72 229 155 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-20\/65{
    --tw-shadow-color: rgb(72 229 155 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-20\/70{
    --tw-shadow-color: rgb(72 229 155 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-20\/75{
    --tw-shadow-color: rgb(72 229 155 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-20\/80{
    --tw-shadow-color: rgb(72 229 155 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-20\/85{
    --tw-shadow-color: rgb(72 229 155 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-20\/90{
    --tw-shadow-color: rgb(72 229 155 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-20\/95{
    --tw-shadow-color: rgb(72 229 155 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-200{
    --tw-shadow-color: #c6eedb33;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-200\/0{
    --tw-shadow-color: rgb(198 238 219 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-200\/10{
    --tw-shadow-color: rgb(198 238 219 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-200\/100{
    --tw-shadow-color: rgb(198 238 219 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-200\/15{
    --tw-shadow-color: rgb(198 238 219 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-200\/20{
    --tw-shadow-color: rgb(198 238 219 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-200\/25{
    --tw-shadow-color: rgb(198 238 219 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-200\/30{
    --tw-shadow-color: rgb(198 238 219 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-200\/35{
    --tw-shadow-color: rgb(198 238 219 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-200\/40{
    --tw-shadow-color: rgb(198 238 219 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-200\/45{
    --tw-shadow-color: rgb(198 238 219 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-200\/5{
    --tw-shadow-color: rgb(198 238 219 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-200\/50{
    --tw-shadow-color: rgb(198 238 219 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-200\/55{
    --tw-shadow-color: rgb(198 238 219 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-200\/60{
    --tw-shadow-color: rgb(198 238 219 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-200\/65{
    --tw-shadow-color: rgb(198 238 219 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-200\/70{
    --tw-shadow-color: rgb(198 238 219 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-200\/75{
    --tw-shadow-color: rgb(198 238 219 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-200\/80{
    --tw-shadow-color: rgb(198 238 219 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-200\/85{
    --tw-shadow-color: rgb(198 238 219 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-200\/90{
    --tw-shadow-color: rgb(198 238 219 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-200\/95{
    --tw-shadow-color: rgb(198 238 219 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-300{
    --tw-shadow-color: #C6EEDB;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-300\/0{
    --tw-shadow-color: rgb(198 238 219 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-300\/10{
    --tw-shadow-color: rgb(198 238 219 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-300\/100{
    --tw-shadow-color: rgb(198 238 219 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-300\/15{
    --tw-shadow-color: rgb(198 238 219 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-300\/20{
    --tw-shadow-color: rgb(198 238 219 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-300\/25{
    --tw-shadow-color: rgb(198 238 219 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-300\/30{
    --tw-shadow-color: rgb(198 238 219 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-300\/35{
    --tw-shadow-color: rgb(198 238 219 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-300\/40{
    --tw-shadow-color: rgb(198 238 219 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-300\/45{
    --tw-shadow-color: rgb(198 238 219 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-300\/5{
    --tw-shadow-color: rgb(198 238 219 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-300\/50{
    --tw-shadow-color: rgb(198 238 219 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-300\/55{
    --tw-shadow-color: rgb(198 238 219 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-300\/60{
    --tw-shadow-color: rgb(198 238 219 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-300\/65{
    --tw-shadow-color: rgb(198 238 219 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-300\/70{
    --tw-shadow-color: rgb(198 238 219 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-300\/75{
    --tw-shadow-color: rgb(198 238 219 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-300\/80{
    --tw-shadow-color: rgb(198 238 219 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-300\/85{
    --tw-shadow-color: rgb(198 238 219 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-300\/90{
    --tw-shadow-color: rgb(198 238 219 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-300\/95{
    --tw-shadow-color: rgb(198 238 219 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-black{
    --tw-shadow-color: #111111;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-black\/0{
    --tw-shadow-color: rgb(17 17 17 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-black\/10{
    --tw-shadow-color: rgb(17 17 17 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-black\/100{
    --tw-shadow-color: rgb(17 17 17 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-black\/15{
    --tw-shadow-color: rgb(17 17 17 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-black\/20{
    --tw-shadow-color: rgb(17 17 17 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-black\/25{
    --tw-shadow-color: rgb(17 17 17 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-black\/30{
    --tw-shadow-color: rgb(17 17 17 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-black\/35{
    --tw-shadow-color: rgb(17 17 17 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-black\/40{
    --tw-shadow-color: rgb(17 17 17 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-black\/45{
    --tw-shadow-color: rgb(17 17 17 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-black\/5{
    --tw-shadow-color: rgb(17 17 17 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-black\/50{
    --tw-shadow-color: rgb(17 17 17 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-black\/55{
    --tw-shadow-color: rgb(17 17 17 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-black\/60{
    --tw-shadow-color: rgb(17 17 17 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-black\/65{
    --tw-shadow-color: rgb(17 17 17 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-black\/70{
    --tw-shadow-color: rgb(17 17 17 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-black\/75{
    --tw-shadow-color: rgb(17 17 17 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-black\/80{
    --tw-shadow-color: rgb(17 17 17 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-black\/85{
    --tw-shadow-color: rgb(17 17 17 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-black\/90{
    --tw-shadow-color: rgb(17 17 17 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-black\/95{
    --tw-shadow-color: rgb(17 17 17 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-blue{
    --tw-shadow-color: #70A8F4;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-blue\/0{
    --tw-shadow-color: rgb(112 168 244 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-blue\/10{
    --tw-shadow-color: rgb(112 168 244 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-blue\/100{
    --tw-shadow-color: rgb(112 168 244 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-blue\/15{
    --tw-shadow-color: rgb(112 168 244 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-blue\/20{
    --tw-shadow-color: rgb(112 168 244 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-blue\/25{
    --tw-shadow-color: rgb(112 168 244 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-blue\/30{
    --tw-shadow-color: rgb(112 168 244 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-blue\/35{
    --tw-shadow-color: rgb(112 168 244 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-blue\/40{
    --tw-shadow-color: rgb(112 168 244 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-blue\/45{
    --tw-shadow-color: rgb(112 168 244 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-blue\/5{
    --tw-shadow-color: rgb(112 168 244 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-blue\/50{
    --tw-shadow-color: rgb(112 168 244 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-blue\/55{
    --tw-shadow-color: rgb(112 168 244 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-blue\/60{
    --tw-shadow-color: rgb(112 168 244 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-blue\/65{
    --tw-shadow-color: rgb(112 168 244 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-blue\/70{
    --tw-shadow-color: rgb(112 168 244 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-blue\/75{
    --tw-shadow-color: rgb(112 168 244 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-blue\/80{
    --tw-shadow-color: rgb(112 168 244 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-blue\/85{
    --tw-shadow-color: rgb(112 168 244 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-blue\/90{
    --tw-shadow-color: rgb(112 168 244 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-blue\/95{
    --tw-shadow-color: rgb(112 168 244 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-dark{
    --tw-shadow-color: #232C27;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-dark\/0{
    --tw-shadow-color: rgb(35 44 39 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-dark\/10{
    --tw-shadow-color: rgb(35 44 39 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-dark\/100{
    --tw-shadow-color: rgb(35 44 39 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-dark\/15{
    --tw-shadow-color: rgb(35 44 39 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-dark\/20{
    --tw-shadow-color: rgb(35 44 39 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-dark\/25{
    --tw-shadow-color: rgb(35 44 39 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-dark\/30{
    --tw-shadow-color: rgb(35 44 39 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-dark\/35{
    --tw-shadow-color: rgb(35 44 39 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-dark\/40{
    --tw-shadow-color: rgb(35 44 39 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-dark\/45{
    --tw-shadow-color: rgb(35 44 39 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-dark\/5{
    --tw-shadow-color: rgb(35 44 39 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-dark\/50{
    --tw-shadow-color: rgb(35 44 39 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-dark\/55{
    --tw-shadow-color: rgb(35 44 39 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-dark\/60{
    --tw-shadow-color: rgb(35 44 39 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-dark\/65{
    --tw-shadow-color: rgb(35 44 39 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-dark\/70{
    --tw-shadow-color: rgb(35 44 39 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-dark\/75{
    --tw-shadow-color: rgb(35 44 39 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-dark\/80{
    --tw-shadow-color: rgb(35 44 39 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-dark\/85{
    --tw-shadow-color: rgb(35 44 39 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-dark\/90{
    --tw-shadow-color: rgb(35 44 39 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-dark\/95{
    --tw-shadow-color: rgb(35 44 39 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-green{
    --tw-shadow-color: #48E59B;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-green\/0{
    --tw-shadow-color: rgb(72 229 155 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-green\/10{
    --tw-shadow-color: rgb(72 229 155 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-green\/100{
    --tw-shadow-color: rgb(72 229 155 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-green\/15{
    --tw-shadow-color: rgb(72 229 155 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-green\/20{
    --tw-shadow-color: rgb(72 229 155 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-green\/25{
    --tw-shadow-color: rgb(72 229 155 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-green\/30{
    --tw-shadow-color: rgb(72 229 155 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-green\/35{
    --tw-shadow-color: rgb(72 229 155 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-green\/40{
    --tw-shadow-color: rgb(72 229 155 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-green\/45{
    --tw-shadow-color: rgb(72 229 155 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-green\/5{
    --tw-shadow-color: rgb(72 229 155 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-green\/50{
    --tw-shadow-color: rgb(72 229 155 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-green\/55{
    --tw-shadow-color: rgb(72 229 155 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-green\/60{
    --tw-shadow-color: rgb(72 229 155 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-green\/65{
    --tw-shadow-color: rgb(72 229 155 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-green\/70{
    --tw-shadow-color: rgb(72 229 155 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-green\/75{
    --tw-shadow-color: rgb(72 229 155 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-green\/80{
    --tw-shadow-color: rgb(72 229 155 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-green\/85{
    --tw-shadow-color: rgb(72 229 155 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-green\/90{
    --tw-shadow-color: rgb(72 229 155 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-green\/95{
    --tw-shadow-color: rgb(72 229 155 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-light{
    --tw-shadow-color: #C6EEDB;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-light\/0{
    --tw-shadow-color: rgb(198 238 219 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-light\/10{
    --tw-shadow-color: rgb(198 238 219 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-light\/100{
    --tw-shadow-color: rgb(198 238 219 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-light\/15{
    --tw-shadow-color: rgb(198 238 219 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-light\/20{
    --tw-shadow-color: rgb(198 238 219 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-light\/25{
    --tw-shadow-color: rgb(198 238 219 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-light\/30{
    --tw-shadow-color: rgb(198 238 219 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-light\/35{
    --tw-shadow-color: rgb(198 238 219 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-light\/40{
    --tw-shadow-color: rgb(198 238 219 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-light\/45{
    --tw-shadow-color: rgb(198 238 219 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-light\/5{
    --tw-shadow-color: rgb(198 238 219 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-light\/50{
    --tw-shadow-color: rgb(198 238 219 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-light\/55{
    --tw-shadow-color: rgb(198 238 219 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-light\/60{
    --tw-shadow-color: rgb(198 238 219 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-light\/65{
    --tw-shadow-color: rgb(198 238 219 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-light\/70{
    --tw-shadow-color: rgb(198 238 219 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-light\/75{
    --tw-shadow-color: rgb(198 238 219 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-light\/80{
    --tw-shadow-color: rgb(198 238 219 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-light\/85{
    --tw-shadow-color: rgb(198 238 219 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-light\/90{
    --tw-shadow-color: rgb(198 238 219 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-light\/95{
    --tw-shadow-color: rgb(198 238 219 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error{
    --tw-shadow-color: #FF3C3C;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-10{
    --tw-shadow-color: #291515;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-10\/0{
    --tw-shadow-color: rgb(41 21 21 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-10\/10{
    --tw-shadow-color: rgb(41 21 21 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-10\/100{
    --tw-shadow-color: rgb(41 21 21 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-10\/15{
    --tw-shadow-color: rgb(41 21 21 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-10\/20{
    --tw-shadow-color: rgb(41 21 21 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-10\/25{
    --tw-shadow-color: rgb(41 21 21 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-10\/30{
    --tw-shadow-color: rgb(41 21 21 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-10\/35{
    --tw-shadow-color: rgb(41 21 21 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-10\/40{
    --tw-shadow-color: rgb(41 21 21 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-10\/45{
    --tw-shadow-color: rgb(41 21 21 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-10\/5{
    --tw-shadow-color: rgb(41 21 21 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-10\/50{
    --tw-shadow-color: rgb(41 21 21 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-10\/55{
    --tw-shadow-color: rgb(41 21 21 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-10\/60{
    --tw-shadow-color: rgb(41 21 21 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-10\/65{
    --tw-shadow-color: rgb(41 21 21 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-10\/70{
    --tw-shadow-color: rgb(41 21 21 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-10\/75{
    --tw-shadow-color: rgb(41 21 21 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-10\/80{
    --tw-shadow-color: rgb(41 21 21 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-10\/85{
    --tw-shadow-color: rgb(41 21 21 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-10\/90{
    --tw-shadow-color: rgb(41 21 21 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-10\/95{
    --tw-shadow-color: rgb(41 21 21 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-100{
    --tw-shadow-color: #FFC7C7;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-100\/0{
    --tw-shadow-color: rgb(255 199 199 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-100\/10{
    --tw-shadow-color: rgb(255 199 199 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-100\/100{
    --tw-shadow-color: rgb(255 199 199 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-100\/15{
    --tw-shadow-color: rgb(255 199 199 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-100\/20{
    --tw-shadow-color: rgb(255 199 199 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-100\/25{
    --tw-shadow-color: rgb(255 199 199 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-100\/30{
    --tw-shadow-color: rgb(255 199 199 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-100\/35{
    --tw-shadow-color: rgb(255 199 199 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-100\/40{
    --tw-shadow-color: rgb(255 199 199 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-100\/45{
    --tw-shadow-color: rgb(255 199 199 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-100\/5{
    --tw-shadow-color: rgb(255 199 199 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-100\/50{
    --tw-shadow-color: rgb(255 199 199 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-100\/55{
    --tw-shadow-color: rgb(255 199 199 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-100\/60{
    --tw-shadow-color: rgb(255 199 199 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-100\/65{
    --tw-shadow-color: rgb(255 199 199 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-100\/70{
    --tw-shadow-color: rgb(255 199 199 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-100\/75{
    --tw-shadow-color: rgb(255 199 199 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-100\/80{
    --tw-shadow-color: rgb(255 199 199 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-100\/85{
    --tw-shadow-color: rgb(255 199 199 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-100\/90{
    --tw-shadow-color: rgb(255 199 199 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-100\/95{
    --tw-shadow-color: rgb(255 199 199 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-15{
    --tw-shadow-color: #351717;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-15\/0{
    --tw-shadow-color: rgb(53 23 23 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-15\/10{
    --tw-shadow-color: rgb(53 23 23 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-15\/100{
    --tw-shadow-color: rgb(53 23 23 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-15\/15{
    --tw-shadow-color: rgb(53 23 23 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-15\/20{
    --tw-shadow-color: rgb(53 23 23 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-15\/25{
    --tw-shadow-color: rgb(53 23 23 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-15\/30{
    --tw-shadow-color: rgb(53 23 23 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-15\/35{
    --tw-shadow-color: rgb(53 23 23 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-15\/40{
    --tw-shadow-color: rgb(53 23 23 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-15\/45{
    --tw-shadow-color: rgb(53 23 23 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-15\/5{
    --tw-shadow-color: rgb(53 23 23 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-15\/50{
    --tw-shadow-color: rgb(53 23 23 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-15\/55{
    --tw-shadow-color: rgb(53 23 23 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-15\/60{
    --tw-shadow-color: rgb(53 23 23 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-15\/65{
    --tw-shadow-color: rgb(53 23 23 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-15\/70{
    --tw-shadow-color: rgb(53 23 23 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-15\/75{
    --tw-shadow-color: rgb(53 23 23 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-15\/80{
    --tw-shadow-color: rgb(53 23 23 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-15\/85{
    --tw-shadow-color: rgb(53 23 23 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-15\/90{
    --tw-shadow-color: rgb(53 23 23 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-15\/95{
    --tw-shadow-color: rgb(53 23 23 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-20{
    --tw-shadow-color: #3C1919;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-20\/0{
    --tw-shadow-color: rgb(60 25 25 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-20\/10{
    --tw-shadow-color: rgb(60 25 25 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-20\/100{
    --tw-shadow-color: rgb(60 25 25 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-20\/15{
    --tw-shadow-color: rgb(60 25 25 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-20\/20{
    --tw-shadow-color: rgb(60 25 25 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-20\/25{
    --tw-shadow-color: rgb(60 25 25 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-20\/30{
    --tw-shadow-color: rgb(60 25 25 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-20\/35{
    --tw-shadow-color: rgb(60 25 25 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-20\/40{
    --tw-shadow-color: rgb(60 25 25 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-20\/45{
    --tw-shadow-color: rgb(60 25 25 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-20\/5{
    --tw-shadow-color: rgb(60 25 25 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-20\/50{
    --tw-shadow-color: rgb(60 25 25 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-20\/55{
    --tw-shadow-color: rgb(60 25 25 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-20\/60{
    --tw-shadow-color: rgb(60 25 25 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-20\/65{
    --tw-shadow-color: rgb(60 25 25 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-20\/70{
    --tw-shadow-color: rgb(60 25 25 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-20\/75{
    --tw-shadow-color: rgb(60 25 25 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-20\/80{
    --tw-shadow-color: rgb(60 25 25 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-20\/85{
    --tw-shadow-color: rgb(60 25 25 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-20\/90{
    --tw-shadow-color: rgb(60 25 25 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-20\/95{
    --tw-shadow-color: rgb(60 25 25 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-5{
    --tw-shadow-color: #1D1313;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-5\/0{
    --tw-shadow-color: rgb(29 19 19 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-5\/10{
    --tw-shadow-color: rgb(29 19 19 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-5\/100{
    --tw-shadow-color: rgb(29 19 19 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-5\/15{
    --tw-shadow-color: rgb(29 19 19 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-5\/20{
    --tw-shadow-color: rgb(29 19 19 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-5\/25{
    --tw-shadow-color: rgb(29 19 19 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-5\/30{
    --tw-shadow-color: rgb(29 19 19 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-5\/35{
    --tw-shadow-color: rgb(29 19 19 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-5\/40{
    --tw-shadow-color: rgb(29 19 19 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-5\/45{
    --tw-shadow-color: rgb(29 19 19 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-5\/5{
    --tw-shadow-color: rgb(29 19 19 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-5\/50{
    --tw-shadow-color: rgb(29 19 19 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-5\/55{
    --tw-shadow-color: rgb(29 19 19 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-5\/60{
    --tw-shadow-color: rgb(29 19 19 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-5\/65{
    --tw-shadow-color: rgb(29 19 19 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-5\/70{
    --tw-shadow-color: rgb(29 19 19 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-5\/75{
    --tw-shadow-color: rgb(29 19 19 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-5\/80{
    --tw-shadow-color: rgb(29 19 19 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-5\/85{
    --tw-shadow-color: rgb(29 19 19 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-5\/90{
    --tw-shadow-color: rgb(29 19 19 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-5\/95{
    --tw-shadow-color: rgb(29 19 19 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-500{
    --tw-shadow-color: #FF3C3C;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-500\/0{
    --tw-shadow-color: rgb(255 60 60 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-500\/10{
    --tw-shadow-color: rgb(255 60 60 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-500\/100{
    --tw-shadow-color: rgb(255 60 60 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-500\/15{
    --tw-shadow-color: rgb(255 60 60 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-500\/20{
    --tw-shadow-color: rgb(255 60 60 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-500\/25{
    --tw-shadow-color: rgb(255 60 60 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-500\/30{
    --tw-shadow-color: rgb(255 60 60 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-500\/35{
    --tw-shadow-color: rgb(255 60 60 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-500\/40{
    --tw-shadow-color: rgb(255 60 60 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-500\/45{
    --tw-shadow-color: rgb(255 60 60 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-500\/5{
    --tw-shadow-color: rgb(255 60 60 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-500\/50{
    --tw-shadow-color: rgb(255 60 60 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-500\/55{
    --tw-shadow-color: rgb(255 60 60 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-500\/60{
    --tw-shadow-color: rgb(255 60 60 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-500\/65{
    --tw-shadow-color: rgb(255 60 60 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-500\/70{
    --tw-shadow-color: rgb(255 60 60 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-500\/75{
    --tw-shadow-color: rgb(255 60 60 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-500\/80{
    --tw-shadow-color: rgb(255 60 60 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-500\/85{
    --tw-shadow-color: rgb(255 60 60 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-500\/90{
    --tw-shadow-color: rgb(255 60 60 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-500\/95{
    --tw-shadow-color: rgb(255 60 60 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-900{
    --tw-shadow-color: #3C1919;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-900\/0{
    --tw-shadow-color: rgb(60 25 25 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-900\/10{
    --tw-shadow-color: rgb(60 25 25 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-900\/100{
    --tw-shadow-color: rgb(60 25 25 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-900\/15{
    --tw-shadow-color: rgb(60 25 25 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-900\/20{
    --tw-shadow-color: rgb(60 25 25 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-900\/25{
    --tw-shadow-color: rgb(60 25 25 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-900\/30{
    --tw-shadow-color: rgb(60 25 25 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-900\/35{
    --tw-shadow-color: rgb(60 25 25 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-900\/40{
    --tw-shadow-color: rgb(60 25 25 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-900\/45{
    --tw-shadow-color: rgb(60 25 25 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-900\/5{
    --tw-shadow-color: rgb(60 25 25 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-900\/50{
    --tw-shadow-color: rgb(60 25 25 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-900\/55{
    --tw-shadow-color: rgb(60 25 25 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-900\/60{
    --tw-shadow-color: rgb(60 25 25 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-900\/65{
    --tw-shadow-color: rgb(60 25 25 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-900\/70{
    --tw-shadow-color: rgb(60 25 25 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-900\/75{
    --tw-shadow-color: rgb(60 25 25 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-900\/80{
    --tw-shadow-color: rgb(60 25 25 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-900\/85{
    --tw-shadow-color: rgb(60 25 25 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-900\/90{
    --tw-shadow-color: rgb(60 25 25 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-900\/95{
    --tw-shadow-color: rgb(60 25 25 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-light{
    --tw-shadow-color: #FFC7C7;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-light\/0{
    --tw-shadow-color: rgb(255 199 199 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-light\/10{
    --tw-shadow-color: rgb(255 199 199 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-light\/100{
    --tw-shadow-color: rgb(255 199 199 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-light\/15{
    --tw-shadow-color: rgb(255 199 199 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-light\/20{
    --tw-shadow-color: rgb(255 199 199 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-light\/25{
    --tw-shadow-color: rgb(255 199 199 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-light\/30{
    --tw-shadow-color: rgb(255 199 199 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-light\/35{
    --tw-shadow-color: rgb(255 199 199 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-light\/40{
    --tw-shadow-color: rgb(255 199 199 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-light\/45{
    --tw-shadow-color: rgb(255 199 199 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-light\/5{
    --tw-shadow-color: rgb(255 199 199 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-light\/50{
    --tw-shadow-color: rgb(255 199 199 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-light\/55{
    --tw-shadow-color: rgb(255 199 199 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-light\/60{
    --tw-shadow-color: rgb(255 199 199 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-light\/65{
    --tw-shadow-color: rgb(255 199 199 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-light\/70{
    --tw-shadow-color: rgb(255 199 199 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-light\/75{
    --tw-shadow-color: rgb(255 199 199 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-light\/80{
    --tw-shadow-color: rgb(255 199 199 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-light\/85{
    --tw-shadow-color: rgb(255 199 199 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-light\/90{
    --tw-shadow-color: rgb(255 199 199 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error-light\/95{
    --tw-shadow-color: rgb(255 199 199 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error\/0{
    --tw-shadow-color: rgb(255 60 60 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error\/10{
    --tw-shadow-color: rgb(255 60 60 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error\/100{
    --tw-shadow-color: rgb(255 60 60 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error\/15{
    --tw-shadow-color: rgb(255 60 60 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error\/20{
    --tw-shadow-color: rgb(255 60 60 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error\/25{
    --tw-shadow-color: rgb(255 60 60 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error\/30{
    --tw-shadow-color: rgb(255 60 60 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error\/35{
    --tw-shadow-color: rgb(255 60 60 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error\/40{
    --tw-shadow-color: rgb(255 60 60 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error\/45{
    --tw-shadow-color: rgb(255 60 60 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error\/5{
    --tw-shadow-color: rgb(255 60 60 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error\/50{
    --tw-shadow-color: rgb(255 60 60 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error\/55{
    --tw-shadow-color: rgb(255 60 60 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error\/60{
    --tw-shadow-color: rgb(255 60 60 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error\/65{
    --tw-shadow-color: rgb(255 60 60 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error\/70{
    --tw-shadow-color: rgb(255 60 60 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error\/75{
    --tw-shadow-color: rgb(255 60 60 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error\/80{
    --tw-shadow-color: rgb(255 60 60 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error\/85{
    --tw-shadow-color: rgb(255 60 60 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error\/90{
    --tw-shadow-color: rgb(255 60 60 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-error\/95{
    --tw-shadow-color: rgb(255 60 60 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary{
    --tw-shadow-color: #48E59B;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-20{
    --tw-shadow-color: #1C3B2D;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-20\/0{
    --tw-shadow-color: rgb(28 59 45 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-20\/10{
    --tw-shadow-color: rgb(28 59 45 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-20\/100{
    --tw-shadow-color: rgb(28 59 45 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-20\/15{
    --tw-shadow-color: rgb(28 59 45 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-20\/20{
    --tw-shadow-color: rgb(28 59 45 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-20\/25{
    --tw-shadow-color: rgb(28 59 45 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-20\/30{
    --tw-shadow-color: rgb(28 59 45 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-20\/35{
    --tw-shadow-color: rgb(28 59 45 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-20\/40{
    --tw-shadow-color: rgb(28 59 45 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-20\/45{
    --tw-shadow-color: rgb(28 59 45 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-20\/5{
    --tw-shadow-color: rgb(28 59 45 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-20\/50{
    --tw-shadow-color: rgb(28 59 45 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-20\/55{
    --tw-shadow-color: rgb(28 59 45 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-20\/60{
    --tw-shadow-color: rgb(28 59 45 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-20\/65{
    --tw-shadow-color: rgb(28 59 45 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-20\/70{
    --tw-shadow-color: rgb(28 59 45 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-20\/75{
    --tw-shadow-color: rgb(28 59 45 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-20\/80{
    --tw-shadow-color: rgb(28 59 45 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-20\/85{
    --tw-shadow-color: rgb(28 59 45 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-20\/90{
    --tw-shadow-color: rgb(28 59 45 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-20\/95{
    --tw-shadow-color: rgb(28 59 45 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-200{
    --tw-shadow-color: #C6EEDB;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-200\/0{
    --tw-shadow-color: rgb(198 238 219 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-200\/10{
    --tw-shadow-color: rgb(198 238 219 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-200\/100{
    --tw-shadow-color: rgb(198 238 219 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-200\/15{
    --tw-shadow-color: rgb(198 238 219 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-200\/20{
    --tw-shadow-color: rgb(198 238 219 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-200\/25{
    --tw-shadow-color: rgb(198 238 219 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-200\/30{
    --tw-shadow-color: rgb(198 238 219 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-200\/35{
    --tw-shadow-color: rgb(198 238 219 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-200\/40{
    --tw-shadow-color: rgb(198 238 219 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-200\/45{
    --tw-shadow-color: rgb(198 238 219 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-200\/5{
    --tw-shadow-color: rgb(198 238 219 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-200\/50{
    --tw-shadow-color: rgb(198 238 219 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-200\/55{
    --tw-shadow-color: rgb(198 238 219 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-200\/60{
    --tw-shadow-color: rgb(198 238 219 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-200\/65{
    --tw-shadow-color: rgb(198 238 219 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-200\/70{
    --tw-shadow-color: rgb(198 238 219 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-200\/75{
    --tw-shadow-color: rgb(198 238 219 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-200\/80{
    --tw-shadow-color: rgb(198 238 219 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-200\/85{
    --tw-shadow-color: rgb(198 238 219 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-200\/90{
    --tw-shadow-color: rgb(198 238 219 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-200\/95{
    --tw-shadow-color: rgb(198 238 219 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-5{
    --tw-shadow-color: #141C18;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-5\/0{
    --tw-shadow-color: rgb(20 28 24 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-5\/10{
    --tw-shadow-color: rgb(20 28 24 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-5\/100{
    --tw-shadow-color: rgb(20 28 24 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-5\/15{
    --tw-shadow-color: rgb(20 28 24 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-5\/20{
    --tw-shadow-color: rgb(20 28 24 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-5\/25{
    --tw-shadow-color: rgb(20 28 24 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-5\/30{
    --tw-shadow-color: rgb(20 28 24 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-5\/35{
    --tw-shadow-color: rgb(20 28 24 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-5\/40{
    --tw-shadow-color: rgb(20 28 24 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-5\/45{
    --tw-shadow-color: rgb(20 28 24 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-5\/5{
    --tw-shadow-color: rgb(20 28 24 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-5\/50{
    --tw-shadow-color: rgb(20 28 24 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-5\/55{
    --tw-shadow-color: rgb(20 28 24 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-5\/60{
    --tw-shadow-color: rgb(20 28 24 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-5\/65{
    --tw-shadow-color: rgb(20 28 24 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-5\/70{
    --tw-shadow-color: rgb(20 28 24 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-5\/75{
    --tw-shadow-color: rgb(20 28 24 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-5\/80{
    --tw-shadow-color: rgb(20 28 24 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-5\/85{
    --tw-shadow-color: rgb(20 28 24 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-5\/90{
    --tw-shadow-color: rgb(20 28 24 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-5\/95{
    --tw-shadow-color: rgb(20 28 24 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-500{
    --tw-shadow-color: #48E59B;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-500\/0{
    --tw-shadow-color: rgb(72 229 155 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-500\/10{
    --tw-shadow-color: rgb(72 229 155 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-500\/100{
    --tw-shadow-color: rgb(72 229 155 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-500\/15{
    --tw-shadow-color: rgb(72 229 155 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-500\/20{
    --tw-shadow-color: rgb(72 229 155 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-500\/25{
    --tw-shadow-color: rgb(72 229 155 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-500\/30{
    --tw-shadow-color: rgb(72 229 155 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-500\/35{
    --tw-shadow-color: rgb(72 229 155 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-500\/40{
    --tw-shadow-color: rgb(72 229 155 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-500\/45{
    --tw-shadow-color: rgb(72 229 155 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-500\/5{
    --tw-shadow-color: rgb(72 229 155 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-500\/50{
    --tw-shadow-color: rgb(72 229 155 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-500\/55{
    --tw-shadow-color: rgb(72 229 155 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-500\/60{
    --tw-shadow-color: rgb(72 229 155 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-500\/65{
    --tw-shadow-color: rgb(72 229 155 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-500\/70{
    --tw-shadow-color: rgb(72 229 155 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-500\/75{
    --tw-shadow-color: rgb(72 229 155 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-500\/80{
    --tw-shadow-color: rgb(72 229 155 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-500\/85{
    --tw-shadow-color: rgb(72 229 155 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-500\/90{
    --tw-shadow-color: rgb(72 229 155 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-500\/95{
    --tw-shadow-color: rgb(72 229 155 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-60{
    --tw-shadow-color: #399B6D;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-60\/0{
    --tw-shadow-color: rgb(57 155 109 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-60\/10{
    --tw-shadow-color: rgb(57 155 109 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-60\/100{
    --tw-shadow-color: rgb(57 155 109 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-60\/15{
    --tw-shadow-color: rgb(57 155 109 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-60\/20{
    --tw-shadow-color: rgb(57 155 109 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-60\/25{
    --tw-shadow-color: rgb(57 155 109 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-60\/30{
    --tw-shadow-color: rgb(57 155 109 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-60\/35{
    --tw-shadow-color: rgb(57 155 109 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-60\/40{
    --tw-shadow-color: rgb(57 155 109 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-60\/45{
    --tw-shadow-color: rgb(57 155 109 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-60\/5{
    --tw-shadow-color: rgb(57 155 109 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-60\/50{
    --tw-shadow-color: rgb(57 155 109 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-60\/55{
    --tw-shadow-color: rgb(57 155 109 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-60\/60{
    --tw-shadow-color: rgb(57 155 109 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-60\/65{
    --tw-shadow-color: rgb(57 155 109 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-60\/70{
    --tw-shadow-color: rgb(57 155 109 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-60\/75{
    --tw-shadow-color: rgb(57 155 109 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-60\/80{
    --tw-shadow-color: rgb(57 155 109 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-60\/85{
    --tw-shadow-color: rgb(57 155 109 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-60\/90{
    --tw-shadow-color: rgb(57 155 109 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-60\/95{
    --tw-shadow-color: rgb(57 155 109 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-600{
    --tw-shadow-color: #3DBB7F;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-600\/0{
    --tw-shadow-color: rgb(61 187 127 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-600\/10{
    --tw-shadow-color: rgb(61 187 127 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-600\/100{
    --tw-shadow-color: rgb(61 187 127 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-600\/15{
    --tw-shadow-color: rgb(61 187 127 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-600\/20{
    --tw-shadow-color: rgb(61 187 127 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-600\/25{
    --tw-shadow-color: rgb(61 187 127 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-600\/30{
    --tw-shadow-color: rgb(61 187 127 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-600\/35{
    --tw-shadow-color: rgb(61 187 127 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-600\/40{
    --tw-shadow-color: rgb(61 187 127 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-600\/45{
    --tw-shadow-color: rgb(61 187 127 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-600\/5{
    --tw-shadow-color: rgb(61 187 127 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-600\/50{
    --tw-shadow-color: rgb(61 187 127 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-600\/55{
    --tw-shadow-color: rgb(61 187 127 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-600\/60{
    --tw-shadow-color: rgb(61 187 127 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-600\/65{
    --tw-shadow-color: rgb(61 187 127 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-600\/70{
    --tw-shadow-color: rgb(61 187 127 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-600\/75{
    --tw-shadow-color: rgb(61 187 127 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-600\/80{
    --tw-shadow-color: rgb(61 187 127 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-600\/85{
    --tw-shadow-color: rgb(61 187 127 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-600\/90{
    --tw-shadow-color: rgb(61 187 127 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-600\/95{
    --tw-shadow-color: rgb(61 187 127 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-700{
    --tw-shadow-color: #399B6D;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-700\/0{
    --tw-shadow-color: rgb(57 155 109 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-700\/10{
    --tw-shadow-color: rgb(57 155 109 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-700\/100{
    --tw-shadow-color: rgb(57 155 109 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-700\/15{
    --tw-shadow-color: rgb(57 155 109 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-700\/20{
    --tw-shadow-color: rgb(57 155 109 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-700\/25{
    --tw-shadow-color: rgb(57 155 109 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-700\/30{
    --tw-shadow-color: rgb(57 155 109 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-700\/35{
    --tw-shadow-color: rgb(57 155 109 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-700\/40{
    --tw-shadow-color: rgb(57 155 109 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-700\/45{
    --tw-shadow-color: rgb(57 155 109 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-700\/5{
    --tw-shadow-color: rgb(57 155 109 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-700\/50{
    --tw-shadow-color: rgb(57 155 109 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-700\/55{
    --tw-shadow-color: rgb(57 155 109 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-700\/60{
    --tw-shadow-color: rgb(57 155 109 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-700\/65{
    --tw-shadow-color: rgb(57 155 109 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-700\/70{
    --tw-shadow-color: rgb(57 155 109 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-700\/75{
    --tw-shadow-color: rgb(57 155 109 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-700\/80{
    --tw-shadow-color: rgb(57 155 109 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-700\/85{
    --tw-shadow-color: rgb(57 155 109 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-700\/90{
    --tw-shadow-color: rgb(57 155 109 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-700\/95{
    --tw-shadow-color: rgb(57 155 109 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-80{
    --tw-shadow-color: #3DBB7F;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-80\/0{
    --tw-shadow-color: rgb(61 187 127 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-80\/10{
    --tw-shadow-color: rgb(61 187 127 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-80\/100{
    --tw-shadow-color: rgb(61 187 127 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-80\/15{
    --tw-shadow-color: rgb(61 187 127 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-80\/20{
    --tw-shadow-color: rgb(61 187 127 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-80\/25{
    --tw-shadow-color: rgb(61 187 127 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-80\/30{
    --tw-shadow-color: rgb(61 187 127 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-80\/35{
    --tw-shadow-color: rgb(61 187 127 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-80\/40{
    --tw-shadow-color: rgb(61 187 127 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-80\/45{
    --tw-shadow-color: rgb(61 187 127 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-80\/5{
    --tw-shadow-color: rgb(61 187 127 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-80\/50{
    --tw-shadow-color: rgb(61 187 127 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-80\/55{
    --tw-shadow-color: rgb(61 187 127 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-80\/60{
    --tw-shadow-color: rgb(61 187 127 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-80\/65{
    --tw-shadow-color: rgb(61 187 127 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-80\/70{
    --tw-shadow-color: rgb(61 187 127 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-80\/75{
    --tw-shadow-color: rgb(61 187 127 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-80\/80{
    --tw-shadow-color: rgb(61 187 127 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-80\/85{
    --tw-shadow-color: rgb(61 187 127 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-80\/90{
    --tw-shadow-color: rgb(61 187 127 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-80\/95{
    --tw-shadow-color: rgb(61 187 127 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-800{
    --tw-shadow-color: #0A4429;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-800\/0{
    --tw-shadow-color: rgb(10 68 41 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-800\/10{
    --tw-shadow-color: rgb(10 68 41 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-800\/100{
    --tw-shadow-color: rgb(10 68 41 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-800\/15{
    --tw-shadow-color: rgb(10 68 41 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-800\/20{
    --tw-shadow-color: rgb(10 68 41 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-800\/25{
    --tw-shadow-color: rgb(10 68 41 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-800\/30{
    --tw-shadow-color: rgb(10 68 41 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-800\/35{
    --tw-shadow-color: rgb(10 68 41 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-800\/40{
    --tw-shadow-color: rgb(10 68 41 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-800\/45{
    --tw-shadow-color: rgb(10 68 41 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-800\/5{
    --tw-shadow-color: rgb(10 68 41 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-800\/50{
    --tw-shadow-color: rgb(10 68 41 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-800\/55{
    --tw-shadow-color: rgb(10 68 41 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-800\/60{
    --tw-shadow-color: rgb(10 68 41 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-800\/65{
    --tw-shadow-color: rgb(10 68 41 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-800\/70{
    --tw-shadow-color: rgb(10 68 41 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-800\/75{
    --tw-shadow-color: rgb(10 68 41 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-800\/80{
    --tw-shadow-color: rgb(10 68 41 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-800\/85{
    --tw-shadow-color: rgb(10 68 41 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-800\/90{
    --tw-shadow-color: rgb(10 68 41 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-800\/95{
    --tw-shadow-color: rgb(10 68 41 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-900{
    --tw-shadow-color: #1C3B2D;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-900\/0{
    --tw-shadow-color: rgb(28 59 45 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-900\/10{
    --tw-shadow-color: rgb(28 59 45 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-900\/100{
    --tw-shadow-color: rgb(28 59 45 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-900\/15{
    --tw-shadow-color: rgb(28 59 45 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-900\/20{
    --tw-shadow-color: rgb(28 59 45 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-900\/25{
    --tw-shadow-color: rgb(28 59 45 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-900\/30{
    --tw-shadow-color: rgb(28 59 45 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-900\/35{
    --tw-shadow-color: rgb(28 59 45 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-900\/40{
    --tw-shadow-color: rgb(28 59 45 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-900\/45{
    --tw-shadow-color: rgb(28 59 45 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-900\/5{
    --tw-shadow-color: rgb(28 59 45 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-900\/50{
    --tw-shadow-color: rgb(28 59 45 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-900\/55{
    --tw-shadow-color: rgb(28 59 45 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-900\/60{
    --tw-shadow-color: rgb(28 59 45 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-900\/65{
    --tw-shadow-color: rgb(28 59 45 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-900\/70{
    --tw-shadow-color: rgb(28 59 45 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-900\/75{
    --tw-shadow-color: rgb(28 59 45 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-900\/80{
    --tw-shadow-color: rgb(28 59 45 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-900\/85{
    --tw-shadow-color: rgb(28 59 45 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-900\/90{
    --tw-shadow-color: rgb(28 59 45 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-900\/95{
    --tw-shadow-color: rgb(28 59 45 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-950{
    --tw-shadow-color: #141C18;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-950\/0{
    --tw-shadow-color: rgb(20 28 24 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-950\/10{
    --tw-shadow-color: rgb(20 28 24 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-950\/100{
    --tw-shadow-color: rgb(20 28 24 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-950\/15{
    --tw-shadow-color: rgb(20 28 24 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-950\/20{
    --tw-shadow-color: rgb(20 28 24 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-950\/25{
    --tw-shadow-color: rgb(20 28 24 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-950\/30{
    --tw-shadow-color: rgb(20 28 24 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-950\/35{
    --tw-shadow-color: rgb(20 28 24 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-950\/40{
    --tw-shadow-color: rgb(20 28 24 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-950\/45{
    --tw-shadow-color: rgb(20 28 24 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-950\/5{
    --tw-shadow-color: rgb(20 28 24 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-950\/50{
    --tw-shadow-color: rgb(20 28 24 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-950\/55{
    --tw-shadow-color: rgb(20 28 24 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-950\/60{
    --tw-shadow-color: rgb(20 28 24 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-950\/65{
    --tw-shadow-color: rgb(20 28 24 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-950\/70{
    --tw-shadow-color: rgb(20 28 24 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-950\/75{
    --tw-shadow-color: rgb(20 28 24 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-950\/80{
    --tw-shadow-color: rgb(20 28 24 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-950\/85{
    --tw-shadow-color: rgb(20 28 24 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-950\/90{
    --tw-shadow-color: rgb(20 28 24 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-950\/95{
    --tw-shadow-color: rgb(20 28 24 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-dark{
    --tw-shadow-color: #0A4429;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-dark\/0{
    --tw-shadow-color: rgb(10 68 41 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-dark\/10{
    --tw-shadow-color: rgb(10 68 41 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-dark\/100{
    --tw-shadow-color: rgb(10 68 41 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-dark\/15{
    --tw-shadow-color: rgb(10 68 41 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-dark\/20{
    --tw-shadow-color: rgb(10 68 41 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-dark\/25{
    --tw-shadow-color: rgb(10 68 41 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-dark\/30{
    --tw-shadow-color: rgb(10 68 41 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-dark\/35{
    --tw-shadow-color: rgb(10 68 41 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-dark\/40{
    --tw-shadow-color: rgb(10 68 41 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-dark\/45{
    --tw-shadow-color: rgb(10 68 41 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-dark\/5{
    --tw-shadow-color: rgb(10 68 41 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-dark\/50{
    --tw-shadow-color: rgb(10 68 41 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-dark\/55{
    --tw-shadow-color: rgb(10 68 41 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-dark\/60{
    --tw-shadow-color: rgb(10 68 41 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-dark\/65{
    --tw-shadow-color: rgb(10 68 41 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-dark\/70{
    --tw-shadow-color: rgb(10 68 41 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-dark\/75{
    --tw-shadow-color: rgb(10 68 41 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-dark\/80{
    --tw-shadow-color: rgb(10 68 41 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-dark\/85{
    --tw-shadow-color: rgb(10 68 41 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-dark\/90{
    --tw-shadow-color: rgb(10 68 41 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-dark\/95{
    --tw-shadow-color: rgb(10 68 41 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-light{
    --tw-shadow-color: #C6EEDB;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-light\/0{
    --tw-shadow-color: rgb(198 238 219 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-light\/10{
    --tw-shadow-color: rgb(198 238 219 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-light\/100{
    --tw-shadow-color: rgb(198 238 219 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-light\/15{
    --tw-shadow-color: rgb(198 238 219 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-light\/20{
    --tw-shadow-color: rgb(198 238 219 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-light\/25{
    --tw-shadow-color: rgb(198 238 219 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-light\/30{
    --tw-shadow-color: rgb(198 238 219 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-light\/35{
    --tw-shadow-color: rgb(198 238 219 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-light\/40{
    --tw-shadow-color: rgb(198 238 219 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-light\/45{
    --tw-shadow-color: rgb(198 238 219 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-light\/5{
    --tw-shadow-color: rgb(198 238 219 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-light\/50{
    --tw-shadow-color: rgb(198 238 219 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-light\/55{
    --tw-shadow-color: rgb(198 238 219 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-light\/60{
    --tw-shadow-color: rgb(198 238 219 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-light\/65{
    --tw-shadow-color: rgb(198 238 219 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-light\/70{
    --tw-shadow-color: rgb(198 238 219 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-light\/75{
    --tw-shadow-color: rgb(198 238 219 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-light\/80{
    --tw-shadow-color: rgb(198 238 219 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-light\/85{
    --tw-shadow-color: rgb(198 238 219 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-light\/90{
    --tw-shadow-color: rgb(198 238 219 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary-light\/95{
    --tw-shadow-color: rgb(198 238 219 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/0{
    --tw-shadow-color: rgb(72 229 155 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/10{
    --tw-shadow-color: rgb(72 229 155 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/100{
    --tw-shadow-color: rgb(72 229 155 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/15{
    --tw-shadow-color: rgb(72 229 155 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/20{
    --tw-shadow-color: rgb(72 229 155 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/25{
    --tw-shadow-color: rgb(72 229 155 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/30{
    --tw-shadow-color: rgb(72 229 155 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/35{
    --tw-shadow-color: rgb(72 229 155 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/40{
    --tw-shadow-color: rgb(72 229 155 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/45{
    --tw-shadow-color: rgb(72 229 155 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/5{
    --tw-shadow-color: rgb(72 229 155 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/50{
    --tw-shadow-color: rgb(72 229 155 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/55{
    --tw-shadow-color: rgb(72 229 155 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/60{
    --tw-shadow-color: rgb(72 229 155 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/65{
    --tw-shadow-color: rgb(72 229 155 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/70{
    --tw-shadow-color: rgb(72 229 155 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/75{
    --tw-shadow-color: rgb(72 229 155 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/80{
    --tw-shadow-color: rgb(72 229 155 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/85{
    --tw-shadow-color: rgb(72 229 155 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/90{
    --tw-shadow-color: rgb(72 229 155 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/95{
    --tw-shadow-color: rgb(72 229 155 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary{
    --tw-shadow-color: #015AD5;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary-500{
    --tw-shadow-color: #015AD5;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary-500\/0{
    --tw-shadow-color: rgb(1 90 213 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary-500\/10{
    --tw-shadow-color: rgb(1 90 213 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary-500\/100{
    --tw-shadow-color: rgb(1 90 213 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary-500\/15{
    --tw-shadow-color: rgb(1 90 213 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary-500\/20{
    --tw-shadow-color: rgb(1 90 213 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary-500\/25{
    --tw-shadow-color: rgb(1 90 213 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary-500\/30{
    --tw-shadow-color: rgb(1 90 213 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary-500\/35{
    --tw-shadow-color: rgb(1 90 213 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary-500\/40{
    --tw-shadow-color: rgb(1 90 213 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary-500\/45{
    --tw-shadow-color: rgb(1 90 213 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary-500\/5{
    --tw-shadow-color: rgb(1 90 213 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary-500\/50{
    --tw-shadow-color: rgb(1 90 213 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary-500\/55{
    --tw-shadow-color: rgb(1 90 213 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary-500\/60{
    --tw-shadow-color: rgb(1 90 213 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary-500\/65{
    --tw-shadow-color: rgb(1 90 213 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary-500\/70{
    --tw-shadow-color: rgb(1 90 213 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary-500\/75{
    --tw-shadow-color: rgb(1 90 213 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary-500\/80{
    --tw-shadow-color: rgb(1 90 213 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary-500\/85{
    --tw-shadow-color: rgb(1 90 213 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary-500\/90{
    --tw-shadow-color: rgb(1 90 213 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary-500\/95{
    --tw-shadow-color: rgb(1 90 213 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary\/0{
    --tw-shadow-color: rgb(1 90 213 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary\/10{
    --tw-shadow-color: rgb(1 90 213 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary\/100{
    --tw-shadow-color: rgb(1 90 213 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary\/15{
    --tw-shadow-color: rgb(1 90 213 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary\/20{
    --tw-shadow-color: rgb(1 90 213 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary\/25{
    --tw-shadow-color: rgb(1 90 213 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary\/30{
    --tw-shadow-color: rgb(1 90 213 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary\/35{
    --tw-shadow-color: rgb(1 90 213 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary\/40{
    --tw-shadow-color: rgb(1 90 213 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary\/45{
    --tw-shadow-color: rgb(1 90 213 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary\/5{
    --tw-shadow-color: rgb(1 90 213 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary\/50{
    --tw-shadow-color: rgb(1 90 213 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary\/55{
    --tw-shadow-color: rgb(1 90 213 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary\/60{
    --tw-shadow-color: rgb(1 90 213 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary\/65{
    --tw-shadow-color: rgb(1 90 213 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary\/70{
    --tw-shadow-color: rgb(1 90 213 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary\/75{
    --tw-shadow-color: rgb(1 90 213 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary\/80{
    --tw-shadow-color: rgb(1 90 213 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary\/85{
    --tw-shadow-color: rgb(1 90 213 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary\/90{
    --tw-shadow-color: rgb(1 90 213 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary\/95{
    --tw-shadow-color: rgb(1 90 213 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}
.outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.outline-0{
    outline-width: 0px;
}
.outline-black-brand{
    outline-color: #313131;
}
.outline-black-brand\/0{
    outline-color: rgb(49 49 49 / 0);
}
.outline-black-brand\/10{
    outline-color: rgb(49 49 49 / 0.1);
}
.outline-black-brand\/100{
    outline-color: rgb(49 49 49 / 1);
}
.outline-black-brand\/15{
    outline-color: rgb(49 49 49 / 0.15);
}
.outline-black-brand\/20{
    outline-color: rgb(49 49 49 / 0.2);
}
.outline-black-brand\/25{
    outline-color: rgb(49 49 49 / 0.25);
}
.outline-black-brand\/30{
    outline-color: rgb(49 49 49 / 0.3);
}
.outline-black-brand\/35{
    outline-color: rgb(49 49 49 / 0.35);
}
.outline-black-brand\/40{
    outline-color: rgb(49 49 49 / 0.4);
}
.outline-black-brand\/45{
    outline-color: rgb(49 49 49 / 0.45);
}
.outline-black-brand\/5{
    outline-color: rgb(49 49 49 / 0.05);
}
.outline-black-brand\/50{
    outline-color: rgb(49 49 49 / 0.5);
}
.outline-black-brand\/55{
    outline-color: rgb(49 49 49 / 0.55);
}
.outline-black-brand\/60{
    outline-color: rgb(49 49 49 / 0.6);
}
.outline-black-brand\/65{
    outline-color: rgb(49 49 49 / 0.65);
}
.outline-black-brand\/70{
    outline-color: rgb(49 49 49 / 0.7);
}
.outline-black-brand\/75{
    outline-color: rgb(49 49 49 / 0.75);
}
.outline-black-brand\/80{
    outline-color: rgb(49 49 49 / 0.8);
}
.outline-black-brand\/85{
    outline-color: rgb(49 49 49 / 0.85);
}
.outline-black-brand\/90{
    outline-color: rgb(49 49 49 / 0.9);
}
.outline-black-brand\/95{
    outline-color: rgb(49 49 49 / 0.95);
}
.outline-brand-100{
    outline-color: #c6eedb0d;
}
.outline-brand-100\/0{
    outline-color: rgb(198 238 219 / 0);
}
.outline-brand-100\/10{
    outline-color: rgb(198 238 219 / 0.1);
}
.outline-brand-100\/100{
    outline-color: rgb(198 238 219 / 1);
}
.outline-brand-100\/15{
    outline-color: rgb(198 238 219 / 0.15);
}
.outline-brand-100\/20{
    outline-color: rgb(198 238 219 / 0.2);
}
.outline-brand-100\/25{
    outline-color: rgb(198 238 219 / 0.25);
}
.outline-brand-100\/30{
    outline-color: rgb(198 238 219 / 0.3);
}
.outline-brand-100\/35{
    outline-color: rgb(198 238 219 / 0.35);
}
.outline-brand-100\/40{
    outline-color: rgb(198 238 219 / 0.4);
}
.outline-brand-100\/45{
    outline-color: rgb(198 238 219 / 0.45);
}
.outline-brand-100\/5{
    outline-color: rgb(198 238 219 / 0.05);
}
.outline-brand-100\/50{
    outline-color: rgb(198 238 219 / 0.5);
}
.outline-brand-100\/55{
    outline-color: rgb(198 238 219 / 0.55);
}
.outline-brand-100\/60{
    outline-color: rgb(198 238 219 / 0.6);
}
.outline-brand-100\/65{
    outline-color: rgb(198 238 219 / 0.65);
}
.outline-brand-100\/70{
    outline-color: rgb(198 238 219 / 0.7);
}
.outline-brand-100\/75{
    outline-color: rgb(198 238 219 / 0.75);
}
.outline-brand-100\/80{
    outline-color: rgb(198 238 219 / 0.8);
}
.outline-brand-100\/85{
    outline-color: rgb(198 238 219 / 0.85);
}
.outline-brand-100\/90{
    outline-color: rgb(198 238 219 / 0.9);
}
.outline-brand-100\/95{
    outline-color: rgb(198 238 219 / 0.95);
}
.outline-brand-20{
    outline-color: #48E59B;
}
.outline-brand-20\/0{
    outline-color: rgb(72 229 155 / 0);
}
.outline-brand-20\/10{
    outline-color: rgb(72 229 155 / 0.1);
}
.outline-brand-20\/100{
    outline-color: rgb(72 229 155 / 1);
}
.outline-brand-20\/15{
    outline-color: rgb(72 229 155 / 0.15);
}
.outline-brand-20\/20{
    outline-color: rgb(72 229 155 / 0.2);
}
.outline-brand-20\/25{
    outline-color: rgb(72 229 155 / 0.25);
}
.outline-brand-20\/30{
    outline-color: rgb(72 229 155 / 0.3);
}
.outline-brand-20\/35{
    outline-color: rgb(72 229 155 / 0.35);
}
.outline-brand-20\/40{
    outline-color: rgb(72 229 155 / 0.4);
}
.outline-brand-20\/45{
    outline-color: rgb(72 229 155 / 0.45);
}
.outline-brand-20\/5{
    outline-color: rgb(72 229 155 / 0.05);
}
.outline-brand-20\/50{
    outline-color: rgb(72 229 155 / 0.5);
}
.outline-brand-20\/55{
    outline-color: rgb(72 229 155 / 0.55);
}
.outline-brand-20\/60{
    outline-color: rgb(72 229 155 / 0.6);
}
.outline-brand-20\/65{
    outline-color: rgb(72 229 155 / 0.65);
}
.outline-brand-20\/70{
    outline-color: rgb(72 229 155 / 0.7);
}
.outline-brand-20\/75{
    outline-color: rgb(72 229 155 / 0.75);
}
.outline-brand-20\/80{
    outline-color: rgb(72 229 155 / 0.8);
}
.outline-brand-20\/85{
    outline-color: rgb(72 229 155 / 0.85);
}
.outline-brand-20\/90{
    outline-color: rgb(72 229 155 / 0.9);
}
.outline-brand-20\/95{
    outline-color: rgb(72 229 155 / 0.95);
}
.outline-brand-200{
    outline-color: #c6eedb33;
}
.outline-brand-200\/0{
    outline-color: rgb(198 238 219 / 0);
}
.outline-brand-200\/10{
    outline-color: rgb(198 238 219 / 0.1);
}
.outline-brand-200\/100{
    outline-color: rgb(198 238 219 / 1);
}
.outline-brand-200\/15{
    outline-color: rgb(198 238 219 / 0.15);
}
.outline-brand-200\/20{
    outline-color: rgb(198 238 219 / 0.2);
}
.outline-brand-200\/25{
    outline-color: rgb(198 238 219 / 0.25);
}
.outline-brand-200\/30{
    outline-color: rgb(198 238 219 / 0.3);
}
.outline-brand-200\/35{
    outline-color: rgb(198 238 219 / 0.35);
}
.outline-brand-200\/40{
    outline-color: rgb(198 238 219 / 0.4);
}
.outline-brand-200\/45{
    outline-color: rgb(198 238 219 / 0.45);
}
.outline-brand-200\/5{
    outline-color: rgb(198 238 219 / 0.05);
}
.outline-brand-200\/50{
    outline-color: rgb(198 238 219 / 0.5);
}
.outline-brand-200\/55{
    outline-color: rgb(198 238 219 / 0.55);
}
.outline-brand-200\/60{
    outline-color: rgb(198 238 219 / 0.6);
}
.outline-brand-200\/65{
    outline-color: rgb(198 238 219 / 0.65);
}
.outline-brand-200\/70{
    outline-color: rgb(198 238 219 / 0.7);
}
.outline-brand-200\/75{
    outline-color: rgb(198 238 219 / 0.75);
}
.outline-brand-200\/80{
    outline-color: rgb(198 238 219 / 0.8);
}
.outline-brand-200\/85{
    outline-color: rgb(198 238 219 / 0.85);
}
.outline-brand-200\/90{
    outline-color: rgb(198 238 219 / 0.9);
}
.outline-brand-200\/95{
    outline-color: rgb(198 238 219 / 0.95);
}
.outline-brand-300{
    outline-color: #C6EEDB;
}
.outline-brand-300\/0{
    outline-color: rgb(198 238 219 / 0);
}
.outline-brand-300\/10{
    outline-color: rgb(198 238 219 / 0.1);
}
.outline-brand-300\/100{
    outline-color: rgb(198 238 219 / 1);
}
.outline-brand-300\/15{
    outline-color: rgb(198 238 219 / 0.15);
}
.outline-brand-300\/20{
    outline-color: rgb(198 238 219 / 0.2);
}
.outline-brand-300\/25{
    outline-color: rgb(198 238 219 / 0.25);
}
.outline-brand-300\/30{
    outline-color: rgb(198 238 219 / 0.3);
}
.outline-brand-300\/35{
    outline-color: rgb(198 238 219 / 0.35);
}
.outline-brand-300\/40{
    outline-color: rgb(198 238 219 / 0.4);
}
.outline-brand-300\/45{
    outline-color: rgb(198 238 219 / 0.45);
}
.outline-brand-300\/5{
    outline-color: rgb(198 238 219 / 0.05);
}
.outline-brand-300\/50{
    outline-color: rgb(198 238 219 / 0.5);
}
.outline-brand-300\/55{
    outline-color: rgb(198 238 219 / 0.55);
}
.outline-brand-300\/60{
    outline-color: rgb(198 238 219 / 0.6);
}
.outline-brand-300\/65{
    outline-color: rgb(198 238 219 / 0.65);
}
.outline-brand-300\/70{
    outline-color: rgb(198 238 219 / 0.7);
}
.outline-brand-300\/75{
    outline-color: rgb(198 238 219 / 0.75);
}
.outline-brand-300\/80{
    outline-color: rgb(198 238 219 / 0.8);
}
.outline-brand-300\/85{
    outline-color: rgb(198 238 219 / 0.85);
}
.outline-brand-300\/90{
    outline-color: rgb(198 238 219 / 0.9);
}
.outline-brand-300\/95{
    outline-color: rgb(198 238 219 / 0.95);
}
.outline-brand-black{
    outline-color: #111111;
}
.outline-brand-black\/0{
    outline-color: rgb(17 17 17 / 0);
}
.outline-brand-black\/10{
    outline-color: rgb(17 17 17 / 0.1);
}
.outline-brand-black\/100{
    outline-color: rgb(17 17 17 / 1);
}
.outline-brand-black\/15{
    outline-color: rgb(17 17 17 / 0.15);
}
.outline-brand-black\/20{
    outline-color: rgb(17 17 17 / 0.2);
}
.outline-brand-black\/25{
    outline-color: rgb(17 17 17 / 0.25);
}
.outline-brand-black\/30{
    outline-color: rgb(17 17 17 / 0.3);
}
.outline-brand-black\/35{
    outline-color: rgb(17 17 17 / 0.35);
}
.outline-brand-black\/40{
    outline-color: rgb(17 17 17 / 0.4);
}
.outline-brand-black\/45{
    outline-color: rgb(17 17 17 / 0.45);
}
.outline-brand-black\/5{
    outline-color: rgb(17 17 17 / 0.05);
}
.outline-brand-black\/50{
    outline-color: rgb(17 17 17 / 0.5);
}
.outline-brand-black\/55{
    outline-color: rgb(17 17 17 / 0.55);
}
.outline-brand-black\/60{
    outline-color: rgb(17 17 17 / 0.6);
}
.outline-brand-black\/65{
    outline-color: rgb(17 17 17 / 0.65);
}
.outline-brand-black\/70{
    outline-color: rgb(17 17 17 / 0.7);
}
.outline-brand-black\/75{
    outline-color: rgb(17 17 17 / 0.75);
}
.outline-brand-black\/80{
    outline-color: rgb(17 17 17 / 0.8);
}
.outline-brand-black\/85{
    outline-color: rgb(17 17 17 / 0.85);
}
.outline-brand-black\/90{
    outline-color: rgb(17 17 17 / 0.9);
}
.outline-brand-black\/95{
    outline-color: rgb(17 17 17 / 0.95);
}
.outline-brand-blue{
    outline-color: #70A8F4;
}
.outline-brand-blue\/0{
    outline-color: rgb(112 168 244 / 0);
}
.outline-brand-blue\/10{
    outline-color: rgb(112 168 244 / 0.1);
}
.outline-brand-blue\/100{
    outline-color: rgb(112 168 244 / 1);
}
.outline-brand-blue\/15{
    outline-color: rgb(112 168 244 / 0.15);
}
.outline-brand-blue\/20{
    outline-color: rgb(112 168 244 / 0.2);
}
.outline-brand-blue\/25{
    outline-color: rgb(112 168 244 / 0.25);
}
.outline-brand-blue\/30{
    outline-color: rgb(112 168 244 / 0.3);
}
.outline-brand-blue\/35{
    outline-color: rgb(112 168 244 / 0.35);
}
.outline-brand-blue\/40{
    outline-color: rgb(112 168 244 / 0.4);
}
.outline-brand-blue\/45{
    outline-color: rgb(112 168 244 / 0.45);
}
.outline-brand-blue\/5{
    outline-color: rgb(112 168 244 / 0.05);
}
.outline-brand-blue\/50{
    outline-color: rgb(112 168 244 / 0.5);
}
.outline-brand-blue\/55{
    outline-color: rgb(112 168 244 / 0.55);
}
.outline-brand-blue\/60{
    outline-color: rgb(112 168 244 / 0.6);
}
.outline-brand-blue\/65{
    outline-color: rgb(112 168 244 / 0.65);
}
.outline-brand-blue\/70{
    outline-color: rgb(112 168 244 / 0.7);
}
.outline-brand-blue\/75{
    outline-color: rgb(112 168 244 / 0.75);
}
.outline-brand-blue\/80{
    outline-color: rgb(112 168 244 / 0.8);
}
.outline-brand-blue\/85{
    outline-color: rgb(112 168 244 / 0.85);
}
.outline-brand-blue\/90{
    outline-color: rgb(112 168 244 / 0.9);
}
.outline-brand-blue\/95{
    outline-color: rgb(112 168 244 / 0.95);
}
.outline-brand-dark{
    outline-color: #232C27;
}
.outline-brand-dark\/0{
    outline-color: rgb(35 44 39 / 0);
}
.outline-brand-dark\/10{
    outline-color: rgb(35 44 39 / 0.1);
}
.outline-brand-dark\/100{
    outline-color: rgb(35 44 39 / 1);
}
.outline-brand-dark\/15{
    outline-color: rgb(35 44 39 / 0.15);
}
.outline-brand-dark\/20{
    outline-color: rgb(35 44 39 / 0.2);
}
.outline-brand-dark\/25{
    outline-color: rgb(35 44 39 / 0.25);
}
.outline-brand-dark\/30{
    outline-color: rgb(35 44 39 / 0.3);
}
.outline-brand-dark\/35{
    outline-color: rgb(35 44 39 / 0.35);
}
.outline-brand-dark\/40{
    outline-color: rgb(35 44 39 / 0.4);
}
.outline-brand-dark\/45{
    outline-color: rgb(35 44 39 / 0.45);
}
.outline-brand-dark\/5{
    outline-color: rgb(35 44 39 / 0.05);
}
.outline-brand-dark\/50{
    outline-color: rgb(35 44 39 / 0.5);
}
.outline-brand-dark\/55{
    outline-color: rgb(35 44 39 / 0.55);
}
.outline-brand-dark\/60{
    outline-color: rgb(35 44 39 / 0.6);
}
.outline-brand-dark\/65{
    outline-color: rgb(35 44 39 / 0.65);
}
.outline-brand-dark\/70{
    outline-color: rgb(35 44 39 / 0.7);
}
.outline-brand-dark\/75{
    outline-color: rgb(35 44 39 / 0.75);
}
.outline-brand-dark\/80{
    outline-color: rgb(35 44 39 / 0.8);
}
.outline-brand-dark\/85{
    outline-color: rgb(35 44 39 / 0.85);
}
.outline-brand-dark\/90{
    outline-color: rgb(35 44 39 / 0.9);
}
.outline-brand-dark\/95{
    outline-color: rgb(35 44 39 / 0.95);
}
.outline-brand-green{
    outline-color: #48E59B;
}
.outline-brand-green\/0{
    outline-color: rgb(72 229 155 / 0);
}
.outline-brand-green\/10{
    outline-color: rgb(72 229 155 / 0.1);
}
.outline-brand-green\/100{
    outline-color: rgb(72 229 155 / 1);
}
.outline-brand-green\/15{
    outline-color: rgb(72 229 155 / 0.15);
}
.outline-brand-green\/20{
    outline-color: rgb(72 229 155 / 0.2);
}
.outline-brand-green\/25{
    outline-color: rgb(72 229 155 / 0.25);
}
.outline-brand-green\/30{
    outline-color: rgb(72 229 155 / 0.3);
}
.outline-brand-green\/35{
    outline-color: rgb(72 229 155 / 0.35);
}
.outline-brand-green\/40{
    outline-color: rgb(72 229 155 / 0.4);
}
.outline-brand-green\/45{
    outline-color: rgb(72 229 155 / 0.45);
}
.outline-brand-green\/5{
    outline-color: rgb(72 229 155 / 0.05);
}
.outline-brand-green\/50{
    outline-color: rgb(72 229 155 / 0.5);
}
.outline-brand-green\/55{
    outline-color: rgb(72 229 155 / 0.55);
}
.outline-brand-green\/60{
    outline-color: rgb(72 229 155 / 0.6);
}
.outline-brand-green\/65{
    outline-color: rgb(72 229 155 / 0.65);
}
.outline-brand-green\/70{
    outline-color: rgb(72 229 155 / 0.7);
}
.outline-brand-green\/75{
    outline-color: rgb(72 229 155 / 0.75);
}
.outline-brand-green\/80{
    outline-color: rgb(72 229 155 / 0.8);
}
.outline-brand-green\/85{
    outline-color: rgb(72 229 155 / 0.85);
}
.outline-brand-green\/90{
    outline-color: rgb(72 229 155 / 0.9);
}
.outline-brand-green\/95{
    outline-color: rgb(72 229 155 / 0.95);
}
.outline-brand-light{
    outline-color: #C6EEDB;
}
.outline-brand-light\/0{
    outline-color: rgb(198 238 219 / 0);
}
.outline-brand-light\/10{
    outline-color: rgb(198 238 219 / 0.1);
}
.outline-brand-light\/100{
    outline-color: rgb(198 238 219 / 1);
}
.outline-brand-light\/15{
    outline-color: rgb(198 238 219 / 0.15);
}
.outline-brand-light\/20{
    outline-color: rgb(198 238 219 / 0.2);
}
.outline-brand-light\/25{
    outline-color: rgb(198 238 219 / 0.25);
}
.outline-brand-light\/30{
    outline-color: rgb(198 238 219 / 0.3);
}
.outline-brand-light\/35{
    outline-color: rgb(198 238 219 / 0.35);
}
.outline-brand-light\/40{
    outline-color: rgb(198 238 219 / 0.4);
}
.outline-brand-light\/45{
    outline-color: rgb(198 238 219 / 0.45);
}
.outline-brand-light\/5{
    outline-color: rgb(198 238 219 / 0.05);
}
.outline-brand-light\/50{
    outline-color: rgb(198 238 219 / 0.5);
}
.outline-brand-light\/55{
    outline-color: rgb(198 238 219 / 0.55);
}
.outline-brand-light\/60{
    outline-color: rgb(198 238 219 / 0.6);
}
.outline-brand-light\/65{
    outline-color: rgb(198 238 219 / 0.65);
}
.outline-brand-light\/70{
    outline-color: rgb(198 238 219 / 0.7);
}
.outline-brand-light\/75{
    outline-color: rgb(198 238 219 / 0.75);
}
.outline-brand-light\/80{
    outline-color: rgb(198 238 219 / 0.8);
}
.outline-brand-light\/85{
    outline-color: rgb(198 238 219 / 0.85);
}
.outline-brand-light\/90{
    outline-color: rgb(198 238 219 / 0.9);
}
.outline-brand-light\/95{
    outline-color: rgb(198 238 219 / 0.95);
}
.outline-error{
    outline-color: #FF3C3C;
}
.outline-error-10{
    outline-color: #291515;
}
.outline-error-10\/0{
    outline-color: rgb(41 21 21 / 0);
}
.outline-error-10\/10{
    outline-color: rgb(41 21 21 / 0.1);
}
.outline-error-10\/100{
    outline-color: rgb(41 21 21 / 1);
}
.outline-error-10\/15{
    outline-color: rgb(41 21 21 / 0.15);
}
.outline-error-10\/20{
    outline-color: rgb(41 21 21 / 0.2);
}
.outline-error-10\/25{
    outline-color: rgb(41 21 21 / 0.25);
}
.outline-error-10\/30{
    outline-color: rgb(41 21 21 / 0.3);
}
.outline-error-10\/35{
    outline-color: rgb(41 21 21 / 0.35);
}
.outline-error-10\/40{
    outline-color: rgb(41 21 21 / 0.4);
}
.outline-error-10\/45{
    outline-color: rgb(41 21 21 / 0.45);
}
.outline-error-10\/5{
    outline-color: rgb(41 21 21 / 0.05);
}
.outline-error-10\/50{
    outline-color: rgb(41 21 21 / 0.5);
}
.outline-error-10\/55{
    outline-color: rgb(41 21 21 / 0.55);
}
.outline-error-10\/60{
    outline-color: rgb(41 21 21 / 0.6);
}
.outline-error-10\/65{
    outline-color: rgb(41 21 21 / 0.65);
}
.outline-error-10\/70{
    outline-color: rgb(41 21 21 / 0.7);
}
.outline-error-10\/75{
    outline-color: rgb(41 21 21 / 0.75);
}
.outline-error-10\/80{
    outline-color: rgb(41 21 21 / 0.8);
}
.outline-error-10\/85{
    outline-color: rgb(41 21 21 / 0.85);
}
.outline-error-10\/90{
    outline-color: rgb(41 21 21 / 0.9);
}
.outline-error-10\/95{
    outline-color: rgb(41 21 21 / 0.95);
}
.outline-error-100{
    outline-color: #FFC7C7;
}
.outline-error-100\/0{
    outline-color: rgb(255 199 199 / 0);
}
.outline-error-100\/10{
    outline-color: rgb(255 199 199 / 0.1);
}
.outline-error-100\/100{
    outline-color: rgb(255 199 199 / 1);
}
.outline-error-100\/15{
    outline-color: rgb(255 199 199 / 0.15);
}
.outline-error-100\/20{
    outline-color: rgb(255 199 199 / 0.2);
}
.outline-error-100\/25{
    outline-color: rgb(255 199 199 / 0.25);
}
.outline-error-100\/30{
    outline-color: rgb(255 199 199 / 0.3);
}
.outline-error-100\/35{
    outline-color: rgb(255 199 199 / 0.35);
}
.outline-error-100\/40{
    outline-color: rgb(255 199 199 / 0.4);
}
.outline-error-100\/45{
    outline-color: rgb(255 199 199 / 0.45);
}
.outline-error-100\/5{
    outline-color: rgb(255 199 199 / 0.05);
}
.outline-error-100\/50{
    outline-color: rgb(255 199 199 / 0.5);
}
.outline-error-100\/55{
    outline-color: rgb(255 199 199 / 0.55);
}
.outline-error-100\/60{
    outline-color: rgb(255 199 199 / 0.6);
}
.outline-error-100\/65{
    outline-color: rgb(255 199 199 / 0.65);
}
.outline-error-100\/70{
    outline-color: rgb(255 199 199 / 0.7);
}
.outline-error-100\/75{
    outline-color: rgb(255 199 199 / 0.75);
}
.outline-error-100\/80{
    outline-color: rgb(255 199 199 / 0.8);
}
.outline-error-100\/85{
    outline-color: rgb(255 199 199 / 0.85);
}
.outline-error-100\/90{
    outline-color: rgb(255 199 199 / 0.9);
}
.outline-error-100\/95{
    outline-color: rgb(255 199 199 / 0.95);
}
.outline-error-15{
    outline-color: #351717;
}
.outline-error-15\/0{
    outline-color: rgb(53 23 23 / 0);
}
.outline-error-15\/10{
    outline-color: rgb(53 23 23 / 0.1);
}
.outline-error-15\/100{
    outline-color: rgb(53 23 23 / 1);
}
.outline-error-15\/15{
    outline-color: rgb(53 23 23 / 0.15);
}
.outline-error-15\/20{
    outline-color: rgb(53 23 23 / 0.2);
}
.outline-error-15\/25{
    outline-color: rgb(53 23 23 / 0.25);
}
.outline-error-15\/30{
    outline-color: rgb(53 23 23 / 0.3);
}
.outline-error-15\/35{
    outline-color: rgb(53 23 23 / 0.35);
}
.outline-error-15\/40{
    outline-color: rgb(53 23 23 / 0.4);
}
.outline-error-15\/45{
    outline-color: rgb(53 23 23 / 0.45);
}
.outline-error-15\/5{
    outline-color: rgb(53 23 23 / 0.05);
}
.outline-error-15\/50{
    outline-color: rgb(53 23 23 / 0.5);
}
.outline-error-15\/55{
    outline-color: rgb(53 23 23 / 0.55);
}
.outline-error-15\/60{
    outline-color: rgb(53 23 23 / 0.6);
}
.outline-error-15\/65{
    outline-color: rgb(53 23 23 / 0.65);
}
.outline-error-15\/70{
    outline-color: rgb(53 23 23 / 0.7);
}
.outline-error-15\/75{
    outline-color: rgb(53 23 23 / 0.75);
}
.outline-error-15\/80{
    outline-color: rgb(53 23 23 / 0.8);
}
.outline-error-15\/85{
    outline-color: rgb(53 23 23 / 0.85);
}
.outline-error-15\/90{
    outline-color: rgb(53 23 23 / 0.9);
}
.outline-error-15\/95{
    outline-color: rgb(53 23 23 / 0.95);
}
.outline-error-20{
    outline-color: #3C1919;
}
.outline-error-20\/0{
    outline-color: rgb(60 25 25 / 0);
}
.outline-error-20\/10{
    outline-color: rgb(60 25 25 / 0.1);
}
.outline-error-20\/100{
    outline-color: rgb(60 25 25 / 1);
}
.outline-error-20\/15{
    outline-color: rgb(60 25 25 / 0.15);
}
.outline-error-20\/20{
    outline-color: rgb(60 25 25 / 0.2);
}
.outline-error-20\/25{
    outline-color: rgb(60 25 25 / 0.25);
}
.outline-error-20\/30{
    outline-color: rgb(60 25 25 / 0.3);
}
.outline-error-20\/35{
    outline-color: rgb(60 25 25 / 0.35);
}
.outline-error-20\/40{
    outline-color: rgb(60 25 25 / 0.4);
}
.outline-error-20\/45{
    outline-color: rgb(60 25 25 / 0.45);
}
.outline-error-20\/5{
    outline-color: rgb(60 25 25 / 0.05);
}
.outline-error-20\/50{
    outline-color: rgb(60 25 25 / 0.5);
}
.outline-error-20\/55{
    outline-color: rgb(60 25 25 / 0.55);
}
.outline-error-20\/60{
    outline-color: rgb(60 25 25 / 0.6);
}
.outline-error-20\/65{
    outline-color: rgb(60 25 25 / 0.65);
}
.outline-error-20\/70{
    outline-color: rgb(60 25 25 / 0.7);
}
.outline-error-20\/75{
    outline-color: rgb(60 25 25 / 0.75);
}
.outline-error-20\/80{
    outline-color: rgb(60 25 25 / 0.8);
}
.outline-error-20\/85{
    outline-color: rgb(60 25 25 / 0.85);
}
.outline-error-20\/90{
    outline-color: rgb(60 25 25 / 0.9);
}
.outline-error-20\/95{
    outline-color: rgb(60 25 25 / 0.95);
}
.outline-error-5{
    outline-color: #1D1313;
}
.outline-error-5\/0{
    outline-color: rgb(29 19 19 / 0);
}
.outline-error-5\/10{
    outline-color: rgb(29 19 19 / 0.1);
}
.outline-error-5\/100{
    outline-color: rgb(29 19 19 / 1);
}
.outline-error-5\/15{
    outline-color: rgb(29 19 19 / 0.15);
}
.outline-error-5\/20{
    outline-color: rgb(29 19 19 / 0.2);
}
.outline-error-5\/25{
    outline-color: rgb(29 19 19 / 0.25);
}
.outline-error-5\/30{
    outline-color: rgb(29 19 19 / 0.3);
}
.outline-error-5\/35{
    outline-color: rgb(29 19 19 / 0.35);
}
.outline-error-5\/40{
    outline-color: rgb(29 19 19 / 0.4);
}
.outline-error-5\/45{
    outline-color: rgb(29 19 19 / 0.45);
}
.outline-error-5\/5{
    outline-color: rgb(29 19 19 / 0.05);
}
.outline-error-5\/50{
    outline-color: rgb(29 19 19 / 0.5);
}
.outline-error-5\/55{
    outline-color: rgb(29 19 19 / 0.55);
}
.outline-error-5\/60{
    outline-color: rgb(29 19 19 / 0.6);
}
.outline-error-5\/65{
    outline-color: rgb(29 19 19 / 0.65);
}
.outline-error-5\/70{
    outline-color: rgb(29 19 19 / 0.7);
}
.outline-error-5\/75{
    outline-color: rgb(29 19 19 / 0.75);
}
.outline-error-5\/80{
    outline-color: rgb(29 19 19 / 0.8);
}
.outline-error-5\/85{
    outline-color: rgb(29 19 19 / 0.85);
}
.outline-error-5\/90{
    outline-color: rgb(29 19 19 / 0.9);
}
.outline-error-5\/95{
    outline-color: rgb(29 19 19 / 0.95);
}
.outline-error-500{
    outline-color: #FF3C3C;
}
.outline-error-500\/0{
    outline-color: rgb(255 60 60 / 0);
}
.outline-error-500\/10{
    outline-color: rgb(255 60 60 / 0.1);
}
.outline-error-500\/100{
    outline-color: rgb(255 60 60 / 1);
}
.outline-error-500\/15{
    outline-color: rgb(255 60 60 / 0.15);
}
.outline-error-500\/20{
    outline-color: rgb(255 60 60 / 0.2);
}
.outline-error-500\/25{
    outline-color: rgb(255 60 60 / 0.25);
}
.outline-error-500\/30{
    outline-color: rgb(255 60 60 / 0.3);
}
.outline-error-500\/35{
    outline-color: rgb(255 60 60 / 0.35);
}
.outline-error-500\/40{
    outline-color: rgb(255 60 60 / 0.4);
}
.outline-error-500\/45{
    outline-color: rgb(255 60 60 / 0.45);
}
.outline-error-500\/5{
    outline-color: rgb(255 60 60 / 0.05);
}
.outline-error-500\/50{
    outline-color: rgb(255 60 60 / 0.5);
}
.outline-error-500\/55{
    outline-color: rgb(255 60 60 / 0.55);
}
.outline-error-500\/60{
    outline-color: rgb(255 60 60 / 0.6);
}
.outline-error-500\/65{
    outline-color: rgb(255 60 60 / 0.65);
}
.outline-error-500\/70{
    outline-color: rgb(255 60 60 / 0.7);
}
.outline-error-500\/75{
    outline-color: rgb(255 60 60 / 0.75);
}
.outline-error-500\/80{
    outline-color: rgb(255 60 60 / 0.8);
}
.outline-error-500\/85{
    outline-color: rgb(255 60 60 / 0.85);
}
.outline-error-500\/90{
    outline-color: rgb(255 60 60 / 0.9);
}
.outline-error-500\/95{
    outline-color: rgb(255 60 60 / 0.95);
}
.outline-error-900{
    outline-color: #3C1919;
}
.outline-error-900\/0{
    outline-color: rgb(60 25 25 / 0);
}
.outline-error-900\/10{
    outline-color: rgb(60 25 25 / 0.1);
}
.outline-error-900\/100{
    outline-color: rgb(60 25 25 / 1);
}
.outline-error-900\/15{
    outline-color: rgb(60 25 25 / 0.15);
}
.outline-error-900\/20{
    outline-color: rgb(60 25 25 / 0.2);
}
.outline-error-900\/25{
    outline-color: rgb(60 25 25 / 0.25);
}
.outline-error-900\/30{
    outline-color: rgb(60 25 25 / 0.3);
}
.outline-error-900\/35{
    outline-color: rgb(60 25 25 / 0.35);
}
.outline-error-900\/40{
    outline-color: rgb(60 25 25 / 0.4);
}
.outline-error-900\/45{
    outline-color: rgb(60 25 25 / 0.45);
}
.outline-error-900\/5{
    outline-color: rgb(60 25 25 / 0.05);
}
.outline-error-900\/50{
    outline-color: rgb(60 25 25 / 0.5);
}
.outline-error-900\/55{
    outline-color: rgb(60 25 25 / 0.55);
}
.outline-error-900\/60{
    outline-color: rgb(60 25 25 / 0.6);
}
.outline-error-900\/65{
    outline-color: rgb(60 25 25 / 0.65);
}
.outline-error-900\/70{
    outline-color: rgb(60 25 25 / 0.7);
}
.outline-error-900\/75{
    outline-color: rgb(60 25 25 / 0.75);
}
.outline-error-900\/80{
    outline-color: rgb(60 25 25 / 0.8);
}
.outline-error-900\/85{
    outline-color: rgb(60 25 25 / 0.85);
}
.outline-error-900\/90{
    outline-color: rgb(60 25 25 / 0.9);
}
.outline-error-900\/95{
    outline-color: rgb(60 25 25 / 0.95);
}
.outline-error-light{
    outline-color: #FFC7C7;
}
.outline-error-light\/0{
    outline-color: rgb(255 199 199 / 0);
}
.outline-error-light\/10{
    outline-color: rgb(255 199 199 / 0.1);
}
.outline-error-light\/100{
    outline-color: rgb(255 199 199 / 1);
}
.outline-error-light\/15{
    outline-color: rgb(255 199 199 / 0.15);
}
.outline-error-light\/20{
    outline-color: rgb(255 199 199 / 0.2);
}
.outline-error-light\/25{
    outline-color: rgb(255 199 199 / 0.25);
}
.outline-error-light\/30{
    outline-color: rgb(255 199 199 / 0.3);
}
.outline-error-light\/35{
    outline-color: rgb(255 199 199 / 0.35);
}
.outline-error-light\/40{
    outline-color: rgb(255 199 199 / 0.4);
}
.outline-error-light\/45{
    outline-color: rgb(255 199 199 / 0.45);
}
.outline-error-light\/5{
    outline-color: rgb(255 199 199 / 0.05);
}
.outline-error-light\/50{
    outline-color: rgb(255 199 199 / 0.5);
}
.outline-error-light\/55{
    outline-color: rgb(255 199 199 / 0.55);
}
.outline-error-light\/60{
    outline-color: rgb(255 199 199 / 0.6);
}
.outline-error-light\/65{
    outline-color: rgb(255 199 199 / 0.65);
}
.outline-error-light\/70{
    outline-color: rgb(255 199 199 / 0.7);
}
.outline-error-light\/75{
    outline-color: rgb(255 199 199 / 0.75);
}
.outline-error-light\/80{
    outline-color: rgb(255 199 199 / 0.8);
}
.outline-error-light\/85{
    outline-color: rgb(255 199 199 / 0.85);
}
.outline-error-light\/90{
    outline-color: rgb(255 199 199 / 0.9);
}
.outline-error-light\/95{
    outline-color: rgb(255 199 199 / 0.95);
}
.outline-error\/0{
    outline-color: rgb(255 60 60 / 0);
}
.outline-error\/10{
    outline-color: rgb(255 60 60 / 0.1);
}
.outline-error\/100{
    outline-color: rgb(255 60 60 / 1);
}
.outline-error\/15{
    outline-color: rgb(255 60 60 / 0.15);
}
.outline-error\/20{
    outline-color: rgb(255 60 60 / 0.2);
}
.outline-error\/25{
    outline-color: rgb(255 60 60 / 0.25);
}
.outline-error\/30{
    outline-color: rgb(255 60 60 / 0.3);
}
.outline-error\/35{
    outline-color: rgb(255 60 60 / 0.35);
}
.outline-error\/40{
    outline-color: rgb(255 60 60 / 0.4);
}
.outline-error\/45{
    outline-color: rgb(255 60 60 / 0.45);
}
.outline-error\/5{
    outline-color: rgb(255 60 60 / 0.05);
}
.outline-error\/50{
    outline-color: rgb(255 60 60 / 0.5);
}
.outline-error\/55{
    outline-color: rgb(255 60 60 / 0.55);
}
.outline-error\/60{
    outline-color: rgb(255 60 60 / 0.6);
}
.outline-error\/65{
    outline-color: rgb(255 60 60 / 0.65);
}
.outline-error\/70{
    outline-color: rgb(255 60 60 / 0.7);
}
.outline-error\/75{
    outline-color: rgb(255 60 60 / 0.75);
}
.outline-error\/80{
    outline-color: rgb(255 60 60 / 0.8);
}
.outline-error\/85{
    outline-color: rgb(255 60 60 / 0.85);
}
.outline-error\/90{
    outline-color: rgb(255 60 60 / 0.9);
}
.outline-error\/95{
    outline-color: rgb(255 60 60 / 0.95);
}
.outline-primary{
    outline-color: #48E59B;
}
.outline-primary-20{
    outline-color: #1C3B2D;
}
.outline-primary-20\/0{
    outline-color: rgb(28 59 45 / 0);
}
.outline-primary-20\/10{
    outline-color: rgb(28 59 45 / 0.1);
}
.outline-primary-20\/100{
    outline-color: rgb(28 59 45 / 1);
}
.outline-primary-20\/15{
    outline-color: rgb(28 59 45 / 0.15);
}
.outline-primary-20\/20{
    outline-color: rgb(28 59 45 / 0.2);
}
.outline-primary-20\/25{
    outline-color: rgb(28 59 45 / 0.25);
}
.outline-primary-20\/30{
    outline-color: rgb(28 59 45 / 0.3);
}
.outline-primary-20\/35{
    outline-color: rgb(28 59 45 / 0.35);
}
.outline-primary-20\/40{
    outline-color: rgb(28 59 45 / 0.4);
}
.outline-primary-20\/45{
    outline-color: rgb(28 59 45 / 0.45);
}
.outline-primary-20\/5{
    outline-color: rgb(28 59 45 / 0.05);
}
.outline-primary-20\/50{
    outline-color: rgb(28 59 45 / 0.5);
}
.outline-primary-20\/55{
    outline-color: rgb(28 59 45 / 0.55);
}
.outline-primary-20\/60{
    outline-color: rgb(28 59 45 / 0.6);
}
.outline-primary-20\/65{
    outline-color: rgb(28 59 45 / 0.65);
}
.outline-primary-20\/70{
    outline-color: rgb(28 59 45 / 0.7);
}
.outline-primary-20\/75{
    outline-color: rgb(28 59 45 / 0.75);
}
.outline-primary-20\/80{
    outline-color: rgb(28 59 45 / 0.8);
}
.outline-primary-20\/85{
    outline-color: rgb(28 59 45 / 0.85);
}
.outline-primary-20\/90{
    outline-color: rgb(28 59 45 / 0.9);
}
.outline-primary-20\/95{
    outline-color: rgb(28 59 45 / 0.95);
}
.outline-primary-200{
    outline-color: #C6EEDB;
}
.outline-primary-200\/0{
    outline-color: rgb(198 238 219 / 0);
}
.outline-primary-200\/10{
    outline-color: rgb(198 238 219 / 0.1);
}
.outline-primary-200\/100{
    outline-color: rgb(198 238 219 / 1);
}
.outline-primary-200\/15{
    outline-color: rgb(198 238 219 / 0.15);
}
.outline-primary-200\/20{
    outline-color: rgb(198 238 219 / 0.2);
}
.outline-primary-200\/25{
    outline-color: rgb(198 238 219 / 0.25);
}
.outline-primary-200\/30{
    outline-color: rgb(198 238 219 / 0.3);
}
.outline-primary-200\/35{
    outline-color: rgb(198 238 219 / 0.35);
}
.outline-primary-200\/40{
    outline-color: rgb(198 238 219 / 0.4);
}
.outline-primary-200\/45{
    outline-color: rgb(198 238 219 / 0.45);
}
.outline-primary-200\/5{
    outline-color: rgb(198 238 219 / 0.05);
}
.outline-primary-200\/50{
    outline-color: rgb(198 238 219 / 0.5);
}
.outline-primary-200\/55{
    outline-color: rgb(198 238 219 / 0.55);
}
.outline-primary-200\/60{
    outline-color: rgb(198 238 219 / 0.6);
}
.outline-primary-200\/65{
    outline-color: rgb(198 238 219 / 0.65);
}
.outline-primary-200\/70{
    outline-color: rgb(198 238 219 / 0.7);
}
.outline-primary-200\/75{
    outline-color: rgb(198 238 219 / 0.75);
}
.outline-primary-200\/80{
    outline-color: rgb(198 238 219 / 0.8);
}
.outline-primary-200\/85{
    outline-color: rgb(198 238 219 / 0.85);
}
.outline-primary-200\/90{
    outline-color: rgb(198 238 219 / 0.9);
}
.outline-primary-200\/95{
    outline-color: rgb(198 238 219 / 0.95);
}
.outline-primary-5{
    outline-color: #141C18;
}
.outline-primary-5\/0{
    outline-color: rgb(20 28 24 / 0);
}
.outline-primary-5\/10{
    outline-color: rgb(20 28 24 / 0.1);
}
.outline-primary-5\/100{
    outline-color: rgb(20 28 24 / 1);
}
.outline-primary-5\/15{
    outline-color: rgb(20 28 24 / 0.15);
}
.outline-primary-5\/20{
    outline-color: rgb(20 28 24 / 0.2);
}
.outline-primary-5\/25{
    outline-color: rgb(20 28 24 / 0.25);
}
.outline-primary-5\/30{
    outline-color: rgb(20 28 24 / 0.3);
}
.outline-primary-5\/35{
    outline-color: rgb(20 28 24 / 0.35);
}
.outline-primary-5\/40{
    outline-color: rgb(20 28 24 / 0.4);
}
.outline-primary-5\/45{
    outline-color: rgb(20 28 24 / 0.45);
}
.outline-primary-5\/5{
    outline-color: rgb(20 28 24 / 0.05);
}
.outline-primary-5\/50{
    outline-color: rgb(20 28 24 / 0.5);
}
.outline-primary-5\/55{
    outline-color: rgb(20 28 24 / 0.55);
}
.outline-primary-5\/60{
    outline-color: rgb(20 28 24 / 0.6);
}
.outline-primary-5\/65{
    outline-color: rgb(20 28 24 / 0.65);
}
.outline-primary-5\/70{
    outline-color: rgb(20 28 24 / 0.7);
}
.outline-primary-5\/75{
    outline-color: rgb(20 28 24 / 0.75);
}
.outline-primary-5\/80{
    outline-color: rgb(20 28 24 / 0.8);
}
.outline-primary-5\/85{
    outline-color: rgb(20 28 24 / 0.85);
}
.outline-primary-5\/90{
    outline-color: rgb(20 28 24 / 0.9);
}
.outline-primary-5\/95{
    outline-color: rgb(20 28 24 / 0.95);
}
.outline-primary-500{
    outline-color: #48E59B;
}
.outline-primary-500\/0{
    outline-color: rgb(72 229 155 / 0);
}
.outline-primary-500\/10{
    outline-color: rgb(72 229 155 / 0.1);
}
.outline-primary-500\/100{
    outline-color: rgb(72 229 155 / 1);
}
.outline-primary-500\/15{
    outline-color: rgb(72 229 155 / 0.15);
}
.outline-primary-500\/20{
    outline-color: rgb(72 229 155 / 0.2);
}
.outline-primary-500\/25{
    outline-color: rgb(72 229 155 / 0.25);
}
.outline-primary-500\/30{
    outline-color: rgb(72 229 155 / 0.3);
}
.outline-primary-500\/35{
    outline-color: rgb(72 229 155 / 0.35);
}
.outline-primary-500\/40{
    outline-color: rgb(72 229 155 / 0.4);
}
.outline-primary-500\/45{
    outline-color: rgb(72 229 155 / 0.45);
}
.outline-primary-500\/5{
    outline-color: rgb(72 229 155 / 0.05);
}
.outline-primary-500\/50{
    outline-color: rgb(72 229 155 / 0.5);
}
.outline-primary-500\/55{
    outline-color: rgb(72 229 155 / 0.55);
}
.outline-primary-500\/60{
    outline-color: rgb(72 229 155 / 0.6);
}
.outline-primary-500\/65{
    outline-color: rgb(72 229 155 / 0.65);
}
.outline-primary-500\/70{
    outline-color: rgb(72 229 155 / 0.7);
}
.outline-primary-500\/75{
    outline-color: rgb(72 229 155 / 0.75);
}
.outline-primary-500\/80{
    outline-color: rgb(72 229 155 / 0.8);
}
.outline-primary-500\/85{
    outline-color: rgb(72 229 155 / 0.85);
}
.outline-primary-500\/90{
    outline-color: rgb(72 229 155 / 0.9);
}
.outline-primary-500\/95{
    outline-color: rgb(72 229 155 / 0.95);
}
.outline-primary-60{
    outline-color: #399B6D;
}
.outline-primary-60\/0{
    outline-color: rgb(57 155 109 / 0);
}
.outline-primary-60\/10{
    outline-color: rgb(57 155 109 / 0.1);
}
.outline-primary-60\/100{
    outline-color: rgb(57 155 109 / 1);
}
.outline-primary-60\/15{
    outline-color: rgb(57 155 109 / 0.15);
}
.outline-primary-60\/20{
    outline-color: rgb(57 155 109 / 0.2);
}
.outline-primary-60\/25{
    outline-color: rgb(57 155 109 / 0.25);
}
.outline-primary-60\/30{
    outline-color: rgb(57 155 109 / 0.3);
}
.outline-primary-60\/35{
    outline-color: rgb(57 155 109 / 0.35);
}
.outline-primary-60\/40{
    outline-color: rgb(57 155 109 / 0.4);
}
.outline-primary-60\/45{
    outline-color: rgb(57 155 109 / 0.45);
}
.outline-primary-60\/5{
    outline-color: rgb(57 155 109 / 0.05);
}
.outline-primary-60\/50{
    outline-color: rgb(57 155 109 / 0.5);
}
.outline-primary-60\/55{
    outline-color: rgb(57 155 109 / 0.55);
}
.outline-primary-60\/60{
    outline-color: rgb(57 155 109 / 0.6);
}
.outline-primary-60\/65{
    outline-color: rgb(57 155 109 / 0.65);
}
.outline-primary-60\/70{
    outline-color: rgb(57 155 109 / 0.7);
}
.outline-primary-60\/75{
    outline-color: rgb(57 155 109 / 0.75);
}
.outline-primary-60\/80{
    outline-color: rgb(57 155 109 / 0.8);
}
.outline-primary-60\/85{
    outline-color: rgb(57 155 109 / 0.85);
}
.outline-primary-60\/90{
    outline-color: rgb(57 155 109 / 0.9);
}
.outline-primary-60\/95{
    outline-color: rgb(57 155 109 / 0.95);
}
.outline-primary-600{
    outline-color: #3DBB7F;
}
.outline-primary-600\/0{
    outline-color: rgb(61 187 127 / 0);
}
.outline-primary-600\/10{
    outline-color: rgb(61 187 127 / 0.1);
}
.outline-primary-600\/100{
    outline-color: rgb(61 187 127 / 1);
}
.outline-primary-600\/15{
    outline-color: rgb(61 187 127 / 0.15);
}
.outline-primary-600\/20{
    outline-color: rgb(61 187 127 / 0.2);
}
.outline-primary-600\/25{
    outline-color: rgb(61 187 127 / 0.25);
}
.outline-primary-600\/30{
    outline-color: rgb(61 187 127 / 0.3);
}
.outline-primary-600\/35{
    outline-color: rgb(61 187 127 / 0.35);
}
.outline-primary-600\/40{
    outline-color: rgb(61 187 127 / 0.4);
}
.outline-primary-600\/45{
    outline-color: rgb(61 187 127 / 0.45);
}
.outline-primary-600\/5{
    outline-color: rgb(61 187 127 / 0.05);
}
.outline-primary-600\/50{
    outline-color: rgb(61 187 127 / 0.5);
}
.outline-primary-600\/55{
    outline-color: rgb(61 187 127 / 0.55);
}
.outline-primary-600\/60{
    outline-color: rgb(61 187 127 / 0.6);
}
.outline-primary-600\/65{
    outline-color: rgb(61 187 127 / 0.65);
}
.outline-primary-600\/70{
    outline-color: rgb(61 187 127 / 0.7);
}
.outline-primary-600\/75{
    outline-color: rgb(61 187 127 / 0.75);
}
.outline-primary-600\/80{
    outline-color: rgb(61 187 127 / 0.8);
}
.outline-primary-600\/85{
    outline-color: rgb(61 187 127 / 0.85);
}
.outline-primary-600\/90{
    outline-color: rgb(61 187 127 / 0.9);
}
.outline-primary-600\/95{
    outline-color: rgb(61 187 127 / 0.95);
}
.outline-primary-700{
    outline-color: #399B6D;
}
.outline-primary-700\/0{
    outline-color: rgb(57 155 109 / 0);
}
.outline-primary-700\/10{
    outline-color: rgb(57 155 109 / 0.1);
}
.outline-primary-700\/100{
    outline-color: rgb(57 155 109 / 1);
}
.outline-primary-700\/15{
    outline-color: rgb(57 155 109 / 0.15);
}
.outline-primary-700\/20{
    outline-color: rgb(57 155 109 / 0.2);
}
.outline-primary-700\/25{
    outline-color: rgb(57 155 109 / 0.25);
}
.outline-primary-700\/30{
    outline-color: rgb(57 155 109 / 0.3);
}
.outline-primary-700\/35{
    outline-color: rgb(57 155 109 / 0.35);
}
.outline-primary-700\/40{
    outline-color: rgb(57 155 109 / 0.4);
}
.outline-primary-700\/45{
    outline-color: rgb(57 155 109 / 0.45);
}
.outline-primary-700\/5{
    outline-color: rgb(57 155 109 / 0.05);
}
.outline-primary-700\/50{
    outline-color: rgb(57 155 109 / 0.5);
}
.outline-primary-700\/55{
    outline-color: rgb(57 155 109 / 0.55);
}
.outline-primary-700\/60{
    outline-color: rgb(57 155 109 / 0.6);
}
.outline-primary-700\/65{
    outline-color: rgb(57 155 109 / 0.65);
}
.outline-primary-700\/70{
    outline-color: rgb(57 155 109 / 0.7);
}
.outline-primary-700\/75{
    outline-color: rgb(57 155 109 / 0.75);
}
.outline-primary-700\/80{
    outline-color: rgb(57 155 109 / 0.8);
}
.outline-primary-700\/85{
    outline-color: rgb(57 155 109 / 0.85);
}
.outline-primary-700\/90{
    outline-color: rgb(57 155 109 / 0.9);
}
.outline-primary-700\/95{
    outline-color: rgb(57 155 109 / 0.95);
}
.outline-primary-80{
    outline-color: #3DBB7F;
}
.outline-primary-80\/0{
    outline-color: rgb(61 187 127 / 0);
}
.outline-primary-80\/10{
    outline-color: rgb(61 187 127 / 0.1);
}
.outline-primary-80\/100{
    outline-color: rgb(61 187 127 / 1);
}
.outline-primary-80\/15{
    outline-color: rgb(61 187 127 / 0.15);
}
.outline-primary-80\/20{
    outline-color: rgb(61 187 127 / 0.2);
}
.outline-primary-80\/25{
    outline-color: rgb(61 187 127 / 0.25);
}
.outline-primary-80\/30{
    outline-color: rgb(61 187 127 / 0.3);
}
.outline-primary-80\/35{
    outline-color: rgb(61 187 127 / 0.35);
}
.outline-primary-80\/40{
    outline-color: rgb(61 187 127 / 0.4);
}
.outline-primary-80\/45{
    outline-color: rgb(61 187 127 / 0.45);
}
.outline-primary-80\/5{
    outline-color: rgb(61 187 127 / 0.05);
}
.outline-primary-80\/50{
    outline-color: rgb(61 187 127 / 0.5);
}
.outline-primary-80\/55{
    outline-color: rgb(61 187 127 / 0.55);
}
.outline-primary-80\/60{
    outline-color: rgb(61 187 127 / 0.6);
}
.outline-primary-80\/65{
    outline-color: rgb(61 187 127 / 0.65);
}
.outline-primary-80\/70{
    outline-color: rgb(61 187 127 / 0.7);
}
.outline-primary-80\/75{
    outline-color: rgb(61 187 127 / 0.75);
}
.outline-primary-80\/80{
    outline-color: rgb(61 187 127 / 0.8);
}
.outline-primary-80\/85{
    outline-color: rgb(61 187 127 / 0.85);
}
.outline-primary-80\/90{
    outline-color: rgb(61 187 127 / 0.9);
}
.outline-primary-80\/95{
    outline-color: rgb(61 187 127 / 0.95);
}
.outline-primary-800{
    outline-color: #0A4429;
}
.outline-primary-800\/0{
    outline-color: rgb(10 68 41 / 0);
}
.outline-primary-800\/10{
    outline-color: rgb(10 68 41 / 0.1);
}
.outline-primary-800\/100{
    outline-color: rgb(10 68 41 / 1);
}
.outline-primary-800\/15{
    outline-color: rgb(10 68 41 / 0.15);
}
.outline-primary-800\/20{
    outline-color: rgb(10 68 41 / 0.2);
}
.outline-primary-800\/25{
    outline-color: rgb(10 68 41 / 0.25);
}
.outline-primary-800\/30{
    outline-color: rgb(10 68 41 / 0.3);
}
.outline-primary-800\/35{
    outline-color: rgb(10 68 41 / 0.35);
}
.outline-primary-800\/40{
    outline-color: rgb(10 68 41 / 0.4);
}
.outline-primary-800\/45{
    outline-color: rgb(10 68 41 / 0.45);
}
.outline-primary-800\/5{
    outline-color: rgb(10 68 41 / 0.05);
}
.outline-primary-800\/50{
    outline-color: rgb(10 68 41 / 0.5);
}
.outline-primary-800\/55{
    outline-color: rgb(10 68 41 / 0.55);
}
.outline-primary-800\/60{
    outline-color: rgb(10 68 41 / 0.6);
}
.outline-primary-800\/65{
    outline-color: rgb(10 68 41 / 0.65);
}
.outline-primary-800\/70{
    outline-color: rgb(10 68 41 / 0.7);
}
.outline-primary-800\/75{
    outline-color: rgb(10 68 41 / 0.75);
}
.outline-primary-800\/80{
    outline-color: rgb(10 68 41 / 0.8);
}
.outline-primary-800\/85{
    outline-color: rgb(10 68 41 / 0.85);
}
.outline-primary-800\/90{
    outline-color: rgb(10 68 41 / 0.9);
}
.outline-primary-800\/95{
    outline-color: rgb(10 68 41 / 0.95);
}
.outline-primary-900{
    outline-color: #1C3B2D;
}
.outline-primary-900\/0{
    outline-color: rgb(28 59 45 / 0);
}
.outline-primary-900\/10{
    outline-color: rgb(28 59 45 / 0.1);
}
.outline-primary-900\/100{
    outline-color: rgb(28 59 45 / 1);
}
.outline-primary-900\/15{
    outline-color: rgb(28 59 45 / 0.15);
}
.outline-primary-900\/20{
    outline-color: rgb(28 59 45 / 0.2);
}
.outline-primary-900\/25{
    outline-color: rgb(28 59 45 / 0.25);
}
.outline-primary-900\/30{
    outline-color: rgb(28 59 45 / 0.3);
}
.outline-primary-900\/35{
    outline-color: rgb(28 59 45 / 0.35);
}
.outline-primary-900\/40{
    outline-color: rgb(28 59 45 / 0.4);
}
.outline-primary-900\/45{
    outline-color: rgb(28 59 45 / 0.45);
}
.outline-primary-900\/5{
    outline-color: rgb(28 59 45 / 0.05);
}
.outline-primary-900\/50{
    outline-color: rgb(28 59 45 / 0.5);
}
.outline-primary-900\/55{
    outline-color: rgb(28 59 45 / 0.55);
}
.outline-primary-900\/60{
    outline-color: rgb(28 59 45 / 0.6);
}
.outline-primary-900\/65{
    outline-color: rgb(28 59 45 / 0.65);
}
.outline-primary-900\/70{
    outline-color: rgb(28 59 45 / 0.7);
}
.outline-primary-900\/75{
    outline-color: rgb(28 59 45 / 0.75);
}
.outline-primary-900\/80{
    outline-color: rgb(28 59 45 / 0.8);
}
.outline-primary-900\/85{
    outline-color: rgb(28 59 45 / 0.85);
}
.outline-primary-900\/90{
    outline-color: rgb(28 59 45 / 0.9);
}
.outline-primary-900\/95{
    outline-color: rgb(28 59 45 / 0.95);
}
.outline-primary-950{
    outline-color: #141C18;
}
.outline-primary-950\/0{
    outline-color: rgb(20 28 24 / 0);
}
.outline-primary-950\/10{
    outline-color: rgb(20 28 24 / 0.1);
}
.outline-primary-950\/100{
    outline-color: rgb(20 28 24 / 1);
}
.outline-primary-950\/15{
    outline-color: rgb(20 28 24 / 0.15);
}
.outline-primary-950\/20{
    outline-color: rgb(20 28 24 / 0.2);
}
.outline-primary-950\/25{
    outline-color: rgb(20 28 24 / 0.25);
}
.outline-primary-950\/30{
    outline-color: rgb(20 28 24 / 0.3);
}
.outline-primary-950\/35{
    outline-color: rgb(20 28 24 / 0.35);
}
.outline-primary-950\/40{
    outline-color: rgb(20 28 24 / 0.4);
}
.outline-primary-950\/45{
    outline-color: rgb(20 28 24 / 0.45);
}
.outline-primary-950\/5{
    outline-color: rgb(20 28 24 / 0.05);
}
.outline-primary-950\/50{
    outline-color: rgb(20 28 24 / 0.5);
}
.outline-primary-950\/55{
    outline-color: rgb(20 28 24 / 0.55);
}
.outline-primary-950\/60{
    outline-color: rgb(20 28 24 / 0.6);
}
.outline-primary-950\/65{
    outline-color: rgb(20 28 24 / 0.65);
}
.outline-primary-950\/70{
    outline-color: rgb(20 28 24 / 0.7);
}
.outline-primary-950\/75{
    outline-color: rgb(20 28 24 / 0.75);
}
.outline-primary-950\/80{
    outline-color: rgb(20 28 24 / 0.8);
}
.outline-primary-950\/85{
    outline-color: rgb(20 28 24 / 0.85);
}
.outline-primary-950\/90{
    outline-color: rgb(20 28 24 / 0.9);
}
.outline-primary-950\/95{
    outline-color: rgb(20 28 24 / 0.95);
}
.outline-primary-dark{
    outline-color: #0A4429;
}
.outline-primary-dark\/0{
    outline-color: rgb(10 68 41 / 0);
}
.outline-primary-dark\/10{
    outline-color: rgb(10 68 41 / 0.1);
}
.outline-primary-dark\/100{
    outline-color: rgb(10 68 41 / 1);
}
.outline-primary-dark\/15{
    outline-color: rgb(10 68 41 / 0.15);
}
.outline-primary-dark\/20{
    outline-color: rgb(10 68 41 / 0.2);
}
.outline-primary-dark\/25{
    outline-color: rgb(10 68 41 / 0.25);
}
.outline-primary-dark\/30{
    outline-color: rgb(10 68 41 / 0.3);
}
.outline-primary-dark\/35{
    outline-color: rgb(10 68 41 / 0.35);
}
.outline-primary-dark\/40{
    outline-color: rgb(10 68 41 / 0.4);
}
.outline-primary-dark\/45{
    outline-color: rgb(10 68 41 / 0.45);
}
.outline-primary-dark\/5{
    outline-color: rgb(10 68 41 / 0.05);
}
.outline-primary-dark\/50{
    outline-color: rgb(10 68 41 / 0.5);
}
.outline-primary-dark\/55{
    outline-color: rgb(10 68 41 / 0.55);
}
.outline-primary-dark\/60{
    outline-color: rgb(10 68 41 / 0.6);
}
.outline-primary-dark\/65{
    outline-color: rgb(10 68 41 / 0.65);
}
.outline-primary-dark\/70{
    outline-color: rgb(10 68 41 / 0.7);
}
.outline-primary-dark\/75{
    outline-color: rgb(10 68 41 / 0.75);
}
.outline-primary-dark\/80{
    outline-color: rgb(10 68 41 / 0.8);
}
.outline-primary-dark\/85{
    outline-color: rgb(10 68 41 / 0.85);
}
.outline-primary-dark\/90{
    outline-color: rgb(10 68 41 / 0.9);
}
.outline-primary-dark\/95{
    outline-color: rgb(10 68 41 / 0.95);
}
.outline-primary-light{
    outline-color: #C6EEDB;
}
.outline-primary-light\/0{
    outline-color: rgb(198 238 219 / 0);
}
.outline-primary-light\/10{
    outline-color: rgb(198 238 219 / 0.1);
}
.outline-primary-light\/100{
    outline-color: rgb(198 238 219 / 1);
}
.outline-primary-light\/15{
    outline-color: rgb(198 238 219 / 0.15);
}
.outline-primary-light\/20{
    outline-color: rgb(198 238 219 / 0.2);
}
.outline-primary-light\/25{
    outline-color: rgb(198 238 219 / 0.25);
}
.outline-primary-light\/30{
    outline-color: rgb(198 238 219 / 0.3);
}
.outline-primary-light\/35{
    outline-color: rgb(198 238 219 / 0.35);
}
.outline-primary-light\/40{
    outline-color: rgb(198 238 219 / 0.4);
}
.outline-primary-light\/45{
    outline-color: rgb(198 238 219 / 0.45);
}
.outline-primary-light\/5{
    outline-color: rgb(198 238 219 / 0.05);
}
.outline-primary-light\/50{
    outline-color: rgb(198 238 219 / 0.5);
}
.outline-primary-light\/55{
    outline-color: rgb(198 238 219 / 0.55);
}
.outline-primary-light\/60{
    outline-color: rgb(198 238 219 / 0.6);
}
.outline-primary-light\/65{
    outline-color: rgb(198 238 219 / 0.65);
}
.outline-primary-light\/70{
    outline-color: rgb(198 238 219 / 0.7);
}
.outline-primary-light\/75{
    outline-color: rgb(198 238 219 / 0.75);
}
.outline-primary-light\/80{
    outline-color: rgb(198 238 219 / 0.8);
}
.outline-primary-light\/85{
    outline-color: rgb(198 238 219 / 0.85);
}
.outline-primary-light\/90{
    outline-color: rgb(198 238 219 / 0.9);
}
.outline-primary-light\/95{
    outline-color: rgb(198 238 219 / 0.95);
}
.outline-primary\/0{
    outline-color: rgb(72 229 155 / 0);
}
.outline-primary\/10{
    outline-color: rgb(72 229 155 / 0.1);
}
.outline-primary\/100{
    outline-color: rgb(72 229 155 / 1);
}
.outline-primary\/15{
    outline-color: rgb(72 229 155 / 0.15);
}
.outline-primary\/20{
    outline-color: rgb(72 229 155 / 0.2);
}
.outline-primary\/25{
    outline-color: rgb(72 229 155 / 0.25);
}
.outline-primary\/30{
    outline-color: rgb(72 229 155 / 0.3);
}
.outline-primary\/35{
    outline-color: rgb(72 229 155 / 0.35);
}
.outline-primary\/40{
    outline-color: rgb(72 229 155 / 0.4);
}
.outline-primary\/45{
    outline-color: rgb(72 229 155 / 0.45);
}
.outline-primary\/5{
    outline-color: rgb(72 229 155 / 0.05);
}
.outline-primary\/50{
    outline-color: rgb(72 229 155 / 0.5);
}
.outline-primary\/55{
    outline-color: rgb(72 229 155 / 0.55);
}
.outline-primary\/60{
    outline-color: rgb(72 229 155 / 0.6);
}
.outline-primary\/65{
    outline-color: rgb(72 229 155 / 0.65);
}
.outline-primary\/70{
    outline-color: rgb(72 229 155 / 0.7);
}
.outline-primary\/75{
    outline-color: rgb(72 229 155 / 0.75);
}
.outline-primary\/80{
    outline-color: rgb(72 229 155 / 0.8);
}
.outline-primary\/85{
    outline-color: rgb(72 229 155 / 0.85);
}
.outline-primary\/90{
    outline-color: rgb(72 229 155 / 0.9);
}
.outline-primary\/95{
    outline-color: rgb(72 229 155 / 0.95);
}
.outline-secondary{
    outline-color: #015AD5;
}
.outline-secondary-500{
    outline-color: #015AD5;
}
.outline-secondary-500\/0{
    outline-color: rgb(1 90 213 / 0);
}
.outline-secondary-500\/10{
    outline-color: rgb(1 90 213 / 0.1);
}
.outline-secondary-500\/100{
    outline-color: rgb(1 90 213 / 1);
}
.outline-secondary-500\/15{
    outline-color: rgb(1 90 213 / 0.15);
}
.outline-secondary-500\/20{
    outline-color: rgb(1 90 213 / 0.2);
}
.outline-secondary-500\/25{
    outline-color: rgb(1 90 213 / 0.25);
}
.outline-secondary-500\/30{
    outline-color: rgb(1 90 213 / 0.3);
}
.outline-secondary-500\/35{
    outline-color: rgb(1 90 213 / 0.35);
}
.outline-secondary-500\/40{
    outline-color: rgb(1 90 213 / 0.4);
}
.outline-secondary-500\/45{
    outline-color: rgb(1 90 213 / 0.45);
}
.outline-secondary-500\/5{
    outline-color: rgb(1 90 213 / 0.05);
}
.outline-secondary-500\/50{
    outline-color: rgb(1 90 213 / 0.5);
}
.outline-secondary-500\/55{
    outline-color: rgb(1 90 213 / 0.55);
}
.outline-secondary-500\/60{
    outline-color: rgb(1 90 213 / 0.6);
}
.outline-secondary-500\/65{
    outline-color: rgb(1 90 213 / 0.65);
}
.outline-secondary-500\/70{
    outline-color: rgb(1 90 213 / 0.7);
}
.outline-secondary-500\/75{
    outline-color: rgb(1 90 213 / 0.75);
}
.outline-secondary-500\/80{
    outline-color: rgb(1 90 213 / 0.8);
}
.outline-secondary-500\/85{
    outline-color: rgb(1 90 213 / 0.85);
}
.outline-secondary-500\/90{
    outline-color: rgb(1 90 213 / 0.9);
}
.outline-secondary-500\/95{
    outline-color: rgb(1 90 213 / 0.95);
}
.outline-secondary\/0{
    outline-color: rgb(1 90 213 / 0);
}
.outline-secondary\/10{
    outline-color: rgb(1 90 213 / 0.1);
}
.outline-secondary\/100{
    outline-color: rgb(1 90 213 / 1);
}
.outline-secondary\/15{
    outline-color: rgb(1 90 213 / 0.15);
}
.outline-secondary\/20{
    outline-color: rgb(1 90 213 / 0.2);
}
.outline-secondary\/25{
    outline-color: rgb(1 90 213 / 0.25);
}
.outline-secondary\/30{
    outline-color: rgb(1 90 213 / 0.3);
}
.outline-secondary\/35{
    outline-color: rgb(1 90 213 / 0.35);
}
.outline-secondary\/40{
    outline-color: rgb(1 90 213 / 0.4);
}
.outline-secondary\/45{
    outline-color: rgb(1 90 213 / 0.45);
}
.outline-secondary\/5{
    outline-color: rgb(1 90 213 / 0.05);
}
.outline-secondary\/50{
    outline-color: rgb(1 90 213 / 0.5);
}
.outline-secondary\/55{
    outline-color: rgb(1 90 213 / 0.55);
}
.outline-secondary\/60{
    outline-color: rgb(1 90 213 / 0.6);
}
.outline-secondary\/65{
    outline-color: rgb(1 90 213 / 0.65);
}
.outline-secondary\/70{
    outline-color: rgb(1 90 213 / 0.7);
}
.outline-secondary\/75{
    outline-color: rgb(1 90 213 / 0.75);
}
.outline-secondary\/80{
    outline-color: rgb(1 90 213 / 0.8);
}
.outline-secondary\/85{
    outline-color: rgb(1 90 213 / 0.85);
}
.outline-secondary\/90{
    outline-color: rgb(1 90 213 / 0.9);
}
.outline-secondary\/95{
    outline-color: rgb(1 90 213 / 0.95);
}
.ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-\[\.1em\]{
    --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(.1em + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset{
    --tw-ring-inset: inset;
}
.ring-black-1000{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-black-brand{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(49 49 49 / var(--tw-ring-opacity));
}
.ring-black-brand\/0{
    --tw-ring-color: rgb(49 49 49 / 0);
}
.ring-black-brand\/10{
    --tw-ring-color: rgb(49 49 49 / 0.1);
}
.ring-black-brand\/100{
    --tw-ring-color: rgb(49 49 49 / 1);
}
.ring-black-brand\/15{
    --tw-ring-color: rgb(49 49 49 / 0.15);
}
.ring-black-brand\/20{
    --tw-ring-color: rgb(49 49 49 / 0.2);
}
.ring-black-brand\/25{
    --tw-ring-color: rgb(49 49 49 / 0.25);
}
.ring-black-brand\/30{
    --tw-ring-color: rgb(49 49 49 / 0.3);
}
.ring-black-brand\/35{
    --tw-ring-color: rgb(49 49 49 / 0.35);
}
.ring-black-brand\/40{
    --tw-ring-color: rgb(49 49 49 / 0.4);
}
.ring-black-brand\/45{
    --tw-ring-color: rgb(49 49 49 / 0.45);
}
.ring-black-brand\/5{
    --tw-ring-color: rgb(49 49 49 / 0.05);
}
.ring-black-brand\/50{
    --tw-ring-color: rgb(49 49 49 / 0.5);
}
.ring-black-brand\/55{
    --tw-ring-color: rgb(49 49 49 / 0.55);
}
.ring-black-brand\/60{
    --tw-ring-color: rgb(49 49 49 / 0.6);
}
.ring-black-brand\/65{
    --tw-ring-color: rgb(49 49 49 / 0.65);
}
.ring-black-brand\/70{
    --tw-ring-color: rgb(49 49 49 / 0.7);
}
.ring-black-brand\/75{
    --tw-ring-color: rgb(49 49 49 / 0.75);
}
.ring-black-brand\/80{
    --tw-ring-color: rgb(49 49 49 / 0.8);
}
.ring-black-brand\/85{
    --tw-ring-color: rgb(49 49 49 / 0.85);
}
.ring-black-brand\/90{
    --tw-ring-color: rgb(49 49 49 / 0.9);
}
.ring-black-brand\/95{
    --tw-ring-color: rgb(49 49 49 / 0.95);
}
.ring-brand-100{
    --tw-ring-color: #c6eedb0d;
}
.ring-brand-100\/0{
    --tw-ring-color: rgb(198 238 219 / 0);
}
.ring-brand-100\/10{
    --tw-ring-color: rgb(198 238 219 / 0.1);
}
.ring-brand-100\/100{
    --tw-ring-color: rgb(198 238 219 / 1);
}
.ring-brand-100\/15{
    --tw-ring-color: rgb(198 238 219 / 0.15);
}
.ring-brand-100\/20{
    --tw-ring-color: rgb(198 238 219 / 0.2);
}
.ring-brand-100\/25{
    --tw-ring-color: rgb(198 238 219 / 0.25);
}
.ring-brand-100\/30{
    --tw-ring-color: rgb(198 238 219 / 0.3);
}
.ring-brand-100\/35{
    --tw-ring-color: rgb(198 238 219 / 0.35);
}
.ring-brand-100\/40{
    --tw-ring-color: rgb(198 238 219 / 0.4);
}
.ring-brand-100\/45{
    --tw-ring-color: rgb(198 238 219 / 0.45);
}
.ring-brand-100\/5{
    --tw-ring-color: rgb(198 238 219 / 0.05);
}
.ring-brand-100\/50{
    --tw-ring-color: rgb(198 238 219 / 0.5);
}
.ring-brand-100\/55{
    --tw-ring-color: rgb(198 238 219 / 0.55);
}
.ring-brand-100\/60{
    --tw-ring-color: rgb(198 238 219 / 0.6);
}
.ring-brand-100\/65{
    --tw-ring-color: rgb(198 238 219 / 0.65);
}
.ring-brand-100\/70{
    --tw-ring-color: rgb(198 238 219 / 0.7);
}
.ring-brand-100\/75{
    --tw-ring-color: rgb(198 238 219 / 0.75);
}
.ring-brand-100\/80{
    --tw-ring-color: rgb(198 238 219 / 0.8);
}
.ring-brand-100\/85{
    --tw-ring-color: rgb(198 238 219 / 0.85);
}
.ring-brand-100\/90{
    --tw-ring-color: rgb(198 238 219 / 0.9);
}
.ring-brand-100\/95{
    --tw-ring-color: rgb(198 238 219 / 0.95);
}
.ring-brand-20{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(72 229 155 / var(--tw-ring-opacity));
}
.ring-brand-20\/0{
    --tw-ring-color: rgb(72 229 155 / 0);
}
.ring-brand-20\/10{
    --tw-ring-color: rgb(72 229 155 / 0.1);
}
.ring-brand-20\/100{
    --tw-ring-color: rgb(72 229 155 / 1);
}
.ring-brand-20\/15{
    --tw-ring-color: rgb(72 229 155 / 0.15);
}
.ring-brand-20\/20{
    --tw-ring-color: rgb(72 229 155 / 0.2);
}
.ring-brand-20\/25{
    --tw-ring-color: rgb(72 229 155 / 0.25);
}
.ring-brand-20\/30{
    --tw-ring-color: rgb(72 229 155 / 0.3);
}
.ring-brand-20\/35{
    --tw-ring-color: rgb(72 229 155 / 0.35);
}
.ring-brand-20\/40{
    --tw-ring-color: rgb(72 229 155 / 0.4);
}
.ring-brand-20\/45{
    --tw-ring-color: rgb(72 229 155 / 0.45);
}
.ring-brand-20\/5{
    --tw-ring-color: rgb(72 229 155 / 0.05);
}
.ring-brand-20\/50{
    --tw-ring-color: rgb(72 229 155 / 0.5);
}
.ring-brand-20\/55{
    --tw-ring-color: rgb(72 229 155 / 0.55);
}
.ring-brand-20\/60{
    --tw-ring-color: rgb(72 229 155 / 0.6);
}
.ring-brand-20\/65{
    --tw-ring-color: rgb(72 229 155 / 0.65);
}
.ring-brand-20\/70{
    --tw-ring-color: rgb(72 229 155 / 0.7);
}
.ring-brand-20\/75{
    --tw-ring-color: rgb(72 229 155 / 0.75);
}
.ring-brand-20\/80{
    --tw-ring-color: rgb(72 229 155 / 0.8);
}
.ring-brand-20\/85{
    --tw-ring-color: rgb(72 229 155 / 0.85);
}
.ring-brand-20\/90{
    --tw-ring-color: rgb(72 229 155 / 0.9);
}
.ring-brand-20\/95{
    --tw-ring-color: rgb(72 229 155 / 0.95);
}
.ring-brand-200{
    --tw-ring-color: #c6eedb33;
}
.ring-brand-200\/0{
    --tw-ring-color: rgb(198 238 219 / 0);
}
.ring-brand-200\/10{
    --tw-ring-color: rgb(198 238 219 / 0.1);
}
.ring-brand-200\/100{
    --tw-ring-color: rgb(198 238 219 / 1);
}
.ring-brand-200\/15{
    --tw-ring-color: rgb(198 238 219 / 0.15);
}
.ring-brand-200\/20{
    --tw-ring-color: rgb(198 238 219 / 0.2);
}
.ring-brand-200\/25{
    --tw-ring-color: rgb(198 238 219 / 0.25);
}
.ring-brand-200\/30{
    --tw-ring-color: rgb(198 238 219 / 0.3);
}
.ring-brand-200\/35{
    --tw-ring-color: rgb(198 238 219 / 0.35);
}
.ring-brand-200\/40{
    --tw-ring-color: rgb(198 238 219 / 0.4);
}
.ring-brand-200\/45{
    --tw-ring-color: rgb(198 238 219 / 0.45);
}
.ring-brand-200\/5{
    --tw-ring-color: rgb(198 238 219 / 0.05);
}
.ring-brand-200\/50{
    --tw-ring-color: rgb(198 238 219 / 0.5);
}
.ring-brand-200\/55{
    --tw-ring-color: rgb(198 238 219 / 0.55);
}
.ring-brand-200\/60{
    --tw-ring-color: rgb(198 238 219 / 0.6);
}
.ring-brand-200\/65{
    --tw-ring-color: rgb(198 238 219 / 0.65);
}
.ring-brand-200\/70{
    --tw-ring-color: rgb(198 238 219 / 0.7);
}
.ring-brand-200\/75{
    --tw-ring-color: rgb(198 238 219 / 0.75);
}
.ring-brand-200\/80{
    --tw-ring-color: rgb(198 238 219 / 0.8);
}
.ring-brand-200\/85{
    --tw-ring-color: rgb(198 238 219 / 0.85);
}
.ring-brand-200\/90{
    --tw-ring-color: rgb(198 238 219 / 0.9);
}
.ring-brand-200\/95{
    --tw-ring-color: rgb(198 238 219 / 0.95);
}
.ring-brand-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(198 238 219 / var(--tw-ring-opacity));
}
.ring-brand-300\/0{
    --tw-ring-color: rgb(198 238 219 / 0);
}
.ring-brand-300\/10{
    --tw-ring-color: rgb(198 238 219 / 0.1);
}
.ring-brand-300\/100{
    --tw-ring-color: rgb(198 238 219 / 1);
}
.ring-brand-300\/15{
    --tw-ring-color: rgb(198 238 219 / 0.15);
}
.ring-brand-300\/20{
    --tw-ring-color: rgb(198 238 219 / 0.2);
}
.ring-brand-300\/25{
    --tw-ring-color: rgb(198 238 219 / 0.25);
}
.ring-brand-300\/30{
    --tw-ring-color: rgb(198 238 219 / 0.3);
}
.ring-brand-300\/35{
    --tw-ring-color: rgb(198 238 219 / 0.35);
}
.ring-brand-300\/40{
    --tw-ring-color: rgb(198 238 219 / 0.4);
}
.ring-brand-300\/45{
    --tw-ring-color: rgb(198 238 219 / 0.45);
}
.ring-brand-300\/5{
    --tw-ring-color: rgb(198 238 219 / 0.05);
}
.ring-brand-300\/50{
    --tw-ring-color: rgb(198 238 219 / 0.5);
}
.ring-brand-300\/55{
    --tw-ring-color: rgb(198 238 219 / 0.55);
}
.ring-brand-300\/60{
    --tw-ring-color: rgb(198 238 219 / 0.6);
}
.ring-brand-300\/65{
    --tw-ring-color: rgb(198 238 219 / 0.65);
}
.ring-brand-300\/70{
    --tw-ring-color: rgb(198 238 219 / 0.7);
}
.ring-brand-300\/75{
    --tw-ring-color: rgb(198 238 219 / 0.75);
}
.ring-brand-300\/80{
    --tw-ring-color: rgb(198 238 219 / 0.8);
}
.ring-brand-300\/85{
    --tw-ring-color: rgb(198 238 219 / 0.85);
}
.ring-brand-300\/90{
    --tw-ring-color: rgb(198 238 219 / 0.9);
}
.ring-brand-300\/95{
    --tw-ring-color: rgb(198 238 219 / 0.95);
}
.ring-brand-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(17 17 17 / var(--tw-ring-opacity));
}
.ring-brand-black\/0{
    --tw-ring-color: rgb(17 17 17 / 0);
}
.ring-brand-black\/10{
    --tw-ring-color: rgb(17 17 17 / 0.1);
}
.ring-brand-black\/100{
    --tw-ring-color: rgb(17 17 17 / 1);
}
.ring-brand-black\/15{
    --tw-ring-color: rgb(17 17 17 / 0.15);
}
.ring-brand-black\/20{
    --tw-ring-color: rgb(17 17 17 / 0.2);
}
.ring-brand-black\/25{
    --tw-ring-color: rgb(17 17 17 / 0.25);
}
.ring-brand-black\/30{
    --tw-ring-color: rgb(17 17 17 / 0.3);
}
.ring-brand-black\/35{
    --tw-ring-color: rgb(17 17 17 / 0.35);
}
.ring-brand-black\/40{
    --tw-ring-color: rgb(17 17 17 / 0.4);
}
.ring-brand-black\/45{
    --tw-ring-color: rgb(17 17 17 / 0.45);
}
.ring-brand-black\/5{
    --tw-ring-color: rgb(17 17 17 / 0.05);
}
.ring-brand-black\/50{
    --tw-ring-color: rgb(17 17 17 / 0.5);
}
.ring-brand-black\/55{
    --tw-ring-color: rgb(17 17 17 / 0.55);
}
.ring-brand-black\/60{
    --tw-ring-color: rgb(17 17 17 / 0.6);
}
.ring-brand-black\/65{
    --tw-ring-color: rgb(17 17 17 / 0.65);
}
.ring-brand-black\/70{
    --tw-ring-color: rgb(17 17 17 / 0.7);
}
.ring-brand-black\/75{
    --tw-ring-color: rgb(17 17 17 / 0.75);
}
.ring-brand-black\/80{
    --tw-ring-color: rgb(17 17 17 / 0.8);
}
.ring-brand-black\/85{
    --tw-ring-color: rgb(17 17 17 / 0.85);
}
.ring-brand-black\/90{
    --tw-ring-color: rgb(17 17 17 / 0.9);
}
.ring-brand-black\/95{
    --tw-ring-color: rgb(17 17 17 / 0.95);
}
.ring-brand-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(112 168 244 / var(--tw-ring-opacity));
}
.ring-brand-blue\/0{
    --tw-ring-color: rgb(112 168 244 / 0);
}
.ring-brand-blue\/10{
    --tw-ring-color: rgb(112 168 244 / 0.1);
}
.ring-brand-blue\/100{
    --tw-ring-color: rgb(112 168 244 / 1);
}
.ring-brand-blue\/15{
    --tw-ring-color: rgb(112 168 244 / 0.15);
}
.ring-brand-blue\/20{
    --tw-ring-color: rgb(112 168 244 / 0.2);
}
.ring-brand-blue\/25{
    --tw-ring-color: rgb(112 168 244 / 0.25);
}
.ring-brand-blue\/30{
    --tw-ring-color: rgb(112 168 244 / 0.3);
}
.ring-brand-blue\/35{
    --tw-ring-color: rgb(112 168 244 / 0.35);
}
.ring-brand-blue\/40{
    --tw-ring-color: rgb(112 168 244 / 0.4);
}
.ring-brand-blue\/45{
    --tw-ring-color: rgb(112 168 244 / 0.45);
}
.ring-brand-blue\/5{
    --tw-ring-color: rgb(112 168 244 / 0.05);
}
.ring-brand-blue\/50{
    --tw-ring-color: rgb(112 168 244 / 0.5);
}
.ring-brand-blue\/55{
    --tw-ring-color: rgb(112 168 244 / 0.55);
}
.ring-brand-blue\/60{
    --tw-ring-color: rgb(112 168 244 / 0.6);
}
.ring-brand-blue\/65{
    --tw-ring-color: rgb(112 168 244 / 0.65);
}
.ring-brand-blue\/70{
    --tw-ring-color: rgb(112 168 244 / 0.7);
}
.ring-brand-blue\/75{
    --tw-ring-color: rgb(112 168 244 / 0.75);
}
.ring-brand-blue\/80{
    --tw-ring-color: rgb(112 168 244 / 0.8);
}
.ring-brand-blue\/85{
    --tw-ring-color: rgb(112 168 244 / 0.85);
}
.ring-brand-blue\/90{
    --tw-ring-color: rgb(112 168 244 / 0.9);
}
.ring-brand-blue\/95{
    --tw-ring-color: rgb(112 168 244 / 0.95);
}
.ring-brand-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(35 44 39 / var(--tw-ring-opacity));
}
.ring-brand-dark\/0{
    --tw-ring-color: rgb(35 44 39 / 0);
}
.ring-brand-dark\/10{
    --tw-ring-color: rgb(35 44 39 / 0.1);
}
.ring-brand-dark\/100{
    --tw-ring-color: rgb(35 44 39 / 1);
}
.ring-brand-dark\/15{
    --tw-ring-color: rgb(35 44 39 / 0.15);
}
.ring-brand-dark\/20{
    --tw-ring-color: rgb(35 44 39 / 0.2);
}
.ring-brand-dark\/25{
    --tw-ring-color: rgb(35 44 39 / 0.25);
}
.ring-brand-dark\/30{
    --tw-ring-color: rgb(35 44 39 / 0.3);
}
.ring-brand-dark\/35{
    --tw-ring-color: rgb(35 44 39 / 0.35);
}
.ring-brand-dark\/40{
    --tw-ring-color: rgb(35 44 39 / 0.4);
}
.ring-brand-dark\/45{
    --tw-ring-color: rgb(35 44 39 / 0.45);
}
.ring-brand-dark\/5{
    --tw-ring-color: rgb(35 44 39 / 0.05);
}
.ring-brand-dark\/50{
    --tw-ring-color: rgb(35 44 39 / 0.5);
}
.ring-brand-dark\/55{
    --tw-ring-color: rgb(35 44 39 / 0.55);
}
.ring-brand-dark\/60{
    --tw-ring-color: rgb(35 44 39 / 0.6);
}
.ring-brand-dark\/65{
    --tw-ring-color: rgb(35 44 39 / 0.65);
}
.ring-brand-dark\/70{
    --tw-ring-color: rgb(35 44 39 / 0.7);
}
.ring-brand-dark\/75{
    --tw-ring-color: rgb(35 44 39 / 0.75);
}
.ring-brand-dark\/80{
    --tw-ring-color: rgb(35 44 39 / 0.8);
}
.ring-brand-dark\/85{
    --tw-ring-color: rgb(35 44 39 / 0.85);
}
.ring-brand-dark\/90{
    --tw-ring-color: rgb(35 44 39 / 0.9);
}
.ring-brand-dark\/95{
    --tw-ring-color: rgb(35 44 39 / 0.95);
}
.ring-brand-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(72 229 155 / var(--tw-ring-opacity));
}
.ring-brand-green\/0{
    --tw-ring-color: rgb(72 229 155 / 0);
}
.ring-brand-green\/10{
    --tw-ring-color: rgb(72 229 155 / 0.1);
}
.ring-brand-green\/100{
    --tw-ring-color: rgb(72 229 155 / 1);
}
.ring-brand-green\/15{
    --tw-ring-color: rgb(72 229 155 / 0.15);
}
.ring-brand-green\/20{
    --tw-ring-color: rgb(72 229 155 / 0.2);
}
.ring-brand-green\/25{
    --tw-ring-color: rgb(72 229 155 / 0.25);
}
.ring-brand-green\/30{
    --tw-ring-color: rgb(72 229 155 / 0.3);
}
.ring-brand-green\/35{
    --tw-ring-color: rgb(72 229 155 / 0.35);
}
.ring-brand-green\/40{
    --tw-ring-color: rgb(72 229 155 / 0.4);
}
.ring-brand-green\/45{
    --tw-ring-color: rgb(72 229 155 / 0.45);
}
.ring-brand-green\/5{
    --tw-ring-color: rgb(72 229 155 / 0.05);
}
.ring-brand-green\/50{
    --tw-ring-color: rgb(72 229 155 / 0.5);
}
.ring-brand-green\/55{
    --tw-ring-color: rgb(72 229 155 / 0.55);
}
.ring-brand-green\/60{
    --tw-ring-color: rgb(72 229 155 / 0.6);
}
.ring-brand-green\/65{
    --tw-ring-color: rgb(72 229 155 / 0.65);
}
.ring-brand-green\/70{
    --tw-ring-color: rgb(72 229 155 / 0.7);
}
.ring-brand-green\/75{
    --tw-ring-color: rgb(72 229 155 / 0.75);
}
.ring-brand-green\/80{
    --tw-ring-color: rgb(72 229 155 / 0.8);
}
.ring-brand-green\/85{
    --tw-ring-color: rgb(72 229 155 / 0.85);
}
.ring-brand-green\/90{
    --tw-ring-color: rgb(72 229 155 / 0.9);
}
.ring-brand-green\/95{
    --tw-ring-color: rgb(72 229 155 / 0.95);
}
.ring-brand-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(198 238 219 / var(--tw-ring-opacity));
}
.ring-brand-light\/0{
    --tw-ring-color: rgb(198 238 219 / 0);
}
.ring-brand-light\/10{
    --tw-ring-color: rgb(198 238 219 / 0.1);
}
.ring-brand-light\/100{
    --tw-ring-color: rgb(198 238 219 / 1);
}
.ring-brand-light\/15{
    --tw-ring-color: rgb(198 238 219 / 0.15);
}
.ring-brand-light\/20{
    --tw-ring-color: rgb(198 238 219 / 0.2);
}
.ring-brand-light\/25{
    --tw-ring-color: rgb(198 238 219 / 0.25);
}
.ring-brand-light\/30{
    --tw-ring-color: rgb(198 238 219 / 0.3);
}
.ring-brand-light\/35{
    --tw-ring-color: rgb(198 238 219 / 0.35);
}
.ring-brand-light\/40{
    --tw-ring-color: rgb(198 238 219 / 0.4);
}
.ring-brand-light\/45{
    --tw-ring-color: rgb(198 238 219 / 0.45);
}
.ring-brand-light\/5{
    --tw-ring-color: rgb(198 238 219 / 0.05);
}
.ring-brand-light\/50{
    --tw-ring-color: rgb(198 238 219 / 0.5);
}
.ring-brand-light\/55{
    --tw-ring-color: rgb(198 238 219 / 0.55);
}
.ring-brand-light\/60{
    --tw-ring-color: rgb(198 238 219 / 0.6);
}
.ring-brand-light\/65{
    --tw-ring-color: rgb(198 238 219 / 0.65);
}
.ring-brand-light\/70{
    --tw-ring-color: rgb(198 238 219 / 0.7);
}
.ring-brand-light\/75{
    --tw-ring-color: rgb(198 238 219 / 0.75);
}
.ring-brand-light\/80{
    --tw-ring-color: rgb(198 238 219 / 0.8);
}
.ring-brand-light\/85{
    --tw-ring-color: rgb(198 238 219 / 0.85);
}
.ring-brand-light\/90{
    --tw-ring-color: rgb(198 238 219 / 0.9);
}
.ring-brand-light\/95{
    --tw-ring-color: rgb(198 238 219 / 0.95);
}
.ring-error{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 60 60 / var(--tw-ring-opacity));
}
.ring-error-10{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(41 21 21 / var(--tw-ring-opacity));
}
.ring-error-10\/0{
    --tw-ring-color: rgb(41 21 21 / 0);
}
.ring-error-10\/10{
    --tw-ring-color: rgb(41 21 21 / 0.1);
}
.ring-error-10\/100{
    --tw-ring-color: rgb(41 21 21 / 1);
}
.ring-error-10\/15{
    --tw-ring-color: rgb(41 21 21 / 0.15);
}
.ring-error-10\/20{
    --tw-ring-color: rgb(41 21 21 / 0.2);
}
.ring-error-10\/25{
    --tw-ring-color: rgb(41 21 21 / 0.25);
}
.ring-error-10\/30{
    --tw-ring-color: rgb(41 21 21 / 0.3);
}
.ring-error-10\/35{
    --tw-ring-color: rgb(41 21 21 / 0.35);
}
.ring-error-10\/40{
    --tw-ring-color: rgb(41 21 21 / 0.4);
}
.ring-error-10\/45{
    --tw-ring-color: rgb(41 21 21 / 0.45);
}
.ring-error-10\/5{
    --tw-ring-color: rgb(41 21 21 / 0.05);
}
.ring-error-10\/50{
    --tw-ring-color: rgb(41 21 21 / 0.5);
}
.ring-error-10\/55{
    --tw-ring-color: rgb(41 21 21 / 0.55);
}
.ring-error-10\/60{
    --tw-ring-color: rgb(41 21 21 / 0.6);
}
.ring-error-10\/65{
    --tw-ring-color: rgb(41 21 21 / 0.65);
}
.ring-error-10\/70{
    --tw-ring-color: rgb(41 21 21 / 0.7);
}
.ring-error-10\/75{
    --tw-ring-color: rgb(41 21 21 / 0.75);
}
.ring-error-10\/80{
    --tw-ring-color: rgb(41 21 21 / 0.8);
}
.ring-error-10\/85{
    --tw-ring-color: rgb(41 21 21 / 0.85);
}
.ring-error-10\/90{
    --tw-ring-color: rgb(41 21 21 / 0.9);
}
.ring-error-10\/95{
    --tw-ring-color: rgb(41 21 21 / 0.95);
}
.ring-error-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 199 199 / var(--tw-ring-opacity));
}
.ring-error-100\/0{
    --tw-ring-color: rgb(255 199 199 / 0);
}
.ring-error-100\/10{
    --tw-ring-color: rgb(255 199 199 / 0.1);
}
.ring-error-100\/100{
    --tw-ring-color: rgb(255 199 199 / 1);
}
.ring-error-100\/15{
    --tw-ring-color: rgb(255 199 199 / 0.15);
}
.ring-error-100\/20{
    --tw-ring-color: rgb(255 199 199 / 0.2);
}
.ring-error-100\/25{
    --tw-ring-color: rgb(255 199 199 / 0.25);
}
.ring-error-100\/30{
    --tw-ring-color: rgb(255 199 199 / 0.3);
}
.ring-error-100\/35{
    --tw-ring-color: rgb(255 199 199 / 0.35);
}
.ring-error-100\/40{
    --tw-ring-color: rgb(255 199 199 / 0.4);
}
.ring-error-100\/45{
    --tw-ring-color: rgb(255 199 199 / 0.45);
}
.ring-error-100\/5{
    --tw-ring-color: rgb(255 199 199 / 0.05);
}
.ring-error-100\/50{
    --tw-ring-color: rgb(255 199 199 / 0.5);
}
.ring-error-100\/55{
    --tw-ring-color: rgb(255 199 199 / 0.55);
}
.ring-error-100\/60{
    --tw-ring-color: rgb(255 199 199 / 0.6);
}
.ring-error-100\/65{
    --tw-ring-color: rgb(255 199 199 / 0.65);
}
.ring-error-100\/70{
    --tw-ring-color: rgb(255 199 199 / 0.7);
}
.ring-error-100\/75{
    --tw-ring-color: rgb(255 199 199 / 0.75);
}
.ring-error-100\/80{
    --tw-ring-color: rgb(255 199 199 / 0.8);
}
.ring-error-100\/85{
    --tw-ring-color: rgb(255 199 199 / 0.85);
}
.ring-error-100\/90{
    --tw-ring-color: rgb(255 199 199 / 0.9);
}
.ring-error-100\/95{
    --tw-ring-color: rgb(255 199 199 / 0.95);
}
.ring-error-15{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(53 23 23 / var(--tw-ring-opacity));
}
.ring-error-15\/0{
    --tw-ring-color: rgb(53 23 23 / 0);
}
.ring-error-15\/10{
    --tw-ring-color: rgb(53 23 23 / 0.1);
}
.ring-error-15\/100{
    --tw-ring-color: rgb(53 23 23 / 1);
}
.ring-error-15\/15{
    --tw-ring-color: rgb(53 23 23 / 0.15);
}
.ring-error-15\/20{
    --tw-ring-color: rgb(53 23 23 / 0.2);
}
.ring-error-15\/25{
    --tw-ring-color: rgb(53 23 23 / 0.25);
}
.ring-error-15\/30{
    --tw-ring-color: rgb(53 23 23 / 0.3);
}
.ring-error-15\/35{
    --tw-ring-color: rgb(53 23 23 / 0.35);
}
.ring-error-15\/40{
    --tw-ring-color: rgb(53 23 23 / 0.4);
}
.ring-error-15\/45{
    --tw-ring-color: rgb(53 23 23 / 0.45);
}
.ring-error-15\/5{
    --tw-ring-color: rgb(53 23 23 / 0.05);
}
.ring-error-15\/50{
    --tw-ring-color: rgb(53 23 23 / 0.5);
}
.ring-error-15\/55{
    --tw-ring-color: rgb(53 23 23 / 0.55);
}
.ring-error-15\/60{
    --tw-ring-color: rgb(53 23 23 / 0.6);
}
.ring-error-15\/65{
    --tw-ring-color: rgb(53 23 23 / 0.65);
}
.ring-error-15\/70{
    --tw-ring-color: rgb(53 23 23 / 0.7);
}
.ring-error-15\/75{
    --tw-ring-color: rgb(53 23 23 / 0.75);
}
.ring-error-15\/80{
    --tw-ring-color: rgb(53 23 23 / 0.8);
}
.ring-error-15\/85{
    --tw-ring-color: rgb(53 23 23 / 0.85);
}
.ring-error-15\/90{
    --tw-ring-color: rgb(53 23 23 / 0.9);
}
.ring-error-15\/95{
    --tw-ring-color: rgb(53 23 23 / 0.95);
}
.ring-error-20{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(60 25 25 / var(--tw-ring-opacity));
}
.ring-error-20\/0{
    --tw-ring-color: rgb(60 25 25 / 0);
}
.ring-error-20\/10{
    --tw-ring-color: rgb(60 25 25 / 0.1);
}
.ring-error-20\/100{
    --tw-ring-color: rgb(60 25 25 / 1);
}
.ring-error-20\/15{
    --tw-ring-color: rgb(60 25 25 / 0.15);
}
.ring-error-20\/20{
    --tw-ring-color: rgb(60 25 25 / 0.2);
}
.ring-error-20\/25{
    --tw-ring-color: rgb(60 25 25 / 0.25);
}
.ring-error-20\/30{
    --tw-ring-color: rgb(60 25 25 / 0.3);
}
.ring-error-20\/35{
    --tw-ring-color: rgb(60 25 25 / 0.35);
}
.ring-error-20\/40{
    --tw-ring-color: rgb(60 25 25 / 0.4);
}
.ring-error-20\/45{
    --tw-ring-color: rgb(60 25 25 / 0.45);
}
.ring-error-20\/5{
    --tw-ring-color: rgb(60 25 25 / 0.05);
}
.ring-error-20\/50{
    --tw-ring-color: rgb(60 25 25 / 0.5);
}
.ring-error-20\/55{
    --tw-ring-color: rgb(60 25 25 / 0.55);
}
.ring-error-20\/60{
    --tw-ring-color: rgb(60 25 25 / 0.6);
}
.ring-error-20\/65{
    --tw-ring-color: rgb(60 25 25 / 0.65);
}
.ring-error-20\/70{
    --tw-ring-color: rgb(60 25 25 / 0.7);
}
.ring-error-20\/75{
    --tw-ring-color: rgb(60 25 25 / 0.75);
}
.ring-error-20\/80{
    --tw-ring-color: rgb(60 25 25 / 0.8);
}
.ring-error-20\/85{
    --tw-ring-color: rgb(60 25 25 / 0.85);
}
.ring-error-20\/90{
    --tw-ring-color: rgb(60 25 25 / 0.9);
}
.ring-error-20\/95{
    --tw-ring-color: rgb(60 25 25 / 0.95);
}
.ring-error-5{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(29 19 19 / var(--tw-ring-opacity));
}
.ring-error-5\/0{
    --tw-ring-color: rgb(29 19 19 / 0);
}
.ring-error-5\/10{
    --tw-ring-color: rgb(29 19 19 / 0.1);
}
.ring-error-5\/100{
    --tw-ring-color: rgb(29 19 19 / 1);
}
.ring-error-5\/15{
    --tw-ring-color: rgb(29 19 19 / 0.15);
}
.ring-error-5\/20{
    --tw-ring-color: rgb(29 19 19 / 0.2);
}
.ring-error-5\/25{
    --tw-ring-color: rgb(29 19 19 / 0.25);
}
.ring-error-5\/30{
    --tw-ring-color: rgb(29 19 19 / 0.3);
}
.ring-error-5\/35{
    --tw-ring-color: rgb(29 19 19 / 0.35);
}
.ring-error-5\/40{
    --tw-ring-color: rgb(29 19 19 / 0.4);
}
.ring-error-5\/45{
    --tw-ring-color: rgb(29 19 19 / 0.45);
}
.ring-error-5\/5{
    --tw-ring-color: rgb(29 19 19 / 0.05);
}
.ring-error-5\/50{
    --tw-ring-color: rgb(29 19 19 / 0.5);
}
.ring-error-5\/55{
    --tw-ring-color: rgb(29 19 19 / 0.55);
}
.ring-error-5\/60{
    --tw-ring-color: rgb(29 19 19 / 0.6);
}
.ring-error-5\/65{
    --tw-ring-color: rgb(29 19 19 / 0.65);
}
.ring-error-5\/70{
    --tw-ring-color: rgb(29 19 19 / 0.7);
}
.ring-error-5\/75{
    --tw-ring-color: rgb(29 19 19 / 0.75);
}
.ring-error-5\/80{
    --tw-ring-color: rgb(29 19 19 / 0.8);
}
.ring-error-5\/85{
    --tw-ring-color: rgb(29 19 19 / 0.85);
}
.ring-error-5\/90{
    --tw-ring-color: rgb(29 19 19 / 0.9);
}
.ring-error-5\/95{
    --tw-ring-color: rgb(29 19 19 / 0.95);
}
.ring-error-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 60 60 / var(--tw-ring-opacity));
}
.ring-error-500\/0{
    --tw-ring-color: rgb(255 60 60 / 0);
}
.ring-error-500\/10{
    --tw-ring-color: rgb(255 60 60 / 0.1);
}
.ring-error-500\/100{
    --tw-ring-color: rgb(255 60 60 / 1);
}
.ring-error-500\/15{
    --tw-ring-color: rgb(255 60 60 / 0.15);
}
.ring-error-500\/20{
    --tw-ring-color: rgb(255 60 60 / 0.2);
}
.ring-error-500\/25{
    --tw-ring-color: rgb(255 60 60 / 0.25);
}
.ring-error-500\/30{
    --tw-ring-color: rgb(255 60 60 / 0.3);
}
.ring-error-500\/35{
    --tw-ring-color: rgb(255 60 60 / 0.35);
}
.ring-error-500\/40{
    --tw-ring-color: rgb(255 60 60 / 0.4);
}
.ring-error-500\/45{
    --tw-ring-color: rgb(255 60 60 / 0.45);
}
.ring-error-500\/5{
    --tw-ring-color: rgb(255 60 60 / 0.05);
}
.ring-error-500\/50{
    --tw-ring-color: rgb(255 60 60 / 0.5);
}
.ring-error-500\/55{
    --tw-ring-color: rgb(255 60 60 / 0.55);
}
.ring-error-500\/60{
    --tw-ring-color: rgb(255 60 60 / 0.6);
}
.ring-error-500\/65{
    --tw-ring-color: rgb(255 60 60 / 0.65);
}
.ring-error-500\/70{
    --tw-ring-color: rgb(255 60 60 / 0.7);
}
.ring-error-500\/75{
    --tw-ring-color: rgb(255 60 60 / 0.75);
}
.ring-error-500\/80{
    --tw-ring-color: rgb(255 60 60 / 0.8);
}
.ring-error-500\/85{
    --tw-ring-color: rgb(255 60 60 / 0.85);
}
.ring-error-500\/90{
    --tw-ring-color: rgb(255 60 60 / 0.9);
}
.ring-error-500\/95{
    --tw-ring-color: rgb(255 60 60 / 0.95);
}
.ring-error-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(60 25 25 / var(--tw-ring-opacity));
}
.ring-error-900\/0{
    --tw-ring-color: rgb(60 25 25 / 0);
}
.ring-error-900\/10{
    --tw-ring-color: rgb(60 25 25 / 0.1);
}
.ring-error-900\/100{
    --tw-ring-color: rgb(60 25 25 / 1);
}
.ring-error-900\/15{
    --tw-ring-color: rgb(60 25 25 / 0.15);
}
.ring-error-900\/20{
    --tw-ring-color: rgb(60 25 25 / 0.2);
}
.ring-error-900\/25{
    --tw-ring-color: rgb(60 25 25 / 0.25);
}
.ring-error-900\/30{
    --tw-ring-color: rgb(60 25 25 / 0.3);
}
.ring-error-900\/35{
    --tw-ring-color: rgb(60 25 25 / 0.35);
}
.ring-error-900\/40{
    --tw-ring-color: rgb(60 25 25 / 0.4);
}
.ring-error-900\/45{
    --tw-ring-color: rgb(60 25 25 / 0.45);
}
.ring-error-900\/5{
    --tw-ring-color: rgb(60 25 25 / 0.05);
}
.ring-error-900\/50{
    --tw-ring-color: rgb(60 25 25 / 0.5);
}
.ring-error-900\/55{
    --tw-ring-color: rgb(60 25 25 / 0.55);
}
.ring-error-900\/60{
    --tw-ring-color: rgb(60 25 25 / 0.6);
}
.ring-error-900\/65{
    --tw-ring-color: rgb(60 25 25 / 0.65);
}
.ring-error-900\/70{
    --tw-ring-color: rgb(60 25 25 / 0.7);
}
.ring-error-900\/75{
    --tw-ring-color: rgb(60 25 25 / 0.75);
}
.ring-error-900\/80{
    --tw-ring-color: rgb(60 25 25 / 0.8);
}
.ring-error-900\/85{
    --tw-ring-color: rgb(60 25 25 / 0.85);
}
.ring-error-900\/90{
    --tw-ring-color: rgb(60 25 25 / 0.9);
}
.ring-error-900\/95{
    --tw-ring-color: rgb(60 25 25 / 0.95);
}
.ring-error-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 199 199 / var(--tw-ring-opacity));
}
.ring-error-light\/0{
    --tw-ring-color: rgb(255 199 199 / 0);
}
.ring-error-light\/10{
    --tw-ring-color: rgb(255 199 199 / 0.1);
}
.ring-error-light\/100{
    --tw-ring-color: rgb(255 199 199 / 1);
}
.ring-error-light\/15{
    --tw-ring-color: rgb(255 199 199 / 0.15);
}
.ring-error-light\/20{
    --tw-ring-color: rgb(255 199 199 / 0.2);
}
.ring-error-light\/25{
    --tw-ring-color: rgb(255 199 199 / 0.25);
}
.ring-error-light\/30{
    --tw-ring-color: rgb(255 199 199 / 0.3);
}
.ring-error-light\/35{
    --tw-ring-color: rgb(255 199 199 / 0.35);
}
.ring-error-light\/40{
    --tw-ring-color: rgb(255 199 199 / 0.4);
}
.ring-error-light\/45{
    --tw-ring-color: rgb(255 199 199 / 0.45);
}
.ring-error-light\/5{
    --tw-ring-color: rgb(255 199 199 / 0.05);
}
.ring-error-light\/50{
    --tw-ring-color: rgb(255 199 199 / 0.5);
}
.ring-error-light\/55{
    --tw-ring-color: rgb(255 199 199 / 0.55);
}
.ring-error-light\/60{
    --tw-ring-color: rgb(255 199 199 / 0.6);
}
.ring-error-light\/65{
    --tw-ring-color: rgb(255 199 199 / 0.65);
}
.ring-error-light\/70{
    --tw-ring-color: rgb(255 199 199 / 0.7);
}
.ring-error-light\/75{
    --tw-ring-color: rgb(255 199 199 / 0.75);
}
.ring-error-light\/80{
    --tw-ring-color: rgb(255 199 199 / 0.8);
}
.ring-error-light\/85{
    --tw-ring-color: rgb(255 199 199 / 0.85);
}
.ring-error-light\/90{
    --tw-ring-color: rgb(255 199 199 / 0.9);
}
.ring-error-light\/95{
    --tw-ring-color: rgb(255 199 199 / 0.95);
}
.ring-error\/0{
    --tw-ring-color: rgb(255 60 60 / 0);
}
.ring-error\/10{
    --tw-ring-color: rgb(255 60 60 / 0.1);
}
.ring-error\/100{
    --tw-ring-color: rgb(255 60 60 / 1);
}
.ring-error\/15{
    --tw-ring-color: rgb(255 60 60 / 0.15);
}
.ring-error\/20{
    --tw-ring-color: rgb(255 60 60 / 0.2);
}
.ring-error\/25{
    --tw-ring-color: rgb(255 60 60 / 0.25);
}
.ring-error\/30{
    --tw-ring-color: rgb(255 60 60 / 0.3);
}
.ring-error\/35{
    --tw-ring-color: rgb(255 60 60 / 0.35);
}
.ring-error\/40{
    --tw-ring-color: rgb(255 60 60 / 0.4);
}
.ring-error\/45{
    --tw-ring-color: rgb(255 60 60 / 0.45);
}
.ring-error\/5{
    --tw-ring-color: rgb(255 60 60 / 0.05);
}
.ring-error\/50{
    --tw-ring-color: rgb(255 60 60 / 0.5);
}
.ring-error\/55{
    --tw-ring-color: rgb(255 60 60 / 0.55);
}
.ring-error\/60{
    --tw-ring-color: rgb(255 60 60 / 0.6);
}
.ring-error\/65{
    --tw-ring-color: rgb(255 60 60 / 0.65);
}
.ring-error\/70{
    --tw-ring-color: rgb(255 60 60 / 0.7);
}
.ring-error\/75{
    --tw-ring-color: rgb(255 60 60 / 0.75);
}
.ring-error\/80{
    --tw-ring-color: rgb(255 60 60 / 0.8);
}
.ring-error\/85{
    --tw-ring-color: rgb(255 60 60 / 0.85);
}
.ring-error\/90{
    --tw-ring-color: rgb(255 60 60 / 0.9);
}
.ring-error\/95{
    --tw-ring-color: rgb(255 60 60 / 0.95);
}
.ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(72 229 155 / var(--tw-ring-opacity));
}
.ring-primary-20{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(28 59 45 / var(--tw-ring-opacity));
}
.ring-primary-20\/0{
    --tw-ring-color: rgb(28 59 45 / 0);
}
.ring-primary-20\/10{
    --tw-ring-color: rgb(28 59 45 / 0.1);
}
.ring-primary-20\/100{
    --tw-ring-color: rgb(28 59 45 / 1);
}
.ring-primary-20\/15{
    --tw-ring-color: rgb(28 59 45 / 0.15);
}
.ring-primary-20\/20{
    --tw-ring-color: rgb(28 59 45 / 0.2);
}
.ring-primary-20\/25{
    --tw-ring-color: rgb(28 59 45 / 0.25);
}
.ring-primary-20\/30{
    --tw-ring-color: rgb(28 59 45 / 0.3);
}
.ring-primary-20\/35{
    --tw-ring-color: rgb(28 59 45 / 0.35);
}
.ring-primary-20\/40{
    --tw-ring-color: rgb(28 59 45 / 0.4);
}
.ring-primary-20\/45{
    --tw-ring-color: rgb(28 59 45 / 0.45);
}
.ring-primary-20\/5{
    --tw-ring-color: rgb(28 59 45 / 0.05);
}
.ring-primary-20\/50{
    --tw-ring-color: rgb(28 59 45 / 0.5);
}
.ring-primary-20\/55{
    --tw-ring-color: rgb(28 59 45 / 0.55);
}
.ring-primary-20\/60{
    --tw-ring-color: rgb(28 59 45 / 0.6);
}
.ring-primary-20\/65{
    --tw-ring-color: rgb(28 59 45 / 0.65);
}
.ring-primary-20\/70{
    --tw-ring-color: rgb(28 59 45 / 0.7);
}
.ring-primary-20\/75{
    --tw-ring-color: rgb(28 59 45 / 0.75);
}
.ring-primary-20\/80{
    --tw-ring-color: rgb(28 59 45 / 0.8);
}
.ring-primary-20\/85{
    --tw-ring-color: rgb(28 59 45 / 0.85);
}
.ring-primary-20\/90{
    --tw-ring-color: rgb(28 59 45 / 0.9);
}
.ring-primary-20\/95{
    --tw-ring-color: rgb(28 59 45 / 0.95);
}
.ring-primary-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(198 238 219 / var(--tw-ring-opacity));
}
.ring-primary-200\/0{
    --tw-ring-color: rgb(198 238 219 / 0);
}
.ring-primary-200\/10{
    --tw-ring-color: rgb(198 238 219 / 0.1);
}
.ring-primary-200\/100{
    --tw-ring-color: rgb(198 238 219 / 1);
}
.ring-primary-200\/15{
    --tw-ring-color: rgb(198 238 219 / 0.15);
}
.ring-primary-200\/20{
    --tw-ring-color: rgb(198 238 219 / 0.2);
}
.ring-primary-200\/25{
    --tw-ring-color: rgb(198 238 219 / 0.25);
}
.ring-primary-200\/30{
    --tw-ring-color: rgb(198 238 219 / 0.3);
}
.ring-primary-200\/35{
    --tw-ring-color: rgb(198 238 219 / 0.35);
}
.ring-primary-200\/40{
    --tw-ring-color: rgb(198 238 219 / 0.4);
}
.ring-primary-200\/45{
    --tw-ring-color: rgb(198 238 219 / 0.45);
}
.ring-primary-200\/5{
    --tw-ring-color: rgb(198 238 219 / 0.05);
}
.ring-primary-200\/50{
    --tw-ring-color: rgb(198 238 219 / 0.5);
}
.ring-primary-200\/55{
    --tw-ring-color: rgb(198 238 219 / 0.55);
}
.ring-primary-200\/60{
    --tw-ring-color: rgb(198 238 219 / 0.6);
}
.ring-primary-200\/65{
    --tw-ring-color: rgb(198 238 219 / 0.65);
}
.ring-primary-200\/70{
    --tw-ring-color: rgb(198 238 219 / 0.7);
}
.ring-primary-200\/75{
    --tw-ring-color: rgb(198 238 219 / 0.75);
}
.ring-primary-200\/80{
    --tw-ring-color: rgb(198 238 219 / 0.8);
}
.ring-primary-200\/85{
    --tw-ring-color: rgb(198 238 219 / 0.85);
}
.ring-primary-200\/90{
    --tw-ring-color: rgb(198 238 219 / 0.9);
}
.ring-primary-200\/95{
    --tw-ring-color: rgb(198 238 219 / 0.95);
}
.ring-primary-5{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(20 28 24 / var(--tw-ring-opacity));
}
.ring-primary-5\/0{
    --tw-ring-color: rgb(20 28 24 / 0);
}
.ring-primary-5\/10{
    --tw-ring-color: rgb(20 28 24 / 0.1);
}
.ring-primary-5\/100{
    --tw-ring-color: rgb(20 28 24 / 1);
}
.ring-primary-5\/15{
    --tw-ring-color: rgb(20 28 24 / 0.15);
}
.ring-primary-5\/20{
    --tw-ring-color: rgb(20 28 24 / 0.2);
}
.ring-primary-5\/25{
    --tw-ring-color: rgb(20 28 24 / 0.25);
}
.ring-primary-5\/30{
    --tw-ring-color: rgb(20 28 24 / 0.3);
}
.ring-primary-5\/35{
    --tw-ring-color: rgb(20 28 24 / 0.35);
}
.ring-primary-5\/40{
    --tw-ring-color: rgb(20 28 24 / 0.4);
}
.ring-primary-5\/45{
    --tw-ring-color: rgb(20 28 24 / 0.45);
}
.ring-primary-5\/5{
    --tw-ring-color: rgb(20 28 24 / 0.05);
}
.ring-primary-5\/50{
    --tw-ring-color: rgb(20 28 24 / 0.5);
}
.ring-primary-5\/55{
    --tw-ring-color: rgb(20 28 24 / 0.55);
}
.ring-primary-5\/60{
    --tw-ring-color: rgb(20 28 24 / 0.6);
}
.ring-primary-5\/65{
    --tw-ring-color: rgb(20 28 24 / 0.65);
}
.ring-primary-5\/70{
    --tw-ring-color: rgb(20 28 24 / 0.7);
}
.ring-primary-5\/75{
    --tw-ring-color: rgb(20 28 24 / 0.75);
}
.ring-primary-5\/80{
    --tw-ring-color: rgb(20 28 24 / 0.8);
}
.ring-primary-5\/85{
    --tw-ring-color: rgb(20 28 24 / 0.85);
}
.ring-primary-5\/90{
    --tw-ring-color: rgb(20 28 24 / 0.9);
}
.ring-primary-5\/95{
    --tw-ring-color: rgb(20 28 24 / 0.95);
}
.ring-primary-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(72 229 155 / var(--tw-ring-opacity));
}
.ring-primary-500\/0{
    --tw-ring-color: rgb(72 229 155 / 0);
}
.ring-primary-500\/10{
    --tw-ring-color: rgb(72 229 155 / 0.1);
}
.ring-primary-500\/100{
    --tw-ring-color: rgb(72 229 155 / 1);
}
.ring-primary-500\/15{
    --tw-ring-color: rgb(72 229 155 / 0.15);
}
.ring-primary-500\/20{
    --tw-ring-color: rgb(72 229 155 / 0.2);
}
.ring-primary-500\/25{
    --tw-ring-color: rgb(72 229 155 / 0.25);
}
.ring-primary-500\/30{
    --tw-ring-color: rgb(72 229 155 / 0.3);
}
.ring-primary-500\/35{
    --tw-ring-color: rgb(72 229 155 / 0.35);
}
.ring-primary-500\/40{
    --tw-ring-color: rgb(72 229 155 / 0.4);
}
.ring-primary-500\/45{
    --tw-ring-color: rgb(72 229 155 / 0.45);
}
.ring-primary-500\/5{
    --tw-ring-color: rgb(72 229 155 / 0.05);
}
.ring-primary-500\/50{
    --tw-ring-color: rgb(72 229 155 / 0.5);
}
.ring-primary-500\/55{
    --tw-ring-color: rgb(72 229 155 / 0.55);
}
.ring-primary-500\/60{
    --tw-ring-color: rgb(72 229 155 / 0.6);
}
.ring-primary-500\/65{
    --tw-ring-color: rgb(72 229 155 / 0.65);
}
.ring-primary-500\/70{
    --tw-ring-color: rgb(72 229 155 / 0.7);
}
.ring-primary-500\/75{
    --tw-ring-color: rgb(72 229 155 / 0.75);
}
.ring-primary-500\/80{
    --tw-ring-color: rgb(72 229 155 / 0.8);
}
.ring-primary-500\/85{
    --tw-ring-color: rgb(72 229 155 / 0.85);
}
.ring-primary-500\/90{
    --tw-ring-color: rgb(72 229 155 / 0.9);
}
.ring-primary-500\/95{
    --tw-ring-color: rgb(72 229 155 / 0.95);
}
.ring-primary-60{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(57 155 109 / var(--tw-ring-opacity));
}
.ring-primary-60\/0{
    --tw-ring-color: rgb(57 155 109 / 0);
}
.ring-primary-60\/10{
    --tw-ring-color: rgb(57 155 109 / 0.1);
}
.ring-primary-60\/100{
    --tw-ring-color: rgb(57 155 109 / 1);
}
.ring-primary-60\/15{
    --tw-ring-color: rgb(57 155 109 / 0.15);
}
.ring-primary-60\/20{
    --tw-ring-color: rgb(57 155 109 / 0.2);
}
.ring-primary-60\/25{
    --tw-ring-color: rgb(57 155 109 / 0.25);
}
.ring-primary-60\/30{
    --tw-ring-color: rgb(57 155 109 / 0.3);
}
.ring-primary-60\/35{
    --tw-ring-color: rgb(57 155 109 / 0.35);
}
.ring-primary-60\/40{
    --tw-ring-color: rgb(57 155 109 / 0.4);
}
.ring-primary-60\/45{
    --tw-ring-color: rgb(57 155 109 / 0.45);
}
.ring-primary-60\/5{
    --tw-ring-color: rgb(57 155 109 / 0.05);
}
.ring-primary-60\/50{
    --tw-ring-color: rgb(57 155 109 / 0.5);
}
.ring-primary-60\/55{
    --tw-ring-color: rgb(57 155 109 / 0.55);
}
.ring-primary-60\/60{
    --tw-ring-color: rgb(57 155 109 / 0.6);
}
.ring-primary-60\/65{
    --tw-ring-color: rgb(57 155 109 / 0.65);
}
.ring-primary-60\/70{
    --tw-ring-color: rgb(57 155 109 / 0.7);
}
.ring-primary-60\/75{
    --tw-ring-color: rgb(57 155 109 / 0.75);
}
.ring-primary-60\/80{
    --tw-ring-color: rgb(57 155 109 / 0.8);
}
.ring-primary-60\/85{
    --tw-ring-color: rgb(57 155 109 / 0.85);
}
.ring-primary-60\/90{
    --tw-ring-color: rgb(57 155 109 / 0.9);
}
.ring-primary-60\/95{
    --tw-ring-color: rgb(57 155 109 / 0.95);
}
.ring-primary-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(61 187 127 / var(--tw-ring-opacity));
}
.ring-primary-600\/0{
    --tw-ring-color: rgb(61 187 127 / 0);
}
.ring-primary-600\/10{
    --tw-ring-color: rgb(61 187 127 / 0.1);
}
.ring-primary-600\/100{
    --tw-ring-color: rgb(61 187 127 / 1);
}
.ring-primary-600\/15{
    --tw-ring-color: rgb(61 187 127 / 0.15);
}
.ring-primary-600\/20{
    --tw-ring-color: rgb(61 187 127 / 0.2);
}
.ring-primary-600\/25{
    --tw-ring-color: rgb(61 187 127 / 0.25);
}
.ring-primary-600\/30{
    --tw-ring-color: rgb(61 187 127 / 0.3);
}
.ring-primary-600\/35{
    --tw-ring-color: rgb(61 187 127 / 0.35);
}
.ring-primary-600\/40{
    --tw-ring-color: rgb(61 187 127 / 0.4);
}
.ring-primary-600\/45{
    --tw-ring-color: rgb(61 187 127 / 0.45);
}
.ring-primary-600\/5{
    --tw-ring-color: rgb(61 187 127 / 0.05);
}
.ring-primary-600\/50{
    --tw-ring-color: rgb(61 187 127 / 0.5);
}
.ring-primary-600\/55{
    --tw-ring-color: rgb(61 187 127 / 0.55);
}
.ring-primary-600\/60{
    --tw-ring-color: rgb(61 187 127 / 0.6);
}
.ring-primary-600\/65{
    --tw-ring-color: rgb(61 187 127 / 0.65);
}
.ring-primary-600\/70{
    --tw-ring-color: rgb(61 187 127 / 0.7);
}
.ring-primary-600\/75{
    --tw-ring-color: rgb(61 187 127 / 0.75);
}
.ring-primary-600\/80{
    --tw-ring-color: rgb(61 187 127 / 0.8);
}
.ring-primary-600\/85{
    --tw-ring-color: rgb(61 187 127 / 0.85);
}
.ring-primary-600\/90{
    --tw-ring-color: rgb(61 187 127 / 0.9);
}
.ring-primary-600\/95{
    --tw-ring-color: rgb(61 187 127 / 0.95);
}
.ring-primary-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(57 155 109 / var(--tw-ring-opacity));
}
.ring-primary-700\/0{
    --tw-ring-color: rgb(57 155 109 / 0);
}
.ring-primary-700\/10{
    --tw-ring-color: rgb(57 155 109 / 0.1);
}
.ring-primary-700\/100{
    --tw-ring-color: rgb(57 155 109 / 1);
}
.ring-primary-700\/15{
    --tw-ring-color: rgb(57 155 109 / 0.15);
}
.ring-primary-700\/20{
    --tw-ring-color: rgb(57 155 109 / 0.2);
}
.ring-primary-700\/25{
    --tw-ring-color: rgb(57 155 109 / 0.25);
}
.ring-primary-700\/30{
    --tw-ring-color: rgb(57 155 109 / 0.3);
}
.ring-primary-700\/35{
    --tw-ring-color: rgb(57 155 109 / 0.35);
}
.ring-primary-700\/40{
    --tw-ring-color: rgb(57 155 109 / 0.4);
}
.ring-primary-700\/45{
    --tw-ring-color: rgb(57 155 109 / 0.45);
}
.ring-primary-700\/5{
    --tw-ring-color: rgb(57 155 109 / 0.05);
}
.ring-primary-700\/50{
    --tw-ring-color: rgb(57 155 109 / 0.5);
}
.ring-primary-700\/55{
    --tw-ring-color: rgb(57 155 109 / 0.55);
}
.ring-primary-700\/60{
    --tw-ring-color: rgb(57 155 109 / 0.6);
}
.ring-primary-700\/65{
    --tw-ring-color: rgb(57 155 109 / 0.65);
}
.ring-primary-700\/70{
    --tw-ring-color: rgb(57 155 109 / 0.7);
}
.ring-primary-700\/75{
    --tw-ring-color: rgb(57 155 109 / 0.75);
}
.ring-primary-700\/80{
    --tw-ring-color: rgb(57 155 109 / 0.8);
}
.ring-primary-700\/85{
    --tw-ring-color: rgb(57 155 109 / 0.85);
}
.ring-primary-700\/90{
    --tw-ring-color: rgb(57 155 109 / 0.9);
}
.ring-primary-700\/95{
    --tw-ring-color: rgb(57 155 109 / 0.95);
}
.ring-primary-80{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(61 187 127 / var(--tw-ring-opacity));
}
.ring-primary-80\/0{
    --tw-ring-color: rgb(61 187 127 / 0);
}
.ring-primary-80\/10{
    --tw-ring-color: rgb(61 187 127 / 0.1);
}
.ring-primary-80\/100{
    --tw-ring-color: rgb(61 187 127 / 1);
}
.ring-primary-80\/15{
    --tw-ring-color: rgb(61 187 127 / 0.15);
}
.ring-primary-80\/20{
    --tw-ring-color: rgb(61 187 127 / 0.2);
}
.ring-primary-80\/25{
    --tw-ring-color: rgb(61 187 127 / 0.25);
}
.ring-primary-80\/30{
    --tw-ring-color: rgb(61 187 127 / 0.3);
}
.ring-primary-80\/35{
    --tw-ring-color: rgb(61 187 127 / 0.35);
}
.ring-primary-80\/40{
    --tw-ring-color: rgb(61 187 127 / 0.4);
}
.ring-primary-80\/45{
    --tw-ring-color: rgb(61 187 127 / 0.45);
}
.ring-primary-80\/5{
    --tw-ring-color: rgb(61 187 127 / 0.05);
}
.ring-primary-80\/50{
    --tw-ring-color: rgb(61 187 127 / 0.5);
}
.ring-primary-80\/55{
    --tw-ring-color: rgb(61 187 127 / 0.55);
}
.ring-primary-80\/60{
    --tw-ring-color: rgb(61 187 127 / 0.6);
}
.ring-primary-80\/65{
    --tw-ring-color: rgb(61 187 127 / 0.65);
}
.ring-primary-80\/70{
    --tw-ring-color: rgb(61 187 127 / 0.7);
}
.ring-primary-80\/75{
    --tw-ring-color: rgb(61 187 127 / 0.75);
}
.ring-primary-80\/80{
    --tw-ring-color: rgb(61 187 127 / 0.8);
}
.ring-primary-80\/85{
    --tw-ring-color: rgb(61 187 127 / 0.85);
}
.ring-primary-80\/90{
    --tw-ring-color: rgb(61 187 127 / 0.9);
}
.ring-primary-80\/95{
    --tw-ring-color: rgb(61 187 127 / 0.95);
}
.ring-primary-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(10 68 41 / var(--tw-ring-opacity));
}
.ring-primary-800\/0{
    --tw-ring-color: rgb(10 68 41 / 0);
}
.ring-primary-800\/10{
    --tw-ring-color: rgb(10 68 41 / 0.1);
}
.ring-primary-800\/100{
    --tw-ring-color: rgb(10 68 41 / 1);
}
.ring-primary-800\/15{
    --tw-ring-color: rgb(10 68 41 / 0.15);
}
.ring-primary-800\/20{
    --tw-ring-color: rgb(10 68 41 / 0.2);
}
.ring-primary-800\/25{
    --tw-ring-color: rgb(10 68 41 / 0.25);
}
.ring-primary-800\/30{
    --tw-ring-color: rgb(10 68 41 / 0.3);
}
.ring-primary-800\/35{
    --tw-ring-color: rgb(10 68 41 / 0.35);
}
.ring-primary-800\/40{
    --tw-ring-color: rgb(10 68 41 / 0.4);
}
.ring-primary-800\/45{
    --tw-ring-color: rgb(10 68 41 / 0.45);
}
.ring-primary-800\/5{
    --tw-ring-color: rgb(10 68 41 / 0.05);
}
.ring-primary-800\/50{
    --tw-ring-color: rgb(10 68 41 / 0.5);
}
.ring-primary-800\/55{
    --tw-ring-color: rgb(10 68 41 / 0.55);
}
.ring-primary-800\/60{
    --tw-ring-color: rgb(10 68 41 / 0.6);
}
.ring-primary-800\/65{
    --tw-ring-color: rgb(10 68 41 / 0.65);
}
.ring-primary-800\/70{
    --tw-ring-color: rgb(10 68 41 / 0.7);
}
.ring-primary-800\/75{
    --tw-ring-color: rgb(10 68 41 / 0.75);
}
.ring-primary-800\/80{
    --tw-ring-color: rgb(10 68 41 / 0.8);
}
.ring-primary-800\/85{
    --tw-ring-color: rgb(10 68 41 / 0.85);
}
.ring-primary-800\/90{
    --tw-ring-color: rgb(10 68 41 / 0.9);
}
.ring-primary-800\/95{
    --tw-ring-color: rgb(10 68 41 / 0.95);
}
.ring-primary-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(28 59 45 / var(--tw-ring-opacity));
}
.ring-primary-900\/0{
    --tw-ring-color: rgb(28 59 45 / 0);
}
.ring-primary-900\/10{
    --tw-ring-color: rgb(28 59 45 / 0.1);
}
.ring-primary-900\/100{
    --tw-ring-color: rgb(28 59 45 / 1);
}
.ring-primary-900\/15{
    --tw-ring-color: rgb(28 59 45 / 0.15);
}
.ring-primary-900\/20{
    --tw-ring-color: rgb(28 59 45 / 0.2);
}
.ring-primary-900\/25{
    --tw-ring-color: rgb(28 59 45 / 0.25);
}
.ring-primary-900\/30{
    --tw-ring-color: rgb(28 59 45 / 0.3);
}
.ring-primary-900\/35{
    --tw-ring-color: rgb(28 59 45 / 0.35);
}
.ring-primary-900\/40{
    --tw-ring-color: rgb(28 59 45 / 0.4);
}
.ring-primary-900\/45{
    --tw-ring-color: rgb(28 59 45 / 0.45);
}
.ring-primary-900\/5{
    --tw-ring-color: rgb(28 59 45 / 0.05);
}
.ring-primary-900\/50{
    --tw-ring-color: rgb(28 59 45 / 0.5);
}
.ring-primary-900\/55{
    --tw-ring-color: rgb(28 59 45 / 0.55);
}
.ring-primary-900\/60{
    --tw-ring-color: rgb(28 59 45 / 0.6);
}
.ring-primary-900\/65{
    --tw-ring-color: rgb(28 59 45 / 0.65);
}
.ring-primary-900\/70{
    --tw-ring-color: rgb(28 59 45 / 0.7);
}
.ring-primary-900\/75{
    --tw-ring-color: rgb(28 59 45 / 0.75);
}
.ring-primary-900\/80{
    --tw-ring-color: rgb(28 59 45 / 0.8);
}
.ring-primary-900\/85{
    --tw-ring-color: rgb(28 59 45 / 0.85);
}
.ring-primary-900\/90{
    --tw-ring-color: rgb(28 59 45 / 0.9);
}
.ring-primary-900\/95{
    --tw-ring-color: rgb(28 59 45 / 0.95);
}
.ring-primary-950{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(20 28 24 / var(--tw-ring-opacity));
}
.ring-primary-950\/0{
    --tw-ring-color: rgb(20 28 24 / 0);
}
.ring-primary-950\/10{
    --tw-ring-color: rgb(20 28 24 / 0.1);
}
.ring-primary-950\/100{
    --tw-ring-color: rgb(20 28 24 / 1);
}
.ring-primary-950\/15{
    --tw-ring-color: rgb(20 28 24 / 0.15);
}
.ring-primary-950\/20{
    --tw-ring-color: rgb(20 28 24 / 0.2);
}
.ring-primary-950\/25{
    --tw-ring-color: rgb(20 28 24 / 0.25);
}
.ring-primary-950\/30{
    --tw-ring-color: rgb(20 28 24 / 0.3);
}
.ring-primary-950\/35{
    --tw-ring-color: rgb(20 28 24 / 0.35);
}
.ring-primary-950\/40{
    --tw-ring-color: rgb(20 28 24 / 0.4);
}
.ring-primary-950\/45{
    --tw-ring-color: rgb(20 28 24 / 0.45);
}
.ring-primary-950\/5{
    --tw-ring-color: rgb(20 28 24 / 0.05);
}
.ring-primary-950\/50{
    --tw-ring-color: rgb(20 28 24 / 0.5);
}
.ring-primary-950\/55{
    --tw-ring-color: rgb(20 28 24 / 0.55);
}
.ring-primary-950\/60{
    --tw-ring-color: rgb(20 28 24 / 0.6);
}
.ring-primary-950\/65{
    --tw-ring-color: rgb(20 28 24 / 0.65);
}
.ring-primary-950\/70{
    --tw-ring-color: rgb(20 28 24 / 0.7);
}
.ring-primary-950\/75{
    --tw-ring-color: rgb(20 28 24 / 0.75);
}
.ring-primary-950\/80{
    --tw-ring-color: rgb(20 28 24 / 0.8);
}
.ring-primary-950\/85{
    --tw-ring-color: rgb(20 28 24 / 0.85);
}
.ring-primary-950\/90{
    --tw-ring-color: rgb(20 28 24 / 0.9);
}
.ring-primary-950\/95{
    --tw-ring-color: rgb(20 28 24 / 0.95);
}
.ring-primary-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(10 68 41 / var(--tw-ring-opacity));
}
.ring-primary-dark\/0{
    --tw-ring-color: rgb(10 68 41 / 0);
}
.ring-primary-dark\/10{
    --tw-ring-color: rgb(10 68 41 / 0.1);
}
.ring-primary-dark\/100{
    --tw-ring-color: rgb(10 68 41 / 1);
}
.ring-primary-dark\/15{
    --tw-ring-color: rgb(10 68 41 / 0.15);
}
.ring-primary-dark\/20{
    --tw-ring-color: rgb(10 68 41 / 0.2);
}
.ring-primary-dark\/25{
    --tw-ring-color: rgb(10 68 41 / 0.25);
}
.ring-primary-dark\/30{
    --tw-ring-color: rgb(10 68 41 / 0.3);
}
.ring-primary-dark\/35{
    --tw-ring-color: rgb(10 68 41 / 0.35);
}
.ring-primary-dark\/40{
    --tw-ring-color: rgb(10 68 41 / 0.4);
}
.ring-primary-dark\/45{
    --tw-ring-color: rgb(10 68 41 / 0.45);
}
.ring-primary-dark\/5{
    --tw-ring-color: rgb(10 68 41 / 0.05);
}
.ring-primary-dark\/50{
    --tw-ring-color: rgb(10 68 41 / 0.5);
}
.ring-primary-dark\/55{
    --tw-ring-color: rgb(10 68 41 / 0.55);
}
.ring-primary-dark\/60{
    --tw-ring-color: rgb(10 68 41 / 0.6);
}
.ring-primary-dark\/65{
    --tw-ring-color: rgb(10 68 41 / 0.65);
}
.ring-primary-dark\/70{
    --tw-ring-color: rgb(10 68 41 / 0.7);
}
.ring-primary-dark\/75{
    --tw-ring-color: rgb(10 68 41 / 0.75);
}
.ring-primary-dark\/80{
    --tw-ring-color: rgb(10 68 41 / 0.8);
}
.ring-primary-dark\/85{
    --tw-ring-color: rgb(10 68 41 / 0.85);
}
.ring-primary-dark\/90{
    --tw-ring-color: rgb(10 68 41 / 0.9);
}
.ring-primary-dark\/95{
    --tw-ring-color: rgb(10 68 41 / 0.95);
}
.ring-primary-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(198 238 219 / var(--tw-ring-opacity));
}
.ring-primary-light\/0{
    --tw-ring-color: rgb(198 238 219 / 0);
}
.ring-primary-light\/10{
    --tw-ring-color: rgb(198 238 219 / 0.1);
}
.ring-primary-light\/100{
    --tw-ring-color: rgb(198 238 219 / 1);
}
.ring-primary-light\/15{
    --tw-ring-color: rgb(198 238 219 / 0.15);
}
.ring-primary-light\/20{
    --tw-ring-color: rgb(198 238 219 / 0.2);
}
.ring-primary-light\/25{
    --tw-ring-color: rgb(198 238 219 / 0.25);
}
.ring-primary-light\/30{
    --tw-ring-color: rgb(198 238 219 / 0.3);
}
.ring-primary-light\/35{
    --tw-ring-color: rgb(198 238 219 / 0.35);
}
.ring-primary-light\/40{
    --tw-ring-color: rgb(198 238 219 / 0.4);
}
.ring-primary-light\/45{
    --tw-ring-color: rgb(198 238 219 / 0.45);
}
.ring-primary-light\/5{
    --tw-ring-color: rgb(198 238 219 / 0.05);
}
.ring-primary-light\/50{
    --tw-ring-color: rgb(198 238 219 / 0.5);
}
.ring-primary-light\/55{
    --tw-ring-color: rgb(198 238 219 / 0.55);
}
.ring-primary-light\/60{
    --tw-ring-color: rgb(198 238 219 / 0.6);
}
.ring-primary-light\/65{
    --tw-ring-color: rgb(198 238 219 / 0.65);
}
.ring-primary-light\/70{
    --tw-ring-color: rgb(198 238 219 / 0.7);
}
.ring-primary-light\/75{
    --tw-ring-color: rgb(198 238 219 / 0.75);
}
.ring-primary-light\/80{
    --tw-ring-color: rgb(198 238 219 / 0.8);
}
.ring-primary-light\/85{
    --tw-ring-color: rgb(198 238 219 / 0.85);
}
.ring-primary-light\/90{
    --tw-ring-color: rgb(198 238 219 / 0.9);
}
.ring-primary-light\/95{
    --tw-ring-color: rgb(198 238 219 / 0.95);
}
.ring-primary\/0{
    --tw-ring-color: rgb(72 229 155 / 0);
}
.ring-primary\/10{
    --tw-ring-color: rgb(72 229 155 / 0.1);
}
.ring-primary\/100{
    --tw-ring-color: rgb(72 229 155 / 1);
}
.ring-primary\/15{
    --tw-ring-color: rgb(72 229 155 / 0.15);
}
.ring-primary\/20{
    --tw-ring-color: rgb(72 229 155 / 0.2);
}
.ring-primary\/25{
    --tw-ring-color: rgb(72 229 155 / 0.25);
}
.ring-primary\/30{
    --tw-ring-color: rgb(72 229 155 / 0.3);
}
.ring-primary\/35{
    --tw-ring-color: rgb(72 229 155 / 0.35);
}
.ring-primary\/40{
    --tw-ring-color: rgb(72 229 155 / 0.4);
}
.ring-primary\/45{
    --tw-ring-color: rgb(72 229 155 / 0.45);
}
.ring-primary\/5{
    --tw-ring-color: rgb(72 229 155 / 0.05);
}
.ring-primary\/50{
    --tw-ring-color: rgb(72 229 155 / 0.5);
}
.ring-primary\/55{
    --tw-ring-color: rgb(72 229 155 / 0.55);
}
.ring-primary\/60{
    --tw-ring-color: rgb(72 229 155 / 0.6);
}
.ring-primary\/65{
    --tw-ring-color: rgb(72 229 155 / 0.65);
}
.ring-primary\/70{
    --tw-ring-color: rgb(72 229 155 / 0.7);
}
.ring-primary\/75{
    --tw-ring-color: rgb(72 229 155 / 0.75);
}
.ring-primary\/80{
    --tw-ring-color: rgb(72 229 155 / 0.8);
}
.ring-primary\/85{
    --tw-ring-color: rgb(72 229 155 / 0.85);
}
.ring-primary\/90{
    --tw-ring-color: rgb(72 229 155 / 0.9);
}
.ring-primary\/95{
    --tw-ring-color: rgb(72 229 155 / 0.95);
}
.ring-secondary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(1 90 213 / var(--tw-ring-opacity));
}
.ring-secondary-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(1 90 213 / var(--tw-ring-opacity));
}
.ring-secondary-500\/0{
    --tw-ring-color: rgb(1 90 213 / 0);
}
.ring-secondary-500\/10{
    --tw-ring-color: rgb(1 90 213 / 0.1);
}
.ring-secondary-500\/100{
    --tw-ring-color: rgb(1 90 213 / 1);
}
.ring-secondary-500\/15{
    --tw-ring-color: rgb(1 90 213 / 0.15);
}
.ring-secondary-500\/20{
    --tw-ring-color: rgb(1 90 213 / 0.2);
}
.ring-secondary-500\/25{
    --tw-ring-color: rgb(1 90 213 / 0.25);
}
.ring-secondary-500\/30{
    --tw-ring-color: rgb(1 90 213 / 0.3);
}
.ring-secondary-500\/35{
    --tw-ring-color: rgb(1 90 213 / 0.35);
}
.ring-secondary-500\/40{
    --tw-ring-color: rgb(1 90 213 / 0.4);
}
.ring-secondary-500\/45{
    --tw-ring-color: rgb(1 90 213 / 0.45);
}
.ring-secondary-500\/5{
    --tw-ring-color: rgb(1 90 213 / 0.05);
}
.ring-secondary-500\/50{
    --tw-ring-color: rgb(1 90 213 / 0.5);
}
.ring-secondary-500\/55{
    --tw-ring-color: rgb(1 90 213 / 0.55);
}
.ring-secondary-500\/60{
    --tw-ring-color: rgb(1 90 213 / 0.6);
}
.ring-secondary-500\/65{
    --tw-ring-color: rgb(1 90 213 / 0.65);
}
.ring-secondary-500\/70{
    --tw-ring-color: rgb(1 90 213 / 0.7);
}
.ring-secondary-500\/75{
    --tw-ring-color: rgb(1 90 213 / 0.75);
}
.ring-secondary-500\/80{
    --tw-ring-color: rgb(1 90 213 / 0.8);
}
.ring-secondary-500\/85{
    --tw-ring-color: rgb(1 90 213 / 0.85);
}
.ring-secondary-500\/90{
    --tw-ring-color: rgb(1 90 213 / 0.9);
}
.ring-secondary-500\/95{
    --tw-ring-color: rgb(1 90 213 / 0.95);
}
.ring-secondary\/0{
    --tw-ring-color: rgb(1 90 213 / 0);
}
.ring-secondary\/10{
    --tw-ring-color: rgb(1 90 213 / 0.1);
}
.ring-secondary\/100{
    --tw-ring-color: rgb(1 90 213 / 1);
}
.ring-secondary\/15{
    --tw-ring-color: rgb(1 90 213 / 0.15);
}
.ring-secondary\/20{
    --tw-ring-color: rgb(1 90 213 / 0.2);
}
.ring-secondary\/25{
    --tw-ring-color: rgb(1 90 213 / 0.25);
}
.ring-secondary\/30{
    --tw-ring-color: rgb(1 90 213 / 0.3);
}
.ring-secondary\/35{
    --tw-ring-color: rgb(1 90 213 / 0.35);
}
.ring-secondary\/40{
    --tw-ring-color: rgb(1 90 213 / 0.4);
}
.ring-secondary\/45{
    --tw-ring-color: rgb(1 90 213 / 0.45);
}
.ring-secondary\/5{
    --tw-ring-color: rgb(1 90 213 / 0.05);
}
.ring-secondary\/50{
    --tw-ring-color: rgb(1 90 213 / 0.5);
}
.ring-secondary\/55{
    --tw-ring-color: rgb(1 90 213 / 0.55);
}
.ring-secondary\/60{
    --tw-ring-color: rgb(1 90 213 / 0.6);
}
.ring-secondary\/65{
    --tw-ring-color: rgb(1 90 213 / 0.65);
}
.ring-secondary\/70{
    --tw-ring-color: rgb(1 90 213 / 0.7);
}
.ring-secondary\/75{
    --tw-ring-color: rgb(1 90 213 / 0.75);
}
.ring-secondary\/80{
    --tw-ring-color: rgb(1 90 213 / 0.8);
}
.ring-secondary\/85{
    --tw-ring-color: rgb(1 90 213 / 0.85);
}
.ring-secondary\/90{
    --tw-ring-color: rgb(1 90 213 / 0.9);
}
.ring-secondary\/95{
    --tw-ring-color: rgb(1 90 213 / 0.95);
}
.ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.ring-offset-black-brand{
    --tw-ring-offset-color: #313131;
}
.ring-offset-black-brand\/0{
    --tw-ring-offset-color: rgb(49 49 49 / 0);
}
.ring-offset-black-brand\/10{
    --tw-ring-offset-color: rgb(49 49 49 / 0.1);
}
.ring-offset-black-brand\/100{
    --tw-ring-offset-color: rgb(49 49 49 / 1);
}
.ring-offset-black-brand\/15{
    --tw-ring-offset-color: rgb(49 49 49 / 0.15);
}
.ring-offset-black-brand\/20{
    --tw-ring-offset-color: rgb(49 49 49 / 0.2);
}
.ring-offset-black-brand\/25{
    --tw-ring-offset-color: rgb(49 49 49 / 0.25);
}
.ring-offset-black-brand\/30{
    --tw-ring-offset-color: rgb(49 49 49 / 0.3);
}
.ring-offset-black-brand\/35{
    --tw-ring-offset-color: rgb(49 49 49 / 0.35);
}
.ring-offset-black-brand\/40{
    --tw-ring-offset-color: rgb(49 49 49 / 0.4);
}
.ring-offset-black-brand\/45{
    --tw-ring-offset-color: rgb(49 49 49 / 0.45);
}
.ring-offset-black-brand\/5{
    --tw-ring-offset-color: rgb(49 49 49 / 0.05);
}
.ring-offset-black-brand\/50{
    --tw-ring-offset-color: rgb(49 49 49 / 0.5);
}
.ring-offset-black-brand\/55{
    --tw-ring-offset-color: rgb(49 49 49 / 0.55);
}
.ring-offset-black-brand\/60{
    --tw-ring-offset-color: rgb(49 49 49 / 0.6);
}
.ring-offset-black-brand\/65{
    --tw-ring-offset-color: rgb(49 49 49 / 0.65);
}
.ring-offset-black-brand\/70{
    --tw-ring-offset-color: rgb(49 49 49 / 0.7);
}
.ring-offset-black-brand\/75{
    --tw-ring-offset-color: rgb(49 49 49 / 0.75);
}
.ring-offset-black-brand\/80{
    --tw-ring-offset-color: rgb(49 49 49 / 0.8);
}
.ring-offset-black-brand\/85{
    --tw-ring-offset-color: rgb(49 49 49 / 0.85);
}
.ring-offset-black-brand\/90{
    --tw-ring-offset-color: rgb(49 49 49 / 0.9);
}
.ring-offset-black-brand\/95{
    --tw-ring-offset-color: rgb(49 49 49 / 0.95);
}
.ring-offset-brand-100{
    --tw-ring-offset-color: #c6eedb0d;
}
.ring-offset-brand-100\/0{
    --tw-ring-offset-color: rgb(198 238 219 / 0);
}
.ring-offset-brand-100\/10{
    --tw-ring-offset-color: rgb(198 238 219 / 0.1);
}
.ring-offset-brand-100\/100{
    --tw-ring-offset-color: rgb(198 238 219 / 1);
}
.ring-offset-brand-100\/15{
    --tw-ring-offset-color: rgb(198 238 219 / 0.15);
}
.ring-offset-brand-100\/20{
    --tw-ring-offset-color: rgb(198 238 219 / 0.2);
}
.ring-offset-brand-100\/25{
    --tw-ring-offset-color: rgb(198 238 219 / 0.25);
}
.ring-offset-brand-100\/30{
    --tw-ring-offset-color: rgb(198 238 219 / 0.3);
}
.ring-offset-brand-100\/35{
    --tw-ring-offset-color: rgb(198 238 219 / 0.35);
}
.ring-offset-brand-100\/40{
    --tw-ring-offset-color: rgb(198 238 219 / 0.4);
}
.ring-offset-brand-100\/45{
    --tw-ring-offset-color: rgb(198 238 219 / 0.45);
}
.ring-offset-brand-100\/5{
    --tw-ring-offset-color: rgb(198 238 219 / 0.05);
}
.ring-offset-brand-100\/50{
    --tw-ring-offset-color: rgb(198 238 219 / 0.5);
}
.ring-offset-brand-100\/55{
    --tw-ring-offset-color: rgb(198 238 219 / 0.55);
}
.ring-offset-brand-100\/60{
    --tw-ring-offset-color: rgb(198 238 219 / 0.6);
}
.ring-offset-brand-100\/65{
    --tw-ring-offset-color: rgb(198 238 219 / 0.65);
}
.ring-offset-brand-100\/70{
    --tw-ring-offset-color: rgb(198 238 219 / 0.7);
}
.ring-offset-brand-100\/75{
    --tw-ring-offset-color: rgb(198 238 219 / 0.75);
}
.ring-offset-brand-100\/80{
    --tw-ring-offset-color: rgb(198 238 219 / 0.8);
}
.ring-offset-brand-100\/85{
    --tw-ring-offset-color: rgb(198 238 219 / 0.85);
}
.ring-offset-brand-100\/90{
    --tw-ring-offset-color: rgb(198 238 219 / 0.9);
}
.ring-offset-brand-100\/95{
    --tw-ring-offset-color: rgb(198 238 219 / 0.95);
}
.ring-offset-brand-20{
    --tw-ring-offset-color: #48E59B;
}
.ring-offset-brand-20\/0{
    --tw-ring-offset-color: rgb(72 229 155 / 0);
}
.ring-offset-brand-20\/10{
    --tw-ring-offset-color: rgb(72 229 155 / 0.1);
}
.ring-offset-brand-20\/100{
    --tw-ring-offset-color: rgb(72 229 155 / 1);
}
.ring-offset-brand-20\/15{
    --tw-ring-offset-color: rgb(72 229 155 / 0.15);
}
.ring-offset-brand-20\/20{
    --tw-ring-offset-color: rgb(72 229 155 / 0.2);
}
.ring-offset-brand-20\/25{
    --tw-ring-offset-color: rgb(72 229 155 / 0.25);
}
.ring-offset-brand-20\/30{
    --tw-ring-offset-color: rgb(72 229 155 / 0.3);
}
.ring-offset-brand-20\/35{
    --tw-ring-offset-color: rgb(72 229 155 / 0.35);
}
.ring-offset-brand-20\/40{
    --tw-ring-offset-color: rgb(72 229 155 / 0.4);
}
.ring-offset-brand-20\/45{
    --tw-ring-offset-color: rgb(72 229 155 / 0.45);
}
.ring-offset-brand-20\/5{
    --tw-ring-offset-color: rgb(72 229 155 / 0.05);
}
.ring-offset-brand-20\/50{
    --tw-ring-offset-color: rgb(72 229 155 / 0.5);
}
.ring-offset-brand-20\/55{
    --tw-ring-offset-color: rgb(72 229 155 / 0.55);
}
.ring-offset-brand-20\/60{
    --tw-ring-offset-color: rgb(72 229 155 / 0.6);
}
.ring-offset-brand-20\/65{
    --tw-ring-offset-color: rgb(72 229 155 / 0.65);
}
.ring-offset-brand-20\/70{
    --tw-ring-offset-color: rgb(72 229 155 / 0.7);
}
.ring-offset-brand-20\/75{
    --tw-ring-offset-color: rgb(72 229 155 / 0.75);
}
.ring-offset-brand-20\/80{
    --tw-ring-offset-color: rgb(72 229 155 / 0.8);
}
.ring-offset-brand-20\/85{
    --tw-ring-offset-color: rgb(72 229 155 / 0.85);
}
.ring-offset-brand-20\/90{
    --tw-ring-offset-color: rgb(72 229 155 / 0.9);
}
.ring-offset-brand-20\/95{
    --tw-ring-offset-color: rgb(72 229 155 / 0.95);
}
.ring-offset-brand-200{
    --tw-ring-offset-color: #c6eedb33;
}
.ring-offset-brand-200\/0{
    --tw-ring-offset-color: rgb(198 238 219 / 0);
}
.ring-offset-brand-200\/10{
    --tw-ring-offset-color: rgb(198 238 219 / 0.1);
}
.ring-offset-brand-200\/100{
    --tw-ring-offset-color: rgb(198 238 219 / 1);
}
.ring-offset-brand-200\/15{
    --tw-ring-offset-color: rgb(198 238 219 / 0.15);
}
.ring-offset-brand-200\/20{
    --tw-ring-offset-color: rgb(198 238 219 / 0.2);
}
.ring-offset-brand-200\/25{
    --tw-ring-offset-color: rgb(198 238 219 / 0.25);
}
.ring-offset-brand-200\/30{
    --tw-ring-offset-color: rgb(198 238 219 / 0.3);
}
.ring-offset-brand-200\/35{
    --tw-ring-offset-color: rgb(198 238 219 / 0.35);
}
.ring-offset-brand-200\/40{
    --tw-ring-offset-color: rgb(198 238 219 / 0.4);
}
.ring-offset-brand-200\/45{
    --tw-ring-offset-color: rgb(198 238 219 / 0.45);
}
.ring-offset-brand-200\/5{
    --tw-ring-offset-color: rgb(198 238 219 / 0.05);
}
.ring-offset-brand-200\/50{
    --tw-ring-offset-color: rgb(198 238 219 / 0.5);
}
.ring-offset-brand-200\/55{
    --tw-ring-offset-color: rgb(198 238 219 / 0.55);
}
.ring-offset-brand-200\/60{
    --tw-ring-offset-color: rgb(198 238 219 / 0.6);
}
.ring-offset-brand-200\/65{
    --tw-ring-offset-color: rgb(198 238 219 / 0.65);
}
.ring-offset-brand-200\/70{
    --tw-ring-offset-color: rgb(198 238 219 / 0.7);
}
.ring-offset-brand-200\/75{
    --tw-ring-offset-color: rgb(198 238 219 / 0.75);
}
.ring-offset-brand-200\/80{
    --tw-ring-offset-color: rgb(198 238 219 / 0.8);
}
.ring-offset-brand-200\/85{
    --tw-ring-offset-color: rgb(198 238 219 / 0.85);
}
.ring-offset-brand-200\/90{
    --tw-ring-offset-color: rgb(198 238 219 / 0.9);
}
.ring-offset-brand-200\/95{
    --tw-ring-offset-color: rgb(198 238 219 / 0.95);
}
.ring-offset-brand-300{
    --tw-ring-offset-color: #C6EEDB;
}
.ring-offset-brand-300\/0{
    --tw-ring-offset-color: rgb(198 238 219 / 0);
}
.ring-offset-brand-300\/10{
    --tw-ring-offset-color: rgb(198 238 219 / 0.1);
}
.ring-offset-brand-300\/100{
    --tw-ring-offset-color: rgb(198 238 219 / 1);
}
.ring-offset-brand-300\/15{
    --tw-ring-offset-color: rgb(198 238 219 / 0.15);
}
.ring-offset-brand-300\/20{
    --tw-ring-offset-color: rgb(198 238 219 / 0.2);
}
.ring-offset-brand-300\/25{
    --tw-ring-offset-color: rgb(198 238 219 / 0.25);
}
.ring-offset-brand-300\/30{
    --tw-ring-offset-color: rgb(198 238 219 / 0.3);
}
.ring-offset-brand-300\/35{
    --tw-ring-offset-color: rgb(198 238 219 / 0.35);
}
.ring-offset-brand-300\/40{
    --tw-ring-offset-color: rgb(198 238 219 / 0.4);
}
.ring-offset-brand-300\/45{
    --tw-ring-offset-color: rgb(198 238 219 / 0.45);
}
.ring-offset-brand-300\/5{
    --tw-ring-offset-color: rgb(198 238 219 / 0.05);
}
.ring-offset-brand-300\/50{
    --tw-ring-offset-color: rgb(198 238 219 / 0.5);
}
.ring-offset-brand-300\/55{
    --tw-ring-offset-color: rgb(198 238 219 / 0.55);
}
.ring-offset-brand-300\/60{
    --tw-ring-offset-color: rgb(198 238 219 / 0.6);
}
.ring-offset-brand-300\/65{
    --tw-ring-offset-color: rgb(198 238 219 / 0.65);
}
.ring-offset-brand-300\/70{
    --tw-ring-offset-color: rgb(198 238 219 / 0.7);
}
.ring-offset-brand-300\/75{
    --tw-ring-offset-color: rgb(198 238 219 / 0.75);
}
.ring-offset-brand-300\/80{
    --tw-ring-offset-color: rgb(198 238 219 / 0.8);
}
.ring-offset-brand-300\/85{
    --tw-ring-offset-color: rgb(198 238 219 / 0.85);
}
.ring-offset-brand-300\/90{
    --tw-ring-offset-color: rgb(198 238 219 / 0.9);
}
.ring-offset-brand-300\/95{
    --tw-ring-offset-color: rgb(198 238 219 / 0.95);
}
.ring-offset-brand-black{
    --tw-ring-offset-color: #111111;
}
.ring-offset-brand-black\/0{
    --tw-ring-offset-color: rgb(17 17 17 / 0);
}
.ring-offset-brand-black\/10{
    --tw-ring-offset-color: rgb(17 17 17 / 0.1);
}
.ring-offset-brand-black\/100{
    --tw-ring-offset-color: rgb(17 17 17 / 1);
}
.ring-offset-brand-black\/15{
    --tw-ring-offset-color: rgb(17 17 17 / 0.15);
}
.ring-offset-brand-black\/20{
    --tw-ring-offset-color: rgb(17 17 17 / 0.2);
}
.ring-offset-brand-black\/25{
    --tw-ring-offset-color: rgb(17 17 17 / 0.25);
}
.ring-offset-brand-black\/30{
    --tw-ring-offset-color: rgb(17 17 17 / 0.3);
}
.ring-offset-brand-black\/35{
    --tw-ring-offset-color: rgb(17 17 17 / 0.35);
}
.ring-offset-brand-black\/40{
    --tw-ring-offset-color: rgb(17 17 17 / 0.4);
}
.ring-offset-brand-black\/45{
    --tw-ring-offset-color: rgb(17 17 17 / 0.45);
}
.ring-offset-brand-black\/5{
    --tw-ring-offset-color: rgb(17 17 17 / 0.05);
}
.ring-offset-brand-black\/50{
    --tw-ring-offset-color: rgb(17 17 17 / 0.5);
}
.ring-offset-brand-black\/55{
    --tw-ring-offset-color: rgb(17 17 17 / 0.55);
}
.ring-offset-brand-black\/60{
    --tw-ring-offset-color: rgb(17 17 17 / 0.6);
}
.ring-offset-brand-black\/65{
    --tw-ring-offset-color: rgb(17 17 17 / 0.65);
}
.ring-offset-brand-black\/70{
    --tw-ring-offset-color: rgb(17 17 17 / 0.7);
}
.ring-offset-brand-black\/75{
    --tw-ring-offset-color: rgb(17 17 17 / 0.75);
}
.ring-offset-brand-black\/80{
    --tw-ring-offset-color: rgb(17 17 17 / 0.8);
}
.ring-offset-brand-black\/85{
    --tw-ring-offset-color: rgb(17 17 17 / 0.85);
}
.ring-offset-brand-black\/90{
    --tw-ring-offset-color: rgb(17 17 17 / 0.9);
}
.ring-offset-brand-black\/95{
    --tw-ring-offset-color: rgb(17 17 17 / 0.95);
}
.ring-offset-brand-blue{
    --tw-ring-offset-color: #70A8F4;
}
.ring-offset-brand-blue\/0{
    --tw-ring-offset-color: rgb(112 168 244 / 0);
}
.ring-offset-brand-blue\/10{
    --tw-ring-offset-color: rgb(112 168 244 / 0.1);
}
.ring-offset-brand-blue\/100{
    --tw-ring-offset-color: rgb(112 168 244 / 1);
}
.ring-offset-brand-blue\/15{
    --tw-ring-offset-color: rgb(112 168 244 / 0.15);
}
.ring-offset-brand-blue\/20{
    --tw-ring-offset-color: rgb(112 168 244 / 0.2);
}
.ring-offset-brand-blue\/25{
    --tw-ring-offset-color: rgb(112 168 244 / 0.25);
}
.ring-offset-brand-blue\/30{
    --tw-ring-offset-color: rgb(112 168 244 / 0.3);
}
.ring-offset-brand-blue\/35{
    --tw-ring-offset-color: rgb(112 168 244 / 0.35);
}
.ring-offset-brand-blue\/40{
    --tw-ring-offset-color: rgb(112 168 244 / 0.4);
}
.ring-offset-brand-blue\/45{
    --tw-ring-offset-color: rgb(112 168 244 / 0.45);
}
.ring-offset-brand-blue\/5{
    --tw-ring-offset-color: rgb(112 168 244 / 0.05);
}
.ring-offset-brand-blue\/50{
    --tw-ring-offset-color: rgb(112 168 244 / 0.5);
}
.ring-offset-brand-blue\/55{
    --tw-ring-offset-color: rgb(112 168 244 / 0.55);
}
.ring-offset-brand-blue\/60{
    --tw-ring-offset-color: rgb(112 168 244 / 0.6);
}
.ring-offset-brand-blue\/65{
    --tw-ring-offset-color: rgb(112 168 244 / 0.65);
}
.ring-offset-brand-blue\/70{
    --tw-ring-offset-color: rgb(112 168 244 / 0.7);
}
.ring-offset-brand-blue\/75{
    --tw-ring-offset-color: rgb(112 168 244 / 0.75);
}
.ring-offset-brand-blue\/80{
    --tw-ring-offset-color: rgb(112 168 244 / 0.8);
}
.ring-offset-brand-blue\/85{
    --tw-ring-offset-color: rgb(112 168 244 / 0.85);
}
.ring-offset-brand-blue\/90{
    --tw-ring-offset-color: rgb(112 168 244 / 0.9);
}
.ring-offset-brand-blue\/95{
    --tw-ring-offset-color: rgb(112 168 244 / 0.95);
}
.ring-offset-brand-dark{
    --tw-ring-offset-color: #232C27;
}
.ring-offset-brand-dark\/0{
    --tw-ring-offset-color: rgb(35 44 39 / 0);
}
.ring-offset-brand-dark\/10{
    --tw-ring-offset-color: rgb(35 44 39 / 0.1);
}
.ring-offset-brand-dark\/100{
    --tw-ring-offset-color: rgb(35 44 39 / 1);
}
.ring-offset-brand-dark\/15{
    --tw-ring-offset-color: rgb(35 44 39 / 0.15);
}
.ring-offset-brand-dark\/20{
    --tw-ring-offset-color: rgb(35 44 39 / 0.2);
}
.ring-offset-brand-dark\/25{
    --tw-ring-offset-color: rgb(35 44 39 / 0.25);
}
.ring-offset-brand-dark\/30{
    --tw-ring-offset-color: rgb(35 44 39 / 0.3);
}
.ring-offset-brand-dark\/35{
    --tw-ring-offset-color: rgb(35 44 39 / 0.35);
}
.ring-offset-brand-dark\/40{
    --tw-ring-offset-color: rgb(35 44 39 / 0.4);
}
.ring-offset-brand-dark\/45{
    --tw-ring-offset-color: rgb(35 44 39 / 0.45);
}
.ring-offset-brand-dark\/5{
    --tw-ring-offset-color: rgb(35 44 39 / 0.05);
}
.ring-offset-brand-dark\/50{
    --tw-ring-offset-color: rgb(35 44 39 / 0.5);
}
.ring-offset-brand-dark\/55{
    --tw-ring-offset-color: rgb(35 44 39 / 0.55);
}
.ring-offset-brand-dark\/60{
    --tw-ring-offset-color: rgb(35 44 39 / 0.6);
}
.ring-offset-brand-dark\/65{
    --tw-ring-offset-color: rgb(35 44 39 / 0.65);
}
.ring-offset-brand-dark\/70{
    --tw-ring-offset-color: rgb(35 44 39 / 0.7);
}
.ring-offset-brand-dark\/75{
    --tw-ring-offset-color: rgb(35 44 39 / 0.75);
}
.ring-offset-brand-dark\/80{
    --tw-ring-offset-color: rgb(35 44 39 / 0.8);
}
.ring-offset-brand-dark\/85{
    --tw-ring-offset-color: rgb(35 44 39 / 0.85);
}
.ring-offset-brand-dark\/90{
    --tw-ring-offset-color: rgb(35 44 39 / 0.9);
}
.ring-offset-brand-dark\/95{
    --tw-ring-offset-color: rgb(35 44 39 / 0.95);
}
.ring-offset-brand-green{
    --tw-ring-offset-color: #48E59B;
}
.ring-offset-brand-green\/0{
    --tw-ring-offset-color: rgb(72 229 155 / 0);
}
.ring-offset-brand-green\/10{
    --tw-ring-offset-color: rgb(72 229 155 / 0.1);
}
.ring-offset-brand-green\/100{
    --tw-ring-offset-color: rgb(72 229 155 / 1);
}
.ring-offset-brand-green\/15{
    --tw-ring-offset-color: rgb(72 229 155 / 0.15);
}
.ring-offset-brand-green\/20{
    --tw-ring-offset-color: rgb(72 229 155 / 0.2);
}
.ring-offset-brand-green\/25{
    --tw-ring-offset-color: rgb(72 229 155 / 0.25);
}
.ring-offset-brand-green\/30{
    --tw-ring-offset-color: rgb(72 229 155 / 0.3);
}
.ring-offset-brand-green\/35{
    --tw-ring-offset-color: rgb(72 229 155 / 0.35);
}
.ring-offset-brand-green\/40{
    --tw-ring-offset-color: rgb(72 229 155 / 0.4);
}
.ring-offset-brand-green\/45{
    --tw-ring-offset-color: rgb(72 229 155 / 0.45);
}
.ring-offset-brand-green\/5{
    --tw-ring-offset-color: rgb(72 229 155 / 0.05);
}
.ring-offset-brand-green\/50{
    --tw-ring-offset-color: rgb(72 229 155 / 0.5);
}
.ring-offset-brand-green\/55{
    --tw-ring-offset-color: rgb(72 229 155 / 0.55);
}
.ring-offset-brand-green\/60{
    --tw-ring-offset-color: rgb(72 229 155 / 0.6);
}
.ring-offset-brand-green\/65{
    --tw-ring-offset-color: rgb(72 229 155 / 0.65);
}
.ring-offset-brand-green\/70{
    --tw-ring-offset-color: rgb(72 229 155 / 0.7);
}
.ring-offset-brand-green\/75{
    --tw-ring-offset-color: rgb(72 229 155 / 0.75);
}
.ring-offset-brand-green\/80{
    --tw-ring-offset-color: rgb(72 229 155 / 0.8);
}
.ring-offset-brand-green\/85{
    --tw-ring-offset-color: rgb(72 229 155 / 0.85);
}
.ring-offset-brand-green\/90{
    --tw-ring-offset-color: rgb(72 229 155 / 0.9);
}
.ring-offset-brand-green\/95{
    --tw-ring-offset-color: rgb(72 229 155 / 0.95);
}
.ring-offset-brand-light{
    --tw-ring-offset-color: #C6EEDB;
}
.ring-offset-brand-light\/0{
    --tw-ring-offset-color: rgb(198 238 219 / 0);
}
.ring-offset-brand-light\/10{
    --tw-ring-offset-color: rgb(198 238 219 / 0.1);
}
.ring-offset-brand-light\/100{
    --tw-ring-offset-color: rgb(198 238 219 / 1);
}
.ring-offset-brand-light\/15{
    --tw-ring-offset-color: rgb(198 238 219 / 0.15);
}
.ring-offset-brand-light\/20{
    --tw-ring-offset-color: rgb(198 238 219 / 0.2);
}
.ring-offset-brand-light\/25{
    --tw-ring-offset-color: rgb(198 238 219 / 0.25);
}
.ring-offset-brand-light\/30{
    --tw-ring-offset-color: rgb(198 238 219 / 0.3);
}
.ring-offset-brand-light\/35{
    --tw-ring-offset-color: rgb(198 238 219 / 0.35);
}
.ring-offset-brand-light\/40{
    --tw-ring-offset-color: rgb(198 238 219 / 0.4);
}
.ring-offset-brand-light\/45{
    --tw-ring-offset-color: rgb(198 238 219 / 0.45);
}
.ring-offset-brand-light\/5{
    --tw-ring-offset-color: rgb(198 238 219 / 0.05);
}
.ring-offset-brand-light\/50{
    --tw-ring-offset-color: rgb(198 238 219 / 0.5);
}
.ring-offset-brand-light\/55{
    --tw-ring-offset-color: rgb(198 238 219 / 0.55);
}
.ring-offset-brand-light\/60{
    --tw-ring-offset-color: rgb(198 238 219 / 0.6);
}
.ring-offset-brand-light\/65{
    --tw-ring-offset-color: rgb(198 238 219 / 0.65);
}
.ring-offset-brand-light\/70{
    --tw-ring-offset-color: rgb(198 238 219 / 0.7);
}
.ring-offset-brand-light\/75{
    --tw-ring-offset-color: rgb(198 238 219 / 0.75);
}
.ring-offset-brand-light\/80{
    --tw-ring-offset-color: rgb(198 238 219 / 0.8);
}
.ring-offset-brand-light\/85{
    --tw-ring-offset-color: rgb(198 238 219 / 0.85);
}
.ring-offset-brand-light\/90{
    --tw-ring-offset-color: rgb(198 238 219 / 0.9);
}
.ring-offset-brand-light\/95{
    --tw-ring-offset-color: rgb(198 238 219 / 0.95);
}
.ring-offset-error{
    --tw-ring-offset-color: #FF3C3C;
}
.ring-offset-error-10{
    --tw-ring-offset-color: #291515;
}
.ring-offset-error-10\/0{
    --tw-ring-offset-color: rgb(41 21 21 / 0);
}
.ring-offset-error-10\/10{
    --tw-ring-offset-color: rgb(41 21 21 / 0.1);
}
.ring-offset-error-10\/100{
    --tw-ring-offset-color: rgb(41 21 21 / 1);
}
.ring-offset-error-10\/15{
    --tw-ring-offset-color: rgb(41 21 21 / 0.15);
}
.ring-offset-error-10\/20{
    --tw-ring-offset-color: rgb(41 21 21 / 0.2);
}
.ring-offset-error-10\/25{
    --tw-ring-offset-color: rgb(41 21 21 / 0.25);
}
.ring-offset-error-10\/30{
    --tw-ring-offset-color: rgb(41 21 21 / 0.3);
}
.ring-offset-error-10\/35{
    --tw-ring-offset-color: rgb(41 21 21 / 0.35);
}
.ring-offset-error-10\/40{
    --tw-ring-offset-color: rgb(41 21 21 / 0.4);
}
.ring-offset-error-10\/45{
    --tw-ring-offset-color: rgb(41 21 21 / 0.45);
}
.ring-offset-error-10\/5{
    --tw-ring-offset-color: rgb(41 21 21 / 0.05);
}
.ring-offset-error-10\/50{
    --tw-ring-offset-color: rgb(41 21 21 / 0.5);
}
.ring-offset-error-10\/55{
    --tw-ring-offset-color: rgb(41 21 21 / 0.55);
}
.ring-offset-error-10\/60{
    --tw-ring-offset-color: rgb(41 21 21 / 0.6);
}
.ring-offset-error-10\/65{
    --tw-ring-offset-color: rgb(41 21 21 / 0.65);
}
.ring-offset-error-10\/70{
    --tw-ring-offset-color: rgb(41 21 21 / 0.7);
}
.ring-offset-error-10\/75{
    --tw-ring-offset-color: rgb(41 21 21 / 0.75);
}
.ring-offset-error-10\/80{
    --tw-ring-offset-color: rgb(41 21 21 / 0.8);
}
.ring-offset-error-10\/85{
    --tw-ring-offset-color: rgb(41 21 21 / 0.85);
}
.ring-offset-error-10\/90{
    --tw-ring-offset-color: rgb(41 21 21 / 0.9);
}
.ring-offset-error-10\/95{
    --tw-ring-offset-color: rgb(41 21 21 / 0.95);
}
.ring-offset-error-100{
    --tw-ring-offset-color: #FFC7C7;
}
.ring-offset-error-100\/0{
    --tw-ring-offset-color: rgb(255 199 199 / 0);
}
.ring-offset-error-100\/10{
    --tw-ring-offset-color: rgb(255 199 199 / 0.1);
}
.ring-offset-error-100\/100{
    --tw-ring-offset-color: rgb(255 199 199 / 1);
}
.ring-offset-error-100\/15{
    --tw-ring-offset-color: rgb(255 199 199 / 0.15);
}
.ring-offset-error-100\/20{
    --tw-ring-offset-color: rgb(255 199 199 / 0.2);
}
.ring-offset-error-100\/25{
    --tw-ring-offset-color: rgb(255 199 199 / 0.25);
}
.ring-offset-error-100\/30{
    --tw-ring-offset-color: rgb(255 199 199 / 0.3);
}
.ring-offset-error-100\/35{
    --tw-ring-offset-color: rgb(255 199 199 / 0.35);
}
.ring-offset-error-100\/40{
    --tw-ring-offset-color: rgb(255 199 199 / 0.4);
}
.ring-offset-error-100\/45{
    --tw-ring-offset-color: rgb(255 199 199 / 0.45);
}
.ring-offset-error-100\/5{
    --tw-ring-offset-color: rgb(255 199 199 / 0.05);
}
.ring-offset-error-100\/50{
    --tw-ring-offset-color: rgb(255 199 199 / 0.5);
}
.ring-offset-error-100\/55{
    --tw-ring-offset-color: rgb(255 199 199 / 0.55);
}
.ring-offset-error-100\/60{
    --tw-ring-offset-color: rgb(255 199 199 / 0.6);
}
.ring-offset-error-100\/65{
    --tw-ring-offset-color: rgb(255 199 199 / 0.65);
}
.ring-offset-error-100\/70{
    --tw-ring-offset-color: rgb(255 199 199 / 0.7);
}
.ring-offset-error-100\/75{
    --tw-ring-offset-color: rgb(255 199 199 / 0.75);
}
.ring-offset-error-100\/80{
    --tw-ring-offset-color: rgb(255 199 199 / 0.8);
}
.ring-offset-error-100\/85{
    --tw-ring-offset-color: rgb(255 199 199 / 0.85);
}
.ring-offset-error-100\/90{
    --tw-ring-offset-color: rgb(255 199 199 / 0.9);
}
.ring-offset-error-100\/95{
    --tw-ring-offset-color: rgb(255 199 199 / 0.95);
}
.ring-offset-error-15{
    --tw-ring-offset-color: #351717;
}
.ring-offset-error-15\/0{
    --tw-ring-offset-color: rgb(53 23 23 / 0);
}
.ring-offset-error-15\/10{
    --tw-ring-offset-color: rgb(53 23 23 / 0.1);
}
.ring-offset-error-15\/100{
    --tw-ring-offset-color: rgb(53 23 23 / 1);
}
.ring-offset-error-15\/15{
    --tw-ring-offset-color: rgb(53 23 23 / 0.15);
}
.ring-offset-error-15\/20{
    --tw-ring-offset-color: rgb(53 23 23 / 0.2);
}
.ring-offset-error-15\/25{
    --tw-ring-offset-color: rgb(53 23 23 / 0.25);
}
.ring-offset-error-15\/30{
    --tw-ring-offset-color: rgb(53 23 23 / 0.3);
}
.ring-offset-error-15\/35{
    --tw-ring-offset-color: rgb(53 23 23 / 0.35);
}
.ring-offset-error-15\/40{
    --tw-ring-offset-color: rgb(53 23 23 / 0.4);
}
.ring-offset-error-15\/45{
    --tw-ring-offset-color: rgb(53 23 23 / 0.45);
}
.ring-offset-error-15\/5{
    --tw-ring-offset-color: rgb(53 23 23 / 0.05);
}
.ring-offset-error-15\/50{
    --tw-ring-offset-color: rgb(53 23 23 / 0.5);
}
.ring-offset-error-15\/55{
    --tw-ring-offset-color: rgb(53 23 23 / 0.55);
}
.ring-offset-error-15\/60{
    --tw-ring-offset-color: rgb(53 23 23 / 0.6);
}
.ring-offset-error-15\/65{
    --tw-ring-offset-color: rgb(53 23 23 / 0.65);
}
.ring-offset-error-15\/70{
    --tw-ring-offset-color: rgb(53 23 23 / 0.7);
}
.ring-offset-error-15\/75{
    --tw-ring-offset-color: rgb(53 23 23 / 0.75);
}
.ring-offset-error-15\/80{
    --tw-ring-offset-color: rgb(53 23 23 / 0.8);
}
.ring-offset-error-15\/85{
    --tw-ring-offset-color: rgb(53 23 23 / 0.85);
}
.ring-offset-error-15\/90{
    --tw-ring-offset-color: rgb(53 23 23 / 0.9);
}
.ring-offset-error-15\/95{
    --tw-ring-offset-color: rgb(53 23 23 / 0.95);
}
.ring-offset-error-20{
    --tw-ring-offset-color: #3C1919;
}
.ring-offset-error-20\/0{
    --tw-ring-offset-color: rgb(60 25 25 / 0);
}
.ring-offset-error-20\/10{
    --tw-ring-offset-color: rgb(60 25 25 / 0.1);
}
.ring-offset-error-20\/100{
    --tw-ring-offset-color: rgb(60 25 25 / 1);
}
.ring-offset-error-20\/15{
    --tw-ring-offset-color: rgb(60 25 25 / 0.15);
}
.ring-offset-error-20\/20{
    --tw-ring-offset-color: rgb(60 25 25 / 0.2);
}
.ring-offset-error-20\/25{
    --tw-ring-offset-color: rgb(60 25 25 / 0.25);
}
.ring-offset-error-20\/30{
    --tw-ring-offset-color: rgb(60 25 25 / 0.3);
}
.ring-offset-error-20\/35{
    --tw-ring-offset-color: rgb(60 25 25 / 0.35);
}
.ring-offset-error-20\/40{
    --tw-ring-offset-color: rgb(60 25 25 / 0.4);
}
.ring-offset-error-20\/45{
    --tw-ring-offset-color: rgb(60 25 25 / 0.45);
}
.ring-offset-error-20\/5{
    --tw-ring-offset-color: rgb(60 25 25 / 0.05);
}
.ring-offset-error-20\/50{
    --tw-ring-offset-color: rgb(60 25 25 / 0.5);
}
.ring-offset-error-20\/55{
    --tw-ring-offset-color: rgb(60 25 25 / 0.55);
}
.ring-offset-error-20\/60{
    --tw-ring-offset-color: rgb(60 25 25 / 0.6);
}
.ring-offset-error-20\/65{
    --tw-ring-offset-color: rgb(60 25 25 / 0.65);
}
.ring-offset-error-20\/70{
    --tw-ring-offset-color: rgb(60 25 25 / 0.7);
}
.ring-offset-error-20\/75{
    --tw-ring-offset-color: rgb(60 25 25 / 0.75);
}
.ring-offset-error-20\/80{
    --tw-ring-offset-color: rgb(60 25 25 / 0.8);
}
.ring-offset-error-20\/85{
    --tw-ring-offset-color: rgb(60 25 25 / 0.85);
}
.ring-offset-error-20\/90{
    --tw-ring-offset-color: rgb(60 25 25 / 0.9);
}
.ring-offset-error-20\/95{
    --tw-ring-offset-color: rgb(60 25 25 / 0.95);
}
.ring-offset-error-5{
    --tw-ring-offset-color: #1D1313;
}
.ring-offset-error-5\/0{
    --tw-ring-offset-color: rgb(29 19 19 / 0);
}
.ring-offset-error-5\/10{
    --tw-ring-offset-color: rgb(29 19 19 / 0.1);
}
.ring-offset-error-5\/100{
    --tw-ring-offset-color: rgb(29 19 19 / 1);
}
.ring-offset-error-5\/15{
    --tw-ring-offset-color: rgb(29 19 19 / 0.15);
}
.ring-offset-error-5\/20{
    --tw-ring-offset-color: rgb(29 19 19 / 0.2);
}
.ring-offset-error-5\/25{
    --tw-ring-offset-color: rgb(29 19 19 / 0.25);
}
.ring-offset-error-5\/30{
    --tw-ring-offset-color: rgb(29 19 19 / 0.3);
}
.ring-offset-error-5\/35{
    --tw-ring-offset-color: rgb(29 19 19 / 0.35);
}
.ring-offset-error-5\/40{
    --tw-ring-offset-color: rgb(29 19 19 / 0.4);
}
.ring-offset-error-5\/45{
    --tw-ring-offset-color: rgb(29 19 19 / 0.45);
}
.ring-offset-error-5\/5{
    --tw-ring-offset-color: rgb(29 19 19 / 0.05);
}
.ring-offset-error-5\/50{
    --tw-ring-offset-color: rgb(29 19 19 / 0.5);
}
.ring-offset-error-5\/55{
    --tw-ring-offset-color: rgb(29 19 19 / 0.55);
}
.ring-offset-error-5\/60{
    --tw-ring-offset-color: rgb(29 19 19 / 0.6);
}
.ring-offset-error-5\/65{
    --tw-ring-offset-color: rgb(29 19 19 / 0.65);
}
.ring-offset-error-5\/70{
    --tw-ring-offset-color: rgb(29 19 19 / 0.7);
}
.ring-offset-error-5\/75{
    --tw-ring-offset-color: rgb(29 19 19 / 0.75);
}
.ring-offset-error-5\/80{
    --tw-ring-offset-color: rgb(29 19 19 / 0.8);
}
.ring-offset-error-5\/85{
    --tw-ring-offset-color: rgb(29 19 19 / 0.85);
}
.ring-offset-error-5\/90{
    --tw-ring-offset-color: rgb(29 19 19 / 0.9);
}
.ring-offset-error-5\/95{
    --tw-ring-offset-color: rgb(29 19 19 / 0.95);
}
.ring-offset-error-500{
    --tw-ring-offset-color: #FF3C3C;
}
.ring-offset-error-500\/0{
    --tw-ring-offset-color: rgb(255 60 60 / 0);
}
.ring-offset-error-500\/10{
    --tw-ring-offset-color: rgb(255 60 60 / 0.1);
}
.ring-offset-error-500\/100{
    --tw-ring-offset-color: rgb(255 60 60 / 1);
}
.ring-offset-error-500\/15{
    --tw-ring-offset-color: rgb(255 60 60 / 0.15);
}
.ring-offset-error-500\/20{
    --tw-ring-offset-color: rgb(255 60 60 / 0.2);
}
.ring-offset-error-500\/25{
    --tw-ring-offset-color: rgb(255 60 60 / 0.25);
}
.ring-offset-error-500\/30{
    --tw-ring-offset-color: rgb(255 60 60 / 0.3);
}
.ring-offset-error-500\/35{
    --tw-ring-offset-color: rgb(255 60 60 / 0.35);
}
.ring-offset-error-500\/40{
    --tw-ring-offset-color: rgb(255 60 60 / 0.4);
}
.ring-offset-error-500\/45{
    --tw-ring-offset-color: rgb(255 60 60 / 0.45);
}
.ring-offset-error-500\/5{
    --tw-ring-offset-color: rgb(255 60 60 / 0.05);
}
.ring-offset-error-500\/50{
    --tw-ring-offset-color: rgb(255 60 60 / 0.5);
}
.ring-offset-error-500\/55{
    --tw-ring-offset-color: rgb(255 60 60 / 0.55);
}
.ring-offset-error-500\/60{
    --tw-ring-offset-color: rgb(255 60 60 / 0.6);
}
.ring-offset-error-500\/65{
    --tw-ring-offset-color: rgb(255 60 60 / 0.65);
}
.ring-offset-error-500\/70{
    --tw-ring-offset-color: rgb(255 60 60 / 0.7);
}
.ring-offset-error-500\/75{
    --tw-ring-offset-color: rgb(255 60 60 / 0.75);
}
.ring-offset-error-500\/80{
    --tw-ring-offset-color: rgb(255 60 60 / 0.8);
}
.ring-offset-error-500\/85{
    --tw-ring-offset-color: rgb(255 60 60 / 0.85);
}
.ring-offset-error-500\/90{
    --tw-ring-offset-color: rgb(255 60 60 / 0.9);
}
.ring-offset-error-500\/95{
    --tw-ring-offset-color: rgb(255 60 60 / 0.95);
}
.ring-offset-error-900{
    --tw-ring-offset-color: #3C1919;
}
.ring-offset-error-900\/0{
    --tw-ring-offset-color: rgb(60 25 25 / 0);
}
.ring-offset-error-900\/10{
    --tw-ring-offset-color: rgb(60 25 25 / 0.1);
}
.ring-offset-error-900\/100{
    --tw-ring-offset-color: rgb(60 25 25 / 1);
}
.ring-offset-error-900\/15{
    --tw-ring-offset-color: rgb(60 25 25 / 0.15);
}
.ring-offset-error-900\/20{
    --tw-ring-offset-color: rgb(60 25 25 / 0.2);
}
.ring-offset-error-900\/25{
    --tw-ring-offset-color: rgb(60 25 25 / 0.25);
}
.ring-offset-error-900\/30{
    --tw-ring-offset-color: rgb(60 25 25 / 0.3);
}
.ring-offset-error-900\/35{
    --tw-ring-offset-color: rgb(60 25 25 / 0.35);
}
.ring-offset-error-900\/40{
    --tw-ring-offset-color: rgb(60 25 25 / 0.4);
}
.ring-offset-error-900\/45{
    --tw-ring-offset-color: rgb(60 25 25 / 0.45);
}
.ring-offset-error-900\/5{
    --tw-ring-offset-color: rgb(60 25 25 / 0.05);
}
.ring-offset-error-900\/50{
    --tw-ring-offset-color: rgb(60 25 25 / 0.5);
}
.ring-offset-error-900\/55{
    --tw-ring-offset-color: rgb(60 25 25 / 0.55);
}
.ring-offset-error-900\/60{
    --tw-ring-offset-color: rgb(60 25 25 / 0.6);
}
.ring-offset-error-900\/65{
    --tw-ring-offset-color: rgb(60 25 25 / 0.65);
}
.ring-offset-error-900\/70{
    --tw-ring-offset-color: rgb(60 25 25 / 0.7);
}
.ring-offset-error-900\/75{
    --tw-ring-offset-color: rgb(60 25 25 / 0.75);
}
.ring-offset-error-900\/80{
    --tw-ring-offset-color: rgb(60 25 25 / 0.8);
}
.ring-offset-error-900\/85{
    --tw-ring-offset-color: rgb(60 25 25 / 0.85);
}
.ring-offset-error-900\/90{
    --tw-ring-offset-color: rgb(60 25 25 / 0.9);
}
.ring-offset-error-900\/95{
    --tw-ring-offset-color: rgb(60 25 25 / 0.95);
}
.ring-offset-error-light{
    --tw-ring-offset-color: #FFC7C7;
}
.ring-offset-error-light\/0{
    --tw-ring-offset-color: rgb(255 199 199 / 0);
}
.ring-offset-error-light\/10{
    --tw-ring-offset-color: rgb(255 199 199 / 0.1);
}
.ring-offset-error-light\/100{
    --tw-ring-offset-color: rgb(255 199 199 / 1);
}
.ring-offset-error-light\/15{
    --tw-ring-offset-color: rgb(255 199 199 / 0.15);
}
.ring-offset-error-light\/20{
    --tw-ring-offset-color: rgb(255 199 199 / 0.2);
}
.ring-offset-error-light\/25{
    --tw-ring-offset-color: rgb(255 199 199 / 0.25);
}
.ring-offset-error-light\/30{
    --tw-ring-offset-color: rgb(255 199 199 / 0.3);
}
.ring-offset-error-light\/35{
    --tw-ring-offset-color: rgb(255 199 199 / 0.35);
}
.ring-offset-error-light\/40{
    --tw-ring-offset-color: rgb(255 199 199 / 0.4);
}
.ring-offset-error-light\/45{
    --tw-ring-offset-color: rgb(255 199 199 / 0.45);
}
.ring-offset-error-light\/5{
    --tw-ring-offset-color: rgb(255 199 199 / 0.05);
}
.ring-offset-error-light\/50{
    --tw-ring-offset-color: rgb(255 199 199 / 0.5);
}
.ring-offset-error-light\/55{
    --tw-ring-offset-color: rgb(255 199 199 / 0.55);
}
.ring-offset-error-light\/60{
    --tw-ring-offset-color: rgb(255 199 199 / 0.6);
}
.ring-offset-error-light\/65{
    --tw-ring-offset-color: rgb(255 199 199 / 0.65);
}
.ring-offset-error-light\/70{
    --tw-ring-offset-color: rgb(255 199 199 / 0.7);
}
.ring-offset-error-light\/75{
    --tw-ring-offset-color: rgb(255 199 199 / 0.75);
}
.ring-offset-error-light\/80{
    --tw-ring-offset-color: rgb(255 199 199 / 0.8);
}
.ring-offset-error-light\/85{
    --tw-ring-offset-color: rgb(255 199 199 / 0.85);
}
.ring-offset-error-light\/90{
    --tw-ring-offset-color: rgb(255 199 199 / 0.9);
}
.ring-offset-error-light\/95{
    --tw-ring-offset-color: rgb(255 199 199 / 0.95);
}
.ring-offset-error\/0{
    --tw-ring-offset-color: rgb(255 60 60 / 0);
}
.ring-offset-error\/10{
    --tw-ring-offset-color: rgb(255 60 60 / 0.1);
}
.ring-offset-error\/100{
    --tw-ring-offset-color: rgb(255 60 60 / 1);
}
.ring-offset-error\/15{
    --tw-ring-offset-color: rgb(255 60 60 / 0.15);
}
.ring-offset-error\/20{
    --tw-ring-offset-color: rgb(255 60 60 / 0.2);
}
.ring-offset-error\/25{
    --tw-ring-offset-color: rgb(255 60 60 / 0.25);
}
.ring-offset-error\/30{
    --tw-ring-offset-color: rgb(255 60 60 / 0.3);
}
.ring-offset-error\/35{
    --tw-ring-offset-color: rgb(255 60 60 / 0.35);
}
.ring-offset-error\/40{
    --tw-ring-offset-color: rgb(255 60 60 / 0.4);
}
.ring-offset-error\/45{
    --tw-ring-offset-color: rgb(255 60 60 / 0.45);
}
.ring-offset-error\/5{
    --tw-ring-offset-color: rgb(255 60 60 / 0.05);
}
.ring-offset-error\/50{
    --tw-ring-offset-color: rgb(255 60 60 / 0.5);
}
.ring-offset-error\/55{
    --tw-ring-offset-color: rgb(255 60 60 / 0.55);
}
.ring-offset-error\/60{
    --tw-ring-offset-color: rgb(255 60 60 / 0.6);
}
.ring-offset-error\/65{
    --tw-ring-offset-color: rgb(255 60 60 / 0.65);
}
.ring-offset-error\/70{
    --tw-ring-offset-color: rgb(255 60 60 / 0.7);
}
.ring-offset-error\/75{
    --tw-ring-offset-color: rgb(255 60 60 / 0.75);
}
.ring-offset-error\/80{
    --tw-ring-offset-color: rgb(255 60 60 / 0.8);
}
.ring-offset-error\/85{
    --tw-ring-offset-color: rgb(255 60 60 / 0.85);
}
.ring-offset-error\/90{
    --tw-ring-offset-color: rgb(255 60 60 / 0.9);
}
.ring-offset-error\/95{
    --tw-ring-offset-color: rgb(255 60 60 / 0.95);
}
.ring-offset-primary{
    --tw-ring-offset-color: #48E59B;
}
.ring-offset-primary-20{
    --tw-ring-offset-color: #1C3B2D;
}
.ring-offset-primary-20\/0{
    --tw-ring-offset-color: rgb(28 59 45 / 0);
}
.ring-offset-primary-20\/10{
    --tw-ring-offset-color: rgb(28 59 45 / 0.1);
}
.ring-offset-primary-20\/100{
    --tw-ring-offset-color: rgb(28 59 45 / 1);
}
.ring-offset-primary-20\/15{
    --tw-ring-offset-color: rgb(28 59 45 / 0.15);
}
.ring-offset-primary-20\/20{
    --tw-ring-offset-color: rgb(28 59 45 / 0.2);
}
.ring-offset-primary-20\/25{
    --tw-ring-offset-color: rgb(28 59 45 / 0.25);
}
.ring-offset-primary-20\/30{
    --tw-ring-offset-color: rgb(28 59 45 / 0.3);
}
.ring-offset-primary-20\/35{
    --tw-ring-offset-color: rgb(28 59 45 / 0.35);
}
.ring-offset-primary-20\/40{
    --tw-ring-offset-color: rgb(28 59 45 / 0.4);
}
.ring-offset-primary-20\/45{
    --tw-ring-offset-color: rgb(28 59 45 / 0.45);
}
.ring-offset-primary-20\/5{
    --tw-ring-offset-color: rgb(28 59 45 / 0.05);
}
.ring-offset-primary-20\/50{
    --tw-ring-offset-color: rgb(28 59 45 / 0.5);
}
.ring-offset-primary-20\/55{
    --tw-ring-offset-color: rgb(28 59 45 / 0.55);
}
.ring-offset-primary-20\/60{
    --tw-ring-offset-color: rgb(28 59 45 / 0.6);
}
.ring-offset-primary-20\/65{
    --tw-ring-offset-color: rgb(28 59 45 / 0.65);
}
.ring-offset-primary-20\/70{
    --tw-ring-offset-color: rgb(28 59 45 / 0.7);
}
.ring-offset-primary-20\/75{
    --tw-ring-offset-color: rgb(28 59 45 / 0.75);
}
.ring-offset-primary-20\/80{
    --tw-ring-offset-color: rgb(28 59 45 / 0.8);
}
.ring-offset-primary-20\/85{
    --tw-ring-offset-color: rgb(28 59 45 / 0.85);
}
.ring-offset-primary-20\/90{
    --tw-ring-offset-color: rgb(28 59 45 / 0.9);
}
.ring-offset-primary-20\/95{
    --tw-ring-offset-color: rgb(28 59 45 / 0.95);
}
.ring-offset-primary-200{
    --tw-ring-offset-color: #C6EEDB;
}
.ring-offset-primary-200\/0{
    --tw-ring-offset-color: rgb(198 238 219 / 0);
}
.ring-offset-primary-200\/10{
    --tw-ring-offset-color: rgb(198 238 219 / 0.1);
}
.ring-offset-primary-200\/100{
    --tw-ring-offset-color: rgb(198 238 219 / 1);
}
.ring-offset-primary-200\/15{
    --tw-ring-offset-color: rgb(198 238 219 / 0.15);
}
.ring-offset-primary-200\/20{
    --tw-ring-offset-color: rgb(198 238 219 / 0.2);
}
.ring-offset-primary-200\/25{
    --tw-ring-offset-color: rgb(198 238 219 / 0.25);
}
.ring-offset-primary-200\/30{
    --tw-ring-offset-color: rgb(198 238 219 / 0.3);
}
.ring-offset-primary-200\/35{
    --tw-ring-offset-color: rgb(198 238 219 / 0.35);
}
.ring-offset-primary-200\/40{
    --tw-ring-offset-color: rgb(198 238 219 / 0.4);
}
.ring-offset-primary-200\/45{
    --tw-ring-offset-color: rgb(198 238 219 / 0.45);
}
.ring-offset-primary-200\/5{
    --tw-ring-offset-color: rgb(198 238 219 / 0.05);
}
.ring-offset-primary-200\/50{
    --tw-ring-offset-color: rgb(198 238 219 / 0.5);
}
.ring-offset-primary-200\/55{
    --tw-ring-offset-color: rgb(198 238 219 / 0.55);
}
.ring-offset-primary-200\/60{
    --tw-ring-offset-color: rgb(198 238 219 / 0.6);
}
.ring-offset-primary-200\/65{
    --tw-ring-offset-color: rgb(198 238 219 / 0.65);
}
.ring-offset-primary-200\/70{
    --tw-ring-offset-color: rgb(198 238 219 / 0.7);
}
.ring-offset-primary-200\/75{
    --tw-ring-offset-color: rgb(198 238 219 / 0.75);
}
.ring-offset-primary-200\/80{
    --tw-ring-offset-color: rgb(198 238 219 / 0.8);
}
.ring-offset-primary-200\/85{
    --tw-ring-offset-color: rgb(198 238 219 / 0.85);
}
.ring-offset-primary-200\/90{
    --tw-ring-offset-color: rgb(198 238 219 / 0.9);
}
.ring-offset-primary-200\/95{
    --tw-ring-offset-color: rgb(198 238 219 / 0.95);
}
.ring-offset-primary-5{
    --tw-ring-offset-color: #141C18;
}
.ring-offset-primary-5\/0{
    --tw-ring-offset-color: rgb(20 28 24 / 0);
}
.ring-offset-primary-5\/10{
    --tw-ring-offset-color: rgb(20 28 24 / 0.1);
}
.ring-offset-primary-5\/100{
    --tw-ring-offset-color: rgb(20 28 24 / 1);
}
.ring-offset-primary-5\/15{
    --tw-ring-offset-color: rgb(20 28 24 / 0.15);
}
.ring-offset-primary-5\/20{
    --tw-ring-offset-color: rgb(20 28 24 / 0.2);
}
.ring-offset-primary-5\/25{
    --tw-ring-offset-color: rgb(20 28 24 / 0.25);
}
.ring-offset-primary-5\/30{
    --tw-ring-offset-color: rgb(20 28 24 / 0.3);
}
.ring-offset-primary-5\/35{
    --tw-ring-offset-color: rgb(20 28 24 / 0.35);
}
.ring-offset-primary-5\/40{
    --tw-ring-offset-color: rgb(20 28 24 / 0.4);
}
.ring-offset-primary-5\/45{
    --tw-ring-offset-color: rgb(20 28 24 / 0.45);
}
.ring-offset-primary-5\/5{
    --tw-ring-offset-color: rgb(20 28 24 / 0.05);
}
.ring-offset-primary-5\/50{
    --tw-ring-offset-color: rgb(20 28 24 / 0.5);
}
.ring-offset-primary-5\/55{
    --tw-ring-offset-color: rgb(20 28 24 / 0.55);
}
.ring-offset-primary-5\/60{
    --tw-ring-offset-color: rgb(20 28 24 / 0.6);
}
.ring-offset-primary-5\/65{
    --tw-ring-offset-color: rgb(20 28 24 / 0.65);
}
.ring-offset-primary-5\/70{
    --tw-ring-offset-color: rgb(20 28 24 / 0.7);
}
.ring-offset-primary-5\/75{
    --tw-ring-offset-color: rgb(20 28 24 / 0.75);
}
.ring-offset-primary-5\/80{
    --tw-ring-offset-color: rgb(20 28 24 / 0.8);
}
.ring-offset-primary-5\/85{
    --tw-ring-offset-color: rgb(20 28 24 / 0.85);
}
.ring-offset-primary-5\/90{
    --tw-ring-offset-color: rgb(20 28 24 / 0.9);
}
.ring-offset-primary-5\/95{
    --tw-ring-offset-color: rgb(20 28 24 / 0.95);
}
.ring-offset-primary-500{
    --tw-ring-offset-color: #48E59B;
}
.ring-offset-primary-500\/0{
    --tw-ring-offset-color: rgb(72 229 155 / 0);
}
.ring-offset-primary-500\/10{
    --tw-ring-offset-color: rgb(72 229 155 / 0.1);
}
.ring-offset-primary-500\/100{
    --tw-ring-offset-color: rgb(72 229 155 / 1);
}
.ring-offset-primary-500\/15{
    --tw-ring-offset-color: rgb(72 229 155 / 0.15);
}
.ring-offset-primary-500\/20{
    --tw-ring-offset-color: rgb(72 229 155 / 0.2);
}
.ring-offset-primary-500\/25{
    --tw-ring-offset-color: rgb(72 229 155 / 0.25);
}
.ring-offset-primary-500\/30{
    --tw-ring-offset-color: rgb(72 229 155 / 0.3);
}
.ring-offset-primary-500\/35{
    --tw-ring-offset-color: rgb(72 229 155 / 0.35);
}
.ring-offset-primary-500\/40{
    --tw-ring-offset-color: rgb(72 229 155 / 0.4);
}
.ring-offset-primary-500\/45{
    --tw-ring-offset-color: rgb(72 229 155 / 0.45);
}
.ring-offset-primary-500\/5{
    --tw-ring-offset-color: rgb(72 229 155 / 0.05);
}
.ring-offset-primary-500\/50{
    --tw-ring-offset-color: rgb(72 229 155 / 0.5);
}
.ring-offset-primary-500\/55{
    --tw-ring-offset-color: rgb(72 229 155 / 0.55);
}
.ring-offset-primary-500\/60{
    --tw-ring-offset-color: rgb(72 229 155 / 0.6);
}
.ring-offset-primary-500\/65{
    --tw-ring-offset-color: rgb(72 229 155 / 0.65);
}
.ring-offset-primary-500\/70{
    --tw-ring-offset-color: rgb(72 229 155 / 0.7);
}
.ring-offset-primary-500\/75{
    --tw-ring-offset-color: rgb(72 229 155 / 0.75);
}
.ring-offset-primary-500\/80{
    --tw-ring-offset-color: rgb(72 229 155 / 0.8);
}
.ring-offset-primary-500\/85{
    --tw-ring-offset-color: rgb(72 229 155 / 0.85);
}
.ring-offset-primary-500\/90{
    --tw-ring-offset-color: rgb(72 229 155 / 0.9);
}
.ring-offset-primary-500\/95{
    --tw-ring-offset-color: rgb(72 229 155 / 0.95);
}
.ring-offset-primary-60{
    --tw-ring-offset-color: #399B6D;
}
.ring-offset-primary-60\/0{
    --tw-ring-offset-color: rgb(57 155 109 / 0);
}
.ring-offset-primary-60\/10{
    --tw-ring-offset-color: rgb(57 155 109 / 0.1);
}
.ring-offset-primary-60\/100{
    --tw-ring-offset-color: rgb(57 155 109 / 1);
}
.ring-offset-primary-60\/15{
    --tw-ring-offset-color: rgb(57 155 109 / 0.15);
}
.ring-offset-primary-60\/20{
    --tw-ring-offset-color: rgb(57 155 109 / 0.2);
}
.ring-offset-primary-60\/25{
    --tw-ring-offset-color: rgb(57 155 109 / 0.25);
}
.ring-offset-primary-60\/30{
    --tw-ring-offset-color: rgb(57 155 109 / 0.3);
}
.ring-offset-primary-60\/35{
    --tw-ring-offset-color: rgb(57 155 109 / 0.35);
}
.ring-offset-primary-60\/40{
    --tw-ring-offset-color: rgb(57 155 109 / 0.4);
}
.ring-offset-primary-60\/45{
    --tw-ring-offset-color: rgb(57 155 109 / 0.45);
}
.ring-offset-primary-60\/5{
    --tw-ring-offset-color: rgb(57 155 109 / 0.05);
}
.ring-offset-primary-60\/50{
    --tw-ring-offset-color: rgb(57 155 109 / 0.5);
}
.ring-offset-primary-60\/55{
    --tw-ring-offset-color: rgb(57 155 109 / 0.55);
}
.ring-offset-primary-60\/60{
    --tw-ring-offset-color: rgb(57 155 109 / 0.6);
}
.ring-offset-primary-60\/65{
    --tw-ring-offset-color: rgb(57 155 109 / 0.65);
}
.ring-offset-primary-60\/70{
    --tw-ring-offset-color: rgb(57 155 109 / 0.7);
}
.ring-offset-primary-60\/75{
    --tw-ring-offset-color: rgb(57 155 109 / 0.75);
}
.ring-offset-primary-60\/80{
    --tw-ring-offset-color: rgb(57 155 109 / 0.8);
}
.ring-offset-primary-60\/85{
    --tw-ring-offset-color: rgb(57 155 109 / 0.85);
}
.ring-offset-primary-60\/90{
    --tw-ring-offset-color: rgb(57 155 109 / 0.9);
}
.ring-offset-primary-60\/95{
    --tw-ring-offset-color: rgb(57 155 109 / 0.95);
}
.ring-offset-primary-600{
    --tw-ring-offset-color: #3DBB7F;
}
.ring-offset-primary-600\/0{
    --tw-ring-offset-color: rgb(61 187 127 / 0);
}
.ring-offset-primary-600\/10{
    --tw-ring-offset-color: rgb(61 187 127 / 0.1);
}
.ring-offset-primary-600\/100{
    --tw-ring-offset-color: rgb(61 187 127 / 1);
}
.ring-offset-primary-600\/15{
    --tw-ring-offset-color: rgb(61 187 127 / 0.15);
}
.ring-offset-primary-600\/20{
    --tw-ring-offset-color: rgb(61 187 127 / 0.2);
}
.ring-offset-primary-600\/25{
    --tw-ring-offset-color: rgb(61 187 127 / 0.25);
}
.ring-offset-primary-600\/30{
    --tw-ring-offset-color: rgb(61 187 127 / 0.3);
}
.ring-offset-primary-600\/35{
    --tw-ring-offset-color: rgb(61 187 127 / 0.35);
}
.ring-offset-primary-600\/40{
    --tw-ring-offset-color: rgb(61 187 127 / 0.4);
}
.ring-offset-primary-600\/45{
    --tw-ring-offset-color: rgb(61 187 127 / 0.45);
}
.ring-offset-primary-600\/5{
    --tw-ring-offset-color: rgb(61 187 127 / 0.05);
}
.ring-offset-primary-600\/50{
    --tw-ring-offset-color: rgb(61 187 127 / 0.5);
}
.ring-offset-primary-600\/55{
    --tw-ring-offset-color: rgb(61 187 127 / 0.55);
}
.ring-offset-primary-600\/60{
    --tw-ring-offset-color: rgb(61 187 127 / 0.6);
}
.ring-offset-primary-600\/65{
    --tw-ring-offset-color: rgb(61 187 127 / 0.65);
}
.ring-offset-primary-600\/70{
    --tw-ring-offset-color: rgb(61 187 127 / 0.7);
}
.ring-offset-primary-600\/75{
    --tw-ring-offset-color: rgb(61 187 127 / 0.75);
}
.ring-offset-primary-600\/80{
    --tw-ring-offset-color: rgb(61 187 127 / 0.8);
}
.ring-offset-primary-600\/85{
    --tw-ring-offset-color: rgb(61 187 127 / 0.85);
}
.ring-offset-primary-600\/90{
    --tw-ring-offset-color: rgb(61 187 127 / 0.9);
}
.ring-offset-primary-600\/95{
    --tw-ring-offset-color: rgb(61 187 127 / 0.95);
}
.ring-offset-primary-700{
    --tw-ring-offset-color: #399B6D;
}
.ring-offset-primary-700\/0{
    --tw-ring-offset-color: rgb(57 155 109 / 0);
}
.ring-offset-primary-700\/10{
    --tw-ring-offset-color: rgb(57 155 109 / 0.1);
}
.ring-offset-primary-700\/100{
    --tw-ring-offset-color: rgb(57 155 109 / 1);
}
.ring-offset-primary-700\/15{
    --tw-ring-offset-color: rgb(57 155 109 / 0.15);
}
.ring-offset-primary-700\/20{
    --tw-ring-offset-color: rgb(57 155 109 / 0.2);
}
.ring-offset-primary-700\/25{
    --tw-ring-offset-color: rgb(57 155 109 / 0.25);
}
.ring-offset-primary-700\/30{
    --tw-ring-offset-color: rgb(57 155 109 / 0.3);
}
.ring-offset-primary-700\/35{
    --tw-ring-offset-color: rgb(57 155 109 / 0.35);
}
.ring-offset-primary-700\/40{
    --tw-ring-offset-color: rgb(57 155 109 / 0.4);
}
.ring-offset-primary-700\/45{
    --tw-ring-offset-color: rgb(57 155 109 / 0.45);
}
.ring-offset-primary-700\/5{
    --tw-ring-offset-color: rgb(57 155 109 / 0.05);
}
.ring-offset-primary-700\/50{
    --tw-ring-offset-color: rgb(57 155 109 / 0.5);
}
.ring-offset-primary-700\/55{
    --tw-ring-offset-color: rgb(57 155 109 / 0.55);
}
.ring-offset-primary-700\/60{
    --tw-ring-offset-color: rgb(57 155 109 / 0.6);
}
.ring-offset-primary-700\/65{
    --tw-ring-offset-color: rgb(57 155 109 / 0.65);
}
.ring-offset-primary-700\/70{
    --tw-ring-offset-color: rgb(57 155 109 / 0.7);
}
.ring-offset-primary-700\/75{
    --tw-ring-offset-color: rgb(57 155 109 / 0.75);
}
.ring-offset-primary-700\/80{
    --tw-ring-offset-color: rgb(57 155 109 / 0.8);
}
.ring-offset-primary-700\/85{
    --tw-ring-offset-color: rgb(57 155 109 / 0.85);
}
.ring-offset-primary-700\/90{
    --tw-ring-offset-color: rgb(57 155 109 / 0.9);
}
.ring-offset-primary-700\/95{
    --tw-ring-offset-color: rgb(57 155 109 / 0.95);
}
.ring-offset-primary-80{
    --tw-ring-offset-color: #3DBB7F;
}
.ring-offset-primary-80\/0{
    --tw-ring-offset-color: rgb(61 187 127 / 0);
}
.ring-offset-primary-80\/10{
    --tw-ring-offset-color: rgb(61 187 127 / 0.1);
}
.ring-offset-primary-80\/100{
    --tw-ring-offset-color: rgb(61 187 127 / 1);
}
.ring-offset-primary-80\/15{
    --tw-ring-offset-color: rgb(61 187 127 / 0.15);
}
.ring-offset-primary-80\/20{
    --tw-ring-offset-color: rgb(61 187 127 / 0.2);
}
.ring-offset-primary-80\/25{
    --tw-ring-offset-color: rgb(61 187 127 / 0.25);
}
.ring-offset-primary-80\/30{
    --tw-ring-offset-color: rgb(61 187 127 / 0.3);
}
.ring-offset-primary-80\/35{
    --tw-ring-offset-color: rgb(61 187 127 / 0.35);
}
.ring-offset-primary-80\/40{
    --tw-ring-offset-color: rgb(61 187 127 / 0.4);
}
.ring-offset-primary-80\/45{
    --tw-ring-offset-color: rgb(61 187 127 / 0.45);
}
.ring-offset-primary-80\/5{
    --tw-ring-offset-color: rgb(61 187 127 / 0.05);
}
.ring-offset-primary-80\/50{
    --tw-ring-offset-color: rgb(61 187 127 / 0.5);
}
.ring-offset-primary-80\/55{
    --tw-ring-offset-color: rgb(61 187 127 / 0.55);
}
.ring-offset-primary-80\/60{
    --tw-ring-offset-color: rgb(61 187 127 / 0.6);
}
.ring-offset-primary-80\/65{
    --tw-ring-offset-color: rgb(61 187 127 / 0.65);
}
.ring-offset-primary-80\/70{
    --tw-ring-offset-color: rgb(61 187 127 / 0.7);
}
.ring-offset-primary-80\/75{
    --tw-ring-offset-color: rgb(61 187 127 / 0.75);
}
.ring-offset-primary-80\/80{
    --tw-ring-offset-color: rgb(61 187 127 / 0.8);
}
.ring-offset-primary-80\/85{
    --tw-ring-offset-color: rgb(61 187 127 / 0.85);
}
.ring-offset-primary-80\/90{
    --tw-ring-offset-color: rgb(61 187 127 / 0.9);
}
.ring-offset-primary-80\/95{
    --tw-ring-offset-color: rgb(61 187 127 / 0.95);
}
.ring-offset-primary-800{
    --tw-ring-offset-color: #0A4429;
}
.ring-offset-primary-800\/0{
    --tw-ring-offset-color: rgb(10 68 41 / 0);
}
.ring-offset-primary-800\/10{
    --tw-ring-offset-color: rgb(10 68 41 / 0.1);
}
.ring-offset-primary-800\/100{
    --tw-ring-offset-color: rgb(10 68 41 / 1);
}
.ring-offset-primary-800\/15{
    --tw-ring-offset-color: rgb(10 68 41 / 0.15);
}
.ring-offset-primary-800\/20{
    --tw-ring-offset-color: rgb(10 68 41 / 0.2);
}
.ring-offset-primary-800\/25{
    --tw-ring-offset-color: rgb(10 68 41 / 0.25);
}
.ring-offset-primary-800\/30{
    --tw-ring-offset-color: rgb(10 68 41 / 0.3);
}
.ring-offset-primary-800\/35{
    --tw-ring-offset-color: rgb(10 68 41 / 0.35);
}
.ring-offset-primary-800\/40{
    --tw-ring-offset-color: rgb(10 68 41 / 0.4);
}
.ring-offset-primary-800\/45{
    --tw-ring-offset-color: rgb(10 68 41 / 0.45);
}
.ring-offset-primary-800\/5{
    --tw-ring-offset-color: rgb(10 68 41 / 0.05);
}
.ring-offset-primary-800\/50{
    --tw-ring-offset-color: rgb(10 68 41 / 0.5);
}
.ring-offset-primary-800\/55{
    --tw-ring-offset-color: rgb(10 68 41 / 0.55);
}
.ring-offset-primary-800\/60{
    --tw-ring-offset-color: rgb(10 68 41 / 0.6);
}
.ring-offset-primary-800\/65{
    --tw-ring-offset-color: rgb(10 68 41 / 0.65);
}
.ring-offset-primary-800\/70{
    --tw-ring-offset-color: rgb(10 68 41 / 0.7);
}
.ring-offset-primary-800\/75{
    --tw-ring-offset-color: rgb(10 68 41 / 0.75);
}
.ring-offset-primary-800\/80{
    --tw-ring-offset-color: rgb(10 68 41 / 0.8);
}
.ring-offset-primary-800\/85{
    --tw-ring-offset-color: rgb(10 68 41 / 0.85);
}
.ring-offset-primary-800\/90{
    --tw-ring-offset-color: rgb(10 68 41 / 0.9);
}
.ring-offset-primary-800\/95{
    --tw-ring-offset-color: rgb(10 68 41 / 0.95);
}
.ring-offset-primary-900{
    --tw-ring-offset-color: #1C3B2D;
}
.ring-offset-primary-900\/0{
    --tw-ring-offset-color: rgb(28 59 45 / 0);
}
.ring-offset-primary-900\/10{
    --tw-ring-offset-color: rgb(28 59 45 / 0.1);
}
.ring-offset-primary-900\/100{
    --tw-ring-offset-color: rgb(28 59 45 / 1);
}
.ring-offset-primary-900\/15{
    --tw-ring-offset-color: rgb(28 59 45 / 0.15);
}
.ring-offset-primary-900\/20{
    --tw-ring-offset-color: rgb(28 59 45 / 0.2);
}
.ring-offset-primary-900\/25{
    --tw-ring-offset-color: rgb(28 59 45 / 0.25);
}
.ring-offset-primary-900\/30{
    --tw-ring-offset-color: rgb(28 59 45 / 0.3);
}
.ring-offset-primary-900\/35{
    --tw-ring-offset-color: rgb(28 59 45 / 0.35);
}
.ring-offset-primary-900\/40{
    --tw-ring-offset-color: rgb(28 59 45 / 0.4);
}
.ring-offset-primary-900\/45{
    --tw-ring-offset-color: rgb(28 59 45 / 0.45);
}
.ring-offset-primary-900\/5{
    --tw-ring-offset-color: rgb(28 59 45 / 0.05);
}
.ring-offset-primary-900\/50{
    --tw-ring-offset-color: rgb(28 59 45 / 0.5);
}
.ring-offset-primary-900\/55{
    --tw-ring-offset-color: rgb(28 59 45 / 0.55);
}
.ring-offset-primary-900\/60{
    --tw-ring-offset-color: rgb(28 59 45 / 0.6);
}
.ring-offset-primary-900\/65{
    --tw-ring-offset-color: rgb(28 59 45 / 0.65);
}
.ring-offset-primary-900\/70{
    --tw-ring-offset-color: rgb(28 59 45 / 0.7);
}
.ring-offset-primary-900\/75{
    --tw-ring-offset-color: rgb(28 59 45 / 0.75);
}
.ring-offset-primary-900\/80{
    --tw-ring-offset-color: rgb(28 59 45 / 0.8);
}
.ring-offset-primary-900\/85{
    --tw-ring-offset-color: rgb(28 59 45 / 0.85);
}
.ring-offset-primary-900\/90{
    --tw-ring-offset-color: rgb(28 59 45 / 0.9);
}
.ring-offset-primary-900\/95{
    --tw-ring-offset-color: rgb(28 59 45 / 0.95);
}
.ring-offset-primary-950{
    --tw-ring-offset-color: #141C18;
}
.ring-offset-primary-950\/0{
    --tw-ring-offset-color: rgb(20 28 24 / 0);
}
.ring-offset-primary-950\/10{
    --tw-ring-offset-color: rgb(20 28 24 / 0.1);
}
.ring-offset-primary-950\/100{
    --tw-ring-offset-color: rgb(20 28 24 / 1);
}
.ring-offset-primary-950\/15{
    --tw-ring-offset-color: rgb(20 28 24 / 0.15);
}
.ring-offset-primary-950\/20{
    --tw-ring-offset-color: rgb(20 28 24 / 0.2);
}
.ring-offset-primary-950\/25{
    --tw-ring-offset-color: rgb(20 28 24 / 0.25);
}
.ring-offset-primary-950\/30{
    --tw-ring-offset-color: rgb(20 28 24 / 0.3);
}
.ring-offset-primary-950\/35{
    --tw-ring-offset-color: rgb(20 28 24 / 0.35);
}
.ring-offset-primary-950\/40{
    --tw-ring-offset-color: rgb(20 28 24 / 0.4);
}
.ring-offset-primary-950\/45{
    --tw-ring-offset-color: rgb(20 28 24 / 0.45);
}
.ring-offset-primary-950\/5{
    --tw-ring-offset-color: rgb(20 28 24 / 0.05);
}
.ring-offset-primary-950\/50{
    --tw-ring-offset-color: rgb(20 28 24 / 0.5);
}
.ring-offset-primary-950\/55{
    --tw-ring-offset-color: rgb(20 28 24 / 0.55);
}
.ring-offset-primary-950\/60{
    --tw-ring-offset-color: rgb(20 28 24 / 0.6);
}
.ring-offset-primary-950\/65{
    --tw-ring-offset-color: rgb(20 28 24 / 0.65);
}
.ring-offset-primary-950\/70{
    --tw-ring-offset-color: rgb(20 28 24 / 0.7);
}
.ring-offset-primary-950\/75{
    --tw-ring-offset-color: rgb(20 28 24 / 0.75);
}
.ring-offset-primary-950\/80{
    --tw-ring-offset-color: rgb(20 28 24 / 0.8);
}
.ring-offset-primary-950\/85{
    --tw-ring-offset-color: rgb(20 28 24 / 0.85);
}
.ring-offset-primary-950\/90{
    --tw-ring-offset-color: rgb(20 28 24 / 0.9);
}
.ring-offset-primary-950\/95{
    --tw-ring-offset-color: rgb(20 28 24 / 0.95);
}
.ring-offset-primary-dark{
    --tw-ring-offset-color: #0A4429;
}
.ring-offset-primary-dark\/0{
    --tw-ring-offset-color: rgb(10 68 41 / 0);
}
.ring-offset-primary-dark\/10{
    --tw-ring-offset-color: rgb(10 68 41 / 0.1);
}
.ring-offset-primary-dark\/100{
    --tw-ring-offset-color: rgb(10 68 41 / 1);
}
.ring-offset-primary-dark\/15{
    --tw-ring-offset-color: rgb(10 68 41 / 0.15);
}
.ring-offset-primary-dark\/20{
    --tw-ring-offset-color: rgb(10 68 41 / 0.2);
}
.ring-offset-primary-dark\/25{
    --tw-ring-offset-color: rgb(10 68 41 / 0.25);
}
.ring-offset-primary-dark\/30{
    --tw-ring-offset-color: rgb(10 68 41 / 0.3);
}
.ring-offset-primary-dark\/35{
    --tw-ring-offset-color: rgb(10 68 41 / 0.35);
}
.ring-offset-primary-dark\/40{
    --tw-ring-offset-color: rgb(10 68 41 / 0.4);
}
.ring-offset-primary-dark\/45{
    --tw-ring-offset-color: rgb(10 68 41 / 0.45);
}
.ring-offset-primary-dark\/5{
    --tw-ring-offset-color: rgb(10 68 41 / 0.05);
}
.ring-offset-primary-dark\/50{
    --tw-ring-offset-color: rgb(10 68 41 / 0.5);
}
.ring-offset-primary-dark\/55{
    --tw-ring-offset-color: rgb(10 68 41 / 0.55);
}
.ring-offset-primary-dark\/60{
    --tw-ring-offset-color: rgb(10 68 41 / 0.6);
}
.ring-offset-primary-dark\/65{
    --tw-ring-offset-color: rgb(10 68 41 / 0.65);
}
.ring-offset-primary-dark\/70{
    --tw-ring-offset-color: rgb(10 68 41 / 0.7);
}
.ring-offset-primary-dark\/75{
    --tw-ring-offset-color: rgb(10 68 41 / 0.75);
}
.ring-offset-primary-dark\/80{
    --tw-ring-offset-color: rgb(10 68 41 / 0.8);
}
.ring-offset-primary-dark\/85{
    --tw-ring-offset-color: rgb(10 68 41 / 0.85);
}
.ring-offset-primary-dark\/90{
    --tw-ring-offset-color: rgb(10 68 41 / 0.9);
}
.ring-offset-primary-dark\/95{
    --tw-ring-offset-color: rgb(10 68 41 / 0.95);
}
.ring-offset-primary-light{
    --tw-ring-offset-color: #C6EEDB;
}
.ring-offset-primary-light\/0{
    --tw-ring-offset-color: rgb(198 238 219 / 0);
}
.ring-offset-primary-light\/10{
    --tw-ring-offset-color: rgb(198 238 219 / 0.1);
}
.ring-offset-primary-light\/100{
    --tw-ring-offset-color: rgb(198 238 219 / 1);
}
.ring-offset-primary-light\/15{
    --tw-ring-offset-color: rgb(198 238 219 / 0.15);
}
.ring-offset-primary-light\/20{
    --tw-ring-offset-color: rgb(198 238 219 / 0.2);
}
.ring-offset-primary-light\/25{
    --tw-ring-offset-color: rgb(198 238 219 / 0.25);
}
.ring-offset-primary-light\/30{
    --tw-ring-offset-color: rgb(198 238 219 / 0.3);
}
.ring-offset-primary-light\/35{
    --tw-ring-offset-color: rgb(198 238 219 / 0.35);
}
.ring-offset-primary-light\/40{
    --tw-ring-offset-color: rgb(198 238 219 / 0.4);
}
.ring-offset-primary-light\/45{
    --tw-ring-offset-color: rgb(198 238 219 / 0.45);
}
.ring-offset-primary-light\/5{
    --tw-ring-offset-color: rgb(198 238 219 / 0.05);
}
.ring-offset-primary-light\/50{
    --tw-ring-offset-color: rgb(198 238 219 / 0.5);
}
.ring-offset-primary-light\/55{
    --tw-ring-offset-color: rgb(198 238 219 / 0.55);
}
.ring-offset-primary-light\/60{
    --tw-ring-offset-color: rgb(198 238 219 / 0.6);
}
.ring-offset-primary-light\/65{
    --tw-ring-offset-color: rgb(198 238 219 / 0.65);
}
.ring-offset-primary-light\/70{
    --tw-ring-offset-color: rgb(198 238 219 / 0.7);
}
.ring-offset-primary-light\/75{
    --tw-ring-offset-color: rgb(198 238 219 / 0.75);
}
.ring-offset-primary-light\/80{
    --tw-ring-offset-color: rgb(198 238 219 / 0.8);
}
.ring-offset-primary-light\/85{
    --tw-ring-offset-color: rgb(198 238 219 / 0.85);
}
.ring-offset-primary-light\/90{
    --tw-ring-offset-color: rgb(198 238 219 / 0.9);
}
.ring-offset-primary-light\/95{
    --tw-ring-offset-color: rgb(198 238 219 / 0.95);
}
.ring-offset-primary\/0{
    --tw-ring-offset-color: rgb(72 229 155 / 0);
}
.ring-offset-primary\/10{
    --tw-ring-offset-color: rgb(72 229 155 / 0.1);
}
.ring-offset-primary\/100{
    --tw-ring-offset-color: rgb(72 229 155 / 1);
}
.ring-offset-primary\/15{
    --tw-ring-offset-color: rgb(72 229 155 / 0.15);
}
.ring-offset-primary\/20{
    --tw-ring-offset-color: rgb(72 229 155 / 0.2);
}
.ring-offset-primary\/25{
    --tw-ring-offset-color: rgb(72 229 155 / 0.25);
}
.ring-offset-primary\/30{
    --tw-ring-offset-color: rgb(72 229 155 / 0.3);
}
.ring-offset-primary\/35{
    --tw-ring-offset-color: rgb(72 229 155 / 0.35);
}
.ring-offset-primary\/40{
    --tw-ring-offset-color: rgb(72 229 155 / 0.4);
}
.ring-offset-primary\/45{
    --tw-ring-offset-color: rgb(72 229 155 / 0.45);
}
.ring-offset-primary\/5{
    --tw-ring-offset-color: rgb(72 229 155 / 0.05);
}
.ring-offset-primary\/50{
    --tw-ring-offset-color: rgb(72 229 155 / 0.5);
}
.ring-offset-primary\/55{
    --tw-ring-offset-color: rgb(72 229 155 / 0.55);
}
.ring-offset-primary\/60{
    --tw-ring-offset-color: rgb(72 229 155 / 0.6);
}
.ring-offset-primary\/65{
    --tw-ring-offset-color: rgb(72 229 155 / 0.65);
}
.ring-offset-primary\/70{
    --tw-ring-offset-color: rgb(72 229 155 / 0.7);
}
.ring-offset-primary\/75{
    --tw-ring-offset-color: rgb(72 229 155 / 0.75);
}
.ring-offset-primary\/80{
    --tw-ring-offset-color: rgb(72 229 155 / 0.8);
}
.ring-offset-primary\/85{
    --tw-ring-offset-color: rgb(72 229 155 / 0.85);
}
.ring-offset-primary\/90{
    --tw-ring-offset-color: rgb(72 229 155 / 0.9);
}
.ring-offset-primary\/95{
    --tw-ring-offset-color: rgb(72 229 155 / 0.95);
}
.ring-offset-secondary{
    --tw-ring-offset-color: #015AD5;
}
.ring-offset-secondary-500{
    --tw-ring-offset-color: #015AD5;
}
.ring-offset-secondary-500\/0{
    --tw-ring-offset-color: rgb(1 90 213 / 0);
}
.ring-offset-secondary-500\/10{
    --tw-ring-offset-color: rgb(1 90 213 / 0.1);
}
.ring-offset-secondary-500\/100{
    --tw-ring-offset-color: rgb(1 90 213 / 1);
}
.ring-offset-secondary-500\/15{
    --tw-ring-offset-color: rgb(1 90 213 / 0.15);
}
.ring-offset-secondary-500\/20{
    --tw-ring-offset-color: rgb(1 90 213 / 0.2);
}
.ring-offset-secondary-500\/25{
    --tw-ring-offset-color: rgb(1 90 213 / 0.25);
}
.ring-offset-secondary-500\/30{
    --tw-ring-offset-color: rgb(1 90 213 / 0.3);
}
.ring-offset-secondary-500\/35{
    --tw-ring-offset-color: rgb(1 90 213 / 0.35);
}
.ring-offset-secondary-500\/40{
    --tw-ring-offset-color: rgb(1 90 213 / 0.4);
}
.ring-offset-secondary-500\/45{
    --tw-ring-offset-color: rgb(1 90 213 / 0.45);
}
.ring-offset-secondary-500\/5{
    --tw-ring-offset-color: rgb(1 90 213 / 0.05);
}
.ring-offset-secondary-500\/50{
    --tw-ring-offset-color: rgb(1 90 213 / 0.5);
}
.ring-offset-secondary-500\/55{
    --tw-ring-offset-color: rgb(1 90 213 / 0.55);
}
.ring-offset-secondary-500\/60{
    --tw-ring-offset-color: rgb(1 90 213 / 0.6);
}
.ring-offset-secondary-500\/65{
    --tw-ring-offset-color: rgb(1 90 213 / 0.65);
}
.ring-offset-secondary-500\/70{
    --tw-ring-offset-color: rgb(1 90 213 / 0.7);
}
.ring-offset-secondary-500\/75{
    --tw-ring-offset-color: rgb(1 90 213 / 0.75);
}
.ring-offset-secondary-500\/80{
    --tw-ring-offset-color: rgb(1 90 213 / 0.8);
}
.ring-offset-secondary-500\/85{
    --tw-ring-offset-color: rgb(1 90 213 / 0.85);
}
.ring-offset-secondary-500\/90{
    --tw-ring-offset-color: rgb(1 90 213 / 0.9);
}
.ring-offset-secondary-500\/95{
    --tw-ring-offset-color: rgb(1 90 213 / 0.95);
}
.ring-offset-secondary\/0{
    --tw-ring-offset-color: rgb(1 90 213 / 0);
}
.ring-offset-secondary\/10{
    --tw-ring-offset-color: rgb(1 90 213 / 0.1);
}
.ring-offset-secondary\/100{
    --tw-ring-offset-color: rgb(1 90 213 / 1);
}
.ring-offset-secondary\/15{
    --tw-ring-offset-color: rgb(1 90 213 / 0.15);
}
.ring-offset-secondary\/20{
    --tw-ring-offset-color: rgb(1 90 213 / 0.2);
}
.ring-offset-secondary\/25{
    --tw-ring-offset-color: rgb(1 90 213 / 0.25);
}
.ring-offset-secondary\/30{
    --tw-ring-offset-color: rgb(1 90 213 / 0.3);
}
.ring-offset-secondary\/35{
    --tw-ring-offset-color: rgb(1 90 213 / 0.35);
}
.ring-offset-secondary\/40{
    --tw-ring-offset-color: rgb(1 90 213 / 0.4);
}
.ring-offset-secondary\/45{
    --tw-ring-offset-color: rgb(1 90 213 / 0.45);
}
.ring-offset-secondary\/5{
    --tw-ring-offset-color: rgb(1 90 213 / 0.05);
}
.ring-offset-secondary\/50{
    --tw-ring-offset-color: rgb(1 90 213 / 0.5);
}
.ring-offset-secondary\/55{
    --tw-ring-offset-color: rgb(1 90 213 / 0.55);
}
.ring-offset-secondary\/60{
    --tw-ring-offset-color: rgb(1 90 213 / 0.6);
}
.ring-offset-secondary\/65{
    --tw-ring-offset-color: rgb(1 90 213 / 0.65);
}
.ring-offset-secondary\/70{
    --tw-ring-offset-color: rgb(1 90 213 / 0.7);
}
.ring-offset-secondary\/75{
    --tw-ring-offset-color: rgb(1 90 213 / 0.75);
}
.ring-offset-secondary\/80{
    --tw-ring-offset-color: rgb(1 90 213 / 0.8);
}
.ring-offset-secondary\/85{
    --tw-ring-offset-color: rgb(1 90 213 / 0.85);
}
.ring-offset-secondary\/90{
    --tw-ring-offset-color: rgb(1 90 213 / 0.9);
}
.ring-offset-secondary\/95{
    --tw-ring-offset-color: rgb(1 90 213 / 0.95);
}
.blur{
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-\[\.5px\]{
    --tw-blur: blur(.5px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_0_15px_rgba\(202\2c 202\2c 202\2c 0\.25\)\]{
    --tw-drop-shadow: drop-shadow(0 0 15px rgba(202,202,202,0.25));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_0_20px_rgba\(255\2c 239\2c 239\2c 0\.15\)\]{
    --tw-drop-shadow: drop-shadow(0 0 20px rgba(255,239,239,0.15));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_0px_1px_rgba\(202\2c 202\2c 202\2c 0\.25\)\]{
    --tw-drop-shadow: drop-shadow(0 0px 1px rgba(202,202,202,0.25));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_1px_10px_rgba\(255\2c 239\2c 239\2c 0\.15\)\]{
    --tw-drop-shadow: drop-shadow(0 1px 10px rgba(255,239,239,0.15));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_2px_4px_rgba\(202\2c 202\2c 202\2c 0\.25\)\]{
    --tw-drop-shadow: drop-shadow(0 2px 4px rgba(202,202,202,0.25));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0px_0px_15px_rgba\(202\2c 202\2c 202\2c 0\.25\)\]{
    --tw-drop-shadow: drop-shadow(0px 0px 15px rgba(202,202,202,0.25));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale-\[50\%\]{
    --tw-grayscale: grayscale(50%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-200{
    transition-duration: 200ms;
}
.duration-300{
    transition-duration: 300ms;
}
.duration-500{
    transition-duration: 500ms;
}
.ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.scrollbar::-webkit-scrollbar-track{
    background-color: var(--scrollbar-track);
    border-radius: var(--scrollbar-track-radius);
}
.scrollbar::-webkit-scrollbar-track:hover{
    background-color: var(--scrollbar-track-hover, var(--scrollbar-track));
}
.scrollbar::-webkit-scrollbar-track:active{
    background-color: var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)));
}
.scrollbar::-webkit-scrollbar-thumb{
    background-color: var(--scrollbar-thumb);
    border-radius: var(--scrollbar-thumb-radius);
}
.scrollbar::-webkit-scrollbar-thumb:hover{
    background-color: var(--scrollbar-thumb-hover, var(--scrollbar-thumb));
}
.scrollbar::-webkit-scrollbar-thumb:active{
    background-color: var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)));
}
.scrollbar::-webkit-scrollbar-corner{
    background-color: var(--scrollbar-corner);
    border-radius: var(--scrollbar-corner-radius);
}
.scrollbar::-webkit-scrollbar-corner:hover{
    background-color: var(--scrollbar-corner-hover, var(--scrollbar-corner));
}
.scrollbar::-webkit-scrollbar-corner:active{
    background-color: var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)));
}
.scrollbar{
    scrollbar-width: auto;
    scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial);
}
.scrollbar::-webkit-scrollbar{
    display: block;
    width: var(--scrollbar-width, 16px);
    height: var(--scrollbar-height, 16px);
}
.scrollbar-track-black-brand{
    --scrollbar-track: #313131 !important;
}
.scrollbar-track-black-brand\/0{
    --scrollbar-track: rgb(49 49 49 / 0) !important;
}
.scrollbar-track-black-brand\/10{
    --scrollbar-track: rgb(49 49 49 / 0.1) !important;
}
.scrollbar-track-black-brand\/100{
    --scrollbar-track: rgb(49 49 49 / 1) !important;
}
.scrollbar-track-black-brand\/15{
    --scrollbar-track: rgb(49 49 49 / 0.15) !important;
}
.scrollbar-track-black-brand\/20{
    --scrollbar-track: rgb(49 49 49 / 0.2) !important;
}
.scrollbar-track-black-brand\/25{
    --scrollbar-track: rgb(49 49 49 / 0.25) !important;
}
.scrollbar-track-black-brand\/30{
    --scrollbar-track: rgb(49 49 49 / 0.3) !important;
}
.scrollbar-track-black-brand\/35{
    --scrollbar-track: rgb(49 49 49 / 0.35) !important;
}
.scrollbar-track-black-brand\/40{
    --scrollbar-track: rgb(49 49 49 / 0.4) !important;
}
.scrollbar-track-black-brand\/45{
    --scrollbar-track: rgb(49 49 49 / 0.45) !important;
}
.scrollbar-track-black-brand\/5{
    --scrollbar-track: rgb(49 49 49 / 0.05) !important;
}
.scrollbar-track-black-brand\/50{
    --scrollbar-track: rgb(49 49 49 / 0.5) !important;
}
.scrollbar-track-black-brand\/55{
    --scrollbar-track: rgb(49 49 49 / 0.55) !important;
}
.scrollbar-track-black-brand\/60{
    --scrollbar-track: rgb(49 49 49 / 0.6) !important;
}
.scrollbar-track-black-brand\/65{
    --scrollbar-track: rgb(49 49 49 / 0.65) !important;
}
.scrollbar-track-black-brand\/70{
    --scrollbar-track: rgb(49 49 49 / 0.7) !important;
}
.scrollbar-track-black-brand\/75{
    --scrollbar-track: rgb(49 49 49 / 0.75) !important;
}
.scrollbar-track-black-brand\/80{
    --scrollbar-track: rgb(49 49 49 / 0.8) !important;
}
.scrollbar-track-black-brand\/85{
    --scrollbar-track: rgb(49 49 49 / 0.85) !important;
}
.scrollbar-track-black-brand\/90{
    --scrollbar-track: rgb(49 49 49 / 0.9) !important;
}
.scrollbar-track-black-brand\/95{
    --scrollbar-track: rgb(49 49 49 / 0.95) !important;
}
.scrollbar-track-brand-100{
    --scrollbar-track: #c6eedb0d !important;
}
.scrollbar-track-brand-100\/0{
    --scrollbar-track: rgb(198 238 219 / 0) !important;
}
.scrollbar-track-brand-100\/10{
    --scrollbar-track: rgb(198 238 219 / 0.1) !important;
}
.scrollbar-track-brand-100\/100{
    --scrollbar-track: rgb(198 238 219 / 1) !important;
}
.scrollbar-track-brand-100\/15{
    --scrollbar-track: rgb(198 238 219 / 0.15) !important;
}
.scrollbar-track-brand-100\/20{
    --scrollbar-track: rgb(198 238 219 / 0.2) !important;
}
.scrollbar-track-brand-100\/25{
    --scrollbar-track: rgb(198 238 219 / 0.25) !important;
}
.scrollbar-track-brand-100\/30{
    --scrollbar-track: rgb(198 238 219 / 0.3) !important;
}
.scrollbar-track-brand-100\/35{
    --scrollbar-track: rgb(198 238 219 / 0.35) !important;
}
.scrollbar-track-brand-100\/40{
    --scrollbar-track: rgb(198 238 219 / 0.4) !important;
}
.scrollbar-track-brand-100\/45{
    --scrollbar-track: rgb(198 238 219 / 0.45) !important;
}
.scrollbar-track-brand-100\/5{
    --scrollbar-track: rgb(198 238 219 / 0.05) !important;
}
.scrollbar-track-brand-100\/50{
    --scrollbar-track: rgb(198 238 219 / 0.5) !important;
}
.scrollbar-track-brand-100\/55{
    --scrollbar-track: rgb(198 238 219 / 0.55) !important;
}
.scrollbar-track-brand-100\/60{
    --scrollbar-track: rgb(198 238 219 / 0.6) !important;
}
.scrollbar-track-brand-100\/65{
    --scrollbar-track: rgb(198 238 219 / 0.65) !important;
}
.scrollbar-track-brand-100\/70{
    --scrollbar-track: rgb(198 238 219 / 0.7) !important;
}
.scrollbar-track-brand-100\/75{
    --scrollbar-track: rgb(198 238 219 / 0.75) !important;
}
.scrollbar-track-brand-100\/80{
    --scrollbar-track: rgb(198 238 219 / 0.8) !important;
}
.scrollbar-track-brand-100\/85{
    --scrollbar-track: rgb(198 238 219 / 0.85) !important;
}
.scrollbar-track-brand-100\/90{
    --scrollbar-track: rgb(198 238 219 / 0.9) !important;
}
.scrollbar-track-brand-100\/95{
    --scrollbar-track: rgb(198 238 219 / 0.95) !important;
}
.scrollbar-track-brand-20{
    --scrollbar-track: #48E59B !important;
}
.scrollbar-track-brand-20\/0{
    --scrollbar-track: rgb(72 229 155 / 0) !important;
}
.scrollbar-track-brand-20\/10{
    --scrollbar-track: rgb(72 229 155 / 0.1) !important;
}
.scrollbar-track-brand-20\/100{
    --scrollbar-track: rgb(72 229 155 / 1) !important;
}
.scrollbar-track-brand-20\/15{
    --scrollbar-track: rgb(72 229 155 / 0.15) !important;
}
.scrollbar-track-brand-20\/20{
    --scrollbar-track: rgb(72 229 155 / 0.2) !important;
}
.scrollbar-track-brand-20\/25{
    --scrollbar-track: rgb(72 229 155 / 0.25) !important;
}
.scrollbar-track-brand-20\/30{
    --scrollbar-track: rgb(72 229 155 / 0.3) !important;
}
.scrollbar-track-brand-20\/35{
    --scrollbar-track: rgb(72 229 155 / 0.35) !important;
}
.scrollbar-track-brand-20\/40{
    --scrollbar-track: rgb(72 229 155 / 0.4) !important;
}
.scrollbar-track-brand-20\/45{
    --scrollbar-track: rgb(72 229 155 / 0.45) !important;
}
.scrollbar-track-brand-20\/5{
    --scrollbar-track: rgb(72 229 155 / 0.05) !important;
}
.scrollbar-track-brand-20\/50{
    --scrollbar-track: rgb(72 229 155 / 0.5) !important;
}
.scrollbar-track-brand-20\/55{
    --scrollbar-track: rgb(72 229 155 / 0.55) !important;
}
.scrollbar-track-brand-20\/60{
    --scrollbar-track: rgb(72 229 155 / 0.6) !important;
}
.scrollbar-track-brand-20\/65{
    --scrollbar-track: rgb(72 229 155 / 0.65) !important;
}
.scrollbar-track-brand-20\/70{
    --scrollbar-track: rgb(72 229 155 / 0.7) !important;
}
.scrollbar-track-brand-20\/75{
    --scrollbar-track: rgb(72 229 155 / 0.75) !important;
}
.scrollbar-track-brand-20\/80{
    --scrollbar-track: rgb(72 229 155 / 0.8) !important;
}
.scrollbar-track-brand-20\/85{
    --scrollbar-track: rgb(72 229 155 / 0.85) !important;
}
.scrollbar-track-brand-20\/90{
    --scrollbar-track: rgb(72 229 155 / 0.9) !important;
}
.scrollbar-track-brand-20\/95{
    --scrollbar-track: rgb(72 229 155 / 0.95) !important;
}
.scrollbar-track-brand-200{
    --scrollbar-track: #c6eedb33 !important;
}
.scrollbar-track-brand-200\/0{
    --scrollbar-track: rgb(198 238 219 / 0) !important;
}
.scrollbar-track-brand-200\/10{
    --scrollbar-track: rgb(198 238 219 / 0.1) !important;
}
.scrollbar-track-brand-200\/100{
    --scrollbar-track: rgb(198 238 219 / 1) !important;
}
.scrollbar-track-brand-200\/15{
    --scrollbar-track: rgb(198 238 219 / 0.15) !important;
}
.scrollbar-track-brand-200\/20{
    --scrollbar-track: rgb(198 238 219 / 0.2) !important;
}
.scrollbar-track-brand-200\/25{
    --scrollbar-track: rgb(198 238 219 / 0.25) !important;
}
.scrollbar-track-brand-200\/30{
    --scrollbar-track: rgb(198 238 219 / 0.3) !important;
}
.scrollbar-track-brand-200\/35{
    --scrollbar-track: rgb(198 238 219 / 0.35) !important;
}
.scrollbar-track-brand-200\/40{
    --scrollbar-track: rgb(198 238 219 / 0.4) !important;
}
.scrollbar-track-brand-200\/45{
    --scrollbar-track: rgb(198 238 219 / 0.45) !important;
}
.scrollbar-track-brand-200\/5{
    --scrollbar-track: rgb(198 238 219 / 0.05) !important;
}
.scrollbar-track-brand-200\/50{
    --scrollbar-track: rgb(198 238 219 / 0.5) !important;
}
.scrollbar-track-brand-200\/55{
    --scrollbar-track: rgb(198 238 219 / 0.55) !important;
}
.scrollbar-track-brand-200\/60{
    --scrollbar-track: rgb(198 238 219 / 0.6) !important;
}
.scrollbar-track-brand-200\/65{
    --scrollbar-track: rgb(198 238 219 / 0.65) !important;
}
.scrollbar-track-brand-200\/70{
    --scrollbar-track: rgb(198 238 219 / 0.7) !important;
}
.scrollbar-track-brand-200\/75{
    --scrollbar-track: rgb(198 238 219 / 0.75) !important;
}
.scrollbar-track-brand-200\/80{
    --scrollbar-track: rgb(198 238 219 / 0.8) !important;
}
.scrollbar-track-brand-200\/85{
    --scrollbar-track: rgb(198 238 219 / 0.85) !important;
}
.scrollbar-track-brand-200\/90{
    --scrollbar-track: rgb(198 238 219 / 0.9) !important;
}
.scrollbar-track-brand-200\/95{
    --scrollbar-track: rgb(198 238 219 / 0.95) !important;
}
.scrollbar-track-brand-300{
    --scrollbar-track: #C6EEDB !important;
}
.scrollbar-track-brand-300\/0{
    --scrollbar-track: rgb(198 238 219 / 0) !important;
}
.scrollbar-track-brand-300\/10{
    --scrollbar-track: rgb(198 238 219 / 0.1) !important;
}
.scrollbar-track-brand-300\/100{
    --scrollbar-track: rgb(198 238 219 / 1) !important;
}
.scrollbar-track-brand-300\/15{
    --scrollbar-track: rgb(198 238 219 / 0.15) !important;
}
.scrollbar-track-brand-300\/20{
    --scrollbar-track: rgb(198 238 219 / 0.2) !important;
}
.scrollbar-track-brand-300\/25{
    --scrollbar-track: rgb(198 238 219 / 0.25) !important;
}
.scrollbar-track-brand-300\/30{
    --scrollbar-track: rgb(198 238 219 / 0.3) !important;
}
.scrollbar-track-brand-300\/35{
    --scrollbar-track: rgb(198 238 219 / 0.35) !important;
}
.scrollbar-track-brand-300\/40{
    --scrollbar-track: rgb(198 238 219 / 0.4) !important;
}
.scrollbar-track-brand-300\/45{
    --scrollbar-track: rgb(198 238 219 / 0.45) !important;
}
.scrollbar-track-brand-300\/5{
    --scrollbar-track: rgb(198 238 219 / 0.05) !important;
}
.scrollbar-track-brand-300\/50{
    --scrollbar-track: rgb(198 238 219 / 0.5) !important;
}
.scrollbar-track-brand-300\/55{
    --scrollbar-track: rgb(198 238 219 / 0.55) !important;
}
.scrollbar-track-brand-300\/60{
    --scrollbar-track: rgb(198 238 219 / 0.6) !important;
}
.scrollbar-track-brand-300\/65{
    --scrollbar-track: rgb(198 238 219 / 0.65) !important;
}
.scrollbar-track-brand-300\/70{
    --scrollbar-track: rgb(198 238 219 / 0.7) !important;
}
.scrollbar-track-brand-300\/75{
    --scrollbar-track: rgb(198 238 219 / 0.75) !important;
}
.scrollbar-track-brand-300\/80{
    --scrollbar-track: rgb(198 238 219 / 0.8) !important;
}
.scrollbar-track-brand-300\/85{
    --scrollbar-track: rgb(198 238 219 / 0.85) !important;
}
.scrollbar-track-brand-300\/90{
    --scrollbar-track: rgb(198 238 219 / 0.9) !important;
}
.scrollbar-track-brand-300\/95{
    --scrollbar-track: rgb(198 238 219 / 0.95) !important;
}
.scrollbar-track-brand-black{
    --scrollbar-track: #111111 !important;
}
.scrollbar-track-brand-black\/0{
    --scrollbar-track: rgb(17 17 17 / 0) !important;
}
.scrollbar-track-brand-black\/10{
    --scrollbar-track: rgb(17 17 17 / 0.1) !important;
}
.scrollbar-track-brand-black\/100{
    --scrollbar-track: rgb(17 17 17 / 1) !important;
}
.scrollbar-track-brand-black\/15{
    --scrollbar-track: rgb(17 17 17 / 0.15) !important;
}
.scrollbar-track-brand-black\/20{
    --scrollbar-track: rgb(17 17 17 / 0.2) !important;
}
.scrollbar-track-brand-black\/25{
    --scrollbar-track: rgb(17 17 17 / 0.25) !important;
}
.scrollbar-track-brand-black\/30{
    --scrollbar-track: rgb(17 17 17 / 0.3) !important;
}
.scrollbar-track-brand-black\/35{
    --scrollbar-track: rgb(17 17 17 / 0.35) !important;
}
.scrollbar-track-brand-black\/40{
    --scrollbar-track: rgb(17 17 17 / 0.4) !important;
}
.scrollbar-track-brand-black\/45{
    --scrollbar-track: rgb(17 17 17 / 0.45) !important;
}
.scrollbar-track-brand-black\/5{
    --scrollbar-track: rgb(17 17 17 / 0.05) !important;
}
.scrollbar-track-brand-black\/50{
    --scrollbar-track: rgb(17 17 17 / 0.5) !important;
}
.scrollbar-track-brand-black\/55{
    --scrollbar-track: rgb(17 17 17 / 0.55) !important;
}
.scrollbar-track-brand-black\/60{
    --scrollbar-track: rgb(17 17 17 / 0.6) !important;
}
.scrollbar-track-brand-black\/65{
    --scrollbar-track: rgb(17 17 17 / 0.65) !important;
}
.scrollbar-track-brand-black\/70{
    --scrollbar-track: rgb(17 17 17 / 0.7) !important;
}
.scrollbar-track-brand-black\/75{
    --scrollbar-track: rgb(17 17 17 / 0.75) !important;
}
.scrollbar-track-brand-black\/80{
    --scrollbar-track: rgb(17 17 17 / 0.8) !important;
}
.scrollbar-track-brand-black\/85{
    --scrollbar-track: rgb(17 17 17 / 0.85) !important;
}
.scrollbar-track-brand-black\/90{
    --scrollbar-track: rgb(17 17 17 / 0.9) !important;
}
.scrollbar-track-brand-black\/95{
    --scrollbar-track: rgb(17 17 17 / 0.95) !important;
}
.scrollbar-track-brand-blue{
    --scrollbar-track: #70A8F4 !important;
}
.scrollbar-track-brand-blue\/0{
    --scrollbar-track: rgb(112 168 244 / 0) !important;
}
.scrollbar-track-brand-blue\/10{
    --scrollbar-track: rgb(112 168 244 / 0.1) !important;
}
.scrollbar-track-brand-blue\/100{
    --scrollbar-track: rgb(112 168 244 / 1) !important;
}
.scrollbar-track-brand-blue\/15{
    --scrollbar-track: rgb(112 168 244 / 0.15) !important;
}
.scrollbar-track-brand-blue\/20{
    --scrollbar-track: rgb(112 168 244 / 0.2) !important;
}
.scrollbar-track-brand-blue\/25{
    --scrollbar-track: rgb(112 168 244 / 0.25) !important;
}
.scrollbar-track-brand-blue\/30{
    --scrollbar-track: rgb(112 168 244 / 0.3) !important;
}
.scrollbar-track-brand-blue\/35{
    --scrollbar-track: rgb(112 168 244 / 0.35) !important;
}
.scrollbar-track-brand-blue\/40{
    --scrollbar-track: rgb(112 168 244 / 0.4) !important;
}
.scrollbar-track-brand-blue\/45{
    --scrollbar-track: rgb(112 168 244 / 0.45) !important;
}
.scrollbar-track-brand-blue\/5{
    --scrollbar-track: rgb(112 168 244 / 0.05) !important;
}
.scrollbar-track-brand-blue\/50{
    --scrollbar-track: rgb(112 168 244 / 0.5) !important;
}
.scrollbar-track-brand-blue\/55{
    --scrollbar-track: rgb(112 168 244 / 0.55) !important;
}
.scrollbar-track-brand-blue\/60{
    --scrollbar-track: rgb(112 168 244 / 0.6) !important;
}
.scrollbar-track-brand-blue\/65{
    --scrollbar-track: rgb(112 168 244 / 0.65) !important;
}
.scrollbar-track-brand-blue\/70{
    --scrollbar-track: rgb(112 168 244 / 0.7) !important;
}
.scrollbar-track-brand-blue\/75{
    --scrollbar-track: rgb(112 168 244 / 0.75) !important;
}
.scrollbar-track-brand-blue\/80{
    --scrollbar-track: rgb(112 168 244 / 0.8) !important;
}
.scrollbar-track-brand-blue\/85{
    --scrollbar-track: rgb(112 168 244 / 0.85) !important;
}
.scrollbar-track-brand-blue\/90{
    --scrollbar-track: rgb(112 168 244 / 0.9) !important;
}
.scrollbar-track-brand-blue\/95{
    --scrollbar-track: rgb(112 168 244 / 0.95) !important;
}
.scrollbar-track-brand-dark{
    --scrollbar-track: #232C27 !important;
}
.scrollbar-track-brand-dark\/0{
    --scrollbar-track: rgb(35 44 39 / 0) !important;
}
.scrollbar-track-brand-dark\/10{
    --scrollbar-track: rgb(35 44 39 / 0.1) !important;
}
.scrollbar-track-brand-dark\/100{
    --scrollbar-track: rgb(35 44 39 / 1) !important;
}
.scrollbar-track-brand-dark\/15{
    --scrollbar-track: rgb(35 44 39 / 0.15) !important;
}
.scrollbar-track-brand-dark\/20{
    --scrollbar-track: rgb(35 44 39 / 0.2) !important;
}
.scrollbar-track-brand-dark\/25{
    --scrollbar-track: rgb(35 44 39 / 0.25) !important;
}
.scrollbar-track-brand-dark\/30{
    --scrollbar-track: rgb(35 44 39 / 0.3) !important;
}
.scrollbar-track-brand-dark\/35{
    --scrollbar-track: rgb(35 44 39 / 0.35) !important;
}
.scrollbar-track-brand-dark\/40{
    --scrollbar-track: rgb(35 44 39 / 0.4) !important;
}
.scrollbar-track-brand-dark\/45{
    --scrollbar-track: rgb(35 44 39 / 0.45) !important;
}
.scrollbar-track-brand-dark\/5{
    --scrollbar-track: rgb(35 44 39 / 0.05) !important;
}
.scrollbar-track-brand-dark\/50{
    --scrollbar-track: rgb(35 44 39 / 0.5) !important;
}
.scrollbar-track-brand-dark\/55{
    --scrollbar-track: rgb(35 44 39 / 0.55) !important;
}
.scrollbar-track-brand-dark\/60{
    --scrollbar-track: rgb(35 44 39 / 0.6) !important;
}
.scrollbar-track-brand-dark\/65{
    --scrollbar-track: rgb(35 44 39 / 0.65) !important;
}
.scrollbar-track-brand-dark\/70{
    --scrollbar-track: rgb(35 44 39 / 0.7) !important;
}
.scrollbar-track-brand-dark\/75{
    --scrollbar-track: rgb(35 44 39 / 0.75) !important;
}
.scrollbar-track-brand-dark\/80{
    --scrollbar-track: rgb(35 44 39 / 0.8) !important;
}
.scrollbar-track-brand-dark\/85{
    --scrollbar-track: rgb(35 44 39 / 0.85) !important;
}
.scrollbar-track-brand-dark\/90{
    --scrollbar-track: rgb(35 44 39 / 0.9) !important;
}
.scrollbar-track-brand-dark\/95{
    --scrollbar-track: rgb(35 44 39 / 0.95) !important;
}
.scrollbar-track-brand-green{
    --scrollbar-track: #48E59B !important;
}
.scrollbar-track-brand-green\/0{
    --scrollbar-track: rgb(72 229 155 / 0) !important;
}
.scrollbar-track-brand-green\/10{
    --scrollbar-track: rgb(72 229 155 / 0.1) !important;
}
.scrollbar-track-brand-green\/100{
    --scrollbar-track: rgb(72 229 155 / 1) !important;
}
.scrollbar-track-brand-green\/15{
    --scrollbar-track: rgb(72 229 155 / 0.15) !important;
}
.scrollbar-track-brand-green\/20{
    --scrollbar-track: rgb(72 229 155 / 0.2) !important;
}
.scrollbar-track-brand-green\/25{
    --scrollbar-track: rgb(72 229 155 / 0.25) !important;
}
.scrollbar-track-brand-green\/30{
    --scrollbar-track: rgb(72 229 155 / 0.3) !important;
}
.scrollbar-track-brand-green\/35{
    --scrollbar-track: rgb(72 229 155 / 0.35) !important;
}
.scrollbar-track-brand-green\/40{
    --scrollbar-track: rgb(72 229 155 / 0.4) !important;
}
.scrollbar-track-brand-green\/45{
    --scrollbar-track: rgb(72 229 155 / 0.45) !important;
}
.scrollbar-track-brand-green\/5{
    --scrollbar-track: rgb(72 229 155 / 0.05) !important;
}
.scrollbar-track-brand-green\/50{
    --scrollbar-track: rgb(72 229 155 / 0.5) !important;
}
.scrollbar-track-brand-green\/55{
    --scrollbar-track: rgb(72 229 155 / 0.55) !important;
}
.scrollbar-track-brand-green\/60{
    --scrollbar-track: rgb(72 229 155 / 0.6) !important;
}
.scrollbar-track-brand-green\/65{
    --scrollbar-track: rgb(72 229 155 / 0.65) !important;
}
.scrollbar-track-brand-green\/70{
    --scrollbar-track: rgb(72 229 155 / 0.7) !important;
}
.scrollbar-track-brand-green\/75{
    --scrollbar-track: rgb(72 229 155 / 0.75) !important;
}
.scrollbar-track-brand-green\/80{
    --scrollbar-track: rgb(72 229 155 / 0.8) !important;
}
.scrollbar-track-brand-green\/85{
    --scrollbar-track: rgb(72 229 155 / 0.85) !important;
}
.scrollbar-track-brand-green\/90{
    --scrollbar-track: rgb(72 229 155 / 0.9) !important;
}
.scrollbar-track-brand-green\/95{
    --scrollbar-track: rgb(72 229 155 / 0.95) !important;
}
.scrollbar-track-brand-light{
    --scrollbar-track: #C6EEDB !important;
}
.scrollbar-track-brand-light\/0{
    --scrollbar-track: rgb(198 238 219 / 0) !important;
}
.scrollbar-track-brand-light\/10{
    --scrollbar-track: rgb(198 238 219 / 0.1) !important;
}
.scrollbar-track-brand-light\/100{
    --scrollbar-track: rgb(198 238 219 / 1) !important;
}
.scrollbar-track-brand-light\/15{
    --scrollbar-track: rgb(198 238 219 / 0.15) !important;
}
.scrollbar-track-brand-light\/20{
    --scrollbar-track: rgb(198 238 219 / 0.2) !important;
}
.scrollbar-track-brand-light\/25{
    --scrollbar-track: rgb(198 238 219 / 0.25) !important;
}
.scrollbar-track-brand-light\/30{
    --scrollbar-track: rgb(198 238 219 / 0.3) !important;
}
.scrollbar-track-brand-light\/35{
    --scrollbar-track: rgb(198 238 219 / 0.35) !important;
}
.scrollbar-track-brand-light\/40{
    --scrollbar-track: rgb(198 238 219 / 0.4) !important;
}
.scrollbar-track-brand-light\/45{
    --scrollbar-track: rgb(198 238 219 / 0.45) !important;
}
.scrollbar-track-brand-light\/5{
    --scrollbar-track: rgb(198 238 219 / 0.05) !important;
}
.scrollbar-track-brand-light\/50{
    --scrollbar-track: rgb(198 238 219 / 0.5) !important;
}
.scrollbar-track-brand-light\/55{
    --scrollbar-track: rgb(198 238 219 / 0.55) !important;
}
.scrollbar-track-brand-light\/60{
    --scrollbar-track: rgb(198 238 219 / 0.6) !important;
}
.scrollbar-track-brand-light\/65{
    --scrollbar-track: rgb(198 238 219 / 0.65) !important;
}
.scrollbar-track-brand-light\/70{
    --scrollbar-track: rgb(198 238 219 / 0.7) !important;
}
.scrollbar-track-brand-light\/75{
    --scrollbar-track: rgb(198 238 219 / 0.75) !important;
}
.scrollbar-track-brand-light\/80{
    --scrollbar-track: rgb(198 238 219 / 0.8) !important;
}
.scrollbar-track-brand-light\/85{
    --scrollbar-track: rgb(198 238 219 / 0.85) !important;
}
.scrollbar-track-brand-light\/90{
    --scrollbar-track: rgb(198 238 219 / 0.9) !important;
}
.scrollbar-track-brand-light\/95{
    --scrollbar-track: rgb(198 238 219 / 0.95) !important;
}
.scrollbar-track-error{
    --scrollbar-track: #FF3C3C !important;
}
.scrollbar-track-error-10{
    --scrollbar-track: #291515 !important;
}
.scrollbar-track-error-10\/0{
    --scrollbar-track: rgb(41 21 21 / 0) !important;
}
.scrollbar-track-error-10\/10{
    --scrollbar-track: rgb(41 21 21 / 0.1) !important;
}
.scrollbar-track-error-10\/100{
    --scrollbar-track: rgb(41 21 21 / 1) !important;
}
.scrollbar-track-error-10\/15{
    --scrollbar-track: rgb(41 21 21 / 0.15) !important;
}
.scrollbar-track-error-10\/20{
    --scrollbar-track: rgb(41 21 21 / 0.2) !important;
}
.scrollbar-track-error-10\/25{
    --scrollbar-track: rgb(41 21 21 / 0.25) !important;
}
.scrollbar-track-error-10\/30{
    --scrollbar-track: rgb(41 21 21 / 0.3) !important;
}
.scrollbar-track-error-10\/35{
    --scrollbar-track: rgb(41 21 21 / 0.35) !important;
}
.scrollbar-track-error-10\/40{
    --scrollbar-track: rgb(41 21 21 / 0.4) !important;
}
.scrollbar-track-error-10\/45{
    --scrollbar-track: rgb(41 21 21 / 0.45) !important;
}
.scrollbar-track-error-10\/5{
    --scrollbar-track: rgb(41 21 21 / 0.05) !important;
}
.scrollbar-track-error-10\/50{
    --scrollbar-track: rgb(41 21 21 / 0.5) !important;
}
.scrollbar-track-error-10\/55{
    --scrollbar-track: rgb(41 21 21 / 0.55) !important;
}
.scrollbar-track-error-10\/60{
    --scrollbar-track: rgb(41 21 21 / 0.6) !important;
}
.scrollbar-track-error-10\/65{
    --scrollbar-track: rgb(41 21 21 / 0.65) !important;
}
.scrollbar-track-error-10\/70{
    --scrollbar-track: rgb(41 21 21 / 0.7) !important;
}
.scrollbar-track-error-10\/75{
    --scrollbar-track: rgb(41 21 21 / 0.75) !important;
}
.scrollbar-track-error-10\/80{
    --scrollbar-track: rgb(41 21 21 / 0.8) !important;
}
.scrollbar-track-error-10\/85{
    --scrollbar-track: rgb(41 21 21 / 0.85) !important;
}
.scrollbar-track-error-10\/90{
    --scrollbar-track: rgb(41 21 21 / 0.9) !important;
}
.scrollbar-track-error-10\/95{
    --scrollbar-track: rgb(41 21 21 / 0.95) !important;
}
.scrollbar-track-error-100{
    --scrollbar-track: #FFC7C7 !important;
}
.scrollbar-track-error-100\/0{
    --scrollbar-track: rgb(255 199 199 / 0) !important;
}
.scrollbar-track-error-100\/10{
    --scrollbar-track: rgb(255 199 199 / 0.1) !important;
}
.scrollbar-track-error-100\/100{
    --scrollbar-track: rgb(255 199 199 / 1) !important;
}
.scrollbar-track-error-100\/15{
    --scrollbar-track: rgb(255 199 199 / 0.15) !important;
}
.scrollbar-track-error-100\/20{
    --scrollbar-track: rgb(255 199 199 / 0.2) !important;
}
.scrollbar-track-error-100\/25{
    --scrollbar-track: rgb(255 199 199 / 0.25) !important;
}
.scrollbar-track-error-100\/30{
    --scrollbar-track: rgb(255 199 199 / 0.3) !important;
}
.scrollbar-track-error-100\/35{
    --scrollbar-track: rgb(255 199 199 / 0.35) !important;
}
.scrollbar-track-error-100\/40{
    --scrollbar-track: rgb(255 199 199 / 0.4) !important;
}
.scrollbar-track-error-100\/45{
    --scrollbar-track: rgb(255 199 199 / 0.45) !important;
}
.scrollbar-track-error-100\/5{
    --scrollbar-track: rgb(255 199 199 / 0.05) !important;
}
.scrollbar-track-error-100\/50{
    --scrollbar-track: rgb(255 199 199 / 0.5) !important;
}
.scrollbar-track-error-100\/55{
    --scrollbar-track: rgb(255 199 199 / 0.55) !important;
}
.scrollbar-track-error-100\/60{
    --scrollbar-track: rgb(255 199 199 / 0.6) !important;
}
.scrollbar-track-error-100\/65{
    --scrollbar-track: rgb(255 199 199 / 0.65) !important;
}
.scrollbar-track-error-100\/70{
    --scrollbar-track: rgb(255 199 199 / 0.7) !important;
}
.scrollbar-track-error-100\/75{
    --scrollbar-track: rgb(255 199 199 / 0.75) !important;
}
.scrollbar-track-error-100\/80{
    --scrollbar-track: rgb(255 199 199 / 0.8) !important;
}
.scrollbar-track-error-100\/85{
    --scrollbar-track: rgb(255 199 199 / 0.85) !important;
}
.scrollbar-track-error-100\/90{
    --scrollbar-track: rgb(255 199 199 / 0.9) !important;
}
.scrollbar-track-error-100\/95{
    --scrollbar-track: rgb(255 199 199 / 0.95) !important;
}
.scrollbar-track-error-15{
    --scrollbar-track: #351717 !important;
}
.scrollbar-track-error-15\/0{
    --scrollbar-track: rgb(53 23 23 / 0) !important;
}
.scrollbar-track-error-15\/10{
    --scrollbar-track: rgb(53 23 23 / 0.1) !important;
}
.scrollbar-track-error-15\/100{
    --scrollbar-track: rgb(53 23 23 / 1) !important;
}
.scrollbar-track-error-15\/15{
    --scrollbar-track: rgb(53 23 23 / 0.15) !important;
}
.scrollbar-track-error-15\/20{
    --scrollbar-track: rgb(53 23 23 / 0.2) !important;
}
.scrollbar-track-error-15\/25{
    --scrollbar-track: rgb(53 23 23 / 0.25) !important;
}
.scrollbar-track-error-15\/30{
    --scrollbar-track: rgb(53 23 23 / 0.3) !important;
}
.scrollbar-track-error-15\/35{
    --scrollbar-track: rgb(53 23 23 / 0.35) !important;
}
.scrollbar-track-error-15\/40{
    --scrollbar-track: rgb(53 23 23 / 0.4) !important;
}
.scrollbar-track-error-15\/45{
    --scrollbar-track: rgb(53 23 23 / 0.45) !important;
}
.scrollbar-track-error-15\/5{
    --scrollbar-track: rgb(53 23 23 / 0.05) !important;
}
.scrollbar-track-error-15\/50{
    --scrollbar-track: rgb(53 23 23 / 0.5) !important;
}
.scrollbar-track-error-15\/55{
    --scrollbar-track: rgb(53 23 23 / 0.55) !important;
}
.scrollbar-track-error-15\/60{
    --scrollbar-track: rgb(53 23 23 / 0.6) !important;
}
.scrollbar-track-error-15\/65{
    --scrollbar-track: rgb(53 23 23 / 0.65) !important;
}
.scrollbar-track-error-15\/70{
    --scrollbar-track: rgb(53 23 23 / 0.7) !important;
}
.scrollbar-track-error-15\/75{
    --scrollbar-track: rgb(53 23 23 / 0.75) !important;
}
.scrollbar-track-error-15\/80{
    --scrollbar-track: rgb(53 23 23 / 0.8) !important;
}
.scrollbar-track-error-15\/85{
    --scrollbar-track: rgb(53 23 23 / 0.85) !important;
}
.scrollbar-track-error-15\/90{
    --scrollbar-track: rgb(53 23 23 / 0.9) !important;
}
.scrollbar-track-error-15\/95{
    --scrollbar-track: rgb(53 23 23 / 0.95) !important;
}
.scrollbar-track-error-20{
    --scrollbar-track: #3C1919 !important;
}
.scrollbar-track-error-20\/0{
    --scrollbar-track: rgb(60 25 25 / 0) !important;
}
.scrollbar-track-error-20\/10{
    --scrollbar-track: rgb(60 25 25 / 0.1) !important;
}
.scrollbar-track-error-20\/100{
    --scrollbar-track: rgb(60 25 25 / 1) !important;
}
.scrollbar-track-error-20\/15{
    --scrollbar-track: rgb(60 25 25 / 0.15) !important;
}
.scrollbar-track-error-20\/20{
    --scrollbar-track: rgb(60 25 25 / 0.2) !important;
}
.scrollbar-track-error-20\/25{
    --scrollbar-track: rgb(60 25 25 / 0.25) !important;
}
.scrollbar-track-error-20\/30{
    --scrollbar-track: rgb(60 25 25 / 0.3) !important;
}
.scrollbar-track-error-20\/35{
    --scrollbar-track: rgb(60 25 25 / 0.35) !important;
}
.scrollbar-track-error-20\/40{
    --scrollbar-track: rgb(60 25 25 / 0.4) !important;
}
.scrollbar-track-error-20\/45{
    --scrollbar-track: rgb(60 25 25 / 0.45) !important;
}
.scrollbar-track-error-20\/5{
    --scrollbar-track: rgb(60 25 25 / 0.05) !important;
}
.scrollbar-track-error-20\/50{
    --scrollbar-track: rgb(60 25 25 / 0.5) !important;
}
.scrollbar-track-error-20\/55{
    --scrollbar-track: rgb(60 25 25 / 0.55) !important;
}
.scrollbar-track-error-20\/60{
    --scrollbar-track: rgb(60 25 25 / 0.6) !important;
}
.scrollbar-track-error-20\/65{
    --scrollbar-track: rgb(60 25 25 / 0.65) !important;
}
.scrollbar-track-error-20\/70{
    --scrollbar-track: rgb(60 25 25 / 0.7) !important;
}
.scrollbar-track-error-20\/75{
    --scrollbar-track: rgb(60 25 25 / 0.75) !important;
}
.scrollbar-track-error-20\/80{
    --scrollbar-track: rgb(60 25 25 / 0.8) !important;
}
.scrollbar-track-error-20\/85{
    --scrollbar-track: rgb(60 25 25 / 0.85) !important;
}
.scrollbar-track-error-20\/90{
    --scrollbar-track: rgb(60 25 25 / 0.9) !important;
}
.scrollbar-track-error-20\/95{
    --scrollbar-track: rgb(60 25 25 / 0.95) !important;
}
.scrollbar-track-error-5{
    --scrollbar-track: #1D1313 !important;
}
.scrollbar-track-error-5\/0{
    --scrollbar-track: rgb(29 19 19 / 0) !important;
}
.scrollbar-track-error-5\/10{
    --scrollbar-track: rgb(29 19 19 / 0.1) !important;
}
.scrollbar-track-error-5\/100{
    --scrollbar-track: rgb(29 19 19 / 1) !important;
}
.scrollbar-track-error-5\/15{
    --scrollbar-track: rgb(29 19 19 / 0.15) !important;
}
.scrollbar-track-error-5\/20{
    --scrollbar-track: rgb(29 19 19 / 0.2) !important;
}
.scrollbar-track-error-5\/25{
    --scrollbar-track: rgb(29 19 19 / 0.25) !important;
}
.scrollbar-track-error-5\/30{
    --scrollbar-track: rgb(29 19 19 / 0.3) !important;
}
.scrollbar-track-error-5\/35{
    --scrollbar-track: rgb(29 19 19 / 0.35) !important;
}
.scrollbar-track-error-5\/40{
    --scrollbar-track: rgb(29 19 19 / 0.4) !important;
}
.scrollbar-track-error-5\/45{
    --scrollbar-track: rgb(29 19 19 / 0.45) !important;
}
.scrollbar-track-error-5\/5{
    --scrollbar-track: rgb(29 19 19 / 0.05) !important;
}
.scrollbar-track-error-5\/50{
    --scrollbar-track: rgb(29 19 19 / 0.5) !important;
}
.scrollbar-track-error-5\/55{
    --scrollbar-track: rgb(29 19 19 / 0.55) !important;
}
.scrollbar-track-error-5\/60{
    --scrollbar-track: rgb(29 19 19 / 0.6) !important;
}
.scrollbar-track-error-5\/65{
    --scrollbar-track: rgb(29 19 19 / 0.65) !important;
}
.scrollbar-track-error-5\/70{
    --scrollbar-track: rgb(29 19 19 / 0.7) !important;
}
.scrollbar-track-error-5\/75{
    --scrollbar-track: rgb(29 19 19 / 0.75) !important;
}
.scrollbar-track-error-5\/80{
    --scrollbar-track: rgb(29 19 19 / 0.8) !important;
}
.scrollbar-track-error-5\/85{
    --scrollbar-track: rgb(29 19 19 / 0.85) !important;
}
.scrollbar-track-error-5\/90{
    --scrollbar-track: rgb(29 19 19 / 0.9) !important;
}
.scrollbar-track-error-5\/95{
    --scrollbar-track: rgb(29 19 19 / 0.95) !important;
}
.scrollbar-track-error-500{
    --scrollbar-track: #FF3C3C !important;
}
.scrollbar-track-error-500\/0{
    --scrollbar-track: rgb(255 60 60 / 0) !important;
}
.scrollbar-track-error-500\/10{
    --scrollbar-track: rgb(255 60 60 / 0.1) !important;
}
.scrollbar-track-error-500\/100{
    --scrollbar-track: rgb(255 60 60 / 1) !important;
}
.scrollbar-track-error-500\/15{
    --scrollbar-track: rgb(255 60 60 / 0.15) !important;
}
.scrollbar-track-error-500\/20{
    --scrollbar-track: rgb(255 60 60 / 0.2) !important;
}
.scrollbar-track-error-500\/25{
    --scrollbar-track: rgb(255 60 60 / 0.25) !important;
}
.scrollbar-track-error-500\/30{
    --scrollbar-track: rgb(255 60 60 / 0.3) !important;
}
.scrollbar-track-error-500\/35{
    --scrollbar-track: rgb(255 60 60 / 0.35) !important;
}
.scrollbar-track-error-500\/40{
    --scrollbar-track: rgb(255 60 60 / 0.4) !important;
}
.scrollbar-track-error-500\/45{
    --scrollbar-track: rgb(255 60 60 / 0.45) !important;
}
.scrollbar-track-error-500\/5{
    --scrollbar-track: rgb(255 60 60 / 0.05) !important;
}
.scrollbar-track-error-500\/50{
    --scrollbar-track: rgb(255 60 60 / 0.5) !important;
}
.scrollbar-track-error-500\/55{
    --scrollbar-track: rgb(255 60 60 / 0.55) !important;
}
.scrollbar-track-error-500\/60{
    --scrollbar-track: rgb(255 60 60 / 0.6) !important;
}
.scrollbar-track-error-500\/65{
    --scrollbar-track: rgb(255 60 60 / 0.65) !important;
}
.scrollbar-track-error-500\/70{
    --scrollbar-track: rgb(255 60 60 / 0.7) !important;
}
.scrollbar-track-error-500\/75{
    --scrollbar-track: rgb(255 60 60 / 0.75) !important;
}
.scrollbar-track-error-500\/80{
    --scrollbar-track: rgb(255 60 60 / 0.8) !important;
}
.scrollbar-track-error-500\/85{
    --scrollbar-track: rgb(255 60 60 / 0.85) !important;
}
.scrollbar-track-error-500\/90{
    --scrollbar-track: rgb(255 60 60 / 0.9) !important;
}
.scrollbar-track-error-500\/95{
    --scrollbar-track: rgb(255 60 60 / 0.95) !important;
}
.scrollbar-track-error-900{
    --scrollbar-track: #3C1919 !important;
}
.scrollbar-track-error-900\/0{
    --scrollbar-track: rgb(60 25 25 / 0) !important;
}
.scrollbar-track-error-900\/10{
    --scrollbar-track: rgb(60 25 25 / 0.1) !important;
}
.scrollbar-track-error-900\/100{
    --scrollbar-track: rgb(60 25 25 / 1) !important;
}
.scrollbar-track-error-900\/15{
    --scrollbar-track: rgb(60 25 25 / 0.15) !important;
}
.scrollbar-track-error-900\/20{
    --scrollbar-track: rgb(60 25 25 / 0.2) !important;
}
.scrollbar-track-error-900\/25{
    --scrollbar-track: rgb(60 25 25 / 0.25) !important;
}
.scrollbar-track-error-900\/30{
    --scrollbar-track: rgb(60 25 25 / 0.3) !important;
}
.scrollbar-track-error-900\/35{
    --scrollbar-track: rgb(60 25 25 / 0.35) !important;
}
.scrollbar-track-error-900\/40{
    --scrollbar-track: rgb(60 25 25 / 0.4) !important;
}
.scrollbar-track-error-900\/45{
    --scrollbar-track: rgb(60 25 25 / 0.45) !important;
}
.scrollbar-track-error-900\/5{
    --scrollbar-track: rgb(60 25 25 / 0.05) !important;
}
.scrollbar-track-error-900\/50{
    --scrollbar-track: rgb(60 25 25 / 0.5) !important;
}
.scrollbar-track-error-900\/55{
    --scrollbar-track: rgb(60 25 25 / 0.55) !important;
}
.scrollbar-track-error-900\/60{
    --scrollbar-track: rgb(60 25 25 / 0.6) !important;
}
.scrollbar-track-error-900\/65{
    --scrollbar-track: rgb(60 25 25 / 0.65) !important;
}
.scrollbar-track-error-900\/70{
    --scrollbar-track: rgb(60 25 25 / 0.7) !important;
}
.scrollbar-track-error-900\/75{
    --scrollbar-track: rgb(60 25 25 / 0.75) !important;
}
.scrollbar-track-error-900\/80{
    --scrollbar-track: rgb(60 25 25 / 0.8) !important;
}
.scrollbar-track-error-900\/85{
    --scrollbar-track: rgb(60 25 25 / 0.85) !important;
}
.scrollbar-track-error-900\/90{
    --scrollbar-track: rgb(60 25 25 / 0.9) !important;
}
.scrollbar-track-error-900\/95{
    --scrollbar-track: rgb(60 25 25 / 0.95) !important;
}
.scrollbar-track-error-light{
    --scrollbar-track: #FFC7C7 !important;
}
.scrollbar-track-error-light\/0{
    --scrollbar-track: rgb(255 199 199 / 0) !important;
}
.scrollbar-track-error-light\/10{
    --scrollbar-track: rgb(255 199 199 / 0.1) !important;
}
.scrollbar-track-error-light\/100{
    --scrollbar-track: rgb(255 199 199 / 1) !important;
}
.scrollbar-track-error-light\/15{
    --scrollbar-track: rgb(255 199 199 / 0.15) !important;
}
.scrollbar-track-error-light\/20{
    --scrollbar-track: rgb(255 199 199 / 0.2) !important;
}
.scrollbar-track-error-light\/25{
    --scrollbar-track: rgb(255 199 199 / 0.25) !important;
}
.scrollbar-track-error-light\/30{
    --scrollbar-track: rgb(255 199 199 / 0.3) !important;
}
.scrollbar-track-error-light\/35{
    --scrollbar-track: rgb(255 199 199 / 0.35) !important;
}
.scrollbar-track-error-light\/40{
    --scrollbar-track: rgb(255 199 199 / 0.4) !important;
}
.scrollbar-track-error-light\/45{
    --scrollbar-track: rgb(255 199 199 / 0.45) !important;
}
.scrollbar-track-error-light\/5{
    --scrollbar-track: rgb(255 199 199 / 0.05) !important;
}
.scrollbar-track-error-light\/50{
    --scrollbar-track: rgb(255 199 199 / 0.5) !important;
}
.scrollbar-track-error-light\/55{
    --scrollbar-track: rgb(255 199 199 / 0.55) !important;
}
.scrollbar-track-error-light\/60{
    --scrollbar-track: rgb(255 199 199 / 0.6) !important;
}
.scrollbar-track-error-light\/65{
    --scrollbar-track: rgb(255 199 199 / 0.65) !important;
}
.scrollbar-track-error-light\/70{
    --scrollbar-track: rgb(255 199 199 / 0.7) !important;
}
.scrollbar-track-error-light\/75{
    --scrollbar-track: rgb(255 199 199 / 0.75) !important;
}
.scrollbar-track-error-light\/80{
    --scrollbar-track: rgb(255 199 199 / 0.8) !important;
}
.scrollbar-track-error-light\/85{
    --scrollbar-track: rgb(255 199 199 / 0.85) !important;
}
.scrollbar-track-error-light\/90{
    --scrollbar-track: rgb(255 199 199 / 0.9) !important;
}
.scrollbar-track-error-light\/95{
    --scrollbar-track: rgb(255 199 199 / 0.95) !important;
}
.scrollbar-track-error\/0{
    --scrollbar-track: rgb(255 60 60 / 0) !important;
}
.scrollbar-track-error\/10{
    --scrollbar-track: rgb(255 60 60 / 0.1) !important;
}
.scrollbar-track-error\/100{
    --scrollbar-track: rgb(255 60 60 / 1) !important;
}
.scrollbar-track-error\/15{
    --scrollbar-track: rgb(255 60 60 / 0.15) !important;
}
.scrollbar-track-error\/20{
    --scrollbar-track: rgb(255 60 60 / 0.2) !important;
}
.scrollbar-track-error\/25{
    --scrollbar-track: rgb(255 60 60 / 0.25) !important;
}
.scrollbar-track-error\/30{
    --scrollbar-track: rgb(255 60 60 / 0.3) !important;
}
.scrollbar-track-error\/35{
    --scrollbar-track: rgb(255 60 60 / 0.35) !important;
}
.scrollbar-track-error\/40{
    --scrollbar-track: rgb(255 60 60 / 0.4) !important;
}
.scrollbar-track-error\/45{
    --scrollbar-track: rgb(255 60 60 / 0.45) !important;
}
.scrollbar-track-error\/5{
    --scrollbar-track: rgb(255 60 60 / 0.05) !important;
}
.scrollbar-track-error\/50{
    --scrollbar-track: rgb(255 60 60 / 0.5) !important;
}
.scrollbar-track-error\/55{
    --scrollbar-track: rgb(255 60 60 / 0.55) !important;
}
.scrollbar-track-error\/60{
    --scrollbar-track: rgb(255 60 60 / 0.6) !important;
}
.scrollbar-track-error\/65{
    --scrollbar-track: rgb(255 60 60 / 0.65) !important;
}
.scrollbar-track-error\/70{
    --scrollbar-track: rgb(255 60 60 / 0.7) !important;
}
.scrollbar-track-error\/75{
    --scrollbar-track: rgb(255 60 60 / 0.75) !important;
}
.scrollbar-track-error\/80{
    --scrollbar-track: rgb(255 60 60 / 0.8) !important;
}
.scrollbar-track-error\/85{
    --scrollbar-track: rgb(255 60 60 / 0.85) !important;
}
.scrollbar-track-error\/90{
    --scrollbar-track: rgb(255 60 60 / 0.9) !important;
}
.scrollbar-track-error\/95{
    --scrollbar-track: rgb(255 60 60 / 0.95) !important;
}
.scrollbar-track-primary{
    --scrollbar-track: #48E59B !important;
}
.scrollbar-track-primary-20{
    --scrollbar-track: #1C3B2D !important;
}
.scrollbar-track-primary-20\/0{
    --scrollbar-track: rgb(28 59 45 / 0) !important;
}
.scrollbar-track-primary-20\/10{
    --scrollbar-track: rgb(28 59 45 / 0.1) !important;
}
.scrollbar-track-primary-20\/100{
    --scrollbar-track: rgb(28 59 45 / 1) !important;
}
.scrollbar-track-primary-20\/15{
    --scrollbar-track: rgb(28 59 45 / 0.15) !important;
}
.scrollbar-track-primary-20\/20{
    --scrollbar-track: rgb(28 59 45 / 0.2) !important;
}
.scrollbar-track-primary-20\/25{
    --scrollbar-track: rgb(28 59 45 / 0.25) !important;
}
.scrollbar-track-primary-20\/30{
    --scrollbar-track: rgb(28 59 45 / 0.3) !important;
}
.scrollbar-track-primary-20\/35{
    --scrollbar-track: rgb(28 59 45 / 0.35) !important;
}
.scrollbar-track-primary-20\/40{
    --scrollbar-track: rgb(28 59 45 / 0.4) !important;
}
.scrollbar-track-primary-20\/45{
    --scrollbar-track: rgb(28 59 45 / 0.45) !important;
}
.scrollbar-track-primary-20\/5{
    --scrollbar-track: rgb(28 59 45 / 0.05) !important;
}
.scrollbar-track-primary-20\/50{
    --scrollbar-track: rgb(28 59 45 / 0.5) !important;
}
.scrollbar-track-primary-20\/55{
    --scrollbar-track: rgb(28 59 45 / 0.55) !important;
}
.scrollbar-track-primary-20\/60{
    --scrollbar-track: rgb(28 59 45 / 0.6) !important;
}
.scrollbar-track-primary-20\/65{
    --scrollbar-track: rgb(28 59 45 / 0.65) !important;
}
.scrollbar-track-primary-20\/70{
    --scrollbar-track: rgb(28 59 45 / 0.7) !important;
}
.scrollbar-track-primary-20\/75{
    --scrollbar-track: rgb(28 59 45 / 0.75) !important;
}
.scrollbar-track-primary-20\/80{
    --scrollbar-track: rgb(28 59 45 / 0.8) !important;
}
.scrollbar-track-primary-20\/85{
    --scrollbar-track: rgb(28 59 45 / 0.85) !important;
}
.scrollbar-track-primary-20\/90{
    --scrollbar-track: rgb(28 59 45 / 0.9) !important;
}
.scrollbar-track-primary-20\/95{
    --scrollbar-track: rgb(28 59 45 / 0.95) !important;
}
.scrollbar-track-primary-200{
    --scrollbar-track: #C6EEDB !important;
}
.scrollbar-track-primary-200\/0{
    --scrollbar-track: rgb(198 238 219 / 0) !important;
}
.scrollbar-track-primary-200\/10{
    --scrollbar-track: rgb(198 238 219 / 0.1) !important;
}
.scrollbar-track-primary-200\/100{
    --scrollbar-track: rgb(198 238 219 / 1) !important;
}
.scrollbar-track-primary-200\/15{
    --scrollbar-track: rgb(198 238 219 / 0.15) !important;
}
.scrollbar-track-primary-200\/20{
    --scrollbar-track: rgb(198 238 219 / 0.2) !important;
}
.scrollbar-track-primary-200\/25{
    --scrollbar-track: rgb(198 238 219 / 0.25) !important;
}
.scrollbar-track-primary-200\/30{
    --scrollbar-track: rgb(198 238 219 / 0.3) !important;
}
.scrollbar-track-primary-200\/35{
    --scrollbar-track: rgb(198 238 219 / 0.35) !important;
}
.scrollbar-track-primary-200\/40{
    --scrollbar-track: rgb(198 238 219 / 0.4) !important;
}
.scrollbar-track-primary-200\/45{
    --scrollbar-track: rgb(198 238 219 / 0.45) !important;
}
.scrollbar-track-primary-200\/5{
    --scrollbar-track: rgb(198 238 219 / 0.05) !important;
}
.scrollbar-track-primary-200\/50{
    --scrollbar-track: rgb(198 238 219 / 0.5) !important;
}
.scrollbar-track-primary-200\/55{
    --scrollbar-track: rgb(198 238 219 / 0.55) !important;
}
.scrollbar-track-primary-200\/60{
    --scrollbar-track: rgb(198 238 219 / 0.6) !important;
}
.scrollbar-track-primary-200\/65{
    --scrollbar-track: rgb(198 238 219 / 0.65) !important;
}
.scrollbar-track-primary-200\/70{
    --scrollbar-track: rgb(198 238 219 / 0.7) !important;
}
.scrollbar-track-primary-200\/75{
    --scrollbar-track: rgb(198 238 219 / 0.75) !important;
}
.scrollbar-track-primary-200\/80{
    --scrollbar-track: rgb(198 238 219 / 0.8) !important;
}
.scrollbar-track-primary-200\/85{
    --scrollbar-track: rgb(198 238 219 / 0.85) !important;
}
.scrollbar-track-primary-200\/90{
    --scrollbar-track: rgb(198 238 219 / 0.9) !important;
}
.scrollbar-track-primary-200\/95{
    --scrollbar-track: rgb(198 238 219 / 0.95) !important;
}
.scrollbar-track-primary-5{
    --scrollbar-track: #141C18 !important;
}
.scrollbar-track-primary-5\/0{
    --scrollbar-track: rgb(20 28 24 / 0) !important;
}
.scrollbar-track-primary-5\/10{
    --scrollbar-track: rgb(20 28 24 / 0.1) !important;
}
.scrollbar-track-primary-5\/100{
    --scrollbar-track: rgb(20 28 24 / 1) !important;
}
.scrollbar-track-primary-5\/15{
    --scrollbar-track: rgb(20 28 24 / 0.15) !important;
}
.scrollbar-track-primary-5\/20{
    --scrollbar-track: rgb(20 28 24 / 0.2) !important;
}
.scrollbar-track-primary-5\/25{
    --scrollbar-track: rgb(20 28 24 / 0.25) !important;
}
.scrollbar-track-primary-5\/30{
    --scrollbar-track: rgb(20 28 24 / 0.3) !important;
}
.scrollbar-track-primary-5\/35{
    --scrollbar-track: rgb(20 28 24 / 0.35) !important;
}
.scrollbar-track-primary-5\/40{
    --scrollbar-track: rgb(20 28 24 / 0.4) !important;
}
.scrollbar-track-primary-5\/45{
    --scrollbar-track: rgb(20 28 24 / 0.45) !important;
}
.scrollbar-track-primary-5\/5{
    --scrollbar-track: rgb(20 28 24 / 0.05) !important;
}
.scrollbar-track-primary-5\/50{
    --scrollbar-track: rgb(20 28 24 / 0.5) !important;
}
.scrollbar-track-primary-5\/55{
    --scrollbar-track: rgb(20 28 24 / 0.55) !important;
}
.scrollbar-track-primary-5\/60{
    --scrollbar-track: rgb(20 28 24 / 0.6) !important;
}
.scrollbar-track-primary-5\/65{
    --scrollbar-track: rgb(20 28 24 / 0.65) !important;
}
.scrollbar-track-primary-5\/70{
    --scrollbar-track: rgb(20 28 24 / 0.7) !important;
}
.scrollbar-track-primary-5\/75{
    --scrollbar-track: rgb(20 28 24 / 0.75) !important;
}
.scrollbar-track-primary-5\/80{
    --scrollbar-track: rgb(20 28 24 / 0.8) !important;
}
.scrollbar-track-primary-5\/85{
    --scrollbar-track: rgb(20 28 24 / 0.85) !important;
}
.scrollbar-track-primary-5\/90{
    --scrollbar-track: rgb(20 28 24 / 0.9) !important;
}
.scrollbar-track-primary-5\/95{
    --scrollbar-track: rgb(20 28 24 / 0.95) !important;
}
.scrollbar-track-primary-500{
    --scrollbar-track: #48E59B !important;
}
.scrollbar-track-primary-500\/0{
    --scrollbar-track: rgb(72 229 155 / 0) !important;
}
.scrollbar-track-primary-500\/10{
    --scrollbar-track: rgb(72 229 155 / 0.1) !important;
}
.scrollbar-track-primary-500\/100{
    --scrollbar-track: rgb(72 229 155 / 1) !important;
}
.scrollbar-track-primary-500\/15{
    --scrollbar-track: rgb(72 229 155 / 0.15) !important;
}
.scrollbar-track-primary-500\/20{
    --scrollbar-track: rgb(72 229 155 / 0.2) !important;
}
.scrollbar-track-primary-500\/25{
    --scrollbar-track: rgb(72 229 155 / 0.25) !important;
}
.scrollbar-track-primary-500\/30{
    --scrollbar-track: rgb(72 229 155 / 0.3) !important;
}
.scrollbar-track-primary-500\/35{
    --scrollbar-track: rgb(72 229 155 / 0.35) !important;
}
.scrollbar-track-primary-500\/40{
    --scrollbar-track: rgb(72 229 155 / 0.4) !important;
}
.scrollbar-track-primary-500\/45{
    --scrollbar-track: rgb(72 229 155 / 0.45) !important;
}
.scrollbar-track-primary-500\/5{
    --scrollbar-track: rgb(72 229 155 / 0.05) !important;
}
.scrollbar-track-primary-500\/50{
    --scrollbar-track: rgb(72 229 155 / 0.5) !important;
}
.scrollbar-track-primary-500\/55{
    --scrollbar-track: rgb(72 229 155 / 0.55) !important;
}
.scrollbar-track-primary-500\/60{
    --scrollbar-track: rgb(72 229 155 / 0.6) !important;
}
.scrollbar-track-primary-500\/65{
    --scrollbar-track: rgb(72 229 155 / 0.65) !important;
}
.scrollbar-track-primary-500\/70{
    --scrollbar-track: rgb(72 229 155 / 0.7) !important;
}
.scrollbar-track-primary-500\/75{
    --scrollbar-track: rgb(72 229 155 / 0.75) !important;
}
.scrollbar-track-primary-500\/80{
    --scrollbar-track: rgb(72 229 155 / 0.8) !important;
}
.scrollbar-track-primary-500\/85{
    --scrollbar-track: rgb(72 229 155 / 0.85) !important;
}
.scrollbar-track-primary-500\/90{
    --scrollbar-track: rgb(72 229 155 / 0.9) !important;
}
.scrollbar-track-primary-500\/95{
    --scrollbar-track: rgb(72 229 155 / 0.95) !important;
}
.scrollbar-track-primary-60{
    --scrollbar-track: #399B6D !important;
}
.scrollbar-track-primary-60\/0{
    --scrollbar-track: rgb(57 155 109 / 0) !important;
}
.scrollbar-track-primary-60\/10{
    --scrollbar-track: rgb(57 155 109 / 0.1) !important;
}
.scrollbar-track-primary-60\/100{
    --scrollbar-track: rgb(57 155 109 / 1) !important;
}
.scrollbar-track-primary-60\/15{
    --scrollbar-track: rgb(57 155 109 / 0.15) !important;
}
.scrollbar-track-primary-60\/20{
    --scrollbar-track: rgb(57 155 109 / 0.2) !important;
}
.scrollbar-track-primary-60\/25{
    --scrollbar-track: rgb(57 155 109 / 0.25) !important;
}
.scrollbar-track-primary-60\/30{
    --scrollbar-track: rgb(57 155 109 / 0.3) !important;
}
.scrollbar-track-primary-60\/35{
    --scrollbar-track: rgb(57 155 109 / 0.35) !important;
}
.scrollbar-track-primary-60\/40{
    --scrollbar-track: rgb(57 155 109 / 0.4) !important;
}
.scrollbar-track-primary-60\/45{
    --scrollbar-track: rgb(57 155 109 / 0.45) !important;
}
.scrollbar-track-primary-60\/5{
    --scrollbar-track: rgb(57 155 109 / 0.05) !important;
}
.scrollbar-track-primary-60\/50{
    --scrollbar-track: rgb(57 155 109 / 0.5) !important;
}
.scrollbar-track-primary-60\/55{
    --scrollbar-track: rgb(57 155 109 / 0.55) !important;
}
.scrollbar-track-primary-60\/60{
    --scrollbar-track: rgb(57 155 109 / 0.6) !important;
}
.scrollbar-track-primary-60\/65{
    --scrollbar-track: rgb(57 155 109 / 0.65) !important;
}
.scrollbar-track-primary-60\/70{
    --scrollbar-track: rgb(57 155 109 / 0.7) !important;
}
.scrollbar-track-primary-60\/75{
    --scrollbar-track: rgb(57 155 109 / 0.75) !important;
}
.scrollbar-track-primary-60\/80{
    --scrollbar-track: rgb(57 155 109 / 0.8) !important;
}
.scrollbar-track-primary-60\/85{
    --scrollbar-track: rgb(57 155 109 / 0.85) !important;
}
.scrollbar-track-primary-60\/90{
    --scrollbar-track: rgb(57 155 109 / 0.9) !important;
}
.scrollbar-track-primary-60\/95{
    --scrollbar-track: rgb(57 155 109 / 0.95) !important;
}
.scrollbar-track-primary-600{
    --scrollbar-track: #3DBB7F !important;
}
.scrollbar-track-primary-600\/0{
    --scrollbar-track: rgb(61 187 127 / 0) !important;
}
.scrollbar-track-primary-600\/10{
    --scrollbar-track: rgb(61 187 127 / 0.1) !important;
}
.scrollbar-track-primary-600\/100{
    --scrollbar-track: rgb(61 187 127 / 1) !important;
}
.scrollbar-track-primary-600\/15{
    --scrollbar-track: rgb(61 187 127 / 0.15) !important;
}
.scrollbar-track-primary-600\/20{
    --scrollbar-track: rgb(61 187 127 / 0.2) !important;
}
.scrollbar-track-primary-600\/25{
    --scrollbar-track: rgb(61 187 127 / 0.25) !important;
}
.scrollbar-track-primary-600\/30{
    --scrollbar-track: rgb(61 187 127 / 0.3) !important;
}
.scrollbar-track-primary-600\/35{
    --scrollbar-track: rgb(61 187 127 / 0.35) !important;
}
.scrollbar-track-primary-600\/40{
    --scrollbar-track: rgb(61 187 127 / 0.4) !important;
}
.scrollbar-track-primary-600\/45{
    --scrollbar-track: rgb(61 187 127 / 0.45) !important;
}
.scrollbar-track-primary-600\/5{
    --scrollbar-track: rgb(61 187 127 / 0.05) !important;
}
.scrollbar-track-primary-600\/50{
    --scrollbar-track: rgb(61 187 127 / 0.5) !important;
}
.scrollbar-track-primary-600\/55{
    --scrollbar-track: rgb(61 187 127 / 0.55) !important;
}
.scrollbar-track-primary-600\/60{
    --scrollbar-track: rgb(61 187 127 / 0.6) !important;
}
.scrollbar-track-primary-600\/65{
    --scrollbar-track: rgb(61 187 127 / 0.65) !important;
}
.scrollbar-track-primary-600\/70{
    --scrollbar-track: rgb(61 187 127 / 0.7) !important;
}
.scrollbar-track-primary-600\/75{
    --scrollbar-track: rgb(61 187 127 / 0.75) !important;
}
.scrollbar-track-primary-600\/80{
    --scrollbar-track: rgb(61 187 127 / 0.8) !important;
}
.scrollbar-track-primary-600\/85{
    --scrollbar-track: rgb(61 187 127 / 0.85) !important;
}
.scrollbar-track-primary-600\/90{
    --scrollbar-track: rgb(61 187 127 / 0.9) !important;
}
.scrollbar-track-primary-600\/95{
    --scrollbar-track: rgb(61 187 127 / 0.95) !important;
}
.scrollbar-track-primary-700{
    --scrollbar-track: #399B6D !important;
}
.scrollbar-track-primary-700\/0{
    --scrollbar-track: rgb(57 155 109 / 0) !important;
}
.scrollbar-track-primary-700\/10{
    --scrollbar-track: rgb(57 155 109 / 0.1) !important;
}
.scrollbar-track-primary-700\/100{
    --scrollbar-track: rgb(57 155 109 / 1) !important;
}
.scrollbar-track-primary-700\/15{
    --scrollbar-track: rgb(57 155 109 / 0.15) !important;
}
.scrollbar-track-primary-700\/20{
    --scrollbar-track: rgb(57 155 109 / 0.2) !important;
}
.scrollbar-track-primary-700\/25{
    --scrollbar-track: rgb(57 155 109 / 0.25) !important;
}
.scrollbar-track-primary-700\/30{
    --scrollbar-track: rgb(57 155 109 / 0.3) !important;
}
.scrollbar-track-primary-700\/35{
    --scrollbar-track: rgb(57 155 109 / 0.35) !important;
}
.scrollbar-track-primary-700\/40{
    --scrollbar-track: rgb(57 155 109 / 0.4) !important;
}
.scrollbar-track-primary-700\/45{
    --scrollbar-track: rgb(57 155 109 / 0.45) !important;
}
.scrollbar-track-primary-700\/5{
    --scrollbar-track: rgb(57 155 109 / 0.05) !important;
}
.scrollbar-track-primary-700\/50{
    --scrollbar-track: rgb(57 155 109 / 0.5) !important;
}
.scrollbar-track-primary-700\/55{
    --scrollbar-track: rgb(57 155 109 / 0.55) !important;
}
.scrollbar-track-primary-700\/60{
    --scrollbar-track: rgb(57 155 109 / 0.6) !important;
}
.scrollbar-track-primary-700\/65{
    --scrollbar-track: rgb(57 155 109 / 0.65) !important;
}
.scrollbar-track-primary-700\/70{
    --scrollbar-track: rgb(57 155 109 / 0.7) !important;
}
.scrollbar-track-primary-700\/75{
    --scrollbar-track: rgb(57 155 109 / 0.75) !important;
}
.scrollbar-track-primary-700\/80{
    --scrollbar-track: rgb(57 155 109 / 0.8) !important;
}
.scrollbar-track-primary-700\/85{
    --scrollbar-track: rgb(57 155 109 / 0.85) !important;
}
.scrollbar-track-primary-700\/90{
    --scrollbar-track: rgb(57 155 109 / 0.9) !important;
}
.scrollbar-track-primary-700\/95{
    --scrollbar-track: rgb(57 155 109 / 0.95) !important;
}
.scrollbar-track-primary-80{
    --scrollbar-track: #3DBB7F !important;
}
.scrollbar-track-primary-80\/0{
    --scrollbar-track: rgb(61 187 127 / 0) !important;
}
.scrollbar-track-primary-80\/10{
    --scrollbar-track: rgb(61 187 127 / 0.1) !important;
}
.scrollbar-track-primary-80\/100{
    --scrollbar-track: rgb(61 187 127 / 1) !important;
}
.scrollbar-track-primary-80\/15{
    --scrollbar-track: rgb(61 187 127 / 0.15) !important;
}
.scrollbar-track-primary-80\/20{
    --scrollbar-track: rgb(61 187 127 / 0.2) !important;
}
.scrollbar-track-primary-80\/25{
    --scrollbar-track: rgb(61 187 127 / 0.25) !important;
}
.scrollbar-track-primary-80\/30{
    --scrollbar-track: rgb(61 187 127 / 0.3) !important;
}
.scrollbar-track-primary-80\/35{
    --scrollbar-track: rgb(61 187 127 / 0.35) !important;
}
.scrollbar-track-primary-80\/40{
    --scrollbar-track: rgb(61 187 127 / 0.4) !important;
}
.scrollbar-track-primary-80\/45{
    --scrollbar-track: rgb(61 187 127 / 0.45) !important;
}
.scrollbar-track-primary-80\/5{
    --scrollbar-track: rgb(61 187 127 / 0.05) !important;
}
.scrollbar-track-primary-80\/50{
    --scrollbar-track: rgb(61 187 127 / 0.5) !important;
}
.scrollbar-track-primary-80\/55{
    --scrollbar-track: rgb(61 187 127 / 0.55) !important;
}
.scrollbar-track-primary-80\/60{
    --scrollbar-track: rgb(61 187 127 / 0.6) !important;
}
.scrollbar-track-primary-80\/65{
    --scrollbar-track: rgb(61 187 127 / 0.65) !important;
}
.scrollbar-track-primary-80\/70{
    --scrollbar-track: rgb(61 187 127 / 0.7) !important;
}
.scrollbar-track-primary-80\/75{
    --scrollbar-track: rgb(61 187 127 / 0.75) !important;
}
.scrollbar-track-primary-80\/80{
    --scrollbar-track: rgb(61 187 127 / 0.8) !important;
}
.scrollbar-track-primary-80\/85{
    --scrollbar-track: rgb(61 187 127 / 0.85) !important;
}
.scrollbar-track-primary-80\/90{
    --scrollbar-track: rgb(61 187 127 / 0.9) !important;
}
.scrollbar-track-primary-80\/95{
    --scrollbar-track: rgb(61 187 127 / 0.95) !important;
}
.scrollbar-track-primary-800{
    --scrollbar-track: #0A4429 !important;
}
.scrollbar-track-primary-800\/0{
    --scrollbar-track: rgb(10 68 41 / 0) !important;
}
.scrollbar-track-primary-800\/10{
    --scrollbar-track: rgb(10 68 41 / 0.1) !important;
}
.scrollbar-track-primary-800\/100{
    --scrollbar-track: rgb(10 68 41 / 1) !important;
}
.scrollbar-track-primary-800\/15{
    --scrollbar-track: rgb(10 68 41 / 0.15) !important;
}
.scrollbar-track-primary-800\/20{
    --scrollbar-track: rgb(10 68 41 / 0.2) !important;
}
.scrollbar-track-primary-800\/25{
    --scrollbar-track: rgb(10 68 41 / 0.25) !important;
}
.scrollbar-track-primary-800\/30{
    --scrollbar-track: rgb(10 68 41 / 0.3) !important;
}
.scrollbar-track-primary-800\/35{
    --scrollbar-track: rgb(10 68 41 / 0.35) !important;
}
.scrollbar-track-primary-800\/40{
    --scrollbar-track: rgb(10 68 41 / 0.4) !important;
}
.scrollbar-track-primary-800\/45{
    --scrollbar-track: rgb(10 68 41 / 0.45) !important;
}
.scrollbar-track-primary-800\/5{
    --scrollbar-track: rgb(10 68 41 / 0.05) !important;
}
.scrollbar-track-primary-800\/50{
    --scrollbar-track: rgb(10 68 41 / 0.5) !important;
}
.scrollbar-track-primary-800\/55{
    --scrollbar-track: rgb(10 68 41 / 0.55) !important;
}
.scrollbar-track-primary-800\/60{
    --scrollbar-track: rgb(10 68 41 / 0.6) !important;
}
.scrollbar-track-primary-800\/65{
    --scrollbar-track: rgb(10 68 41 / 0.65) !important;
}
.scrollbar-track-primary-800\/70{
    --scrollbar-track: rgb(10 68 41 / 0.7) !important;
}
.scrollbar-track-primary-800\/75{
    --scrollbar-track: rgb(10 68 41 / 0.75) !important;
}
.scrollbar-track-primary-800\/80{
    --scrollbar-track: rgb(10 68 41 / 0.8) !important;
}
.scrollbar-track-primary-800\/85{
    --scrollbar-track: rgb(10 68 41 / 0.85) !important;
}
.scrollbar-track-primary-800\/90{
    --scrollbar-track: rgb(10 68 41 / 0.9) !important;
}
.scrollbar-track-primary-800\/95{
    --scrollbar-track: rgb(10 68 41 / 0.95) !important;
}
.scrollbar-track-primary-900{
    --scrollbar-track: #1C3B2D !important;
}
.scrollbar-track-primary-900\/0{
    --scrollbar-track: rgb(28 59 45 / 0) !important;
}
.scrollbar-track-primary-900\/10{
    --scrollbar-track: rgb(28 59 45 / 0.1) !important;
}
.scrollbar-track-primary-900\/100{
    --scrollbar-track: rgb(28 59 45 / 1) !important;
}
.scrollbar-track-primary-900\/15{
    --scrollbar-track: rgb(28 59 45 / 0.15) !important;
}
.scrollbar-track-primary-900\/20{
    --scrollbar-track: rgb(28 59 45 / 0.2) !important;
}
.scrollbar-track-primary-900\/25{
    --scrollbar-track: rgb(28 59 45 / 0.25) !important;
}
.scrollbar-track-primary-900\/30{
    --scrollbar-track: rgb(28 59 45 / 0.3) !important;
}
.scrollbar-track-primary-900\/35{
    --scrollbar-track: rgb(28 59 45 / 0.35) !important;
}
.scrollbar-track-primary-900\/40{
    --scrollbar-track: rgb(28 59 45 / 0.4) !important;
}
.scrollbar-track-primary-900\/45{
    --scrollbar-track: rgb(28 59 45 / 0.45) !important;
}
.scrollbar-track-primary-900\/5{
    --scrollbar-track: rgb(28 59 45 / 0.05) !important;
}
.scrollbar-track-primary-900\/50{
    --scrollbar-track: rgb(28 59 45 / 0.5) !important;
}
.scrollbar-track-primary-900\/55{
    --scrollbar-track: rgb(28 59 45 / 0.55) !important;
}
.scrollbar-track-primary-900\/60{
    --scrollbar-track: rgb(28 59 45 / 0.6) !important;
}
.scrollbar-track-primary-900\/65{
    --scrollbar-track: rgb(28 59 45 / 0.65) !important;
}
.scrollbar-track-primary-900\/70{
    --scrollbar-track: rgb(28 59 45 / 0.7) !important;
}
.scrollbar-track-primary-900\/75{
    --scrollbar-track: rgb(28 59 45 / 0.75) !important;
}
.scrollbar-track-primary-900\/80{
    --scrollbar-track: rgb(28 59 45 / 0.8) !important;
}
.scrollbar-track-primary-900\/85{
    --scrollbar-track: rgb(28 59 45 / 0.85) !important;
}
.scrollbar-track-primary-900\/90{
    --scrollbar-track: rgb(28 59 45 / 0.9) !important;
}
.scrollbar-track-primary-900\/95{
    --scrollbar-track: rgb(28 59 45 / 0.95) !important;
}
.scrollbar-track-primary-950{
    --scrollbar-track: #141C18 !important;
}
.scrollbar-track-primary-950\/0{
    --scrollbar-track: rgb(20 28 24 / 0) !important;
}
.scrollbar-track-primary-950\/10{
    --scrollbar-track: rgb(20 28 24 / 0.1) !important;
}
.scrollbar-track-primary-950\/100{
    --scrollbar-track: rgb(20 28 24 / 1) !important;
}
.scrollbar-track-primary-950\/15{
    --scrollbar-track: rgb(20 28 24 / 0.15) !important;
}
.scrollbar-track-primary-950\/20{
    --scrollbar-track: rgb(20 28 24 / 0.2) !important;
}
.scrollbar-track-primary-950\/25{
    --scrollbar-track: rgb(20 28 24 / 0.25) !important;
}
.scrollbar-track-primary-950\/30{
    --scrollbar-track: rgb(20 28 24 / 0.3) !important;
}
.scrollbar-track-primary-950\/35{
    --scrollbar-track: rgb(20 28 24 / 0.35) !important;
}
.scrollbar-track-primary-950\/40{
    --scrollbar-track: rgb(20 28 24 / 0.4) !important;
}
.scrollbar-track-primary-950\/45{
    --scrollbar-track: rgb(20 28 24 / 0.45) !important;
}
.scrollbar-track-primary-950\/5{
    --scrollbar-track: rgb(20 28 24 / 0.05) !important;
}
.scrollbar-track-primary-950\/50{
    --scrollbar-track: rgb(20 28 24 / 0.5) !important;
}
.scrollbar-track-primary-950\/55{
    --scrollbar-track: rgb(20 28 24 / 0.55) !important;
}
.scrollbar-track-primary-950\/60{
    --scrollbar-track: rgb(20 28 24 / 0.6) !important;
}
.scrollbar-track-primary-950\/65{
    --scrollbar-track: rgb(20 28 24 / 0.65) !important;
}
.scrollbar-track-primary-950\/70{
    --scrollbar-track: rgb(20 28 24 / 0.7) !important;
}
.scrollbar-track-primary-950\/75{
    --scrollbar-track: rgb(20 28 24 / 0.75) !important;
}
.scrollbar-track-primary-950\/80{
    --scrollbar-track: rgb(20 28 24 / 0.8) !important;
}
.scrollbar-track-primary-950\/85{
    --scrollbar-track: rgb(20 28 24 / 0.85) !important;
}
.scrollbar-track-primary-950\/90{
    --scrollbar-track: rgb(20 28 24 / 0.9) !important;
}
.scrollbar-track-primary-950\/95{
    --scrollbar-track: rgb(20 28 24 / 0.95) !important;
}
.scrollbar-track-primary-dark{
    --scrollbar-track: #0A4429 !important;
}
.scrollbar-track-primary-dark\/0{
    --scrollbar-track: rgb(10 68 41 / 0) !important;
}
.scrollbar-track-primary-dark\/10{
    --scrollbar-track: rgb(10 68 41 / 0.1) !important;
}
.scrollbar-track-primary-dark\/100{
    --scrollbar-track: rgb(10 68 41 / 1) !important;
}
.scrollbar-track-primary-dark\/15{
    --scrollbar-track: rgb(10 68 41 / 0.15) !important;
}
.scrollbar-track-primary-dark\/20{
    --scrollbar-track: rgb(10 68 41 / 0.2) !important;
}
.scrollbar-track-primary-dark\/25{
    --scrollbar-track: rgb(10 68 41 / 0.25) !important;
}
.scrollbar-track-primary-dark\/30{
    --scrollbar-track: rgb(10 68 41 / 0.3) !important;
}
.scrollbar-track-primary-dark\/35{
    --scrollbar-track: rgb(10 68 41 / 0.35) !important;
}
.scrollbar-track-primary-dark\/40{
    --scrollbar-track: rgb(10 68 41 / 0.4) !important;
}
.scrollbar-track-primary-dark\/45{
    --scrollbar-track: rgb(10 68 41 / 0.45) !important;
}
.scrollbar-track-primary-dark\/5{
    --scrollbar-track: rgb(10 68 41 / 0.05) !important;
}
.scrollbar-track-primary-dark\/50{
    --scrollbar-track: rgb(10 68 41 / 0.5) !important;
}
.scrollbar-track-primary-dark\/55{
    --scrollbar-track: rgb(10 68 41 / 0.55) !important;
}
.scrollbar-track-primary-dark\/60{
    --scrollbar-track: rgb(10 68 41 / 0.6) !important;
}
.scrollbar-track-primary-dark\/65{
    --scrollbar-track: rgb(10 68 41 / 0.65) !important;
}
.scrollbar-track-primary-dark\/70{
    --scrollbar-track: rgb(10 68 41 / 0.7) !important;
}
.scrollbar-track-primary-dark\/75{
    --scrollbar-track: rgb(10 68 41 / 0.75) !important;
}
.scrollbar-track-primary-dark\/80{
    --scrollbar-track: rgb(10 68 41 / 0.8) !important;
}
.scrollbar-track-primary-dark\/85{
    --scrollbar-track: rgb(10 68 41 / 0.85) !important;
}
.scrollbar-track-primary-dark\/90{
    --scrollbar-track: rgb(10 68 41 / 0.9) !important;
}
.scrollbar-track-primary-dark\/95{
    --scrollbar-track: rgb(10 68 41 / 0.95) !important;
}
.scrollbar-track-primary-light{
    --scrollbar-track: #C6EEDB !important;
}
.scrollbar-track-primary-light\/0{
    --scrollbar-track: rgb(198 238 219 / 0) !important;
}
.scrollbar-track-primary-light\/10{
    --scrollbar-track: rgb(198 238 219 / 0.1) !important;
}
.scrollbar-track-primary-light\/100{
    --scrollbar-track: rgb(198 238 219 / 1) !important;
}
.scrollbar-track-primary-light\/15{
    --scrollbar-track: rgb(198 238 219 / 0.15) !important;
}
.scrollbar-track-primary-light\/20{
    --scrollbar-track: rgb(198 238 219 / 0.2) !important;
}
.scrollbar-track-primary-light\/25{
    --scrollbar-track: rgb(198 238 219 / 0.25) !important;
}
.scrollbar-track-primary-light\/30{
    --scrollbar-track: rgb(198 238 219 / 0.3) !important;
}
.scrollbar-track-primary-light\/35{
    --scrollbar-track: rgb(198 238 219 / 0.35) !important;
}
.scrollbar-track-primary-light\/40{
    --scrollbar-track: rgb(198 238 219 / 0.4) !important;
}
.scrollbar-track-primary-light\/45{
    --scrollbar-track: rgb(198 238 219 / 0.45) !important;
}
.scrollbar-track-primary-light\/5{
    --scrollbar-track: rgb(198 238 219 / 0.05) !important;
}
.scrollbar-track-primary-light\/50{
    --scrollbar-track: rgb(198 238 219 / 0.5) !important;
}
.scrollbar-track-primary-light\/55{
    --scrollbar-track: rgb(198 238 219 / 0.55) !important;
}
.scrollbar-track-primary-light\/60{
    --scrollbar-track: rgb(198 238 219 / 0.6) !important;
}
.scrollbar-track-primary-light\/65{
    --scrollbar-track: rgb(198 238 219 / 0.65) !important;
}
.scrollbar-track-primary-light\/70{
    --scrollbar-track: rgb(198 238 219 / 0.7) !important;
}
.scrollbar-track-primary-light\/75{
    --scrollbar-track: rgb(198 238 219 / 0.75) !important;
}
.scrollbar-track-primary-light\/80{
    --scrollbar-track: rgb(198 238 219 / 0.8) !important;
}
.scrollbar-track-primary-light\/85{
    --scrollbar-track: rgb(198 238 219 / 0.85) !important;
}
.scrollbar-track-primary-light\/90{
    --scrollbar-track: rgb(198 238 219 / 0.9) !important;
}
.scrollbar-track-primary-light\/95{
    --scrollbar-track: rgb(198 238 219 / 0.95) !important;
}
.scrollbar-track-primary\/0{
    --scrollbar-track: rgb(72 229 155 / 0) !important;
}
.scrollbar-track-primary\/10{
    --scrollbar-track: rgb(72 229 155 / 0.1) !important;
}
.scrollbar-track-primary\/100{
    --scrollbar-track: rgb(72 229 155 / 1) !important;
}
.scrollbar-track-primary\/15{
    --scrollbar-track: rgb(72 229 155 / 0.15) !important;
}
.scrollbar-track-primary\/20{
    --scrollbar-track: rgb(72 229 155 / 0.2) !important;
}
.scrollbar-track-primary\/25{
    --scrollbar-track: rgb(72 229 155 / 0.25) !important;
}
.scrollbar-track-primary\/30{
    --scrollbar-track: rgb(72 229 155 / 0.3) !important;
}
.scrollbar-track-primary\/35{
    --scrollbar-track: rgb(72 229 155 / 0.35) !important;
}
.scrollbar-track-primary\/40{
    --scrollbar-track: rgb(72 229 155 / 0.4) !important;
}
.scrollbar-track-primary\/45{
    --scrollbar-track: rgb(72 229 155 / 0.45) !important;
}
.scrollbar-track-primary\/5{
    --scrollbar-track: rgb(72 229 155 / 0.05) !important;
}
.scrollbar-track-primary\/50{
    --scrollbar-track: rgb(72 229 155 / 0.5) !important;
}
.scrollbar-track-primary\/55{
    --scrollbar-track: rgb(72 229 155 / 0.55) !important;
}
.scrollbar-track-primary\/60{
    --scrollbar-track: rgb(72 229 155 / 0.6) !important;
}
.scrollbar-track-primary\/65{
    --scrollbar-track: rgb(72 229 155 / 0.65) !important;
}
.scrollbar-track-primary\/70{
    --scrollbar-track: rgb(72 229 155 / 0.7) !important;
}
.scrollbar-track-primary\/75{
    --scrollbar-track: rgb(72 229 155 / 0.75) !important;
}
.scrollbar-track-primary\/80{
    --scrollbar-track: rgb(72 229 155 / 0.8) !important;
}
.scrollbar-track-primary\/85{
    --scrollbar-track: rgb(72 229 155 / 0.85) !important;
}
.scrollbar-track-primary\/90{
    --scrollbar-track: rgb(72 229 155 / 0.9) !important;
}
.scrollbar-track-primary\/95{
    --scrollbar-track: rgb(72 229 155 / 0.95) !important;
}
.scrollbar-track-secondary{
    --scrollbar-track: #015AD5 !important;
}
.scrollbar-track-secondary-500{
    --scrollbar-track: #015AD5 !important;
}
.scrollbar-track-secondary-500\/0{
    --scrollbar-track: rgb(1 90 213 / 0) !important;
}
.scrollbar-track-secondary-500\/10{
    --scrollbar-track: rgb(1 90 213 / 0.1) !important;
}
.scrollbar-track-secondary-500\/100{
    --scrollbar-track: rgb(1 90 213 / 1) !important;
}
.scrollbar-track-secondary-500\/15{
    --scrollbar-track: rgb(1 90 213 / 0.15) !important;
}
.scrollbar-track-secondary-500\/20{
    --scrollbar-track: rgb(1 90 213 / 0.2) !important;
}
.scrollbar-track-secondary-500\/25{
    --scrollbar-track: rgb(1 90 213 / 0.25) !important;
}
.scrollbar-track-secondary-500\/30{
    --scrollbar-track: rgb(1 90 213 / 0.3) !important;
}
.scrollbar-track-secondary-500\/35{
    --scrollbar-track: rgb(1 90 213 / 0.35) !important;
}
.scrollbar-track-secondary-500\/40{
    --scrollbar-track: rgb(1 90 213 / 0.4) !important;
}
.scrollbar-track-secondary-500\/45{
    --scrollbar-track: rgb(1 90 213 / 0.45) !important;
}
.scrollbar-track-secondary-500\/5{
    --scrollbar-track: rgb(1 90 213 / 0.05) !important;
}
.scrollbar-track-secondary-500\/50{
    --scrollbar-track: rgb(1 90 213 / 0.5) !important;
}
.scrollbar-track-secondary-500\/55{
    --scrollbar-track: rgb(1 90 213 / 0.55) !important;
}
.scrollbar-track-secondary-500\/60{
    --scrollbar-track: rgb(1 90 213 / 0.6) !important;
}
.scrollbar-track-secondary-500\/65{
    --scrollbar-track: rgb(1 90 213 / 0.65) !important;
}
.scrollbar-track-secondary-500\/70{
    --scrollbar-track: rgb(1 90 213 / 0.7) !important;
}
.scrollbar-track-secondary-500\/75{
    --scrollbar-track: rgb(1 90 213 / 0.75) !important;
}
.scrollbar-track-secondary-500\/80{
    --scrollbar-track: rgb(1 90 213 / 0.8) !important;
}
.scrollbar-track-secondary-500\/85{
    --scrollbar-track: rgb(1 90 213 / 0.85) !important;
}
.scrollbar-track-secondary-500\/90{
    --scrollbar-track: rgb(1 90 213 / 0.9) !important;
}
.scrollbar-track-secondary-500\/95{
    --scrollbar-track: rgb(1 90 213 / 0.95) !important;
}
.scrollbar-track-secondary\/0{
    --scrollbar-track: rgb(1 90 213 / 0) !important;
}
.scrollbar-track-secondary\/10{
    --scrollbar-track: rgb(1 90 213 / 0.1) !important;
}
.scrollbar-track-secondary\/100{
    --scrollbar-track: rgb(1 90 213 / 1) !important;
}
.scrollbar-track-secondary\/15{
    --scrollbar-track: rgb(1 90 213 / 0.15) !important;
}
.scrollbar-track-secondary\/20{
    --scrollbar-track: rgb(1 90 213 / 0.2) !important;
}
.scrollbar-track-secondary\/25{
    --scrollbar-track: rgb(1 90 213 / 0.25) !important;
}
.scrollbar-track-secondary\/30{
    --scrollbar-track: rgb(1 90 213 / 0.3) !important;
}
.scrollbar-track-secondary\/35{
    --scrollbar-track: rgb(1 90 213 / 0.35) !important;
}
.scrollbar-track-secondary\/40{
    --scrollbar-track: rgb(1 90 213 / 0.4) !important;
}
.scrollbar-track-secondary\/45{
    --scrollbar-track: rgb(1 90 213 / 0.45) !important;
}
.scrollbar-track-secondary\/5{
    --scrollbar-track: rgb(1 90 213 / 0.05) !important;
}
.scrollbar-track-secondary\/50{
    --scrollbar-track: rgb(1 90 213 / 0.5) !important;
}
.scrollbar-track-secondary\/55{
    --scrollbar-track: rgb(1 90 213 / 0.55) !important;
}
.scrollbar-track-secondary\/60{
    --scrollbar-track: rgb(1 90 213 / 0.6) !important;
}
.scrollbar-track-secondary\/65{
    --scrollbar-track: rgb(1 90 213 / 0.65) !important;
}
.scrollbar-track-secondary\/70{
    --scrollbar-track: rgb(1 90 213 / 0.7) !important;
}
.scrollbar-track-secondary\/75{
    --scrollbar-track: rgb(1 90 213 / 0.75) !important;
}
.scrollbar-track-secondary\/80{
    --scrollbar-track: rgb(1 90 213 / 0.8) !important;
}
.scrollbar-track-secondary\/85{
    --scrollbar-track: rgb(1 90 213 / 0.85) !important;
}
.scrollbar-track-secondary\/90{
    --scrollbar-track: rgb(1 90 213 / 0.9) !important;
}
.scrollbar-track-secondary\/95{
    --scrollbar-track: rgb(1 90 213 / 0.95) !important;
}
.scrollbar-thumb-black-brand{
    --scrollbar-thumb: #313131 !important;
}
.scrollbar-thumb-black-brand\/0{
    --scrollbar-thumb: rgb(49 49 49 / 0) !important;
}
.scrollbar-thumb-black-brand\/10{
    --scrollbar-thumb: rgb(49 49 49 / 0.1) !important;
}
.scrollbar-thumb-black-brand\/100{
    --scrollbar-thumb: rgb(49 49 49 / 1) !important;
}
.scrollbar-thumb-black-brand\/15{
    --scrollbar-thumb: rgb(49 49 49 / 0.15) !important;
}
.scrollbar-thumb-black-brand\/20{
    --scrollbar-thumb: rgb(49 49 49 / 0.2) !important;
}
.scrollbar-thumb-black-brand\/25{
    --scrollbar-thumb: rgb(49 49 49 / 0.25) !important;
}
.scrollbar-thumb-black-brand\/30{
    --scrollbar-thumb: rgb(49 49 49 / 0.3) !important;
}
.scrollbar-thumb-black-brand\/35{
    --scrollbar-thumb: rgb(49 49 49 / 0.35) !important;
}
.scrollbar-thumb-black-brand\/40{
    --scrollbar-thumb: rgb(49 49 49 / 0.4) !important;
}
.scrollbar-thumb-black-brand\/45{
    --scrollbar-thumb: rgb(49 49 49 / 0.45) !important;
}
.scrollbar-thumb-black-brand\/5{
    --scrollbar-thumb: rgb(49 49 49 / 0.05) !important;
}
.scrollbar-thumb-black-brand\/50{
    --scrollbar-thumb: rgb(49 49 49 / 0.5) !important;
}
.scrollbar-thumb-black-brand\/55{
    --scrollbar-thumb: rgb(49 49 49 / 0.55) !important;
}
.scrollbar-thumb-black-brand\/60{
    --scrollbar-thumb: rgb(49 49 49 / 0.6) !important;
}
.scrollbar-thumb-black-brand\/65{
    --scrollbar-thumb: rgb(49 49 49 / 0.65) !important;
}
.scrollbar-thumb-black-brand\/70{
    --scrollbar-thumb: rgb(49 49 49 / 0.7) !important;
}
.scrollbar-thumb-black-brand\/75{
    --scrollbar-thumb: rgb(49 49 49 / 0.75) !important;
}
.scrollbar-thumb-black-brand\/80{
    --scrollbar-thumb: rgb(49 49 49 / 0.8) !important;
}
.scrollbar-thumb-black-brand\/85{
    --scrollbar-thumb: rgb(49 49 49 / 0.85) !important;
}
.scrollbar-thumb-black-brand\/90{
    --scrollbar-thumb: rgb(49 49 49 / 0.9) !important;
}
.scrollbar-thumb-black-brand\/95{
    --scrollbar-thumb: rgb(49 49 49 / 0.95) !important;
}
.scrollbar-thumb-brand-100{
    --scrollbar-thumb: #c6eedb0d !important;
}
.scrollbar-thumb-brand-100\/0{
    --scrollbar-thumb: rgb(198 238 219 / 0) !important;
}
.scrollbar-thumb-brand-100\/10{
    --scrollbar-thumb: rgb(198 238 219 / 0.1) !important;
}
.scrollbar-thumb-brand-100\/100{
    --scrollbar-thumb: rgb(198 238 219 / 1) !important;
}
.scrollbar-thumb-brand-100\/15{
    --scrollbar-thumb: rgb(198 238 219 / 0.15) !important;
}
.scrollbar-thumb-brand-100\/20{
    --scrollbar-thumb: rgb(198 238 219 / 0.2) !important;
}
.scrollbar-thumb-brand-100\/25{
    --scrollbar-thumb: rgb(198 238 219 / 0.25) !important;
}
.scrollbar-thumb-brand-100\/30{
    --scrollbar-thumb: rgb(198 238 219 / 0.3) !important;
}
.scrollbar-thumb-brand-100\/35{
    --scrollbar-thumb: rgb(198 238 219 / 0.35) !important;
}
.scrollbar-thumb-brand-100\/40{
    --scrollbar-thumb: rgb(198 238 219 / 0.4) !important;
}
.scrollbar-thumb-brand-100\/45{
    --scrollbar-thumb: rgb(198 238 219 / 0.45) !important;
}
.scrollbar-thumb-brand-100\/5{
    --scrollbar-thumb: rgb(198 238 219 / 0.05) !important;
}
.scrollbar-thumb-brand-100\/50{
    --scrollbar-thumb: rgb(198 238 219 / 0.5) !important;
}
.scrollbar-thumb-brand-100\/55{
    --scrollbar-thumb: rgb(198 238 219 / 0.55) !important;
}
.scrollbar-thumb-brand-100\/60{
    --scrollbar-thumb: rgb(198 238 219 / 0.6) !important;
}
.scrollbar-thumb-brand-100\/65{
    --scrollbar-thumb: rgb(198 238 219 / 0.65) !important;
}
.scrollbar-thumb-brand-100\/70{
    --scrollbar-thumb: rgb(198 238 219 / 0.7) !important;
}
.scrollbar-thumb-brand-100\/75{
    --scrollbar-thumb: rgb(198 238 219 / 0.75) !important;
}
.scrollbar-thumb-brand-100\/80{
    --scrollbar-thumb: rgb(198 238 219 / 0.8) !important;
}
.scrollbar-thumb-brand-100\/85{
    --scrollbar-thumb: rgb(198 238 219 / 0.85) !important;
}
.scrollbar-thumb-brand-100\/90{
    --scrollbar-thumb: rgb(198 238 219 / 0.9) !important;
}
.scrollbar-thumb-brand-100\/95{
    --scrollbar-thumb: rgb(198 238 219 / 0.95) !important;
}
.scrollbar-thumb-brand-20{
    --scrollbar-thumb: #48E59B !important;
}
.scrollbar-thumb-brand-20\/0{
    --scrollbar-thumb: rgb(72 229 155 / 0) !important;
}
.scrollbar-thumb-brand-20\/10{
    --scrollbar-thumb: rgb(72 229 155 / 0.1) !important;
}
.scrollbar-thumb-brand-20\/100{
    --scrollbar-thumb: rgb(72 229 155 / 1) !important;
}
.scrollbar-thumb-brand-20\/15{
    --scrollbar-thumb: rgb(72 229 155 / 0.15) !important;
}
.scrollbar-thumb-brand-20\/20{
    --scrollbar-thumb: rgb(72 229 155 / 0.2) !important;
}
.scrollbar-thumb-brand-20\/25{
    --scrollbar-thumb: rgb(72 229 155 / 0.25) !important;
}
.scrollbar-thumb-brand-20\/30{
    --scrollbar-thumb: rgb(72 229 155 / 0.3) !important;
}
.scrollbar-thumb-brand-20\/35{
    --scrollbar-thumb: rgb(72 229 155 / 0.35) !important;
}
.scrollbar-thumb-brand-20\/40{
    --scrollbar-thumb: rgb(72 229 155 / 0.4) !important;
}
.scrollbar-thumb-brand-20\/45{
    --scrollbar-thumb: rgb(72 229 155 / 0.45) !important;
}
.scrollbar-thumb-brand-20\/5{
    --scrollbar-thumb: rgb(72 229 155 / 0.05) !important;
}
.scrollbar-thumb-brand-20\/50{
    --scrollbar-thumb: rgb(72 229 155 / 0.5) !important;
}
.scrollbar-thumb-brand-20\/55{
    --scrollbar-thumb: rgb(72 229 155 / 0.55) !important;
}
.scrollbar-thumb-brand-20\/60{
    --scrollbar-thumb: rgb(72 229 155 / 0.6) !important;
}
.scrollbar-thumb-brand-20\/65{
    --scrollbar-thumb: rgb(72 229 155 / 0.65) !important;
}
.scrollbar-thumb-brand-20\/70{
    --scrollbar-thumb: rgb(72 229 155 / 0.7) !important;
}
.scrollbar-thumb-brand-20\/75{
    --scrollbar-thumb: rgb(72 229 155 / 0.75) !important;
}
.scrollbar-thumb-brand-20\/80{
    --scrollbar-thumb: rgb(72 229 155 / 0.8) !important;
}
.scrollbar-thumb-brand-20\/85{
    --scrollbar-thumb: rgb(72 229 155 / 0.85) !important;
}
.scrollbar-thumb-brand-20\/90{
    --scrollbar-thumb: rgb(72 229 155 / 0.9) !important;
}
.scrollbar-thumb-brand-20\/95{
    --scrollbar-thumb: rgb(72 229 155 / 0.95) !important;
}
.scrollbar-thumb-brand-200{
    --scrollbar-thumb: #c6eedb33 !important;
}
.scrollbar-thumb-brand-200\/0{
    --scrollbar-thumb: rgb(198 238 219 / 0) !important;
}
.scrollbar-thumb-brand-200\/10{
    --scrollbar-thumb: rgb(198 238 219 / 0.1) !important;
}
.scrollbar-thumb-brand-200\/100{
    --scrollbar-thumb: rgb(198 238 219 / 1) !important;
}
.scrollbar-thumb-brand-200\/15{
    --scrollbar-thumb: rgb(198 238 219 / 0.15) !important;
}
.scrollbar-thumb-brand-200\/20{
    --scrollbar-thumb: rgb(198 238 219 / 0.2) !important;
}
.scrollbar-thumb-brand-200\/25{
    --scrollbar-thumb: rgb(198 238 219 / 0.25) !important;
}
.scrollbar-thumb-brand-200\/30{
    --scrollbar-thumb: rgb(198 238 219 / 0.3) !important;
}
.scrollbar-thumb-brand-200\/35{
    --scrollbar-thumb: rgb(198 238 219 / 0.35) !important;
}
.scrollbar-thumb-brand-200\/40{
    --scrollbar-thumb: rgb(198 238 219 / 0.4) !important;
}
.scrollbar-thumb-brand-200\/45{
    --scrollbar-thumb: rgb(198 238 219 / 0.45) !important;
}
.scrollbar-thumb-brand-200\/5{
    --scrollbar-thumb: rgb(198 238 219 / 0.05) !important;
}
.scrollbar-thumb-brand-200\/50{
    --scrollbar-thumb: rgb(198 238 219 / 0.5) !important;
}
.scrollbar-thumb-brand-200\/55{
    --scrollbar-thumb: rgb(198 238 219 / 0.55) !important;
}
.scrollbar-thumb-brand-200\/60{
    --scrollbar-thumb: rgb(198 238 219 / 0.6) !important;
}
.scrollbar-thumb-brand-200\/65{
    --scrollbar-thumb: rgb(198 238 219 / 0.65) !important;
}
.scrollbar-thumb-brand-200\/70{
    --scrollbar-thumb: rgb(198 238 219 / 0.7) !important;
}
.scrollbar-thumb-brand-200\/75{
    --scrollbar-thumb: rgb(198 238 219 / 0.75) !important;
}
.scrollbar-thumb-brand-200\/80{
    --scrollbar-thumb: rgb(198 238 219 / 0.8) !important;
}
.scrollbar-thumb-brand-200\/85{
    --scrollbar-thumb: rgb(198 238 219 / 0.85) !important;
}
.scrollbar-thumb-brand-200\/90{
    --scrollbar-thumb: rgb(198 238 219 / 0.9) !important;
}
.scrollbar-thumb-brand-200\/95{
    --scrollbar-thumb: rgb(198 238 219 / 0.95) !important;
}
.scrollbar-thumb-brand-300{
    --scrollbar-thumb: #C6EEDB !important;
}
.scrollbar-thumb-brand-300\/0{
    --scrollbar-thumb: rgb(198 238 219 / 0) !important;
}
.scrollbar-thumb-brand-300\/10{
    --scrollbar-thumb: rgb(198 238 219 / 0.1) !important;
}
.scrollbar-thumb-brand-300\/100{
    --scrollbar-thumb: rgb(198 238 219 / 1) !important;
}
.scrollbar-thumb-brand-300\/15{
    --scrollbar-thumb: rgb(198 238 219 / 0.15) !important;
}
.scrollbar-thumb-brand-300\/20{
    --scrollbar-thumb: rgb(198 238 219 / 0.2) !important;
}
.scrollbar-thumb-brand-300\/25{
    --scrollbar-thumb: rgb(198 238 219 / 0.25) !important;
}
.scrollbar-thumb-brand-300\/30{
    --scrollbar-thumb: rgb(198 238 219 / 0.3) !important;
}
.scrollbar-thumb-brand-300\/35{
    --scrollbar-thumb: rgb(198 238 219 / 0.35) !important;
}
.scrollbar-thumb-brand-300\/40{
    --scrollbar-thumb: rgb(198 238 219 / 0.4) !important;
}
.scrollbar-thumb-brand-300\/45{
    --scrollbar-thumb: rgb(198 238 219 / 0.45) !important;
}
.scrollbar-thumb-brand-300\/5{
    --scrollbar-thumb: rgb(198 238 219 / 0.05) !important;
}
.scrollbar-thumb-brand-300\/50{
    --scrollbar-thumb: rgb(198 238 219 / 0.5) !important;
}
.scrollbar-thumb-brand-300\/55{
    --scrollbar-thumb: rgb(198 238 219 / 0.55) !important;
}
.scrollbar-thumb-brand-300\/60{
    --scrollbar-thumb: rgb(198 238 219 / 0.6) !important;
}
.scrollbar-thumb-brand-300\/65{
    --scrollbar-thumb: rgb(198 238 219 / 0.65) !important;
}
.scrollbar-thumb-brand-300\/70{
    --scrollbar-thumb: rgb(198 238 219 / 0.7) !important;
}
.scrollbar-thumb-brand-300\/75{
    --scrollbar-thumb: rgb(198 238 219 / 0.75) !important;
}
.scrollbar-thumb-brand-300\/80{
    --scrollbar-thumb: rgb(198 238 219 / 0.8) !important;
}
.scrollbar-thumb-brand-300\/85{
    --scrollbar-thumb: rgb(198 238 219 / 0.85) !important;
}
.scrollbar-thumb-brand-300\/90{
    --scrollbar-thumb: rgb(198 238 219 / 0.9) !important;
}
.scrollbar-thumb-brand-300\/95{
    --scrollbar-thumb: rgb(198 238 219 / 0.95) !important;
}
.scrollbar-thumb-brand-black{
    --scrollbar-thumb: #111111 !important;
}
.scrollbar-thumb-brand-black\/0{
    --scrollbar-thumb: rgb(17 17 17 / 0) !important;
}
.scrollbar-thumb-brand-black\/10{
    --scrollbar-thumb: rgb(17 17 17 / 0.1) !important;
}
.scrollbar-thumb-brand-black\/100{
    --scrollbar-thumb: rgb(17 17 17 / 1) !important;
}
.scrollbar-thumb-brand-black\/15{
    --scrollbar-thumb: rgb(17 17 17 / 0.15) !important;
}
.scrollbar-thumb-brand-black\/20{
    --scrollbar-thumb: rgb(17 17 17 / 0.2) !important;
}
.scrollbar-thumb-brand-black\/25{
    --scrollbar-thumb: rgb(17 17 17 / 0.25) !important;
}
.scrollbar-thumb-brand-black\/30{
    --scrollbar-thumb: rgb(17 17 17 / 0.3) !important;
}
.scrollbar-thumb-brand-black\/35{
    --scrollbar-thumb: rgb(17 17 17 / 0.35) !important;
}
.scrollbar-thumb-brand-black\/40{
    --scrollbar-thumb: rgb(17 17 17 / 0.4) !important;
}
.scrollbar-thumb-brand-black\/45{
    --scrollbar-thumb: rgb(17 17 17 / 0.45) !important;
}
.scrollbar-thumb-brand-black\/5{
    --scrollbar-thumb: rgb(17 17 17 / 0.05) !important;
}
.scrollbar-thumb-brand-black\/50{
    --scrollbar-thumb: rgb(17 17 17 / 0.5) !important;
}
.scrollbar-thumb-brand-black\/55{
    --scrollbar-thumb: rgb(17 17 17 / 0.55) !important;
}
.scrollbar-thumb-brand-black\/60{
    --scrollbar-thumb: rgb(17 17 17 / 0.6) !important;
}
.scrollbar-thumb-brand-black\/65{
    --scrollbar-thumb: rgb(17 17 17 / 0.65) !important;
}
.scrollbar-thumb-brand-black\/70{
    --scrollbar-thumb: rgb(17 17 17 / 0.7) !important;
}
.scrollbar-thumb-brand-black\/75{
    --scrollbar-thumb: rgb(17 17 17 / 0.75) !important;
}
.scrollbar-thumb-brand-black\/80{
    --scrollbar-thumb: rgb(17 17 17 / 0.8) !important;
}
.scrollbar-thumb-brand-black\/85{
    --scrollbar-thumb: rgb(17 17 17 / 0.85) !important;
}
.scrollbar-thumb-brand-black\/90{
    --scrollbar-thumb: rgb(17 17 17 / 0.9) !important;
}
.scrollbar-thumb-brand-black\/95{
    --scrollbar-thumb: rgb(17 17 17 / 0.95) !important;
}
.scrollbar-thumb-brand-blue{
    --scrollbar-thumb: #70A8F4 !important;
}
.scrollbar-thumb-brand-blue\/0{
    --scrollbar-thumb: rgb(112 168 244 / 0) !important;
}
.scrollbar-thumb-brand-blue\/10{
    --scrollbar-thumb: rgb(112 168 244 / 0.1) !important;
}
.scrollbar-thumb-brand-blue\/100{
    --scrollbar-thumb: rgb(112 168 244 / 1) !important;
}
.scrollbar-thumb-brand-blue\/15{
    --scrollbar-thumb: rgb(112 168 244 / 0.15) !important;
}
.scrollbar-thumb-brand-blue\/20{
    --scrollbar-thumb: rgb(112 168 244 / 0.2) !important;
}
.scrollbar-thumb-brand-blue\/25{
    --scrollbar-thumb: rgb(112 168 244 / 0.25) !important;
}
.scrollbar-thumb-brand-blue\/30{
    --scrollbar-thumb: rgb(112 168 244 / 0.3) !important;
}
.scrollbar-thumb-brand-blue\/35{
    --scrollbar-thumb: rgb(112 168 244 / 0.35) !important;
}
.scrollbar-thumb-brand-blue\/40{
    --scrollbar-thumb: rgb(112 168 244 / 0.4) !important;
}
.scrollbar-thumb-brand-blue\/45{
    --scrollbar-thumb: rgb(112 168 244 / 0.45) !important;
}
.scrollbar-thumb-brand-blue\/5{
    --scrollbar-thumb: rgb(112 168 244 / 0.05) !important;
}
.scrollbar-thumb-brand-blue\/50{
    --scrollbar-thumb: rgb(112 168 244 / 0.5) !important;
}
.scrollbar-thumb-brand-blue\/55{
    --scrollbar-thumb: rgb(112 168 244 / 0.55) !important;
}
.scrollbar-thumb-brand-blue\/60{
    --scrollbar-thumb: rgb(112 168 244 / 0.6) !important;
}
.scrollbar-thumb-brand-blue\/65{
    --scrollbar-thumb: rgb(112 168 244 / 0.65) !important;
}
.scrollbar-thumb-brand-blue\/70{
    --scrollbar-thumb: rgb(112 168 244 / 0.7) !important;
}
.scrollbar-thumb-brand-blue\/75{
    --scrollbar-thumb: rgb(112 168 244 / 0.75) !important;
}
.scrollbar-thumb-brand-blue\/80{
    --scrollbar-thumb: rgb(112 168 244 / 0.8) !important;
}
.scrollbar-thumb-brand-blue\/85{
    --scrollbar-thumb: rgb(112 168 244 / 0.85) !important;
}
.scrollbar-thumb-brand-blue\/90{
    --scrollbar-thumb: rgb(112 168 244 / 0.9) !important;
}
.scrollbar-thumb-brand-blue\/95{
    --scrollbar-thumb: rgb(112 168 244 / 0.95) !important;
}
.scrollbar-thumb-brand-dark{
    --scrollbar-thumb: #232C27 !important;
}
.scrollbar-thumb-brand-dark\/0{
    --scrollbar-thumb: rgb(35 44 39 / 0) !important;
}
.scrollbar-thumb-brand-dark\/10{
    --scrollbar-thumb: rgb(35 44 39 / 0.1) !important;
}
.scrollbar-thumb-brand-dark\/100{
    --scrollbar-thumb: rgb(35 44 39 / 1) !important;
}
.scrollbar-thumb-brand-dark\/15{
    --scrollbar-thumb: rgb(35 44 39 / 0.15) !important;
}
.scrollbar-thumb-brand-dark\/20{
    --scrollbar-thumb: rgb(35 44 39 / 0.2) !important;
}
.scrollbar-thumb-brand-dark\/25{
    --scrollbar-thumb: rgb(35 44 39 / 0.25) !important;
}
.scrollbar-thumb-brand-dark\/30{
    --scrollbar-thumb: rgb(35 44 39 / 0.3) !important;
}
.scrollbar-thumb-brand-dark\/35{
    --scrollbar-thumb: rgb(35 44 39 / 0.35) !important;
}
.scrollbar-thumb-brand-dark\/40{
    --scrollbar-thumb: rgb(35 44 39 / 0.4) !important;
}
.scrollbar-thumb-brand-dark\/45{
    --scrollbar-thumb: rgb(35 44 39 / 0.45) !important;
}
.scrollbar-thumb-brand-dark\/5{
    --scrollbar-thumb: rgb(35 44 39 / 0.05) !important;
}
.scrollbar-thumb-brand-dark\/50{
    --scrollbar-thumb: rgb(35 44 39 / 0.5) !important;
}
.scrollbar-thumb-brand-dark\/55{
    --scrollbar-thumb: rgb(35 44 39 / 0.55) !important;
}
.scrollbar-thumb-brand-dark\/60{
    --scrollbar-thumb: rgb(35 44 39 / 0.6) !important;
}
.scrollbar-thumb-brand-dark\/65{
    --scrollbar-thumb: rgb(35 44 39 / 0.65) !important;
}
.scrollbar-thumb-brand-dark\/70{
    --scrollbar-thumb: rgb(35 44 39 / 0.7) !important;
}
.scrollbar-thumb-brand-dark\/75{
    --scrollbar-thumb: rgb(35 44 39 / 0.75) !important;
}
.scrollbar-thumb-brand-dark\/80{
    --scrollbar-thumb: rgb(35 44 39 / 0.8) !important;
}
.scrollbar-thumb-brand-dark\/85{
    --scrollbar-thumb: rgb(35 44 39 / 0.85) !important;
}
.scrollbar-thumb-brand-dark\/90{
    --scrollbar-thumb: rgb(35 44 39 / 0.9) !important;
}
.scrollbar-thumb-brand-dark\/95{
    --scrollbar-thumb: rgb(35 44 39 / 0.95) !important;
}
.scrollbar-thumb-brand-green{
    --scrollbar-thumb: #48E59B !important;
}
.scrollbar-thumb-brand-green\/0{
    --scrollbar-thumb: rgb(72 229 155 / 0) !important;
}
.scrollbar-thumb-brand-green\/10{
    --scrollbar-thumb: rgb(72 229 155 / 0.1) !important;
}
.scrollbar-thumb-brand-green\/100{
    --scrollbar-thumb: rgb(72 229 155 / 1) !important;
}
.scrollbar-thumb-brand-green\/15{
    --scrollbar-thumb: rgb(72 229 155 / 0.15) !important;
}
.scrollbar-thumb-brand-green\/20{
    --scrollbar-thumb: rgb(72 229 155 / 0.2) !important;
}
.scrollbar-thumb-brand-green\/25{
    --scrollbar-thumb: rgb(72 229 155 / 0.25) !important;
}
.scrollbar-thumb-brand-green\/30{
    --scrollbar-thumb: rgb(72 229 155 / 0.3) !important;
}
.scrollbar-thumb-brand-green\/35{
    --scrollbar-thumb: rgb(72 229 155 / 0.35) !important;
}
.scrollbar-thumb-brand-green\/40{
    --scrollbar-thumb: rgb(72 229 155 / 0.4) !important;
}
.scrollbar-thumb-brand-green\/45{
    --scrollbar-thumb: rgb(72 229 155 / 0.45) !important;
}
.scrollbar-thumb-brand-green\/5{
    --scrollbar-thumb: rgb(72 229 155 / 0.05) !important;
}
.scrollbar-thumb-brand-green\/50{
    --scrollbar-thumb: rgb(72 229 155 / 0.5) !important;
}
.scrollbar-thumb-brand-green\/55{
    --scrollbar-thumb: rgb(72 229 155 / 0.55) !important;
}
.scrollbar-thumb-brand-green\/60{
    --scrollbar-thumb: rgb(72 229 155 / 0.6) !important;
}
.scrollbar-thumb-brand-green\/65{
    --scrollbar-thumb: rgb(72 229 155 / 0.65) !important;
}
.scrollbar-thumb-brand-green\/70{
    --scrollbar-thumb: rgb(72 229 155 / 0.7) !important;
}
.scrollbar-thumb-brand-green\/75{
    --scrollbar-thumb: rgb(72 229 155 / 0.75) !important;
}
.scrollbar-thumb-brand-green\/80{
    --scrollbar-thumb: rgb(72 229 155 / 0.8) !important;
}
.scrollbar-thumb-brand-green\/85{
    --scrollbar-thumb: rgb(72 229 155 / 0.85) !important;
}
.scrollbar-thumb-brand-green\/90{
    --scrollbar-thumb: rgb(72 229 155 / 0.9) !important;
}
.scrollbar-thumb-brand-green\/95{
    --scrollbar-thumb: rgb(72 229 155 / 0.95) !important;
}
.scrollbar-thumb-brand-light{
    --scrollbar-thumb: #C6EEDB !important;
}
.scrollbar-thumb-brand-light\/0{
    --scrollbar-thumb: rgb(198 238 219 / 0) !important;
}
.scrollbar-thumb-brand-light\/10{
    --scrollbar-thumb: rgb(198 238 219 / 0.1) !important;
}
.scrollbar-thumb-brand-light\/100{
    --scrollbar-thumb: rgb(198 238 219 / 1) !important;
}
.scrollbar-thumb-brand-light\/15{
    --scrollbar-thumb: rgb(198 238 219 / 0.15) !important;
}
.scrollbar-thumb-brand-light\/20{
    --scrollbar-thumb: rgb(198 238 219 / 0.2) !important;
}
.scrollbar-thumb-brand-light\/25{
    --scrollbar-thumb: rgb(198 238 219 / 0.25) !important;
}
.scrollbar-thumb-brand-light\/30{
    --scrollbar-thumb: rgb(198 238 219 / 0.3) !important;
}
.scrollbar-thumb-brand-light\/35{
    --scrollbar-thumb: rgb(198 238 219 / 0.35) !important;
}
.scrollbar-thumb-brand-light\/40{
    --scrollbar-thumb: rgb(198 238 219 / 0.4) !important;
}
.scrollbar-thumb-brand-light\/45{
    --scrollbar-thumb: rgb(198 238 219 / 0.45) !important;
}
.scrollbar-thumb-brand-light\/5{
    --scrollbar-thumb: rgb(198 238 219 / 0.05) !important;
}
.scrollbar-thumb-brand-light\/50{
    --scrollbar-thumb: rgb(198 238 219 / 0.5) !important;
}
.scrollbar-thumb-brand-light\/55{
    --scrollbar-thumb: rgb(198 238 219 / 0.55) !important;
}
.scrollbar-thumb-brand-light\/60{
    --scrollbar-thumb: rgb(198 238 219 / 0.6) !important;
}
.scrollbar-thumb-brand-light\/65{
    --scrollbar-thumb: rgb(198 238 219 / 0.65) !important;
}
.scrollbar-thumb-brand-light\/70{
    --scrollbar-thumb: rgb(198 238 219 / 0.7) !important;
}
.scrollbar-thumb-brand-light\/75{
    --scrollbar-thumb: rgb(198 238 219 / 0.75) !important;
}
.scrollbar-thumb-brand-light\/80{
    --scrollbar-thumb: rgb(198 238 219 / 0.8) !important;
}
.scrollbar-thumb-brand-light\/85{
    --scrollbar-thumb: rgb(198 238 219 / 0.85) !important;
}
.scrollbar-thumb-brand-light\/90{
    --scrollbar-thumb: rgb(198 238 219 / 0.9) !important;
}
.scrollbar-thumb-brand-light\/95{
    --scrollbar-thumb: rgb(198 238 219 / 0.95) !important;
}
.scrollbar-thumb-error{
    --scrollbar-thumb: #FF3C3C !important;
}
.scrollbar-thumb-error-10{
    --scrollbar-thumb: #291515 !important;
}
.scrollbar-thumb-error-10\/0{
    --scrollbar-thumb: rgb(41 21 21 / 0) !important;
}
.scrollbar-thumb-error-10\/10{
    --scrollbar-thumb: rgb(41 21 21 / 0.1) !important;
}
.scrollbar-thumb-error-10\/100{
    --scrollbar-thumb: rgb(41 21 21 / 1) !important;
}
.scrollbar-thumb-error-10\/15{
    --scrollbar-thumb: rgb(41 21 21 / 0.15) !important;
}
.scrollbar-thumb-error-10\/20{
    --scrollbar-thumb: rgb(41 21 21 / 0.2) !important;
}
.scrollbar-thumb-error-10\/25{
    --scrollbar-thumb: rgb(41 21 21 / 0.25) !important;
}
.scrollbar-thumb-error-10\/30{
    --scrollbar-thumb: rgb(41 21 21 / 0.3) !important;
}
.scrollbar-thumb-error-10\/35{
    --scrollbar-thumb: rgb(41 21 21 / 0.35) !important;
}
.scrollbar-thumb-error-10\/40{
    --scrollbar-thumb: rgb(41 21 21 / 0.4) !important;
}
.scrollbar-thumb-error-10\/45{
    --scrollbar-thumb: rgb(41 21 21 / 0.45) !important;
}
.scrollbar-thumb-error-10\/5{
    --scrollbar-thumb: rgb(41 21 21 / 0.05) !important;
}
.scrollbar-thumb-error-10\/50{
    --scrollbar-thumb: rgb(41 21 21 / 0.5) !important;
}
.scrollbar-thumb-error-10\/55{
    --scrollbar-thumb: rgb(41 21 21 / 0.55) !important;
}
.scrollbar-thumb-error-10\/60{
    --scrollbar-thumb: rgb(41 21 21 / 0.6) !important;
}
.scrollbar-thumb-error-10\/65{
    --scrollbar-thumb: rgb(41 21 21 / 0.65) !important;
}
.scrollbar-thumb-error-10\/70{
    --scrollbar-thumb: rgb(41 21 21 / 0.7) !important;
}
.scrollbar-thumb-error-10\/75{
    --scrollbar-thumb: rgb(41 21 21 / 0.75) !important;
}
.scrollbar-thumb-error-10\/80{
    --scrollbar-thumb: rgb(41 21 21 / 0.8) !important;
}
.scrollbar-thumb-error-10\/85{
    --scrollbar-thumb: rgb(41 21 21 / 0.85) !important;
}
.scrollbar-thumb-error-10\/90{
    --scrollbar-thumb: rgb(41 21 21 / 0.9) !important;
}
.scrollbar-thumb-error-10\/95{
    --scrollbar-thumb: rgb(41 21 21 / 0.95) !important;
}
.scrollbar-thumb-error-100{
    --scrollbar-thumb: #FFC7C7 !important;
}
.scrollbar-thumb-error-100\/0{
    --scrollbar-thumb: rgb(255 199 199 / 0) !important;
}
.scrollbar-thumb-error-100\/10{
    --scrollbar-thumb: rgb(255 199 199 / 0.1) !important;
}
.scrollbar-thumb-error-100\/100{
    --scrollbar-thumb: rgb(255 199 199 / 1) !important;
}
.scrollbar-thumb-error-100\/15{
    --scrollbar-thumb: rgb(255 199 199 / 0.15) !important;
}
.scrollbar-thumb-error-100\/20{
    --scrollbar-thumb: rgb(255 199 199 / 0.2) !important;
}
.scrollbar-thumb-error-100\/25{
    --scrollbar-thumb: rgb(255 199 199 / 0.25) !important;
}
.scrollbar-thumb-error-100\/30{
    --scrollbar-thumb: rgb(255 199 199 / 0.3) !important;
}
.scrollbar-thumb-error-100\/35{
    --scrollbar-thumb: rgb(255 199 199 / 0.35) !important;
}
.scrollbar-thumb-error-100\/40{
    --scrollbar-thumb: rgb(255 199 199 / 0.4) !important;
}
.scrollbar-thumb-error-100\/45{
    --scrollbar-thumb: rgb(255 199 199 / 0.45) !important;
}
.scrollbar-thumb-error-100\/5{
    --scrollbar-thumb: rgb(255 199 199 / 0.05) !important;
}
.scrollbar-thumb-error-100\/50{
    --scrollbar-thumb: rgb(255 199 199 / 0.5) !important;
}
.scrollbar-thumb-error-100\/55{
    --scrollbar-thumb: rgb(255 199 199 / 0.55) !important;
}
.scrollbar-thumb-error-100\/60{
    --scrollbar-thumb: rgb(255 199 199 / 0.6) !important;
}
.scrollbar-thumb-error-100\/65{
    --scrollbar-thumb: rgb(255 199 199 / 0.65) !important;
}
.scrollbar-thumb-error-100\/70{
    --scrollbar-thumb: rgb(255 199 199 / 0.7) !important;
}
.scrollbar-thumb-error-100\/75{
    --scrollbar-thumb: rgb(255 199 199 / 0.75) !important;
}
.scrollbar-thumb-error-100\/80{
    --scrollbar-thumb: rgb(255 199 199 / 0.8) !important;
}
.scrollbar-thumb-error-100\/85{
    --scrollbar-thumb: rgb(255 199 199 / 0.85) !important;
}
.scrollbar-thumb-error-100\/90{
    --scrollbar-thumb: rgb(255 199 199 / 0.9) !important;
}
.scrollbar-thumb-error-100\/95{
    --scrollbar-thumb: rgb(255 199 199 / 0.95) !important;
}
.scrollbar-thumb-error-15{
    --scrollbar-thumb: #351717 !important;
}
.scrollbar-thumb-error-15\/0{
    --scrollbar-thumb: rgb(53 23 23 / 0) !important;
}
.scrollbar-thumb-error-15\/10{
    --scrollbar-thumb: rgb(53 23 23 / 0.1) !important;
}
.scrollbar-thumb-error-15\/100{
    --scrollbar-thumb: rgb(53 23 23 / 1) !important;
}
.scrollbar-thumb-error-15\/15{
    --scrollbar-thumb: rgb(53 23 23 / 0.15) !important;
}
.scrollbar-thumb-error-15\/20{
    --scrollbar-thumb: rgb(53 23 23 / 0.2) !important;
}
.scrollbar-thumb-error-15\/25{
    --scrollbar-thumb: rgb(53 23 23 / 0.25) !important;
}
.scrollbar-thumb-error-15\/30{
    --scrollbar-thumb: rgb(53 23 23 / 0.3) !important;
}
.scrollbar-thumb-error-15\/35{
    --scrollbar-thumb: rgb(53 23 23 / 0.35) !important;
}
.scrollbar-thumb-error-15\/40{
    --scrollbar-thumb: rgb(53 23 23 / 0.4) !important;
}
.scrollbar-thumb-error-15\/45{
    --scrollbar-thumb: rgb(53 23 23 / 0.45) !important;
}
.scrollbar-thumb-error-15\/5{
    --scrollbar-thumb: rgb(53 23 23 / 0.05) !important;
}
.scrollbar-thumb-error-15\/50{
    --scrollbar-thumb: rgb(53 23 23 / 0.5) !important;
}
.scrollbar-thumb-error-15\/55{
    --scrollbar-thumb: rgb(53 23 23 / 0.55) !important;
}
.scrollbar-thumb-error-15\/60{
    --scrollbar-thumb: rgb(53 23 23 / 0.6) !important;
}
.scrollbar-thumb-error-15\/65{
    --scrollbar-thumb: rgb(53 23 23 / 0.65) !important;
}
.scrollbar-thumb-error-15\/70{
    --scrollbar-thumb: rgb(53 23 23 / 0.7) !important;
}
.scrollbar-thumb-error-15\/75{
    --scrollbar-thumb: rgb(53 23 23 / 0.75) !important;
}
.scrollbar-thumb-error-15\/80{
    --scrollbar-thumb: rgb(53 23 23 / 0.8) !important;
}
.scrollbar-thumb-error-15\/85{
    --scrollbar-thumb: rgb(53 23 23 / 0.85) !important;
}
.scrollbar-thumb-error-15\/90{
    --scrollbar-thumb: rgb(53 23 23 / 0.9) !important;
}
.scrollbar-thumb-error-15\/95{
    --scrollbar-thumb: rgb(53 23 23 / 0.95) !important;
}
.scrollbar-thumb-error-20{
    --scrollbar-thumb: #3C1919 !important;
}
.scrollbar-thumb-error-20\/0{
    --scrollbar-thumb: rgb(60 25 25 / 0) !important;
}
.scrollbar-thumb-error-20\/10{
    --scrollbar-thumb: rgb(60 25 25 / 0.1) !important;
}
.scrollbar-thumb-error-20\/100{
    --scrollbar-thumb: rgb(60 25 25 / 1) !important;
}
.scrollbar-thumb-error-20\/15{
    --scrollbar-thumb: rgb(60 25 25 / 0.15) !important;
}
.scrollbar-thumb-error-20\/20{
    --scrollbar-thumb: rgb(60 25 25 / 0.2) !important;
}
.scrollbar-thumb-error-20\/25{
    --scrollbar-thumb: rgb(60 25 25 / 0.25) !important;
}
.scrollbar-thumb-error-20\/30{
    --scrollbar-thumb: rgb(60 25 25 / 0.3) !important;
}
.scrollbar-thumb-error-20\/35{
    --scrollbar-thumb: rgb(60 25 25 / 0.35) !important;
}
.scrollbar-thumb-error-20\/40{
    --scrollbar-thumb: rgb(60 25 25 / 0.4) !important;
}
.scrollbar-thumb-error-20\/45{
    --scrollbar-thumb: rgb(60 25 25 / 0.45) !important;
}
.scrollbar-thumb-error-20\/5{
    --scrollbar-thumb: rgb(60 25 25 / 0.05) !important;
}
.scrollbar-thumb-error-20\/50{
    --scrollbar-thumb: rgb(60 25 25 / 0.5) !important;
}
.scrollbar-thumb-error-20\/55{
    --scrollbar-thumb: rgb(60 25 25 / 0.55) !important;
}
.scrollbar-thumb-error-20\/60{
    --scrollbar-thumb: rgb(60 25 25 / 0.6) !important;
}
.scrollbar-thumb-error-20\/65{
    --scrollbar-thumb: rgb(60 25 25 / 0.65) !important;
}
.scrollbar-thumb-error-20\/70{
    --scrollbar-thumb: rgb(60 25 25 / 0.7) !important;
}
.scrollbar-thumb-error-20\/75{
    --scrollbar-thumb: rgb(60 25 25 / 0.75) !important;
}
.scrollbar-thumb-error-20\/80{
    --scrollbar-thumb: rgb(60 25 25 / 0.8) !important;
}
.scrollbar-thumb-error-20\/85{
    --scrollbar-thumb: rgb(60 25 25 / 0.85) !important;
}
.scrollbar-thumb-error-20\/90{
    --scrollbar-thumb: rgb(60 25 25 / 0.9) !important;
}
.scrollbar-thumb-error-20\/95{
    --scrollbar-thumb: rgb(60 25 25 / 0.95) !important;
}
.scrollbar-thumb-error-5{
    --scrollbar-thumb: #1D1313 !important;
}
.scrollbar-thumb-error-5\/0{
    --scrollbar-thumb: rgb(29 19 19 / 0) !important;
}
.scrollbar-thumb-error-5\/10{
    --scrollbar-thumb: rgb(29 19 19 / 0.1) !important;
}
.scrollbar-thumb-error-5\/100{
    --scrollbar-thumb: rgb(29 19 19 / 1) !important;
}
.scrollbar-thumb-error-5\/15{
    --scrollbar-thumb: rgb(29 19 19 / 0.15) !important;
}
.scrollbar-thumb-error-5\/20{
    --scrollbar-thumb: rgb(29 19 19 / 0.2) !important;
}
.scrollbar-thumb-error-5\/25{
    --scrollbar-thumb: rgb(29 19 19 / 0.25) !important;
}
.scrollbar-thumb-error-5\/30{
    --scrollbar-thumb: rgb(29 19 19 / 0.3) !important;
}
.scrollbar-thumb-error-5\/35{
    --scrollbar-thumb: rgb(29 19 19 / 0.35) !important;
}
.scrollbar-thumb-error-5\/40{
    --scrollbar-thumb: rgb(29 19 19 / 0.4) !important;
}
.scrollbar-thumb-error-5\/45{
    --scrollbar-thumb: rgb(29 19 19 / 0.45) !important;
}
.scrollbar-thumb-error-5\/5{
    --scrollbar-thumb: rgb(29 19 19 / 0.05) !important;
}
.scrollbar-thumb-error-5\/50{
    --scrollbar-thumb: rgb(29 19 19 / 0.5) !important;
}
.scrollbar-thumb-error-5\/55{
    --scrollbar-thumb: rgb(29 19 19 / 0.55) !important;
}
.scrollbar-thumb-error-5\/60{
    --scrollbar-thumb: rgb(29 19 19 / 0.6) !important;
}
.scrollbar-thumb-error-5\/65{
    --scrollbar-thumb: rgb(29 19 19 / 0.65) !important;
}
.scrollbar-thumb-error-5\/70{
    --scrollbar-thumb: rgb(29 19 19 / 0.7) !important;
}
.scrollbar-thumb-error-5\/75{
    --scrollbar-thumb: rgb(29 19 19 / 0.75) !important;
}
.scrollbar-thumb-error-5\/80{
    --scrollbar-thumb: rgb(29 19 19 / 0.8) !important;
}
.scrollbar-thumb-error-5\/85{
    --scrollbar-thumb: rgb(29 19 19 / 0.85) !important;
}
.scrollbar-thumb-error-5\/90{
    --scrollbar-thumb: rgb(29 19 19 / 0.9) !important;
}
.scrollbar-thumb-error-5\/95{
    --scrollbar-thumb: rgb(29 19 19 / 0.95) !important;
}
.scrollbar-thumb-error-500{
    --scrollbar-thumb: #FF3C3C !important;
}
.scrollbar-thumb-error-500\/0{
    --scrollbar-thumb: rgb(255 60 60 / 0) !important;
}
.scrollbar-thumb-error-500\/10{
    --scrollbar-thumb: rgb(255 60 60 / 0.1) !important;
}
.scrollbar-thumb-error-500\/100{
    --scrollbar-thumb: rgb(255 60 60 / 1) !important;
}
.scrollbar-thumb-error-500\/15{
    --scrollbar-thumb: rgb(255 60 60 / 0.15) !important;
}
.scrollbar-thumb-error-500\/20{
    --scrollbar-thumb: rgb(255 60 60 / 0.2) !important;
}
.scrollbar-thumb-error-500\/25{
    --scrollbar-thumb: rgb(255 60 60 / 0.25) !important;
}
.scrollbar-thumb-error-500\/30{
    --scrollbar-thumb: rgb(255 60 60 / 0.3) !important;
}
.scrollbar-thumb-error-500\/35{
    --scrollbar-thumb: rgb(255 60 60 / 0.35) !important;
}
.scrollbar-thumb-error-500\/40{
    --scrollbar-thumb: rgb(255 60 60 / 0.4) !important;
}
.scrollbar-thumb-error-500\/45{
    --scrollbar-thumb: rgb(255 60 60 / 0.45) !important;
}
.scrollbar-thumb-error-500\/5{
    --scrollbar-thumb: rgb(255 60 60 / 0.05) !important;
}
.scrollbar-thumb-error-500\/50{
    --scrollbar-thumb: rgb(255 60 60 / 0.5) !important;
}
.scrollbar-thumb-error-500\/55{
    --scrollbar-thumb: rgb(255 60 60 / 0.55) !important;
}
.scrollbar-thumb-error-500\/60{
    --scrollbar-thumb: rgb(255 60 60 / 0.6) !important;
}
.scrollbar-thumb-error-500\/65{
    --scrollbar-thumb: rgb(255 60 60 / 0.65) !important;
}
.scrollbar-thumb-error-500\/70{
    --scrollbar-thumb: rgb(255 60 60 / 0.7) !important;
}
.scrollbar-thumb-error-500\/75{
    --scrollbar-thumb: rgb(255 60 60 / 0.75) !important;
}
.scrollbar-thumb-error-500\/80{
    --scrollbar-thumb: rgb(255 60 60 / 0.8) !important;
}
.scrollbar-thumb-error-500\/85{
    --scrollbar-thumb: rgb(255 60 60 / 0.85) !important;
}
.scrollbar-thumb-error-500\/90{
    --scrollbar-thumb: rgb(255 60 60 / 0.9) !important;
}
.scrollbar-thumb-error-500\/95{
    --scrollbar-thumb: rgb(255 60 60 / 0.95) !important;
}
.scrollbar-thumb-error-900{
    --scrollbar-thumb: #3C1919 !important;
}
.scrollbar-thumb-error-900\/0{
    --scrollbar-thumb: rgb(60 25 25 / 0) !important;
}
.scrollbar-thumb-error-900\/10{
    --scrollbar-thumb: rgb(60 25 25 / 0.1) !important;
}
.scrollbar-thumb-error-900\/100{
    --scrollbar-thumb: rgb(60 25 25 / 1) !important;
}
.scrollbar-thumb-error-900\/15{
    --scrollbar-thumb: rgb(60 25 25 / 0.15) !important;
}
.scrollbar-thumb-error-900\/20{
    --scrollbar-thumb: rgb(60 25 25 / 0.2) !important;
}
.scrollbar-thumb-error-900\/25{
    --scrollbar-thumb: rgb(60 25 25 / 0.25) !important;
}
.scrollbar-thumb-error-900\/30{
    --scrollbar-thumb: rgb(60 25 25 / 0.3) !important;
}
.scrollbar-thumb-error-900\/35{
    --scrollbar-thumb: rgb(60 25 25 / 0.35) !important;
}
.scrollbar-thumb-error-900\/40{
    --scrollbar-thumb: rgb(60 25 25 / 0.4) !important;
}
.scrollbar-thumb-error-900\/45{
    --scrollbar-thumb: rgb(60 25 25 / 0.45) !important;
}
.scrollbar-thumb-error-900\/5{
    --scrollbar-thumb: rgb(60 25 25 / 0.05) !important;
}
.scrollbar-thumb-error-900\/50{
    --scrollbar-thumb: rgb(60 25 25 / 0.5) !important;
}
.scrollbar-thumb-error-900\/55{
    --scrollbar-thumb: rgb(60 25 25 / 0.55) !important;
}
.scrollbar-thumb-error-900\/60{
    --scrollbar-thumb: rgb(60 25 25 / 0.6) !important;
}
.scrollbar-thumb-error-900\/65{
    --scrollbar-thumb: rgb(60 25 25 / 0.65) !important;
}
.scrollbar-thumb-error-900\/70{
    --scrollbar-thumb: rgb(60 25 25 / 0.7) !important;
}
.scrollbar-thumb-error-900\/75{
    --scrollbar-thumb: rgb(60 25 25 / 0.75) !important;
}
.scrollbar-thumb-error-900\/80{
    --scrollbar-thumb: rgb(60 25 25 / 0.8) !important;
}
.scrollbar-thumb-error-900\/85{
    --scrollbar-thumb: rgb(60 25 25 / 0.85) !important;
}
.scrollbar-thumb-error-900\/90{
    --scrollbar-thumb: rgb(60 25 25 / 0.9) !important;
}
.scrollbar-thumb-error-900\/95{
    --scrollbar-thumb: rgb(60 25 25 / 0.95) !important;
}
.scrollbar-thumb-error-light{
    --scrollbar-thumb: #FFC7C7 !important;
}
.scrollbar-thumb-error-light\/0{
    --scrollbar-thumb: rgb(255 199 199 / 0) !important;
}
.scrollbar-thumb-error-light\/10{
    --scrollbar-thumb: rgb(255 199 199 / 0.1) !important;
}
.scrollbar-thumb-error-light\/100{
    --scrollbar-thumb: rgb(255 199 199 / 1) !important;
}
.scrollbar-thumb-error-light\/15{
    --scrollbar-thumb: rgb(255 199 199 / 0.15) !important;
}
.scrollbar-thumb-error-light\/20{
    --scrollbar-thumb: rgb(255 199 199 / 0.2) !important;
}
.scrollbar-thumb-error-light\/25{
    --scrollbar-thumb: rgb(255 199 199 / 0.25) !important;
}
.scrollbar-thumb-error-light\/30{
    --scrollbar-thumb: rgb(255 199 199 / 0.3) !important;
}
.scrollbar-thumb-error-light\/35{
    --scrollbar-thumb: rgb(255 199 199 / 0.35) !important;
}
.scrollbar-thumb-error-light\/40{
    --scrollbar-thumb: rgb(255 199 199 / 0.4) !important;
}
.scrollbar-thumb-error-light\/45{
    --scrollbar-thumb: rgb(255 199 199 / 0.45) !important;
}
.scrollbar-thumb-error-light\/5{
    --scrollbar-thumb: rgb(255 199 199 / 0.05) !important;
}
.scrollbar-thumb-error-light\/50{
    --scrollbar-thumb: rgb(255 199 199 / 0.5) !important;
}
.scrollbar-thumb-error-light\/55{
    --scrollbar-thumb: rgb(255 199 199 / 0.55) !important;
}
.scrollbar-thumb-error-light\/60{
    --scrollbar-thumb: rgb(255 199 199 / 0.6) !important;
}
.scrollbar-thumb-error-light\/65{
    --scrollbar-thumb: rgb(255 199 199 / 0.65) !important;
}
.scrollbar-thumb-error-light\/70{
    --scrollbar-thumb: rgb(255 199 199 / 0.7) !important;
}
.scrollbar-thumb-error-light\/75{
    --scrollbar-thumb: rgb(255 199 199 / 0.75) !important;
}
.scrollbar-thumb-error-light\/80{
    --scrollbar-thumb: rgb(255 199 199 / 0.8) !important;
}
.scrollbar-thumb-error-light\/85{
    --scrollbar-thumb: rgb(255 199 199 / 0.85) !important;
}
.scrollbar-thumb-error-light\/90{
    --scrollbar-thumb: rgb(255 199 199 / 0.9) !important;
}
.scrollbar-thumb-error-light\/95{
    --scrollbar-thumb: rgb(255 199 199 / 0.95) !important;
}
.scrollbar-thumb-error\/0{
    --scrollbar-thumb: rgb(255 60 60 / 0) !important;
}
.scrollbar-thumb-error\/10{
    --scrollbar-thumb: rgb(255 60 60 / 0.1) !important;
}
.scrollbar-thumb-error\/100{
    --scrollbar-thumb: rgb(255 60 60 / 1) !important;
}
.scrollbar-thumb-error\/15{
    --scrollbar-thumb: rgb(255 60 60 / 0.15) !important;
}
.scrollbar-thumb-error\/20{
    --scrollbar-thumb: rgb(255 60 60 / 0.2) !important;
}
.scrollbar-thumb-error\/25{
    --scrollbar-thumb: rgb(255 60 60 / 0.25) !important;
}
.scrollbar-thumb-error\/30{
    --scrollbar-thumb: rgb(255 60 60 / 0.3) !important;
}
.scrollbar-thumb-error\/35{
    --scrollbar-thumb: rgb(255 60 60 / 0.35) !important;
}
.scrollbar-thumb-error\/40{
    --scrollbar-thumb: rgb(255 60 60 / 0.4) !important;
}
.scrollbar-thumb-error\/45{
    --scrollbar-thumb: rgb(255 60 60 / 0.45) !important;
}
.scrollbar-thumb-error\/5{
    --scrollbar-thumb: rgb(255 60 60 / 0.05) !important;
}
.scrollbar-thumb-error\/50{
    --scrollbar-thumb: rgb(255 60 60 / 0.5) !important;
}
.scrollbar-thumb-error\/55{
    --scrollbar-thumb: rgb(255 60 60 / 0.55) !important;
}
.scrollbar-thumb-error\/60{
    --scrollbar-thumb: rgb(255 60 60 / 0.6) !important;
}
.scrollbar-thumb-error\/65{
    --scrollbar-thumb: rgb(255 60 60 / 0.65) !important;
}
.scrollbar-thumb-error\/70{
    --scrollbar-thumb: rgb(255 60 60 / 0.7) !important;
}
.scrollbar-thumb-error\/75{
    --scrollbar-thumb: rgb(255 60 60 / 0.75) !important;
}
.scrollbar-thumb-error\/80{
    --scrollbar-thumb: rgb(255 60 60 / 0.8) !important;
}
.scrollbar-thumb-error\/85{
    --scrollbar-thumb: rgb(255 60 60 / 0.85) !important;
}
.scrollbar-thumb-error\/90{
    --scrollbar-thumb: rgb(255 60 60 / 0.9) !important;
}
.scrollbar-thumb-error\/95{
    --scrollbar-thumb: rgb(255 60 60 / 0.95) !important;
}
.scrollbar-thumb-primary{
    --scrollbar-thumb: #48E59B !important;
}
.scrollbar-thumb-primary-20{
    --scrollbar-thumb: #1C3B2D !important;
}
.scrollbar-thumb-primary-20\/0{
    --scrollbar-thumb: rgb(28 59 45 / 0) !important;
}
.scrollbar-thumb-primary-20\/10{
    --scrollbar-thumb: rgb(28 59 45 / 0.1) !important;
}
.scrollbar-thumb-primary-20\/100{
    --scrollbar-thumb: rgb(28 59 45 / 1) !important;
}
.scrollbar-thumb-primary-20\/15{
    --scrollbar-thumb: rgb(28 59 45 / 0.15) !important;
}
.scrollbar-thumb-primary-20\/20{
    --scrollbar-thumb: rgb(28 59 45 / 0.2) !important;
}
.scrollbar-thumb-primary-20\/25{
    --scrollbar-thumb: rgb(28 59 45 / 0.25) !important;
}
.scrollbar-thumb-primary-20\/30{
    --scrollbar-thumb: rgb(28 59 45 / 0.3) !important;
}
.scrollbar-thumb-primary-20\/35{
    --scrollbar-thumb: rgb(28 59 45 / 0.35) !important;
}
.scrollbar-thumb-primary-20\/40{
    --scrollbar-thumb: rgb(28 59 45 / 0.4) !important;
}
.scrollbar-thumb-primary-20\/45{
    --scrollbar-thumb: rgb(28 59 45 / 0.45) !important;
}
.scrollbar-thumb-primary-20\/5{
    --scrollbar-thumb: rgb(28 59 45 / 0.05) !important;
}
.scrollbar-thumb-primary-20\/50{
    --scrollbar-thumb: rgb(28 59 45 / 0.5) !important;
}
.scrollbar-thumb-primary-20\/55{
    --scrollbar-thumb: rgb(28 59 45 / 0.55) !important;
}
.scrollbar-thumb-primary-20\/60{
    --scrollbar-thumb: rgb(28 59 45 / 0.6) !important;
}
.scrollbar-thumb-primary-20\/65{
    --scrollbar-thumb: rgb(28 59 45 / 0.65) !important;
}
.scrollbar-thumb-primary-20\/70{
    --scrollbar-thumb: rgb(28 59 45 / 0.7) !important;
}
.scrollbar-thumb-primary-20\/75{
    --scrollbar-thumb: rgb(28 59 45 / 0.75) !important;
}
.scrollbar-thumb-primary-20\/80{
    --scrollbar-thumb: rgb(28 59 45 / 0.8) !important;
}
.scrollbar-thumb-primary-20\/85{
    --scrollbar-thumb: rgb(28 59 45 / 0.85) !important;
}
.scrollbar-thumb-primary-20\/90{
    --scrollbar-thumb: rgb(28 59 45 / 0.9) !important;
}
.scrollbar-thumb-primary-20\/95{
    --scrollbar-thumb: rgb(28 59 45 / 0.95) !important;
}
.scrollbar-thumb-primary-200{
    --scrollbar-thumb: #C6EEDB !important;
}
.scrollbar-thumb-primary-200\/0{
    --scrollbar-thumb: rgb(198 238 219 / 0) !important;
}
.scrollbar-thumb-primary-200\/10{
    --scrollbar-thumb: rgb(198 238 219 / 0.1) !important;
}
.scrollbar-thumb-primary-200\/100{
    --scrollbar-thumb: rgb(198 238 219 / 1) !important;
}
.scrollbar-thumb-primary-200\/15{
    --scrollbar-thumb: rgb(198 238 219 / 0.15) !important;
}
.scrollbar-thumb-primary-200\/20{
    --scrollbar-thumb: rgb(198 238 219 / 0.2) !important;
}
.scrollbar-thumb-primary-200\/25{
    --scrollbar-thumb: rgb(198 238 219 / 0.25) !important;
}
.scrollbar-thumb-primary-200\/30{
    --scrollbar-thumb: rgb(198 238 219 / 0.3) !important;
}
.scrollbar-thumb-primary-200\/35{
    --scrollbar-thumb: rgb(198 238 219 / 0.35) !important;
}
.scrollbar-thumb-primary-200\/40{
    --scrollbar-thumb: rgb(198 238 219 / 0.4) !important;
}
.scrollbar-thumb-primary-200\/45{
    --scrollbar-thumb: rgb(198 238 219 / 0.45) !important;
}
.scrollbar-thumb-primary-200\/5{
    --scrollbar-thumb: rgb(198 238 219 / 0.05) !important;
}
.scrollbar-thumb-primary-200\/50{
    --scrollbar-thumb: rgb(198 238 219 / 0.5) !important;
}
.scrollbar-thumb-primary-200\/55{
    --scrollbar-thumb: rgb(198 238 219 / 0.55) !important;
}
.scrollbar-thumb-primary-200\/60{
    --scrollbar-thumb: rgb(198 238 219 / 0.6) !important;
}
.scrollbar-thumb-primary-200\/65{
    --scrollbar-thumb: rgb(198 238 219 / 0.65) !important;
}
.scrollbar-thumb-primary-200\/70{
    --scrollbar-thumb: rgb(198 238 219 / 0.7) !important;
}
.scrollbar-thumb-primary-200\/75{
    --scrollbar-thumb: rgb(198 238 219 / 0.75) !important;
}
.scrollbar-thumb-primary-200\/80{
    --scrollbar-thumb: rgb(198 238 219 / 0.8) !important;
}
.scrollbar-thumb-primary-200\/85{
    --scrollbar-thumb: rgb(198 238 219 / 0.85) !important;
}
.scrollbar-thumb-primary-200\/90{
    --scrollbar-thumb: rgb(198 238 219 / 0.9) !important;
}
.scrollbar-thumb-primary-200\/95{
    --scrollbar-thumb: rgb(198 238 219 / 0.95) !important;
}
.scrollbar-thumb-primary-5{
    --scrollbar-thumb: #141C18 !important;
}
.scrollbar-thumb-primary-5\/0{
    --scrollbar-thumb: rgb(20 28 24 / 0) !important;
}
.scrollbar-thumb-primary-5\/10{
    --scrollbar-thumb: rgb(20 28 24 / 0.1) !important;
}
.scrollbar-thumb-primary-5\/100{
    --scrollbar-thumb: rgb(20 28 24 / 1) !important;
}
.scrollbar-thumb-primary-5\/15{
    --scrollbar-thumb: rgb(20 28 24 / 0.15) !important;
}
.scrollbar-thumb-primary-5\/20{
    --scrollbar-thumb: rgb(20 28 24 / 0.2) !important;
}
.scrollbar-thumb-primary-5\/25{
    --scrollbar-thumb: rgb(20 28 24 / 0.25) !important;
}
.scrollbar-thumb-primary-5\/30{
    --scrollbar-thumb: rgb(20 28 24 / 0.3) !important;
}
.scrollbar-thumb-primary-5\/35{
    --scrollbar-thumb: rgb(20 28 24 / 0.35) !important;
}
.scrollbar-thumb-primary-5\/40{
    --scrollbar-thumb: rgb(20 28 24 / 0.4) !important;
}
.scrollbar-thumb-primary-5\/45{
    --scrollbar-thumb: rgb(20 28 24 / 0.45) !important;
}
.scrollbar-thumb-primary-5\/5{
    --scrollbar-thumb: rgb(20 28 24 / 0.05) !important;
}
.scrollbar-thumb-primary-5\/50{
    --scrollbar-thumb: rgb(20 28 24 / 0.5) !important;
}
.scrollbar-thumb-primary-5\/55{
    --scrollbar-thumb: rgb(20 28 24 / 0.55) !important;
}
.scrollbar-thumb-primary-5\/60{
    --scrollbar-thumb: rgb(20 28 24 / 0.6) !important;
}
.scrollbar-thumb-primary-5\/65{
    --scrollbar-thumb: rgb(20 28 24 / 0.65) !important;
}
.scrollbar-thumb-primary-5\/70{
    --scrollbar-thumb: rgb(20 28 24 / 0.7) !important;
}
.scrollbar-thumb-primary-5\/75{
    --scrollbar-thumb: rgb(20 28 24 / 0.75) !important;
}
.scrollbar-thumb-primary-5\/80{
    --scrollbar-thumb: rgb(20 28 24 / 0.8) !important;
}
.scrollbar-thumb-primary-5\/85{
    --scrollbar-thumb: rgb(20 28 24 / 0.85) !important;
}
.scrollbar-thumb-primary-5\/90{
    --scrollbar-thumb: rgb(20 28 24 / 0.9) !important;
}
.scrollbar-thumb-primary-5\/95{
    --scrollbar-thumb: rgb(20 28 24 / 0.95) !important;
}
.scrollbar-thumb-primary-500{
    --scrollbar-thumb: #48E59B !important;
}
.scrollbar-thumb-primary-500\/0{
    --scrollbar-thumb: rgb(72 229 155 / 0) !important;
}
.scrollbar-thumb-primary-500\/10{
    --scrollbar-thumb: rgb(72 229 155 / 0.1) !important;
}
.scrollbar-thumb-primary-500\/100{
    --scrollbar-thumb: rgb(72 229 155 / 1) !important;
}
.scrollbar-thumb-primary-500\/15{
    --scrollbar-thumb: rgb(72 229 155 / 0.15) !important;
}
.scrollbar-thumb-primary-500\/20{
    --scrollbar-thumb: rgb(72 229 155 / 0.2) !important;
}
.scrollbar-thumb-primary-500\/25{
    --scrollbar-thumb: rgb(72 229 155 / 0.25) !important;
}
.scrollbar-thumb-primary-500\/30{
    --scrollbar-thumb: rgb(72 229 155 / 0.3) !important;
}
.scrollbar-thumb-primary-500\/35{
    --scrollbar-thumb: rgb(72 229 155 / 0.35) !important;
}
.scrollbar-thumb-primary-500\/40{
    --scrollbar-thumb: rgb(72 229 155 / 0.4) !important;
}
.scrollbar-thumb-primary-500\/45{
    --scrollbar-thumb: rgb(72 229 155 / 0.45) !important;
}
.scrollbar-thumb-primary-500\/5{
    --scrollbar-thumb: rgb(72 229 155 / 0.05) !important;
}
.scrollbar-thumb-primary-500\/50{
    --scrollbar-thumb: rgb(72 229 155 / 0.5) !important;
}
.scrollbar-thumb-primary-500\/55{
    --scrollbar-thumb: rgb(72 229 155 / 0.55) !important;
}
.scrollbar-thumb-primary-500\/60{
    --scrollbar-thumb: rgb(72 229 155 / 0.6) !important;
}
.scrollbar-thumb-primary-500\/65{
    --scrollbar-thumb: rgb(72 229 155 / 0.65) !important;
}
.scrollbar-thumb-primary-500\/70{
    --scrollbar-thumb: rgb(72 229 155 / 0.7) !important;
}
.scrollbar-thumb-primary-500\/75{
    --scrollbar-thumb: rgb(72 229 155 / 0.75) !important;
}
.scrollbar-thumb-primary-500\/80{
    --scrollbar-thumb: rgb(72 229 155 / 0.8) !important;
}
.scrollbar-thumb-primary-500\/85{
    --scrollbar-thumb: rgb(72 229 155 / 0.85) !important;
}
.scrollbar-thumb-primary-500\/90{
    --scrollbar-thumb: rgb(72 229 155 / 0.9) !important;
}
.scrollbar-thumb-primary-500\/95{
    --scrollbar-thumb: rgb(72 229 155 / 0.95) !important;
}
.scrollbar-thumb-primary-60{
    --scrollbar-thumb: #399B6D !important;
}
.scrollbar-thumb-primary-60\/0{
    --scrollbar-thumb: rgb(57 155 109 / 0) !important;
}
.scrollbar-thumb-primary-60\/10{
    --scrollbar-thumb: rgb(57 155 109 / 0.1) !important;
}
.scrollbar-thumb-primary-60\/100{
    --scrollbar-thumb: rgb(57 155 109 / 1) !important;
}
.scrollbar-thumb-primary-60\/15{
    --scrollbar-thumb: rgb(57 155 109 / 0.15) !important;
}
.scrollbar-thumb-primary-60\/20{
    --scrollbar-thumb: rgb(57 155 109 / 0.2) !important;
}
.scrollbar-thumb-primary-60\/25{
    --scrollbar-thumb: rgb(57 155 109 / 0.25) !important;
}
.scrollbar-thumb-primary-60\/30{
    --scrollbar-thumb: rgb(57 155 109 / 0.3) !important;
}
.scrollbar-thumb-primary-60\/35{
    --scrollbar-thumb: rgb(57 155 109 / 0.35) !important;
}
.scrollbar-thumb-primary-60\/40{
    --scrollbar-thumb: rgb(57 155 109 / 0.4) !important;
}
.scrollbar-thumb-primary-60\/45{
    --scrollbar-thumb: rgb(57 155 109 / 0.45) !important;
}
.scrollbar-thumb-primary-60\/5{
    --scrollbar-thumb: rgb(57 155 109 / 0.05) !important;
}
.scrollbar-thumb-primary-60\/50{
    --scrollbar-thumb: rgb(57 155 109 / 0.5) !important;
}
.scrollbar-thumb-primary-60\/55{
    --scrollbar-thumb: rgb(57 155 109 / 0.55) !important;
}
.scrollbar-thumb-primary-60\/60{
    --scrollbar-thumb: rgb(57 155 109 / 0.6) !important;
}
.scrollbar-thumb-primary-60\/65{
    --scrollbar-thumb: rgb(57 155 109 / 0.65) !important;
}
.scrollbar-thumb-primary-60\/70{
    --scrollbar-thumb: rgb(57 155 109 / 0.7) !important;
}
.scrollbar-thumb-primary-60\/75{
    --scrollbar-thumb: rgb(57 155 109 / 0.75) !important;
}
.scrollbar-thumb-primary-60\/80{
    --scrollbar-thumb: rgb(57 155 109 / 0.8) !important;
}
.scrollbar-thumb-primary-60\/85{
    --scrollbar-thumb: rgb(57 155 109 / 0.85) !important;
}
.scrollbar-thumb-primary-60\/90{
    --scrollbar-thumb: rgb(57 155 109 / 0.9) !important;
}
.scrollbar-thumb-primary-60\/95{
    --scrollbar-thumb: rgb(57 155 109 / 0.95) !important;
}
.scrollbar-thumb-primary-600{
    --scrollbar-thumb: #3DBB7F !important;
}
.scrollbar-thumb-primary-600\/0{
    --scrollbar-thumb: rgb(61 187 127 / 0) !important;
}
.scrollbar-thumb-primary-600\/10{
    --scrollbar-thumb: rgb(61 187 127 / 0.1) !important;
}
.scrollbar-thumb-primary-600\/100{
    --scrollbar-thumb: rgb(61 187 127 / 1) !important;
}
.scrollbar-thumb-primary-600\/15{
    --scrollbar-thumb: rgb(61 187 127 / 0.15) !important;
}
.scrollbar-thumb-primary-600\/20{
    --scrollbar-thumb: rgb(61 187 127 / 0.2) !important;
}
.scrollbar-thumb-primary-600\/25{
    --scrollbar-thumb: rgb(61 187 127 / 0.25) !important;
}
.scrollbar-thumb-primary-600\/30{
    --scrollbar-thumb: rgb(61 187 127 / 0.3) !important;
}
.scrollbar-thumb-primary-600\/35{
    --scrollbar-thumb: rgb(61 187 127 / 0.35) !important;
}
.scrollbar-thumb-primary-600\/40{
    --scrollbar-thumb: rgb(61 187 127 / 0.4) !important;
}
.scrollbar-thumb-primary-600\/45{
    --scrollbar-thumb: rgb(61 187 127 / 0.45) !important;
}
.scrollbar-thumb-primary-600\/5{
    --scrollbar-thumb: rgb(61 187 127 / 0.05) !important;
}
.scrollbar-thumb-primary-600\/50{
    --scrollbar-thumb: rgb(61 187 127 / 0.5) !important;
}
.scrollbar-thumb-primary-600\/55{
    --scrollbar-thumb: rgb(61 187 127 / 0.55) !important;
}
.scrollbar-thumb-primary-600\/60{
    --scrollbar-thumb: rgb(61 187 127 / 0.6) !important;
}
.scrollbar-thumb-primary-600\/65{
    --scrollbar-thumb: rgb(61 187 127 / 0.65) !important;
}
.scrollbar-thumb-primary-600\/70{
    --scrollbar-thumb: rgb(61 187 127 / 0.7) !important;
}
.scrollbar-thumb-primary-600\/75{
    --scrollbar-thumb: rgb(61 187 127 / 0.75) !important;
}
.scrollbar-thumb-primary-600\/80{
    --scrollbar-thumb: rgb(61 187 127 / 0.8) !important;
}
.scrollbar-thumb-primary-600\/85{
    --scrollbar-thumb: rgb(61 187 127 / 0.85) !important;
}
.scrollbar-thumb-primary-600\/90{
    --scrollbar-thumb: rgb(61 187 127 / 0.9) !important;
}
.scrollbar-thumb-primary-600\/95{
    --scrollbar-thumb: rgb(61 187 127 / 0.95) !important;
}
.scrollbar-thumb-primary-700{
    --scrollbar-thumb: #399B6D !important;
}
.scrollbar-thumb-primary-700\/0{
    --scrollbar-thumb: rgb(57 155 109 / 0) !important;
}
.scrollbar-thumb-primary-700\/10{
    --scrollbar-thumb: rgb(57 155 109 / 0.1) !important;
}
.scrollbar-thumb-primary-700\/100{
    --scrollbar-thumb: rgb(57 155 109 / 1) !important;
}
.scrollbar-thumb-primary-700\/15{
    --scrollbar-thumb: rgb(57 155 109 / 0.15) !important;
}
.scrollbar-thumb-primary-700\/20{
    --scrollbar-thumb: rgb(57 155 109 / 0.2) !important;
}
.scrollbar-thumb-primary-700\/25{
    --scrollbar-thumb: rgb(57 155 109 / 0.25) !important;
}
.scrollbar-thumb-primary-700\/30{
    --scrollbar-thumb: rgb(57 155 109 / 0.3) !important;
}
.scrollbar-thumb-primary-700\/35{
    --scrollbar-thumb: rgb(57 155 109 / 0.35) !important;
}
.scrollbar-thumb-primary-700\/40{
    --scrollbar-thumb: rgb(57 155 109 / 0.4) !important;
}
.scrollbar-thumb-primary-700\/45{
    --scrollbar-thumb: rgb(57 155 109 / 0.45) !important;
}
.scrollbar-thumb-primary-700\/5{
    --scrollbar-thumb: rgb(57 155 109 / 0.05) !important;
}
.scrollbar-thumb-primary-700\/50{
    --scrollbar-thumb: rgb(57 155 109 / 0.5) !important;
}
.scrollbar-thumb-primary-700\/55{
    --scrollbar-thumb: rgb(57 155 109 / 0.55) !important;
}
.scrollbar-thumb-primary-700\/60{
    --scrollbar-thumb: rgb(57 155 109 / 0.6) !important;
}
.scrollbar-thumb-primary-700\/65{
    --scrollbar-thumb: rgb(57 155 109 / 0.65) !important;
}
.scrollbar-thumb-primary-700\/70{
    --scrollbar-thumb: rgb(57 155 109 / 0.7) !important;
}
.scrollbar-thumb-primary-700\/75{
    --scrollbar-thumb: rgb(57 155 109 / 0.75) !important;
}
.scrollbar-thumb-primary-700\/80{
    --scrollbar-thumb: rgb(57 155 109 / 0.8) !important;
}
.scrollbar-thumb-primary-700\/85{
    --scrollbar-thumb: rgb(57 155 109 / 0.85) !important;
}
.scrollbar-thumb-primary-700\/90{
    --scrollbar-thumb: rgb(57 155 109 / 0.9) !important;
}
.scrollbar-thumb-primary-700\/95{
    --scrollbar-thumb: rgb(57 155 109 / 0.95) !important;
}
.scrollbar-thumb-primary-80{
    --scrollbar-thumb: #3DBB7F !important;
}
.scrollbar-thumb-primary-80\/0{
    --scrollbar-thumb: rgb(61 187 127 / 0) !important;
}
.scrollbar-thumb-primary-80\/10{
    --scrollbar-thumb: rgb(61 187 127 / 0.1) !important;
}
.scrollbar-thumb-primary-80\/100{
    --scrollbar-thumb: rgb(61 187 127 / 1) !important;
}
.scrollbar-thumb-primary-80\/15{
    --scrollbar-thumb: rgb(61 187 127 / 0.15) !important;
}
.scrollbar-thumb-primary-80\/20{
    --scrollbar-thumb: rgb(61 187 127 / 0.2) !important;
}
.scrollbar-thumb-primary-80\/25{
    --scrollbar-thumb: rgb(61 187 127 / 0.25) !important;
}
.scrollbar-thumb-primary-80\/30{
    --scrollbar-thumb: rgb(61 187 127 / 0.3) !important;
}
.scrollbar-thumb-primary-80\/35{
    --scrollbar-thumb: rgb(61 187 127 / 0.35) !important;
}
.scrollbar-thumb-primary-80\/40{
    --scrollbar-thumb: rgb(61 187 127 / 0.4) !important;
}
.scrollbar-thumb-primary-80\/45{
    --scrollbar-thumb: rgb(61 187 127 / 0.45) !important;
}
.scrollbar-thumb-primary-80\/5{
    --scrollbar-thumb: rgb(61 187 127 / 0.05) !important;
}
.scrollbar-thumb-primary-80\/50{
    --scrollbar-thumb: rgb(61 187 127 / 0.5) !important;
}
.scrollbar-thumb-primary-80\/55{
    --scrollbar-thumb: rgb(61 187 127 / 0.55) !important;
}
.scrollbar-thumb-primary-80\/60{
    --scrollbar-thumb: rgb(61 187 127 / 0.6) !important;
}
.scrollbar-thumb-primary-80\/65{
    --scrollbar-thumb: rgb(61 187 127 / 0.65) !important;
}
.scrollbar-thumb-primary-80\/70{
    --scrollbar-thumb: rgb(61 187 127 / 0.7) !important;
}
.scrollbar-thumb-primary-80\/75{
    --scrollbar-thumb: rgb(61 187 127 / 0.75) !important;
}
.scrollbar-thumb-primary-80\/80{
    --scrollbar-thumb: rgb(61 187 127 / 0.8) !important;
}
.scrollbar-thumb-primary-80\/85{
    --scrollbar-thumb: rgb(61 187 127 / 0.85) !important;
}
.scrollbar-thumb-primary-80\/90{
    --scrollbar-thumb: rgb(61 187 127 / 0.9) !important;
}
.scrollbar-thumb-primary-80\/95{
    --scrollbar-thumb: rgb(61 187 127 / 0.95) !important;
}
.scrollbar-thumb-primary-800{
    --scrollbar-thumb: #0A4429 !important;
}
.scrollbar-thumb-primary-800\/0{
    --scrollbar-thumb: rgb(10 68 41 / 0) !important;
}
.scrollbar-thumb-primary-800\/10{
    --scrollbar-thumb: rgb(10 68 41 / 0.1) !important;
}
.scrollbar-thumb-primary-800\/100{
    --scrollbar-thumb: rgb(10 68 41 / 1) !important;
}
.scrollbar-thumb-primary-800\/15{
    --scrollbar-thumb: rgb(10 68 41 / 0.15) !important;
}
.scrollbar-thumb-primary-800\/20{
    --scrollbar-thumb: rgb(10 68 41 / 0.2) !important;
}
.scrollbar-thumb-primary-800\/25{
    --scrollbar-thumb: rgb(10 68 41 / 0.25) !important;
}
.scrollbar-thumb-primary-800\/30{
    --scrollbar-thumb: rgb(10 68 41 / 0.3) !important;
}
.scrollbar-thumb-primary-800\/35{
    --scrollbar-thumb: rgb(10 68 41 / 0.35) !important;
}
.scrollbar-thumb-primary-800\/40{
    --scrollbar-thumb: rgb(10 68 41 / 0.4) !important;
}
.scrollbar-thumb-primary-800\/45{
    --scrollbar-thumb: rgb(10 68 41 / 0.45) !important;
}
.scrollbar-thumb-primary-800\/5{
    --scrollbar-thumb: rgb(10 68 41 / 0.05) !important;
}
.scrollbar-thumb-primary-800\/50{
    --scrollbar-thumb: rgb(10 68 41 / 0.5) !important;
}
.scrollbar-thumb-primary-800\/55{
    --scrollbar-thumb: rgb(10 68 41 / 0.55) !important;
}
.scrollbar-thumb-primary-800\/60{
    --scrollbar-thumb: rgb(10 68 41 / 0.6) !important;
}
.scrollbar-thumb-primary-800\/65{
    --scrollbar-thumb: rgb(10 68 41 / 0.65) !important;
}
.scrollbar-thumb-primary-800\/70{
    --scrollbar-thumb: rgb(10 68 41 / 0.7) !important;
}
.scrollbar-thumb-primary-800\/75{
    --scrollbar-thumb: rgb(10 68 41 / 0.75) !important;
}
.scrollbar-thumb-primary-800\/80{
    --scrollbar-thumb: rgb(10 68 41 / 0.8) !important;
}
.scrollbar-thumb-primary-800\/85{
    --scrollbar-thumb: rgb(10 68 41 / 0.85) !important;
}
.scrollbar-thumb-primary-800\/90{
    --scrollbar-thumb: rgb(10 68 41 / 0.9) !important;
}
.scrollbar-thumb-primary-800\/95{
    --scrollbar-thumb: rgb(10 68 41 / 0.95) !important;
}
.scrollbar-thumb-primary-900{
    --scrollbar-thumb: #1C3B2D !important;
}
.scrollbar-thumb-primary-900\/0{
    --scrollbar-thumb: rgb(28 59 45 / 0) !important;
}
.scrollbar-thumb-primary-900\/10{
    --scrollbar-thumb: rgb(28 59 45 / 0.1) !important;
}
.scrollbar-thumb-primary-900\/100{
    --scrollbar-thumb: rgb(28 59 45 / 1) !important;
}
.scrollbar-thumb-primary-900\/15{
    --scrollbar-thumb: rgb(28 59 45 / 0.15) !important;
}
.scrollbar-thumb-primary-900\/20{
    --scrollbar-thumb: rgb(28 59 45 / 0.2) !important;
}
.scrollbar-thumb-primary-900\/25{
    --scrollbar-thumb: rgb(28 59 45 / 0.25) !important;
}
.scrollbar-thumb-primary-900\/30{
    --scrollbar-thumb: rgb(28 59 45 / 0.3) !important;
}
.scrollbar-thumb-primary-900\/35{
    --scrollbar-thumb: rgb(28 59 45 / 0.35) !important;
}
.scrollbar-thumb-primary-900\/40{
    --scrollbar-thumb: rgb(28 59 45 / 0.4) !important;
}
.scrollbar-thumb-primary-900\/45{
    --scrollbar-thumb: rgb(28 59 45 / 0.45) !important;
}
.scrollbar-thumb-primary-900\/5{
    --scrollbar-thumb: rgb(28 59 45 / 0.05) !important;
}
.scrollbar-thumb-primary-900\/50{
    --scrollbar-thumb: rgb(28 59 45 / 0.5) !important;
}
.scrollbar-thumb-primary-900\/55{
    --scrollbar-thumb: rgb(28 59 45 / 0.55) !important;
}
.scrollbar-thumb-primary-900\/60{
    --scrollbar-thumb: rgb(28 59 45 / 0.6) !important;
}
.scrollbar-thumb-primary-900\/65{
    --scrollbar-thumb: rgb(28 59 45 / 0.65) !important;
}
.scrollbar-thumb-primary-900\/70{
    --scrollbar-thumb: rgb(28 59 45 / 0.7) !important;
}
.scrollbar-thumb-primary-900\/75{
    --scrollbar-thumb: rgb(28 59 45 / 0.75) !important;
}
.scrollbar-thumb-primary-900\/80{
    --scrollbar-thumb: rgb(28 59 45 / 0.8) !important;
}
.scrollbar-thumb-primary-900\/85{
    --scrollbar-thumb: rgb(28 59 45 / 0.85) !important;
}
.scrollbar-thumb-primary-900\/90{
    --scrollbar-thumb: rgb(28 59 45 / 0.9) !important;
}
.scrollbar-thumb-primary-900\/95{
    --scrollbar-thumb: rgb(28 59 45 / 0.95) !important;
}
.scrollbar-thumb-primary-950{
    --scrollbar-thumb: #141C18 !important;
}
.scrollbar-thumb-primary-950\/0{
    --scrollbar-thumb: rgb(20 28 24 / 0) !important;
}
.scrollbar-thumb-primary-950\/10{
    --scrollbar-thumb: rgb(20 28 24 / 0.1) !important;
}
.scrollbar-thumb-primary-950\/100{
    --scrollbar-thumb: rgb(20 28 24 / 1) !important;
}
.scrollbar-thumb-primary-950\/15{
    --scrollbar-thumb: rgb(20 28 24 / 0.15) !important;
}
.scrollbar-thumb-primary-950\/20{
    --scrollbar-thumb: rgb(20 28 24 / 0.2) !important;
}
.scrollbar-thumb-primary-950\/25{
    --scrollbar-thumb: rgb(20 28 24 / 0.25) !important;
}
.scrollbar-thumb-primary-950\/30{
    --scrollbar-thumb: rgb(20 28 24 / 0.3) !important;
}
.scrollbar-thumb-primary-950\/35{
    --scrollbar-thumb: rgb(20 28 24 / 0.35) !important;
}
.scrollbar-thumb-primary-950\/40{
    --scrollbar-thumb: rgb(20 28 24 / 0.4) !important;
}
.scrollbar-thumb-primary-950\/45{
    --scrollbar-thumb: rgb(20 28 24 / 0.45) !important;
}
.scrollbar-thumb-primary-950\/5{
    --scrollbar-thumb: rgb(20 28 24 / 0.05) !important;
}
.scrollbar-thumb-primary-950\/50{
    --scrollbar-thumb: rgb(20 28 24 / 0.5) !important;
}
.scrollbar-thumb-primary-950\/55{
    --scrollbar-thumb: rgb(20 28 24 / 0.55) !important;
}
.scrollbar-thumb-primary-950\/60{
    --scrollbar-thumb: rgb(20 28 24 / 0.6) !important;
}
.scrollbar-thumb-primary-950\/65{
    --scrollbar-thumb: rgb(20 28 24 / 0.65) !important;
}
.scrollbar-thumb-primary-950\/70{
    --scrollbar-thumb: rgb(20 28 24 / 0.7) !important;
}
.scrollbar-thumb-primary-950\/75{
    --scrollbar-thumb: rgb(20 28 24 / 0.75) !important;
}
.scrollbar-thumb-primary-950\/80{
    --scrollbar-thumb: rgb(20 28 24 / 0.8) !important;
}
.scrollbar-thumb-primary-950\/85{
    --scrollbar-thumb: rgb(20 28 24 / 0.85) !important;
}
.scrollbar-thumb-primary-950\/90{
    --scrollbar-thumb: rgb(20 28 24 / 0.9) !important;
}
.scrollbar-thumb-primary-950\/95{
    --scrollbar-thumb: rgb(20 28 24 / 0.95) !important;
}
.scrollbar-thumb-primary-dark{
    --scrollbar-thumb: #0A4429 !important;
}
.scrollbar-thumb-primary-dark\/0{
    --scrollbar-thumb: rgb(10 68 41 / 0) !important;
}
.scrollbar-thumb-primary-dark\/10{
    --scrollbar-thumb: rgb(10 68 41 / 0.1) !important;
}
.scrollbar-thumb-primary-dark\/100{
    --scrollbar-thumb: rgb(10 68 41 / 1) !important;
}
.scrollbar-thumb-primary-dark\/15{
    --scrollbar-thumb: rgb(10 68 41 / 0.15) !important;
}
.scrollbar-thumb-primary-dark\/20{
    --scrollbar-thumb: rgb(10 68 41 / 0.2) !important;
}
.scrollbar-thumb-primary-dark\/25{
    --scrollbar-thumb: rgb(10 68 41 / 0.25) !important;
}
.scrollbar-thumb-primary-dark\/30{
    --scrollbar-thumb: rgb(10 68 41 / 0.3) !important;
}
.scrollbar-thumb-primary-dark\/35{
    --scrollbar-thumb: rgb(10 68 41 / 0.35) !important;
}
.scrollbar-thumb-primary-dark\/40{
    --scrollbar-thumb: rgb(10 68 41 / 0.4) !important;
}
.scrollbar-thumb-primary-dark\/45{
    --scrollbar-thumb: rgb(10 68 41 / 0.45) !important;
}
.scrollbar-thumb-primary-dark\/5{
    --scrollbar-thumb: rgb(10 68 41 / 0.05) !important;
}
.scrollbar-thumb-primary-dark\/50{
    --scrollbar-thumb: rgb(10 68 41 / 0.5) !important;
}
.scrollbar-thumb-primary-dark\/55{
    --scrollbar-thumb: rgb(10 68 41 / 0.55) !important;
}
.scrollbar-thumb-primary-dark\/60{
    --scrollbar-thumb: rgb(10 68 41 / 0.6) !important;
}
.scrollbar-thumb-primary-dark\/65{
    --scrollbar-thumb: rgb(10 68 41 / 0.65) !important;
}
.scrollbar-thumb-primary-dark\/70{
    --scrollbar-thumb: rgb(10 68 41 / 0.7) !important;
}
.scrollbar-thumb-primary-dark\/75{
    --scrollbar-thumb: rgb(10 68 41 / 0.75) !important;
}
.scrollbar-thumb-primary-dark\/80{
    --scrollbar-thumb: rgb(10 68 41 / 0.8) !important;
}
.scrollbar-thumb-primary-dark\/85{
    --scrollbar-thumb: rgb(10 68 41 / 0.85) !important;
}
.scrollbar-thumb-primary-dark\/90{
    --scrollbar-thumb: rgb(10 68 41 / 0.9) !important;
}
.scrollbar-thumb-primary-dark\/95{
    --scrollbar-thumb: rgb(10 68 41 / 0.95) !important;
}
.scrollbar-thumb-primary-light{
    --scrollbar-thumb: #C6EEDB !important;
}
.scrollbar-thumb-primary-light\/0{
    --scrollbar-thumb: rgb(198 238 219 / 0) !important;
}
.scrollbar-thumb-primary-light\/10{
    --scrollbar-thumb: rgb(198 238 219 / 0.1) !important;
}
.scrollbar-thumb-primary-light\/100{
    --scrollbar-thumb: rgb(198 238 219 / 1) !important;
}
.scrollbar-thumb-primary-light\/15{
    --scrollbar-thumb: rgb(198 238 219 / 0.15) !important;
}
.scrollbar-thumb-primary-light\/20{
    --scrollbar-thumb: rgb(198 238 219 / 0.2) !important;
}
.scrollbar-thumb-primary-light\/25{
    --scrollbar-thumb: rgb(198 238 219 / 0.25) !important;
}
.scrollbar-thumb-primary-light\/30{
    --scrollbar-thumb: rgb(198 238 219 / 0.3) !important;
}
.scrollbar-thumb-primary-light\/35{
    --scrollbar-thumb: rgb(198 238 219 / 0.35) !important;
}
.scrollbar-thumb-primary-light\/40{
    --scrollbar-thumb: rgb(198 238 219 / 0.4) !important;
}
.scrollbar-thumb-primary-light\/45{
    --scrollbar-thumb: rgb(198 238 219 / 0.45) !important;
}
.scrollbar-thumb-primary-light\/5{
    --scrollbar-thumb: rgb(198 238 219 / 0.05) !important;
}
.scrollbar-thumb-primary-light\/50{
    --scrollbar-thumb: rgb(198 238 219 / 0.5) !important;
}
.scrollbar-thumb-primary-light\/55{
    --scrollbar-thumb: rgb(198 238 219 / 0.55) !important;
}
.scrollbar-thumb-primary-light\/60{
    --scrollbar-thumb: rgb(198 238 219 / 0.6) !important;
}
.scrollbar-thumb-primary-light\/65{
    --scrollbar-thumb: rgb(198 238 219 / 0.65) !important;
}
.scrollbar-thumb-primary-light\/70{
    --scrollbar-thumb: rgb(198 238 219 / 0.7) !important;
}
.scrollbar-thumb-primary-light\/75{
    --scrollbar-thumb: rgb(198 238 219 / 0.75) !important;
}
.scrollbar-thumb-primary-light\/80{
    --scrollbar-thumb: rgb(198 238 219 / 0.8) !important;
}
.scrollbar-thumb-primary-light\/85{
    --scrollbar-thumb: rgb(198 238 219 / 0.85) !important;
}
.scrollbar-thumb-primary-light\/90{
    --scrollbar-thumb: rgb(198 238 219 / 0.9) !important;
}
.scrollbar-thumb-primary-light\/95{
    --scrollbar-thumb: rgb(198 238 219 / 0.95) !important;
}
.scrollbar-thumb-primary\/0{
    --scrollbar-thumb: rgb(72 229 155 / 0) !important;
}
.scrollbar-thumb-primary\/10{
    --scrollbar-thumb: rgb(72 229 155 / 0.1) !important;
}
.scrollbar-thumb-primary\/100{
    --scrollbar-thumb: rgb(72 229 155 / 1) !important;
}
.scrollbar-thumb-primary\/15{
    --scrollbar-thumb: rgb(72 229 155 / 0.15) !important;
}
.scrollbar-thumb-primary\/20{
    --scrollbar-thumb: rgb(72 229 155 / 0.2) !important;
}
.scrollbar-thumb-primary\/25{
    --scrollbar-thumb: rgb(72 229 155 / 0.25) !important;
}
.scrollbar-thumb-primary\/30{
    --scrollbar-thumb: rgb(72 229 155 / 0.3) !important;
}
.scrollbar-thumb-primary\/35{
    --scrollbar-thumb: rgb(72 229 155 / 0.35) !important;
}
.scrollbar-thumb-primary\/40{
    --scrollbar-thumb: rgb(72 229 155 / 0.4) !important;
}
.scrollbar-thumb-primary\/45{
    --scrollbar-thumb: rgb(72 229 155 / 0.45) !important;
}
.scrollbar-thumb-primary\/5{
    --scrollbar-thumb: rgb(72 229 155 / 0.05) !important;
}
.scrollbar-thumb-primary\/50{
    --scrollbar-thumb: rgb(72 229 155 / 0.5) !important;
}
.scrollbar-thumb-primary\/55{
    --scrollbar-thumb: rgb(72 229 155 / 0.55) !important;
}
.scrollbar-thumb-primary\/60{
    --scrollbar-thumb: rgb(72 229 155 / 0.6) !important;
}
.scrollbar-thumb-primary\/65{
    --scrollbar-thumb: rgb(72 229 155 / 0.65) !important;
}
.scrollbar-thumb-primary\/70{
    --scrollbar-thumb: rgb(72 229 155 / 0.7) !important;
}
.scrollbar-thumb-primary\/75{
    --scrollbar-thumb: rgb(72 229 155 / 0.75) !important;
}
.scrollbar-thumb-primary\/80{
    --scrollbar-thumb: rgb(72 229 155 / 0.8) !important;
}
.scrollbar-thumb-primary\/85{
    --scrollbar-thumb: rgb(72 229 155 / 0.85) !important;
}
.scrollbar-thumb-primary\/90{
    --scrollbar-thumb: rgb(72 229 155 / 0.9) !important;
}
.scrollbar-thumb-primary\/95{
    --scrollbar-thumb: rgb(72 229 155 / 0.95) !important;
}
.scrollbar-thumb-secondary{
    --scrollbar-thumb: #015AD5 !important;
}
.scrollbar-thumb-secondary-500{
    --scrollbar-thumb: #015AD5 !important;
}
.scrollbar-thumb-secondary-500\/0{
    --scrollbar-thumb: rgb(1 90 213 / 0) !important;
}
.scrollbar-thumb-secondary-500\/10{
    --scrollbar-thumb: rgb(1 90 213 / 0.1) !important;
}
.scrollbar-thumb-secondary-500\/100{
    --scrollbar-thumb: rgb(1 90 213 / 1) !important;
}
.scrollbar-thumb-secondary-500\/15{
    --scrollbar-thumb: rgb(1 90 213 / 0.15) !important;
}
.scrollbar-thumb-secondary-500\/20{
    --scrollbar-thumb: rgb(1 90 213 / 0.2) !important;
}
.scrollbar-thumb-secondary-500\/25{
    --scrollbar-thumb: rgb(1 90 213 / 0.25) !important;
}
.scrollbar-thumb-secondary-500\/30{
    --scrollbar-thumb: rgb(1 90 213 / 0.3) !important;
}
.scrollbar-thumb-secondary-500\/35{
    --scrollbar-thumb: rgb(1 90 213 / 0.35) !important;
}
.scrollbar-thumb-secondary-500\/40{
    --scrollbar-thumb: rgb(1 90 213 / 0.4) !important;
}
.scrollbar-thumb-secondary-500\/45{
    --scrollbar-thumb: rgb(1 90 213 / 0.45) !important;
}
.scrollbar-thumb-secondary-500\/5{
    --scrollbar-thumb: rgb(1 90 213 / 0.05) !important;
}
.scrollbar-thumb-secondary-500\/50{
    --scrollbar-thumb: rgb(1 90 213 / 0.5) !important;
}
.scrollbar-thumb-secondary-500\/55{
    --scrollbar-thumb: rgb(1 90 213 / 0.55) !important;
}
.scrollbar-thumb-secondary-500\/60{
    --scrollbar-thumb: rgb(1 90 213 / 0.6) !important;
}
.scrollbar-thumb-secondary-500\/65{
    --scrollbar-thumb: rgb(1 90 213 / 0.65) !important;
}
.scrollbar-thumb-secondary-500\/70{
    --scrollbar-thumb: rgb(1 90 213 / 0.7) !important;
}
.scrollbar-thumb-secondary-500\/75{
    --scrollbar-thumb: rgb(1 90 213 / 0.75) !important;
}
.scrollbar-thumb-secondary-500\/80{
    --scrollbar-thumb: rgb(1 90 213 / 0.8) !important;
}
.scrollbar-thumb-secondary-500\/85{
    --scrollbar-thumb: rgb(1 90 213 / 0.85) !important;
}
.scrollbar-thumb-secondary-500\/90{
    --scrollbar-thumb: rgb(1 90 213 / 0.9) !important;
}
.scrollbar-thumb-secondary-500\/95{
    --scrollbar-thumb: rgb(1 90 213 / 0.95) !important;
}
.scrollbar-thumb-secondary\/0{
    --scrollbar-thumb: rgb(1 90 213 / 0) !important;
}
.scrollbar-thumb-secondary\/10{
    --scrollbar-thumb: rgb(1 90 213 / 0.1) !important;
}
.scrollbar-thumb-secondary\/100{
    --scrollbar-thumb: rgb(1 90 213 / 1) !important;
}
.scrollbar-thumb-secondary\/15{
    --scrollbar-thumb: rgb(1 90 213 / 0.15) !important;
}
.scrollbar-thumb-secondary\/20{
    --scrollbar-thumb: rgb(1 90 213 / 0.2) !important;
}
.scrollbar-thumb-secondary\/25{
    --scrollbar-thumb: rgb(1 90 213 / 0.25) !important;
}
.scrollbar-thumb-secondary\/30{
    --scrollbar-thumb: rgb(1 90 213 / 0.3) !important;
}
.scrollbar-thumb-secondary\/35{
    --scrollbar-thumb: rgb(1 90 213 / 0.35) !important;
}
.scrollbar-thumb-secondary\/40{
    --scrollbar-thumb: rgb(1 90 213 / 0.4) !important;
}
.scrollbar-thumb-secondary\/45{
    --scrollbar-thumb: rgb(1 90 213 / 0.45) !important;
}
.scrollbar-thumb-secondary\/5{
    --scrollbar-thumb: rgb(1 90 213 / 0.05) !important;
}
.scrollbar-thumb-secondary\/50{
    --scrollbar-thumb: rgb(1 90 213 / 0.5) !important;
}
.scrollbar-thumb-secondary\/55{
    --scrollbar-thumb: rgb(1 90 213 / 0.55) !important;
}
.scrollbar-thumb-secondary\/60{
    --scrollbar-thumb: rgb(1 90 213 / 0.6) !important;
}
.scrollbar-thumb-secondary\/65{
    --scrollbar-thumb: rgb(1 90 213 / 0.65) !important;
}
.scrollbar-thumb-secondary\/70{
    --scrollbar-thumb: rgb(1 90 213 / 0.7) !important;
}
.scrollbar-thumb-secondary\/75{
    --scrollbar-thumb: rgb(1 90 213 / 0.75) !important;
}
.scrollbar-thumb-secondary\/80{
    --scrollbar-thumb: rgb(1 90 213 / 0.8) !important;
}
.scrollbar-thumb-secondary\/85{
    --scrollbar-thumb: rgb(1 90 213 / 0.85) !important;
}
.scrollbar-thumb-secondary\/90{
    --scrollbar-thumb: rgb(1 90 213 / 0.9) !important;
}
.scrollbar-thumb-secondary\/95{
    --scrollbar-thumb: rgb(1 90 213 / 0.95) !important;
}
.scrollbar-corner-black-brand{
    --scrollbar-corner: #313131 !important;
}
.scrollbar-corner-black-brand\/0{
    --scrollbar-corner: rgb(49 49 49 / 0) !important;
}
.scrollbar-corner-black-brand\/10{
    --scrollbar-corner: rgb(49 49 49 / 0.1) !important;
}
.scrollbar-corner-black-brand\/100{
    --scrollbar-corner: rgb(49 49 49 / 1) !important;
}
.scrollbar-corner-black-brand\/15{
    --scrollbar-corner: rgb(49 49 49 / 0.15) !important;
}
.scrollbar-corner-black-brand\/20{
    --scrollbar-corner: rgb(49 49 49 / 0.2) !important;
}
.scrollbar-corner-black-brand\/25{
    --scrollbar-corner: rgb(49 49 49 / 0.25) !important;
}
.scrollbar-corner-black-brand\/30{
    --scrollbar-corner: rgb(49 49 49 / 0.3) !important;
}
.scrollbar-corner-black-brand\/35{
    --scrollbar-corner: rgb(49 49 49 / 0.35) !important;
}
.scrollbar-corner-black-brand\/40{
    --scrollbar-corner: rgb(49 49 49 / 0.4) !important;
}
.scrollbar-corner-black-brand\/45{
    --scrollbar-corner: rgb(49 49 49 / 0.45) !important;
}
.scrollbar-corner-black-brand\/5{
    --scrollbar-corner: rgb(49 49 49 / 0.05) !important;
}
.scrollbar-corner-black-brand\/50{
    --scrollbar-corner: rgb(49 49 49 / 0.5) !important;
}
.scrollbar-corner-black-brand\/55{
    --scrollbar-corner: rgb(49 49 49 / 0.55) !important;
}
.scrollbar-corner-black-brand\/60{
    --scrollbar-corner: rgb(49 49 49 / 0.6) !important;
}
.scrollbar-corner-black-brand\/65{
    --scrollbar-corner: rgb(49 49 49 / 0.65) !important;
}
.scrollbar-corner-black-brand\/70{
    --scrollbar-corner: rgb(49 49 49 / 0.7) !important;
}
.scrollbar-corner-black-brand\/75{
    --scrollbar-corner: rgb(49 49 49 / 0.75) !important;
}
.scrollbar-corner-black-brand\/80{
    --scrollbar-corner: rgb(49 49 49 / 0.8) !important;
}
.scrollbar-corner-black-brand\/85{
    --scrollbar-corner: rgb(49 49 49 / 0.85) !important;
}
.scrollbar-corner-black-brand\/90{
    --scrollbar-corner: rgb(49 49 49 / 0.9) !important;
}
.scrollbar-corner-black-brand\/95{
    --scrollbar-corner: rgb(49 49 49 / 0.95) !important;
}
.scrollbar-corner-brand-100{
    --scrollbar-corner: #c6eedb0d !important;
}
.scrollbar-corner-brand-100\/0{
    --scrollbar-corner: rgb(198 238 219 / 0) !important;
}
.scrollbar-corner-brand-100\/10{
    --scrollbar-corner: rgb(198 238 219 / 0.1) !important;
}
.scrollbar-corner-brand-100\/100{
    --scrollbar-corner: rgb(198 238 219 / 1) !important;
}
.scrollbar-corner-brand-100\/15{
    --scrollbar-corner: rgb(198 238 219 / 0.15) !important;
}
.scrollbar-corner-brand-100\/20{
    --scrollbar-corner: rgb(198 238 219 / 0.2) !important;
}
.scrollbar-corner-brand-100\/25{
    --scrollbar-corner: rgb(198 238 219 / 0.25) !important;
}
.scrollbar-corner-brand-100\/30{
    --scrollbar-corner: rgb(198 238 219 / 0.3) !important;
}
.scrollbar-corner-brand-100\/35{
    --scrollbar-corner: rgb(198 238 219 / 0.35) !important;
}
.scrollbar-corner-brand-100\/40{
    --scrollbar-corner: rgb(198 238 219 / 0.4) !important;
}
.scrollbar-corner-brand-100\/45{
    --scrollbar-corner: rgb(198 238 219 / 0.45) !important;
}
.scrollbar-corner-brand-100\/5{
    --scrollbar-corner: rgb(198 238 219 / 0.05) !important;
}
.scrollbar-corner-brand-100\/50{
    --scrollbar-corner: rgb(198 238 219 / 0.5) !important;
}
.scrollbar-corner-brand-100\/55{
    --scrollbar-corner: rgb(198 238 219 / 0.55) !important;
}
.scrollbar-corner-brand-100\/60{
    --scrollbar-corner: rgb(198 238 219 / 0.6) !important;
}
.scrollbar-corner-brand-100\/65{
    --scrollbar-corner: rgb(198 238 219 / 0.65) !important;
}
.scrollbar-corner-brand-100\/70{
    --scrollbar-corner: rgb(198 238 219 / 0.7) !important;
}
.scrollbar-corner-brand-100\/75{
    --scrollbar-corner: rgb(198 238 219 / 0.75) !important;
}
.scrollbar-corner-brand-100\/80{
    --scrollbar-corner: rgb(198 238 219 / 0.8) !important;
}
.scrollbar-corner-brand-100\/85{
    --scrollbar-corner: rgb(198 238 219 / 0.85) !important;
}
.scrollbar-corner-brand-100\/90{
    --scrollbar-corner: rgb(198 238 219 / 0.9) !important;
}
.scrollbar-corner-brand-100\/95{
    --scrollbar-corner: rgb(198 238 219 / 0.95) !important;
}
.scrollbar-corner-brand-20{
    --scrollbar-corner: #48E59B !important;
}
.scrollbar-corner-brand-20\/0{
    --scrollbar-corner: rgb(72 229 155 / 0) !important;
}
.scrollbar-corner-brand-20\/10{
    --scrollbar-corner: rgb(72 229 155 / 0.1) !important;
}
.scrollbar-corner-brand-20\/100{
    --scrollbar-corner: rgb(72 229 155 / 1) !important;
}
.scrollbar-corner-brand-20\/15{
    --scrollbar-corner: rgb(72 229 155 / 0.15) !important;
}
.scrollbar-corner-brand-20\/20{
    --scrollbar-corner: rgb(72 229 155 / 0.2) !important;
}
.scrollbar-corner-brand-20\/25{
    --scrollbar-corner: rgb(72 229 155 / 0.25) !important;
}
.scrollbar-corner-brand-20\/30{
    --scrollbar-corner: rgb(72 229 155 / 0.3) !important;
}
.scrollbar-corner-brand-20\/35{
    --scrollbar-corner: rgb(72 229 155 / 0.35) !important;
}
.scrollbar-corner-brand-20\/40{
    --scrollbar-corner: rgb(72 229 155 / 0.4) !important;
}
.scrollbar-corner-brand-20\/45{
    --scrollbar-corner: rgb(72 229 155 / 0.45) !important;
}
.scrollbar-corner-brand-20\/5{
    --scrollbar-corner: rgb(72 229 155 / 0.05) !important;
}
.scrollbar-corner-brand-20\/50{
    --scrollbar-corner: rgb(72 229 155 / 0.5) !important;
}
.scrollbar-corner-brand-20\/55{
    --scrollbar-corner: rgb(72 229 155 / 0.55) !important;
}
.scrollbar-corner-brand-20\/60{
    --scrollbar-corner: rgb(72 229 155 / 0.6) !important;
}
.scrollbar-corner-brand-20\/65{
    --scrollbar-corner: rgb(72 229 155 / 0.65) !important;
}
.scrollbar-corner-brand-20\/70{
    --scrollbar-corner: rgb(72 229 155 / 0.7) !important;
}
.scrollbar-corner-brand-20\/75{
    --scrollbar-corner: rgb(72 229 155 / 0.75) !important;
}
.scrollbar-corner-brand-20\/80{
    --scrollbar-corner: rgb(72 229 155 / 0.8) !important;
}
.scrollbar-corner-brand-20\/85{
    --scrollbar-corner: rgb(72 229 155 / 0.85) !important;
}
.scrollbar-corner-brand-20\/90{
    --scrollbar-corner: rgb(72 229 155 / 0.9) !important;
}
.scrollbar-corner-brand-20\/95{
    --scrollbar-corner: rgb(72 229 155 / 0.95) !important;
}
.scrollbar-corner-brand-200{
    --scrollbar-corner: #c6eedb33 !important;
}
.scrollbar-corner-brand-200\/0{
    --scrollbar-corner: rgb(198 238 219 / 0) !important;
}
.scrollbar-corner-brand-200\/10{
    --scrollbar-corner: rgb(198 238 219 / 0.1) !important;
}
.scrollbar-corner-brand-200\/100{
    --scrollbar-corner: rgb(198 238 219 / 1) !important;
}
.scrollbar-corner-brand-200\/15{
    --scrollbar-corner: rgb(198 238 219 / 0.15) !important;
}
.scrollbar-corner-brand-200\/20{
    --scrollbar-corner: rgb(198 238 219 / 0.2) !important;
}
.scrollbar-corner-brand-200\/25{
    --scrollbar-corner: rgb(198 238 219 / 0.25) !important;
}
.scrollbar-corner-brand-200\/30{
    --scrollbar-corner: rgb(198 238 219 / 0.3) !important;
}
.scrollbar-corner-brand-200\/35{
    --scrollbar-corner: rgb(198 238 219 / 0.35) !important;
}
.scrollbar-corner-brand-200\/40{
    --scrollbar-corner: rgb(198 238 219 / 0.4) !important;
}
.scrollbar-corner-brand-200\/45{
    --scrollbar-corner: rgb(198 238 219 / 0.45) !important;
}
.scrollbar-corner-brand-200\/5{
    --scrollbar-corner: rgb(198 238 219 / 0.05) !important;
}
.scrollbar-corner-brand-200\/50{
    --scrollbar-corner: rgb(198 238 219 / 0.5) !important;
}
.scrollbar-corner-brand-200\/55{
    --scrollbar-corner: rgb(198 238 219 / 0.55) !important;
}
.scrollbar-corner-brand-200\/60{
    --scrollbar-corner: rgb(198 238 219 / 0.6) !important;
}
.scrollbar-corner-brand-200\/65{
    --scrollbar-corner: rgb(198 238 219 / 0.65) !important;
}
.scrollbar-corner-brand-200\/70{
    --scrollbar-corner: rgb(198 238 219 / 0.7) !important;
}
.scrollbar-corner-brand-200\/75{
    --scrollbar-corner: rgb(198 238 219 / 0.75) !important;
}
.scrollbar-corner-brand-200\/80{
    --scrollbar-corner: rgb(198 238 219 / 0.8) !important;
}
.scrollbar-corner-brand-200\/85{
    --scrollbar-corner: rgb(198 238 219 / 0.85) !important;
}
.scrollbar-corner-brand-200\/90{
    --scrollbar-corner: rgb(198 238 219 / 0.9) !important;
}
.scrollbar-corner-brand-200\/95{
    --scrollbar-corner: rgb(198 238 219 / 0.95) !important;
}
.scrollbar-corner-brand-300{
    --scrollbar-corner: #C6EEDB !important;
}
.scrollbar-corner-brand-300\/0{
    --scrollbar-corner: rgb(198 238 219 / 0) !important;
}
.scrollbar-corner-brand-300\/10{
    --scrollbar-corner: rgb(198 238 219 / 0.1) !important;
}
.scrollbar-corner-brand-300\/100{
    --scrollbar-corner: rgb(198 238 219 / 1) !important;
}
.scrollbar-corner-brand-300\/15{
    --scrollbar-corner: rgb(198 238 219 / 0.15) !important;
}
.scrollbar-corner-brand-300\/20{
    --scrollbar-corner: rgb(198 238 219 / 0.2) !important;
}
.scrollbar-corner-brand-300\/25{
    --scrollbar-corner: rgb(198 238 219 / 0.25) !important;
}
.scrollbar-corner-brand-300\/30{
    --scrollbar-corner: rgb(198 238 219 / 0.3) !important;
}
.scrollbar-corner-brand-300\/35{
    --scrollbar-corner: rgb(198 238 219 / 0.35) !important;
}
.scrollbar-corner-brand-300\/40{
    --scrollbar-corner: rgb(198 238 219 / 0.4) !important;
}
.scrollbar-corner-brand-300\/45{
    --scrollbar-corner: rgb(198 238 219 / 0.45) !important;
}
.scrollbar-corner-brand-300\/5{
    --scrollbar-corner: rgb(198 238 219 / 0.05) !important;
}
.scrollbar-corner-brand-300\/50{
    --scrollbar-corner: rgb(198 238 219 / 0.5) !important;
}
.scrollbar-corner-brand-300\/55{
    --scrollbar-corner: rgb(198 238 219 / 0.55) !important;
}
.scrollbar-corner-brand-300\/60{
    --scrollbar-corner: rgb(198 238 219 / 0.6) !important;
}
.scrollbar-corner-brand-300\/65{
    --scrollbar-corner: rgb(198 238 219 / 0.65) !important;
}
.scrollbar-corner-brand-300\/70{
    --scrollbar-corner: rgb(198 238 219 / 0.7) !important;
}
.scrollbar-corner-brand-300\/75{
    --scrollbar-corner: rgb(198 238 219 / 0.75) !important;
}
.scrollbar-corner-brand-300\/80{
    --scrollbar-corner: rgb(198 238 219 / 0.8) !important;
}
.scrollbar-corner-brand-300\/85{
    --scrollbar-corner: rgb(198 238 219 / 0.85) !important;
}
.scrollbar-corner-brand-300\/90{
    --scrollbar-corner: rgb(198 238 219 / 0.9) !important;
}
.scrollbar-corner-brand-300\/95{
    --scrollbar-corner: rgb(198 238 219 / 0.95) !important;
}
.scrollbar-corner-brand-black{
    --scrollbar-corner: #111111 !important;
}
.scrollbar-corner-brand-black\/0{
    --scrollbar-corner: rgb(17 17 17 / 0) !important;
}
.scrollbar-corner-brand-black\/10{
    --scrollbar-corner: rgb(17 17 17 / 0.1) !important;
}
.scrollbar-corner-brand-black\/100{
    --scrollbar-corner: rgb(17 17 17 / 1) !important;
}
.scrollbar-corner-brand-black\/15{
    --scrollbar-corner: rgb(17 17 17 / 0.15) !important;
}
.scrollbar-corner-brand-black\/20{
    --scrollbar-corner: rgb(17 17 17 / 0.2) !important;
}
.scrollbar-corner-brand-black\/25{
    --scrollbar-corner: rgb(17 17 17 / 0.25) !important;
}
.scrollbar-corner-brand-black\/30{
    --scrollbar-corner: rgb(17 17 17 / 0.3) !important;
}
.scrollbar-corner-brand-black\/35{
    --scrollbar-corner: rgb(17 17 17 / 0.35) !important;
}
.scrollbar-corner-brand-black\/40{
    --scrollbar-corner: rgb(17 17 17 / 0.4) !important;
}
.scrollbar-corner-brand-black\/45{
    --scrollbar-corner: rgb(17 17 17 / 0.45) !important;
}
.scrollbar-corner-brand-black\/5{
    --scrollbar-corner: rgb(17 17 17 / 0.05) !important;
}
.scrollbar-corner-brand-black\/50{
    --scrollbar-corner: rgb(17 17 17 / 0.5) !important;
}
.scrollbar-corner-brand-black\/55{
    --scrollbar-corner: rgb(17 17 17 / 0.55) !important;
}
.scrollbar-corner-brand-black\/60{
    --scrollbar-corner: rgb(17 17 17 / 0.6) !important;
}
.scrollbar-corner-brand-black\/65{
    --scrollbar-corner: rgb(17 17 17 / 0.65) !important;
}
.scrollbar-corner-brand-black\/70{
    --scrollbar-corner: rgb(17 17 17 / 0.7) !important;
}
.scrollbar-corner-brand-black\/75{
    --scrollbar-corner: rgb(17 17 17 / 0.75) !important;
}
.scrollbar-corner-brand-black\/80{
    --scrollbar-corner: rgb(17 17 17 / 0.8) !important;
}
.scrollbar-corner-brand-black\/85{
    --scrollbar-corner: rgb(17 17 17 / 0.85) !important;
}
.scrollbar-corner-brand-black\/90{
    --scrollbar-corner: rgb(17 17 17 / 0.9) !important;
}
.scrollbar-corner-brand-black\/95{
    --scrollbar-corner: rgb(17 17 17 / 0.95) !important;
}
.scrollbar-corner-brand-blue{
    --scrollbar-corner: #70A8F4 !important;
}
.scrollbar-corner-brand-blue\/0{
    --scrollbar-corner: rgb(112 168 244 / 0) !important;
}
.scrollbar-corner-brand-blue\/10{
    --scrollbar-corner: rgb(112 168 244 / 0.1) !important;
}
.scrollbar-corner-brand-blue\/100{
    --scrollbar-corner: rgb(112 168 244 / 1) !important;
}
.scrollbar-corner-brand-blue\/15{
    --scrollbar-corner: rgb(112 168 244 / 0.15) !important;
}
.scrollbar-corner-brand-blue\/20{
    --scrollbar-corner: rgb(112 168 244 / 0.2) !important;
}
.scrollbar-corner-brand-blue\/25{
    --scrollbar-corner: rgb(112 168 244 / 0.25) !important;
}
.scrollbar-corner-brand-blue\/30{
    --scrollbar-corner: rgb(112 168 244 / 0.3) !important;
}
.scrollbar-corner-brand-blue\/35{
    --scrollbar-corner: rgb(112 168 244 / 0.35) !important;
}
.scrollbar-corner-brand-blue\/40{
    --scrollbar-corner: rgb(112 168 244 / 0.4) !important;
}
.scrollbar-corner-brand-blue\/45{
    --scrollbar-corner: rgb(112 168 244 / 0.45) !important;
}
.scrollbar-corner-brand-blue\/5{
    --scrollbar-corner: rgb(112 168 244 / 0.05) !important;
}
.scrollbar-corner-brand-blue\/50{
    --scrollbar-corner: rgb(112 168 244 / 0.5) !important;
}
.scrollbar-corner-brand-blue\/55{
    --scrollbar-corner: rgb(112 168 244 / 0.55) !important;
}
.scrollbar-corner-brand-blue\/60{
    --scrollbar-corner: rgb(112 168 244 / 0.6) !important;
}
.scrollbar-corner-brand-blue\/65{
    --scrollbar-corner: rgb(112 168 244 / 0.65) !important;
}
.scrollbar-corner-brand-blue\/70{
    --scrollbar-corner: rgb(112 168 244 / 0.7) !important;
}
.scrollbar-corner-brand-blue\/75{
    --scrollbar-corner: rgb(112 168 244 / 0.75) !important;
}
.scrollbar-corner-brand-blue\/80{
    --scrollbar-corner: rgb(112 168 244 / 0.8) !important;
}
.scrollbar-corner-brand-blue\/85{
    --scrollbar-corner: rgb(112 168 244 / 0.85) !important;
}
.scrollbar-corner-brand-blue\/90{
    --scrollbar-corner: rgb(112 168 244 / 0.9) !important;
}
.scrollbar-corner-brand-blue\/95{
    --scrollbar-corner: rgb(112 168 244 / 0.95) !important;
}
.scrollbar-corner-brand-dark{
    --scrollbar-corner: #232C27 !important;
}
.scrollbar-corner-brand-dark\/0{
    --scrollbar-corner: rgb(35 44 39 / 0) !important;
}
.scrollbar-corner-brand-dark\/10{
    --scrollbar-corner: rgb(35 44 39 / 0.1) !important;
}
.scrollbar-corner-brand-dark\/100{
    --scrollbar-corner: rgb(35 44 39 / 1) !important;
}
.scrollbar-corner-brand-dark\/15{
    --scrollbar-corner: rgb(35 44 39 / 0.15) !important;
}
.scrollbar-corner-brand-dark\/20{
    --scrollbar-corner: rgb(35 44 39 / 0.2) !important;
}
.scrollbar-corner-brand-dark\/25{
    --scrollbar-corner: rgb(35 44 39 / 0.25) !important;
}
.scrollbar-corner-brand-dark\/30{
    --scrollbar-corner: rgb(35 44 39 / 0.3) !important;
}
.scrollbar-corner-brand-dark\/35{
    --scrollbar-corner: rgb(35 44 39 / 0.35) !important;
}
.scrollbar-corner-brand-dark\/40{
    --scrollbar-corner: rgb(35 44 39 / 0.4) !important;
}
.scrollbar-corner-brand-dark\/45{
    --scrollbar-corner: rgb(35 44 39 / 0.45) !important;
}
.scrollbar-corner-brand-dark\/5{
    --scrollbar-corner: rgb(35 44 39 / 0.05) !important;
}
.scrollbar-corner-brand-dark\/50{
    --scrollbar-corner: rgb(35 44 39 / 0.5) !important;
}
.scrollbar-corner-brand-dark\/55{
    --scrollbar-corner: rgb(35 44 39 / 0.55) !important;
}
.scrollbar-corner-brand-dark\/60{
    --scrollbar-corner: rgb(35 44 39 / 0.6) !important;
}
.scrollbar-corner-brand-dark\/65{
    --scrollbar-corner: rgb(35 44 39 / 0.65) !important;
}
.scrollbar-corner-brand-dark\/70{
    --scrollbar-corner: rgb(35 44 39 / 0.7) !important;
}
.scrollbar-corner-brand-dark\/75{
    --scrollbar-corner: rgb(35 44 39 / 0.75) !important;
}
.scrollbar-corner-brand-dark\/80{
    --scrollbar-corner: rgb(35 44 39 / 0.8) !important;
}
.scrollbar-corner-brand-dark\/85{
    --scrollbar-corner: rgb(35 44 39 / 0.85) !important;
}
.scrollbar-corner-brand-dark\/90{
    --scrollbar-corner: rgb(35 44 39 / 0.9) !important;
}
.scrollbar-corner-brand-dark\/95{
    --scrollbar-corner: rgb(35 44 39 / 0.95) !important;
}
.scrollbar-corner-brand-green{
    --scrollbar-corner: #48E59B !important;
}
.scrollbar-corner-brand-green\/0{
    --scrollbar-corner: rgb(72 229 155 / 0) !important;
}
.scrollbar-corner-brand-green\/10{
    --scrollbar-corner: rgb(72 229 155 / 0.1) !important;
}
.scrollbar-corner-brand-green\/100{
    --scrollbar-corner: rgb(72 229 155 / 1) !important;
}
.scrollbar-corner-brand-green\/15{
    --scrollbar-corner: rgb(72 229 155 / 0.15) !important;
}
.scrollbar-corner-brand-green\/20{
    --scrollbar-corner: rgb(72 229 155 / 0.2) !important;
}
.scrollbar-corner-brand-green\/25{
    --scrollbar-corner: rgb(72 229 155 / 0.25) !important;
}
.scrollbar-corner-brand-green\/30{
    --scrollbar-corner: rgb(72 229 155 / 0.3) !important;
}
.scrollbar-corner-brand-green\/35{
    --scrollbar-corner: rgb(72 229 155 / 0.35) !important;
}
.scrollbar-corner-brand-green\/40{
    --scrollbar-corner: rgb(72 229 155 / 0.4) !important;
}
.scrollbar-corner-brand-green\/45{
    --scrollbar-corner: rgb(72 229 155 / 0.45) !important;
}
.scrollbar-corner-brand-green\/5{
    --scrollbar-corner: rgb(72 229 155 / 0.05) !important;
}
.scrollbar-corner-brand-green\/50{
    --scrollbar-corner: rgb(72 229 155 / 0.5) !important;
}
.scrollbar-corner-brand-green\/55{
    --scrollbar-corner: rgb(72 229 155 / 0.55) !important;
}
.scrollbar-corner-brand-green\/60{
    --scrollbar-corner: rgb(72 229 155 / 0.6) !important;
}
.scrollbar-corner-brand-green\/65{
    --scrollbar-corner: rgb(72 229 155 / 0.65) !important;
}
.scrollbar-corner-brand-green\/70{
    --scrollbar-corner: rgb(72 229 155 / 0.7) !important;
}
.scrollbar-corner-brand-green\/75{
    --scrollbar-corner: rgb(72 229 155 / 0.75) !important;
}
.scrollbar-corner-brand-green\/80{
    --scrollbar-corner: rgb(72 229 155 / 0.8) !important;
}
.scrollbar-corner-brand-green\/85{
    --scrollbar-corner: rgb(72 229 155 / 0.85) !important;
}
.scrollbar-corner-brand-green\/90{
    --scrollbar-corner: rgb(72 229 155 / 0.9) !important;
}
.scrollbar-corner-brand-green\/95{
    --scrollbar-corner: rgb(72 229 155 / 0.95) !important;
}
.scrollbar-corner-brand-light{
    --scrollbar-corner: #C6EEDB !important;
}
.scrollbar-corner-brand-light\/0{
    --scrollbar-corner: rgb(198 238 219 / 0) !important;
}
.scrollbar-corner-brand-light\/10{
    --scrollbar-corner: rgb(198 238 219 / 0.1) !important;
}
.scrollbar-corner-brand-light\/100{
    --scrollbar-corner: rgb(198 238 219 / 1) !important;
}
.scrollbar-corner-brand-light\/15{
    --scrollbar-corner: rgb(198 238 219 / 0.15) !important;
}
.scrollbar-corner-brand-light\/20{
    --scrollbar-corner: rgb(198 238 219 / 0.2) !important;
}
.scrollbar-corner-brand-light\/25{
    --scrollbar-corner: rgb(198 238 219 / 0.25) !important;
}
.scrollbar-corner-brand-light\/30{
    --scrollbar-corner: rgb(198 238 219 / 0.3) !important;
}
.scrollbar-corner-brand-light\/35{
    --scrollbar-corner: rgb(198 238 219 / 0.35) !important;
}
.scrollbar-corner-brand-light\/40{
    --scrollbar-corner: rgb(198 238 219 / 0.4) !important;
}
.scrollbar-corner-brand-light\/45{
    --scrollbar-corner: rgb(198 238 219 / 0.45) !important;
}
.scrollbar-corner-brand-light\/5{
    --scrollbar-corner: rgb(198 238 219 / 0.05) !important;
}
.scrollbar-corner-brand-light\/50{
    --scrollbar-corner: rgb(198 238 219 / 0.5) !important;
}
.scrollbar-corner-brand-light\/55{
    --scrollbar-corner: rgb(198 238 219 / 0.55) !important;
}
.scrollbar-corner-brand-light\/60{
    --scrollbar-corner: rgb(198 238 219 / 0.6) !important;
}
.scrollbar-corner-brand-light\/65{
    --scrollbar-corner: rgb(198 238 219 / 0.65) !important;
}
.scrollbar-corner-brand-light\/70{
    --scrollbar-corner: rgb(198 238 219 / 0.7) !important;
}
.scrollbar-corner-brand-light\/75{
    --scrollbar-corner: rgb(198 238 219 / 0.75) !important;
}
.scrollbar-corner-brand-light\/80{
    --scrollbar-corner: rgb(198 238 219 / 0.8) !important;
}
.scrollbar-corner-brand-light\/85{
    --scrollbar-corner: rgb(198 238 219 / 0.85) !important;
}
.scrollbar-corner-brand-light\/90{
    --scrollbar-corner: rgb(198 238 219 / 0.9) !important;
}
.scrollbar-corner-brand-light\/95{
    --scrollbar-corner: rgb(198 238 219 / 0.95) !important;
}
.scrollbar-corner-error{
    --scrollbar-corner: #FF3C3C !important;
}
.scrollbar-corner-error-10{
    --scrollbar-corner: #291515 !important;
}
.scrollbar-corner-error-10\/0{
    --scrollbar-corner: rgb(41 21 21 / 0) !important;
}
.scrollbar-corner-error-10\/10{
    --scrollbar-corner: rgb(41 21 21 / 0.1) !important;
}
.scrollbar-corner-error-10\/100{
    --scrollbar-corner: rgb(41 21 21 / 1) !important;
}
.scrollbar-corner-error-10\/15{
    --scrollbar-corner: rgb(41 21 21 / 0.15) !important;
}
.scrollbar-corner-error-10\/20{
    --scrollbar-corner: rgb(41 21 21 / 0.2) !important;
}
.scrollbar-corner-error-10\/25{
    --scrollbar-corner: rgb(41 21 21 / 0.25) !important;
}
.scrollbar-corner-error-10\/30{
    --scrollbar-corner: rgb(41 21 21 / 0.3) !important;
}
.scrollbar-corner-error-10\/35{
    --scrollbar-corner: rgb(41 21 21 / 0.35) !important;
}
.scrollbar-corner-error-10\/40{
    --scrollbar-corner: rgb(41 21 21 / 0.4) !important;
}
.scrollbar-corner-error-10\/45{
    --scrollbar-corner: rgb(41 21 21 / 0.45) !important;
}
.scrollbar-corner-error-10\/5{
    --scrollbar-corner: rgb(41 21 21 / 0.05) !important;
}
.scrollbar-corner-error-10\/50{
    --scrollbar-corner: rgb(41 21 21 / 0.5) !important;
}
.scrollbar-corner-error-10\/55{
    --scrollbar-corner: rgb(41 21 21 / 0.55) !important;
}
.scrollbar-corner-error-10\/60{
    --scrollbar-corner: rgb(41 21 21 / 0.6) !important;
}
.scrollbar-corner-error-10\/65{
    --scrollbar-corner: rgb(41 21 21 / 0.65) !important;
}
.scrollbar-corner-error-10\/70{
    --scrollbar-corner: rgb(41 21 21 / 0.7) !important;
}
.scrollbar-corner-error-10\/75{
    --scrollbar-corner: rgb(41 21 21 / 0.75) !important;
}
.scrollbar-corner-error-10\/80{
    --scrollbar-corner: rgb(41 21 21 / 0.8) !important;
}
.scrollbar-corner-error-10\/85{
    --scrollbar-corner: rgb(41 21 21 / 0.85) !important;
}
.scrollbar-corner-error-10\/90{
    --scrollbar-corner: rgb(41 21 21 / 0.9) !important;
}
.scrollbar-corner-error-10\/95{
    --scrollbar-corner: rgb(41 21 21 / 0.95) !important;
}
.scrollbar-corner-error-100{
    --scrollbar-corner: #FFC7C7 !important;
}
.scrollbar-corner-error-100\/0{
    --scrollbar-corner: rgb(255 199 199 / 0) !important;
}
.scrollbar-corner-error-100\/10{
    --scrollbar-corner: rgb(255 199 199 / 0.1) !important;
}
.scrollbar-corner-error-100\/100{
    --scrollbar-corner: rgb(255 199 199 / 1) !important;
}
.scrollbar-corner-error-100\/15{
    --scrollbar-corner: rgb(255 199 199 / 0.15) !important;
}
.scrollbar-corner-error-100\/20{
    --scrollbar-corner: rgb(255 199 199 / 0.2) !important;
}
.scrollbar-corner-error-100\/25{
    --scrollbar-corner: rgb(255 199 199 / 0.25) !important;
}
.scrollbar-corner-error-100\/30{
    --scrollbar-corner: rgb(255 199 199 / 0.3) !important;
}
.scrollbar-corner-error-100\/35{
    --scrollbar-corner: rgb(255 199 199 / 0.35) !important;
}
.scrollbar-corner-error-100\/40{
    --scrollbar-corner: rgb(255 199 199 / 0.4) !important;
}
.scrollbar-corner-error-100\/45{
    --scrollbar-corner: rgb(255 199 199 / 0.45) !important;
}
.scrollbar-corner-error-100\/5{
    --scrollbar-corner: rgb(255 199 199 / 0.05) !important;
}
.scrollbar-corner-error-100\/50{
    --scrollbar-corner: rgb(255 199 199 / 0.5) !important;
}
.scrollbar-corner-error-100\/55{
    --scrollbar-corner: rgb(255 199 199 / 0.55) !important;
}
.scrollbar-corner-error-100\/60{
    --scrollbar-corner: rgb(255 199 199 / 0.6) !important;
}
.scrollbar-corner-error-100\/65{
    --scrollbar-corner: rgb(255 199 199 / 0.65) !important;
}
.scrollbar-corner-error-100\/70{
    --scrollbar-corner: rgb(255 199 199 / 0.7) !important;
}
.scrollbar-corner-error-100\/75{
    --scrollbar-corner: rgb(255 199 199 / 0.75) !important;
}
.scrollbar-corner-error-100\/80{
    --scrollbar-corner: rgb(255 199 199 / 0.8) !important;
}
.scrollbar-corner-error-100\/85{
    --scrollbar-corner: rgb(255 199 199 / 0.85) !important;
}
.scrollbar-corner-error-100\/90{
    --scrollbar-corner: rgb(255 199 199 / 0.9) !important;
}
.scrollbar-corner-error-100\/95{
    --scrollbar-corner: rgb(255 199 199 / 0.95) !important;
}
.scrollbar-corner-error-15{
    --scrollbar-corner: #351717 !important;
}
.scrollbar-corner-error-15\/0{
    --scrollbar-corner: rgb(53 23 23 / 0) !important;
}
.scrollbar-corner-error-15\/10{
    --scrollbar-corner: rgb(53 23 23 / 0.1) !important;
}
.scrollbar-corner-error-15\/100{
    --scrollbar-corner: rgb(53 23 23 / 1) !important;
}
.scrollbar-corner-error-15\/15{
    --scrollbar-corner: rgb(53 23 23 / 0.15) !important;
}
.scrollbar-corner-error-15\/20{
    --scrollbar-corner: rgb(53 23 23 / 0.2) !important;
}
.scrollbar-corner-error-15\/25{
    --scrollbar-corner: rgb(53 23 23 / 0.25) !important;
}
.scrollbar-corner-error-15\/30{
    --scrollbar-corner: rgb(53 23 23 / 0.3) !important;
}
.scrollbar-corner-error-15\/35{
    --scrollbar-corner: rgb(53 23 23 / 0.35) !important;
}
.scrollbar-corner-error-15\/40{
    --scrollbar-corner: rgb(53 23 23 / 0.4) !important;
}
.scrollbar-corner-error-15\/45{
    --scrollbar-corner: rgb(53 23 23 / 0.45) !important;
}
.scrollbar-corner-error-15\/5{
    --scrollbar-corner: rgb(53 23 23 / 0.05) !important;
}
.scrollbar-corner-error-15\/50{
    --scrollbar-corner: rgb(53 23 23 / 0.5) !important;
}
.scrollbar-corner-error-15\/55{
    --scrollbar-corner: rgb(53 23 23 / 0.55) !important;
}
.scrollbar-corner-error-15\/60{
    --scrollbar-corner: rgb(53 23 23 / 0.6) !important;
}
.scrollbar-corner-error-15\/65{
    --scrollbar-corner: rgb(53 23 23 / 0.65) !important;
}
.scrollbar-corner-error-15\/70{
    --scrollbar-corner: rgb(53 23 23 / 0.7) !important;
}
.scrollbar-corner-error-15\/75{
    --scrollbar-corner: rgb(53 23 23 / 0.75) !important;
}
.scrollbar-corner-error-15\/80{
    --scrollbar-corner: rgb(53 23 23 / 0.8) !important;
}
.scrollbar-corner-error-15\/85{
    --scrollbar-corner: rgb(53 23 23 / 0.85) !important;
}
.scrollbar-corner-error-15\/90{
    --scrollbar-corner: rgb(53 23 23 / 0.9) !important;
}
.scrollbar-corner-error-15\/95{
    --scrollbar-corner: rgb(53 23 23 / 0.95) !important;
}
.scrollbar-corner-error-20{
    --scrollbar-corner: #3C1919 !important;
}
.scrollbar-corner-error-20\/0{
    --scrollbar-corner: rgb(60 25 25 / 0) !important;
}
.scrollbar-corner-error-20\/10{
    --scrollbar-corner: rgb(60 25 25 / 0.1) !important;
}
.scrollbar-corner-error-20\/100{
    --scrollbar-corner: rgb(60 25 25 / 1) !important;
}
.scrollbar-corner-error-20\/15{
    --scrollbar-corner: rgb(60 25 25 / 0.15) !important;
}
.scrollbar-corner-error-20\/20{
    --scrollbar-corner: rgb(60 25 25 / 0.2) !important;
}
.scrollbar-corner-error-20\/25{
    --scrollbar-corner: rgb(60 25 25 / 0.25) !important;
}
.scrollbar-corner-error-20\/30{
    --scrollbar-corner: rgb(60 25 25 / 0.3) !important;
}
.scrollbar-corner-error-20\/35{
    --scrollbar-corner: rgb(60 25 25 / 0.35) !important;
}
.scrollbar-corner-error-20\/40{
    --scrollbar-corner: rgb(60 25 25 / 0.4) !important;
}
.scrollbar-corner-error-20\/45{
    --scrollbar-corner: rgb(60 25 25 / 0.45) !important;
}
.scrollbar-corner-error-20\/5{
    --scrollbar-corner: rgb(60 25 25 / 0.05) !important;
}
.scrollbar-corner-error-20\/50{
    --scrollbar-corner: rgb(60 25 25 / 0.5) !important;
}
.scrollbar-corner-error-20\/55{
    --scrollbar-corner: rgb(60 25 25 / 0.55) !important;
}
.scrollbar-corner-error-20\/60{
    --scrollbar-corner: rgb(60 25 25 / 0.6) !important;
}
.scrollbar-corner-error-20\/65{
    --scrollbar-corner: rgb(60 25 25 / 0.65) !important;
}
.scrollbar-corner-error-20\/70{
    --scrollbar-corner: rgb(60 25 25 / 0.7) !important;
}
.scrollbar-corner-error-20\/75{
    --scrollbar-corner: rgb(60 25 25 / 0.75) !important;
}
.scrollbar-corner-error-20\/80{
    --scrollbar-corner: rgb(60 25 25 / 0.8) !important;
}
.scrollbar-corner-error-20\/85{
    --scrollbar-corner: rgb(60 25 25 / 0.85) !important;
}
.scrollbar-corner-error-20\/90{
    --scrollbar-corner: rgb(60 25 25 / 0.9) !important;
}
.scrollbar-corner-error-20\/95{
    --scrollbar-corner: rgb(60 25 25 / 0.95) !important;
}
.scrollbar-corner-error-5{
    --scrollbar-corner: #1D1313 !important;
}
.scrollbar-corner-error-5\/0{
    --scrollbar-corner: rgb(29 19 19 / 0) !important;
}
.scrollbar-corner-error-5\/10{
    --scrollbar-corner: rgb(29 19 19 / 0.1) !important;
}
.scrollbar-corner-error-5\/100{
    --scrollbar-corner: rgb(29 19 19 / 1) !important;
}
.scrollbar-corner-error-5\/15{
    --scrollbar-corner: rgb(29 19 19 / 0.15) !important;
}
.scrollbar-corner-error-5\/20{
    --scrollbar-corner: rgb(29 19 19 / 0.2) !important;
}
.scrollbar-corner-error-5\/25{
    --scrollbar-corner: rgb(29 19 19 / 0.25) !important;
}
.scrollbar-corner-error-5\/30{
    --scrollbar-corner: rgb(29 19 19 / 0.3) !important;
}
.scrollbar-corner-error-5\/35{
    --scrollbar-corner: rgb(29 19 19 / 0.35) !important;
}
.scrollbar-corner-error-5\/40{
    --scrollbar-corner: rgb(29 19 19 / 0.4) !important;
}
.scrollbar-corner-error-5\/45{
    --scrollbar-corner: rgb(29 19 19 / 0.45) !important;
}
.scrollbar-corner-error-5\/5{
    --scrollbar-corner: rgb(29 19 19 / 0.05) !important;
}
.scrollbar-corner-error-5\/50{
    --scrollbar-corner: rgb(29 19 19 / 0.5) !important;
}
.scrollbar-corner-error-5\/55{
    --scrollbar-corner: rgb(29 19 19 / 0.55) !important;
}
.scrollbar-corner-error-5\/60{
    --scrollbar-corner: rgb(29 19 19 / 0.6) !important;
}
.scrollbar-corner-error-5\/65{
    --scrollbar-corner: rgb(29 19 19 / 0.65) !important;
}
.scrollbar-corner-error-5\/70{
    --scrollbar-corner: rgb(29 19 19 / 0.7) !important;
}
.scrollbar-corner-error-5\/75{
    --scrollbar-corner: rgb(29 19 19 / 0.75) !important;
}
.scrollbar-corner-error-5\/80{
    --scrollbar-corner: rgb(29 19 19 / 0.8) !important;
}
.scrollbar-corner-error-5\/85{
    --scrollbar-corner: rgb(29 19 19 / 0.85) !important;
}
.scrollbar-corner-error-5\/90{
    --scrollbar-corner: rgb(29 19 19 / 0.9) !important;
}
.scrollbar-corner-error-5\/95{
    --scrollbar-corner: rgb(29 19 19 / 0.95) !important;
}
.scrollbar-corner-error-500{
    --scrollbar-corner: #FF3C3C !important;
}
.scrollbar-corner-error-500\/0{
    --scrollbar-corner: rgb(255 60 60 / 0) !important;
}
.scrollbar-corner-error-500\/10{
    --scrollbar-corner: rgb(255 60 60 / 0.1) !important;
}
.scrollbar-corner-error-500\/100{
    --scrollbar-corner: rgb(255 60 60 / 1) !important;
}
.scrollbar-corner-error-500\/15{
    --scrollbar-corner: rgb(255 60 60 / 0.15) !important;
}
.scrollbar-corner-error-500\/20{
    --scrollbar-corner: rgb(255 60 60 / 0.2) !important;
}
.scrollbar-corner-error-500\/25{
    --scrollbar-corner: rgb(255 60 60 / 0.25) !important;
}
.scrollbar-corner-error-500\/30{
    --scrollbar-corner: rgb(255 60 60 / 0.3) !important;
}
.scrollbar-corner-error-500\/35{
    --scrollbar-corner: rgb(255 60 60 / 0.35) !important;
}
.scrollbar-corner-error-500\/40{
    --scrollbar-corner: rgb(255 60 60 / 0.4) !important;
}
.scrollbar-corner-error-500\/45{
    --scrollbar-corner: rgb(255 60 60 / 0.45) !important;
}
.scrollbar-corner-error-500\/5{
    --scrollbar-corner: rgb(255 60 60 / 0.05) !important;
}
.scrollbar-corner-error-500\/50{
    --scrollbar-corner: rgb(255 60 60 / 0.5) !important;
}
.scrollbar-corner-error-500\/55{
    --scrollbar-corner: rgb(255 60 60 / 0.55) !important;
}
.scrollbar-corner-error-500\/60{
    --scrollbar-corner: rgb(255 60 60 / 0.6) !important;
}
.scrollbar-corner-error-500\/65{
    --scrollbar-corner: rgb(255 60 60 / 0.65) !important;
}
.scrollbar-corner-error-500\/70{
    --scrollbar-corner: rgb(255 60 60 / 0.7) !important;
}
.scrollbar-corner-error-500\/75{
    --scrollbar-corner: rgb(255 60 60 / 0.75) !important;
}
.scrollbar-corner-error-500\/80{
    --scrollbar-corner: rgb(255 60 60 / 0.8) !important;
}
.scrollbar-corner-error-500\/85{
    --scrollbar-corner: rgb(255 60 60 / 0.85) !important;
}
.scrollbar-corner-error-500\/90{
    --scrollbar-corner: rgb(255 60 60 / 0.9) !important;
}
.scrollbar-corner-error-500\/95{
    --scrollbar-corner: rgb(255 60 60 / 0.95) !important;
}
.scrollbar-corner-error-900{
    --scrollbar-corner: #3C1919 !important;
}
.scrollbar-corner-error-900\/0{
    --scrollbar-corner: rgb(60 25 25 / 0) !important;
}
.scrollbar-corner-error-900\/10{
    --scrollbar-corner: rgb(60 25 25 / 0.1) !important;
}
.scrollbar-corner-error-900\/100{
    --scrollbar-corner: rgb(60 25 25 / 1) !important;
}
.scrollbar-corner-error-900\/15{
    --scrollbar-corner: rgb(60 25 25 / 0.15) !important;
}
.scrollbar-corner-error-900\/20{
    --scrollbar-corner: rgb(60 25 25 / 0.2) !important;
}
.scrollbar-corner-error-900\/25{
    --scrollbar-corner: rgb(60 25 25 / 0.25) !important;
}
.scrollbar-corner-error-900\/30{
    --scrollbar-corner: rgb(60 25 25 / 0.3) !important;
}
.scrollbar-corner-error-900\/35{
    --scrollbar-corner: rgb(60 25 25 / 0.35) !important;
}
.scrollbar-corner-error-900\/40{
    --scrollbar-corner: rgb(60 25 25 / 0.4) !important;
}
.scrollbar-corner-error-900\/45{
    --scrollbar-corner: rgb(60 25 25 / 0.45) !important;
}
.scrollbar-corner-error-900\/5{
    --scrollbar-corner: rgb(60 25 25 / 0.05) !important;
}
.scrollbar-corner-error-900\/50{
    --scrollbar-corner: rgb(60 25 25 / 0.5) !important;
}
.scrollbar-corner-error-900\/55{
    --scrollbar-corner: rgb(60 25 25 / 0.55) !important;
}
.scrollbar-corner-error-900\/60{
    --scrollbar-corner: rgb(60 25 25 / 0.6) !important;
}
.scrollbar-corner-error-900\/65{
    --scrollbar-corner: rgb(60 25 25 / 0.65) !important;
}
.scrollbar-corner-error-900\/70{
    --scrollbar-corner: rgb(60 25 25 / 0.7) !important;
}
.scrollbar-corner-error-900\/75{
    --scrollbar-corner: rgb(60 25 25 / 0.75) !important;
}
.scrollbar-corner-error-900\/80{
    --scrollbar-corner: rgb(60 25 25 / 0.8) !important;
}
.scrollbar-corner-error-900\/85{
    --scrollbar-corner: rgb(60 25 25 / 0.85) !important;
}
.scrollbar-corner-error-900\/90{
    --scrollbar-corner: rgb(60 25 25 / 0.9) !important;
}
.scrollbar-corner-error-900\/95{
    --scrollbar-corner: rgb(60 25 25 / 0.95) !important;
}
.scrollbar-corner-error-light{
    --scrollbar-corner: #FFC7C7 !important;
}
.scrollbar-corner-error-light\/0{
    --scrollbar-corner: rgb(255 199 199 / 0) !important;
}
.scrollbar-corner-error-light\/10{
    --scrollbar-corner: rgb(255 199 199 / 0.1) !important;
}
.scrollbar-corner-error-light\/100{
    --scrollbar-corner: rgb(255 199 199 / 1) !important;
}
.scrollbar-corner-error-light\/15{
    --scrollbar-corner: rgb(255 199 199 / 0.15) !important;
}
.scrollbar-corner-error-light\/20{
    --scrollbar-corner: rgb(255 199 199 / 0.2) !important;
}
.scrollbar-corner-error-light\/25{
    --scrollbar-corner: rgb(255 199 199 / 0.25) !important;
}
.scrollbar-corner-error-light\/30{
    --scrollbar-corner: rgb(255 199 199 / 0.3) !important;
}
.scrollbar-corner-error-light\/35{
    --scrollbar-corner: rgb(255 199 199 / 0.35) !important;
}
.scrollbar-corner-error-light\/40{
    --scrollbar-corner: rgb(255 199 199 / 0.4) !important;
}
.scrollbar-corner-error-light\/45{
    --scrollbar-corner: rgb(255 199 199 / 0.45) !important;
}
.scrollbar-corner-error-light\/5{
    --scrollbar-corner: rgb(255 199 199 / 0.05) !important;
}
.scrollbar-corner-error-light\/50{
    --scrollbar-corner: rgb(255 199 199 / 0.5) !important;
}
.scrollbar-corner-error-light\/55{
    --scrollbar-corner: rgb(255 199 199 / 0.55) !important;
}
.scrollbar-corner-error-light\/60{
    --scrollbar-corner: rgb(255 199 199 / 0.6) !important;
}
.scrollbar-corner-error-light\/65{
    --scrollbar-corner: rgb(255 199 199 / 0.65) !important;
}
.scrollbar-corner-error-light\/70{
    --scrollbar-corner: rgb(255 199 199 / 0.7) !important;
}
.scrollbar-corner-error-light\/75{
    --scrollbar-corner: rgb(255 199 199 / 0.75) !important;
}
.scrollbar-corner-error-light\/80{
    --scrollbar-corner: rgb(255 199 199 / 0.8) !important;
}
.scrollbar-corner-error-light\/85{
    --scrollbar-corner: rgb(255 199 199 / 0.85) !important;
}
.scrollbar-corner-error-light\/90{
    --scrollbar-corner: rgb(255 199 199 / 0.9) !important;
}
.scrollbar-corner-error-light\/95{
    --scrollbar-corner: rgb(255 199 199 / 0.95) !important;
}
.scrollbar-corner-error\/0{
    --scrollbar-corner: rgb(255 60 60 / 0) !important;
}
.scrollbar-corner-error\/10{
    --scrollbar-corner: rgb(255 60 60 / 0.1) !important;
}
.scrollbar-corner-error\/100{
    --scrollbar-corner: rgb(255 60 60 / 1) !important;
}
.scrollbar-corner-error\/15{
    --scrollbar-corner: rgb(255 60 60 / 0.15) !important;
}
.scrollbar-corner-error\/20{
    --scrollbar-corner: rgb(255 60 60 / 0.2) !important;
}
.scrollbar-corner-error\/25{
    --scrollbar-corner: rgb(255 60 60 / 0.25) !important;
}
.scrollbar-corner-error\/30{
    --scrollbar-corner: rgb(255 60 60 / 0.3) !important;
}
.scrollbar-corner-error\/35{
    --scrollbar-corner: rgb(255 60 60 / 0.35) !important;
}
.scrollbar-corner-error\/40{
    --scrollbar-corner: rgb(255 60 60 / 0.4) !important;
}
.scrollbar-corner-error\/45{
    --scrollbar-corner: rgb(255 60 60 / 0.45) !important;
}
.scrollbar-corner-error\/5{
    --scrollbar-corner: rgb(255 60 60 / 0.05) !important;
}
.scrollbar-corner-error\/50{
    --scrollbar-corner: rgb(255 60 60 / 0.5) !important;
}
.scrollbar-corner-error\/55{
    --scrollbar-corner: rgb(255 60 60 / 0.55) !important;
}
.scrollbar-corner-error\/60{
    --scrollbar-corner: rgb(255 60 60 / 0.6) !important;
}
.scrollbar-corner-error\/65{
    --scrollbar-corner: rgb(255 60 60 / 0.65) !important;
}
.scrollbar-corner-error\/70{
    --scrollbar-corner: rgb(255 60 60 / 0.7) !important;
}
.scrollbar-corner-error\/75{
    --scrollbar-corner: rgb(255 60 60 / 0.75) !important;
}
.scrollbar-corner-error\/80{
    --scrollbar-corner: rgb(255 60 60 / 0.8) !important;
}
.scrollbar-corner-error\/85{
    --scrollbar-corner: rgb(255 60 60 / 0.85) !important;
}
.scrollbar-corner-error\/90{
    --scrollbar-corner: rgb(255 60 60 / 0.9) !important;
}
.scrollbar-corner-error\/95{
    --scrollbar-corner: rgb(255 60 60 / 0.95) !important;
}
.scrollbar-corner-primary{
    --scrollbar-corner: #48E59B !important;
}
.scrollbar-corner-primary-20{
    --scrollbar-corner: #1C3B2D !important;
}
.scrollbar-corner-primary-20\/0{
    --scrollbar-corner: rgb(28 59 45 / 0) !important;
}
.scrollbar-corner-primary-20\/10{
    --scrollbar-corner: rgb(28 59 45 / 0.1) !important;
}
.scrollbar-corner-primary-20\/100{
    --scrollbar-corner: rgb(28 59 45 / 1) !important;
}
.scrollbar-corner-primary-20\/15{
    --scrollbar-corner: rgb(28 59 45 / 0.15) !important;
}
.scrollbar-corner-primary-20\/20{
    --scrollbar-corner: rgb(28 59 45 / 0.2) !important;
}
.scrollbar-corner-primary-20\/25{
    --scrollbar-corner: rgb(28 59 45 / 0.25) !important;
}
.scrollbar-corner-primary-20\/30{
    --scrollbar-corner: rgb(28 59 45 / 0.3) !important;
}
.scrollbar-corner-primary-20\/35{
    --scrollbar-corner: rgb(28 59 45 / 0.35) !important;
}
.scrollbar-corner-primary-20\/40{
    --scrollbar-corner: rgb(28 59 45 / 0.4) !important;
}
.scrollbar-corner-primary-20\/45{
    --scrollbar-corner: rgb(28 59 45 / 0.45) !important;
}
.scrollbar-corner-primary-20\/5{
    --scrollbar-corner: rgb(28 59 45 / 0.05) !important;
}
.scrollbar-corner-primary-20\/50{
    --scrollbar-corner: rgb(28 59 45 / 0.5) !important;
}
.scrollbar-corner-primary-20\/55{
    --scrollbar-corner: rgb(28 59 45 / 0.55) !important;
}
.scrollbar-corner-primary-20\/60{
    --scrollbar-corner: rgb(28 59 45 / 0.6) !important;
}
.scrollbar-corner-primary-20\/65{
    --scrollbar-corner: rgb(28 59 45 / 0.65) !important;
}
.scrollbar-corner-primary-20\/70{
    --scrollbar-corner: rgb(28 59 45 / 0.7) !important;
}
.scrollbar-corner-primary-20\/75{
    --scrollbar-corner: rgb(28 59 45 / 0.75) !important;
}
.scrollbar-corner-primary-20\/80{
    --scrollbar-corner: rgb(28 59 45 / 0.8) !important;
}
.scrollbar-corner-primary-20\/85{
    --scrollbar-corner: rgb(28 59 45 / 0.85) !important;
}
.scrollbar-corner-primary-20\/90{
    --scrollbar-corner: rgb(28 59 45 / 0.9) !important;
}
.scrollbar-corner-primary-20\/95{
    --scrollbar-corner: rgb(28 59 45 / 0.95) !important;
}
.scrollbar-corner-primary-200{
    --scrollbar-corner: #C6EEDB !important;
}
.scrollbar-corner-primary-200\/0{
    --scrollbar-corner: rgb(198 238 219 / 0) !important;
}
.scrollbar-corner-primary-200\/10{
    --scrollbar-corner: rgb(198 238 219 / 0.1) !important;
}
.scrollbar-corner-primary-200\/100{
    --scrollbar-corner: rgb(198 238 219 / 1) !important;
}
.scrollbar-corner-primary-200\/15{
    --scrollbar-corner: rgb(198 238 219 / 0.15) !important;
}
.scrollbar-corner-primary-200\/20{
    --scrollbar-corner: rgb(198 238 219 / 0.2) !important;
}
.scrollbar-corner-primary-200\/25{
    --scrollbar-corner: rgb(198 238 219 / 0.25) !important;
}
.scrollbar-corner-primary-200\/30{
    --scrollbar-corner: rgb(198 238 219 / 0.3) !important;
}
.scrollbar-corner-primary-200\/35{
    --scrollbar-corner: rgb(198 238 219 / 0.35) !important;
}
.scrollbar-corner-primary-200\/40{
    --scrollbar-corner: rgb(198 238 219 / 0.4) !important;
}
.scrollbar-corner-primary-200\/45{
    --scrollbar-corner: rgb(198 238 219 / 0.45) !important;
}
.scrollbar-corner-primary-200\/5{
    --scrollbar-corner: rgb(198 238 219 / 0.05) !important;
}
.scrollbar-corner-primary-200\/50{
    --scrollbar-corner: rgb(198 238 219 / 0.5) !important;
}
.scrollbar-corner-primary-200\/55{
    --scrollbar-corner: rgb(198 238 219 / 0.55) !important;
}
.scrollbar-corner-primary-200\/60{
    --scrollbar-corner: rgb(198 238 219 / 0.6) !important;
}
.scrollbar-corner-primary-200\/65{
    --scrollbar-corner: rgb(198 238 219 / 0.65) !important;
}
.scrollbar-corner-primary-200\/70{
    --scrollbar-corner: rgb(198 238 219 / 0.7) !important;
}
.scrollbar-corner-primary-200\/75{
    --scrollbar-corner: rgb(198 238 219 / 0.75) !important;
}
.scrollbar-corner-primary-200\/80{
    --scrollbar-corner: rgb(198 238 219 / 0.8) !important;
}
.scrollbar-corner-primary-200\/85{
    --scrollbar-corner: rgb(198 238 219 / 0.85) !important;
}
.scrollbar-corner-primary-200\/90{
    --scrollbar-corner: rgb(198 238 219 / 0.9) !important;
}
.scrollbar-corner-primary-200\/95{
    --scrollbar-corner: rgb(198 238 219 / 0.95) !important;
}
.scrollbar-corner-primary-5{
    --scrollbar-corner: #141C18 !important;
}
.scrollbar-corner-primary-5\/0{
    --scrollbar-corner: rgb(20 28 24 / 0) !important;
}
.scrollbar-corner-primary-5\/10{
    --scrollbar-corner: rgb(20 28 24 / 0.1) !important;
}
.scrollbar-corner-primary-5\/100{
    --scrollbar-corner: rgb(20 28 24 / 1) !important;
}
.scrollbar-corner-primary-5\/15{
    --scrollbar-corner: rgb(20 28 24 / 0.15) !important;
}
.scrollbar-corner-primary-5\/20{
    --scrollbar-corner: rgb(20 28 24 / 0.2) !important;
}
.scrollbar-corner-primary-5\/25{
    --scrollbar-corner: rgb(20 28 24 / 0.25) !important;
}
.scrollbar-corner-primary-5\/30{
    --scrollbar-corner: rgb(20 28 24 / 0.3) !important;
}
.scrollbar-corner-primary-5\/35{
    --scrollbar-corner: rgb(20 28 24 / 0.35) !important;
}
.scrollbar-corner-primary-5\/40{
    --scrollbar-corner: rgb(20 28 24 / 0.4) !important;
}
.scrollbar-corner-primary-5\/45{
    --scrollbar-corner: rgb(20 28 24 / 0.45) !important;
}
.scrollbar-corner-primary-5\/5{
    --scrollbar-corner: rgb(20 28 24 / 0.05) !important;
}
.scrollbar-corner-primary-5\/50{
    --scrollbar-corner: rgb(20 28 24 / 0.5) !important;
}
.scrollbar-corner-primary-5\/55{
    --scrollbar-corner: rgb(20 28 24 / 0.55) !important;
}
.scrollbar-corner-primary-5\/60{
    --scrollbar-corner: rgb(20 28 24 / 0.6) !important;
}
.scrollbar-corner-primary-5\/65{
    --scrollbar-corner: rgb(20 28 24 / 0.65) !important;
}
.scrollbar-corner-primary-5\/70{
    --scrollbar-corner: rgb(20 28 24 / 0.7) !important;
}
.scrollbar-corner-primary-5\/75{
    --scrollbar-corner: rgb(20 28 24 / 0.75) !important;
}
.scrollbar-corner-primary-5\/80{
    --scrollbar-corner: rgb(20 28 24 / 0.8) !important;
}
.scrollbar-corner-primary-5\/85{
    --scrollbar-corner: rgb(20 28 24 / 0.85) !important;
}
.scrollbar-corner-primary-5\/90{
    --scrollbar-corner: rgb(20 28 24 / 0.9) !important;
}
.scrollbar-corner-primary-5\/95{
    --scrollbar-corner: rgb(20 28 24 / 0.95) !important;
}
.scrollbar-corner-primary-500{
    --scrollbar-corner: #48E59B !important;
}
.scrollbar-corner-primary-500\/0{
    --scrollbar-corner: rgb(72 229 155 / 0) !important;
}
.scrollbar-corner-primary-500\/10{
    --scrollbar-corner: rgb(72 229 155 / 0.1) !important;
}
.scrollbar-corner-primary-500\/100{
    --scrollbar-corner: rgb(72 229 155 / 1) !important;
}
.scrollbar-corner-primary-500\/15{
    --scrollbar-corner: rgb(72 229 155 / 0.15) !important;
}
.scrollbar-corner-primary-500\/20{
    --scrollbar-corner: rgb(72 229 155 / 0.2) !important;
}
.scrollbar-corner-primary-500\/25{
    --scrollbar-corner: rgb(72 229 155 / 0.25) !important;
}
.scrollbar-corner-primary-500\/30{
    --scrollbar-corner: rgb(72 229 155 / 0.3) !important;
}
.scrollbar-corner-primary-500\/35{
    --scrollbar-corner: rgb(72 229 155 / 0.35) !important;
}
.scrollbar-corner-primary-500\/40{
    --scrollbar-corner: rgb(72 229 155 / 0.4) !important;
}
.scrollbar-corner-primary-500\/45{
    --scrollbar-corner: rgb(72 229 155 / 0.45) !important;
}
.scrollbar-corner-primary-500\/5{
    --scrollbar-corner: rgb(72 229 155 / 0.05) !important;
}
.scrollbar-corner-primary-500\/50{
    --scrollbar-corner: rgb(72 229 155 / 0.5) !important;
}
.scrollbar-corner-primary-500\/55{
    --scrollbar-corner: rgb(72 229 155 / 0.55) !important;
}
.scrollbar-corner-primary-500\/60{
    --scrollbar-corner: rgb(72 229 155 / 0.6) !important;
}
.scrollbar-corner-primary-500\/65{
    --scrollbar-corner: rgb(72 229 155 / 0.65) !important;
}
.scrollbar-corner-primary-500\/70{
    --scrollbar-corner: rgb(72 229 155 / 0.7) !important;
}
.scrollbar-corner-primary-500\/75{
    --scrollbar-corner: rgb(72 229 155 / 0.75) !important;
}
.scrollbar-corner-primary-500\/80{
    --scrollbar-corner: rgb(72 229 155 / 0.8) !important;
}
.scrollbar-corner-primary-500\/85{
    --scrollbar-corner: rgb(72 229 155 / 0.85) !important;
}
.scrollbar-corner-primary-500\/90{
    --scrollbar-corner: rgb(72 229 155 / 0.9) !important;
}
.scrollbar-corner-primary-500\/95{
    --scrollbar-corner: rgb(72 229 155 / 0.95) !important;
}
.scrollbar-corner-primary-60{
    --scrollbar-corner: #399B6D !important;
}
.scrollbar-corner-primary-60\/0{
    --scrollbar-corner: rgb(57 155 109 / 0) !important;
}
.scrollbar-corner-primary-60\/10{
    --scrollbar-corner: rgb(57 155 109 / 0.1) !important;
}
.scrollbar-corner-primary-60\/100{
    --scrollbar-corner: rgb(57 155 109 / 1) !important;
}
.scrollbar-corner-primary-60\/15{
    --scrollbar-corner: rgb(57 155 109 / 0.15) !important;
}
.scrollbar-corner-primary-60\/20{
    --scrollbar-corner: rgb(57 155 109 / 0.2) !important;
}
.scrollbar-corner-primary-60\/25{
    --scrollbar-corner: rgb(57 155 109 / 0.25) !important;
}
.scrollbar-corner-primary-60\/30{
    --scrollbar-corner: rgb(57 155 109 / 0.3) !important;
}
.scrollbar-corner-primary-60\/35{
    --scrollbar-corner: rgb(57 155 109 / 0.35) !important;
}
.scrollbar-corner-primary-60\/40{
    --scrollbar-corner: rgb(57 155 109 / 0.4) !important;
}
.scrollbar-corner-primary-60\/45{
    --scrollbar-corner: rgb(57 155 109 / 0.45) !important;
}
.scrollbar-corner-primary-60\/5{
    --scrollbar-corner: rgb(57 155 109 / 0.05) !important;
}
.scrollbar-corner-primary-60\/50{
    --scrollbar-corner: rgb(57 155 109 / 0.5) !important;
}
.scrollbar-corner-primary-60\/55{
    --scrollbar-corner: rgb(57 155 109 / 0.55) !important;
}
.scrollbar-corner-primary-60\/60{
    --scrollbar-corner: rgb(57 155 109 / 0.6) !important;
}
.scrollbar-corner-primary-60\/65{
    --scrollbar-corner: rgb(57 155 109 / 0.65) !important;
}
.scrollbar-corner-primary-60\/70{
    --scrollbar-corner: rgb(57 155 109 / 0.7) !important;
}
.scrollbar-corner-primary-60\/75{
    --scrollbar-corner: rgb(57 155 109 / 0.75) !important;
}
.scrollbar-corner-primary-60\/80{
    --scrollbar-corner: rgb(57 155 109 / 0.8) !important;
}
.scrollbar-corner-primary-60\/85{
    --scrollbar-corner: rgb(57 155 109 / 0.85) !important;
}
.scrollbar-corner-primary-60\/90{
    --scrollbar-corner: rgb(57 155 109 / 0.9) !important;
}
.scrollbar-corner-primary-60\/95{
    --scrollbar-corner: rgb(57 155 109 / 0.95) !important;
}
.scrollbar-corner-primary-600{
    --scrollbar-corner: #3DBB7F !important;
}
.scrollbar-corner-primary-600\/0{
    --scrollbar-corner: rgb(61 187 127 / 0) !important;
}
.scrollbar-corner-primary-600\/10{
    --scrollbar-corner: rgb(61 187 127 / 0.1) !important;
}
.scrollbar-corner-primary-600\/100{
    --scrollbar-corner: rgb(61 187 127 / 1) !important;
}
.scrollbar-corner-primary-600\/15{
    --scrollbar-corner: rgb(61 187 127 / 0.15) !important;
}
.scrollbar-corner-primary-600\/20{
    --scrollbar-corner: rgb(61 187 127 / 0.2) !important;
}
.scrollbar-corner-primary-600\/25{
    --scrollbar-corner: rgb(61 187 127 / 0.25) !important;
}
.scrollbar-corner-primary-600\/30{
    --scrollbar-corner: rgb(61 187 127 / 0.3) !important;
}
.scrollbar-corner-primary-600\/35{
    --scrollbar-corner: rgb(61 187 127 / 0.35) !important;
}
.scrollbar-corner-primary-600\/40{
    --scrollbar-corner: rgb(61 187 127 / 0.4) !important;
}
.scrollbar-corner-primary-600\/45{
    --scrollbar-corner: rgb(61 187 127 / 0.45) !important;
}
.scrollbar-corner-primary-600\/5{
    --scrollbar-corner: rgb(61 187 127 / 0.05) !important;
}
.scrollbar-corner-primary-600\/50{
    --scrollbar-corner: rgb(61 187 127 / 0.5) !important;
}
.scrollbar-corner-primary-600\/55{
    --scrollbar-corner: rgb(61 187 127 / 0.55) !important;
}
.scrollbar-corner-primary-600\/60{
    --scrollbar-corner: rgb(61 187 127 / 0.6) !important;
}
.scrollbar-corner-primary-600\/65{
    --scrollbar-corner: rgb(61 187 127 / 0.65) !important;
}
.scrollbar-corner-primary-600\/70{
    --scrollbar-corner: rgb(61 187 127 / 0.7) !important;
}
.scrollbar-corner-primary-600\/75{
    --scrollbar-corner: rgb(61 187 127 / 0.75) !important;
}
.scrollbar-corner-primary-600\/80{
    --scrollbar-corner: rgb(61 187 127 / 0.8) !important;
}
.scrollbar-corner-primary-600\/85{
    --scrollbar-corner: rgb(61 187 127 / 0.85) !important;
}
.scrollbar-corner-primary-600\/90{
    --scrollbar-corner: rgb(61 187 127 / 0.9) !important;
}
.scrollbar-corner-primary-600\/95{
    --scrollbar-corner: rgb(61 187 127 / 0.95) !important;
}
.scrollbar-corner-primary-700{
    --scrollbar-corner: #399B6D !important;
}
.scrollbar-corner-primary-700\/0{
    --scrollbar-corner: rgb(57 155 109 / 0) !important;
}
.scrollbar-corner-primary-700\/10{
    --scrollbar-corner: rgb(57 155 109 / 0.1) !important;
}
.scrollbar-corner-primary-700\/100{
    --scrollbar-corner: rgb(57 155 109 / 1) !important;
}
.scrollbar-corner-primary-700\/15{
    --scrollbar-corner: rgb(57 155 109 / 0.15) !important;
}
.scrollbar-corner-primary-700\/20{
    --scrollbar-corner: rgb(57 155 109 / 0.2) !important;
}
.scrollbar-corner-primary-700\/25{
    --scrollbar-corner: rgb(57 155 109 / 0.25) !important;
}
.scrollbar-corner-primary-700\/30{
    --scrollbar-corner: rgb(57 155 109 / 0.3) !important;
}
.scrollbar-corner-primary-700\/35{
    --scrollbar-corner: rgb(57 155 109 / 0.35) !important;
}
.scrollbar-corner-primary-700\/40{
    --scrollbar-corner: rgb(57 155 109 / 0.4) !important;
}
.scrollbar-corner-primary-700\/45{
    --scrollbar-corner: rgb(57 155 109 / 0.45) !important;
}
.scrollbar-corner-primary-700\/5{
    --scrollbar-corner: rgb(57 155 109 / 0.05) !important;
}
.scrollbar-corner-primary-700\/50{
    --scrollbar-corner: rgb(57 155 109 / 0.5) !important;
}
.scrollbar-corner-primary-700\/55{
    --scrollbar-corner: rgb(57 155 109 / 0.55) !important;
}
.scrollbar-corner-primary-700\/60{
    --scrollbar-corner: rgb(57 155 109 / 0.6) !important;
}
.scrollbar-corner-primary-700\/65{
    --scrollbar-corner: rgb(57 155 109 / 0.65) !important;
}
.scrollbar-corner-primary-700\/70{
    --scrollbar-corner: rgb(57 155 109 / 0.7) !important;
}
.scrollbar-corner-primary-700\/75{
    --scrollbar-corner: rgb(57 155 109 / 0.75) !important;
}
.scrollbar-corner-primary-700\/80{
    --scrollbar-corner: rgb(57 155 109 / 0.8) !important;
}
.scrollbar-corner-primary-700\/85{
    --scrollbar-corner: rgb(57 155 109 / 0.85) !important;
}
.scrollbar-corner-primary-700\/90{
    --scrollbar-corner: rgb(57 155 109 / 0.9) !important;
}
.scrollbar-corner-primary-700\/95{
    --scrollbar-corner: rgb(57 155 109 / 0.95) !important;
}
.scrollbar-corner-primary-80{
    --scrollbar-corner: #3DBB7F !important;
}
.scrollbar-corner-primary-80\/0{
    --scrollbar-corner: rgb(61 187 127 / 0) !important;
}
.scrollbar-corner-primary-80\/10{
    --scrollbar-corner: rgb(61 187 127 / 0.1) !important;
}
.scrollbar-corner-primary-80\/100{
    --scrollbar-corner: rgb(61 187 127 / 1) !important;
}
.scrollbar-corner-primary-80\/15{
    --scrollbar-corner: rgb(61 187 127 / 0.15) !important;
}
.scrollbar-corner-primary-80\/20{
    --scrollbar-corner: rgb(61 187 127 / 0.2) !important;
}
.scrollbar-corner-primary-80\/25{
    --scrollbar-corner: rgb(61 187 127 / 0.25) !important;
}
.scrollbar-corner-primary-80\/30{
    --scrollbar-corner: rgb(61 187 127 / 0.3) !important;
}
.scrollbar-corner-primary-80\/35{
    --scrollbar-corner: rgb(61 187 127 / 0.35) !important;
}
.scrollbar-corner-primary-80\/40{
    --scrollbar-corner: rgb(61 187 127 / 0.4) !important;
}
.scrollbar-corner-primary-80\/45{
    --scrollbar-corner: rgb(61 187 127 / 0.45) !important;
}
.scrollbar-corner-primary-80\/5{
    --scrollbar-corner: rgb(61 187 127 / 0.05) !important;
}
.scrollbar-corner-primary-80\/50{
    --scrollbar-corner: rgb(61 187 127 / 0.5) !important;
}
.scrollbar-corner-primary-80\/55{
    --scrollbar-corner: rgb(61 187 127 / 0.55) !important;
}
.scrollbar-corner-primary-80\/60{
    --scrollbar-corner: rgb(61 187 127 / 0.6) !important;
}
.scrollbar-corner-primary-80\/65{
    --scrollbar-corner: rgb(61 187 127 / 0.65) !important;
}
.scrollbar-corner-primary-80\/70{
    --scrollbar-corner: rgb(61 187 127 / 0.7) !important;
}
.scrollbar-corner-primary-80\/75{
    --scrollbar-corner: rgb(61 187 127 / 0.75) !important;
}
.scrollbar-corner-primary-80\/80{
    --scrollbar-corner: rgb(61 187 127 / 0.8) !important;
}
.scrollbar-corner-primary-80\/85{
    --scrollbar-corner: rgb(61 187 127 / 0.85) !important;
}
.scrollbar-corner-primary-80\/90{
    --scrollbar-corner: rgb(61 187 127 / 0.9) !important;
}
.scrollbar-corner-primary-80\/95{
    --scrollbar-corner: rgb(61 187 127 / 0.95) !important;
}
.scrollbar-corner-primary-800{
    --scrollbar-corner: #0A4429 !important;
}
.scrollbar-corner-primary-800\/0{
    --scrollbar-corner: rgb(10 68 41 / 0) !important;
}
.scrollbar-corner-primary-800\/10{
    --scrollbar-corner: rgb(10 68 41 / 0.1) !important;
}
.scrollbar-corner-primary-800\/100{
    --scrollbar-corner: rgb(10 68 41 / 1) !important;
}
.scrollbar-corner-primary-800\/15{
    --scrollbar-corner: rgb(10 68 41 / 0.15) !important;
}
.scrollbar-corner-primary-800\/20{
    --scrollbar-corner: rgb(10 68 41 / 0.2) !important;
}
.scrollbar-corner-primary-800\/25{
    --scrollbar-corner: rgb(10 68 41 / 0.25) !important;
}
.scrollbar-corner-primary-800\/30{
    --scrollbar-corner: rgb(10 68 41 / 0.3) !important;
}
.scrollbar-corner-primary-800\/35{
    --scrollbar-corner: rgb(10 68 41 / 0.35) !important;
}
.scrollbar-corner-primary-800\/40{
    --scrollbar-corner: rgb(10 68 41 / 0.4) !important;
}
.scrollbar-corner-primary-800\/45{
    --scrollbar-corner: rgb(10 68 41 / 0.45) !important;
}
.scrollbar-corner-primary-800\/5{
    --scrollbar-corner: rgb(10 68 41 / 0.05) !important;
}
.scrollbar-corner-primary-800\/50{
    --scrollbar-corner: rgb(10 68 41 / 0.5) !important;
}
.scrollbar-corner-primary-800\/55{
    --scrollbar-corner: rgb(10 68 41 / 0.55) !important;
}
.scrollbar-corner-primary-800\/60{
    --scrollbar-corner: rgb(10 68 41 / 0.6) !important;
}
.scrollbar-corner-primary-800\/65{
    --scrollbar-corner: rgb(10 68 41 / 0.65) !important;
}
.scrollbar-corner-primary-800\/70{
    --scrollbar-corner: rgb(10 68 41 / 0.7) !important;
}
.scrollbar-corner-primary-800\/75{
    --scrollbar-corner: rgb(10 68 41 / 0.75) !important;
}
.scrollbar-corner-primary-800\/80{
    --scrollbar-corner: rgb(10 68 41 / 0.8) !important;
}
.scrollbar-corner-primary-800\/85{
    --scrollbar-corner: rgb(10 68 41 / 0.85) !important;
}
.scrollbar-corner-primary-800\/90{
    --scrollbar-corner: rgb(10 68 41 / 0.9) !important;
}
.scrollbar-corner-primary-800\/95{
    --scrollbar-corner: rgb(10 68 41 / 0.95) !important;
}
.scrollbar-corner-primary-900{
    --scrollbar-corner: #1C3B2D !important;
}
.scrollbar-corner-primary-900\/0{
    --scrollbar-corner: rgb(28 59 45 / 0) !important;
}
.scrollbar-corner-primary-900\/10{
    --scrollbar-corner: rgb(28 59 45 / 0.1) !important;
}
.scrollbar-corner-primary-900\/100{
    --scrollbar-corner: rgb(28 59 45 / 1) !important;
}
.scrollbar-corner-primary-900\/15{
    --scrollbar-corner: rgb(28 59 45 / 0.15) !important;
}
.scrollbar-corner-primary-900\/20{
    --scrollbar-corner: rgb(28 59 45 / 0.2) !important;
}
.scrollbar-corner-primary-900\/25{
    --scrollbar-corner: rgb(28 59 45 / 0.25) !important;
}
.scrollbar-corner-primary-900\/30{
    --scrollbar-corner: rgb(28 59 45 / 0.3) !important;
}
.scrollbar-corner-primary-900\/35{
    --scrollbar-corner: rgb(28 59 45 / 0.35) !important;
}
.scrollbar-corner-primary-900\/40{
    --scrollbar-corner: rgb(28 59 45 / 0.4) !important;
}
.scrollbar-corner-primary-900\/45{
    --scrollbar-corner: rgb(28 59 45 / 0.45) !important;
}
.scrollbar-corner-primary-900\/5{
    --scrollbar-corner: rgb(28 59 45 / 0.05) !important;
}
.scrollbar-corner-primary-900\/50{
    --scrollbar-corner: rgb(28 59 45 / 0.5) !important;
}
.scrollbar-corner-primary-900\/55{
    --scrollbar-corner: rgb(28 59 45 / 0.55) !important;
}
.scrollbar-corner-primary-900\/60{
    --scrollbar-corner: rgb(28 59 45 / 0.6) !important;
}
.scrollbar-corner-primary-900\/65{
    --scrollbar-corner: rgb(28 59 45 / 0.65) !important;
}
.scrollbar-corner-primary-900\/70{
    --scrollbar-corner: rgb(28 59 45 / 0.7) !important;
}
.scrollbar-corner-primary-900\/75{
    --scrollbar-corner: rgb(28 59 45 / 0.75) !important;
}
.scrollbar-corner-primary-900\/80{
    --scrollbar-corner: rgb(28 59 45 / 0.8) !important;
}
.scrollbar-corner-primary-900\/85{
    --scrollbar-corner: rgb(28 59 45 / 0.85) !important;
}
.scrollbar-corner-primary-900\/90{
    --scrollbar-corner: rgb(28 59 45 / 0.9) !important;
}
.scrollbar-corner-primary-900\/95{
    --scrollbar-corner: rgb(28 59 45 / 0.95) !important;
}
.scrollbar-corner-primary-950{
    --scrollbar-corner: #141C18 !important;
}
.scrollbar-corner-primary-950\/0{
    --scrollbar-corner: rgb(20 28 24 / 0) !important;
}
.scrollbar-corner-primary-950\/10{
    --scrollbar-corner: rgb(20 28 24 / 0.1) !important;
}
.scrollbar-corner-primary-950\/100{
    --scrollbar-corner: rgb(20 28 24 / 1) !important;
}
.scrollbar-corner-primary-950\/15{
    --scrollbar-corner: rgb(20 28 24 / 0.15) !important;
}
.scrollbar-corner-primary-950\/20{
    --scrollbar-corner: rgb(20 28 24 / 0.2) !important;
}
.scrollbar-corner-primary-950\/25{
    --scrollbar-corner: rgb(20 28 24 / 0.25) !important;
}
.scrollbar-corner-primary-950\/30{
    --scrollbar-corner: rgb(20 28 24 / 0.3) !important;
}
.scrollbar-corner-primary-950\/35{
    --scrollbar-corner: rgb(20 28 24 / 0.35) !important;
}
.scrollbar-corner-primary-950\/40{
    --scrollbar-corner: rgb(20 28 24 / 0.4) !important;
}
.scrollbar-corner-primary-950\/45{
    --scrollbar-corner: rgb(20 28 24 / 0.45) !important;
}
.scrollbar-corner-primary-950\/5{
    --scrollbar-corner: rgb(20 28 24 / 0.05) !important;
}
.scrollbar-corner-primary-950\/50{
    --scrollbar-corner: rgb(20 28 24 / 0.5) !important;
}
.scrollbar-corner-primary-950\/55{
    --scrollbar-corner: rgb(20 28 24 / 0.55) !important;
}
.scrollbar-corner-primary-950\/60{
    --scrollbar-corner: rgb(20 28 24 / 0.6) !important;
}
.scrollbar-corner-primary-950\/65{
    --scrollbar-corner: rgb(20 28 24 / 0.65) !important;
}
.scrollbar-corner-primary-950\/70{
    --scrollbar-corner: rgb(20 28 24 / 0.7) !important;
}
.scrollbar-corner-primary-950\/75{
    --scrollbar-corner: rgb(20 28 24 / 0.75) !important;
}
.scrollbar-corner-primary-950\/80{
    --scrollbar-corner: rgb(20 28 24 / 0.8) !important;
}
.scrollbar-corner-primary-950\/85{
    --scrollbar-corner: rgb(20 28 24 / 0.85) !important;
}
.scrollbar-corner-primary-950\/90{
    --scrollbar-corner: rgb(20 28 24 / 0.9) !important;
}
.scrollbar-corner-primary-950\/95{
    --scrollbar-corner: rgb(20 28 24 / 0.95) !important;
}
.scrollbar-corner-primary-dark{
    --scrollbar-corner: #0A4429 !important;
}
.scrollbar-corner-primary-dark\/0{
    --scrollbar-corner: rgb(10 68 41 / 0) !important;
}
.scrollbar-corner-primary-dark\/10{
    --scrollbar-corner: rgb(10 68 41 / 0.1) !important;
}
.scrollbar-corner-primary-dark\/100{
    --scrollbar-corner: rgb(10 68 41 / 1) !important;
}
.scrollbar-corner-primary-dark\/15{
    --scrollbar-corner: rgb(10 68 41 / 0.15) !important;
}
.scrollbar-corner-primary-dark\/20{
    --scrollbar-corner: rgb(10 68 41 / 0.2) !important;
}
.scrollbar-corner-primary-dark\/25{
    --scrollbar-corner: rgb(10 68 41 / 0.25) !important;
}
.scrollbar-corner-primary-dark\/30{
    --scrollbar-corner: rgb(10 68 41 / 0.3) !important;
}
.scrollbar-corner-primary-dark\/35{
    --scrollbar-corner: rgb(10 68 41 / 0.35) !important;
}
.scrollbar-corner-primary-dark\/40{
    --scrollbar-corner: rgb(10 68 41 / 0.4) !important;
}
.scrollbar-corner-primary-dark\/45{
    --scrollbar-corner: rgb(10 68 41 / 0.45) !important;
}
.scrollbar-corner-primary-dark\/5{
    --scrollbar-corner: rgb(10 68 41 / 0.05) !important;
}
.scrollbar-corner-primary-dark\/50{
    --scrollbar-corner: rgb(10 68 41 / 0.5) !important;
}
.scrollbar-corner-primary-dark\/55{
    --scrollbar-corner: rgb(10 68 41 / 0.55) !important;
}
.scrollbar-corner-primary-dark\/60{
    --scrollbar-corner: rgb(10 68 41 / 0.6) !important;
}
.scrollbar-corner-primary-dark\/65{
    --scrollbar-corner: rgb(10 68 41 / 0.65) !important;
}
.scrollbar-corner-primary-dark\/70{
    --scrollbar-corner: rgb(10 68 41 / 0.7) !important;
}
.scrollbar-corner-primary-dark\/75{
    --scrollbar-corner: rgb(10 68 41 / 0.75) !important;
}
.scrollbar-corner-primary-dark\/80{
    --scrollbar-corner: rgb(10 68 41 / 0.8) !important;
}
.scrollbar-corner-primary-dark\/85{
    --scrollbar-corner: rgb(10 68 41 / 0.85) !important;
}
.scrollbar-corner-primary-dark\/90{
    --scrollbar-corner: rgb(10 68 41 / 0.9) !important;
}
.scrollbar-corner-primary-dark\/95{
    --scrollbar-corner: rgb(10 68 41 / 0.95) !important;
}
.scrollbar-corner-primary-light{
    --scrollbar-corner: #C6EEDB !important;
}
.scrollbar-corner-primary-light\/0{
    --scrollbar-corner: rgb(198 238 219 / 0) !important;
}
.scrollbar-corner-primary-light\/10{
    --scrollbar-corner: rgb(198 238 219 / 0.1) !important;
}
.scrollbar-corner-primary-light\/100{
    --scrollbar-corner: rgb(198 238 219 / 1) !important;
}
.scrollbar-corner-primary-light\/15{
    --scrollbar-corner: rgb(198 238 219 / 0.15) !important;
}
.scrollbar-corner-primary-light\/20{
    --scrollbar-corner: rgb(198 238 219 / 0.2) !important;
}
.scrollbar-corner-primary-light\/25{
    --scrollbar-corner: rgb(198 238 219 / 0.25) !important;
}
.scrollbar-corner-primary-light\/30{
    --scrollbar-corner: rgb(198 238 219 / 0.3) !important;
}
.scrollbar-corner-primary-light\/35{
    --scrollbar-corner: rgb(198 238 219 / 0.35) !important;
}
.scrollbar-corner-primary-light\/40{
    --scrollbar-corner: rgb(198 238 219 / 0.4) !important;
}
.scrollbar-corner-primary-light\/45{
    --scrollbar-corner: rgb(198 238 219 / 0.45) !important;
}
.scrollbar-corner-primary-light\/5{
    --scrollbar-corner: rgb(198 238 219 / 0.05) !important;
}
.scrollbar-corner-primary-light\/50{
    --scrollbar-corner: rgb(198 238 219 / 0.5) !important;
}
.scrollbar-corner-primary-light\/55{
    --scrollbar-corner: rgb(198 238 219 / 0.55) !important;
}
.scrollbar-corner-primary-light\/60{
    --scrollbar-corner: rgb(198 238 219 / 0.6) !important;
}
.scrollbar-corner-primary-light\/65{
    --scrollbar-corner: rgb(198 238 219 / 0.65) !important;
}
.scrollbar-corner-primary-light\/70{
    --scrollbar-corner: rgb(198 238 219 / 0.7) !important;
}
.scrollbar-corner-primary-light\/75{
    --scrollbar-corner: rgb(198 238 219 / 0.75) !important;
}
.scrollbar-corner-primary-light\/80{
    --scrollbar-corner: rgb(198 238 219 / 0.8) !important;
}
.scrollbar-corner-primary-light\/85{
    --scrollbar-corner: rgb(198 238 219 / 0.85) !important;
}
.scrollbar-corner-primary-light\/90{
    --scrollbar-corner: rgb(198 238 219 / 0.9) !important;
}
.scrollbar-corner-primary-light\/95{
    --scrollbar-corner: rgb(198 238 219 / 0.95) !important;
}
.scrollbar-corner-primary\/0{
    --scrollbar-corner: rgb(72 229 155 / 0) !important;
}
.scrollbar-corner-primary\/10{
    --scrollbar-corner: rgb(72 229 155 / 0.1) !important;
}
.scrollbar-corner-primary\/100{
    --scrollbar-corner: rgb(72 229 155 / 1) !important;
}
.scrollbar-corner-primary\/15{
    --scrollbar-corner: rgb(72 229 155 / 0.15) !important;
}
.scrollbar-corner-primary\/20{
    --scrollbar-corner: rgb(72 229 155 / 0.2) !important;
}
.scrollbar-corner-primary\/25{
    --scrollbar-corner: rgb(72 229 155 / 0.25) !important;
}
.scrollbar-corner-primary\/30{
    --scrollbar-corner: rgb(72 229 155 / 0.3) !important;
}
.scrollbar-corner-primary\/35{
    --scrollbar-corner: rgb(72 229 155 / 0.35) !important;
}
.scrollbar-corner-primary\/40{
    --scrollbar-corner: rgb(72 229 155 / 0.4) !important;
}
.scrollbar-corner-primary\/45{
    --scrollbar-corner: rgb(72 229 155 / 0.45) !important;
}
.scrollbar-corner-primary\/5{
    --scrollbar-corner: rgb(72 229 155 / 0.05) !important;
}
.scrollbar-corner-primary\/50{
    --scrollbar-corner: rgb(72 229 155 / 0.5) !important;
}
.scrollbar-corner-primary\/55{
    --scrollbar-corner: rgb(72 229 155 / 0.55) !important;
}
.scrollbar-corner-primary\/60{
    --scrollbar-corner: rgb(72 229 155 / 0.6) !important;
}
.scrollbar-corner-primary\/65{
    --scrollbar-corner: rgb(72 229 155 / 0.65) !important;
}
.scrollbar-corner-primary\/70{
    --scrollbar-corner: rgb(72 229 155 / 0.7) !important;
}
.scrollbar-corner-primary\/75{
    --scrollbar-corner: rgb(72 229 155 / 0.75) !important;
}
.scrollbar-corner-primary\/80{
    --scrollbar-corner: rgb(72 229 155 / 0.8) !important;
}
.scrollbar-corner-primary\/85{
    --scrollbar-corner: rgb(72 229 155 / 0.85) !important;
}
.scrollbar-corner-primary\/90{
    --scrollbar-corner: rgb(72 229 155 / 0.9) !important;
}
.scrollbar-corner-primary\/95{
    --scrollbar-corner: rgb(72 229 155 / 0.95) !important;
}
.scrollbar-corner-secondary{
    --scrollbar-corner: #015AD5 !important;
}
.scrollbar-corner-secondary-500{
    --scrollbar-corner: #015AD5 !important;
}
.scrollbar-corner-secondary-500\/0{
    --scrollbar-corner: rgb(1 90 213 / 0) !important;
}
.scrollbar-corner-secondary-500\/10{
    --scrollbar-corner: rgb(1 90 213 / 0.1) !important;
}
.scrollbar-corner-secondary-500\/100{
    --scrollbar-corner: rgb(1 90 213 / 1) !important;
}
.scrollbar-corner-secondary-500\/15{
    --scrollbar-corner: rgb(1 90 213 / 0.15) !important;
}
.scrollbar-corner-secondary-500\/20{
    --scrollbar-corner: rgb(1 90 213 / 0.2) !important;
}
.scrollbar-corner-secondary-500\/25{
    --scrollbar-corner: rgb(1 90 213 / 0.25) !important;
}
.scrollbar-corner-secondary-500\/30{
    --scrollbar-corner: rgb(1 90 213 / 0.3) !important;
}
.scrollbar-corner-secondary-500\/35{
    --scrollbar-corner: rgb(1 90 213 / 0.35) !important;
}
.scrollbar-corner-secondary-500\/40{
    --scrollbar-corner: rgb(1 90 213 / 0.4) !important;
}
.scrollbar-corner-secondary-500\/45{
    --scrollbar-corner: rgb(1 90 213 / 0.45) !important;
}
.scrollbar-corner-secondary-500\/5{
    --scrollbar-corner: rgb(1 90 213 / 0.05) !important;
}
.scrollbar-corner-secondary-500\/50{
    --scrollbar-corner: rgb(1 90 213 / 0.5) !important;
}
.scrollbar-corner-secondary-500\/55{
    --scrollbar-corner: rgb(1 90 213 / 0.55) !important;
}
.scrollbar-corner-secondary-500\/60{
    --scrollbar-corner: rgb(1 90 213 / 0.6) !important;
}
.scrollbar-corner-secondary-500\/65{
    --scrollbar-corner: rgb(1 90 213 / 0.65) !important;
}
.scrollbar-corner-secondary-500\/70{
    --scrollbar-corner: rgb(1 90 213 / 0.7) !important;
}
.scrollbar-corner-secondary-500\/75{
    --scrollbar-corner: rgb(1 90 213 / 0.75) !important;
}
.scrollbar-corner-secondary-500\/80{
    --scrollbar-corner: rgb(1 90 213 / 0.8) !important;
}
.scrollbar-corner-secondary-500\/85{
    --scrollbar-corner: rgb(1 90 213 / 0.85) !important;
}
.scrollbar-corner-secondary-500\/90{
    --scrollbar-corner: rgb(1 90 213 / 0.9) !important;
}
.scrollbar-corner-secondary-500\/95{
    --scrollbar-corner: rgb(1 90 213 / 0.95) !important;
}
.scrollbar-corner-secondary\/0{
    --scrollbar-corner: rgb(1 90 213 / 0) !important;
}
.scrollbar-corner-secondary\/10{
    --scrollbar-corner: rgb(1 90 213 / 0.1) !important;
}
.scrollbar-corner-secondary\/100{
    --scrollbar-corner: rgb(1 90 213 / 1) !important;
}
.scrollbar-corner-secondary\/15{
    --scrollbar-corner: rgb(1 90 213 / 0.15) !important;
}
.scrollbar-corner-secondary\/20{
    --scrollbar-corner: rgb(1 90 213 / 0.2) !important;
}
.scrollbar-corner-secondary\/25{
    --scrollbar-corner: rgb(1 90 213 / 0.25) !important;
}
.scrollbar-corner-secondary\/30{
    --scrollbar-corner: rgb(1 90 213 / 0.3) !important;
}
.scrollbar-corner-secondary\/35{
    --scrollbar-corner: rgb(1 90 213 / 0.35) !important;
}
.scrollbar-corner-secondary\/40{
    --scrollbar-corner: rgb(1 90 213 / 0.4) !important;
}
.scrollbar-corner-secondary\/45{
    --scrollbar-corner: rgb(1 90 213 / 0.45) !important;
}
.scrollbar-corner-secondary\/5{
    --scrollbar-corner: rgb(1 90 213 / 0.05) !important;
}
.scrollbar-corner-secondary\/50{
    --scrollbar-corner: rgb(1 90 213 / 0.5) !important;
}
.scrollbar-corner-secondary\/55{
    --scrollbar-corner: rgb(1 90 213 / 0.55) !important;
}
.scrollbar-corner-secondary\/60{
    --scrollbar-corner: rgb(1 90 213 / 0.6) !important;
}
.scrollbar-corner-secondary\/65{
    --scrollbar-corner: rgb(1 90 213 / 0.65) !important;
}
.scrollbar-corner-secondary\/70{
    --scrollbar-corner: rgb(1 90 213 / 0.7) !important;
}
.scrollbar-corner-secondary\/75{
    --scrollbar-corner: rgb(1 90 213 / 0.75) !important;
}
.scrollbar-corner-secondary\/80{
    --scrollbar-corner: rgb(1 90 213 / 0.8) !important;
}
.scrollbar-corner-secondary\/85{
    --scrollbar-corner: rgb(1 90 213 / 0.85) !important;
}
.scrollbar-corner-secondary\/90{
    --scrollbar-corner: rgb(1 90 213 / 0.9) !important;
}
.scrollbar-corner-secondary\/95{
    --scrollbar-corner: rgb(1 90 213 / 0.95) !important;
}
.scrollbar-thumb-rounded-full{
    --scrollbar-thumb-radius: 9999px;
}
.scrollbar-w-1{
    --scrollbar-width: 0.2500rem;
}
.scrollbar-w-1\.25{
    --scrollbar-width: 0.3125rem;
}
.\[animation-duration\:3500ms\]{
    animation-duration: 3500ms;
}
.h2-letter-spacing {
    letter-spacing: calc(0.10 * 28rem / 16);
}
.h2-all {
    @inline .h2;
    @inline .h2-letter-spacing;
}
.h2-character-letter-spacing {
    letter-spacing: calc(0.10 * 24rem / 16);
}
.h2-character {
    font-family: "Zilla Slab Highlight", sans-serif;
    font-size: calc(24rem / 16);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.h2-character-all {
    @inline .h2-character;
    @inline .h2-character-letter-spacing;
}
.h2-character-letter-spacing {
    letter-spacing: calc(0.10 * 24rem / 16);
}
.h2-character-all {
    @inline .h2-character;
    @inline .h2-character-letter-spacing;
}
.h3-letter-spacing {
    letter-spacing: calc(0.05 * 21rem / 16);
}
.h3-all {
    @inline .h3;
    @inline .h3-letter-spacing;
}
.h3-subtitle-letter-spacing {
    letter-spacing: calc(0.10 * 21rem / 16);
}
.h3-subtitle {
    font-family: Roboto, sans-serif;
    font-size: calc(21rem / 16);
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
}
.h3-subtitle-all {
    @inline .h3-subtitle;
    @inline .h3-subtitle-letter-spacing;
}
.h3-subtitle-letter-spacing {
    letter-spacing: calc(0.10 * 21rem / 16);
}
.h3-subtitle-all {
    @inline .h3-subtitle;
    @inline .h3-subtitle-letter-spacing;
}
.h4-letter-spacing {
    letter-spacing: calc(0.05 * 18rem / 16);
}
.h4-all {
    @inline .h4;
    @inline .h4-letter-spacing;
}
.h4-subtitle-letter-spacing {
    letter-spacing: calc(0.02 * 18rem / 16);
}
.h4-subtitle {
    font-family: 'Roboto Mono', sans-serif;
    font-size: calc(18rem / 16);
    font-weight: 400;
    font-style: normal;
    line-height: normal;
}
.h4-subtitle-all {
    @inline .h4;
    @inline .h4-letter-spacing;
}
.h4-character-letter-spacing {
    letter-spacing: calc(0.10 * 18rem / 16);
}
.h4-character {
    font-family: "Zilla Slab Highlight", sans-serif;
    font-size: calc(18rem / 16);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.h4-character-all {
    @inline .h4;
    @inline .h4-letter-spacing;
}
.h4-body-letter-spacing {
    letter-spacing: calc(0.02 * 18rem / 16);
}
.h4-body {
    font-family: "Roboto Mono", sans-serif;
    font-size: calc(18rem / 16);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.h4-body-all {
    @inline .h4;
    @inline .h4-letter-spacing;
}
.h4-letter-spacing {
    letter-spacing: calc(0.05 * 18rem / 16);
}
.h4-all {
    font-family: 'Roboto', sans-serif;
    font-size: calc(18rem / 16);
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: calc(0.05 * 18rem / 16);
}
.h4-subtitle-letter-spacing {
    letter-spacing: calc(0.02 * 18rem / 16);
}
.h4-subtitle {
    font-family: 'Roboto Mono', sans-serif;
    font-size: calc(18rem / 16);
    font-weight: 400;
    font-style: normal;
    line-height: normal;
}
.h4-subtitle-all {
    @inline .h4;
    @inline .h4-letter-spacing;
}
.h4-character-letter-spacing {
    letter-spacing: calc(0.10 * 18rem / 16);
}
.h4-character {
    font-family: "Zilla Slab Highlight", sans-serif;
    font-size: calc(18rem / 16);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.h4-character-all {
    @inline .h4;
    @inline .h4-letter-spacing;
}
.h4-body-letter-spacing {
    letter-spacing: calc(0.02 * 18rem / 16);
}
.h4-body {
    font-family: "Roboto Mono", sans-serif;
    font-size: calc(18rem / 16);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.h4-body-all {
    @inline .h4;
    @inline .h4-letter-spacing;
}
.h4-letter-spacing {
    letter-spacing: calc(0.05 * 18rem / 16);
}
.h4-all {
    font-family: 'Roboto', sans-serif;
    font-size: calc(18rem / 16);
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: calc(0.05 * 18rem / 16);
}
.h4-subtitle-letter-spacing {
    letter-spacing: calc(0.02 * 18rem / 16);
}
.h4-subtitle {
    font-family: 'Roboto Mono', sans-serif;
    font-size: calc(18rem / 16);
    font-weight: 400;
    font-style: normal;
    line-height: normal;
}
.h4-subtitle-all {
    font-family: 'Roboto', sans-serif;
    font-size: calc(18rem / 16);
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: calc(0.05 * 18rem / 16);
}
.h4-character-letter-spacing {
    letter-spacing: calc(0.10 * 18rem / 16);
}
.h4-character {
    font-family: "Zilla Slab Highlight", sans-serif;
    font-size: calc(18rem / 16);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.h4-character-all {
    @inline .h4;
    @inline .h4-letter-spacing;
}
.h4-body-letter-spacing {
    letter-spacing: calc(0.02 * 18rem / 16);
}
.h4-body {
    font-family: "Roboto Mono", sans-serif;
    font-size: calc(18rem / 16);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.h4-body-all {
    @inline .h4;
    @inline .h4-letter-spacing;
}
.h4-letter-spacing {
    letter-spacing: calc(0.05 * 18rem / 16);
}
.h4-all {
    font-family: 'Roboto', sans-serif;
    font-size: calc(18rem / 16);
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: calc(0.05 * 18rem / 16);
}
.h4-subtitle-letter-spacing {
    letter-spacing: calc(0.02 * 18rem / 16);
}
.h4-subtitle {
    font-family: 'Roboto Mono', sans-serif;
    font-size: calc(18rem / 16);
    font-weight: 400;
    font-style: normal;
    line-height: normal;
}
.h4-subtitle-all {
    font-family: 'Roboto', sans-serif;
    font-size: calc(18rem / 16);
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: calc(0.05 * 18rem / 16);
}
.h4-character-letter-spacing {
    letter-spacing: calc(0.10 * 18rem / 16);
}
.h4-character {
    font-family: "Zilla Slab Highlight", sans-serif;
    font-size: calc(18rem / 16);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.h4-character-all {
    font-family: 'Roboto', sans-serif;
    font-size: calc(18rem / 16);
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: calc(0.05 * 18rem / 16);
}
.h4-body-letter-spacing {
    letter-spacing: calc(0.02 * 18rem / 16);
}
.h4-body {
    font-family: "Roboto Mono", sans-serif;
    font-size: calc(18rem / 16);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.h4-body-all {
    @inline .h4;
    @inline .h4-letter-spacing;
}
.h5-letter-spacing {
    letter-spacing: calc(0.02 * 1rem);
}
.h5-all {
    @inline .h5;
    @inline .h4-letter-spacing;
}
.h5-subtitle-letter-spacing {
    letter-spacing: calc(0.02 * 1rem);
}
.h5-subtitle {
    font-family: 'Roboto Mono', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 180%;
}
.h5-subtitle-all {
    @inline .h5;
    @inline .h4-letter-spacing;
}
.h5-letter-spacing {
    letter-spacing: calc(0.02 * 1rem);
}
.h5-all {
    font-family: 'Roboto Mono', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: calc(0.05 * 18rem / 16);
}
.h5-subtitle-letter-spacing {
    letter-spacing: calc(0.02 * 1rem);
}
.h5-subtitle {
    font-family: 'Roboto Mono', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 180%;
}
.h5-subtitle-all {
    @inline .h5;
    @inline .h4-letter-spacing;
}
.\*\:h-6 > *{
    height: 1.5000rem;
}
.\*\:h-full > *{
    height: 100%;
}
.\*\:w-6 > *{
    width: 1.5000rem;
}
.\*\:w-full > *{
    width: 100%;
}
.placeholder\:font-normal::-moz-placeholder{
    font-weight: 400;
}
.placeholder\:font-normal::placeholder{
    font-weight: 400;
}
.placeholder\:italic::-moz-placeholder{
    font-style: italic;
}
.placeholder\:italic::placeholder{
    font-style: italic;
}
.placeholder\:text-\[\#313131\]\/50::-moz-placeholder{
    color: rgb(49 49 49 / 0.5);
}
.placeholder\:text-\[\#313131\]\/50::placeholder{
    color: rgb(49 49 49 / 0.5);
}
.placeholder\:text-\[\#797979\]::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(121 121 121 / var(--tw-text-opacity));
}
.placeholder\:text-\[\#797979\]::placeholder{
    --tw-text-opacity: 1;
    color: rgb(121 121 121 / var(--tw-text-opacity));
}
.placeholder\:text-error-light\/50::-moz-placeholder{
    color: rgb(255 199 199 / 0.5);
}
.placeholder\:text-error-light\/50::placeholder{
    color: rgb(255 199 199 / 0.5);
}
.placeholder\:text-grey::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(121 121 121 / var(--tw-text-opacity));
}
.placeholder\:text-grey::placeholder{
    --tw-text-opacity: 1;
    color: rgb(121 121 121 / var(--tw-text-opacity));
}
.placeholder\:text-primary-500::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(72 229 155 / var(--tw-text-opacity));
}
.placeholder\:text-primary-500::placeholder{
    --tw-text-opacity: 1;
    color: rgb(72 229 155 / var(--tw-text-opacity));
}
.before\:absolute::before{
    content: var(--tw-content);
    position: absolute;
}
.before\:top-\[14px\]::before{
    content: var(--tw-content);
    top: 14px;
}
.before\:h-2::before{
    content: var(--tw-content);
    height: 0.5000rem;
}
.before\:h-\[1\.5px\]::before{
    content: var(--tw-content);
    height: 1.5px;
}
.before\:w-3::before{
    content: var(--tw-content);
    width: 0.7500rem;
}
.before\:w-3\.5::before{
    content: var(--tw-content);
    width: 0.8750rem;
}
.before\:w-\[100\%\]::before{
    content: var(--tw-content);
    width: 100%;
}
.before\:-rotate-45::before{
    content: var(--tw-content);
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:border-b-2::before{
    content: var(--tw-content);
    border-bottom-width: 2px;
}
.before\:border-l-2::before{
    content: var(--tw-content);
    border-left-width: 2px;
}
.before\:border-solid::before{
    content: var(--tw-content);
    border-style: solid;
}
.before\:border-dashed::before{
    content: var(--tw-content);
    border-style: dashed;
}
.before\:border-primary-500::before{
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.before\:bg-\[\#c6eedb\]::before{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(198 238 219 / var(--tw-bg-opacity));
}
.before\:opacity-0::before{
    content: var(--tw-content);
    opacity: 0;
}
.before\:opacity-10::before{
    content: var(--tw-content);
    opacity: 0.1;
}
.before\:opacity-20::before{
    content: var(--tw-content);
    opacity: 0.2;
}
.before\:opacity-90::before{
    content: var(--tw-content);
    opacity: 0.9;
}
.before\:duration-200::before{
    content: var(--tw-content);
    transition-duration: 200ms;
}
.after\:border-solid::after{
    content: var(--tw-content);
    border-style: solid;
}
.after\:border-dashed::after{
    content: var(--tw-content);
    border-style: dashed;
}
.after\:opacity-20::after{
    content: var(--tw-content);
    opacity: 0.2;
}
.after\:opacity-90::after{
    content: var(--tw-content);
    opacity: 0.9;
}
.even\:border-t-\[2px\]:nth-child(even){
    border-top-width: 2px;
}
.group:hover .group-hover\:visible{
    visibility: visible;
}
.group:hover .group-hover\:grid{
    display: grid;
}
.group:hover .group-hover\:translate-x-1{
    --tw-translate-x: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-2{
    --tw-translate-x: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:checked ~ .peer-checked\:translate-x-5{
    --tw-translate-x: 1.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:checked ~ .peer-checked\:translate-x-\[\.9rem\]{
    --tw-translate-x: .9rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:checked ~ .peer-checked\:bg-\[\#48E59BA0\]{
    background-color: #48E59BA0;
}
.peer:checked ~ .peer-checked\:bg-\[\#E8FFD2\]{
    --tw-bg-opacity: 1;
    background-color: rgb(232 255 210 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-\[\#c6eedb33\]{
    background-color: #c6eedb33;
}
.peer:checked ~ .peer-checked\:bg-brand-100{
    background-color: #c6eedb0d;
}
.peer:checked ~ .peer-checked\:before\:opacity-100::before{
    content: var(--tw-content);
    opacity: 1;
}
.has-\[input\:focus\]\:bg-white:has(input:focus){
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.peer:has(input:focus) ~ .peer-has-\[input\:focus\]\:text-primary{
    --tw-text-opacity: 1;
    color: rgb(72 229 155 / var(--tw-text-opacity));
}
.hover\:border-primary-500:hover{
    --tw-border-opacity: 1;
    border-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.hover\:border-primary-60:hover{
    --tw-border-opacity: 1;
    border-color: rgb(57 155 109 / var(--tw-border-opacity));
}
.hover\:bg-\[\#101010\]\/60:hover{
    background-color: rgb(16 16 16 / 0.6);
}
.hover\:bg-\[\#141C18\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(20 28 24 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#48E59B\]\/20:hover{
    background-color: rgb(72 229 155 / 0.2);
}
.hover\:bg-\[\#FF3C3C4d\]\/60:hover{
    background-color: rgb(255 60 60 / 0.6);
}
.hover\:bg-black-1000:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-black-700:hover{
    background-color: #111111b3;
}
.hover\:bg-black-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.hover\:bg-emerald-500\/20:hover{
    background-color: rgb(16 185 129 / 0.2);
}
.hover\:bg-emerald-600\/60:hover{
    background-color: rgb(5 150 105 / 0.6);
}
.hover\:bg-green-600\/10:hover{
    background-color: rgb(22 163 74 / 0.1);
}
.hover\:bg-green-600\/20:hover{
    background-color: rgb(22 163 74 / 0.2);
}
.hover\:bg-primary-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(72 229 155 / var(--tw-bg-opacity));
}
.hover\:bg-primary-80:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(61 187 127 / var(--tw-bg-opacity));
}
.hover\:bg-primary-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(28 59 45 / var(--tw-bg-opacity));
}
.hover\:bg-primary\/20:hover{
    background-color: rgb(72 229 155 / 0.2);
}
.hover\:bg-primary\/30:hover{
    background-color: rgb(72 229 155 / 0.3);
}
.hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-\[\#48E59B\]\/80:hover{
    color: rgb(72 229 155 / 0.8);
}
.hover\:text-brand-light:hover{
    --tw-text-opacity: 1;
    color: rgb(198 238 219 / var(--tw-text-opacity));
}
.hover\:text-grey-lighter:hover{
    --tw-text-opacity: 1;
    color: rgb(214 214 214 / var(--tw-text-opacity));
}
.hover\:text-primary-500:hover{
    --tw-text-opacity: 1;
    color: rgb(72 229 155 / var(--tw-text-opacity));
}
.hover\:text-primary-60:hover{
    --tw-text-opacity: 1;
    color: rgb(57 155 109 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover{
    text-decoration-line: underline;
}
.hover\:opacity-100:hover{
    opacity: 1;
}
.hover\:opacity-80:hover{
    opacity: 0.8;
}
.hover\:ring-0:hover{
    --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(0px + 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);
}
.hover\:ring-1:hover{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.hover\:ring-2:hover{
    --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);
}
.hover\:ring-inset:hover{
    --tw-ring-inset: inset;
}
.hover\:ring-primary-500:hover{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(72 229 155 / var(--tw-ring-opacity));
}
.hover\:grayscale-0:hover{
    --tw-grayscale: grayscale(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.focus\:border:focus{
    border-width: 1px;
}
.focus\:border-primary-500:focus{
    --tw-border-opacity: 1;
    border-color: rgb(72 229 155 / var(--tw-border-opacity));
}
.focus\:bg-black-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.focus\:bg-primary\/40:focus{
    background-color: rgb(72 229 155 / 0.4);
}
.focus\:outline-0:focus{
    outline-width: 0px;
}
.focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-error:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 60 60 / var(--tw-ring-opacity));
}
.focus\:ring-primary-60:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(57 155 109 / var(--tw-ring-opacity));
}
.active\:bg-\[\#48E59B\]\/40:active{
    background-color: rgb(72 229 155 / 0.4);
}
.active\:bg-emerald-500\/40:active{
    background-color: rgb(16 185 129 / 0.4);
}
.active\:bg-green-600\/20:active{
    background-color: rgb(22 163 74 / 0.2);
}
.active\:text-\[\#48E59B\]:active{
    --tw-text-opacity: 1;
    color: rgb(72 229 155 / var(--tw-text-opacity));
}
.active\:scrollbar-thumb-primary-500{
    --scrollbar-thumb-active: #48E59B !important;
}
.enabled\:hover\:bg-emerald-500\/20:hover:enabled{
    background-color: rgb(16 185 129 / 0.2);
}
.enabled\:hover\:bg-primary-dark\/10:hover:enabled{
    background-color: rgb(10 68 41 / 0.1);
}
.enabled\:active\:bg-emerald-500\/40:active:enabled{
    background-color: rgb(16 185 129 / 0.4);
}
.enabled\:active\:bg-primary-dark\/30:active:enabled{
    background-color: rgb(10 68 41 / 0.3);
}
.disabled\:cursor-not-allowed:disabled{
    cursor: not-allowed;
}
.disabled\:bg-\[\#232C27\]\/60:disabled{
    background-color: rgb(35 44 39 / 0.6);
}
.disabled\:bg-\[\#797979\]:disabled{
    --tw-bg-opacity: 1;
    background-color: rgb(121 121 121 / var(--tw-bg-opacity));
}
.disabled\:text-black-400:disabled{
    --tw-text-opacity: 1;
    color: rgb(121 121 121 / var(--tw-text-opacity));
}
.disabled\:text-neutral-600:disabled{
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity));
}
.disabled\:opacity-0:disabled{
    opacity: 0;
}
.disabled\:hover\:bg-\[\#797979\]:hover:disabled{
    --tw-bg-opacity: 1;
    background-color: rgb(121 121 121 / var(--tw-bg-opacity));
}
@media (min-width: 640px){
    .sm\:block{
        display: block;
    }
    .sm\:inline-block{
        display: inline-block;
    }
    .sm\:hidden{
        display: none;
    }
    .sm\:w-\[140px\]{
        width: 140px;
    }
    .sm\:w-\[373px\]{
        width: 373px;
    }
    .sm\:min-w-\[373px\]{
        min-width: 373px;
    }
    .sm\:bg-\[\#161616\]{
        --tw-bg-opacity: 1;
        background-color: rgb(22 22 22 / var(--tw-bg-opacity));
    }
    .sm\:px-4{
        padding-left: 1.0000rem;
        padding-right: 1.0000rem;
    }
    .sm\:py-3{
        padding-top: 0.7500rem;
        padding-bottom: 0.7500rem;
    }
}
@media (min-width: 768px){
    .md\:-left-8{
        left: -2.0000rem;
    }
    .md\:-top-4{
        top: -1.0000rem;
    }
    .md\:bottom-4{
        bottom: 1.0000rem;
    }
    .md\:left-12{
        left: 3.0000rem;
    }
    .md\:right-6{
        right: 1.5000rem;
    }
    .md\:top-12{
        top: 3.0000rem;
    }
    .md\:order-2{
        order: 2;
    }
    .md\:order-3{
        order: 3;
    }
    .md\:mb-0{
        margin-bottom: 0px;
    }
    .md\:mb-1{
        margin-bottom: 0.25rem;
    }
    .md\:mb-12{
        margin-bottom: 3rem;
    }
    .md\:mb-14{
        margin-bottom: 3.5rem;
    }
    .md\:mb-16{
        margin-bottom: 4rem;
    }
    .md\:mb-2{
        margin-bottom: 0.5rem;
    }
    .md\:mb-24{
        margin-bottom: 6rem;
    }
    .md\:mb-32{
        margin-bottom: 8rem;
    }
    .md\:mb-4{
        margin-bottom: 1rem;
    }
    .md\:mb-48{
        margin-bottom: 12rem;
    }
    .md\:mb-9{
        margin-bottom: 2.25rem;
    }
    .md\:mr-12{
        margin-right: 3rem;
    }
    .md\:mt-0{
        margin-top: 0px;
    }
    .md\:mt-16{
        margin-top: 4rem;
    }
    .md\:mt-24{
        margin-top: 6rem;
    }
    .md\:block{
        display: block;
    }
    .md\:flex{
        display: flex;
    }
    .md\:grid{
        display: grid;
    }
    .md\:hidden{
        display: none;
    }
    .md\:h-20{
        height: 5.0000rem;
    }
    .md\:h-36{
        height: 9.0000rem;
    }
    .md\:h-4{
        height: 1.0000rem;
    }
    .md\:h-4\.5{
        height: 1.1250rem;
    }
    .md\:h-9{
        height: 2.2500rem;
    }
    .md\:min-h-20{
        min-height: 5.0000rem;
    }
    .md\:min-h-\[calc\(100vh-152px-80px\)\]{
        min-height: calc(100vh - 152px - 80px);
    }
    .md\:w-16{
        width: 4.0000rem;
    }
    .md\:w-4{
        width: 1.0000rem;
    }
    .md\:w-4\.5{
        width: 1.1250rem;
    }
    .md\:w-9{
        width: 2.2500rem;
    }
    .md\:w-\[160px\]{
        width: 160px;
    }
    .md\:w-\[18px\]{
        width: 18px;
    }
    .md\:w-\[560px\]{
        width: 560px;
    }
    .md\:w-auto{
        width: auto;
    }
    .md\:max-w-\[264px\]{
        max-width: 264px;
    }
    .md\:scale-100{
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .md\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-4{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:grid-cols-\[repeat\(auto-fit\2c minmax\(120px\2c 1fr\)\)\]{
        grid-template-columns: repeat(auto-fit,minmax(120px,1fr));
    }
    .md\:grid-cols-\[repeat\(auto-fit\2c minmax\(300px\2c 1fr\)\)\]{
        grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    }
    .md\:flex-row{
        flex-direction: row;
    }
    .md\:justify-start{
        justify-content: flex-start;
    }
    .md\:justify-center{
        justify-content: center;
    }
    .md\:gap-10{
        gap: 2.5000rem;
    }
    .md\:gap-12{
        gap: 3.0000rem;
    }
    .md\:gap-4{
        gap: 1.0000rem;
    }
    .md\:gap-6{
        gap: 1.5000rem;
    }
    .md\:gap-x-12{
        -moz-column-gap: 3.0000rem;
             column-gap: 3.0000rem;
    }
    .md\:gap-x-16{
        -moz-column-gap: 4.0000rem;
             column-gap: 4.0000rem;
    }
    .md\:gap-x-6{
        -moz-column-gap: 1.5000rem;
             column-gap: 1.5000rem;
    }
    .md\:rounded-5{
        border-radius: 1.2500rem;
    }
    .md\:border-t{
        border-top-width: 1px;
    }
    .md\:border-t-\[0\.75px\]{
        border-top-width: 0.75px;
    }
    .md\:border-\[\#A5A5A5\]{
        --tw-border-opacity: 1;
        border-color: rgb(165 165 165 / var(--tw-border-opacity));
    }
    .md\:bg-none{
        background-image: none;
    }
    .md\:p-15{
        padding: 3.7500rem;
    }
    .md\:p-16{
        padding: 4.0000rem;
    }
    .md\:p-2{
        padding: 0.5000rem;
    }
    .md\:p-2\.5{
        padding: 0.6250rem;
    }
    .md\:p-5{
        padding: 1.2500rem;
    }
    .md\:p-7{
        padding: 1.7500rem;
    }
    .md\:px-0{
        padding-left: 0.0000rem;
        padding-right: 0.0000rem;
    }
    .md\:px-11{
        padding-left: 2.7500rem;
        padding-right: 2.7500rem;
    }
    .md\:px-12{
        padding-left: 3.0000rem;
        padding-right: 3.0000rem;
    }
    .md\:px-16{
        padding-left: 4.0000rem;
        padding-right: 4.0000rem;
    }
    .md\:px-24{
        padding-left: 6.0000rem;
        padding-right: 6.0000rem;
    }
    .md\:px-4{
        padding-left: 1.0000rem;
        padding-right: 1.0000rem;
    }
    .md\:px-6{
        padding-left: 1.5000rem;
        padding-right: 1.5000rem;
    }
    .md\:px-8{
        padding-left: 2.0000rem;
        padding-right: 2.0000rem;
    }
    .md\:px-9{
        padding-left: 2.2500rem;
        padding-right: 2.2500rem;
    }
    .md\:py-10{
        padding-top: 2.5000rem;
        padding-bottom: 2.5000rem;
    }
    .md\:py-12{
        padding-top: 3.0000rem;
        padding-bottom: 3.0000rem;
    }
    .md\:py-16{
        padding-top: 4.0000rem;
        padding-bottom: 4.0000rem;
    }
    .md\:py-18{
        padding-top: 4.5000rem;
        padding-bottom: 4.5000rem;
    }
    .md\:py-2{
        padding-top: 0.5000rem;
        padding-bottom: 0.5000rem;
    }
    .md\:py-2\.5{
        padding-top: 0.6250rem;
        padding-bottom: 0.6250rem;
    }
    .md\:py-28{
        padding-top: 7.0000rem;
        padding-bottom: 7.0000rem;
    }
    .md\:py-6{
        padding-top: 1.5000rem;
        padding-bottom: 1.5000rem;
    }
    .md\:py-8{
        padding-top: 2.0000rem;
        padding-bottom: 2.0000rem;
    }
    .md\:py-9{
        padding-top: 2.2500rem;
        padding-bottom: 2.2500rem;
    }
    .md\:pb-15{
        padding-bottom: 3.7500rem;
    }
    .md\:pb-18{
        padding-bottom: 4.5000rem;
    }
    .md\:pb-8{
        padding-bottom: 2.0000rem;
    }
    .md\:pl-32{
        padding-left: 8.0000rem;
    }
    .md\:pl-45{
        padding-left: 11.2500rem;
    }
    .md\:pr-24{
        padding-right: 6.0000rem;
    }
    .md\:pt-28{
        padding-top: 7.0000rem;
    }
    .md\:pt-39{
        padding-top: 9.7500rem;
    }
    .md\:pt-6{
        padding-top: 1.5000rem;
    }
    .md\:text-left{
        text-align: left;
    }
    .md\:text-2xl{
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .md\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .md\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .md\:text-5xl{
        font-size: 3rem;
        line-height: 1;
    }
    .md\:text-6lg{
        font-size: 1.5000rem;
    }
    .md\:text-6xl{
        font-size: 3.75rem;
        line-height: 1;
    }
    .md\:text-8xl{
        font-size: 6rem;
        line-height: 1;
    }
    .md\:text-\[100px\]{
        font-size: 100px;
    }
    .md\:text-base{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .md\:text-lg{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .md\:text-sm{
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .md\:text-xl{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
@media (min-width: 1024px){
    .lg\:h-\[60px\]{
        height: 60px;
    }
    .lg\:min-w-\[240px\]{
        min-width: 240px;
    }
    .lg\:max-w-\[515px\]{
        max-width: 515px;
    }
    .lg\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:justify-end{
        justify-content: flex-end;
    }
    .lg\:justify-between{
        justify-content: space-between;
    }
    .lg\:gap-12{
        gap: 3.0000rem;
    }
    .lg\:rounded-\[50px\]{
        border-radius: 50px;
    }
}
@media (min-width: 1280px){
    .xl\:h-\[500px\]{
        height: 500px;
    }
    .xl\:w-\[280px\]{
        width: 280px;
    }
    .xl\:w-\[500px\]{
        width: 500px;
    }
    .xl\:w-\[508px\]{
        width: 508px;
    }
    .xl\:grid-cols-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .xl\:text-xl{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}


/* vanilla-extract-css-ns:src/css/reset.css.ts.vanilla.css?source=Lmlla2JjYzAgewogIGJvcmRlcjogMDsKICBib3gtc2l6aW5nOiBib3JkZXItYm94OwogIGZvbnQtc2l6ZTogMTAwJTsKICBsaW5lLWhlaWdodDogbm9ybWFsOwogIG1hcmdpbjogMDsKICBwYWRkaW5nOiAwOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgdmVydGljYWwtYWxpZ246IGJhc2VsaW5lOwogIC13ZWJraXQtdGFwLWhpZ2hsaWdodC1jb2xvcjogdHJhbnNwYXJlbnQ7Cn0KLmlla2JjYzEgewogIGxpc3Qtc3R5bGU6IG5vbmU7Cn0KLmlla2JjYzIgewogIHF1b3Rlczogbm9uZTsKfQouaWVrYmNjMjpiZWZvcmUsIC5pZWtiY2MyOmFmdGVyIHsKICBjb250ZW50OiAnJzsKfQouaWVrYmNjMyB7CiAgYm9yZGVyLWNvbGxhcHNlOiBjb2xsYXBzZTsKICBib3JkZXItc3BhY2luZzogMDsKfQouaWVrYmNjNCB7CiAgYXBwZWFyYW5jZTogbm9uZTsKfQouaWVrYmNjNSB7CiAgb3V0bGluZTogbm9uZTsKfQouaWVrYmNjNTo6cGxhY2Vob2xkZXIgewogIG9wYWNpdHk6IDE7Cn0KLmlla2JjYzYgewogIGJhY2tncm91bmQtY29sb3I6IHRyYW5zcGFyZW50OwogIGNvbG9yOiBpbmhlcml0Owp9Ci5pZWtiY2M3OmRpc2FibGVkIHsKICBvcGFjaXR5OiAxOwp9Ci5pZWtiY2M3OjotbXMtZXhwYW5kIHsKICBkaXNwbGF5OiBub25lOwp9Ci5pZWtiY2M4OjotbXMtY2xlYXIgewogIGRpc3BsYXk6IG5vbmU7Cn0KLmlla2JjYzg6Oi13ZWJraXQtc2VhcmNoLWNhbmNlbC1idXR0b24gewogIC13ZWJraXQtYXBwZWFyYW5jZTogbm9uZTsKfQouaWVrYmNjOSB7CiAgYmFja2dyb3VuZDogbm9uZTsKICBjdXJzb3I6IHBvaW50ZXI7CiAgdGV4dC1hbGlnbjogbGVmdDsKfQouaWVrYmNjYSB7CiAgY29sb3I6IGluaGVyaXQ7CiAgdGV4dC1kZWNvcmF0aW9uOiBub25lOwp9 */
[data-rk] .iekbcc0 {
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
[data-rk] .iekbcc1 {
  list-style: none;
}
[data-rk] .iekbcc2 {
  quotes: none;
}
[data-rk] .iekbcc2:before,
[data-rk] .iekbcc2:after {
  content: "";
}
[data-rk] .iekbcc3 {
  border-collapse: collapse;
  border-spacing: 0;
}
[data-rk] .iekbcc4 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[data-rk] .iekbcc5 {
  outline: none;
}
[data-rk] .iekbcc5::-moz-placeholder {
  opacity: 1;
}
[data-rk] .iekbcc5::placeholder {
  opacity: 1;
}
[data-rk] .iekbcc6 {
  background-color: transparent;
  color: inherit;
}
[data-rk] .iekbcc7:disabled {
  opacity: 1;
}
[data-rk] .iekbcc7::-ms-expand {
  display: none;
}
[data-rk] .iekbcc8::-ms-clear {
  display: none;
}
[data-rk] .iekbcc8::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
[data-rk] .iekbcc9 {
  background: none;
  cursor: pointer;
  text-align: left;
}
[data-rk] .iekbcca {
  color: inherit;
  text-decoration: none;
}

/* vanilla-extract-css-ns:src/css/sprinkles.css.ts.vanilla.css?source=#H4sIAAAAAAAAE6VdTZOjyBG976/QxRG7B23oE0ntiz27dngj7PDBG+EzggLRjUAN6Ksd+98tif4gX2ZVJcycZjpfvspXlZQeFNP6+fk4D1anyeh/P4xGYZ6lxThrzL5+GiW5uYzrJqyaP//wxw8/t7iZBWeKuINacFRkisZUHUzwwMRZfcjD69OoKAvTia5pdJuX0UsnHNLwvYRONKLRrMgzQm465dUmTyxaExlGpaYMxJTuHpBtGL2kVXks4nGdvZkbrjwRWNbCyio21bgK4+x4m7bpoSvsWYIEBPIiskwIJhcxc4LZS5hTWP04Hlcvjx9k4zBqsrL4dmyasvipk1socqOyKEzU8ORSkbw3xZFnHjSZZRzm3aRXbdK/ym2Wm25qJaXOln/qQGoJsrn9IXPddFF1c81v3VGXedbts2MXc87iZvc0oqt6EhC0fc4CYkYQFwGxIIjrAxEdq7qsnkaHMoNmfyNxuKqn7TbznjU2p9ulUnPUVESFed4FtTvRPivGO5Olu+ZptCaFTucMsKBSpu029bio46wyj25+GlXluQtaiqCozI/7ootr97OkLJpxEu6z/Nppo/tP6/G2jK/d/pmuvlLaLWH6WI3R6L5ffVY9BV1rljVXZG1Y1kKRFbKsQMia0UacblnWWsqC1Ygwq6X1ZMUsS5qNGb3gpuYr6/zRHJNJF5FwxJIiUo4IKGLHESuKyDhiTRHtlp+Gh9vl3v35y9fP6UU+zb8i9OKe7r8idLOfFl8RmN/yK7KkkcNXhH4ETV+/ItBPVadqaJq6E4K6m04Iyjt2QlDFqROCMs6dKYIyLp0QjHXthIDwrTOztPjZpBOiFc6mnVmnY81mncmF0PwrNKZLP2s3tM+LmQaXJAhVBiQII65IkEqfremYwLuhg9LJnoU0CsNuaRTGjUh0DswxjUJVhkZh3IRGYdFSOlMw7o5GgTmjUVD0TKJLyH0h0QDGzWGeIbynizSZdE3KrCDRfXi5u7Pm9qnbBbUbwfOxbrLk+gGw3SUcHGDqn2evMpS56FklA+tDGJnx1jRnY7ofyLPahQ8fTrwLbzeZxlya8cPNP41ykxBRR4bgRZ4YJit2psoIUbv97MMqvZmTbXnzsXu6u88uEgKu56uEgUZ/kzB0759PJAxtvvlUwtDPg/lMwtCLZz6XMPQymC9E7bSh50sRRNXPAxEE0lYiCOpeiyAofCMuCBQeiiCoaSuCYLhIXFuYglgEgTojdgDUlIjLC6BUAsGn1HzXBd0vMtr884zHgeGZI0D3C0dA2+ccAWL2HAEtX3AETG3JEbCMB0Et9MyrAAG9lQABObUAgWobAQLlHoWph3JPAgRqOQsQGOgirCCIvgoQUPQmrDKtZTERFhEgUw6Bpl6Q3a9qP0m7Xb2YCwDgWAgQKnmxFCC0sReBAAE9KwFCW3uxFiB0bhcbAUIXcRFKomm7LLYSBmRHEgZExRIGSjYSBmpOpFWAmlMJA/XsJAyMlUnLCdqfJQzoepHWHOrJpRUFzF7AYKeTTa8p4cZ0UbIw5B8YAAS/MgB0eMUAIKNmAOjuhgFgQo8MACt34jKhR84cAUIvHAFCrhwBhb5xBK10OeHzTStdTjmC1rGccQSMMueLRtUuFxxBtSyXfF2hjoCvGyBWDAH9u/zY2S7yQ9LlBuOgI8Q4VLDFOMxUxMaHAWJWAKyXYQAoIWEAqCFFANw/L3cMAEVmDAA1PDMArPYLm0eoIWcAGGLPACCzQADcVC9LBMB99fLA1wIQr2w56d31skKAfIO9fN+0bm0r92WDcViRI8ZB6wnjMFlnNj4McGEFwFRcGQBKeGMAWkMwQQD0ZTBlAFpkMGMAWkMwZwDal8GCzSPUsGQAGCJgAJC5QgD0ZbBGAPRlsOFrAYiQLSfty2CLALkvg3a/uh9WJnl5fhrtsjgmT1qCdsM6hHGcFan4QCMwIoR2eJCIIFjgVARRhxDsRBBMciaCqFMInkUQtMyLCIJFz+UpgGXbyyiYhEJGgcBSRkHxBxkF1b/KawPVVzIK6qplFIzYyAsNM3GUUaDxJPcD1HWW1xpQFxEFLiO4EhR/yhG8CQDKsZoIECp/NRUg9FpYzQQIlbSaCxB6HawWAoRO8mopQOiargJJNO2h1UrCgOy1hAFRGwkDJYcSBmreSqsANUcSBuqJJQyMZaTlBO2JhAFdqbTmUM9OWlHAZAIGOn1Fd0jh0cfqRUIASy5hQPlewkC3FxIGVJUSBvr9IGFgll8lDKxoJWqH9qlFEKhvRBBIO4ogqPskgqDws7ggUPhFBEFNVxEEw72Ja0unYD0RQVTdeip2AK1pPROXF0BzCQTtv6YbI3sesl7yODAEHAG6VxxB23695ggQs+EI2vLrkCNgarccQZdxHQlqac+sYwECeo0AATmJAIFqUwEC5e6EqYdyMwECtTwLEBjoRVhBEJ0LEFC0F1YZaimERQRIySHY1O+7X1ln7etO4bYu82ND3tB8BUySXUz3RHVdAaAyedhkJ0LS7nzjs9m+ZM34WN9fgDO5iRr+Rmi7/wmfL+v3g9kqLD6Gmvw8nd1uqE1YE4oTAz7+npTV3pbSboPOwtpNULxpX1+7MVjwt26MrtFm0o3RXtpMyXiUdDMjA9Je3sxJEIZckCCMuewG4aZ8E5AgFLQiQRhzTYK02zcbMj8wZkiCQLslQZASdYNw472Ju0G46d4YOrcQTciy0JvtTdoNyjfam6/3hOOqPIyTLG9M1XmLcJsfq7p9GfXft7vxPCRvE26yz/T2NeNOZlTm5S01jO4vLPxy/wfJfH7a3W/vB+e/PN3fBH5/rXoIQd4n8+9lZVoY4dj3F2FhKgbIsVCVCo6vd6i/Pd67JQQHtSonzatekpNnSCH8xelNPViVQNYM1yawHXvR/MfcruM4rK7fPhMI22mAUB/neYheH+nFyxblZW34S/ebq1KiLf9NK8dCEE76ZMryw2l/ERam2QA5Fqq5n6P7nygsLAutNAXXUi1OQRYMZflbVdHPj3D1fRo54fo7hXLGTT+q325/rywTFw5R6yLcDlLrYoz6Uf1uLg3Jj4dIZCxmkC5Gk/TP5+ufDlXEqXaDZXEuv2l8J8nuCx5nUdgAg9Y8+njUJtJH5DeTcXku8jKMvz2e3f8SVrGljbWeUk2otpZqRr/D/KD6vTw4eLRGU8em9ps6On9ZhnW21mPyTLWh5Kl+95ia264Z5txbh1qvaGdQO0M7hd8Hktxfsz1J15pBJ4naEbpYtn5beP9fpL81Zi833VbrCT00akPo4fG7wceTgW/vjw9IrtYD2hnUzs9O4fd7n7mCfK3Fc3GoXZ2LxG/k2mx2bW21vs2Wr7ZpNgK/K3tkogHaat2YnK12YXK633195uEWoPVcVgK107Iy+P3VZ+rnLToh0NorD43aXXl4/ObqUJVJlpu/PhwaydW6KTuD2j7ZKfx+ieT+414xIdAaJQ+N2iF5eNSFyE8ot1qb5GZRWyY3jd8+tWcwJv734fFsi+9xWhflJVKbKS+T31PVTVjEW3qlaa2UlKt2UEJy9G6c2t8B8cCpH+RHxDMNYqB2aRDFvF+u3IvRYogUC9dykCgLWaBicT3Gj1Y9tDmJ1n2EOZk2gyj4A/wo/A5tAt32exQKfFFPIs+D+ygeJNfHaoap9tEmCj7LY/4oVQu1Mez0omwUWb9cyzQ8D5Fi4XoZJMpClmtY/I/2o71eoIKt6CFRQVcO52HPT6PD9yrllK/fLZdz9i7Q8XA/qodpdlE2AzW7OI99yfDWMzoNE8p4zgPVMaLLEAbeDdfhujjZ23eIY2yxxnx6DgBivQn1MfUwoz4qjSnVPvSP9d5UTdnDoqo5NU5VdQAQ6w2rjq+Hb9URauwrOy6I9V6V5/YwpjxZ40KthwSx3nPaOXo4TDuJxk+6Dglival00vRwlk4ejb10HxPEem/pIephLD1MGldpPTaI9V7SztHDQdpJNL7RcXAQ662ii6WHO3TR6MvgV53e/9kYetg9G4XG3YkHCrHe1cn5PdycTKBxcbYDhVjv3awUPRybjcNofJr7KMHobZqHqIdL8zBpTJr1aMHoXZmdo4cNs5NofJf7WMHoDZeHqIfT8jBpLJbzeMHo7Zabp4f1chNpbJjveMHo3ZiXqocp83JpvJlw/GD0lkzK7uHEpPQPA3YZ17swvv+2g8+s9gdwE0uSqfUaRAGmaxBH7k+OszAvU5K11xYv5BbqqoXk0p/1fhH9apowy2thwztoi/cyvaqleKkU5dCLiGTXWkkOjkYtxkFy1Gf/N8xzQ7yOOfWVIXCce8sQSC7+7PMj659lWpLMq1aCJf9NXb5MkLRey7KLWQ5Bk6676plK/FTP3LkySf5ATBa9qraQLPvVb2EJ3Omuw8xkpZHhZFirNDgpNv1y+VllEg6RIfBsB4kRiCItg+cgMon7KfPRmZ4CfXyJi8hyNpmkfk221J2ifltupkyySH3uVbWF5KVf/RaW3JnuP1lM9gotCppCo0bBUw4gYCcyyWGwKM71OlwZJ9OX5DglTOqe8lxcTV95LrKjmgUfMCWnnpoYwbmvEMZw6ZXKF/c6QAJneRuig9GkTgPmOfhLFUbMR6ExZD4OpzHTnuilCn+m5tLYNDWZ062pjvBShWnTEWm8m47JaeHYqV6q8Gs8SWPOeJbTiVkP7FKF77Ina1yWPdvpqVyncqnCWDnzNe7KSeC0WO7Dt1ThrzwMGnPloXA6K+uJW6rwU/ZkjYuyZzu9k+NgLVXYJVe6xiG58hUD80tD4YFsqRrLY8t1Ohzx6CxVOBs5UeNo5Eynk7Gdj6UK/2LN1bgWW/LO6VXcx187hVXxMGiciofCaVSsZ147hTOxJ2usiD3b6T3ch1o7henwMGjchofCaTOcJ1g7heVwE2jsh5vBaUV8x1Q7hSPxcmiMiZfE6U+Es6qdwpZIaRo30s37y97EWTiqo8qYYnT7+ejHzu8MXwXrw+WnB9f7AO1vp3N8l/Ro9McXem5FP74mjmCXEvbjK9gIcvWOhG+XJpgNYt6/Y5qAtghqv2maYGLEfHzf9B31x/8BNiLX2mB7AAA= */
[data-rk] .ju367v0 {
  align-items: flex-start;
}
[data-rk] .ju367v2 {
  align-items: flex-end;
}
[data-rk] .ju367v4 {
  align-items: center;
}
[data-rk] .ju367v6 {
  display: none;
}
[data-rk] .ju367v8 {
  display: block;
}
[data-rk] .ju367va {
  display: flex;
}
[data-rk] .ju367vc {
  display: inline;
}
[data-rk] .ju367ve {
  align-self: flex-start;
}
[data-rk] .ju367vf {
  align-self: flex-end;
}
[data-rk] .ju367vg {
  align-self: center;
}
[data-rk] .ju367vh {
  background-size: cover;
}
[data-rk] .ju367vi {
  border-radius: 1px;
}
[data-rk] .ju367vj {
  border-radius: 6px;
}
[data-rk] .ju367vk {
  border-radius: 10px;
}
[data-rk] .ju367vl {
  border-radius: 13px;
}
[data-rk] .ju367vm {
  border-radius: var(--rk-radii-actionButton);
}
[data-rk] .ju367vn {
  border-radius: var(--rk-radii-connectButton);
}
[data-rk] .ju367vo {
  border-radius: var(--rk-radii-menuButton);
}
[data-rk] .ju367vp {
  border-radius: var(--rk-radii-modal);
}
[data-rk] .ju367vq {
  border-radius: var(--rk-radii-modalMobile);
}
[data-rk] .ju367vr {
  border-radius: 25%;
}
[data-rk] .ju367vs {
  border-radius: 9999px;
}
[data-rk] .ju367vt {
  border-style: solid;
}
[data-rk] .ju367vu {
  border-width: 0px;
}
[data-rk] .ju367vv {
  border-width: 1px;
}
[data-rk] .ju367vw {
  border-width: 2px;
}
[data-rk] .ju367vx {
  border-width: 4px;
}
[data-rk] .ju367vy {
  cursor: pointer;
}
[data-rk] .ju367vz {
  cursor: none;
}
[data-rk] .ju367v10 {
  pointer-events: none;
}
[data-rk] .ju367v11 {
  pointer-events: all;
}
[data-rk] .ju367v12 {
  min-height: 8px;
}
[data-rk] .ju367v13 {
  min-height: 44px;
}
[data-rk] .ju367v14 {
  flex-direction: row;
}
[data-rk] .ju367v15 {
  flex-direction: column;
}
[data-rk] .ju367v16 {
  font-family: var(--rk-fonts-body);
}
[data-rk] .ju367v17 {
  font-size: 12px;
  line-height: 18px;
}
[data-rk] .ju367v18 {
  font-size: 13px;
  line-height: 18px;
}
[data-rk] .ju367v19 {
  font-size: 14px;
  line-height: 18px;
}
[data-rk] .ju367v1a {
  font-size: 16px;
  line-height: 20px;
}
[data-rk] .ju367v1b {
  font-size: 18px;
  line-height: 24px;
}
[data-rk] .ju367v1c {
  font-size: 20px;
  line-height: 24px;
}
[data-rk] .ju367v1d {
  font-size: 23px;
  line-height: 29px;
}
[data-rk] .ju367v1e {
  font-weight: 400;
}
[data-rk] .ju367v1f {
  font-weight: 500;
}
[data-rk] .ju367v1g {
  font-weight: 600;
}
[data-rk] .ju367v1h {
  font-weight: 700;
}
[data-rk] .ju367v1i {
  font-weight: 800;
}
[data-rk] .ju367v1j {
  gap: 0;
}
[data-rk] .ju367v1k {
  gap: 1px;
}
[data-rk] .ju367v1l {
  gap: 2px;
}
[data-rk] .ju367v1m {
  gap: 3px;
}
[data-rk] .ju367v1n {
  gap: 4px;
}
[data-rk] .ju367v1o {
  gap: 5px;
}
[data-rk] .ju367v1p {
  gap: 6px;
}
[data-rk] .ju367v1q {
  gap: 8px;
}
[data-rk] .ju367v1r {
  gap: 10px;
}
[data-rk] .ju367v1s {
  gap: 12px;
}
[data-rk] .ju367v1t {
  gap: 14px;
}
[data-rk] .ju367v1u {
  gap: 16px;
}
[data-rk] .ju367v1v {
  gap: 18px;
}
[data-rk] .ju367v1w {
  gap: 20px;
}
[data-rk] .ju367v1x {
  gap: 24px;
}
[data-rk] .ju367v1y {
  gap: 28px;
}
[data-rk] .ju367v1z {
  gap: 32px;
}
[data-rk] .ju367v20 {
  gap: 36px;
}
[data-rk] .ju367v21 {
  gap: 44px;
}
[data-rk] .ju367v22 {
  gap: 64px;
}
[data-rk] .ju367v23 {
  gap: -1px;
}
[data-rk] .ju367v24 {
  height: 1px;
}
[data-rk] .ju367v25 {
  height: 2px;
}
[data-rk] .ju367v26 {
  height: 4px;
}
[data-rk] .ju367v27 {
  height: 8px;
}
[data-rk] .ju367v28 {
  height: 12px;
}
[data-rk] .ju367v29 {
  height: 20px;
}
[data-rk] .ju367v2a {
  height: 24px;
}
[data-rk] .ju367v2b {
  height: 28px;
}
[data-rk] .ju367v2c {
  height: 30px;
}
[data-rk] .ju367v2d {
  height: 32px;
}
[data-rk] .ju367v2e {
  height: 34px;
}
[data-rk] .ju367v2f {
  height: 36px;
}
[data-rk] .ju367v2g {
  height: 40px;
}
[data-rk] .ju367v2h {
  height: 44px;
}
[data-rk] .ju367v2i {
  height: 48px;
}
[data-rk] .ju367v2j {
  height: 54px;
}
[data-rk] .ju367v2k {
  height: 60px;
}
[data-rk] .ju367v2l {
  height: 200px;
}
[data-rk] .ju367v2m {
  height: 100%;
}
[data-rk] .ju367v2n {
  height: -moz-max-content;
  height: max-content;
}
[data-rk] .ju367v2o {
  justify-content: flex-start;
}
[data-rk] .ju367v2p {
  justify-content: flex-end;
}
[data-rk] .ju367v2q {
  justify-content: center;
}
[data-rk] .ju367v2r {
  justify-content: space-between;
}
[data-rk] .ju367v2s {
  justify-content: space-around;
}
[data-rk] .ju367v2t {
  text-align: left;
}
[data-rk] .ju367v2u {
  text-align: center;
}
[data-rk] .ju367v2v {
  text-align: inherit;
}
[data-rk] .ju367v2w {
  margin-bottom: 0;
}
[data-rk] .ju367v2x {
  margin-bottom: 1px;
}
[data-rk] .ju367v2y {
  margin-bottom: 2px;
}
[data-rk] .ju367v2z {
  margin-bottom: 3px;
}
[data-rk] .ju367v30 {
  margin-bottom: 4px;
}
[data-rk] .ju367v31 {
  margin-bottom: 5px;
}
[data-rk] .ju367v32 {
  margin-bottom: 6px;
}
[data-rk] .ju367v33 {
  margin-bottom: 8px;
}
[data-rk] .ju367v34 {
  margin-bottom: 10px;
}
[data-rk] .ju367v35 {
  margin-bottom: 12px;
}
[data-rk] .ju367v36 {
  margin-bottom: 14px;
}
[data-rk] .ju367v37 {
  margin-bottom: 16px;
}
[data-rk] .ju367v38 {
  margin-bottom: 18px;
}
[data-rk] .ju367v39 {
  margin-bottom: 20px;
}
[data-rk] .ju367v3a {
  margin-bottom: 24px;
}
[data-rk] .ju367v3b {
  margin-bottom: 28px;
}
[data-rk] .ju367v3c {
  margin-bottom: 32px;
}
[data-rk] .ju367v3d {
  margin-bottom: 36px;
}
[data-rk] .ju367v3e {
  margin-bottom: 44px;
}
[data-rk] .ju367v3f {
  margin-bottom: 64px;
}
[data-rk] .ju367v3g {
  margin-bottom: -1px;
}
[data-rk] .ju367v3h {
  margin-left: 0;
}
[data-rk] .ju367v3i {
  margin-left: 1px;
}
[data-rk] .ju367v3j {
  margin-left: 2px;
}
[data-rk] .ju367v3k {
  margin-left: 3px;
}
[data-rk] .ju367v3l {
  margin-left: 4px;
}
[data-rk] .ju367v3m {
  margin-left: 5px;
}
[data-rk] .ju367v3n {
  margin-left: 6px;
}
[data-rk] .ju367v3o {
  margin-left: 8px;
}
[data-rk] .ju367v3p {
  margin-left: 10px;
}
[data-rk] .ju367v3q {
  margin-left: 12px;
}
[data-rk] .ju367v3r {
  margin-left: 14px;
}
[data-rk] .ju367v3s {
  margin-left: 16px;
}
[data-rk] .ju367v3t {
  margin-left: 18px;
}
[data-rk] .ju367v3u {
  margin-left: 20px;
}
[data-rk] .ju367v3v {
  margin-left: 24px;
}
[data-rk] .ju367v3w {
  margin-left: 28px;
}
[data-rk] .ju367v3x {
  margin-left: 32px;
}
[data-rk] .ju367v3y {
  margin-left: 36px;
}
[data-rk] .ju367v3z {
  margin-left: 44px;
}
[data-rk] .ju367v40 {
  margin-left: 64px;
}
[data-rk] .ju367v41 {
  margin-left: -1px;
}
[data-rk] .ju367v42 {
  margin-right: 0;
}
[data-rk] .ju367v43 {
  margin-right: 1px;
}
[data-rk] .ju367v44 {
  margin-right: 2px;
}
[data-rk] .ju367v45 {
  margin-right: 3px;
}
[data-rk] .ju367v46 {
  margin-right: 4px;
}
[data-rk] .ju367v47 {
  margin-right: 5px;
}
[data-rk] .ju367v48 {
  margin-right: 6px;
}
[data-rk] .ju367v49 {
  margin-right: 8px;
}
[data-rk] .ju367v4a {
  margin-right: 10px;
}
[data-rk] .ju367v4b {
  margin-right: 12px;
}
[data-rk] .ju367v4c {
  margin-right: 14px;
}
[data-rk] .ju367v4d {
  margin-right: 16px;
}
[data-rk] .ju367v4e {
  margin-right: 18px;
}
[data-rk] .ju367v4f {
  margin-right: 20px;
}
[data-rk] .ju367v4g {
  margin-right: 24px;
}
[data-rk] .ju367v4h {
  margin-right: 28px;
}
[data-rk] .ju367v4i {
  margin-right: 32px;
}
[data-rk] .ju367v4j {
  margin-right: 36px;
}
[data-rk] .ju367v4k {
  margin-right: 44px;
}
[data-rk] .ju367v4l {
  margin-right: 64px;
}
[data-rk] .ju367v4m {
  margin-right: -1px;
}
[data-rk] .ju367v4n {
  margin-top: 0;
}
[data-rk] .ju367v4o {
  margin-top: 1px;
}
[data-rk] .ju367v4p {
  margin-top: 2px;
}
[data-rk] .ju367v4q {
  margin-top: 3px;
}
[data-rk] .ju367v4r {
  margin-top: 4px;
}
[data-rk] .ju367v4s {
  margin-top: 5px;
}
[data-rk] .ju367v4t {
  margin-top: 6px;
}
[data-rk] .ju367v4u {
  margin-top: 8px;
}
[data-rk] .ju367v4v {
  margin-top: 10px;
}
[data-rk] .ju367v4w {
  margin-top: 12px;
}
[data-rk] .ju367v4x {
  margin-top: 14px;
}
[data-rk] .ju367v4y {
  margin-top: 16px;
}
[data-rk] .ju367v4z {
  margin-top: 18px;
}
[data-rk] .ju367v50 {
  margin-top: 20px;
}
[data-rk] .ju367v51 {
  margin-top: 24px;
}
[data-rk] .ju367v52 {
  margin-top: 28px;
}
[data-rk] .ju367v53 {
  margin-top: 32px;
}
[data-rk] .ju367v54 {
  margin-top: 36px;
}
[data-rk] .ju367v55 {
  margin-top: 44px;
}
[data-rk] .ju367v56 {
  margin-top: 64px;
}
[data-rk] .ju367v57 {
  margin-top: -1px;
}
[data-rk] .ju367v58 {
  max-width: 1px;
}
[data-rk] .ju367v59 {
  max-width: 2px;
}
[data-rk] .ju367v5a {
  max-width: 4px;
}
[data-rk] .ju367v5b {
  max-width: 8px;
}
[data-rk] .ju367v5c {
  max-width: 12px;
}
[data-rk] .ju367v5d {
  max-width: 20px;
}
[data-rk] .ju367v5e {
  max-width: 24px;
}
[data-rk] .ju367v5f {
  max-width: 28px;
}
[data-rk] .ju367v5g {
  max-width: 30px;
}
[data-rk] .ju367v5h {
  max-width: 32px;
}
[data-rk] .ju367v5i {
  max-width: 34px;
}
[data-rk] .ju367v5j {
  max-width: 36px;
}
[data-rk] .ju367v5k {
  max-width: 40px;
}
[data-rk] .ju367v5l {
  max-width: 44px;
}
[data-rk] .ju367v5m {
  max-width: 48px;
}
[data-rk] .ju367v5n {
  max-width: 54px;
}
[data-rk] .ju367v5o {
  max-width: 60px;
}
[data-rk] .ju367v5p {
  max-width: 200px;
}
[data-rk] .ju367v5q {
  max-width: 100%;
}
[data-rk] .ju367v5r {
  max-width: -moz-max-content;
  max-width: max-content;
}
[data-rk] .ju367v5s {
  min-width: 1px;
}
[data-rk] .ju367v5t {
  min-width: 2px;
}
[data-rk] .ju367v5u {
  min-width: 4px;
}
[data-rk] .ju367v5v {
  min-width: 8px;
}
[data-rk] .ju367v5w {
  min-width: 12px;
}
[data-rk] .ju367v5x {
  min-width: 20px;
}
[data-rk] .ju367v5y {
  min-width: 24px;
}
[data-rk] .ju367v5z {
  min-width: 28px;
}
[data-rk] .ju367v60 {
  min-width: 30px;
}
[data-rk] .ju367v61 {
  min-width: 32px;
}
[data-rk] .ju367v62 {
  min-width: 34px;
}
[data-rk] .ju367v63 {
  min-width: 36px;
}
[data-rk] .ju367v64 {
  min-width: 40px;
}
[data-rk] .ju367v65 {
  min-width: 44px;
}
[data-rk] .ju367v66 {
  min-width: 48px;
}
[data-rk] .ju367v67 {
  min-width: 54px;
}
[data-rk] .ju367v68 {
  min-width: 60px;
}
[data-rk] .ju367v69 {
  min-width: 200px;
}
[data-rk] .ju367v6a {
  min-width: 100%;
}
[data-rk] .ju367v6b {
  min-width: -moz-max-content;
  min-width: max-content;
}
[data-rk] .ju367v6c {
  overflow: hidden;
}
[data-rk] .ju367v6d {
  padding-bottom: 0;
}
[data-rk] .ju367v6e {
  padding-bottom: 1px;
}
[data-rk] .ju367v6f {
  padding-bottom: 2px;
}
[data-rk] .ju367v6g {
  padding-bottom: 3px;
}
[data-rk] .ju367v6h {
  padding-bottom: 4px;
}
[data-rk] .ju367v6i {
  padding-bottom: 5px;
}
[data-rk] .ju367v6j {
  padding-bottom: 6px;
}
[data-rk] .ju367v6k {
  padding-bottom: 8px;
}
[data-rk] .ju367v6l {
  padding-bottom: 10px;
}
[data-rk] .ju367v6m {
  padding-bottom: 12px;
}
[data-rk] .ju367v6n {
  padding-bottom: 14px;
}
[data-rk] .ju367v6o {
  padding-bottom: 16px;
}
[data-rk] .ju367v6p {
  padding-bottom: 18px;
}
[data-rk] .ju367v6q {
  padding-bottom: 20px;
}
[data-rk] .ju367v6r {
  padding-bottom: 24px;
}
[data-rk] .ju367v6s {
  padding-bottom: 28px;
}
[data-rk] .ju367v6t {
  padding-bottom: 32px;
}
[data-rk] .ju367v6u {
  padding-bottom: 36px;
}
[data-rk] .ju367v6v {
  padding-bottom: 44px;
}
[data-rk] .ju367v6w {
  padding-bottom: 64px;
}
[data-rk] .ju367v6x {
  padding-bottom: -1px;
}
[data-rk] .ju367v6y {
  padding-left: 0;
}
[data-rk] .ju367v6z {
  padding-left: 1px;
}
[data-rk] .ju367v70 {
  padding-left: 2px;
}
[data-rk] .ju367v71 {
  padding-left: 3px;
}
[data-rk] .ju367v72 {
  padding-left: 4px;
}
[data-rk] .ju367v73 {
  padding-left: 5px;
}
[data-rk] .ju367v74 {
  padding-left: 6px;
}
[data-rk] .ju367v75 {
  padding-left: 8px;
}
[data-rk] .ju367v76 {
  padding-left: 10px;
}
[data-rk] .ju367v77 {
  padding-left: 12px;
}
[data-rk] .ju367v78 {
  padding-left: 14px;
}
[data-rk] .ju367v79 {
  padding-left: 16px;
}
[data-rk] .ju367v7a {
  padding-left: 18px;
}
[data-rk] .ju367v7b {
  padding-left: 20px;
}
[data-rk] .ju367v7c {
  padding-left: 24px;
}
[data-rk] .ju367v7d {
  padding-left: 28px;
}
[data-rk] .ju367v7e {
  padding-left: 32px;
}
[data-rk] .ju367v7f {
  padding-left: 36px;
}
[data-rk] .ju367v7g {
  padding-left: 44px;
}
[data-rk] .ju367v7h {
  padding-left: 64px;
}
[data-rk] .ju367v7i {
  padding-left: -1px;
}
[data-rk] .ju367v7j {
  padding-right: 0;
}
[data-rk] .ju367v7k {
  padding-right: 1px;
}
[data-rk] .ju367v7l {
  padding-right: 2px;
}
[data-rk] .ju367v7m {
  padding-right: 3px;
}
[data-rk] .ju367v7n {
  padding-right: 4px;
}
[data-rk] .ju367v7o {
  padding-right: 5px;
}
[data-rk] .ju367v7p {
  padding-right: 6px;
}
[data-rk] .ju367v7q {
  padding-right: 8px;
}
[data-rk] .ju367v7r {
  padding-right: 10px;
}
[data-rk] .ju367v7s {
  padding-right: 12px;
}
[data-rk] .ju367v7t {
  padding-right: 14px;
}
[data-rk] .ju367v7u {
  padding-right: 16px;
}
[data-rk] .ju367v7v {
  padding-right: 18px;
}
[data-rk] .ju367v7w {
  padding-right: 20px;
}
[data-rk] .ju367v7x {
  padding-right: 24px;
}
[data-rk] .ju367v7y {
  padding-right: 28px;
}
[data-rk] .ju367v7z {
  padding-right: 32px;
}
[data-rk] .ju367v80 {
  padding-right: 36px;
}
[data-rk] .ju367v81 {
  padding-right: 44px;
}
[data-rk] .ju367v82 {
  padding-right: 64px;
}
[data-rk] .ju367v83 {
  padding-right: -1px;
}
[data-rk] .ju367v84 {
  padding-top: 0;
}
[data-rk] .ju367v85 {
  padding-top: 1px;
}
[data-rk] .ju367v86 {
  padding-top: 2px;
}
[data-rk] .ju367v87 {
  padding-top: 3px;
}
[data-rk] .ju367v88 {
  padding-top: 4px;
}
[data-rk] .ju367v89 {
  padding-top: 5px;
}
[data-rk] .ju367v8a {
  padding-top: 6px;
}
[data-rk] .ju367v8b {
  padding-top: 8px;
}
[data-rk] .ju367v8c {
  padding-top: 10px;
}
[data-rk] .ju367v8d {
  padding-top: 12px;
}
[data-rk] .ju367v8e {
  padding-top: 14px;
}
[data-rk] .ju367v8f {
  padding-top: 16px;
}
[data-rk] .ju367v8g {
  padding-top: 18px;
}
[data-rk] .ju367v8h {
  padding-top: 20px;
}
[data-rk] .ju367v8i {
  padding-top: 24px;
}
[data-rk] .ju367v8j {
  padding-top: 28px;
}
[data-rk] .ju367v8k {
  padding-top: 32px;
}
[data-rk] .ju367v8l {
  padding-top: 36px;
}
[data-rk] .ju367v8m {
  padding-top: 44px;
}
[data-rk] .ju367v8n {
  padding-top: 64px;
}
[data-rk] .ju367v8o {
  padding-top: -1px;
}
[data-rk] .ju367v8p {
  position: absolute;
}
[data-rk] .ju367v8q {
  position: fixed;
}
[data-rk] .ju367v8r {
  position: relative;
}
[data-rk] .ju367v8s {
  -webkit-user-select: none;
}
[data-rk] .ju367v8t {
  right: 0;
}
[data-rk] .ju367v8u {
  transition: 0.125s ease;
}
[data-rk] .ju367v8v {
  transition: transform 0.125s ease;
}
[data-rk] .ju367v8w {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
[data-rk] .ju367v8x {
  width: 1px;
}
[data-rk] .ju367v8y {
  width: 2px;
}
[data-rk] .ju367v8z {
  width: 4px;
}
[data-rk] .ju367v90 {
  width: 8px;
}
[data-rk] .ju367v91 {
  width: 12px;
}
[data-rk] .ju367v92 {
  width: 20px;
}
[data-rk] .ju367v93 {
  width: 24px;
}
[data-rk] .ju367v94 {
  width: 28px;
}
[data-rk] .ju367v95 {
  width: 30px;
}
[data-rk] .ju367v96 {
  width: 32px;
}
[data-rk] .ju367v97 {
  width: 34px;
}
[data-rk] .ju367v98 {
  width: 36px;
}
[data-rk] .ju367v99 {
  width: 40px;
}
[data-rk] .ju367v9a {
  width: 44px;
}
[data-rk] .ju367v9b {
  width: 48px;
}
[data-rk] .ju367v9c {
  width: 54px;
}
[data-rk] .ju367v9d {
  width: 60px;
}
[data-rk] .ju367v9e {
  width: 200px;
}
[data-rk] .ju367v9f {
  width: 100%;
}
[data-rk] .ju367v9g {
  width: -moz-max-content;
  width: max-content;
}
[data-rk] .ju367v9h {
  -webkit-backdrop-filter: var(--rk-blurs-modalOverlay);
  backdrop-filter: var(--rk-blurs-modalOverlay);
}
[data-rk] .ju367v9i {
  background: var(--rk-colors-accentColor);
}
[data-rk] .ju367v9j:hover {
  background: var(--rk-colors-accentColor);
}
[data-rk] .ju367v9k:active {
  background: var(--rk-colors-accentColor);
}
[data-rk] .ju367v9l {
  background: var(--rk-colors-accentColorForeground);
}
[data-rk] .ju367v9m:hover {
  background: var(--rk-colors-accentColorForeground);
}
[data-rk] .ju367v9n:active {
  background: var(--rk-colors-accentColorForeground);
}
[data-rk] .ju367v9o {
  background: var(--rk-colors-actionButtonBorder);
}
[data-rk] .ju367v9p:hover {
  background: var(--rk-colors-actionButtonBorder);
}
[data-rk] .ju367v9q:active {
  background: var(--rk-colors-actionButtonBorder);
}
[data-rk] .ju367v9r {
  background: var(--rk-colors-actionButtonBorderMobile);
}
[data-rk] .ju367v9s:hover {
  background: var(--rk-colors-actionButtonBorderMobile);
}
[data-rk] .ju367v9t:active {
  background: var(--rk-colors-actionButtonBorderMobile);
}
[data-rk] .ju367v9u {
  background: var(--rk-colors-actionButtonSecondaryBackground);
}
[data-rk] .ju367v9v:hover {
  background: var(--rk-colors-actionButtonSecondaryBackground);
}
[data-rk] .ju367v9w:active {
  background: var(--rk-colors-actionButtonSecondaryBackground);
}
[data-rk] .ju367v9x {
  background: var(--rk-colors-closeButton);
}
[data-rk] .ju367v9y:hover {
  background: var(--rk-colors-closeButton);
}
[data-rk] .ju367v9z:active {
  background: var(--rk-colors-closeButton);
}
[data-rk] .ju367va0 {
  background: var(--rk-colors-closeButtonBackground);
}
[data-rk] .ju367va1:hover {
  background: var(--rk-colors-closeButtonBackground);
}
[data-rk] .ju367va2:active {
  background: var(--rk-colors-closeButtonBackground);
}
[data-rk] .ju367va3 {
  background: var(--rk-colors-connectButtonBackground);
}
[data-rk] .ju367va4:hover {
  background: var(--rk-colors-connectButtonBackground);
}
[data-rk] .ju367va5:active {
  background: var(--rk-colors-connectButtonBackground);
}
[data-rk] .ju367va6 {
  background: var(--rk-colors-connectButtonBackgroundError);
}
[data-rk] .ju367va7:hover {
  background: var(--rk-colors-connectButtonBackgroundError);
}
[data-rk] .ju367va8:active {
  background: var(--rk-colors-connectButtonBackgroundError);
}
[data-rk] .ju367va9 {
  background: var(--rk-colors-connectButtonInnerBackground);
}
[data-rk] .ju367vaa:hover {
  background: var(--rk-colors-connectButtonInnerBackground);
}
[data-rk] .ju367vab:active {
  background: var(--rk-colors-connectButtonInnerBackground);
}
[data-rk] .ju367vac {
  background: var(--rk-colors-connectButtonText);
}
[data-rk] .ju367vad:hover {
  background: var(--rk-colors-connectButtonText);
}
[data-rk] .ju367vae:active {
  background: var(--rk-colors-connectButtonText);
}
[data-rk] .ju367vaf {
  background: var(--rk-colors-connectButtonTextError);
}
[data-rk] .ju367vag:hover {
  background: var(--rk-colors-connectButtonTextError);
}
[data-rk] .ju367vah:active {
  background: var(--rk-colors-connectButtonTextError);
}
[data-rk] .ju367vai {
  background: var(--rk-colors-connectionIndicator);
}
[data-rk] .ju367vaj:hover {
  background: var(--rk-colors-connectionIndicator);
}
[data-rk] .ju367vak:active {
  background: var(--rk-colors-connectionIndicator);
}
[data-rk] .ju367val {
  background: var(--rk-colors-downloadBottomCardBackground);
}
[data-rk] .ju367vam:hover {
  background: var(--rk-colors-downloadBottomCardBackground);
}
[data-rk] .ju367van:active {
  background: var(--rk-colors-downloadBottomCardBackground);
}
[data-rk] .ju367vao {
  background: var(--rk-colors-downloadTopCardBackground);
}
[data-rk] .ju367vap:hover {
  background: var(--rk-colors-downloadTopCardBackground);
}
[data-rk] .ju367vaq:active {
  background: var(--rk-colors-downloadTopCardBackground);
}
[data-rk] .ju367var {
  background: var(--rk-colors-error);
}
[data-rk] .ju367vas:hover {
  background: var(--rk-colors-error);
}
[data-rk] .ju367vat:active {
  background: var(--rk-colors-error);
}
[data-rk] .ju367vau {
  background: var(--rk-colors-generalBorder);
}
[data-rk] .ju367vav:hover {
  background: var(--rk-colors-generalBorder);
}
[data-rk] .ju367vaw:active {
  background: var(--rk-colors-generalBorder);
}
[data-rk] .ju367vax {
  background: var(--rk-colors-generalBorderDim);
}
[data-rk] .ju367vay:hover {
  background: var(--rk-colors-generalBorderDim);
}
[data-rk] .ju367vaz:active {
  background: var(--rk-colors-generalBorderDim);
}
[data-rk] .ju367vb0 {
  background: var(--rk-colors-menuItemBackground);
}
[data-rk] .ju367vb1:hover {
  background: var(--rk-colors-menuItemBackground);
}
[data-rk] .ju367vb2:active {
  background: var(--rk-colors-menuItemBackground);
}
[data-rk] .ju367vb3 {
  background: var(--rk-colors-modalBackdrop);
}
[data-rk] .ju367vb4:hover {
  background: var(--rk-colors-modalBackdrop);
}
[data-rk] .ju367vb5:active {
  background: var(--rk-colors-modalBackdrop);
}
[data-rk] .ju367vb6 {
  background: var(--rk-colors-modalBackground);
}
[data-rk] .ju367vb7:hover {
  background: var(--rk-colors-modalBackground);
}
[data-rk] .ju367vb8:active {
  background: var(--rk-colors-modalBackground);
}
[data-rk] .ju367vb9 {
  background: var(--rk-colors-modalBorder);
}
[data-rk] .ju367vba:hover {
  background: var(--rk-colors-modalBorder);
}
[data-rk] .ju367vbb:active {
  background: var(--rk-colors-modalBorder);
}
[data-rk] .ju367vbc {
  background: var(--rk-colors-modalText);
}
[data-rk] .ju367vbd:hover {
  background: var(--rk-colors-modalText);
}
[data-rk] .ju367vbe:active {
  background: var(--rk-colors-modalText);
}
[data-rk] .ju367vbf {
  background: var(--rk-colors-modalTextDim);
}
[data-rk] .ju367vbg:hover {
  background: var(--rk-colors-modalTextDim);
}
[data-rk] .ju367vbh:active {
  background: var(--rk-colors-modalTextDim);
}
[data-rk] .ju367vbi {
  background: var(--rk-colors-modalTextSecondary);
}
[data-rk] .ju367vbj:hover {
  background: var(--rk-colors-modalTextSecondary);
}
[data-rk] .ju367vbk:active {
  background: var(--rk-colors-modalTextSecondary);
}
[data-rk] .ju367vbl {
  background: var(--rk-colors-profileAction);
}
[data-rk] .ju367vbm:hover {
  background: var(--rk-colors-profileAction);
}
[data-rk] .ju367vbn:active {
  background: var(--rk-colors-profileAction);
}
[data-rk] .ju367vbo {
  background: var(--rk-colors-profileActionHover);
}
[data-rk] .ju367vbp:hover {
  background: var(--rk-colors-profileActionHover);
}
[data-rk] .ju367vbq:active {
  background: var(--rk-colors-profileActionHover);
}
[data-rk] .ju367vbr {
  background: var(--rk-colors-profileForeground);
}
[data-rk] .ju367vbs:hover {
  background: var(--rk-colors-profileForeground);
}
[data-rk] .ju367vbt:active {
  background: var(--rk-colors-profileForeground);
}
[data-rk] .ju367vbu {
  background: var(--rk-colors-selectedOptionBorder);
}
[data-rk] .ju367vbv:hover {
  background: var(--rk-colors-selectedOptionBorder);
}
[data-rk] .ju367vbw:active {
  background: var(--rk-colors-selectedOptionBorder);
}
[data-rk] .ju367vbx {
  background: var(--rk-colors-standby);
}
[data-rk] .ju367vby:hover {
  background: var(--rk-colors-standby);
}
[data-rk] .ju367vbz:active {
  background: var(--rk-colors-standby);
}
[data-rk] .ju367vc0 {
  border-color: var(--rk-colors-accentColor);
}
[data-rk] .ju367vc1:hover {
  border-color: var(--rk-colors-accentColor);
}
[data-rk] .ju367vc2:active {
  border-color: var(--rk-colors-accentColor);
}
[data-rk] .ju367vc3 {
  border-color: var(--rk-colors-accentColorForeground);
}
[data-rk] .ju367vc4:hover {
  border-color: var(--rk-colors-accentColorForeground);
}
[data-rk] .ju367vc5:active {
  border-color: var(--rk-colors-accentColorForeground);
}
[data-rk] .ju367vc6 {
  border-color: var(--rk-colors-actionButtonBorder);
}
[data-rk] .ju367vc7:hover {
  border-color: var(--rk-colors-actionButtonBorder);
}
[data-rk] .ju367vc8:active {
  border-color: var(--rk-colors-actionButtonBorder);
}
[data-rk] .ju367vc9 {
  border-color: var(--rk-colors-actionButtonBorderMobile);
}
[data-rk] .ju367vca:hover {
  border-color: var(--rk-colors-actionButtonBorderMobile);
}
[data-rk] .ju367vcb:active {
  border-color: var(--rk-colors-actionButtonBorderMobile);
}
[data-rk] .ju367vcc {
  border-color: var(--rk-colors-actionButtonSecondaryBackground);
}
[data-rk] .ju367vcd:hover {
  border-color: var(--rk-colors-actionButtonSecondaryBackground);
}
[data-rk] .ju367vce:active {
  border-color: var(--rk-colors-actionButtonSecondaryBackground);
}
[data-rk] .ju367vcf {
  border-color: var(--rk-colors-closeButton);
}
[data-rk] .ju367vcg:hover {
  border-color: var(--rk-colors-closeButton);
}
[data-rk] .ju367vch:active {
  border-color: var(--rk-colors-closeButton);
}
[data-rk] .ju367vci {
  border-color: var(--rk-colors-closeButtonBackground);
}
[data-rk] .ju367vcj:hover {
  border-color: var(--rk-colors-closeButtonBackground);
}
[data-rk] .ju367vck:active {
  border-color: var(--rk-colors-closeButtonBackground);
}
[data-rk] .ju367vcl {
  border-color: var(--rk-colors-connectButtonBackground);
}
[data-rk] .ju367vcm:hover {
  border-color: var(--rk-colors-connectButtonBackground);
}
[data-rk] .ju367vcn:active {
  border-color: var(--rk-colors-connectButtonBackground);
}
[data-rk] .ju367vco {
  border-color: var(--rk-colors-connectButtonBackgroundError);
}
[data-rk] .ju367vcp:hover {
  border-color: var(--rk-colors-connectButtonBackgroundError);
}
[data-rk] .ju367vcq:active {
  border-color: var(--rk-colors-connectButtonBackgroundError);
}
[data-rk] .ju367vcr {
  border-color: var(--rk-colors-connectButtonInnerBackground);
}
[data-rk] .ju367vcs:hover {
  border-color: var(--rk-colors-connectButtonInnerBackground);
}
[data-rk] .ju367vct:active {
  border-color: var(--rk-colors-connectButtonInnerBackground);
}
[data-rk] .ju367vcu {
  border-color: var(--rk-colors-connectButtonText);
}
[data-rk] .ju367vcv:hover {
  border-color: var(--rk-colors-connectButtonText);
}
[data-rk] .ju367vcw:active {
  border-color: var(--rk-colors-connectButtonText);
}
[data-rk] .ju367vcx {
  border-color: var(--rk-colors-connectButtonTextError);
}
[data-rk] .ju367vcy:hover {
  border-color: var(--rk-colors-connectButtonTextError);
}
[data-rk] .ju367vcz:active {
  border-color: var(--rk-colors-connectButtonTextError);
}
[data-rk] .ju367vd0 {
  border-color: var(--rk-colors-connectionIndicator);
}
[data-rk] .ju367vd1:hover {
  border-color: var(--rk-colors-connectionIndicator);
}
[data-rk] .ju367vd2:active {
  border-color: var(--rk-colors-connectionIndicator);
}
[data-rk] .ju367vd3 {
  border-color: var(--rk-colors-downloadBottomCardBackground);
}
[data-rk] .ju367vd4:hover {
  border-color: var(--rk-colors-downloadBottomCardBackground);
}
[data-rk] .ju367vd5:active {
  border-color: var(--rk-colors-downloadBottomCardBackground);
}
[data-rk] .ju367vd6 {
  border-color: var(--rk-colors-downloadTopCardBackground);
}
[data-rk] .ju367vd7:hover {
  border-color: var(--rk-colors-downloadTopCardBackground);
}
[data-rk] .ju367vd8:active {
  border-color: var(--rk-colors-downloadTopCardBackground);
}
[data-rk] .ju367vd9 {
  border-color: var(--rk-colors-error);
}
[data-rk] .ju367vda:hover {
  border-color: var(--rk-colors-error);
}
[data-rk] .ju367vdb:active {
  border-color: var(--rk-colors-error);
}
[data-rk] .ju367vdc {
  border-color: var(--rk-colors-generalBorder);
}
[data-rk] .ju367vdd:hover {
  border-color: var(--rk-colors-generalBorder);
}
[data-rk] .ju367vde:active {
  border-color: var(--rk-colors-generalBorder);
}
[data-rk] .ju367vdf {
  border-color: var(--rk-colors-generalBorderDim);
}
[data-rk] .ju367vdg:hover {
  border-color: var(--rk-colors-generalBorderDim);
}
[data-rk] .ju367vdh:active {
  border-color: var(--rk-colors-generalBorderDim);
}
[data-rk] .ju367vdi {
  border-color: var(--rk-colors-menuItemBackground);
}
[data-rk] .ju367vdj:hover {
  border-color: var(--rk-colors-menuItemBackground);
}
[data-rk] .ju367vdk:active {
  border-color: var(--rk-colors-menuItemBackground);
}
[data-rk] .ju367vdl {
  border-color: var(--rk-colors-modalBackdrop);
}
[data-rk] .ju367vdm:hover {
  border-color: var(--rk-colors-modalBackdrop);
}
[data-rk] .ju367vdn:active {
  border-color: var(--rk-colors-modalBackdrop);
}
[data-rk] .ju367vdo {
  border-color: var(--rk-colors-modalBackground);
}
[data-rk] .ju367vdp:hover {
  border-color: var(--rk-colors-modalBackground);
}
[data-rk] .ju367vdq:active {
  border-color: var(--rk-colors-modalBackground);
}
[data-rk] .ju367vdr {
  border-color: var(--rk-colors-modalBorder);
}
[data-rk] .ju367vds:hover {
  border-color: var(--rk-colors-modalBorder);
}
[data-rk] .ju367vdt:active {
  border-color: var(--rk-colors-modalBorder);
}
[data-rk] .ju367vdu {
  border-color: var(--rk-colors-modalText);
}
[data-rk] .ju367vdv:hover {
  border-color: var(--rk-colors-modalText);
}
[data-rk] .ju367vdw:active {
  border-color: var(--rk-colors-modalText);
}
[data-rk] .ju367vdx {
  border-color: var(--rk-colors-modalTextDim);
}
[data-rk] .ju367vdy:hover {
  border-color: var(--rk-colors-modalTextDim);
}
[data-rk] .ju367vdz:active {
  border-color: var(--rk-colors-modalTextDim);
}
[data-rk] .ju367ve0 {
  border-color: var(--rk-colors-modalTextSecondary);
}
[data-rk] .ju367ve1:hover {
  border-color: var(--rk-colors-modalTextSecondary);
}
[data-rk] .ju367ve2:active {
  border-color: var(--rk-colors-modalTextSecondary);
}
[data-rk] .ju367ve3 {
  border-color: var(--rk-colors-profileAction);
}
[data-rk] .ju367ve4:hover {
  border-color: var(--rk-colors-profileAction);
}
[data-rk] .ju367ve5:active {
  border-color: var(--rk-colors-profileAction);
}
[data-rk] .ju367ve6 {
  border-color: var(--rk-colors-profileActionHover);
}
[data-rk] .ju367ve7:hover {
  border-color: var(--rk-colors-profileActionHover);
}
[data-rk] .ju367ve8:active {
  border-color: var(--rk-colors-profileActionHover);
}
[data-rk] .ju367ve9 {
  border-color: var(--rk-colors-profileForeground);
}
[data-rk] .ju367vea:hover {
  border-color: var(--rk-colors-profileForeground);
}
[data-rk] .ju367veb:active {
  border-color: var(--rk-colors-profileForeground);
}
[data-rk] .ju367vec {
  border-color: var(--rk-colors-selectedOptionBorder);
}
[data-rk] .ju367ved:hover {
  border-color: var(--rk-colors-selectedOptionBorder);
}
[data-rk] .ju367vee:active {
  border-color: var(--rk-colors-selectedOptionBorder);
}
[data-rk] .ju367vef {
  border-color: var(--rk-colors-standby);
}
[data-rk] .ju367veg:hover {
  border-color: var(--rk-colors-standby);
}
[data-rk] .ju367veh:active {
  border-color: var(--rk-colors-standby);
}
[data-rk] .ju367vei {
  box-shadow: var(--rk-shadows-connectButton);
}
[data-rk] .ju367vej:hover {
  box-shadow: var(--rk-shadows-connectButton);
}
[data-rk] .ju367vek:active {
  box-shadow: var(--rk-shadows-connectButton);
}
[data-rk] .ju367vel {
  box-shadow: var(--rk-shadows-dialog);
}
[data-rk] .ju367vem:hover {
  box-shadow: var(--rk-shadows-dialog);
}
[data-rk] .ju367ven:active {
  box-shadow: var(--rk-shadows-dialog);
}
[data-rk] .ju367veo {
  box-shadow: var(--rk-shadows-profileDetailsAction);
}
[data-rk] .ju367vep:hover {
  box-shadow: var(--rk-shadows-profileDetailsAction);
}
[data-rk] .ju367veq:active {
  box-shadow: var(--rk-shadows-profileDetailsAction);
}
[data-rk] .ju367ver {
  box-shadow: var(--rk-shadows-selectedOption);
}
[data-rk] .ju367ves:hover {
  box-shadow: var(--rk-shadows-selectedOption);
}
[data-rk] .ju367vet:active {
  box-shadow: var(--rk-shadows-selectedOption);
}
[data-rk] .ju367veu {
  box-shadow: var(--rk-shadows-selectedWallet);
}
[data-rk] .ju367vev:hover {
  box-shadow: var(--rk-shadows-selectedWallet);
}
[data-rk] .ju367vew:active {
  box-shadow: var(--rk-shadows-selectedWallet);
}
[data-rk] .ju367vex {
  box-shadow: var(--rk-shadows-walletLogo);
}
[data-rk] .ju367vey:hover {
  box-shadow: var(--rk-shadows-walletLogo);
}
[data-rk] .ju367vez:active {
  box-shadow: var(--rk-shadows-walletLogo);
}
[data-rk] .ju367vf0 {
  color: var(--rk-colors-accentColor);
}
[data-rk] .ju367vf1:hover {
  color: var(--rk-colors-accentColor);
}
[data-rk] .ju367vf2:active {
  color: var(--rk-colors-accentColor);
}
[data-rk] .ju367vf3 {
  color: var(--rk-colors-accentColorForeground);
}
[data-rk] .ju367vf4:hover {
  color: var(--rk-colors-accentColorForeground);
}
[data-rk] .ju367vf5:active {
  color: var(--rk-colors-accentColorForeground);
}
[data-rk] .ju367vf6 {
  color: var(--rk-colors-actionButtonBorder);
}
[data-rk] .ju367vf7:hover {
  color: var(--rk-colors-actionButtonBorder);
}
[data-rk] .ju367vf8:active {
  color: var(--rk-colors-actionButtonBorder);
}
[data-rk] .ju367vf9 {
  color: var(--rk-colors-actionButtonBorderMobile);
}
[data-rk] .ju367vfa:hover {
  color: var(--rk-colors-actionButtonBorderMobile);
}
[data-rk] .ju367vfb:active {
  color: var(--rk-colors-actionButtonBorderMobile);
}
[data-rk] .ju367vfc {
  color: var(--rk-colors-actionButtonSecondaryBackground);
}
[data-rk] .ju367vfd:hover {
  color: var(--rk-colors-actionButtonSecondaryBackground);
}
[data-rk] .ju367vfe:active {
  color: var(--rk-colors-actionButtonSecondaryBackground);
}
[data-rk] .ju367vff {
  color: var(--rk-colors-closeButton);
}
[data-rk] .ju367vfg:hover {
  color: var(--rk-colors-closeButton);
}
[data-rk] .ju367vfh:active {
  color: var(--rk-colors-closeButton);
}
[data-rk] .ju367vfi {
  color: var(--rk-colors-closeButtonBackground);
}
[data-rk] .ju367vfj:hover {
  color: var(--rk-colors-closeButtonBackground);
}
[data-rk] .ju367vfk:active {
  color: var(--rk-colors-closeButtonBackground);
}
[data-rk] .ju367vfl {
  color: var(--rk-colors-connectButtonBackground);
}
[data-rk] .ju367vfm:hover {
  color: var(--rk-colors-connectButtonBackground);
}
[data-rk] .ju367vfn:active {
  color: var(--rk-colors-connectButtonBackground);
}
[data-rk] .ju367vfo {
  color: var(--rk-colors-connectButtonBackgroundError);
}
[data-rk] .ju367vfp:hover {
  color: var(--rk-colors-connectButtonBackgroundError);
}
[data-rk] .ju367vfq:active {
  color: var(--rk-colors-connectButtonBackgroundError);
}
[data-rk] .ju367vfr {
  color: var(--rk-colors-connectButtonInnerBackground);
}
[data-rk] .ju367vfs:hover {
  color: var(--rk-colors-connectButtonInnerBackground);
}
[data-rk] .ju367vft:active {
  color: var(--rk-colors-connectButtonInnerBackground);
}
[data-rk] .ju367vfu {
  color: var(--rk-colors-connectButtonText);
}
[data-rk] .ju367vfv:hover {
  color: var(--rk-colors-connectButtonText);
}
[data-rk] .ju367vfw:active {
  color: var(--rk-colors-connectButtonText);
}
[data-rk] .ju367vfx {
  color: var(--rk-colors-connectButtonTextError);
}
[data-rk] .ju367vfy:hover {
  color: var(--rk-colors-connectButtonTextError);
}
[data-rk] .ju367vfz:active {
  color: var(--rk-colors-connectButtonTextError);
}
[data-rk] .ju367vg0 {
  color: var(--rk-colors-connectionIndicator);
}
[data-rk] .ju367vg1:hover {
  color: var(--rk-colors-connectionIndicator);
}
[data-rk] .ju367vg2:active {
  color: var(--rk-colors-connectionIndicator);
}
[data-rk] .ju367vg3 {
  color: var(--rk-colors-downloadBottomCardBackground);
}
[data-rk] .ju367vg4:hover {
  color: var(--rk-colors-downloadBottomCardBackground);
}
[data-rk] .ju367vg5:active {
  color: var(--rk-colors-downloadBottomCardBackground);
}
[data-rk] .ju367vg6 {
  color: var(--rk-colors-downloadTopCardBackground);
}
[data-rk] .ju367vg7:hover {
  color: var(--rk-colors-downloadTopCardBackground);
}
[data-rk] .ju367vg8:active {
  color: var(--rk-colors-downloadTopCardBackground);
}
[data-rk] .ju367vg9 {
  color: var(--rk-colors-error);
}
[data-rk] .ju367vga:hover {
  color: var(--rk-colors-error);
}
[data-rk] .ju367vgb:active {
  color: var(--rk-colors-error);
}
[data-rk] .ju367vgc {
  color: var(--rk-colors-generalBorder);
}
[data-rk] .ju367vgd:hover {
  color: var(--rk-colors-generalBorder);
}
[data-rk] .ju367vge:active {
  color: var(--rk-colors-generalBorder);
}
[data-rk] .ju367vgf {
  color: var(--rk-colors-generalBorderDim);
}
[data-rk] .ju367vgg:hover {
  color: var(--rk-colors-generalBorderDim);
}
[data-rk] .ju367vgh:active {
  color: var(--rk-colors-generalBorderDim);
}
[data-rk] .ju367vgi {
  color: var(--rk-colors-menuItemBackground);
}
[data-rk] .ju367vgj:hover {
  color: var(--rk-colors-menuItemBackground);
}
[data-rk] .ju367vgk:active {
  color: var(--rk-colors-menuItemBackground);
}
[data-rk] .ju367vgl {
  color: var(--rk-colors-modalBackdrop);
}
[data-rk] .ju367vgm:hover {
  color: var(--rk-colors-modalBackdrop);
}
[data-rk] .ju367vgn:active {
  color: var(--rk-colors-modalBackdrop);
}
[data-rk] .ju367vgo {
  color: var(--rk-colors-modalBackground);
}
[data-rk] .ju367vgp:hover {
  color: var(--rk-colors-modalBackground);
}
[data-rk] .ju367vgq:active {
  color: var(--rk-colors-modalBackground);
}
[data-rk] .ju367vgr {
  color: var(--rk-colors-modalBorder);
}
[data-rk] .ju367vgs:hover {
  color: var(--rk-colors-modalBorder);
}
[data-rk] .ju367vgt:active {
  color: var(--rk-colors-modalBorder);
}
[data-rk] .ju367vgu {
  color: var(--rk-colors-modalText);
}
[data-rk] .ju367vgv:hover {
  color: var(--rk-colors-modalText);
}
[data-rk] .ju367vgw:active {
  color: var(--rk-colors-modalText);
}
[data-rk] .ju367vgx {
  color: var(--rk-colors-modalTextDim);
}
[data-rk] .ju367vgy:hover {
  color: var(--rk-colors-modalTextDim);
}
[data-rk] .ju367vgz:active {
  color: var(--rk-colors-modalTextDim);
}
[data-rk] .ju367vh0 {
  color: var(--rk-colors-modalTextSecondary);
}
[data-rk] .ju367vh1:hover {
  color: var(--rk-colors-modalTextSecondary);
}
[data-rk] .ju367vh2:active {
  color: var(--rk-colors-modalTextSecondary);
}
[data-rk] .ju367vh3 {
  color: var(--rk-colors-profileAction);
}
[data-rk] .ju367vh4:hover {
  color: var(--rk-colors-profileAction);
}
[data-rk] .ju367vh5:active {
  color: var(--rk-colors-profileAction);
}
[data-rk] .ju367vh6 {
  color: var(--rk-colors-profileActionHover);
}
[data-rk] .ju367vh7:hover {
  color: var(--rk-colors-profileActionHover);
}
[data-rk] .ju367vh8:active {
  color: var(--rk-colors-profileActionHover);
}
[data-rk] .ju367vh9 {
  color: var(--rk-colors-profileForeground);
}
[data-rk] .ju367vha:hover {
  color: var(--rk-colors-profileForeground);
}
[data-rk] .ju367vhb:active {
  color: var(--rk-colors-profileForeground);
}
[data-rk] .ju367vhc {
  color: var(--rk-colors-selectedOptionBorder);
}
[data-rk] .ju367vhd:hover {
  color: var(--rk-colors-selectedOptionBorder);
}
[data-rk] .ju367vhe:active {
  color: var(--rk-colors-selectedOptionBorder);
}
[data-rk] .ju367vhf {
  color: var(--rk-colors-standby);
}
[data-rk] .ju367vhg:hover {
  color: var(--rk-colors-standby);
}
[data-rk] .ju367vhh:active {
  color: var(--rk-colors-standby);
}
@media screen and (min-width: 768px) {
  [data-rk] .ju367v1 {
    align-items: flex-start;
  }
  [data-rk] .ju367v3 {
    align-items: flex-end;
  }
  [data-rk] .ju367v5 {
    align-items: center;
  }
  [data-rk] .ju367v7 {
    display: none;
  }
  [data-rk] .ju367v9 {
    display: block;
  }
  [data-rk] .ju367vb {
    display: flex;
  }
  [data-rk] .ju367vd {
    display: inline;
  }
}

/* vanilla-extract-css-ns:src/css/touchableStyles.css.ts.vanilla.css?source=Ll8xMmNibzhpMywuXzEyY2JvOGkzOjphZnRlciB7CiAgLS1fMTJjYm84aTA6IDE7CiAgLS1fMTJjYm84aTE6IDE7Cn0KLl8xMmNibzhpMzpob3ZlciB7CiAgdHJhbnNmb3JtOiBzY2FsZSh2YXIoLS1fMTJjYm84aTApKTsKfQouXzEyY2JvOGkzOmFjdGl2ZSB7CiAgdHJhbnNmb3JtOiBzY2FsZSh2YXIoLS1fMTJjYm84aTEpKTsKfQouXzEyY2JvOGkzOmFjdGl2ZTo6YWZ0ZXIgewogIGNvbnRlbnQ6ICIiOwogIGJvdHRvbTogLTFweDsKICBkaXNwbGF5OiBibG9jazsKICBsZWZ0OiAtMXB4OwogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICByaWdodDogLTFweDsKICB0b3A6IC0xcHg7CiAgdHJhbnNmb3JtOiBzY2FsZShjYWxjKCgxIC8gdmFyKC0tXzEyY2JvOGkxKSkgKiB2YXIoLS1fMTJjYm84aTApKSk7Cn0KLl8xMmNibzhpNCwuXzEyY2JvOGk0OjphZnRlciB7CiAgLS1fMTJjYm84aTA6IDEuMDI1Owp9Ci5fMTJjYm84aTUsLl8xMmNibzhpNTo6YWZ0ZXIgewogIC0tXzEyY2JvOGkwOiAxLjE7Cn0KLl8xMmNibzhpNiwuXzEyY2JvOGk2OjphZnRlciB7CiAgLS1fMTJjYm84aTE6IDAuOTU7Cn0KLl8xMmNibzhpNywuXzEyY2JvOGk3OjphZnRlciB7CiAgLS1fMTJjYm84aTE6IDAuOTsKfQ== */
[data-rk] ._12cbo8i3,
[data-rk] ._12cbo8i3::after {
  --_12cbo8i0: 1;
  --_12cbo8i1: 1;
}
[data-rk] ._12cbo8i3:hover {
  transform: scale(var(--_12cbo8i0));
}
[data-rk] ._12cbo8i3:active {
  transform: scale(var(--_12cbo8i1));
}
[data-rk] ._12cbo8i3:active::after {
  content: "";
  bottom: -1px;
  display: block;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  transform: scale(calc((1 / var(--_12cbo8i1)) * var(--_12cbo8i0)));
}
[data-rk] ._12cbo8i4,
[data-rk] ._12cbo8i4::after {
  --_12cbo8i0: 1.025;
}
[data-rk] ._12cbo8i5,
[data-rk] ._12cbo8i5::after {
  --_12cbo8i0: 1.1;
}
[data-rk] ._12cbo8i6,
[data-rk] ._12cbo8i6::after {
  --_12cbo8i1: 0.95;
}
[data-rk] ._12cbo8i7,
[data-rk] ._12cbo8i7::after {
  --_12cbo8i1: 0.9;
}

/* vanilla-extract-css-ns:src/components/Icons/Icons.css.ts.vanilla.css?source=QGtleWZyYW1lcyBfMWx1dWxlNDEgewogIDAlIHsKICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpOwogIH0KICAxMDAlIHsKICAgIHRyYW5zZm9ybTogcm90YXRlKDM2MGRlZyk7CiAgfQp9Ci5fMWx1dWxlNDIgewogIGFuaW1hdGlvbjogXzFsdXVsZTQxIDNzIGluZmluaXRlIGxpbmVhcjsKfQouXzFsdXVsZTQzIHsKICBiYWNrZ3JvdW5kOiBjb25pYy1ncmFkaWVudChmcm9tIDE4MGRlZyBhdCA1MCUgNTAlLCByZ2JhKDcyLCAxNDYsIDI1NCwgMCkgMGRlZywgY3VycmVudENvbG9yIDI4Mi4wNGRlZywgcmdiYSg3MiwgMTQ2LCAyNTQsIDApIDMxOS44NmRlZywgcmdiYSg3MiwgMTQ2LCAyNTQsIDApIDM2MGRlZyk7CiAgaGVpZ2h0OiAyMXB4OwogIHdpZHRoOiAyMXB4Owp9 */
@keyframes _1luule41 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[data-rk] ._1luule42 {
  animation: _1luule41 3s infinite linear;
}
[data-rk] ._1luule43 {
  background: conic-gradient(from 180deg at 50% 50%, rgba(72, 146, 254, 0) 0deg, currentColor 282.04deg, rgba(72, 146, 254, 0) 319.86deg, rgba(72, 146, 254, 0) 360deg);
  height: 21px;
  width: 21px;
}

/* vanilla-extract-css-ns:src/components/Dialog/Dialog.css.ts.vanilla.css?source=QGtleWZyYW1lcyBfOXBtNGtpMCB7CiAgMCUgewogICAgdHJhbnNmb3JtOiB0cmFuc2xhdGVZKDEwMCUpOwogIH0KICAxMDAlIHsKICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWSgwKTsKICB9Cn0KQGtleWZyYW1lcyBfOXBtNGtpMSB7CiAgMCUgewogICAgb3BhY2l0eTogMDsKICB9CiAgMTAwJSB7CiAgICBvcGFjaXR5OiAxOwogIH0KfQouXzlwbTRraTMgewogIGFuaW1hdGlvbjogXzlwbTRraTEgMTUwbXMgZWFzZTsKICBib3R0b206IC0yMDBweDsKICBsZWZ0OiAtMjAwcHg7CiAgcGFkZGluZzogMjAwcHg7CiAgcmlnaHQ6IC0yMDBweDsKICB0b3A6IC0yMDBweDsKICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVooMCk7CiAgei1pbmRleDogMjE0NzQ4MzY0NjsKfQouXzlwbTRraTUgewogIGFuaW1hdGlvbjogXzlwbTRraTAgMzUwbXMgY3ViaWMtYmV6aWVyKC4xNSwxLjE1LDAuNiwxLjAwKSwgXzlwbTRraTEgMTUwbXMgZWFzZTsKICBtYXgtd2lkdGg6IDEwMHZ3Owp9 */
@keyframes _9pm4ki0 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes _9pm4ki1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[data-rk] ._9pm4ki3 {
  animation: _9pm4ki1 150ms ease;
  bottom: -200px;
  left: -200px;
  padding: 200px;
  right: -200px;
  top: -200px;
  transform: translateZ(0);
  z-index: 2147483646;
}
[data-rk] ._9pm4ki5 {
  animation: _9pm4ki0 350ms cubic-bezier(.15, 1.15, 0.6, 1.00), _9pm4ki1 150ms ease;
  max-width: 100vw;
}

/* vanilla-extract-css-ns:src/components/Dialog/DialogContent.css.ts.vanilla.css?source=Ll8xY2tqcG9rMSB7CiAgYm94LXNpemluZzogY29udGVudC1ib3g7CiAgbWF4LXdpZHRoOiAxMDB2dzsKICB3aWR0aDogMzYwcHg7Cn0KLl8xY2tqcG9rMiB7CiAgd2lkdGg6IDEwMHZ3Owp9Ci5fMWNranBvazMgewogIG1pbi13aWR0aDogNzIwcHg7CiAgd2lkdGg6IDcyMHB4Owp9Ci5fMWNranBvazQgewogIG1pbi13aWR0aDogMzY4cHg7CiAgd2lkdGg6IDM2OHB4Owp9Ci5fMWNranBvazYgewogIGJvcmRlci13aWR0aDogMHB4OwogIGJveC1zaXppbmc6IGJvcmRlci1ib3g7CiAgd2lkdGg6IDEwMHZ3Owp9CkBtZWRpYSBzY3JlZW4gYW5kIChtaW4td2lkdGg6IDc2OHB4KSB7CiAgLl8xY2tqcG9rMSB7CiAgICB3aWR0aDogMzYwcHg7CiAgfQogIC5fMWNranBvazIgewogICAgd2lkdGg6IDQ4MHB4OwogIH0KICAuXzFja2pwb2s0IHsKICAgIG1pbi13aWR0aDogMzY4cHg7CiAgICB3aWR0aDogMzY4cHg7CiAgfQp9CkBtZWRpYSBzY3JlZW4gYW5kIChtYXgtd2lkdGg6IDc2N3B4KSB7CiAgLl8xY2tqcG9rNyB7CiAgICBib3JkZXItYm90dG9tLWxlZnQtcmFkaXVzOiAwOwogICAgYm9yZGVyLWJvdHRvbS1yaWdodC1yYWRpdXM6IDA7CiAgICBtYXJnaW4tdG9wOiAtMjAwcHg7CiAgICBwYWRkaW5nLWJvdHRvbTogMjAwcHg7CiAgICB0b3A6IDIwMHB4OwogIH0KfQ== */
[data-rk] ._1ckjpok1 {
  box-sizing: content-box;
  max-width: 100vw;
  width: 360px;
}
[data-rk] ._1ckjpok2 {
  width: 100vw;
}
[data-rk] ._1ckjpok3 {
  min-width: 720px;
  width: 720px;
}
[data-rk] ._1ckjpok4 {
  min-width: 368px;
  width: 368px;
}
[data-rk] ._1ckjpok6 {
  border-width: 0px;
  box-sizing: border-box;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  [data-rk] ._1ckjpok1 {
    width: 360px;
  }
  [data-rk] ._1ckjpok2 {
    width: 480px;
  }
  [data-rk] ._1ckjpok4 {
    min-width: 368px;
    width: 368px;
  }
}
@media screen and (max-width: 767px) {
  [data-rk] ._1ckjpok7 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: -200px;
    padding-bottom: 200px;
    top: 200px;
  }
}

/* vanilla-extract-css-ns:src/components/MenuButton/MenuButton.css.ts.vanilla.css?source=LnY5aG9yYjA6aG92ZXIgewogIGJhY2tncm91bmQ6IHVuc2V0Owp9 */
[data-rk] .v9horb0:hover {
  background: unset;
}

/* vanilla-extract-css-ns:src/components/ChainModal/ChainModal.css.ts.vanilla.css?source=Ll8xOGRxdzl4MCB7CiAgbWF4LWhlaWdodDogNDU2cHg7CiAgb3ZlcmZsb3cteTogYXV0bzsKICBvdmVyZmxvdy14OiBoaWRkZW47Cn0KLl8xOGRxdzl4MSB7CiAgbWF4LWhlaWdodDogNDU2cHg7CiAgb3ZlcmZsb3cteTogYXV0bzsKICBvdmVyZmxvdy14OiBoaWRkZW47CiAgc2Nyb2xsYmFyLXdpZHRoOiBub25lOwp9Ci5fMThkcXc5eDE6Oi13ZWJraXQtc2Nyb2xsYmFyIHsKICBkaXNwbGF5OiBub25lOwp9 */
[data-rk] ._18dqw9x0 {
  max-height: 456px;
  overflow-y: auto;
  overflow-x: hidden;
}
[data-rk] ._18dqw9x1 {
  max-height: 456px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}
[data-rk] ._18dqw9x1::-webkit-scrollbar {
  display: none;
}

/* vanilla-extract-css-ns:src/components/ModalSelection/ModalSelection.css.ts.vanilla.css?source=Lmc1a2wwbDAgewogIGJvcmRlci1jb2xvcjogdHJhbnNwYXJlbnQ7Cn0= */
[data-rk] .g5kl0l0 {
  border-color: transparent;
}

/* vanilla-extract-css-ns:src/components/ConnectOptions/DesktopOptions.css.ts.vanilla.css?source=Ll8xdnd0MGNnMCB7CiAgYmFja2dyb3VuZDogd2hpdGU7Cn0KLl8xdnd0MGNnMiB7CiAgbWF4LWhlaWdodDogNDU0cHg7CiAgb3ZlcmZsb3cteTogYXV0bzsKfQouXzF2d3QwY2czIHsKICBtaW4td2lkdGg6IDI4N3B4Owp9Ci5fMXZ3dDBjZzQgewogIG1pbi13aWR0aDogMTAwJTsKfQ== */
[data-rk] ._1vwt0cg0 {
  background: white;
}
[data-rk] ._1vwt0cg2 {
  max-height: 454px;
  overflow-y: auto;
}
[data-rk] ._1vwt0cg3 {
  min-width: 287px;
}
[data-rk] ._1vwt0cg4 {
  min-width: 100%;
}

/* vanilla-extract-css-ns:src/components/ConnectOptions/MobileOptions.css.ts.vanilla.css?source=QGtleWZyYW1lcyBfMWFtMTQ0MTEgewogIDAlIHsKICAgIHN0cm9rZS1kYXNob2Zmc2V0OiAwOwogIH0KICAxMDAlIHsKICAgIHN0cm9rZS1kYXNob2Zmc2V0OiAtMjgzOwogIH0KfQouXzFhbTE0NDEwIHsKICBvdmVyZmxvdzogYXV0bzsKICBzY3JvbGxiYXItd2lkdGg6IG5vbmU7CiAgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApOwp9Ci5fMWFtMTQ0MTA6Oi13ZWJraXQtc2Nyb2xsYmFyIHsKICBkaXNwbGF5OiBub25lOwp9Ci5fMWFtMTQ0MTIgewogIGFuaW1hdGlvbjogXzFhbTE0NDExIDFzIGxpbmVhciBpbmZpbml0ZTsKICBzdHJva2UtZGFzaGFycmF5OiA5OCAxOTY7CiAgZmlsbDogbm9uZTsKICBzdHJva2UtbGluZS1jYXA6IHJvdW5kOwogIHN0cm9rZS13aWR0aDogNDsKfQouXzFhbTE0NDEzIHsKICBwb3NpdGlvbjogYWJzb2x1dGU7Cn0= */
@keyframes _1am14411 {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -283;
  }
}
[data-rk] ._1am14410 {
  overflow: auto;
  scrollbar-width: none;
  transform: translateZ(0);
}
[data-rk] ._1am14410::-webkit-scrollbar {
  display: none;
}
[data-rk] ._1am14412 {
  animation: _1am14411 1s linear infinite;
  stroke-dasharray: 98 196;
  fill: none;
  stroke-line-cap: round;
  stroke-width: 4;
}
[data-rk] ._1am14413 {
  position: absolute;
}

/* vanilla-extract-css-ns:src/components/WalletButton/WalletButton.css.ts.vanilla.css?source=Ll8xeTJsbmZpMCB7CiAgYm9yZGVyOiAxcHggc29saWQgcmdiYSgxNiwgMjEsIDMxLCAwLjA2KTsKfQouXzF5MmxuZmkxIHsKICBtYXgtd2lkdGg6IGZpdC1jb250ZW50Owp9 */
[data-rk] ._1y2lnfi0 {
  border: 1px solid rgba(16, 21, 31, 0.06);
}
[data-rk] ._1y2lnfi1 {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.radix-themes[data-is-root-theme='true'] {
  /* create new stacking context on the root `Theme` so layered components work out of the box */
  position: relative;
  z-index: 0;
}
.rt-reset-a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.rt-reset-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  outline: none;
  color: inherit;
  padding: 0;
  margin: 0;
  text-align: initial;
  -webkit-tap-highlight-color: transparent;
}
@font-face {
  font-family: 'Segoe UI (Custom)';
  font-weight: 300;
  size-adjust: 103%;
  descent-override: 35%;
  ascent-override: 105%;
  src: local('Segoe UI Semilight'), local('Segoe UI');
}
@font-face {
  font-family: 'Segoe UI (Custom)';
  font-weight: 300;
  font-style: italic;
  size-adjust: 103%;
  descent-override: 35%;
  ascent-override: 105%;
  src: local('Segoe UI Semilight Italic'), local('Segoe UI Italic');
}
@font-face {
  font-family: 'Segoe UI (Custom)';
  font-weight: 400;
  size-adjust: 103%;
  descent-override: 35%;
  ascent-override: 105%;
  src: local('Segoe UI');
}
@font-face {
  font-family: 'Segoe UI (Custom)';
  font-weight: 400;
  font-style: italic;
  size-adjust: 103%;
  descent-override: 35%;
  ascent-override: 105%;
  src: local('Segoe UI Italic');
}
@font-face {
  font-family: 'Segoe UI (Custom)';
  font-weight: 500;
  size-adjust: 103%;
  descent-override: 35%;
  ascent-override: 105%;
  src: local('Segoe UI Semibold'), local('Segoe UI');
}
@font-face {
  font-family: 'Segoe UI (Custom)';
  font-weight: 500;
  font-style: italic;
  size-adjust: 103%;
  descent-override: 35%;
  ascent-override: 105%;
  src: local('Segoe UI Semibold Italic'), local('Segoe UI Italic');
}
@font-face {
  font-family: 'Segoe UI (Custom)';
  font-weight: 700;
  size-adjust: 103%;
  descent-override: 35%;
  ascent-override: 105%;
  src: local('Segoe UI Bold');
}
@font-face {
  font-family: 'Segoe UI (Custom)';
  font-weight: 700;
  font-style: italic;
  size-adjust: 103%;
  descent-override: 35%;
  ascent-override: 105%;
  src: local('Segoe UI Bold Italic');
}
@font-face {
  font-family: 'Open Sans (Custom)';
  font-weight: 300;
  descent-override: 35%;
  src: local('Open Sans Light'), local('Open Sans Regular');
}
@font-face {
  font-family: 'Open Sans (Custom)';
  font-weight: 300;
  font-style: italic;
  descent-override: 35%;
  src: local('Open Sans Light Italic'), local('Open Sans Italic');
}
@font-face {
  font-family: 'Open Sans (Custom)';
  font-weight: 400;
  descent-override: 35%;
  src: local('Open Sans Regular');
}
@font-face {
  font-family: 'Open Sans (Custom)';
  font-weight: 400;
  font-style: italic;
  descent-override: 35%;
  src: local('Open Sans Italic');
}
@font-face {
  font-family: 'Open Sans (Custom)';
  font-weight: 500;
  descent-override: 35%;
  src: local('Open Sans Medium'), local('Open Sans Regular');
}
@font-face {
  font-family: 'Open Sans (Custom)';
  font-weight: 500;
  font-style: italic;
  descent-override: 35%;
  src: local('Open Sans Medium Italic'), local('Open Sans Italic');
}
@font-face {
  font-family: 'Open Sans (Custom)';
  font-weight: 700;
  descent-override: 35%;
  src: local('Open Sans Bold');
}
@font-face {
  font-family: 'Open Sans (Custom)';
  font-weight: 700;
  font-style: italic;
  descent-override: 35%;
  src: local('Open Sans Bold Italic');
}
@font-face {
  font-family: 'Consolas (Custom)';
  font-weight: 400;
  size-adjust: 110%;
  ascent-override: 85%;
  descent-override: 22%;
  src: local('Consolas');
}
@font-face {
  font-family: 'Consolas (Custom)';
  font-weight: 400;
  font-style: italic;
  size-adjust: 110%;
  ascent-override: 85%;
  descent-override: 22%;
  src: local('Consolas Italic');
}
@font-face {
  font-family: 'Consolas (Custom)';
  font-weight: 700;
  size-adjust: 110%;
  ascent-override: 85%;
  descent-override: 22%;
  src: local('Consolas Bold');
}
@font-face {
  font-family: 'Consolas (Custom)';
  font-weight: 700;
  font-style: italic;
  size-adjust: 110%;
  ascent-override: 85%;
  descent-override: 22%;
  src: local('Consolas Bold Italic');
}
.radix-themes {
  --font-size-1: calc(12px * var(--scaling));
  --font-size-2: calc(14px * var(--scaling));
  --font-size-3: calc(16px * var(--scaling));
  --font-size-4: calc(18px * var(--scaling));
  --font-size-5: calc(20px * var(--scaling));
  --font-size-6: calc(24px * var(--scaling));
  --font-size-7: calc(28px * var(--scaling));
  --font-size-8: calc(35px * var(--scaling));
  --font-size-9: calc(60px * var(--scaling));

  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;

  --line-height-1: calc(16px * var(--scaling));
  --line-height-2: calc(20px * var(--scaling));
  --line-height-3: calc(24px * var(--scaling));
  --line-height-4: calc(26px * var(--scaling));
  --line-height-5: calc(28px * var(--scaling));
  --line-height-6: calc(30px * var(--scaling));
  --line-height-7: calc(36px * var(--scaling));
  --line-height-8: calc(40px * var(--scaling));
  --line-height-9: calc(60px * var(--scaling));

  --letter-spacing-1: 0.0025em;
  --letter-spacing-2: 0em;
  --letter-spacing-3: 0em;
  --letter-spacing-4: -0.0025em;
  --letter-spacing-5: -0.005em;
  --letter-spacing-6: -0.00625em;
  --letter-spacing-7: -0.0075em;
  --letter-spacing-8: -0.01em;
  --letter-spacing-9: -0.025em;

  /* default values */

  --default-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI (Custom)', Roboto,
    'Helvetica Neue', 'Open Sans (Custom)', system-ui, sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji';
  --default-font-size: var(--font-size-3); /* Same size used for `<Text size="3">` */
  --default-font-style: normal;
  --default-font-weight: var(--font-weight-regular);
  --default-line-height: 1.5; /* Equivalent to the line-height used for `<Text size="3">` 16px * 1.5 = 24px */
  --default-letter-spacing: 0em;
  --default-leading-trim-start: 0.42em;
  --default-leading-trim-end: 0.36em;

  /* Heading */

  --heading-font-family: var(--default-font-family);
  --heading-font-size-adjust: 1;
  --heading-font-style: normal;
  --heading-leading-trim-start: var(--default-leading-trim-start);
  --heading-leading-trim-end: var(--default-leading-trim-end);
  --heading-letter-spacing: 0em;

  --heading-line-height-1: calc(16px * var(--scaling));
  --heading-line-height-2: calc(18px * var(--scaling));
  --heading-line-height-3: calc(22px * var(--scaling));
  --heading-line-height-4: calc(24px * var(--scaling));
  --heading-line-height-5: calc(26px * var(--scaling));
  --heading-line-height-6: calc(30px * var(--scaling));
  --heading-line-height-7: calc(36px * var(--scaling));
  --heading-line-height-8: calc(40px * var(--scaling));
  --heading-line-height-9: calc(60px * var(--scaling));

  /* Code */

  --code-font-family: 'Menlo', 'Consolas (Custom)', 'Bitstream Vera Sans Mono', monospace,
    'Apple Color Emoji', 'Segoe UI Emoji';
  --code-font-size-adjust: 0.95;
  --code-font-style: normal;
  --code-font-weight: inherit;
  --code-letter-spacing: -0.007em;

  /* Strong */

  --strong-font-family: var(--default-font-family);
  --strong-font-size-adjust: 1;
  --strong-font-style: inherit;
  --strong-font-weight: var(--font-weight-bold);
  --strong-letter-spacing: 0em;

  /* Em */

  --em-font-family: 'Times New Roman', 'Times', serif;
  --em-font-size-adjust: 1.18;
  --em-font-style: italic;
  --em-font-weight: inherit;
  --em-letter-spacing: -0.025em;

  /* Quote */

  --quote-font-family: 'Times New Roman', 'Times', serif;
  --quote-font-size-adjust: 1.18;
  --quote-font-style: italic;
  --quote-font-weight: inherit;
  --quote-letter-spacing: -0.025em;
  overflow-wrap: break-word;
  font-family: var(--default-font-family);
  font-size: var(--default-font-size);
  font-weight: var(--default-font-weight);
  font-style: var(--default-font-style);
  line-height: var(--default-line-height);
  letter-spacing: var(--default-letter-spacing);
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* regulars (white foreground) */
:root, .light, .light-theme {
  --tomato-1: hsl(10, 100%, 99.4%);
  --tomato-2: hsl(8, 100%, 98.4%);
  --tomato-3: hsl(8, 100%, 96.6%);
  --tomato-4: hsl(8, 100%, 94.3%);
  --tomato-5: hsl(8, 92.8%, 91.0%);
  --tomato-6: hsl(9, 84.7%, 86.3%);
  --tomato-7: hsl(10, 77.3%, 79.5%);
  --tomato-8: hsl(10, 71.6%, 71.0%);
  --tomato-9: hsl(10, 78.0%, 54.0%);
  --tomato-10: hsl(10, 71.4%, 49.4%);
  --tomato-11: hsl(10, 82.0%, 42.0%);
  --tomato-12: hsl(8, 50.0%, 24.0%);
}
.dark, .dark-theme {
  --tomato-1: hsl(10, 23.0%, 9.4%);
  --tomato-2: hsl(10, 39.0%, 11.6%);
  --tomato-3: hsl(9, 48.3%, 15.5%);
  --tomato-4: hsl(9, 53.0%, 18.1%);
  --tomato-5: hsl(9, 57.0%, 20.7%);
  --tomato-6: hsl(9, 61.8%, 24.5%);
  --tomato-7: hsl(9, 68.4%, 31.1%);
  --tomato-8: hsl(10, 80.4%, 43.9%);
  --tomato-9: hsl(10, 78.0%, 54.0%);
  --tomato-10: hsl(10, 88.4%, 64.1%);
  --tomato-11: hsl(10, 100%, 72.0%);
  --tomato-12: hsl(10, 85.0%, 89.0%);
}
:root, .light, .light-theme {
  --tomato-a1: hsla(0, 100%, 51.0%, 0.012);
  --tomato-a2: hsla(8, 100%, 51.0%, 0.032);
  --tomato-a3: hsla(7, 100%, 50.2%, 0.067);
  --tomato-a4: hsla(8, 100%, 50.1%, 0.114);
  --tomato-a5: hsla(7, 99.5%, 47.9%, 0.173);
  --tomato-a6: hsla(9, 99.9%, 46.2%, 0.255);
  --tomato-a7: hsla(10, 99.8%, 43.6%, 0.365);
  --tomato-a8: hsla(10, 99.5%, 41.8%, 0.499);
  --tomato-a9: hsla(10, 99.9%, 43.8%, 0.820);
  --tomato-a10: hsla(10, 100%, 41.1%, 0.859);
  --tomato-a11: hsla(10, 99.9%, 37.3%, 0.926);
  --tomato-a12: hsla(8, 99.5%, 13.7%, 0.879);
}
.dark, .dark-theme {
  --tomato-a1: hsla(0, 100%, 49.3%, 0.022);
  --tomato-a2: hsla(0, 100%, 49.8%, 0.074);
  --tomato-a3: hsla(9, 100%, 49.9%, 0.152);
  --tomato-a4: hsla(9, 99.5%, 52.7%, 0.204);
  --tomato-a5: hsla(9, 99.5%, 53.8%, 0.256);
  --tomato-a6: hsla(9, 99.6%, 54.6%, 0.334);
  --tomato-a7: hsla(9, 99.7%, 55.0%, 0.477);
  --tomato-a8: hsla(10, 99.9%, 54.2%, 0.771);
  --tomato-a9: hsla(10, 99.9%, 59.5%, 0.888);
  --tomato-a10: hsla(10, 99.8%, 66.8%, 0.953);
  --tomato-a11: hsla(10, 100%, 72.0%, 1);
  --tomato-a12: hsla(10, 99.7%, 90.4%, 0.983);
}
:root, .light, .light-theme {
  --red-1: hsl(359, 100%, 99.4%);
  --red-2: hsl(0, 100%, 98.4%);
  --red-3: hsl(360, 100%, 96.8%);
  --red-4: hsl(360, 97.9%, 94.8%);
  --red-5: hsl(360, 90.2%, 91.9%);
  --red-6: hsl(360, 81.7%, 87.8%);
  --red-7: hsl(359, 74.2%, 81.7%);
  --red-8: hsl(359, 69.5%, 74.3%);
  --red-9: hsl(358, 75.0%, 59.0%);
  --red-10: hsl(358, 67.4%, 54.6%);
  --red-11: hsl(358, 65.0%, 47.0%);
  --red-12: hsl(350, 63.0%, 24.0%);
}
.dark, .dark-theme {
  --red-1: hsl(353, 23.0%, 9.8%);
  --red-2: hsl(354, 30.2%, 12.4%);
  --red-3: hsl(353, 40.8%, 16.4%);
  --red-4: hsl(353, 46.3%, 19.2%);
  --red-5: hsl(353, 51.2%, 22.1%);
  --red-6: hsl(353, 57.3%, 26.2%);
  --red-7: hsl(354, 65.7%, 33.2%);
  --red-8: hsl(358, 75.0%, 47.1%);
  --red-9: hsl(358, 75.0%, 59.0%);
  --red-10: hsl(359, 84.8%, 67.6%);
  --red-11: hsl(358, 100%, 76.0%);
  --red-12: hsl(350, 100%, 91.0%);
}
:root, .light, .light-theme {
  --red-a1: hsla(0, 100%, 51.0%, 0.012);
  --red-a2: hsla(0, 100%, 51.0%, 0.032);
  --red-a3: hsla(0, 100%, 50.2%, 0.063);
  --red-a4: hsla(0, 100%, 50.0%, 0.102);
  --red-a5: hsla(0, 99.9%, 47.5%, 0.153);
  --red-a6: hsla(0, 99.5%, 44.9%, 0.224);
  --red-a7: hsla(359, 99.7%, 42.7%, 0.318);
  --red-a8: hsla(359, 99.6%, 41.1%, 0.436);
  --red-a9: hsla(358, 99.9%, 42.9%, 0.718);
  --red-a10: hsla(358, 99.9%, 40.2%, 0.761);
  --red-a11: hsla(358, 99.8%, 36.7%, 0.836);
  --red-a12: hsla(351, 99.9%, 16.6%, 0.910);
}
.dark, .dark-theme {
  --red-a1: hsla(0, 100%, 49.0%, 0.031);
  --red-a2: hsla(354, 100%, 49.8%, 0.074);
  --red-a3: hsla(353, 99.3%, 55.9%, 0.152);
  --red-a4: hsla(352, 99.8%, 56.5%, 0.208);
  --red-a5: hsla(354, 99.3%, 57.5%, 0.265);
  --red-a6: hsla(354, 99.8%, 57.5%, 0.351);
  --red-a7: hsla(354, 99.7%, 56.6%, 0.503);
  --red-a8: hsla(358, 99.8%, 56.1%, 0.806);
  --red-a9: hsla(358, 99.8%, 65.3%, 0.888);
  --red-a10: hsla(359, 99.9%, 70.9%, 0.944);
  --red-a11: hsla(358, 100%, 76.1%, 1);
  --red-a12: hsla(350, 100%, 91.0%, 1);
}
:root, .light, .light-theme {
  --ruby-1: hsl(348, 100%, 99.5%);
  --ruby-2: hsl(345, 100%, 98.4%);
  --ruby-3: hsl(345, 89.9%, 96.7%);
  --ruby-4: hsl(346, 82.6%, 94.4%);
  --ruby-5: hsl(346, 75.8%, 91.4%);
  --ruby-6: hsl(347, 69.3%, 87.1%);
  --ruby-7: hsl(348, 64.3%, 80.9%);
  --ruby-8: hsl(348, 61.5%, 73.5%);
  --ruby-9: hsl(348, 75.0%, 58.5%);
  --ruby-10: hsl(347, 68.6%, 54.1%);
  --ruby-11: hsl(345, 70.0%, 46.5%);
  --ruby-12: hsl(344, 63.0%, 24.0%);
}
.dark, .dark-theme {
  --ruby-1: hsl(343, 23.0%, 10.0%);
  --ruby-2: hsl(349, 33.3%, 12.4%);
  --ruby-3: hsl(348, 42.2%, 16.4%);
  --ruby-4: hsl(348, 46.8%, 19.1%);
  --ruby-5: hsl(348, 50.7%, 21.7%);
  --ruby-6: hsl(348, 56.0%, 25.7%);
  --ruby-7: hsl(348, 64.3%, 33.0%);
  --ruby-8: hsl(348, 77.0%, 46.1%);
  --ruby-9: hsl(348, 75.0%, 58.5%);
  --ruby-10: hsl(349, 84.1%, 67.1%);
  --ruby-11: hsl(348, 100%, 76.0%);
  --ruby-12: hsl(340, 95.0%, 91.0%);
}
:root, .light, .light-theme {
  --ruby-a1: hsla(340, 100%, 51.0%, 0.012);
  --ruby-a2: hsla(345, 100%, 51.0%, 0.032);
  --ruby-a3: hsla(344, 99.1%, 47.1%, 0.063);
  --ruby-a4: hsla(348, 99.9%, 46.2%, 0.102);
  --ruby-a5: hsla(346, 99.9%, 43.6%, 0.153);
  --ruby-a6: hsla(347, 99.6%, 41.2%, 0.220);
  --ruby-a7: hsla(348, 99.8%, 39.4%, 0.314);
  --ruby-a8: hsla(348, 99.7%, 38.2%, 0.428);
  --ruby-a9: hsla(348, 99.8%, 43.0%, 0.726);
  --ruby-a10: hsla(347, 99.9%, 40.6%, 0.773);
  --ruby-a11: hsla(345, 99.9%, 37.9%, 0.859);
  --ruby-a12: hsla(344, 99.9%, 16.6%, 0.910);
}
.dark, .dark-theme {
  --ruby-a1: hsla(0, 100%, 49.0%, 0.031);
  --ruby-a2: hsla(351, 100%, 50.0%, 0.078);
  --ruby-a3: hsla(348, 99.4%, 54.6%, 0.152);
  --ruby-a4: hsla(348, 99.5%, 56.5%, 0.204);
  --ruby-a5: hsla(347, 99.5%, 56.9%, 0.256);
  --ruby-a6: hsla(348, 99.8%, 57.6%, 0.338);
  --ruby-a7: hsla(348, 99.8%, 57.0%, 0.494);
  --ruby-a8: hsla(348, 99.9%, 55.4%, 0.797);
  --ruby-a9: hsla(348, 99.8%, 64.8%, 0.888);
  --ruby-a10: hsla(349, 99.9%, 70.7%, 0.944);
  --ruby-a11: hsla(348, 100%, 76.1%, 1);
  --ruby-a12: hsla(340, 99.7%, 91.3%, 0.996);
}
:root, .light, .light-theme {
  --crimson-1: hsl(332, 100%, 99.4%);
  --crimson-2: hsl(330, 100%, 98.4%);
  --crimson-3: hsl(331, 85.6%, 96.6%);
  --crimson-4: hsl(331, 78.1%, 94.2%);
  --crimson-5: hsl(332, 72.1%, 91.1%);
  --crimson-6: hsl(333, 67.0%, 86.7%);
  --crimson-7: hsl(335, 63.5%, 80.4%);
  --crimson-8: hsl(336, 62.3%, 72.9%);
  --crimson-9: hsl(336, 80.0%, 57.8%);
  --crimson-10: hsl(336, 71.3%, 52.8%);
  --crimson-11: hsl(336, 75.0%, 45.5%);
  --crimson-12: hsl(332, 63.0%, 23.5%);
}
.dark, .dark-theme {
  --crimson-1: hsl(335, 20.0%, 9.6%);
  --crimson-2: hsl(336, 32.3%, 12.2%);
  --crimson-3: hsl(336, 40.2%, 16.0%);
  --crimson-4: hsl(336, 44.4%, 18.5%);
  --crimson-5: hsl(336, 48.4%, 21.3%);
  --crimson-6: hsl(336, 53.9%, 25.5%);
  --crimson-7: hsl(336, 62.7%, 32.8%);
  --crimson-8: hsl(336, 80.0%, 45.1%);
  --crimson-9: hsl(336, 80.0%, 57.8%);
  --crimson-10: hsl(339, 87.0%, 67.2%);
  --crimson-11: hsl(341, 100%, 76.0%);
  --crimson-12: hsl(330, 90.0%, 91.0%);
}
:root, .light, .light-theme {
  --crimson-a1: hsla(340, 100%, 51.0%, 0.012);
  --crimson-a2: hsla(330, 100%, 51.0%, 0.032);
  --crimson-a3: hsla(332, 99.1%, 47.1%, 0.063);
  --crimson-a4: hsla(331, 99.9%, 44.3%, 0.102);
  --crimson-a5: hsla(333, 99.9%, 42.3%, 0.153);
  --crimson-a6: hsla(333, 99.5%, 40.5%, 0.224);
  --crimson-a7: hsla(335, 99.7%, 39.1%, 0.322);
  --crimson-a8: hsla(336, 99.5%, 38.5%, 0.440);
  --crimson-a9: hsla(336, 99.9%, 44.3%, 0.761);
  --crimson-a10: hsla(336, 100%, 41.5%, 0.808);
  --crimson-a11: hsla(336, 99.8%, 38.5%, 0.887);
  --crimson-a12: hsla(332, 99.8%, 16.3%, 0.914);
}
.dark, .dark-theme {
  --crimson-a1: hsla(354, 100%, 49.3%, 0.022);
  --crimson-a2: hsla(338, 100%, 49.8%, 0.074);
  --crimson-a3: hsla(335, 99.8%, 54.7%, 0.143);
  --crimson-a4: hsla(336, 99.4%, 56.6%, 0.191);
  --crimson-a5: hsla(336, 99.8%, 57.8%, 0.247);
  --crimson-a6: hsla(336, 99.3%, 58.1%, 0.330);
  --crimson-a7: hsla(336, 99.9%, 57.5%, 0.485);
  --crimson-a8: hsla(336, 99.8%, 54.4%, 0.793);
  --crimson-a9: hsla(336, 99.9%, 62.7%, 0.905);
  --crimson-a10: hsla(339, 99.8%, 70.1%, 0.953);
  --crimson-a11: hsla(341, 100%, 76.1%, 1);
  --crimson-a12: hsla(330, 99.3%, 91.6%, 0.992);
}
:root, .light, .light-theme {
  --pink-1: hsl(322, 100%, 99.4%);
  --pink-2: hsl(323, 100%, 98.4%);
  --pink-3: hsl(323, 86.3%, 96.5%);
  --pink-4: hsl(323, 78.7%, 94.2%);
  --pink-5: hsl(323, 72.2%, 91.1%);
  --pink-6: hsl(323, 66.3%, 86.6%);
  --pink-7: hsl(323, 62.0%, 80.1%);
  --pink-8: hsl(323, 60.3%, 72.4%);
  --pink-9: hsl(322, 65.0%, 54.5%);
  --pink-10: hsl(322, 62.0%, 49.6%);
  --pink-11: hsl(322, 75.0%, 44.0%);
  --pink-12: hsl(320, 70.0%, 23.2%);
}
.dark, .dark-theme {
  --pink-1: hsl(318, 25.0%, 9.6%);
  --pink-2: hsl(318, 32.3%, 12.2%);
  --pink-3: hsl(318, 37.1%, 15.7%);
  --pink-4: hsl(319, 39.8%, 18.1%);
  --pink-5: hsl(319, 42.3%, 20.8%);
  --pink-6: hsl(319, 45.8%, 24.9%);
  --pink-7: hsl(320, 51.2%, 32.2%);
  --pink-8: hsl(322, 60.0%, 46.1%);
  --pink-9: hsl(322, 65.0%, 54.5%);
  --pink-10: hsl(324, 71.5%, 63.2%);
  --pink-11: hsl(325, 90.0%, 75.0%);
  --pink-12: hsl(325, 90.0%, 90.5%);
}
:root, .light, .light-theme {
  --pink-a1: hsla(320, 100%, 51.0%, 0.012);
  --pink-a2: hsla(323, 100%, 51.0%, 0.032);
  --pink-a3: hsla(323, 98.9%, 47.3%, 0.067);
  --pink-a4: hsla(323, 99.9%, 44.3%, 0.102);
  --pink-a5: hsla(324, 99.9%, 42.3%, 0.153);
  --pink-a6: hsla(323, 99.5%, 39.6%, 0.224);
  --pink-a7: hsla(323, 99.7%, 38.5%, 0.322);
  --pink-a8: hsla(323, 99.5%, 37.7%, 0.444);
  --pink-a9: hsla(322, 99.7%, 39.3%, 0.750);
  --pink-a10: hsla(322, 99.9%, 37.9%, 0.812);
  --pink-a11: hsla(322, 99.8%, 37.1%, 0.891);
  --pink-a12: hsla(320, 99.6%, 17.6%, 0.930);
}
.dark, .dark-theme {
  --pink-a1: hsla(331, 100%, 49.0%, 0.031);
  --pink-a2: hsla(319, 100%, 49.8%, 0.074);
  --pink-a3: hsla(318, 98.8%, 55.9%, 0.135);
  --pink-a4: hsla(319, 99.4%, 59.0%, 0.178);
  --pink-a5: hsla(319, 99.8%, 60.9%, 0.221);
  --pink-a6: hsla(319, 99.8%, 61.2%, 0.299);
  --pink-a7: hsla(320, 99.9%, 61.9%, 0.433);
  --pink-a8: hsla(322, 100%, 61.1%, 0.710);
  --pink-a9: hsla(322, 99.8%, 64.2%, 0.823);
  --pink-a10: hsla(324, 99.7%, 70.2%, 0.884);
  --pink-a11: hsla(325, 99.6%, 76.8%, 0.975);
  --pink-a12: hsla(326, 99.3%, 91.2%, 0.992);
}
:root, .light, .light-theme {
  --plum-1: hsl(292, 90.0%, 99.4%);
  --plum-2: hsl(300, 100%, 98.6%);
  --plum-3: hsl(299, 71.2%, 96.4%);
  --plum-4: hsl(299, 62.0%, 93.8%);
  --plum-5: hsl(298, 56.1%, 90.5%);
  --plum-6: hsl(296, 51.3%, 85.8%);
  --plum-7: hsl(295, 48.2%, 78.9%);
  --plum-8: hsl(292, 47.7%, 70.8%);
  --plum-9: hsl(292, 45.0%, 51.0%);
  --plum-10: hsl(292, 50.2%, 46.9%);
  --plum-11: hsl(292, 60.0%, 42.5%);
  --plum-12: hsl(291, 57.0%, 23.2%);
}
.dark, .dark-theme {
  --plum-1: hsl(301, 20.0%, 9.4%);
  --plum-2: hsl(300, 28.8%, 11.6%);
  --plum-3: hsl(299, 31.8%, 15.5%);
  --plum-4: hsl(298, 33.4%, 18.3%);
  --plum-5: hsl(297, 34.6%, 21.0%);
  --plum-6: hsl(296, 36.0%, 25.1%);
  --plum-7: hsl(295, 37.9%, 32.7%);
  --plum-8: hsl(292, 40.2%, 47.8%);
  --plum-9: hsl(292, 45.0%, 51.0%);
  --plum-10: hsl(291, 51.2%, 60.2%);
  --plum-11: hsl(290, 70.0%, 74.0%);
  --plum-12: hsl(300, 60.0%, 89.5%);
}
:root, .light, .light-theme {
  --plum-a1: hsla(280, 100%, 51.0%, 0.012);
  --plum-a2: hsla(300, 100%, 51.0%, 0.028);
  --plum-a3: hsla(300, 99.0%, 40.9%, 0.063);
  --plum-a4: hsla(300, 99.9%, 38.5%, 0.102);
  --plum-a5: hsla(298, 98.2%, 35.9%, 0.150);
  --plum-a6: hsla(297, 99.6%, 33.7%, 0.216);
  --plum-a7: hsla(295, 99.7%, 32.6%, 0.314);
  --plum-a8: hsla(292, 99.6%, 32.4%, 0.432);
  --plum-a9: hsla(292, 99.9%, 31.0%, 0.710);
  --plum-a10: hsla(292, 99.9%, 30.8%, 0.765);
  --plum-a11: hsla(292, 99.8%, 30.7%, 0.832);
  --plum-a12: hsla(291, 100%, 14.8%, 0.902);
}
.dark, .dark-theme {
  --plum-a1: hsla(300, 100%, 49.3%, 0.022);
  --plum-a2: hsla(300, 100%, 49.7%, 0.061);
  --plum-a3: hsla(300, 98.6%, 59.2%, 0.122);
  --plum-a4: hsla(298, 99.3%, 62.9%, 0.165);
  --plum-a5: hsla(297, 99.7%, 65.0%, 0.208);
  --plum-a6: hsla(296, 99.7%, 66.9%, 0.273);
  --plum-a7: hsla(295, 100%, 68.6%, 0.394);
  --plum-a8: hsla(292, 99.7%, 69.7%, 0.637);
  --plum-a9: hsla(292, 99.7%, 68.6%, 0.702);
  --plum-a10: hsla(291, 99.8%, 74.2%, 0.784);
  --plum-a11: hsla(290, 99.7%, 80.0%, 0.914);
  --plum-a12: hsla(300, 99.1%, 93.4%, 0.953);
}
:root, .light, .light-theme {
  --purple-1: hsl(280, 65.0%, 99.4%);
  --purple-2: hsl(276, 100%, 99.0%);
  --purple-3: hsl(276, 83.1%, 97.0%);
  --purple-4: hsl(275, 76.4%, 94.7%);
  --purple-5: hsl(275, 70.8%, 91.8%);
  --purple-6: hsl(274, 65.4%, 87.8%);
  --purple-7: hsl(273, 61.0%, 81.7%);
  --purple-8: hsl(272, 60.0%, 73.5%);
  --purple-9: hsl(272, 51.0%, 54.0%);
  --purple-10: hsl(272, 46.8%, 50.3%);
  --purple-11: hsl(272, 50.0%, 45.8%);
  --purple-12: hsl(270, 50.0%, 25.0%);
}
.dark, .dark-theme {
  --purple-1: hsl(284, 20.0%, 9.6%);
  --purple-2: hsl(284, 31.1%, 12.0%);
  --purple-3: hsl(282, 35.1%, 16.8%);
  --purple-4: hsl(281, 36.9%, 20.1%);
  --purple-5: hsl(280, 38.1%, 23.0%);
  --purple-6: hsl(278, 39.5%, 27.3%);
  --purple-7: hsl(276, 41.1%, 35.1%);
  --purple-8: hsl(272, 42.7%, 50.0%);
  --purple-9: hsl(272, 51.0%, 54.0%);
  --purple-10: hsl(271, 57.8%, 61.2%);
  --purple-11: hsl(270, 90.0%, 78.0%);
  --purple-12: hsl(275, 75.0%, 91.5%);
}
:root, .light, .light-theme {
  --purple-a1: hsla(300, 94.3%, 34.6%, 0.012);
  --purple-a2: hsla(276, 100%, 51.0%, 0.020);
  --purple-a3: hsla(277, 99.6%, 46.5%, 0.055);
  --purple-a4: hsla(274, 97.9%, 44.3%, 0.095);
  --purple-a5: hsla(276, 98.6%, 42.0%, 0.142);
  --purple-a6: hsla(275, 100%, 39.2%, 0.200);
  --purple-a7: hsla(273, 99.2%, 38.2%, 0.295);
  --purple-a8: hsla(272, 99.7%, 37.6%, 0.424);
  --purple-a9: hsla(272, 99.6%, 34.0%, 0.695);
  --purple-a10: hsla(272, 99.7%, 32.0%, 0.730);
  --purple-a11: hsla(272, 99.8%, 29.7%, 0.773);
  --purple-a12: hsla(270, 99.6%, 14.4%, 0.875);
}
.dark, .dark-theme {
  --purple-a1: hsla(278, 100%, 49.3%, 0.022);
  --purple-a2: hsla(283, 100%, 49.5%, 0.070);
  --purple-a3: hsla(282, 98.8%, 59.8%, 0.148);
  --purple-a4: hsla(281, 99.0%, 62.4%, 0.200);
  --purple-a5: hsla(280, 99.7%, 64.2%, 0.247);
  --purple-a6: hsla(278, 99.2%, 65.7%, 0.317);
  --purple-a7: hsla(276, 99.7%, 67.5%, 0.442);
  --purple-a8: hsla(272, 100%, 68.8%, 0.684);
  --purple-a9: hsla(272, 99.7%, 68.7%, 0.754);
  --purple-a10: hsla(271, 99.7%, 72.6%, 0.819);
  --purple-a11: hsla(270, 99.6%, 79.6%, 0.975);
  --purple-a12: hsla(275, 99.1%, 93.3%, 0.979);
}
:root, .light, .light-theme {
  --violet-1: hsl(255, 65.0%, 99.4%);
  --violet-2: hsl(252, 100%, 99.0%);
  --violet-3: hsl(252, 96.9%, 97.4%);
  --violet-4: hsl(252, 91.5%, 95.5%);
  --violet-5: hsl(252, 85.1%, 93.0%);
  --violet-6: hsl(252, 77.8%, 89.4%);
  --violet-7: hsl(252, 71.0%, 83.7%);
  --violet-8: hsl(252, 68.6%, 76.3%);
  --violet-9: hsl(252, 56.0%, 57.5%);
  --violet-10: hsl(251, 48.1%, 53.5%);
  --violet-11: hsl(250, 43.0%, 48.0%);
  --violet-12: hsl(250, 43.0%, 26.0%);
}
.dark, .dark-theme {
  --violet-1: hsl(250, 20.0%, 10.2%);
  --violet-2: hsl(255, 30.3%, 12.9%);
  --violet-3: hsl(254, 33.3%, 18.4%);
  --violet-4: hsl(253, 34.6%, 22.1%);
  --violet-5: hsl(253, 35.5%, 25.5%);
  --violet-6: hsl(252, 36.6%, 30.5%);
  --violet-7: hsl(251, 37.8%, 39.0%);
  --violet-8: hsl(250, 46.2%, 54.1%);
  --violet-9: hsl(252, 56.0%, 57.5%);
  --violet-10: hsl(253, 63.2%, 64.1%);
  --violet-11: hsl(255, 100%, 80.0%);
  --violet-12: hsl(250, 93.0%, 93.0%);
}
:root, .light, .light-theme {
  --violet-a1: hsla(270, 94.3%, 34.6%, 0.012);
  --violet-a2: hsla(252, 100%, 51.0%, 0.020);
  --violet-a3: hsla(254, 100%, 50.0%, 0.051);
  --violet-a4: hsla(251, 98.3%, 48.2%, 0.087);
  --violet-a5: hsla(252, 99.0%, 45.7%, 0.130);
  --violet-a6: hsla(251, 99.1%, 44.0%, 0.189);
  --violet-a7: hsla(252, 99.5%, 41.7%, 0.279);
  --violet-a8: hsla(252, 100%, 40.7%, 0.400);
  --violet-a9: hsla(252, 99.9%, 35.8%, 0.663);
  --violet-a10: hsla(251, 99.6%, 32.5%, 0.691);
  --violet-a11: hsla(250, 99.8%, 28.4%, 0.726);
  --violet-a12: hsla(249, 100%, 13.1%, 0.851);
}
.dark, .dark-theme {
  --violet-a1: hsla(240, 100%, 49.0%, 0.031);
  --violet-a2: hsla(255, 98.3%, 51.9%, 0.083);
  --violet-a3: hsla(255, 99.8%, 62.8%, 0.169);
  --violet-a4: hsla(252, 99.0%, 65.8%, 0.226);
  --violet-a5: hsla(253, 99.1%, 67.2%, 0.278);
  --violet-a6: hsla(253, 100%, 68.5%, 0.355);
  --violet-a7: hsla(251, 99.5%, 69.8%, 0.490);
  --violet-a8: hsla(250, 99.7%, 70.8%, 0.728);
  --violet-a9: hsla(252, 99.7%, 70.0%, 0.793);
  --violet-a10: hsla(253, 99.9%, 73.5%, 0.853);
  --violet-a11: hsla(255, 100%, 80.0%, 1);
  --violet-a12: hsla(249, 99.5%, 93.5%, 0.996);
}
:root, .light, .light-theme {
  --iris-1: hsl(243, 65.0%, 99.5%);
  --iris-2: hsl(240, 100%, 99.0%);
  --iris-3: hsl(240, 99.9%, 97.7%);
  --iris-4: hsl(240, 93.5%, 95.9%);
  --iris-5: hsl(240, 86.5%, 93.4%);
  --iris-6: hsl(240, 80.2%, 89.8%);
  --iris-7: hsl(239, 75.3%, 84.6%);
  --iris-8: hsl(238, 73.9%, 77.5%);
  --iris-9: hsl(240, 60.0%, 59.8%);
  --iris-10: hsl(240, 55.7%, 56.7%);
  --iris-11: hsl(240, 50.0%, 52.0%);
  --iris-12: hsl(238, 43.0%, 26.8%);
}
.dark, .dark-theme {
  --iris-1: hsl(240, 22.0%, 10.5%);
  --iris-2: hsl(243, 30.4%, 13.5%);
  --iris-3: hsl(242, 32.6%, 18.9%);
  --iris-4: hsl(241, 33.5%, 22.6%);
  --iris-5: hsl(241, 34.2%, 26.1%);
  --iris-6: hsl(240, 35.0%, 31.0%);
  --iris-7: hsl(240, 36.0%, 39.4%);
  --iris-8: hsl(240, 45.2%, 54.9%);
  --iris-9: hsl(240, 60.0%, 59.8%);
  --iris-10: hsl(241, 66.4%, 65.7%);
  --iris-11: hsl(242, 100%, 81.0%);
  --iris-12: hsl(242, 92.0%, 93.5%);
}
:root, .light, .light-theme {
  --iris-a1: hsla(240, 100%, 51.0%, 0.008);
  --iris-a2: hsla(240, 100%, 51.0%, 0.020);
  --iris-a3: hsla(240, 100%, 51.0%, 0.048);
  --iris-a4: hsla(240, 98.5%, 47.9%, 0.079);
  --iris-a5: hsla(240, 99.2%, 47.0%, 0.122);
  --iris-a6: hsla(240, 99.2%, 44.9%, 0.185);
  --iris-a7: hsla(239, 99.6%, 42.8%, 0.271);
  --iris-a8: hsla(238, 99.5%, 42.6%, 0.393);
  --iris-a9: hsla(240, 99.6%, 37.6%, 0.644);
  --iris-a10: hsla(240, 99.8%, 35.8%, 0.675);
  --iris-a11: hsla(240, 99.8%, 33.5%, 0.722);
  --iris-a12: hsla(238, 99.2%, 13.8%, 0.848);
}
.dark, .dark-theme {
  --iris-a1: hsla(240, 100%, 50.0%, 0.039);
  --iris-a2: hsla(243, 99.8%, 54.7%, 0.091);
  --iris-a3: hsla(244, 98.8%, 63.5%, 0.174);
  --iris-a4: hsla(242, 99.3%, 66.5%, 0.230);
  --iris-a5: hsla(241, 99.4%, 68.5%, 0.282);
  --iris-a6: hsla(240, 99.4%, 69.3%, 0.360);
  --iris-a7: hsla(240, 99.5%, 70.6%, 0.490);
  --iris-a8: hsla(240, 99.7%, 71.9%, 0.728);
  --iris-a9: hsla(240, 99.8%, 70.6%, 0.823);
  --iris-a10: hsla(241, 99.8%, 73.7%, 0.875);
  --iris-a11: hsla(242, 100%, 81.0%, 1);
  --iris-a12: hsla(242, 99.5%, 93.9%, 0.996);
}
:root, .light, .light-theme {
  --indigo-1: hsl(225, 60.0%, 99.4%);
  --indigo-2: hsl(223, 100%, 98.6%);
  --indigo-3: hsl(223, 98.4%, 97.1%);
  --indigo-4: hsl(223, 92.9%, 95.0%);
  --indigo-5: hsl(224, 87.1%, 92.0%);
  --indigo-6: hsl(224, 81.9%, 87.8%);
  --indigo-7: hsl(225, 77.4%, 82.1%);
  --indigo-8: hsl(226, 75.4%, 74.5%);
  --indigo-9: hsl(226, 70.0%, 55.5%);
  --indigo-10: hsl(226, 58.6%, 51.3%);
  --indigo-11: hsl(226, 55.0%, 45.0%);
  --indigo-12: hsl(226, 50.0%, 24.0%);
}
.dark, .dark-theme {
  --indigo-1: hsl(229, 24.0%, 10.0%);
  --indigo-2: hsl(230, 36.4%, 12.9%);
  --indigo-3: hsl(228, 42.7%, 18.1%);
  --indigo-4: hsl(227, 45.6%, 21.4%);
  --indigo-5: hsl(227, 47.8%, 24.4%);
  --indigo-6: hsl(226, 50.3%, 28.8%);
  --indigo-7: hsl(226, 53.3%, 36.6%);
  --indigo-8: hsl(226, 60.0%, 52.0%);
  --indigo-9: hsl(226, 70.0%, 55.5%);
  --indigo-10: hsl(230, 73.9%, 63.3%);
  --indigo-11: hsl(235, 100%, 80.0%);
  --indigo-12: hsl(235, 93.0%, 93.0%);
}
:root, .light, .light-theme {
  --indigo-a1: hsla(240, 92.6%, 26.5%, 0.008);
  --indigo-a2: hsla(223, 100%, 51.0%, 0.028);
  --indigo-a3: hsla(224, 100%, 50.1%, 0.059);
  --indigo-a4: hsla(223, 98.0%, 48.5%, 0.099);
  --indigo-a5: hsla(225, 98.6%, 46.4%, 0.150);
  --indigo-a6: hsla(224, 99.5%, 44.9%, 0.224);
  --indigo-a7: hsla(225, 99.7%, 43.9%, 0.318);
  --indigo-a8: hsla(226, 99.5%, 43.1%, 0.448);
  --indigo-a9: hsla(226, 100%, 41.2%, 0.757);
  --indigo-a10: hsla(226, 99.8%, 37.1%, 0.773);
  --indigo-a11: hsla(226, 99.6%, 31.1%, 0.797);
  --indigo-a12: hsla(226, 99.5%, 13.7%, 0.879);
}
.dark, .dark-theme {
  --indigo-a1: hsla(240, 100%, 49.5%, 0.035);
  --indigo-a2: hsla(232, 100%, 50.0%, 0.091);
  --indigo-a3: hsla(228, 99.8%, 56.8%, 0.182);
  --indigo-a4: hsla(228, 99.2%, 59.5%, 0.239);
  --indigo-a5: hsla(227, 99.5%, 59.9%, 0.295);
  --indigo-a6: hsla(225, 99.6%, 60.9%, 0.373);
  --indigo-a7: hsla(226, 99.6%, 62.2%, 0.516);
  --indigo-a8: hsla(226, 100%, 63.4%, 0.788);
  --indigo-a9: hsla(226, 99.9%, 63.4%, 0.853);
  --indigo-a10: hsla(230, 99.7%, 69.5%, 0.897);
  --indigo-a11: hsla(235, 100%, 80.0%, 1);
  --indigo-a12: hsla(236, 99.5%, 93.5%, 0.996);
}
:root, .light, .light-theme {
  --blue-1: hsl(206, 100%, 99.2%);
  --blue-2: hsl(210, 100%, 98.0%);
  --blue-3: hsl(209, 100%, 96.5%);
  --blue-4: hsl(210, 98.8%, 94.0%);
  --blue-5: hsl(209, 95.0%, 90.1%);
  --blue-6: hsl(209, 81.2%, 84.5%);
  --blue-7: hsl(208, 77.5%, 76.9%);
  --blue-8: hsl(206, 81.9%, 65.3%);
  --blue-9: hsl(206, 100%, 50.0%);
  --blue-10: hsl(208, 93.5%, 47.4%);
  --blue-11: hsl(211, 90.0%, 42.0%);
  --blue-12: hsl(216, 71.0%, 23.0%);
}
.dark, .dark-theme {
  --blue-1: hsl(212, 35.0%, 9.2%);
  --blue-2: hsl(216, 50.0%, 11.8%);
  --blue-3: hsl(214, 57.6%, 15.6%);
  --blue-4: hsl(214, 62.3%, 18.4%);
  --blue-5: hsl(213, 66.6%, 21.1%);
  --blue-6: hsl(212, 72.6%, 25.2%);
  --blue-7: hsl(211, 81.3%, 32.4%);
  --blue-8: hsl(211, 85.2%, 47.8%);
  --blue-9: hsl(206, 100%, 50.0%);
  --blue-10: hsl(206, 100%, 61.8%);
  --blue-11: hsl(205, 100%, 71.0%);
  --blue-12: hsl(205, 100%, 88.0%);
}
:root, .light, .light-theme {
  --blue-a1: hsla(210, 100%, 51.0%, 0.016);
  --blue-a2: hsla(210, 100%, 51.0%, 0.040);
  --blue-a3: hsla(210, 100%, 50.3%, 0.071);
  --blue-a4: hsla(210, 100%, 50.1%, 0.118);
  --blue-a5: hsla(209, 99.1%, 49.2%, 0.193);
  --blue-a6: hsla(209, 99.5%, 45.3%, 0.283);
  --blue-a7: hsla(208, 99.9%, 43.8%, 0.412);
  --blue-a8: hsla(206, 99.8%, 45.1%, 0.632);
  --blue-a9: hsla(206, 100%, 50.0%, 1);
  --blue-a10: hsla(208, 99.9%, 45.8%, 0.969);
  --blue-a11: hsla(211, 100%, 39.4%, 0.957);
  --blue-a12: hsla(216, 99.6%, 17.5%, 0.934);
}
.dark, .dark-theme {
  --blue-a1: hsla(240, 100%, 49.5%, 0.035);
  --blue-a2: hsla(227, 100%, 50.0%, 0.091);
  --blue-a3: hsla(216, 100%, 50.0%, 0.169);
  --blue-a4: hsla(214, 100%, 49.8%, 0.226);
  --blue-a5: hsla(213, 99.8%, 50.5%, 0.286);
  --blue-a6: hsla(212, 99.8%, 51.5%, 0.377);
  --blue-a7: hsla(211, 99.8%, 51.4%, 0.546);
  --blue-a8: hsla(211, 99.9%, 53.3%, 0.875);
  --blue-a9: hsla(206, 100%, 50.0%, 1);
  --blue-a10: hsla(206, 100%, 61.8%, 1);
  --blue-a11: hsla(205, 100%, 71.0%, 1);
  --blue-a12: hsla(206, 100%, 88.0%, 1);
}
:root, .light, .light-theme {
  --cyan-1: hsl(185, 60.0%, 98.7%);
  --cyan-2: hsl(185, 73.3%, 97.1%);
  --cyan-3: hsl(186, 70.2%, 94.4%);
  --cyan-4: hsl(186, 63.8%, 90.6%);
  --cyan-5: hsl(187, 58.3%, 85.4%);
  --cyan-6: hsl(188, 54.6%, 78.4%);
  --cyan-7: hsl(189, 53.7%, 68.7%);
  --cyan-8: hsl(189, 60.3%, 52.5%);
  --cyan-9: hsl(190, 95.0%, 39.0%);
  --cyan-10: hsl(191, 91.2%, 36.8%);
  --cyan-11: hsl(192, 85.0%, 31.0%);
  --cyan-12: hsl(192, 70.0%, 16.5%);
}
.dark, .dark-theme {
  --cyan-1: hsl(192, 60.0%, 7.2%);
  --cyan-2: hsl(193, 51.1%, 8.8%);
  --cyan-3: hsl(193, 51.9%, 11.9%);
  --cyan-4: hsl(193, 52.6%, 14.1%);
  --cyan-5: hsl(193, 53.4%, 16.5%);
  --cyan-6: hsl(192, 54.6%, 20.1%);
  --cyan-7: hsl(192, 56.6%, 26.5%);
  --cyan-8: hsl(192, 59.8%, 39.0%);
  --cyan-9: hsl(190, 95.0%, 39.0%);
  --cyan-10: hsl(190, 84.0%, 46.0%);
  --cyan-11: hsl(190, 90.0%, 54.0%);
  --cyan-12: hsl(190, 80.0%, 84.0%);
}
:root, .light, .light-theme {
  --cyan-a1: hsla(195, 95.2%, 41.2%, 0.020);
  --cyan-a2: hsla(185, 99.9%, 42.3%, 0.051);
  --cyan-a3: hsla(186, 97.8%, 42.2%, 0.095);
  --cyan-a4: hsla(186, 99.9%, 38.5%, 0.153);
  --cyan-a5: hsla(187, 99.3%, 36.6%, 0.232);
  --cyan-a6: hsla(188, 99.4%, 35.4%, 0.334);
  --cyan-a7: hsla(189, 99.6%, 35.0%, 0.483);
  --cyan-a8: hsla(189, 99.9%, 37.6%, 0.761);
  --cyan-a9: hsla(190, 99.8%, 37.8%, 0.981);
  --cyan-a10: hsla(191, 99.9%, 34.6%, 0.969);
  --cyan-a11: hsla(192, 100%, 27.6%, 0.953);
  --cyan-a12: hsla(192, 99.2%, 12.3%, 0.950);
}
.dark, .dark-theme {
  --cyan-a1: hsla(223, 100%, 49.3%, 0.022);
  --cyan-a2: hsla(207, 100%, 49.3%, 0.044);
  --cyan-a3: hsla(197, 100%, 49.6%, 0.096);
  --cyan-a4: hsla(194, 100%, 49.7%, 0.135);
  --cyan-a5: hsla(193, 99.5%, 50.2%, 0.178);
  --cyan-a6: hsla(192, 99.3%, 53.7%, 0.239);
  --cyan-a7: hsla(192, 100%, 57.5%, 0.355);
  --cyan-a8: hsla(192, 99.8%, 60.0%, 0.585);
  --cyan-a9: hsla(190, 100%, 50.0%, 0.736);
  --cyan-a10: hsla(190, 99.8%, 53.5%, 0.832);
  --cyan-a11: hsla(190, 99.8%, 56.3%, 0.949);
  --cyan-a12: hsla(190, 99.6%, 86.7%, 0.966);
}
:root, .light, .light-theme {
  --teal-1: hsl(165, 60.0%, 98.8%);
  --teal-2: hsl(169, 64.7%, 96.7%);
  --teal-3: hsl(169, 59.8%, 94.0%);
  --teal-4: hsl(169, 53.1%, 90.2%);
  --teal-5: hsl(170, 47.1%, 85.0%);
  --teal-6: hsl(170, 42.6%, 77.9%);
  --teal-7: hsl(170, 39.9%, 68.1%);
  --teal-8: hsl(172, 42.1%, 52.5%);
  --teal-9: hsl(173, 80.0%, 36.0%);
  --teal-10: hsl(173, 83.4%, 32.5%);
  --teal-11: hsl(174, 90.0%, 25.2%);
  --teal-12: hsl(174, 65.0%, 14.5%);
}
.dark, .dark-theme {
  --teal-1: hsl(167, 50.0%, 6.7%);
  --teal-2: hsl(166, 55.0%, 7.8%);
  --teal-3: hsl(167, 52.9%, 10.6%);
  --teal-4: hsl(168, 52.5%, 12.7%);
  --teal-5: hsl(169, 52.6%, 14.8%);
  --teal-6: hsl(169, 53.1%, 18.0%);
  --teal-7: hsl(171, 54.9%, 23.8%);
  --teal-8: hsl(173, 59.8%, 34.1%);
  --teal-9: hsl(173, 80.0%, 36.0%);
  --teal-10: hsl(172, 89.5%, 38.8%);
  --teal-11: hsl(170, 90.0%, 44.5%);
  --teal-12: hsl(163, 70.0%, 81.0%);
}
:root, .light, .light-theme {
  --teal-a1: hsla(165, 95.2%, 41.2%, 0.020);
  --teal-a2: hsla(169, 99.5%, 39.4%, 0.055);
  --teal-a3: hsla(167, 97.6%, 38.1%, 0.095);
  --teal-a4: hsla(168, 98.1%, 34.6%, 0.150);
  --teal-a5: hsla(170, 99.4%, 32.3%, 0.220);
  --teal-a6: hsla(170, 99.7%, 30.1%, 0.314);
  --teal-a7: hsla(170, 99.3%, 28.7%, 0.448);
  --teal-a8: hsla(172, 99.8%, 29.7%, 0.675);
  --teal-a9: hsla(173, 99.8%, 31.1%, 0.930);
  --teal-a10: hsla(173, 99.7%, 28.7%, 0.946);
  --teal-a11: hsla(174, 99.8%, 23.3%, 0.977);
  --teal-a12: hsla(174, 99.0%, 10.0%, 0.950);
}
.dark, .dark-theme {
  --teal-a1: hsla(120, 100%, 48.3%, 0.009);
  --teal-a2: hsla(141, 100%, 49.0%, 0.031);
  --teal-a3: hsla(161, 100%, 49.8%, 0.074);
  --teal-a4: hsla(167, 100%, 49.7%, 0.109);
  --teal-a5: hsla(167, 100%, 49.8%, 0.148);
  --teal-a6: hsla(169, 99.2%, 52.5%, 0.200);
  --teal-a7: hsla(171, 99.3%, 56.5%, 0.304);
  --teal-a8: hsla(173, 99.9%, 59.0%, 0.498);
  --teal-a9: hsla(173, 99.8%, 52.7%, 0.611);
  --teal-a10: hsla(172, 99.9%, 50.8%, 0.706);
  --teal-a11: hsla(170, 99.8%, 51.6%, 0.832);
  --teal-a12: hsla(163, 99.4%, 85.9%, 0.936);
}
:root, .light, .light-theme {
  --jade-1: hsl(151, 60.0%, 99.0%);
  --jade-2: hsl(150, 77.8%, 96.5%);
  --jade-3: hsl(151, 65.9%, 93.7%);
  --jade-4: hsl(152, 56.5%, 90.0%);
  --jade-5: hsl(154, 49.1%, 85.0%);
  --jade-6: hsl(156, 43.5%, 78.3%);
  --jade-7: hsl(159, 40.2%, 68.7%);
  --jade-8: hsl(164, 42.0%, 53.3%);
  --jade-9: hsl(164, 60.0%, 40.0%);
  --jade-10: hsl(164, 60.8%, 36.7%);
  --jade-11: hsl(163, 65.0%, 28.9%);
  --jade-12: hsl(160, 34.0%, 17.2%);
}
.dark, .dark-theme {
  --jade-1: hsl(152, 53.0%, 6.5%);
  --jade-2: hsl(153, 47.6%, 8.2%);
  --jade-3: hsl(154, 46.7%, 11.0%);
  --jade-4: hsl(155, 47.0%, 13.2%);
  --jade-5: hsl(156, 47.7%, 15.3%);
  --jade-6: hsl(158, 49.0%, 18.5%);
  --jade-7: hsl(160, 52.0%, 24.2%);
  --jade-8: hsl(164, 59.8%, 34.1%);
  --jade-9: hsl(164, 60.0%, 40.0%);
  --jade-10: hsl(164, 66.8%, 43.7%);
  --jade-11: hsl(163, 75.0%, 48.4%);
  --jade-12: hsl(155, 70.0%, 81.0%);
}
:root, .light, .light-theme {
  --jade-a1: hsla(160, 94.9%, 38.7%, 0.016);
  --jade-a2: hsla(150, 99.1%, 44.0%, 0.063);
  --jade-a3: hsla(150, 99.7%, 40.8%, 0.106);
  --jade-a4: hsla(151, 99.8%, 36.3%, 0.157);
  --jade-a5: hsla(153, 99.4%, 33.5%, 0.224);
  --jade-a6: hsla(155, 99.8%, 30.4%, 0.310);
  --jade-a7: hsla(159, 99.4%, 28.7%, 0.440);
  --jade-a8: hsla(164, 99.9%, 29.6%, 0.663);
  --jade-a9: hsla(164, 99.7%, 28.6%, 0.840);
  --jade-a10: hsla(164, 100%, 25.9%, 0.855);
  --jade-a11: hsla(163, 99.5%, 21.0%, 0.899);
  --jade-a12: hsla(160, 98.8%, 6.7%, 0.887);
}
.dark, .dark-theme {
  --jade-a1: hsla(120, 100%, 43.9%, 0.005);
  --jade-a2: hsla(120, 100%, 49.0%, 0.031);
  --jade-a3: hsla(145, 100%, 49.8%, 0.074);
  --jade-a4: hsla(152, 100%, 49.7%, 0.109);
  --jade-a5: hsla(156, 100%, 49.8%, 0.148);
  --jade-a6: hsla(158, 99.1%, 54.5%, 0.200);
  --jade-a7: hsla(159, 99.3%, 58.4%, 0.304);
  --jade-a8: hsla(164, 99.9%, 59.0%, 0.498);
  --jade-a9: hsla(164, 99.9%, 60.2%, 0.602);
  --jade-a10: hsla(164, 99.8%, 58.3%, 0.702);
  --jade-a11: hsla(163, 99.8%, 56.3%, 0.832);
  --jade-a12: hsla(155, 99.4%, 85.9%, 0.936);
}
:root, .light, .light-theme {
  --green-1: hsl(136, 50.0%, 98.9%);
  --green-2: hsl(138, 62.5%, 96.9%);
  --green-3: hsl(139, 55.2%, 94.5%);
  --green-4: hsl(140, 48.7%, 91.0%);
  --green-5: hsl(141, 43.7%, 86.0%);
  --green-6: hsl(143, 40.3%, 79.0%);
  --green-7: hsl(146, 38.5%, 69.0%);
  --green-8: hsl(151, 40.2%, 54.1%);
  --green-9: hsl(151, 55.0%, 41.5%);
  --green-10: hsl(152, 57.5%, 37.6%);
  --green-11: hsl(153, 67.0%, 28.5%);
  --green-12: hsl(155, 40.0%, 16.5%);
}
.dark, .dark-theme {
  --green-1: hsl(146, 30.0%, 7.4%);
  --green-2: hsl(154, 31.8%, 8.6%);
  --green-3: hsl(154, 37.6%, 11.5%);
  --green-4: hsl(154, 41.0%, 13.6%);
  --green-5: hsl(154, 43.7%, 15.7%);
  --green-6: hsl(154, 46.7%, 18.7%);
  --green-7: hsl(153, 50.3%, 24.4%);
  --green-8: hsl(151, 52.2%, 36.1%);
  --green-9: hsl(151, 55.0%, 41.5%);
  --green-10: hsl(151, 55.2%, 46.7%);
  --green-11: hsl(151, 65.0%, 54.0%);
  --green-12: hsl(144, 70.0%, 82.0%);
}
:root, .light, .light-theme {
  --green-a1: hsla(140, 94.9%, 38.7%, 0.016);
  --green-a2: hsla(138, 99.9%, 38.5%, 0.051);
  --green-a3: hsla(139, 97.7%, 36.9%, 0.087);
  --green-a4: hsla(139, 98.5%, 32.7%, 0.134);
  --green-a5: hsla(141, 100%, 30.4%, 0.200);
  --green-a6: hsla(142, 99.0%, 28.9%, 0.295);
  --green-a7: hsla(146, 99.5%, 27.6%, 0.428);
  --green-a8: hsla(151, 99.5%, 28.8%, 0.644);
  --green-a9: hsla(151, 99.9%, 28.0%, 0.812);
  --green-a10: hsla(152, 99.6%, 25.8%, 0.840);
  --green-a11: hsla(153, 99.9%, 21.0%, 0.906);
  --green-a12: hsla(155, 99.9%, 7.4%, 0.902);
}
.dark, .dark-theme {
  --green-a1: hsla(120, 100%, 43.9%, 0.005);
  --green-a2: hsla(120, 100%, 49.3%, 0.022);
  --green-a3: hsla(149, 100%, 49.5%, 0.070);
  --green-a4: hsla(154, 100%, 49.7%, 0.109);
  --green-a5: hsla(153, 98.9%, 53.1%, 0.148);
  --green-a6: hsla(155, 99.1%, 55.5%, 0.200);
  --green-a7: hsla(152, 99.3%, 59.1%, 0.304);
  --green-a8: hsla(151, 99.6%, 62.4%, 0.503);
  --green-a9: hsla(151, 99.6%, 62.4%, 0.607);
  --green-a10: hsla(151, 100%, 62.9%, 0.697);
  --green-a11: hsla(151, 99.9%, 63.5%, 0.823);
  --green-a12: hsla(144, 99.6%, 86.6%, 0.940);
}
:root, .light, .light-theme {
  --grass-1: hsl(116, 50.0%, 98.9%);
  --grass-2: hsl(120, 60.0%, 97.1%);
  --grass-3: hsl(120, 53.6%, 94.8%);
  --grass-4: hsl(121, 47.5%, 91.4%);
  --grass-5: hsl(122, 42.6%, 86.5%);
  --grass-6: hsl(124, 39.0%, 79.7%);
  --grass-7: hsl(126, 37.1%, 70.2%);
  --grass-8: hsl(131, 38.1%, 56.3%);
  --grass-9: hsl(131, 41.0%, 46.5%);
  --grass-10: hsl(132, 43.1%, 42.2%);
  --grass-11: hsl(133, 50.0%, 32.5%);
  --grass-12: hsl(131, 30.0%, 18.0%);
}
.dark, .dark-theme {
  --grass-1: hsl(146, 30.0%, 7.4%);
  --grass-2: hsl(138, 20.8%, 9.4%);
  --grass-3: hsl(138, 25.8%, 12.5%);
  --grass-4: hsl(138, 28.4%, 14.8%);
  --grass-5: hsl(137, 30.3%, 17.1%);
  --grass-6: hsl(137, 32.3%, 20.6%);
  --grass-7: hsl(135, 34.4%, 27.1%);
  --grass-8: hsl(131, 35.3%, 40.0%);
  --grass-9: hsl(131, 41.0%, 46.5%);
  --grass-10: hsl(131, 41.7%, 55.0%);
  --grass-11: hsl(131, 50.0%, 63.0%);
  --grass-12: hsl(120, 60.0%, 85.0%);
}
:root, .light, .light-theme {
  --grass-a1: hsla(120, 94.9%, 38.7%, 0.016);
  --grass-a2: hsla(120, 94.9%, 38.7%, 0.048);
  --grass-a3: hsla(120, 98.0%, 35.5%, 0.079);
  --grass-a4: hsla(120, 98.7%, 31.5%, 0.126);
  --grass-a5: hsla(122, 98.5%, 29.9%, 0.193);
  --grass-a6: hsla(125, 99.2%, 27.9%, 0.283);
  --grass-a7: hsla(125, 99.9%, 27.0%, 0.408);
  --grass-a8: hsla(131, 100%, 27.6%, 0.604);
  --grass-a9: hsla(131, 99.7%, 26.3%, 0.726);
  --grass-a10: hsla(132, 99.9%, 24.0%, 0.761);
  --grass-a11: hsla(133, 99.5%, 19.5%, 0.840);
  --grass-a12: hsla(131, 99.1%, 6.3%, 0.875);
}
.dark, .dark-theme {
  --grass-a1: hsla(120, 100%, 43.9%, 0.005);
  --grass-a2: hsla(120, 100%, 49.3%, 0.022);
  --grass-a3: hsla(139, 97.9%, 54.2%, 0.070);
  --grass-a4: hsla(137, 99.8%, 60.3%, 0.104);
  --grass-a5: hsla(138, 99.8%, 62.9%, 0.143);
  --grass-a6: hsla(136, 99.7%, 66.7%, 0.195);
  --grass-a7: hsla(135, 99.7%, 68.4%, 0.299);
  --grass-a8: hsla(131, 99.7%, 71.3%, 0.494);
  --grass-a9: hsla(131, 99.5%, 69.2%, 0.620);
  --grass-a10: hsla(131, 100%, 73.5%, 0.710);
  --grass-a11: hsla(131, 99.8%, 76.6%, 0.797);
  --grass-a12: hsla(120, 99.1%, 90.3%, 0.936);
}
:root, .light, .light-theme {
  --orange-1: hsl(24, 70.0%, 99.0%);
  --orange-2: hsl(22, 100%, 97.8%);
  --orange-3: hsl(34, 100%, 91.7%);
  --orange-4: hsl(33, 100%, 86.6%);
  --orange-5: hsl(31, 100%, 82.2%);
  --orange-6: hsl(27, 100%, 78.4%);
  --orange-7: hsl(21, 100%, 74.5%);
  --orange-8: hsl(19, 80.1%, 64.5%);
  --orange-9: hsl(24, 94.0%, 50.0%);
  --orange-10: hsl(24, 100%, 46.5%);
  --orange-11: hsl(16, 45.0%, 41.5%);
  --orange-12: hsl(16, 50.0%, 23.0%);
}
.dark, .dark-theme {
  --orange-1: hsl(30, 70.0%, 7.2%);
  --orange-2: hsl(29, 81.4%, 8.4%);
  --orange-3: hsl(26, 68.4%, 12.0%);
  --orange-4: hsl(25, 64.6%, 14.9%);
  --orange-5: hsl(25, 64.3%, 17.8%);
  --orange-6: hsl(25, 65.7%, 21.9%);
  --orange-7: hsl(25, 67.7%, 29.4%);
  --orange-8: hsl(25, 70.3%, 44.9%);
  --orange-9: hsl(24, 94.0%, 50.0%);
  --orange-10: hsl(24, 100%, 58.5%);
  --orange-11: hsl(24, 100%, 70.0%);
  --orange-12: hsl(30, 100%, 88.0%);
}
:root, .light, .light-theme {
  --orange-a1: hsla(20, 94.9%, 38.7%, 0.016);
  --orange-a2: hsla(22, 100%, 51.0%, 0.044);
  --orange-a3: hsla(34, 100%, 50.1%, 0.165);
  --orange-a4: hsla(33, 100%, 50.1%, 0.267);
  --orange-a5: hsla(31, 100%, 50.0%, 0.357);
  --orange-a6: hsla(27, 100%, 50.1%, 0.432);
  --orange-a7: hsla(21, 100%, 50.0%, 0.510);
  --orange-a8: hsla(19, 99.7%, 44.5%, 0.640);
  --orange-a9: hsla(24, 99.9%, 48.4%, 0.969);
  --orange-a10: hsla(24, 100%, 46.5%, 1);
  --orange-a11: hsla(16, 99.8%, 24.2%, 0.773);
  --orange-a12: hsla(16, 99.4%, 13.1%, 0.887);
}
.dark, .dark-theme {
  --orange-a1: hsla(0, 100%, 49.0%, 0.031);
  --orange-a2: hsla(0, 100%, 50.0%, 0.065);
  --orange-a3: hsla(13, 100%, 49.7%, 0.122);
  --orange-a4: hsla(20, 100%, 50.0%, 0.169);
  --orange-a5: hsla(24, 100%, 50.0%, 0.221);
  --orange-a6: hsla(25, 99.8%, 51.4%, 0.299);
  --orange-a7: hsla(25, 99.8%, 54.7%, 0.442);
  --orange-a8: hsla(25, 99.8%, 57.3%, 0.741);
  --orange-a9: hsla(24, 99.9%, 51.4%, 0.966);
  --orange-a10: hsla(24, 100%, 58.4%, 1);
  --orange-a11: hsla(24, 100%, 70.0%, 1);
  --orange-a12: hsla(30, 100%, 88.0%, 1);
}
:root, .light, .light-theme {
  --brown-1: hsl(30, 40.0%, 99.1%);
  --brown-2: hsl(30, 50.0%, 97.6%);
  --brown-3: hsl(30, 52.5%, 94.6%);
  --brown-4: hsl(30, 53.0%, 91.2%);
  --brown-5: hsl(29, 52.9%, 86.8%);
  --brown-6: hsl(29, 52.5%, 80.9%);
  --brown-7: hsl(29, 51.5%, 72.8%);
  --brown-8: hsl(28, 50.0%, 63.1%);
  --brown-9: hsl(28, 34.0%, 51.0%);
  --brown-10: hsl(26, 31.7%, 46.9%);
  --brown-11: hsl(25, 30.0%, 39.0%);
  --brown-12: hsl(20, 15.0%, 21.0%);
}
.dark, .dark-theme {
  --brown-1: hsl(22, 15.0%, 8.7%);
  --brown-2: hsl(26, 13.2%, 10.4%);
  --brown-3: hsl(26, 17.4%, 13.6%);
  --brown-4: hsl(26, 19.6%, 16.2%);
  --brown-5: hsl(27, 21.3%, 19.0%);
  --brown-6: hsl(27, 23.2%, 23.0%);
  --brown-7: hsl(27, 25.4%, 30.4%);
  --brown-8: hsl(28, 27.8%, 45.1%);
  --brown-9: hsl(28, 34.0%, 51.0%);
  --brown-10: hsl(28, 38.0%, 58.3%);
  --brown-11: hsl(28, 50.0%, 72.0%);
  --brown-12: hsl(35, 60.0%, 87.0%);
}
:root, .light, .light-theme {
  --brown-a1: hsla(30, 94.3%, 34.6%, 0.012);
  --brown-a2: hsla(30, 94.3%, 34.6%, 0.036);
  --brown-a3: hsla(30, 97.7%, 33.9%, 0.083);
  --brown-a4: hsla(31, 98.5%, 34.2%, 0.134);
  --brown-a5: hsla(29, 100%, 34.3%, 0.200);
  --brown-a6: hsla(28, 99.2%, 34.6%, 0.291);
  --brown-a7: hsla(29, 99.8%, 33.8%, 0.412);
  --brown-a8: hsla(28, 100%, 33.3%, 0.553);
  --brown-a9: hsla(28, 99.9%, 25.5%, 0.655);
  --brown-a10: hsla(26, 99.6%, 22.0%, 0.679);
  --brown-a11: hsla(24, 99.6%, 16.0%, 0.726);
  --brown-a12: hsla(19, 98.8%, 3.9%, 0.820);
}
.dark, .dark-theme {
  --brown-a1: hsla(0, 100%, 48.3%, 0.009);
  --brown-a2: hsla(24, 100%, 50.0%, 0.026);
  --brown-a3: hsla(25, 98.5%, 67.7%, 0.074);
  --brown-a4: hsla(26, 97.8%, 70.6%, 0.109);
  --brown-a5: hsla(26, 98.9%, 72.6%, 0.152);
  --brown-a6: hsla(27, 99.6%, 74.5%, 0.208);
  --brown-a7: hsla(28, 98.8%, 75.6%, 0.317);
  --brown-a8: hsla(28, 99.6%, 76.4%, 0.533);
  --brown-a9: hsla(28, 99.5%, 74.1%, 0.646);
  --brown-a10: hsla(28, 99.6%, 77.7%, 0.715);
  --brown-a11: hsla(28, 99.5%, 83.4%, 0.845);
  --brown-a12: hsla(34, 99.7%, 91.7%, 0.944);
}
/* brights (black foreground) */
:root, .light, .light-theme {
  --sky-1: hsl(193, 100%, 98.8%);
  --sky-2: hsl(193, 100%, 97.3%);
  --sky-3: hsl(192, 100%, 94.3%);
  --sky-4: hsl(193, 93.5%, 90.9%);
  --sky-5: hsl(193, 79.3%, 85.9%);
  --sky-6: hsl(194, 66.1%, 78.8%);
  --sky-7: hsl(194, 60.0%, 69.4%);
  --sky-8: hsl(193, 65.2%, 56.1%);
  --sky-9: hsl(193, 98.0%, 74.0%);
  --sky-10: hsl(193, 90.0%, 71.0%);
  --sky-11: hsl(200, 60.0%, 36.0%);
  --sky-12: hsl(195, 50.0%, 20.0%);
}
.dark, .dark-theme {
  --sky-1: hsl(205, 45.0%, 8.6%);
  --sky-2: hsl(202, 49.0%, 10.0%);
  --sky-3: hsl(201, 50.8%, 13.2%);
  --sky-4: hsl(201, 52.1%, 15.8%);
  --sky-5: hsl(201, 53.3%, 18.4%);
  --sky-6: hsl(200, 54.9%, 22.2%);
  --sky-7: hsl(200, 57.2%, 29.3%);
  --sky-8: hsl(200, 60.0%, 44.1%);
  --sky-9: hsl(193, 98.0%, 74.0%);
  --sky-10: hsl(192, 100%, 77.0%);
  --sky-11: hsl(195, 100%, 66.0%);
  --sky-12: hsl(192, 100%, 88.0%);
}
:root, .light, .light-theme {
  --sky-a1: hsla(190, 100%, 51.0%, 0.024);
  --sky-a2: hsla(193, 100%, 50.1%, 0.055);
  --sky-a3: hsla(192, 100%, 50.1%, 0.114);
  --sky-a4: hsla(193, 99.4%, 47.9%, 0.177);
  --sky-a5: hsla(194, 100%, 44.5%, 0.251);
  --sky-a6: hsla(194, 100%, 40.0%, 0.353);
  --sky-a7: hsla(194, 99.6%, 37.7%, 0.491);
  --sky-a8: hsla(193, 99.8%, 39.5%, 0.726);
  --sky-a9: hsla(193, 99.9%, 49.6%, 0.514);
  --sky-a10: hsla(193, 100%, 47.5%, 0.553);
  --sky-a11: hsla(200, 100%, 25.2%, 0.855);
  --sky-a12: hsla(195, 100%, 11.3%, 0.902);
}
.dark, .dark-theme {
  --sky-a1: hsla(234, 100%, 49.5%, 0.035);
  --sky-a2: hsla(215, 100%, 49.7%, 0.061);
  --sky-a3: hsla(204, 100%, 50.0%, 0.117);
  --sky-a4: hsla(201, 100%, 49.8%, 0.161);
  --sky-a5: hsla(202, 99.8%, 52.8%, 0.208);
  --sky-a6: hsla(200, 99.3%, 56.0%, 0.278);
  --sky-a7: hsla(200, 99.8%, 58.6%, 0.403);
  --sky-a8: hsla(200, 99.8%, 60.8%, 0.676);
  --sky-a9: hsla(193, 99.9%, 74.4%, 0.996);
  --sky-a10: hsla(192, 100%, 77.1%, 1);
  --sky-a11: hsla(195, 100%, 66.1%, 1);
  --sky-a12: hsla(192, 100%, 88.0%, 1);
}
:root, .light, .light-theme {
  --mint-1: hsl(165, 80.0%, 98.8%);
  --mint-2: hsl(164, 88.2%, 96.7%);
  --mint-3: hsl(164, 80.4%, 92.6%);
  --mint-4: hsl(165, 71.6%, 88.4%);
  --mint-5: hsl(165, 61.0%, 83.4%);
  --mint-6: hsl(166, 50.2%, 76.7%);
  --mint-7: hsl(166, 43.3%, 67.2%);
  --mint-8: hsl(168, 45.0%, 52.9%);
  --mint-9: hsl(167, 70.0%, 72.0%);
  --mint-10: hsl(167, 62.0%, 69.0%);
  --mint-11: hsl(172, 50.0%, 30.5%);
  --mint-12: hsl(171, 50.0%, 17.5%);
}
.dark, .dark-theme {
  --mint-1: hsl(173, 50.0%, 6.6%);
  --mint-2: hsl(174, 51.2%, 8.0%);
  --mint-3: hsl(174, 53.5%, 10.6%);
  --mint-4: hsl(174, 55.1%, 12.6%);
  --mint-5: hsl(173, 56.6%, 14.8%);
  --mint-6: hsl(173, 58.3%, 17.9%);
  --mint-7: hsl(172, 60.1%, 23.6%);
  --mint-8: hsl(170, 59.8%, 35.1%);
  --mint-9: hsl(167, 70.0%, 72.0%);
  --mint-10: hsl(163, 80.0%, 77.0%);
  --mint-11: hsl(167, 70.0%, 58.0%);
  --mint-12: hsl(155, 70.0%, 86.5%);
}
:root, .light, .light-theme {
  --mint-a1: hsla(168, 95.4%, 42.8%, 0.024);
  --mint-a2: hsla(164, 99.1%, 47.1%, 0.063);
  --mint-a3: hsla(164, 98.9%, 44.4%, 0.134);
  --mint-a4: hsla(165, 100%, 42.2%, 0.200);
  --mint-a5: hsla(166, 99.7%, 37.6%, 0.267);
  --mint-a6: hsla(166, 99.2%, 33.3%, 0.350);
  --mint-a7: hsla(166, 99.7%, 30.5%, 0.471);
  --mint-a8: hsla(168, 99.7%, 31.1%, 0.683);
  --mint-a9: hsla(167, 99.8%, 41.4%, 0.475);
  --mint-a10: hsla(167, 100%, 38.3%, 0.502);
  --mint-a11: hsla(172, 99.4%, 18.1%, 0.848);
  --mint-a12: hsla(171, 99.7%, 9.7%, 0.914);
}
.dark, .dark-theme {
  --mint-a1: hsla(120, 100%, 43.9%, 0.005);
  --mint-a2: hsla(165, 100%, 49.0%, 0.031);
  --mint-a3: hsla(174, 100%, 49.8%, 0.074);
  --mint-a4: hsla(172, 100%, 49.8%, 0.113);
  --mint-a5: hsla(172, 100%, 49.9%, 0.152);
  --mint-a6: hsla(173, 100%, 50.0%, 0.208);
  --mint-a7: hsla(173, 99.8%, 54.7%, 0.312);
  --mint-a8: hsla(170, 99.6%, 59.2%, 0.516);
  --mint-a9: hsla(167, 99.6%, 78.4%, 0.910);
  --mint-a10: hsla(163, 99.5%, 80.5%, 0.949);
  --mint-a11: hsla(167, 99.8%, 65.8%, 0.862);
  --mint-a12: hsla(156, 99.7%, 89.9%, 0.957);
}
:root, .light, .light-theme {
  --lime-1: hsl(85, 50.0%, 98.7%);
  --lime-2: hsl(85, 66.7%, 96.5%);
  --lime-3: hsl(85, 76.8%, 91.7%);
  --lime-4: hsl(84, 71.6%, 86.6%);
  --lime-5: hsl(83, 62.5%, 80.8%);
  --lime-6: hsl(81, 51.6%, 73.6%);
  --lime-7: hsl(79, 41.5%, 64.4%);
  --lime-8: hsl(77, 40.2%, 52.2%);
  --lime-9: hsl(81, 80.0%, 66.0%);
  --lime-10: hsl(81, 75.0%, 60.0%);
  --lime-11: hsl(75, 40.0%, 29.0%);
  --lime-12: hsl(75, 40.0%, 18.0%);
}
.dark, .dark-theme {
  --lime-1: hsl(75, 55.0%, 6.0%);
  --lime-2: hsl(78, 41.5%, 8.0%);
  --lime-3: hsl(81, 38.1%, 11.0%);
  --lime-4: hsl(81, 39.4%, 13.1%);
  --lime-5: hsl(81, 40.8%, 15.3%);
  --lime-6: hsl(80, 42.6%, 18.4%);
  --lime-7: hsl(78, 45.4%, 24.0%);
  --lime-8: hsl(75, 49.7%, 35.1%);
  --lime-9: hsl(81, 80.0%, 66.0%);
  --lime-10: hsl(75, 85.0%, 60.0%);
  --lime-11: hsl(70, 70.0%, 50.0%);
  --lime-12: hsl(80, 80.0%, 85.0%);
}
:root, .light, .light-theme {
  --lime-a1: hsla(80, 93.8%, 31.4%, 0.020);
  --lime-a2: hsla(85, 99.3%, 40.2%, 0.059);
  --lime-a3: hsla(84, 98.6%, 43.6%, 0.146);
  --lime-a4: hsla(83, 99.4%, 41.7%, 0.232);
  --lime-a5: hsla(83, 99.8%, 38.8%, 0.314);
  --lime-a6: hsla(81, 100%, 33.8%, 0.400);
  --lime-a7: hsla(79, 100%, 29.3%, 0.502);
  --lime-a8: hsla(77, 99.8%, 28.7%, 0.671);
  --lime-a9: hsla(81, 99.9%, 44.6%, 0.612);
  --lime-a10: hsla(81, 100%, 43.0%, 0.702);
  --lime-a11: hsla(75, 99.5%, 14.3%, 0.828);
  --lime-a12: hsla(75, 98.9%, 8.0%, 0.891);
}
.dark, .dark-theme {
  --lime-a1: hsla(74, 99.8%, 4.7%, 0.709);
  --lime-a2: hsla(114, 100%, 49.3%, 0.022);
  --lime-a3: hsla(89, 100%, 50.0%, 0.065);
  --lime-a4: hsla(84, 100%, 49.8%, 0.100);
  --lime-a5: hsla(81, 98.9%, 53.0%, 0.135);
  --lime-a6: hsla(80, 99.0%, 57.6%, 0.187);
  --lime-a7: hsla(78, 99.5%, 60.9%, 0.282);
  --lime-a8: hsla(75, 99.6%, 63.3%, 0.477);
  --lime-a9: hsla(81, 99.8%, 70.5%, 0.927);
  --lime-a10: hsla(75, 99.8%, 63.5%, 0.936);
  --lime-a11: hsla(70, 99.9%, 58.0%, 0.836);
  --lime-a12: hsla(80, 99.5%, 87.6%, 0.966);
}
:root, .light, .light-theme {
  --yellow-1: hsl(60, 54.0%, 98.5%);
  --yellow-2: hsl(52, 100%, 93.9%);
  --yellow-3: hsl(53, 100%, 88.9%);
  --yellow-4: hsl(53, 93.7%, 83.9%);
  --yellow-5: hsl(52, 84.7%, 78.7%);
  --yellow-6: hsl(51, 73.0%, 72.4%);
  --yellow-7: hsl(48, 59.6%, 64.3%);
  --yellow-8: hsl(46, 55.0%, 52.9%);
  --yellow-9: hsl(53, 96.0%, 58.0%);
  --yellow-10: hsl(52, 95.0%, 52.0%);
  --yellow-11: hsl(42, 50.0%, 31.0%);
  --yellow-12: hsl(42, 40.0%, 20.0%);
}
.dark, .dark-theme {
  --yellow-1: hsl(45, 100%, 5.5%);
  --yellow-2: hsl(44, 78.9%, 7.5%);
  --yellow-3: hsl(44, 61.9%, 10.6%);
  --yellow-4: hsl(44, 57.5%, 13.0%);
  --yellow-5: hsl(45, 57.0%, 15.2%);
  --yellow-6: hsl(46, 57.5%, 18.3%);
  --yellow-7: hsl(47, 58.5%, 24.0%);
  --yellow-8: hsl(50, 59.8%, 35.1%);
  --yellow-9: hsl(53, 96.0%, 58.0%);
  --yellow-10: hsl(53, 96.8%, 67.5%);
  --yellow-11: hsl(55, 100%, 60.0%);
  --yellow-12: hsl(53, 100%, 84.0%);
}
:root, .light, .light-theme {
  --yellow-a1: hsla(60, 94.3%, 34.6%, 0.024);
  --yellow-a2: hsla(52, 100%, 50.2%, 0.122);
  --yellow-a3: hsla(53, 100%, 50.1%, 0.224);
  --yellow-a4: hsla(53, 99.8%, 48.2%, 0.314);
  --yellow-a5: hsla(52, 99.5%, 46.1%, 0.393);
  --yellow-a6: hsla(51, 99.7%, 42.3%, 0.479);
  --yellow-a7: hsla(48, 99.8%, 37.3%, 0.569);
  --yellow-a8: hsla(46, 99.8%, 35.5%, 0.730);
  --yellow-a9: hsla(53, 99.9%, 49.1%, 0.824);
  --yellow-a10: hsla(52, 99.8%, 48.8%, 0.938);
  --yellow-a11: hsla(42, 99.4%, 18.5%, 0.844);
  --yellow-a12: hsla(42, 99.3%, 9.0%, 0.879);
}
.dark, .dark-theme {
  --yellow-a1: hsla(0, 100%, 48.3%, 0.018);
  --yellow-a2: hsla(17, 100%, 49.3%, 0.044);
  --yellow-a3: hsla(36, 100%, 49.8%, 0.087);
  --yellow-a4: hsla(41, 100%, 49.7%, 0.122);
  --yellow-a5: hsla(44, 100%, 49.8%, 0.161);
  --yellow-a6: hsla(46, 99.2%, 50.8%, 0.213);
  --yellow-a7: hsla(47, 99.4%, 55.2%, 0.317);
  --yellow-a8: hsla(50, 99.6%, 59.2%, 0.516);
  --yellow-a9: hsla(53, 99.9%, 58.9%, 0.983);
  --yellow-a10: hsla(53, 99.7%, 68.2%, 0.988);
  --yellow-a11: hsla(55, 100%, 60.0%, 1);
  --yellow-a12: hsla(53, 100%, 83.9%, 1);
}
:root, .light, .light-theme {
  --amber-1: hsl(39, 70.0%, 99.0%);
  --amber-2: hsl(40, 100%, 96.5%);
  --amber-3: hsl(45, 100%, 90.8%);
  --amber-4: hsl(44, 100%, 85.8%);
  --amber-5: hsl(40, 100%, 81.5%);
  --amber-6: hsl(39, 83.6%, 75.4%);
  --amber-7: hsl(37, 66.9%, 68.2%);
  --amber-8: hsl(35, 59.8%, 60.0%);
  --amber-9: hsl(42, 100%, 62.0%);
  --amber-10: hsl(42, 100%, 55.0%);
  --amber-11: hsl(25, 50.0%, 38.0%);
  --amber-12: hsl(25, 40.0%, 22.0%);
}
.dark, .dark-theme {
  --amber-1: hsl(36, 100%, 6.1%);
  --amber-2: hsl(36, 80.5%, 8.0%);
  --amber-3: hsl(35, 63.4%, 11.4%);
  --amber-4: hsl(34, 58.8%, 14.1%);
  --amber-5: hsl(34, 58.1%, 16.7%);
  --amber-6: hsl(35, 58.3%, 20.5%);
  --amber-7: hsl(35, 59.0%, 27.4%);
  --amber-8: hsl(36, 60.2%, 41.4%);
  --amber-9: hsl(42, 100%, 62.0%);
  --amber-10: hsl(43, 100%, 64.0%);
  --amber-11: hsl(43, 100%, 65.0%);
  --amber-12: hsl(41, 100%, 85.0%);
}
:root, .light, .light-theme {
  --amber-a1: hsla(40, 94.9%, 38.7%, 0.016);
  --amber-a2: hsla(40, 100%, 50.3%, 0.071);
  --amber-a3: hsla(45, 100%, 50.2%, 0.185);
  --amber-a4: hsla(44, 100%, 50.1%, 0.283);
  --amber-a5: hsla(40, 100%, 50.1%, 0.369);
  --amber-a6: hsla(39, 100%, 45.7%, 0.451);
  --amber-a7: hsla(37, 99.7%, 40.1%, 0.530);
  --amber-a8: hsla(35, 99.7%, 37.5%, 0.640);
  --amber-a9: hsla(42, 100%, 50.0%, 0.761);
  --amber-a10: hsla(42, 100%, 50.1%, 0.899);
  --amber-a11: hsla(25, 99.9%, 23.5%, 0.812);
  --amber-a12: hsla(24, 99.6%, 10.2%, 0.867);
}
.dark, .dark-theme {
  --amber-a1: hsla(0, 100%, 49.0%, 0.031);
  --amber-a2: hsla(6, 100%, 49.4%, 0.057);
  --amber-a3: hsla(24, 100%, 50.0%, 0.104);
  --amber-a4: hsla(30, 100%, 50.0%, 0.143);
  --amber-a5: hsla(33, 100%, 49.8%, 0.187);
  --amber-a6: hsla(34, 99.6%, 53.1%, 0.256);
  --amber-a7: hsla(35, 99.8%, 57.3%, 0.377);
  --amber-a8: hsla(36, 99.9%, 60.3%, 0.628);
  --amber-a9: hsla(42, 100%, 62.0%, 1);
  --amber-a10: hsla(43, 100%, 63.9%, 1);
  --amber-a11: hsla(43, 100%, 65.1%, 1);
  --amber-a12: hsla(41, 100%, 85.1%, 1);
}
/* metals */
:root, .light, .light-theme {
  --gold-1: hsl(50, 20.0%, 99.1%);
  --gold-2: hsl(47, 52.9%, 96.7%);
  --gold-3: hsl(46, 38.2%, 93.7%);
  --gold-4: hsl(44, 32.7%, 90.1%);
  --gold-5: hsl(43, 29.9%, 85.7%);
  --gold-6: hsl(41, 28.3%, 79.8%);
  --gold-7: hsl(39, 27.6%, 71.9%);
  --gold-8: hsl(36, 27.2%, 61.8%);
  --gold-9: hsl(36, 20.0%, 49.5%);
  --gold-10: hsl(36, 19.9%, 44.9%);
  --gold-11: hsl(36, 20.0%, 37.0%);
  --gold-12: hsl(36, 16.0%, 20.0%);
}
.dark, .dark-theme {
  --gold-1: hsl(44, 9.0%, 8.3%);
  --gold-2: hsl(45, 8.0%, 9.8%);
  --gold-3: hsl(44, 9.5%, 13.0%);
  --gold-4: hsl(43, 10.5%, 15.6%);
  --gold-5: hsl(42, 11.2%, 18.5%);
  --gold-6: hsl(41, 12.1%, 22.6%);
  --gold-7: hsl(39, 13.2%, 29.8%);
  --gold-8: hsl(35, 14.8%, 45.1%);
  --gold-9: hsl(36, 20.0%, 49.5%);
  --gold-10: hsl(36, 21.9%, 56.8%);
  --gold-11: hsl(35, 30.0%, 71.0%);
  --gold-12: hsl(35, 25.0%, 88.0%);
}
:root, .light, .light-theme {
  --gold-a1: hsla(60, 89.3%, 18.3%, 0.012);
  --gold-a2: hsla(47, 99.9%, 34.6%, 0.051);
  --gold-a3: hsla(45, 97.0%, 27.9%, 0.087);
  --gold-a4: hsla(46, 98.0%, 25.4%, 0.134);
  --gold-a5: hsla(43, 98.4%, 22.6%, 0.185);
  --gold-a6: hsla(41, 99.7%, 22.0%, 0.259);
  --gold-a7: hsla(38, 99.8%, 21.5%, 0.357);
  --gold-a8: hsla(36, 99.3%, 21.5%, 0.487);
  --gold-a9: hsla(36, 99.9%, 16.2%, 0.604);
  --gold-a10: hsla(36, 99.1%, 13.9%, 0.640);
  --gold-a11: hsla(36, 99.8%, 10.6%, 0.706);
  --gold-a12: hsla(38, 98.0%, 3.8%, 0.832);
}
.dark, .dark-theme {
  --gold-a1: hsla(45, 99.2%, 3.8%, 0.209);
  --gold-a2: hsla(42, 100%, 50.0%, 0.013);
  --gold-a3: hsla(50, 99.6%, 77.3%, 0.052);
  --gold-a4: hsla(45, 97.6%, 81.5%, 0.087);
  --gold-a5: hsla(42, 96.5%, 83.3%, 0.122);
  --gold-a6: hsla(39, 98.3%, 84.3%, 0.178);
  --gold-a7: hsla(39, 98.6%, 85.2%, 0.269);
  --gold-a8: hsla(35, 99.4%, 85.7%, 0.468);
  --gold-a9: hsla(36, 99.8%, 82.1%, 0.550);
  --gold-a10: hsla(36, 99.7%, 85.0%, 0.628);
  --gold-a11: hsla(35, 99.9%, 88.9%, 0.775);
  --gold-a12: hsla(36, 98.3%, 96.7%, 0.901);
}
:root, .light, .light-theme {
  --bronze-1: hsl(15, 30.0%, 99.1%);
  --bronze-2: hsl(17, 63.6%, 97.8%);
  --bronze-3: hsl(17, 42.1%, 95.2%);
  --bronze-4: hsl(17, 35.2%, 92.1%);
  --bronze-5: hsl(17, 31.5%, 88.2%);
  --bronze-6: hsl(17, 29.0%, 83.0%);
  --bronze-7: hsl(17, 26.9%, 75.6%);
  --bronze-8: hsl(17, 25.1%, 66.5%);
  --bronze-9: hsl(17, 20.0%, 54.0%);
  --bronze-10: hsl(17, 17.9%, 49.3%);
  --bronze-11: hsl(15, 20.0%, 41.0%);
  --bronze-12: hsl(12, 22.0%, 21.5%);
}
.dark, .dark-theme {
  --bronze-1: hsl(17, 10.0%, 8.8%);
  --bronze-2: hsl(15, 7.7%, 10.2%);
  --bronze-3: hsl(15, 10.2%, 13.9%);
  --bronze-4: hsl(16, 11.5%, 16.8%);
  --bronze-5: hsl(16, 12.4%, 19.7%);
  --bronze-6: hsl(16, 13.4%, 24.1%);
  --bronze-7: hsl(17, 14.7%, 31.9%);
  --bronze-8: hsl(18, 16.0%, 47.6%);
  --bronze-9: hsl(17, 20.0%, 54.0%);
  --bronze-10: hsl(18, 23.6%, 60.8%);
  --bronze-11: hsl(18, 35.0%, 74.0%);
  --bronze-12: hsl(22, 35.0%, 89.0%);
}
:root, .light, .light-theme {
  --bronze-a1: hsla(0, 89.3%, 18.3%, 0.012);
  --bronze-a2: hsla(17, 95.1%, 40.1%, 0.036);
  --bronze-a3: hsla(18, 98.3%, 29.8%, 0.067);
  --bronze-a4: hsla(17, 99.6%, 26.0%, 0.106);
  --bronze-a5: hsla(19, 99.6%, 23.8%, 0.157);
  --bronze-a6: hsla(17, 99.2%, 22.5%, 0.220);
  --bronze-a7: hsla(18, 99.7%, 21.6%, 0.310);
  --bronze-a8: hsla(17, 99.5%, 20.2%, 0.420);
  --bronze-a9: hsla(18, 99.9%, 16.7%, 0.553);
  --bronze-a10: hsla(17, 99.0%, 14.9%, 0.597);
  --bronze-a11: hsla(15, 99.5%, 12.0%, 0.671);
  --bronze-a12: hsla(12, 98.7%, 5.7%, 0.832);
}
.dark, .dark-theme {
  --bronze-a1: hsla(0, 100%, 43.9%, 0.005);
  --bronze-a2: hsla(15, 92.7%, 53.0%, 0.018);
  --bronze-a3: hsla(17, 99.6%, 78.8%, 0.065);
  --bronze-a4: hsla(18, 99.5%, 81.1%, 0.104);
  --bronze-a5: hsla(15, 98.2%, 82.8%, 0.139);
  --bronze-a6: hsla(18, 97.7%, 82.9%, 0.200);
  --bronze-a7: hsla(17, 99.4%, 84.2%, 0.299);
  --bronze-a8: hsla(18, 99.4%, 84.8%, 0.507);
  --bronze-a9: hsla(18, 99.1%, 84.3%, 0.594);
  --bronze-a10: hsla(19, 100%, 86.0%, 0.671);
  --bronze-a11: hsla(18, 99.9%, 88.7%, 0.814);
  --bronze-a12: hsla(21, 97.9%, 95.7%, 0.923);
}
/* grays */
:root, .light, .light-theme {
  --gray-1: hsl(0, 0%, 99.0%);
  --gray-2: hsl(0, 0%, 97.5%);
  --gray-3: hsl(0, 0%, 94.6%);
  --gray-4: hsl(0, 0%, 92.0%);
  --gray-5: hsl(0, 0%, 89.5%);
  --gray-6: hsl(0, 0%, 86.8%);
  --gray-7: hsl(0, 0%, 83.0%);
  --gray-8: hsl(0, 0%, 73.2%);
  --gray-9: hsl(0, 0%, 55.2%);
  --gray-10: hsl(0, 0%, 50.3%);
  --gray-11: hsl(0, 0%, 39.3%);
  --gray-12: hsl(0, 0%, 12.5%);
}
.dark, .dark-theme {
  --gray-1: hsl(0, 0%, 9.5%);
  --gray-2: hsl(0, 0%, 10.5%);
  --gray-3: hsl(0, 0%, 15.8%);
  --gray-4: hsl(0, 0%, 18.9%);
  --gray-5: hsl(0, 0%, 21.7%);
  --gray-6: hsl(0, 0%, 24.7%);
  --gray-7: hsl(0, 0%, 29.1%);
  --gray-8: hsl(0, 0%, 37.5%);
  --gray-9: hsl(0, 0%, 43.0%);
  --gray-10: hsl(0, 0%, 50.7%);
  --gray-11: hsl(0, 0%, 69.5%);
  --gray-12: hsl(0, 0%, 93.5%);
}
:root, .light, .light-theme {
  --gray-a1: hsla(0, 0%, 0%, 0.012);
  --gray-a2: hsla(0, 0%, 0%, 0.024);
  --gray-a3: hsla(0, 0%, 0%, 0.055);
  --gray-a4: hsla(0, 0%, 0%, 0.078);
  --gray-a5: hsla(0, 0%, 0%, 0.106);
  --gray-a6: hsla(0, 0%, 0%, 0.133);
  --gray-a7: hsla(0, 0%, 0%, 0.169);
  --gray-a8: hsla(0, 0%, 0%, 0.267);
  --gray-a9: hsla(0, 0%, 0%, 0.447);
  --gray-a10: hsla(0, 0%, 0%, 0.498);
  --gray-a11: hsla(0, 0%, 0%, 0.608);
  --gray-a12: hsla(0, 0%, 0%, 0.875);
}
.dark, .dark-theme {
  --gray-a1: hsla(0, 0%, 100%, 0);
  --gray-a2: hsla(0, 0%, 100%, 0.013);
  --gray-a3: hsla(0, 0%, 100%, 0.069);
  --gray-a4: hsla(0, 0%, 100%, 0.104);
  --gray-a5: hsla(0, 0%, 100%, 0.134);
  --gray-a6: hsla(0, 0%, 100%, 0.169);
  --gray-a7: hsla(0, 0%, 100%, 0.216);
  --gray-a8: hsla(0, 0%, 100%, 0.312);
  --gray-a9: hsla(0, 0%, 100%, 0.372);
  --gray-a10: hsla(0, 0%, 100%, 0.455);
  --gray-a11: hsla(0, 0%, 100%, 0.662);
  --gray-a12: hsla(0, 0%, 100%, 0.926);
}
:root, .light, .light-theme {
  --mauve-1: hsl(300, 26.0%, 99.0%);
  --mauve-2: hsl(270, 20.0%, 98.0%);
  --mauve-3: hsl(267, 13.8%, 95.3%);
  --mauve-4: hsl(265, 12.2%, 92.7%);
  --mauve-5: hsl(263, 11.6%, 90.3%);
  --mauve-6: hsl(261, 11.1%, 87.7%);
  --mauve-7: hsl(257, 10.8%, 84.3%);
  --mauve-8: hsl(249, 10.4%, 75.5%);
  --mauve-9: hsl(252, 6.0%, 57.3%);
  --mauve-10: hsl(250, 5.0%, 52.3%);
  --mauve-11: hsl(252, 5.0%, 40.7%);
  --mauve-12: hsl(260, 10.0%, 13.5%);
}
.dark, .dark-theme {
  --mauve-1: hsl(300, 5.0%, 9.5%);
  --mauve-2: hsl(300, 7.1%, 11.0%);
  --mauve-3: hsl(290, 6.2%, 16.2%);
  --mauve-4: hsl(285, 5.8%, 19.5%);
  --mauve-5: hsl(280, 5.6%, 22.4%);
  --mauve-6: hsl(276, 5.4%, 25.7%);
  --mauve-7: hsl(269, 5.3%, 30.3%);
  --mauve-8: hsl(258, 5.0%, 39.2%);
  --mauve-9: hsl(250, 5.0%, 45.0%);
  --mauve-10: hsl(252, 4.3%, 52.3%);
  --mauve-11: hsl(250, 6.0%, 70.5%);
  --mauve-12: hsl(240, 7.0%, 93.8%);
}
:root, .light, .light-theme {
  --mauve-a1: hsla(300, 89.3%, 18.3%, 0.012);
  --mauve-a2: hsla(270, 89.3%, 18.3%, 0.024);
  --mauve-a3: hsla(270, 98.8%, 14.4%, 0.055);
  --mauve-a4: hsla(264, 93.8%, 12.6%, 0.083);
  --mauve-a5: hsla(270, 98.4%, 10.9%, 0.110);
  --mauve-a6: hsla(266, 94.9%, 10.5%, 0.138);
  --mauve-a7: hsla(255, 97.2%, 9.3%, 0.173);
  --mauve-a8: hsla(249, 98.4%, 9.6%, 0.271);
  --mauve-a9: hsla(249, 99.9%, 5.7%, 0.451);
  --mauve-a10: hsla(250, 99.8%, 4.7%, 0.502);
  --mauve-a11: hsla(252, 98.8%, 3.2%, 0.612);
  --mauve-a12: hsla(257, 96.0%, 1.6%, 0.879);
}
.dark, .dark-theme {
  --mauve-a1: hsla(300, 100%, 43.9%, 0.005);
  --mauve-a2: hsla(300, 99.7%, 69.7%, 0.026);
  --mauve-a3: hsla(288, 96.3%, 88.3%, 0.087);
  --mauve-a4: hsla(280, 96.6%, 90.3%, 0.126);
  --mauve-a5: hsla(280, 98.8%, 92.4%, 0.156);
  --mauve-a6: hsla(274, 98.7%, 92.9%, 0.195);
  --mauve-a7: hsla(270, 98.6%, 93.6%, 0.247);
  --mauve-a8: hsla(258, 98.4%, 94.3%, 0.351);
  --mauve-a9: hsla(251, 98.3%, 94.7%, 0.416);
  --mauve-a10: hsla(251, 99.3%, 95.6%, 0.498);
  --mauve-a11: hsla(253, 98.2%, 97.4%, 0.693);
  --mauve-a12: hsla(240, 82.2%, 99.5%, 0.936);
}
:root, .light, .light-theme {
  --slate-1: hsl(240, 22.0%, 99.0%);
  --slate-2: hsl(240, 20.0%, 98.0%);
  --slate-3: hsl(239, 13.4%, 95.4%);
  --slate-4: hsl(238, 11.8%, 92.9%);
  --slate-5: hsl(237, 11.1%, 90.5%);
  --slate-6: hsl(236, 10.6%, 87.9%);
  --slate-7: hsl(234, 10.4%, 84.4%);
  --slate-8: hsl(231, 10.2%, 75.1%);
  --slate-9: hsl(230, 6.0%, 57.0%);
  --slate-10: hsl(227, 5.2%, 51.8%);
  --slate-11: hsl(220, 6.0%, 40.0%);
  --slate-12: hsl(210, 12.0%, 12.5%);
}
.dark, .dark-theme {
  --slate-1: hsl(240, 5.0%, 9.8%);
  --slate-2: hsl(240, 6.9%, 11.4%);
  --slate-3: hsl(227, 6.7%, 16.4%);
  --slate-4: hsl(222, 6.6%, 19.4%);
  --slate-5: hsl(218, 6.5%, 22.1%);
  --slate-6: hsl(214, 6.4%, 25.1%);
  --slate-7: hsl(209, 6.2%, 29.4%);
  --slate-8: hsl(202, 5.8%, 37.5%);
  --slate-9: hsl(220, 6.0%, 44.0%);
  --slate-10: hsl(218, 5.3%, 51.5%);
  --slate-11: hsl(220, 7.0%, 70.0%);
  --slate-12: hsl(220, 7.0%, 93.5%);
}
:root, .light, .light-theme {
  --slate-a1: hsla(240, 89.3%, 18.3%, 0.012);
  --slate-a2: hsla(240, 89.3%, 18.3%, 0.024);
  --slate-a3: hsla(240, 99.7%, 11.6%, 0.051);
  --slate-a4: hsla(240, 93.2%, 10.6%, 0.079);
  --slate-a5: hsla(240, 98.8%, 9.4%, 0.106);
  --slate-a6: hsla(240, 94.6%, 9.3%, 0.134);
  --slate-a7: hsla(233, 97.2%, 9.3%, 0.173);
  --slate-a8: hsla(231, 98.1%, 9.4%, 0.275);
  --slate-a9: hsla(231, 99.6%, 5.6%, 0.455);
  --slate-a10: hsla(230, 99.5%, 4.7%, 0.506);
  --slate-a11: hsla(220, 98.0%, 3.8%, 0.624);
  --slate-a12: hsla(210, 95.1%, 1.9%, 0.891);
}
.dark, .dark-theme {
  --slate-a1: hsla(240, 92.7%, 53.0%, 0.009);
  --slate-a2: hsla(240, 92.5%, 72.7%, 0.031);
  --slate-a3: hsla(230, 99.3%, 87.0%, 0.091);
  --slate-a4: hsla(223, 97.1%, 88.8%, 0.126);
  --slate-a5: hsla(223, 99.0%, 91.1%, 0.156);
  --slate-a6: hsla(218, 97.1%, 91.5%, 0.191);
  --slate-a7: hsla(210, 97.4%, 91.7%, 0.243);
  --slate-a8: hsla(202, 97.3%, 93.4%, 0.334);
  --slate-a9: hsla(219, 97.6%, 93.2%, 0.412);
  --slate-a10: hsla(217, 98.3%, 94.7%, 0.494);
  --slate-a11: hsla(218, 98.5%, 96.8%, 0.693);
  --slate-a12: hsla(220, 87.4%, 99.3%, 0.936);
}
:root, .light, .light-theme {
  --sage-1: hsl(155, 30.0%, 98.8%);
  --sage-2: hsl(150, 14.3%, 97.3%);
  --sage-3: hsl(150, 8.0%, 94.5%);
  --sage-4: hsl(150, 6.0%, 92.0%);
  --sage-5: hsl(150, 4.9%, 89.5%);
  --sage-6: hsl(150, 4.3%, 86.7%);
  --sage-7: hsl(150, 3.7%, 82.8%);
  --sage-8: hsl(150, 2.9%, 72.9%);
  --sage-9: hsl(155, 3.5%, 54.2%);
  --sage-10: hsl(158, 2.9%, 49.3%);
  --sage-11: hsl(155, 3.0%, 38.5%);
  --sage-12: hsl(155, 12.0%, 11.5%);
}
.dark, .dark-theme {
  --sage-1: hsl(155, 7.0%, 9.2%);
  --sage-2: hsl(150, 7.7%, 10.2%);
  --sage-3: hsl(151, 5.5%, 15.2%);
  --sage-4: hsl(152, 4.7%, 18.3%);
  --sage-5: hsl(153, 4.2%, 21.1%);
  --sage-6: hsl(153, 3.7%, 24.2%);
  --sage-7: hsl(154, 3.3%, 28.7%);
  --sage-8: hsl(156, 2.6%, 37.1%);
  --sage-9: hsl(155, 6.0%, 41.5%);
  --sage-10: hsl(157, 4.6%, 49.2%);
  --sage-11: hsl(155, 5.0%, 68.3%);
  --sage-12: hsl(155, 7.0%, 93.0%);
}
:root, .light, .light-theme {
  --sage-a1: hsla(150, 92.6%, 26.5%, 0.016);
  --sage-a2: hsla(150, 86.2%, 14.2%, 0.032);
  --sage-a3: hsla(150, 95.7%, 6.9%, 0.059);
  --sage-a4: hsla(160, 89.0%, 7.6%, 0.087);
  --sage-a5: hsla(140, 96.8%, 5.5%, 0.110);
  --sage-a6: hsla(140, 88.8%, 4.8%, 0.138);
  --sage-a7: hsla(140, 91.7%, 3.6%, 0.177);
  --sage-a8: hsla(150, 93.2%, 3.0%, 0.279);
  --sage-a9: hsla(158, 97.0%, 3.4%, 0.475);
  --sage-a10: hsla(163, 97.0%, 2.7%, 0.522);
  --sage-a11: hsla(160, 95.5%, 2.0%, 0.628);
  --sage-a12: hsla(154, 93.5%, 1.6%, 0.899);
}
.dark, .dark-theme {
  --sage-a1: hsla(126, 100%, 43.9%, 0.005);
  --sage-a2: hsla(150, 92.7%, 53.0%, 0.018);
  --sage-a3: hsla(150, 95.5%, 88.9%, 0.074);
  --sage-a4: hsla(156, 93.3%, 90.4%, 0.109);
  --sage-a5: hsla(150, 94.8%, 94.0%, 0.139);
  --sage-a6: hsla(156, 92.8%, 93.9%, 0.174);
  --sage-a7: hsla(156, 92.4%, 95.3%, 0.226);
  --sage-a8: hsla(156, 91.7%, 96.6%, 0.317);
  --sage-a9: hsla(157, 99.8%, 93.3%, 0.381);
  --sage-a10: hsla(158, 96.8%, 95.2%, 0.464);
  --sage-a11: hsla(158, 98.1%, 97.6%, 0.667);
  --sage-a12: hsla(150, 88.0%, 99.5%, 0.927);
}
:root, .light, .light-theme {
  --olive-1: hsl(110, 20.0%, 99.0%);
  --olive-2: hsl(120, 16.7%, 97.6%);
  --olive-3: hsl(118, 8.4%, 94.8%);
  --olive-4: hsl(116, 6.0%, 92.1%);
  --olive-5: hsl(115, 4.9%, 89.4%);
  --olive-6: hsl(113, 4.2%, 86.5%);
  --olive-7: hsl(111, 3.6%, 82.6%);
  --olive-8: hsl(105, 2.9%, 72.9%);
  --olive-9: hsl(110, 3.0%, 54.5%);
  --olive-10: hsl(105, 2.7%, 49.4%);
  --olive-11: hsl(110, 3.0%, 38.5%);
  --olive-12: hsl(110, 8.0%, 12.0%);
}
.dark, .dark-theme {
  --olive-1: hsl(110, 5.0%, 9.2%);
  --olive-2: hsl(120, 5.7%, 10.4%);
  --olive-3: hsl(120, 4.3%, 15.4%);
  --olive-4: hsl(120, 3.9%, 18.5%);
  --olive-5: hsl(120, 3.6%, 21.2%);
  --olive-6: hsl(120, 3.3%, 24.3%);
  --olive-7: hsl(120, 3.0%, 28.7%);
  --olive-8: hsl(120, 2.6%, 37.1%);
  --olive-9: hsl(110, 6.0%, 41.5%);
  --olive-10: hsl(106, 4.6%, 49.3%);
  --olive-11: hsl(110, 5.0%, 68.8%);
  --olive-12: hsl(110, 7.0%, 93.0%);
}
:root, .light, .light-theme {
  --olive-a1: hsla(120, 89.3%, 18.3%, 0.012);
  --olive-a2: hsla(120, 87.7%, 16.0%, 0.028);
  --olive-a3: hsla(120, 97.6%, 7.3%, 0.055);
  --olive-a4: hsla(120, 85.8%, 5.5%, 0.083);
  --olive-a5: hsla(120, 95.2%, 3.7%, 0.110);
  --olive-a6: hsla(120, 87.7%, 4.7%, 0.142);
  --olive-a7: hsla(100, 90.6%, 3.6%, 0.181);
  --olive-a8: hsla(105, 93.2%, 3.0%, 0.279);
  --olive-a9: hsla(103, 97.1%, 3.0%, 0.471);
  --olive-a10: hsla(110, 97.1%, 2.3%, 0.518);
  --olive-a11: hsla(110, 95.5%, 2.0%, 0.628);
  --olive-a12: hsla(108, 92.4%, 1.2%, 0.891);
}
.dark, .dark-theme {
  --olive-a1: hsla(120, 100%, 43.9%, 0.005);
  --olive-a2: hsla(120, 90.5%, 63.9%, 0.018);
  --olive-a3: hsla(120, 94.1%, 91.6%, 0.074);
  --olive-a4: hsla(120, 91.8%, 92.2%, 0.109);
  --olive-a5: hsla(120, 94.8%, 94.0%, 0.139);
  --olive-a6: hsla(120, 91.2%, 95.1%, 0.174);
  --olive-a7: hsla(120, 97.5%, 96.4%, 0.221);
  --olive-a8: hsla(120, 91.7%, 96.6%, 0.317);
  --olive-a9: hsla(106, 99.8%, 93.3%, 0.381);
  --olive-a10: hsla(104, 96.8%, 95.2%, 0.464);
  --olive-a11: hsla(105, 100%, 97.7%, 0.671);
  --olive-a12: hsla(120, 88.0%, 99.5%, 0.927);
}
:root, .light, .light-theme {
  --sand-1: hsl(50, 20.0%, 99.0%);
  --sand-2: hsl(60, 7.7%, 97.5%);
  --sand-3: hsl(59, 5.8%, 94.5%);
  --sand-4: hsl(58, 5.3%, 91.8%);
  --sand-5: hsl(57, 5.1%, 89.0%);
  --sand-6: hsl(56, 5.0%, 86.0%);
  --sand-7: hsl(54, 4.9%, 81.8%);
  --sand-8: hsl(51, 5.0%, 72.4%);
  --sand-9: hsl(60, 3.0%, 53.9%);
  --sand-10: hsl(60, 2.6%, 49.0%);
  --sand-11: hsl(50, 2.5%, 38.0%);
  --sand-12: hsl(50, 8.0%, 12.0%);
}
.dark, .dark-theme {
  --sand-1: hsl(60, 6.0%, 9.0%);
  --sand-2: hsl(60, 1.9%, 10.4%);
  --sand-3: hsl(56, 2.4%, 15.4%);
  --sand-4: hsl(53, 2.7%, 18.4%);
  --sand-5: hsl(51, 2.9%, 21.2%);
  --sand-6: hsl(49, 3.1%, 24.3%);
  --sand-7: hsl(47, 3.3%, 28.7%);
  --sand-8: hsl(43, 3.7%, 37.1%);
  --sand-9: hsl(50, 4.0%, 41.8%);
  --sand-10: hsl(48, 3.5%, 49.5%);
  --sand-11: hsl(50, 5.0%, 68.3%);
  --sand-12: hsl(56, 7.0%, 93.0%);
}
:root, .light, .light-theme {
  --sand-a1: hsla(60, 89.3%, 18.3%, 0.012);
  --sand-a2: hsla(60, 78.1%, 9.0%, 0.028);
  --sand-a3: hsla(60, 95.7%, 6.9%, 0.059);
  --sand-a4: hsla(60, 84.4%, 5.3%, 0.087);
  --sand-a5: hsla(60, 93.5%, 3.7%, 0.114);
  --sand-a6: hsla(60, 86.7%, 4.6%, 0.146);
  --sand-a7: hsla(48, 92.1%, 5.5%, 0.193);
  --sand-a8: hsla(51, 94.5%, 5.0%, 0.291);
  --sand-a9: hsla(60, 96.6%, 3.0%, 0.475);
  --sand-a10: hsla(60, 96.5%, 2.3%, 0.522);
  --sand-a11: hsla(60, 94.0%, 1.7%, 0.632);
  --sand-a12: hsla(48, 92.4%, 1.2%, 0.891);
}
.dark, .dark-theme {
  --sand-a1: hsla(60, 98.4%, 4.7%, 0.084);
  --sand-a2: hsla(60, 99.4%, 84.8%, 0.013);
  --sand-a3: hsla(60, 85.5%, 93.4%, 0.070);
  --sand-a4: hsla(60, 97.7%, 96.1%, 0.104);
  --sand-a5: hsla(45, 94.8%, 94.0%, 0.139);
  --sand-a6: hsla(45, 91.2%, 95.1%, 0.174);
  --sand-a7: hsla(48, 92.4%, 95.3%, 0.226);
  --sand-a8: hsla(43, 95.9%, 95.5%, 0.321);
  --sand-a9: hsla(47, 98.1%, 95.2%, 0.377);
  --sand-a10: hsla(47, 96.1%, 96.0%, 0.464);
  --sand-a11: hsla(52, 98.1%, 97.6%, 0.667);
  --sand-a12: hsla(60, 88.0%, 99.5%, 0.927);
}
/* overlays */
:root {
  --black-a1: hsla(0, 0%, 0%, 0.012);
  --black-a2: hsla(0, 0%, 0%, 0.024);
  --black-a3: hsla(0, 0%, 0%, 0.055);
  --black-a4: hsla(0, 0%, 0%, 0.078);
  --black-a5: hsla(0, 0%, 0%, 0.106);
  --black-a6: hsla(0, 0%, 0%, 0.133);
  --black-a7: hsla(0, 0%, 0%, 0.169);
  --black-a8: hsla(0, 0%, 0%, 0.267);
  --black-a9: hsla(0, 0%, 0%, 0.447);
  --black-a10: hsla(0, 0%, 0%, 0.498);
  --black-a11: hsla(0, 0%, 0%, 0.608);
  --black-a12: hsla(0, 0%, 0%, 0.875);
  --white-a1: hsla(0, 0%, 0%, 0);
  --white-a2: hsla(0, 0%, 100%, 0.013);
  --white-a3: hsla(0, 0%, 100%, 0.069);
  --white-a4: hsla(0, 0%, 100%, 0.104);
  --white-a5: hsla(0, 0%, 100%, 0.134);
  --white-a6: hsla(0, 0%, 100%, 0.169);
  --white-a7: hsla(0, 0%, 100%, 0.216);
  --white-a8: hsla(0, 0%, 100%, 0.312);
  --white-a9: hsla(0, 0%, 100%, 0.372);
  --white-a10: hsla(0, 0%, 100%, 0.455);
  --white-a11: hsla(0, 0%, 100%, 0.662);
  --white-a12: hsla(0, 0%, 100%, 0.926);
}
.radix-themes {
  /* text color */
  color: var(--gray-12);

  --color-overlay: var(--gray-a8);
  --color-panel-solid: white;
  --color-panel-translucent: rgba(255, 255, 255, 0.8);
  --color-surface: rgba(255, 255, 255, 0.9);
}
:is(.dark, .dark-theme),
:is(.dark, .dark-theme) .radix-themes:not(.light, .light-theme) {
  --color-overlay: rgba(0, 0, 0, 0.75);
  --color-panel-solid: var(--gray-2);
  --color-panel-translucent: var(--gray-2-translucent);
  --color-surface: rgba(0, 0, 0, 0.25);
}
.radix-themes {
  --color-selection-root: var(--accent-a6);
}
.radix-themes ::-moz-selection {
    background-color: var(--accent-a6);
  }
.radix-themes ::selection {
    background-color: var(--accent-a6);
  }
.radix-themes [data-accent-color='gray']::-moz-selection, .radix-themes [data-accent-color='gray'] ::-moz-selection {
    background-color: var(--color-selection-root);
  }
.radix-themes [data-accent-color='gray']::selection,
  .radix-themes [data-accent-color='gray'] ::selection {
    background-color: var(--color-selection-root);
  }
/* additional step-9 contrast colors */
:root {
  --tomato-9-contrast: white;
  --red-9-contrast: white;
  --ruby-9-contrast: white;
  --crimson-9-contrast: white;
  --pink-9-contrast: white;
  --plum-9-contrast: white;
  --purple-9-contrast: white;
  --violet-9-contrast: white;
  --iris-9-contrast: white;
  --indigo-9-contrast: white;
  --blue-9-contrast: white;
  --cyan-9-contrast: white;
  --teal-9-contrast: white;
  --jade-9-contrast: white;
  --green-9-contrast: white;
  --grass-9-contrast: white;
  --orange-9-contrast: white;
  --brown-9-contrast: white;
  --sky-9-contrast: hsl(210, 12%, 12.5%); /* light mode slate 12 */
  --mint-9-contrast: hsl(155, 12%, 11.5%); /* light mode sage 12 */
  --lime-9-contrast: hsl(110, 8%, 12%); /* light mode olive 12 */
  --yellow-9-contrast: hsl(50, 8%, 12%); /* light mode sand 12 */
  --amber-9-contrast: hsl(50, 8%, 12%); /* light mode sand 12 */
  --gold-9-contrast: white;
  --bronze-9-contrast: white;
  --gray-9-contrast: white;
}
/* additional step-2 translucent grays for dark mode panels */
.dark,
.dark-theme {
  --gray-2-translucent: rgba(29, 29, 29, 0.7);
  --mauve-2-translucent: rgba(32, 27, 33, 0.7);
  --slate-2-translucent: rgba(29, 29, 33, 0.7);
  --sage-2-translucent: rgba(24, 30, 27, 0.7);
  --olive-2-translucent: rgba(26, 30, 26, 0.7);
  --sand-2-translucent: rgba(29, 29, 26, 0.7);
}
/* additional surface colors */
:root,
.light,
.light-theme {
  --tomato-surface: var(--tomato-a2);
  --red-surface: var(--red-a2);
  --ruby-surface: var(--ruby-a2);
  --crimson-surface: var(--crimson-a2);
  --pink-surface: var(--pink-a2);
  --plum-surface: var(--plum-a2);
  --purple-surface: var(--purple-a2);
  --violet-surface: var(--violet-a2);
  --iris-surface: var(--iris-a2);
  --indigo-surface: var(--indigo-a2);
  --blue-surface: var(--blue-a2);
  --cyan-surface: var(--cyan-a2);
  --teal-surface: var(--teal-a2);
  --jade-surface: var(--jade-a2);
  --green-surface: var(--green-a2);
  --grass-surface: var(--grass-a2);
  --orange-surface: var(--orange-a2);
  --brown-surface: var(--brown-a2);
  --sky-surface: var(--sky-a2);
  --mint-surface: var(--mint-a2);
  --lime-surface: var(--lime-a2);
  --yellow-surface: var(--yellow-a2);
  --amber-surface: var(--amber-a2);
  --gold-surface: var(--gold-a2);
  --bronze-surface: var(--bronze-a2);
  --gray-surface: white;
}
.dark,
.dark-theme {
  --tomato-surface: var(--tomato-a2);
  --red-surface: var(--red-a2);
  --ruby-surface: var(--ruby-a2);
  --crimson-surface: var(--crimson-a2);
  --pink-surface: var(--pink-a2);
  --plum-surface: var(--plum-a2);
  --purple-surface: var(--purple-a2);
  --violet-surface: var(--violet-a2);
  --iris-surface: var(--iris-a2);
  --indigo-surface: var(--indigo-a2);
  --blue-surface: var(--blue-a2);
  --cyan-surface: var(--cyan-a2);
  --teal-surface: var(--teal-a2);
  --jade-surface: var(--jade-a2);
  --green-surface: var(--green-a2);
  --grass-surface: var(--grass-a2);
  --orange-surface: var(--orange-a2);
  --brown-surface: var(--brown-a2);
  --sky-surface: var(--sky-a2);
  --mint-surface: var(--mint-a2);
  --lime-surface: var(--lime-a2);
  --yellow-surface: var(--yellow-a2);
  --amber-surface: var(--amber-a2);
  --gold-surface: var(--gold-a2);
  --bronze-surface: var(--bronze-a2);
  --gray-surface: var(--gray-a2);
}
/* accent scales */
[data-accent-color='tomato'] {
  --color-surface-accent: var(--tomato-surface);

  --accent-1: var(--tomato-1);
  --accent-2: var(--tomato-2);
  --accent-3: var(--tomato-3);
  --accent-4: var(--tomato-4);
  --accent-5: var(--tomato-5);
  --accent-6: var(--tomato-6);
  --accent-7: var(--tomato-7);
  --accent-8: var(--tomato-8);
  --accent-9: var(--tomato-9);
  --accent-9-contrast: var(--tomato-9-contrast);
  --accent-10: var(--tomato-10);
  --accent-11: var(--tomato-11);
  --accent-12: var(--tomato-12);

  --accent-a1: var(--tomato-a1);
  --accent-a2: var(--tomato-a2);
  --accent-a3: var(--tomato-a3);
  --accent-a4: var(--tomato-a4);
  --accent-a5: var(--tomato-a5);
  --accent-a6: var(--tomato-a6);
  --accent-a7: var(--tomato-a7);
  --accent-a8: var(--tomato-a8);
  --accent-a9: var(--tomato-a9);
  --accent-a10: var(--tomato-a10);
  --accent-a11: var(--tomato-a11);
  --accent-a12: var(--tomato-a12);
}
[data-accent-color='red'] {
  --color-surface-accent: var(--red-surface);

  --accent-1: var(--red-1);
  --accent-2: var(--red-2);
  --accent-3: var(--red-3);
  --accent-4: var(--red-4);
  --accent-5: var(--red-5);
  --accent-6: var(--red-6);
  --accent-7: var(--red-7);
  --accent-8: var(--red-8);
  --accent-9: var(--red-9);
  --accent-9-contrast: var(--red-9-contrast);
  --accent-10: var(--red-10);
  --accent-11: var(--red-11);
  --accent-12: var(--red-12);

  --accent-a1: var(--red-a1);
  --accent-a2: var(--red-a2);
  --accent-a3: var(--red-a3);
  --accent-a4: var(--red-a4);
  --accent-a5: var(--red-a5);
  --accent-a6: var(--red-a6);
  --accent-a7: var(--red-a7);
  --accent-a8: var(--red-a8);
  --accent-a9: var(--red-a9);
  --accent-a10: var(--red-a10);
  --accent-a11: var(--red-a11);
  --accent-a12: var(--red-a12);
}
[data-accent-color='ruby'] {
  --color-surface-accent: var(--ruby-surface);

  --accent-1: var(--ruby-1);
  --accent-2: var(--ruby-2);
  --accent-3: var(--ruby-3);
  --accent-4: var(--ruby-4);
  --accent-5: var(--ruby-5);
  --accent-6: var(--ruby-6);
  --accent-7: var(--ruby-7);
  --accent-8: var(--ruby-8);
  --accent-9: var(--ruby-9);
  --accent-9-contrast: var(--ruby-9-contrast);
  --accent-10: var(--ruby-10);
  --accent-11: var(--ruby-11);
  --accent-12: var(--ruby-12);

  --accent-a1: var(--ruby-a1);
  --accent-a2: var(--ruby-a2);
  --accent-a3: var(--ruby-a3);
  --accent-a4: var(--ruby-a4);
  --accent-a5: var(--ruby-a5);
  --accent-a6: var(--ruby-a6);
  --accent-a7: var(--ruby-a7);
  --accent-a8: var(--ruby-a8);
  --accent-a9: var(--ruby-a9);
  --accent-a10: var(--ruby-a10);
  --accent-a11: var(--ruby-a11);
  --accent-a12: var(--ruby-a12);
}
[data-accent-color='crimson'] {
  --color-surface-accent: var(--crimson-surface);

  --accent-1: var(--crimson-1);
  --accent-2: var(--crimson-2);
  --accent-3: var(--crimson-3);
  --accent-4: var(--crimson-4);
  --accent-5: var(--crimson-5);
  --accent-6: var(--crimson-6);
  --accent-7: var(--crimson-7);
  --accent-8: var(--crimson-8);
  --accent-9: var(--crimson-9);
  --accent-9-contrast: var(--crimson-9-contrast);
  --accent-10: var(--crimson-10);
  --accent-11: var(--crimson-11);
  --accent-12: var(--crimson-12);

  --accent-a1: var(--crimson-a1);
  --accent-a2: var(--crimson-a2);
  --accent-a3: var(--crimson-a3);
  --accent-a4: var(--crimson-a4);
  --accent-a5: var(--crimson-a5);
  --accent-a6: var(--crimson-a6);
  --accent-a7: var(--crimson-a7);
  --accent-a8: var(--crimson-a8);
  --accent-a9: var(--crimson-a9);
  --accent-a10: var(--crimson-a10);
  --accent-a11: var(--crimson-a11);
  --accent-a12: var(--crimson-a12);
}
[data-accent-color='pink'] {
  --color-surface-accent: var(--pink-surface);

  --accent-1: var(--pink-1);
  --accent-2: var(--pink-2);
  --accent-3: var(--pink-3);
  --accent-4: var(--pink-4);
  --accent-5: var(--pink-5);
  --accent-6: var(--pink-6);
  --accent-7: var(--pink-7);
  --accent-8: var(--pink-8);
  --accent-9: var(--pink-9);
  --accent-9-contrast: var(--pink-9-contrast);
  --accent-10: var(--pink-10);
  --accent-11: var(--pink-11);
  --accent-12: var(--pink-12);

  --accent-a1: var(--pink-a1);
  --accent-a2: var(--pink-a2);
  --accent-a3: var(--pink-a3);
  --accent-a4: var(--pink-a4);
  --accent-a5: var(--pink-a5);
  --accent-a6: var(--pink-a6);
  --accent-a7: var(--pink-a7);
  --accent-a8: var(--pink-a8);
  --accent-a9: var(--pink-a9);
  --accent-a10: var(--pink-a10);
  --accent-a11: var(--pink-a11);
  --accent-a12: var(--pink-a12);
}
[data-accent-color='plum'] {
  --color-surface-accent: var(--plum-surface);

  --accent-1: var(--plum-1);
  --accent-2: var(--plum-2);
  --accent-3: var(--plum-3);
  --accent-4: var(--plum-4);
  --accent-5: var(--plum-5);
  --accent-6: var(--plum-6);
  --accent-7: var(--plum-7);
  --accent-8: var(--plum-8);
  --accent-9: var(--plum-9);
  --accent-9-contrast: var(--plum-9-contrast);
  --accent-10: var(--plum-10);
  --accent-11: var(--plum-11);
  --accent-12: var(--plum-12);

  --accent-a1: var(--plum-a1);
  --accent-a2: var(--plum-a2);
  --accent-a3: var(--plum-a3);
  --accent-a4: var(--plum-a4);
  --accent-a5: var(--plum-a5);
  --accent-a6: var(--plum-a6);
  --accent-a7: var(--plum-a7);
  --accent-a8: var(--plum-a8);
  --accent-a9: var(--plum-a9);
  --accent-a10: var(--plum-a10);
  --accent-a11: var(--plum-a11);
  --accent-a12: var(--plum-a12);
}
[data-accent-color='purple'] {
  --color-surface-accent: var(--purple-surface);

  --accent-1: var(--purple-1);
  --accent-2: var(--purple-2);
  --accent-3: var(--purple-3);
  --accent-4: var(--purple-4);
  --accent-5: var(--purple-5);
  --accent-6: var(--purple-6);
  --accent-7: var(--purple-7);
  --accent-8: var(--purple-8);
  --accent-9: var(--purple-9);
  --accent-9-contrast: var(--purple-9-contrast);
  --accent-10: var(--purple-10);
  --accent-11: var(--purple-11);
  --accent-12: var(--purple-12);

  --accent-a1: var(--purple-a1);
  --accent-a2: var(--purple-a2);
  --accent-a3: var(--purple-a3);
  --accent-a4: var(--purple-a4);
  --accent-a5: var(--purple-a5);
  --accent-a6: var(--purple-a6);
  --accent-a7: var(--purple-a7);
  --accent-a8: var(--purple-a8);
  --accent-a9: var(--purple-a9);
  --accent-a10: var(--purple-a10);
  --accent-a11: var(--purple-a11);
  --accent-a12: var(--purple-a12);
}
[data-accent-color='violet'] {
  --color-surface-accent: var(--violet-surface);

  --accent-1: var(--violet-1);
  --accent-2: var(--violet-2);
  --accent-3: var(--violet-3);
  --accent-4: var(--violet-4);
  --accent-5: var(--violet-5);
  --accent-6: var(--violet-6);
  --accent-7: var(--violet-7);
  --accent-8: var(--violet-8);
  --accent-9: var(--violet-9);
  --accent-9-contrast: var(--violet-9-contrast);
  --accent-10: var(--violet-10);
  --accent-11: var(--violet-11);
  --accent-12: var(--violet-12);

  --accent-a1: var(--violet-a1);
  --accent-a2: var(--violet-a2);
  --accent-a3: var(--violet-a3);
  --accent-a4: var(--violet-a4);
  --accent-a5: var(--violet-a5);
  --accent-a6: var(--violet-a6);
  --accent-a7: var(--violet-a7);
  --accent-a8: var(--violet-a8);
  --accent-a9: var(--violet-a9);
  --accent-a10: var(--violet-a10);
  --accent-a11: var(--violet-a11);
  --accent-a12: var(--violet-a12);
}
[data-accent-color='iris'] {
  --color-surface-accent: var(--iris-surface);

  --accent-1: var(--iris-1);
  --accent-2: var(--iris-2);
  --accent-3: var(--iris-3);
  --accent-4: var(--iris-4);
  --accent-5: var(--iris-5);
  --accent-6: var(--iris-6);
  --accent-7: var(--iris-7);
  --accent-8: var(--iris-8);
  --accent-9: var(--iris-9);
  --accent-9-contrast: var(--iris-9-contrast);
  --accent-10: var(--iris-10);
  --accent-11: var(--iris-11);
  --accent-12: var(--iris-12);

  --accent-a1: var(--iris-a1);
  --accent-a2: var(--iris-a2);
  --accent-a3: var(--iris-a3);
  --accent-a4: var(--iris-a4);
  --accent-a5: var(--iris-a5);
  --accent-a6: var(--iris-a6);
  --accent-a7: var(--iris-a7);
  --accent-a8: var(--iris-a8);
  --accent-a9: var(--iris-a9);
  --accent-a10: var(--iris-a10);
  --accent-a11: var(--iris-a11);
  --accent-a12: var(--iris-a12);
}
[data-accent-color='indigo'] {
  --color-surface-accent: var(--indigo-surface);

  --accent-1: var(--indigo-1);
  --accent-2: var(--indigo-2);
  --accent-3: var(--indigo-3);
  --accent-4: var(--indigo-4);
  --accent-5: var(--indigo-5);
  --accent-6: var(--indigo-6);
  --accent-7: var(--indigo-7);
  --accent-8: var(--indigo-8);
  --accent-9: var(--indigo-9);
  --accent-9-contrast: var(--indigo-9-contrast);
  --accent-10: var(--indigo-10);
  --accent-11: var(--indigo-11);
  --accent-12: var(--indigo-12);

  --accent-a1: var(--indigo-a1);
  --accent-a2: var(--indigo-a2);
  --accent-a3: var(--indigo-a3);
  --accent-a4: var(--indigo-a4);
  --accent-a5: var(--indigo-a5);
  --accent-a6: var(--indigo-a6);
  --accent-a7: var(--indigo-a7);
  --accent-a8: var(--indigo-a8);
  --accent-a9: var(--indigo-a9);
  --accent-a10: var(--indigo-a10);
  --accent-a11: var(--indigo-a11);
  --accent-a12: var(--indigo-a12);
}
[data-accent-color='blue'] {
  --color-surface-accent: var(--blue-surface);

  --accent-1: var(--blue-1);
  --accent-2: var(--blue-2);
  --accent-3: var(--blue-3);
  --accent-4: var(--blue-4);
  --accent-5: var(--blue-5);
  --accent-6: var(--blue-6);
  --accent-7: var(--blue-7);
  --accent-8: var(--blue-8);
  --accent-9: var(--blue-9);
  --accent-9-contrast: var(--blue-9-contrast);
  --accent-10: var(--blue-10);
  --accent-11: var(--blue-11);
  --accent-12: var(--blue-12);

  --accent-a1: var(--blue-a1);
  --accent-a2: var(--blue-a2);
  --accent-a3: var(--blue-a3);
  --accent-a4: var(--blue-a4);
  --accent-a5: var(--blue-a5);
  --accent-a6: var(--blue-a6);
  --accent-a7: var(--blue-a7);
  --accent-a8: var(--blue-a8);
  --accent-a9: var(--blue-a9);
  --accent-a10: var(--blue-a10);
  --accent-a11: var(--blue-a11);
  --accent-a12: var(--blue-a12);
}
[data-accent-color='cyan'] {
  --color-surface-accent: var(--cyan-surface);

  --accent-1: var(--cyan-1);
  --accent-2: var(--cyan-2);
  --accent-3: var(--cyan-3);
  --accent-4: var(--cyan-4);
  --accent-5: var(--cyan-5);
  --accent-6: var(--cyan-6);
  --accent-7: var(--cyan-7);
  --accent-8: var(--cyan-8);
  --accent-9: var(--cyan-9);
  --accent-9-contrast: var(--cyan-9-contrast);
  --accent-10: var(--cyan-10);
  --accent-11: var(--cyan-11);
  --accent-12: var(--cyan-12);

  --accent-a1: var(--cyan-a1);
  --accent-a2: var(--cyan-a2);
  --accent-a3: var(--cyan-a3);
  --accent-a4: var(--cyan-a4);
  --accent-a5: var(--cyan-a5);
  --accent-a6: var(--cyan-a6);
  --accent-a7: var(--cyan-a7);
  --accent-a8: var(--cyan-a8);
  --accent-a9: var(--cyan-a9);
  --accent-a10: var(--cyan-a10);
  --accent-a11: var(--cyan-a11);
  --accent-a12: var(--cyan-a12);
}
[data-accent-color='teal'] {
  --color-surface-accent: var(--teal-surface);

  --accent-1: var(--teal-1);
  --accent-2: var(--teal-2);
  --accent-3: var(--teal-3);
  --accent-4: var(--teal-4);
  --accent-5: var(--teal-5);
  --accent-6: var(--teal-6);
  --accent-7: var(--teal-7);
  --accent-8: var(--teal-8);
  --accent-9: var(--teal-9);
  --accent-9-contrast: var(--teal-9-contrast);
  --accent-10: var(--teal-10);
  --accent-11: var(--teal-11);
  --accent-12: var(--teal-12);

  --accent-a1: var(--teal-a1);
  --accent-a2: var(--teal-a2);
  --accent-a3: var(--teal-a3);
  --accent-a4: var(--teal-a4);
  --accent-a5: var(--teal-a5);
  --accent-a6: var(--teal-a6);
  --accent-a7: var(--teal-a7);
  --accent-a8: var(--teal-a8);
  --accent-a9: var(--teal-a9);
  --accent-a10: var(--teal-a10);
  --accent-a11: var(--teal-a11);
  --accent-a12: var(--teal-a12);
}
[data-accent-color='jade'] {
  --color-surface-accent: var(--jade-surface);

  --accent-1: var(--jade-1);
  --accent-2: var(--jade-2);
  --accent-3: var(--jade-3);
  --accent-4: var(--jade-4);
  --accent-5: var(--jade-5);
  --accent-6: var(--jade-6);
  --accent-7: var(--jade-7);
  --accent-8: var(--jade-8);
  --accent-9: var(--jade-9);
  --accent-9-contrast: var(--jade-9-contrast);
  --accent-10: var(--jade-10);
  --accent-11: var(--jade-11);
  --accent-12: var(--jade-12);

  --accent-a1: var(--jade-a1);
  --accent-a2: var(--jade-a2);
  --accent-a3: var(--jade-a3);
  --accent-a4: var(--jade-a4);
  --accent-a5: var(--jade-a5);
  --accent-a6: var(--jade-a6);
  --accent-a7: var(--jade-a7);
  --accent-a8: var(--jade-a8);
  --accent-a9: var(--jade-a9);
  --accent-a10: var(--jade-a10);
  --accent-a11: var(--jade-a11);
  --accent-a12: var(--jade-a12);
}
[data-accent-color='green'] {
  --color-surface-accent: var(--green-surface);

  --accent-1: var(--green-1);
  --accent-2: var(--green-2);
  --accent-3: var(--green-3);
  --accent-4: var(--green-4);
  --accent-5: var(--green-5);
  --accent-6: var(--green-6);
  --accent-7: var(--green-7);
  --accent-8: var(--green-8);
  --accent-9: var(--green-9);
  --accent-9-contrast: var(--green-9-contrast);
  --accent-10: var(--green-10);
  --accent-11: var(--green-11);
  --accent-12: var(--green-12);

  --accent-a1: var(--green-a1);
  --accent-a2: var(--green-a2);
  --accent-a3: var(--green-a3);
  --accent-a4: var(--green-a4);
  --accent-a5: var(--green-a5);
  --accent-a6: var(--green-a6);
  --accent-a7: var(--green-a7);
  --accent-a8: var(--green-a8);
  --accent-a9: var(--green-a9);
  --accent-a10: var(--green-a10);
  --accent-a11: var(--green-a11);
  --accent-a12: var(--green-a12);
}
[data-accent-color='grass'] {
  --color-surface-accent: var(--grass-surface);

  --accent-1: var(--grass-1);
  --accent-2: var(--grass-2);
  --accent-3: var(--grass-3);
  --accent-4: var(--grass-4);
  --accent-5: var(--grass-5);
  --accent-6: var(--grass-6);
  --accent-7: var(--grass-7);
  --accent-8: var(--grass-8);
  --accent-9: var(--grass-9);
  --accent-9-contrast: var(--grass-9-contrast);
  --accent-10: var(--grass-10);
  --accent-11: var(--grass-11);
  --accent-12: var(--grass-12);

  --accent-a1: var(--grass-a1);
  --accent-a2: var(--grass-a2);
  --accent-a3: var(--grass-a3);
  --accent-a4: var(--grass-a4);
  --accent-a5: var(--grass-a5);
  --accent-a6: var(--grass-a6);
  --accent-a7: var(--grass-a7);
  --accent-a8: var(--grass-a8);
  --accent-a9: var(--grass-a9);
  --accent-a10: var(--grass-a10);
  --accent-a11: var(--grass-a11);
  --accent-a12: var(--grass-a12);
}
[data-accent-color='orange'] {
  --color-surface-accent: var(--orange-surface);

  --accent-1: var(--orange-1);
  --accent-2: var(--orange-2);
  --accent-3: var(--orange-3);
  --accent-4: var(--orange-4);
  --accent-5: var(--orange-5);
  --accent-6: var(--orange-6);
  --accent-7: var(--orange-7);
  --accent-8: var(--orange-8);
  --accent-9: var(--orange-9);
  --accent-9-contrast: var(--orange-9-contrast);
  --accent-10: var(--orange-10);
  --accent-11: var(--orange-11);
  --accent-12: var(--orange-12);

  --accent-a1: var(--orange-a1);
  --accent-a2: var(--orange-a2);
  --accent-a3: var(--orange-a3);
  --accent-a4: var(--orange-a4);
  --accent-a5: var(--orange-a5);
  --accent-a6: var(--orange-a6);
  --accent-a7: var(--orange-a7);
  --accent-a8: var(--orange-a8);
  --accent-a9: var(--orange-a9);
  --accent-a10: var(--orange-a10);
  --accent-a11: var(--orange-a11);
  --accent-a12: var(--orange-a12);
}
[data-accent-color='brown'] {
  --color-surface-accent: var(--brown-surface);

  --accent-1: var(--brown-1);
  --accent-2: var(--brown-2);
  --accent-3: var(--brown-3);
  --accent-4: var(--brown-4);
  --accent-5: var(--brown-5);
  --accent-6: var(--brown-6);
  --accent-7: var(--brown-7);
  --accent-8: var(--brown-8);
  --accent-9: var(--brown-9);
  --accent-9-contrast: var(--brown-9-contrast);
  --accent-10: var(--brown-10);
  --accent-11: var(--brown-11);
  --accent-12: var(--brown-12);

  --accent-a1: var(--brown-a1);
  --accent-a2: var(--brown-a2);
  --accent-a3: var(--brown-a3);
  --accent-a4: var(--brown-a4);
  --accent-a5: var(--brown-a5);
  --accent-a6: var(--brown-a6);
  --accent-a7: var(--brown-a7);
  --accent-a8: var(--brown-a8);
  --accent-a9: var(--brown-a9);
  --accent-a10: var(--brown-a10);
  --accent-a11: var(--brown-a11);
  --accent-a12: var(--brown-a12);
}
[data-accent-color='sky'] {
  --color-surface-accent: var(--sky-surface);

  --accent-1: var(--sky-1);
  --accent-2: var(--sky-2);
  --accent-3: var(--sky-3);
  --accent-4: var(--sky-4);
  --accent-5: var(--sky-5);
  --accent-6: var(--sky-6);
  --accent-7: var(--sky-7);
  --accent-8: var(--sky-8);
  --accent-9: var(--sky-9);
  --accent-9-contrast: var(--sky-9-contrast);
  --accent-10: var(--sky-10);
  --accent-11: var(--sky-11);
  --accent-12: var(--sky-12);

  --accent-a1: var(--sky-a1);
  --accent-a2: var(--sky-a2);
  --accent-a3: var(--sky-a3);
  --accent-a4: var(--sky-a4);
  --accent-a5: var(--sky-a5);
  --accent-a6: var(--sky-a6);
  --accent-a7: var(--sky-a7);
  --accent-a8: var(--sky-a8);
  --accent-a9: var(--sky-a9);
  --accent-a10: var(--sky-a10);
  --accent-a11: var(--sky-a11);
  --accent-a12: var(--sky-a12);
}
[data-accent-color='mint'] {
  --color-surface-accent: var(--mint-surface);

  --accent-1: var(--mint-1);
  --accent-2: var(--mint-2);
  --accent-3: var(--mint-3);
  --accent-4: var(--mint-4);
  --accent-5: var(--mint-5);
  --accent-6: var(--mint-6);
  --accent-7: var(--mint-7);
  --accent-8: var(--mint-8);
  --accent-9: var(--mint-9);
  --accent-9-contrast: var(--mint-9-contrast);
  --accent-10: var(--mint-10);
  --accent-11: var(--mint-11);
  --accent-12: var(--mint-12);

  --accent-a1: var(--mint-a1);
  --accent-a2: var(--mint-a2);
  --accent-a3: var(--mint-a3);
  --accent-a4: var(--mint-a4);
  --accent-a5: var(--mint-a5);
  --accent-a6: var(--mint-a6);
  --accent-a7: var(--mint-a7);
  --accent-a8: var(--mint-a8);
  --accent-a9: var(--mint-a9);
  --accent-a10: var(--mint-a10);
  --accent-a11: var(--mint-a11);
  --accent-a12: var(--mint-a12);
}
[data-accent-color='lime'] {
  --color-surface-accent: var(--lime-surface);

  --accent-1: var(--lime-1);
  --accent-2: var(--lime-2);
  --accent-3: var(--lime-3);
  --accent-4: var(--lime-4);
  --accent-5: var(--lime-5);
  --accent-6: var(--lime-6);
  --accent-7: var(--lime-7);
  --accent-8: var(--lime-8);
  --accent-9: var(--lime-9);
  --accent-9-contrast: var(--lime-9-contrast);
  --accent-10: var(--lime-10);
  --accent-11: var(--lime-11);
  --accent-12: var(--lime-12);

  --accent-a1: var(--lime-a1);
  --accent-a2: var(--lime-a2);
  --accent-a3: var(--lime-a3);
  --accent-a4: var(--lime-a4);
  --accent-a5: var(--lime-a5);
  --accent-a6: var(--lime-a6);
  --accent-a7: var(--lime-a7);
  --accent-a8: var(--lime-a8);
  --accent-a9: var(--lime-a9);
  --accent-a10: var(--lime-a10);
  --accent-a11: var(--lime-a11);
  --accent-a12: var(--lime-a12);
}
[data-accent-color='yellow'] {
  --color-surface-accent: var(--yellow-surface);

  --accent-1: var(--yellow-1);
  --accent-2: var(--yellow-2);
  --accent-3: var(--yellow-3);
  --accent-4: var(--yellow-4);
  --accent-5: var(--yellow-5);
  --accent-6: var(--yellow-6);
  --accent-7: var(--yellow-7);
  --accent-8: var(--yellow-8);
  --accent-9: var(--yellow-9);
  --accent-9-contrast: var(--yellow-9-contrast);
  --accent-10: var(--yellow-10);
  --accent-11: var(--yellow-11);
  --accent-12: var(--yellow-12);

  --accent-a1: var(--yellow-a1);
  --accent-a2: var(--yellow-a2);
  --accent-a3: var(--yellow-a3);
  --accent-a4: var(--yellow-a4);
  --accent-a5: var(--yellow-a5);
  --accent-a6: var(--yellow-a6);
  --accent-a7: var(--yellow-a7);
  --accent-a8: var(--yellow-a8);
  --accent-a9: var(--yellow-a9);
  --accent-a10: var(--yellow-a10);
  --accent-a11: var(--yellow-a11);
  --accent-a12: var(--yellow-a12);
}
[data-accent-color='amber'] {
  --color-surface-accent: var(--amber-surface);

  --accent-1: var(--amber-1);
  --accent-2: var(--amber-2);
  --accent-3: var(--amber-3);
  --accent-4: var(--amber-4);
  --accent-5: var(--amber-5);
  --accent-6: var(--amber-6);
  --accent-7: var(--amber-7);
  --accent-8: var(--amber-8);
  --accent-9: var(--amber-9);
  --accent-9-contrast: var(--amber-9-contrast);
  --accent-10: var(--amber-10);
  --accent-11: var(--amber-11);
  --accent-12: var(--amber-12);

  --accent-a1: var(--amber-a1);
  --accent-a2: var(--amber-a2);
  --accent-a3: var(--amber-a3);
  --accent-a4: var(--amber-a4);
  --accent-a5: var(--amber-a5);
  --accent-a6: var(--amber-a6);
  --accent-a7: var(--amber-a7);
  --accent-a8: var(--amber-a8);
  --accent-a9: var(--amber-a9);
  --accent-a10: var(--amber-a10);
  --accent-a11: var(--amber-a11);
  --accent-a12: var(--amber-a12);
}
[data-accent-color='gold'] {
  --color-surface-accent: var(--gold-surface);

  --accent-1: var(--gold-1);
  --accent-2: var(--gold-2);
  --accent-3: var(--gold-3);
  --accent-4: var(--gold-4);
  --accent-5: var(--gold-5);
  --accent-6: var(--gold-6);
  --accent-7: var(--gold-7);
  --accent-8: var(--gold-8);
  --accent-9: var(--gold-9);
  --accent-9-contrast: var(--gold-9-contrast);
  --accent-10: var(--gold-10);
  --accent-11: var(--gold-11);
  --accent-12: var(--gold-12);

  --accent-a1: var(--gold-a1);
  --accent-a2: var(--gold-a2);
  --accent-a3: var(--gold-a3);
  --accent-a4: var(--gold-a4);
  --accent-a5: var(--gold-a5);
  --accent-a6: var(--gold-a6);
  --accent-a7: var(--gold-a7);
  --accent-a8: var(--gold-a8);
  --accent-a9: var(--gold-a9);
  --accent-a10: var(--gold-a10);
  --accent-a11: var(--gold-a11);
  --accent-a12: var(--gold-a12);
}
[data-accent-color='bronze'] {
  --color-surface-accent: var(--bronze-surface);

  --accent-1: var(--bronze-1);
  --accent-2: var(--bronze-2);
  --accent-3: var(--bronze-3);
  --accent-4: var(--bronze-4);
  --accent-5: var(--bronze-5);
  --accent-6: var(--bronze-6);
  --accent-7: var(--bronze-7);
  --accent-8: var(--bronze-8);
  --accent-9: var(--bronze-9);
  --accent-9-contrast: var(--bronze-9-contrast);
  --accent-10: var(--bronze-10);
  --accent-11: var(--bronze-11);
  --accent-12: var(--bronze-12);

  --accent-a1: var(--bronze-a1);
  --accent-a2: var(--bronze-a2);
  --accent-a3: var(--bronze-a3);
  --accent-a4: var(--bronze-a4);
  --accent-a5: var(--bronze-a5);
  --accent-a6: var(--bronze-a6);
  --accent-a7: var(--bronze-a7);
  --accent-a8: var(--bronze-a8);
  --accent-a9: var(--bronze-a9);
  --accent-a10: var(--bronze-a10);
  --accent-a11: var(--bronze-a11);
  --accent-a12: var(--bronze-a12);
}
/* gray color */
[data-gray-color='mauve'] {
  --gray-1: var(--mauve-1);
  --gray-2: var(--mauve-2);
  --gray-2-translucent: var(--mauve-2-translucent);
  --gray-3: var(--mauve-3);
  --gray-4: var(--mauve-4);
  --gray-5: var(--mauve-5);
  --gray-6: var(--mauve-6);
  --gray-7: var(--mauve-7);
  --gray-8: var(--mauve-8);
  --gray-9: var(--mauve-9);
  --gray-10: var(--mauve-10);
  --gray-11: var(--mauve-11);
  --gray-12: var(--mauve-12);

  --gray-a1: var(--mauve-a1);
  --gray-a2: var(--mauve-a2);
  --gray-a3: var(--mauve-a3);
  --gray-a4: var(--mauve-a4);
  --gray-a5: var(--mauve-a5);
  --gray-a6: var(--mauve-a6);
  --gray-a7: var(--mauve-a7);
  --gray-a8: var(--mauve-a8);
  --gray-a9: var(--mauve-a9);
  --gray-a10: var(--mauve-a10);
  --gray-a11: var(--mauve-a11);
  --gray-a12: var(--mauve-a12);
}
[data-gray-color='slate'] {
  --gray-1: var(--slate-1);
  --gray-2: var(--slate-2);
  --gray-2-translucent: var(--slate-2-translucent);
  --gray-3: var(--slate-3);
  --gray-4: var(--slate-4);
  --gray-5: var(--slate-5);
  --gray-6: var(--slate-6);
  --gray-7: var(--slate-7);
  --gray-8: var(--slate-8);
  --gray-9: var(--slate-9);
  --gray-10: var(--slate-10);
  --gray-11: var(--slate-11);
  --gray-12: var(--slate-12);

  --gray-a1: var(--slate-a1);
  --gray-a2: var(--slate-a2);
  --gray-a3: var(--slate-a3);
  --gray-a4: var(--slate-a4);
  --gray-a5: var(--slate-a5);
  --gray-a6: var(--slate-a6);
  --gray-a7: var(--slate-a7);
  --gray-a8: var(--slate-a8);
  --gray-a9: var(--slate-a9);
  --gray-a10: var(--slate-a10);
  --gray-a11: var(--slate-a11);
  --gray-a12: var(--slate-a12);
}
[data-gray-color='sage'] {
  --gray-1: var(--sage-1);
  --gray-2: var(--sage-2);
  --gray-2-translucent: var(--sage-2-translucent);
  --gray-3: var(--sage-3);
  --gray-4: var(--sage-4);
  --gray-5: var(--sage-5);
  --gray-6: var(--sage-6);
  --gray-7: var(--sage-7);
  --gray-8: var(--sage-8);
  --gray-9: var(--sage-9);
  --gray-10: var(--sage-10);
  --gray-11: var(--sage-11);
  --gray-12: var(--sage-12);

  --gray-a1: var(--sage-a1);
  --gray-a2: var(--sage-a2);
  --gray-a3: var(--sage-a3);
  --gray-a4: var(--sage-a4);
  --gray-a5: var(--sage-a5);
  --gray-a6: var(--sage-a6);
  --gray-a7: var(--sage-a7);
  --gray-a8: var(--sage-a8);
  --gray-a9: var(--sage-a9);
  --gray-a10: var(--sage-a10);
  --gray-a11: var(--sage-a11);
  --gray-a12: var(--sage-a12);
}
[data-gray-color='olive'] {
  --gray-1: var(--olive-1);
  --gray-2: var(--olive-2);
  --gray-2-translucent: var(--olive-2-translucent);
  --gray-3: var(--olive-3);
  --gray-4: var(--olive-4);
  --gray-5: var(--olive-5);
  --gray-6: var(--olive-6);
  --gray-7: var(--olive-7);
  --gray-8: var(--olive-8);
  --gray-9: var(--olive-9);
  --gray-10: var(--olive-10);
  --gray-11: var(--olive-11);
  --gray-12: var(--olive-12);

  --gray-a1: var(--olive-a1);
  --gray-a2: var(--olive-a2);
  --gray-a3: var(--olive-a3);
  --gray-a4: var(--olive-a4);
  --gray-a5: var(--olive-a5);
  --gray-a6: var(--olive-a6);
  --gray-a7: var(--olive-a7);
  --gray-a8: var(--olive-a8);
  --gray-a9: var(--olive-a9);
  --gray-a10: var(--olive-a10);
  --gray-a11: var(--olive-a11);
  --gray-a12: var(--olive-a12);
}
[data-gray-color='sand'] {
  --gray-1: var(--sand-1);
  --gray-2: var(--sand-2);
  --gray-2-translucent: var(--sand-2-translucent);
  --gray-3: var(--sand-3);
  --gray-4: var(--sand-4);
  --gray-5: var(--sand-5);
  --gray-6: var(--sand-6);
  --gray-7: var(--sand-7);
  --gray-8: var(--sand-8);
  --gray-9: var(--sand-9);
  --gray-10: var(--sand-10);
  --gray-11: var(--sand-11);
  --gray-12: var(--sand-12);

  --gray-a1: var(--sand-a1);
  --gray-a2: var(--sand-a2);
  --gray-a3: var(--sand-a3);
  --gray-a4: var(--sand-a4);
  --gray-a5: var(--sand-a5);
  --gray-a6: var(--sand-a6);
  --gray-a7: var(--sand-a7);
  --gray-a8: var(--sand-a8);
  --gray-a9: var(--sand-a9);
  --gray-a10: var(--sand-a10);
  --gray-a11: var(--sand-a11);
  --gray-a12: var(--sand-a12);
}
/* gray accent color */
[data-accent-color='gray'] {
  --color-surface-accent: var(--gray-surface);

  --accent-1: var(--gray-1);
  --accent-2: var(--gray-2);
  --accent-3: var(--gray-3);
  --accent-4: var(--gray-4);
  --accent-5: var(--gray-5);
  --accent-6: var(--gray-6);
  --accent-7: var(--gray-7);
  --accent-8: var(--gray-8);
  --accent-9: var(--gray-9);
  --accent-9-contrast: var(--gray-9-contrast);
  --accent-10: var(--gray-10);
  --accent-11: var(--gray-11);
  --accent-12: var(--gray-12);

  --accent-a1: var(--gray-a1);
  --accent-a2: var(--gray-a2);
  --accent-a3: var(--gray-a3);
  --accent-a4: var(--gray-a4);
  --accent-a5: var(--gray-a5);
  --accent-a6: var(--gray-a6);
  --accent-a7: var(--gray-a7);
  --accent-a8: var(--gray-a8);
  --accent-a9: var(--gray-a9);
  --accent-a10: var(--gray-a10);
  --accent-a11: var(--gray-a11);
  --accent-a12: var(--gray-a12);
}
/* nested `Theme` background color */
.radix-themes {
  --color-background: white;
}
:is(.dark, .dark-theme),
:is(.dark, .dark-theme) .radix-themes:not(.light, .light-theme) {
  --color-background: var(--gray-1);
}
.radix-themes:where([data-has-background='true']) {
  background-color: var(--color-background);
}
/* panel background */
.radix-themes:where([data-panel-background='solid']) {
    --color-panel: var(--color-panel-solid);
  }
.radix-themes:where([data-panel-background='translucent']) {
    --color-panel: var(--color-panel-translucent);
  }
/* prettier-ignore */
.radix-themes {
  --shadow-1:
    inset 0 0 0 1px var(--gray-a5),
    inset 0 1.5px 2px 0 var(--black-a6);

  --shadow-2:
    0 0 0 1px var(--gray-a3),
    0 0 0 0.5px var(--gray-a3),
    0px 1px 1px 0px var(--gray-a3),
    0px 2px 1px -1px var(--gray-a3),
    0px 1px 3px 0px var(--black-a3);

  --shadow-3:
    0 0 0 1px var(--gray-a3),
    0px 2px 3px -2px var(--gray-a3),
    0px 3px 12px -4px var(--black-a3),
    0px 4px 16px -8px var(--black-a4);

  --shadow-4:
    0 0 0 1px var(--gray-a3),
    0px 8px 40px var(--gray-a3),
    0px 12px 32px -16px var(--black-a3);

  --shadow-5:
    0 0 0 1px var(--gray-a3),
    0px 12px 60px var(--gray-a6),
    0px 12px 32px -16px var(--black-a6);

  --shadow-6:
    0 0 0 1px var(--gray-a3),
    0px 16px 64px var(--gray-a7),
    0px 16px 36px -20px var(--gray-a7);
}
/* prettier-ignore */
:is(.dark, .dark-theme),
:is(.dark, .dark-theme) .radix-themes:not(.light, .light-theme) {
  --shadow-1:
    inset 0 1px var(--gray-a4),
    inset 0 0 0.5px var(--gray-a3),
    inset 0 -1px 0px var(--gray-a3),
    inset 0 0 0 1px var(--gray-a6),
    inset 0 1px 3px 0 var(--black-a10),
    inset 0 1px 3px 0 var(--black-a12);

  --shadow-2:
    0 0 0 1px var(--gray-5),
    0 0 0 0.5px var(--black-a4),
    0px 2px 1px -1px var(--black-a9),
    0px 1px 1px 0px var(--black-a9),
    0px 1px 3px 0px var(--black-a9);

  --shadow-3:
    0 0 0 1px var(--gray-5),
    0px 2px 3px -2px var(--black-a5),
    0px 3px 8px -2px var(--black-a8),
    0px 4px 12px -4px var(--black-a9);

  --shadow-4:
    0 0 0 1px var(--gray-5),
    0px 8px 40px var(--black-a7),
    0px 12px 32px -16px var(--black-a8);

  --shadow-5:
    0 0 0 1px var(--gray-5),
    0px 12px 60px var(--black-a8),
    0px 12px 32px -16px var(--black-a10);

  --shadow-6:
    0 0 0 1px var(--gray-5),
    0px 16px 64px var(--black-a11),
    0px 16px 36px -20px var(--black-a12);
}
.radix-themes {
  --space-1: calc(4px * var(--scaling));
  --space-2: calc(8px * var(--scaling));
  --space-3: calc(12px * var(--scaling));
  --space-4: calc(16px * var(--scaling));
  --space-5: calc(24px * var(--scaling));
  --space-6: calc(32px * var(--scaling));
  --space-7: calc(40px * var(--scaling));
  --space-8: calc(48px * var(--scaling));
  --space-9: calc(64px * var(--scaling));
  /* default: medium */
  --radius-factor: 1;
  --radius-full: 0px;
}
.radix-themes:where([data-radius]),
  .radix-themes [data-radius] {
    --radius-1: calc(3px * var(--scaling) * var(--radius-factor));
    --radius-2: calc(4px * var(--scaling) * var(--radius-factor));
    --radius-3: calc(6px * var(--scaling) * var(--radius-factor));
    --radius-4: calc(8px * var(--scaling) * var(--radius-factor));
    --radius-5: calc(12px * var(--scaling) * var(--radius-factor));
    --radius-6: calc(16px * var(--scaling) * var(--radius-factor));
  }
.radix-themes:where([data-radius='none']),
  .radix-themes [data-radius='none'] {
    --radius-factor: 0;
    --radius-full: 0px;
  }
.radix-themes:where([data-radius='small']),
  .radix-themes [data-radius='small'] {
    --radius-factor: 0.5;
    --radius-full: 0px;
  }
.radix-themes:where([data-radius='medium']),
  .radix-themes [data-radius='medium'] {
    --radius-factor: 1;
    --radius-full: 0px;
  }
.radix-themes:where([data-radius='large']),
  .radix-themes [data-radius='large'] {
    --radius-factor: 1.5;
    --radius-full: 0px;
  }
.radix-themes:where([data-radius='full']),
  .radix-themes [data-radius='full'] {
    --radius-factor: 2;
    --radius-full: 9999px;
  }
/* scaling */
.radix-themes {
  /* default: regular */
  --scaling: 1;
}
.radix-themes:where([data-scaling='90%']) {
    --scaling: 0.9;
  }
.radix-themes:where([data-scaling='95%']) {
    --scaling: 0.95;
  }
.radix-themes:where([data-scaling='100%']) {
    --scaling: 1;
  }
.radix-themes:where([data-scaling='105%']) {
    --scaling: 1.05;
  }
.radix-themes:where([data-scaling='110%']) {
    --scaling: 1.1;
  }
@media (prefers-reduced-motion: no-preference) {
  @keyframes slideUpAndFadeIn {
    from {
      opacity: 0;
      transform: translateY(4px) scale(0.97);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  @keyframes slideUpAndFadeOut {
    from {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
    to {
      opacity: 0;
      transform: translateY(-4px) scale(0.97);
    }
  }

  @keyframes slideDownAndFadeIn {
    from {
      opacity: 0;
      transform: translateY(-4px) scale(0.97);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  @keyframes slideDownAndFadeOut {
    from {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
    to {
      opacity: 0;
      transform: translateY(4px) scale(0.97);
    }
  }

  @keyframes slideLeftAndFadeIn {
    from {
      opacity: 0;
      transform: translateX(4px) scale(0.97);
    }
    to {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
  }

  @keyframes slideLeftAndFadeOut {
    from {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
    to {
      opacity: 0;
      transform: translateX(-4px) scale(0.97);
    }
  }

  @keyframes slideRightAndFadeIn {
    from {
      opacity: 0;
      transform: translateX(-4px) scale(0.97);
    }
    to {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
  }

  @keyframes slideRightAndFadeOut {
    from {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
    to {
      opacity: 0;
      transform: translateX(4px) scale(0.97);
    }
  }

  .rt-PopperContent {
    animation-duration: 300ms;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }
      .rt-PopperContent[data-state='open'][data-side='top'] {
        animation-name: slideUpAndFadeIn;
      }
      .rt-PopperContent[data-state='open'][data-side='bottom'] {
        animation-name: slideDownAndFadeIn;
      }
      .rt-PopperContent[data-state='open'][data-side='left'] {
        animation-name: slideLeftAndFadeIn;
      }
      .rt-PopperContent[data-state='open'][data-side='right'] {
        animation-name: slideRightAndFadeIn;
      }

    .rt-PopperContent[data-state='closed'] {
      animation-duration: 150ms;
    }

      .rt-PopperContent[data-state='closed'][data-side='top'] {
        animation-name: slideDownAndFadeOut;
      }
      .rt-PopperContent[data-state='closed'][data-side='bottom'] {
        animation-name: slideUpAndFadeOut;
      }
      .rt-PopperContent[data-state='closed'][data-side='left'] {
        animation-name: slideRightAndFadeOut;
      }
      .rt-PopperContent[data-state='closed'][data-side='right'] {
        animation-name: slideRightAndFadeOut;
      }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
}
.rt-AlertDialogOverlay {
}
.rt-AlertDialogContent {
}
.rt-AvatarRoot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: var(--avatar-size);
  height: var(--avatar-size);
  flex-shrink: 0;
}
.rt-AvatarImage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.rt-AvatarFallback {
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: inherit;
}
.rt-AvatarFallback svg {
    width: var(--avatar-font-size-one-letter);
    height: var(--avatar-font-size-one-letter);
  }
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
.rt-AvatarFallback {
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}
.rt-AvatarFallback.rt-one-letter {
    font-size: var(--avatar-font-size-one-letter);
  }
.rt-AvatarFallback.rt-two-letters {
    font-size: var(--avatar-font-size-two-letters, var(--avatar-font-size-one-letter));
  }
@media all {
    .rt-AvatarRoot.rt-r-size-1 {
      --avatar-size: var(--space-5);
      border-radius: max(var(--radius-2), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-2);
      --avatar-font-size-two-letters: var(--font-size-1);
      letter-spacing: var(--letter-spacing-1);
    }
    .rt-AvatarRoot.rt-r-size-2 {
      --avatar-size: var(--space-6);
      border-radius: max(var(--radius-2), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-3);
      --avatar-font-size-two-letters: var(--font-size-2);
      letter-spacing: var(--letter-spacing-2);
    }
    .rt-AvatarRoot.rt-r-size-3 {
      --avatar-size: var(--space-7);
      border-radius: max(var(--radius-3), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-4);
      --avatar-font-size-two-letters: var(--font-size-3);
      letter-spacing: var(--letter-spacing-3);
    }
    .rt-AvatarRoot.rt-r-size-4 {
      --avatar-size: var(--space-8);
      border-radius: max(var(--radius-3), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-5);
      --avatar-font-size-two-letters: var(--font-size-4);
      letter-spacing: var(--letter-spacing-4);
    }
    .rt-AvatarRoot.rt-r-size-5 {
      --avatar-size: var(--space-9);
      border-radius: max(var(--radius-4), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-6);
      letter-spacing: var(--letter-spacing-6);
    }
    .rt-AvatarRoot.rt-r-size-6 {
      --avatar-size: 80px;
      border-radius: max(var(--radius-5), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-7);
      letter-spacing: var(--letter-spacing-7);
    }
    .rt-AvatarRoot.rt-r-size-7 {
      --avatar-size: 96px;
      border-radius: max(var(--radius-5), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-7);
      letter-spacing: var(--letter-spacing-7);
    }
    .rt-AvatarRoot.rt-r-size-8 {
      --avatar-size: 128px;
      border-radius: max(var(--radius-6), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-8);
      letter-spacing: var(--letter-spacing-8);
    }
    .rt-AvatarRoot.rt-r-size-9 {
      --avatar-size: 160px;
      border-radius: max(var(--radius-6), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-9);
      letter-spacing: var(--letter-spacing-9);
    }
}
@media (min-width: 520px) {
    .rt-AvatarRoot.xs\:rt-r-size-1 {
      --avatar-size: var(--space-5);
      border-radius: max(var(--radius-2), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-2);
      --avatar-font-size-two-letters: var(--font-size-1);
      letter-spacing: var(--letter-spacing-1);
    }
    .rt-AvatarRoot.xs\:rt-r-size-2 {
      --avatar-size: var(--space-6);
      border-radius: max(var(--radius-2), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-3);
      --avatar-font-size-two-letters: var(--font-size-2);
      letter-spacing: var(--letter-spacing-2);
    }
    .rt-AvatarRoot.xs\:rt-r-size-3 {
      --avatar-size: var(--space-7);
      border-radius: max(var(--radius-3), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-4);
      --avatar-font-size-two-letters: var(--font-size-3);
      letter-spacing: var(--letter-spacing-3);
    }
    .rt-AvatarRoot.xs\:rt-r-size-4 {
      --avatar-size: var(--space-8);
      border-radius: max(var(--radius-3), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-5);
      --avatar-font-size-two-letters: var(--font-size-4);
      letter-spacing: var(--letter-spacing-4);
    }
    .rt-AvatarRoot.xs\:rt-r-size-5 {
      --avatar-size: var(--space-9);
      border-radius: max(var(--radius-4), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-6);
      letter-spacing: var(--letter-spacing-6);
    }
    .rt-AvatarRoot.xs\:rt-r-size-6 {
      --avatar-size: 80px;
      border-radius: max(var(--radius-5), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-7);
      letter-spacing: var(--letter-spacing-7);
    }
    .rt-AvatarRoot.xs\:rt-r-size-7 {
      --avatar-size: 96px;
      border-radius: max(var(--radius-5), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-7);
      letter-spacing: var(--letter-spacing-7);
    }
    .rt-AvatarRoot.xs\:rt-r-size-8 {
      --avatar-size: 128px;
      border-radius: max(var(--radius-6), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-8);
      letter-spacing: var(--letter-spacing-8);
    }
    .rt-AvatarRoot.xs\:rt-r-size-9 {
      --avatar-size: 160px;
      border-radius: max(var(--radius-6), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-9);
      letter-spacing: var(--letter-spacing-9);
    }
}
@media (min-width: 768px) {
    .rt-AvatarRoot.sm\:rt-r-size-1 {
      --avatar-size: var(--space-5);
      border-radius: max(var(--radius-2), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-2);
      --avatar-font-size-two-letters: var(--font-size-1);
      letter-spacing: var(--letter-spacing-1);
    }
    .rt-AvatarRoot.sm\:rt-r-size-2 {
      --avatar-size: var(--space-6);
      border-radius: max(var(--radius-2), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-3);
      --avatar-font-size-two-letters: var(--font-size-2);
      letter-spacing: var(--letter-spacing-2);
    }
    .rt-AvatarRoot.sm\:rt-r-size-3 {
      --avatar-size: var(--space-7);
      border-radius: max(var(--radius-3), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-4);
      --avatar-font-size-two-letters: var(--font-size-3);
      letter-spacing: var(--letter-spacing-3);
    }
    .rt-AvatarRoot.sm\:rt-r-size-4 {
      --avatar-size: var(--space-8);
      border-radius: max(var(--radius-3), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-5);
      --avatar-font-size-two-letters: var(--font-size-4);
      letter-spacing: var(--letter-spacing-4);
    }
    .rt-AvatarRoot.sm\:rt-r-size-5 {
      --avatar-size: var(--space-9);
      border-radius: max(var(--radius-4), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-6);
      letter-spacing: var(--letter-spacing-6);
    }
    .rt-AvatarRoot.sm\:rt-r-size-6 {
      --avatar-size: 80px;
      border-radius: max(var(--radius-5), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-7);
      letter-spacing: var(--letter-spacing-7);
    }
    .rt-AvatarRoot.sm\:rt-r-size-7 {
      --avatar-size: 96px;
      border-radius: max(var(--radius-5), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-7);
      letter-spacing: var(--letter-spacing-7);
    }
    .rt-AvatarRoot.sm\:rt-r-size-8 {
      --avatar-size: 128px;
      border-radius: max(var(--radius-6), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-8);
      letter-spacing: var(--letter-spacing-8);
    }
    .rt-AvatarRoot.sm\:rt-r-size-9 {
      --avatar-size: 160px;
      border-radius: max(var(--radius-6), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-9);
      letter-spacing: var(--letter-spacing-9);
    }
}
@media (min-width: 1024px) {
    .rt-AvatarRoot.md\:rt-r-size-1 {
      --avatar-size: var(--space-5);
      border-radius: max(var(--radius-2), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-2);
      --avatar-font-size-two-letters: var(--font-size-1);
      letter-spacing: var(--letter-spacing-1);
    }
    .rt-AvatarRoot.md\:rt-r-size-2 {
      --avatar-size: var(--space-6);
      border-radius: max(var(--radius-2), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-3);
      --avatar-font-size-two-letters: var(--font-size-2);
      letter-spacing: var(--letter-spacing-2);
    }
    .rt-AvatarRoot.md\:rt-r-size-3 {
      --avatar-size: var(--space-7);
      border-radius: max(var(--radius-3), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-4);
      --avatar-font-size-two-letters: var(--font-size-3);
      letter-spacing: var(--letter-spacing-3);
    }
    .rt-AvatarRoot.md\:rt-r-size-4 {
      --avatar-size: var(--space-8);
      border-radius: max(var(--radius-3), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-5);
      --avatar-font-size-two-letters: var(--font-size-4);
      letter-spacing: var(--letter-spacing-4);
    }
    .rt-AvatarRoot.md\:rt-r-size-5 {
      --avatar-size: var(--space-9);
      border-radius: max(var(--radius-4), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-6);
      letter-spacing: var(--letter-spacing-6);
    }
    .rt-AvatarRoot.md\:rt-r-size-6 {
      --avatar-size: 80px;
      border-radius: max(var(--radius-5), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-7);
      letter-spacing: var(--letter-spacing-7);
    }
    .rt-AvatarRoot.md\:rt-r-size-7 {
      --avatar-size: 96px;
      border-radius: max(var(--radius-5), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-7);
      letter-spacing: var(--letter-spacing-7);
    }
    .rt-AvatarRoot.md\:rt-r-size-8 {
      --avatar-size: 128px;
      border-radius: max(var(--radius-6), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-8);
      letter-spacing: var(--letter-spacing-8);
    }
    .rt-AvatarRoot.md\:rt-r-size-9 {
      --avatar-size: 160px;
      border-radius: max(var(--radius-6), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-9);
      letter-spacing: var(--letter-spacing-9);
    }
}
@media (min-width: 1280px) {
    .rt-AvatarRoot.lg\:rt-r-size-1 {
      --avatar-size: var(--space-5);
      border-radius: max(var(--radius-2), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-2);
      --avatar-font-size-two-letters: var(--font-size-1);
      letter-spacing: var(--letter-spacing-1);
    }
    .rt-AvatarRoot.lg\:rt-r-size-2 {
      --avatar-size: var(--space-6);
      border-radius: max(var(--radius-2), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-3);
      --avatar-font-size-two-letters: var(--font-size-2);
      letter-spacing: var(--letter-spacing-2);
    }
    .rt-AvatarRoot.lg\:rt-r-size-3 {
      --avatar-size: var(--space-7);
      border-radius: max(var(--radius-3), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-4);
      --avatar-font-size-two-letters: var(--font-size-3);
      letter-spacing: var(--letter-spacing-3);
    }
    .rt-AvatarRoot.lg\:rt-r-size-4 {
      --avatar-size: var(--space-8);
      border-radius: max(var(--radius-3), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-5);
      --avatar-font-size-two-letters: var(--font-size-4);
      letter-spacing: var(--letter-spacing-4);
    }
    .rt-AvatarRoot.lg\:rt-r-size-5 {
      --avatar-size: var(--space-9);
      border-radius: max(var(--radius-4), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-6);
      letter-spacing: var(--letter-spacing-6);
    }
    .rt-AvatarRoot.lg\:rt-r-size-6 {
      --avatar-size: 80px;
      border-radius: max(var(--radius-5), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-7);
      letter-spacing: var(--letter-spacing-7);
    }
    .rt-AvatarRoot.lg\:rt-r-size-7 {
      --avatar-size: 96px;
      border-radius: max(var(--radius-5), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-7);
      letter-spacing: var(--letter-spacing-7);
    }
    .rt-AvatarRoot.lg\:rt-r-size-8 {
      --avatar-size: 128px;
      border-radius: max(var(--radius-6), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-8);
      letter-spacing: var(--letter-spacing-8);
    }
    .rt-AvatarRoot.lg\:rt-r-size-9 {
      --avatar-size: 160px;
      border-radius: max(var(--radius-6), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-9);
      letter-spacing: var(--letter-spacing-9);
    }
}
@media (min-width: 1640px) {
    .rt-AvatarRoot.xl\:rt-r-size-1 {
      --avatar-size: var(--space-5);
      border-radius: max(var(--radius-2), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-2);
      --avatar-font-size-two-letters: var(--font-size-1);
      letter-spacing: var(--letter-spacing-1);
    }
    .rt-AvatarRoot.xl\:rt-r-size-2 {
      --avatar-size: var(--space-6);
      border-radius: max(var(--radius-2), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-3);
      --avatar-font-size-two-letters: var(--font-size-2);
      letter-spacing: var(--letter-spacing-2);
    }
    .rt-AvatarRoot.xl\:rt-r-size-3 {
      --avatar-size: var(--space-7);
      border-radius: max(var(--radius-3), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-4);
      --avatar-font-size-two-letters: var(--font-size-3);
      letter-spacing: var(--letter-spacing-3);
    }
    .rt-AvatarRoot.xl\:rt-r-size-4 {
      --avatar-size: var(--space-8);
      border-radius: max(var(--radius-3), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-5);
      --avatar-font-size-two-letters: var(--font-size-4);
      letter-spacing: var(--letter-spacing-4);
    }
    .rt-AvatarRoot.xl\:rt-r-size-5 {
      --avatar-size: var(--space-9);
      border-radius: max(var(--radius-4), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-6);
      letter-spacing: var(--letter-spacing-6);
    }
    .rt-AvatarRoot.xl\:rt-r-size-6 {
      --avatar-size: 80px;
      border-radius: max(var(--radius-5), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-7);
      letter-spacing: var(--letter-spacing-7);
    }
    .rt-AvatarRoot.xl\:rt-r-size-7 {
      --avatar-size: 96px;
      border-radius: max(var(--radius-5), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-7);
      letter-spacing: var(--letter-spacing-7);
    }
    .rt-AvatarRoot.xl\:rt-r-size-8 {
      --avatar-size: 128px;
      border-radius: max(var(--radius-6), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-8);
      letter-spacing: var(--letter-spacing-8);
    }
    .rt-AvatarRoot.xl\:rt-r-size-9 {
      --avatar-size: 160px;
      border-radius: max(var(--radius-6), var(--radius-full));
      --avatar-font-size-one-letter: var(--font-size-9);
      letter-spacing: var(--letter-spacing-9);
    }
}
/***************************************************************************************************
 *                                                                                                 *
 * VARIANTS                                                                                        *
 *                                                                                                 *
 ***************************************************************************************************/
/* solid */
.rt-AvatarRoot.rt-variant-solid .rt-AvatarFallback {
    background-color: var(--accent-9);
    color: var(--accent-9-contrast);
  }
.rt-AvatarRoot.rt-variant-solid:where(.rt-high-contrast) .rt-AvatarFallback {
    background-color: var(--accent-12);
    color: var(--accent-1);
  }
/* soft */
.rt-AvatarRoot.rt-variant-soft .rt-AvatarFallback {
    background-color: var(--accent-a3);
    color: var(--accent-a11);
  }
.rt-AvatarRoot.rt-variant-soft:where(.rt-high-contrast) .rt-AvatarFallback {
    color: var(--accent-12);
  }
.rt-Badge {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  white-space: nowrap;
  font-weight: var(--font-weight-medium);
  flex-shrink: 0;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
}
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
@media all {
    .rt-Badge.rt-r-size-1 {
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
      padding: calc(var(--space-1) / 2) var(--space-2);
      gap: var(--space-1);
      border-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-Badge.rt-r-size-2 {
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
      padding: calc(var(--space-1) * 1.5) var(--space-4);
      gap: var(--space-2);
      border-radius: max(var(--radius-2), var(--radius-full));
    }
}
@media (min-width: 520px) {
    .rt-Badge.xs\:rt-r-size-1 {
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
      padding: calc(var(--space-1) / 2) var(--space-2);
      gap: var(--space-1);
      border-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-Badge.xs\:rt-r-size-2 {
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
      padding: calc(var(--space-1) * 1.5) var(--space-4);
      gap: var(--space-2);
      border-radius: max(var(--radius-2), var(--radius-full));
    }
}
@media (min-width: 768px) {
    .rt-Badge.sm\:rt-r-size-1 {
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
      padding: calc(var(--space-1) / 2) var(--space-2);
      gap: var(--space-1);
      border-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-Badge.sm\:rt-r-size-2 {
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
      padding: calc(var(--space-1) * 1.5) var(--space-4);
      gap: var(--space-2);
      border-radius: max(var(--radius-2), var(--radius-full));
    }
}
@media (min-width: 1024px) {
    .rt-Badge.md\:rt-r-size-1 {
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
      padding: calc(var(--space-1) / 2) var(--space-2);
      gap: var(--space-1);
      border-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-Badge.md\:rt-r-size-2 {
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
      padding: calc(var(--space-1) * 1.5) var(--space-4);
      gap: var(--space-2);
      border-radius: max(var(--radius-2), var(--radius-full));
    }
}
@media (min-width: 1280px) {
    .rt-Badge.lg\:rt-r-size-1 {
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
      padding: calc(var(--space-1) / 2) var(--space-2);
      gap: var(--space-1);
      border-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-Badge.lg\:rt-r-size-2 {
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
      padding: calc(var(--space-1) * 1.5) var(--space-4);
      gap: var(--space-2);
      border-radius: max(var(--radius-2), var(--radius-full));
    }
}
@media (min-width: 1640px) {
    .rt-Badge.xl\:rt-r-size-1 {
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
      padding: calc(var(--space-1) / 2) var(--space-2);
      gap: var(--space-1);
      border-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-Badge.xl\:rt-r-size-2 {
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
      padding: calc(var(--space-1) * 1.5) var(--space-4);
      gap: var(--space-2);
      border-radius: max(var(--radius-2), var(--radius-full));
    }
}
/***************************************************************************************************
 *                                                                                                 *
 * VARIANTS                                                                                        *
 *                                                                                                 *
 ***************************************************************************************************/
/* solid */
.rt-Badge.rt-variant-solid {
  background-color: var(--accent-9);
  color: var(--accent-9-contrast);
}
.rt-Badge.rt-variant-solid:where(.rt-high-contrast) {
    background-color: var(--accent-12);
    color: var(--accent-1);
  }
/* surface */
.rt-Badge.rt-variant-surface {
  background-color: var(--color-surface-accent);
  box-shadow: inset 0 0 0 1px var(--accent-a7);
  color: var(--accent-a11);
}
.rt-Badge.rt-variant-surface:where(.rt-high-contrast) {
    color: var(--accent-12);
  }
/* soft */
.rt-Badge.rt-variant-soft {
  background-color: var(--accent-a3);
  color: var(--accent-a11);
}
.rt-Badge.rt-variant-soft:where(.rt-high-contrast) {
    color: var(--accent-12);
  }
/* outline */
.rt-Badge.rt-variant-outline {
  box-shadow: inset 0 0 0 1px var(--accent-a8);
  color: var(--accent-a11);
}
.rt-Badge.rt-variant-outline:where(.rt-high-contrast) {
    box-shadow: inset 0 0 0 1px var(--accent-a7), inset 0 0 0 1px var(--gray-a11);
    color: var(--accent-12);
  }
.rt-Blockquote {
  border-left: max(var(--space-1), 0.25em) solid var(--accent-a6);
  padding-left: min(var(--space-5), max(var(--space-3), 0.5em));
}
.rt-Box {
  box-sizing: border-box;
}
.rt-BaseButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: top;
}
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
.rt-BaseButton:where(:not(.rt-variant-ghost)) {
    height: var(--base-button-height);
  }
.rt-BaseButton:where(.rt-variant-ghost) {
    box-sizing: content-box;
    height: -moz-fit-content;
    height: fit-content;
  }
@media all {
    .rt-BaseButton.rt-r-size-1 {
      --base-button__classic-active__offset-override: 1px;
      --base-button-height: var(--space-5);
      border-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-BaseButton.rt-r-size-2 {
      --base-button-height: var(--space-6);
      border-radius: max(var(--radius-2), var(--radius-full));
    }
    .rt-BaseButton.rt-r-size-3 {
      --base-button-height: var(--space-7);
      border-radius: max(var(--radius-3), var(--radius-full));
    }
    .rt-BaseButton.rt-r-size-4 {
      --base-button-height: var(--space-8);
      border-radius: max(var(--radius-4), var(--radius-full));
    }
}
@media (min-width: 520px) {
    .rt-BaseButton.xs\:rt-r-size-1 {
      --base-button__classic-active__offset-override: 1px;
      --base-button-height: var(--space-5);
      border-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-BaseButton.xs\:rt-r-size-2 {
      --base-button-height: var(--space-6);
      border-radius: max(var(--radius-2), var(--radius-full));
    }
    .rt-BaseButton.xs\:rt-r-size-3 {
      --base-button-height: var(--space-7);
      border-radius: max(var(--radius-3), var(--radius-full));
    }
    .rt-BaseButton.xs\:rt-r-size-4 {
      --base-button-height: var(--space-8);
      border-radius: max(var(--radius-4), var(--radius-full));
    }
}
@media (min-width: 768px) {
    .rt-BaseButton.sm\:rt-r-size-1 {
      --base-button__classic-active__offset-override: 1px;
      --base-button-height: var(--space-5);
      border-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-BaseButton.sm\:rt-r-size-2 {
      --base-button-height: var(--space-6);
      border-radius: max(var(--radius-2), var(--radius-full));
    }
    .rt-BaseButton.sm\:rt-r-size-3 {
      --base-button-height: var(--space-7);
      border-radius: max(var(--radius-3), var(--radius-full));
    }
    .rt-BaseButton.sm\:rt-r-size-4 {
      --base-button-height: var(--space-8);
      border-radius: max(var(--radius-4), var(--radius-full));
    }
}
@media (min-width: 1024px) {
    .rt-BaseButton.md\:rt-r-size-1 {
      --base-button__classic-active__offset-override: 1px;
      --base-button-height: var(--space-5);
      border-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-BaseButton.md\:rt-r-size-2 {
      --base-button-height: var(--space-6);
      border-radius: max(var(--radius-2), var(--radius-full));
    }
    .rt-BaseButton.md\:rt-r-size-3 {
      --base-button-height: var(--space-7);
      border-radius: max(var(--radius-3), var(--radius-full));
    }
    .rt-BaseButton.md\:rt-r-size-4 {
      --base-button-height: var(--space-8);
      border-radius: max(var(--radius-4), var(--radius-full));
    }
}
@media (min-width: 1280px) {
    .rt-BaseButton.lg\:rt-r-size-1 {
      --base-button__classic-active__offset-override: 1px;
      --base-button-height: var(--space-5);
      border-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-BaseButton.lg\:rt-r-size-2 {
      --base-button-height: var(--space-6);
      border-radius: max(var(--radius-2), var(--radius-full));
    }
    .rt-BaseButton.lg\:rt-r-size-3 {
      --base-button-height: var(--space-7);
      border-radius: max(var(--radius-3), var(--radius-full));
    }
    .rt-BaseButton.lg\:rt-r-size-4 {
      --base-button-height: var(--space-8);
      border-radius: max(var(--radius-4), var(--radius-full));
    }
}
@media (min-width: 1640px) {
    .rt-BaseButton.xl\:rt-r-size-1 {
      --base-button__classic-active__offset-override: 1px;
      --base-button-height: var(--space-5);
      border-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-BaseButton.xl\:rt-r-size-2 {
      --base-button-height: var(--space-6);
      border-radius: max(var(--radius-2), var(--radius-full));
    }
    .rt-BaseButton.xl\:rt-r-size-3 {
      --base-button-height: var(--space-7);
      border-radius: max(var(--radius-3), var(--radius-full));
    }
    .rt-BaseButton.xl\:rt-r-size-4 {
      --base-button-height: var(--space-8);
      border-radius: max(var(--radius-4), var(--radius-full));
    }
}
/***************************************************************************************************
 *                                                                                                 *
 * VARIANTS                                                                                        *
 *                                                                                                 *
 ***************************************************************************************************/
/* classic */
.radix-themes {
  --button__classic__pseudo-inset: 1px;
  --button__classic__border: initial;
  --button__classic-hover-high-contrast__overlay-color: var(--black-a7);

  /* prettier-ignore */
  --button__classic__shadows:
		/* top sharp inner-shine */
		inset 0 1px 0 1px var(--white-a10),
		/* top soft inner-shine */
		inset 0 6px 4px -4px var(--white-a8),
		/* bottom inner-shadow */
		inset 0 -1px 0.5px 1px var(--black-a8)
	;

  /* prettier-ignore */
  --button__classic-active__shadows:
		/* top sharp inner-shadow */
		inset 0 1px 0 1px var(--black-a4),
		/* top soft inner-shadow */
		inset 0 6px 4px -4px var(--black-a8),
		/* bottom soft inner-shine */
		inset 0 -1px 0 1px var(--white-a3),
		/* bottom soft inner-shine */
		inset 0 -6px 4px -4px var(--white-a6)
	;
}
:is(.dark, .dark-theme),
:is(.dark, .dark-theme) .radix-themes:not(.light, .light-theme) {
  --button__classic__pseudo-inset: 0px;
  --button__classic__border: 0 0 0 1px var(--black-a8);
  --button__classic-hover-high-contrast__overlay-color: var(--black-a4);

  /* prettier-ignore */
  --button__classic__shadows:
		/* top sharp inner-shine */
		inset 0 1px 0 0 var(--white-a8),
		/* top soft inner-shine */
		inset 0 5px 3px -3px var(--white-a8),
		/* bottom inner-shadow */
		inset 0 -1px 0.5px 0 var(--black-a10)
	;

  /* prettier-ignore */
  --button__classic-active__shadows:
		/* top sharp inner-shadow */
		inset 0 1px 0 0 var(--black-a5),
		/* top soft inner-shadow */
		inset 0 5px 3px -3px var(--black-a8),
		/* bottom soft inner-shine */
		inset 0 -1px 0 0 var(--white-a3),
		/* bottom soft inner-shine */
		inset 0 -5px 3px -3px var(--white-a6)
	;
}
.rt-BaseButton.rt-variant-classic {
  background-color: var(--accent-9);
  background-image: linear-gradient(var(--black-a2), transparent 50%);
  color: var(--accent-9-contrast);

  /* prettier-ignore */
  --button__classic__box-shadow:
		/* border */
		var(--button__classic__border, inset 0 0 0 1px var(--black-a5), inset 0 0 0 1px var(--accent-10)),
		var(--button__classic__shadows)
	;

  box-shadow: var(--button__classic__box-shadow);

  position: relative;
  z-index: 0;
}
@media (hover: hover) {
    .rt-BaseButton.rt-variant-classic:where(:hover) {
      background-image: linear-gradient(var(--black-a4), transparent);
    }

      .rt-BaseButton.rt-variant-classic:where(:hover):where(.rt-high-contrast) {
        background-image: linear-gradient(
          var(--button__classic-hover-high-contrast__overlay-color),
          var(--button__classic-hover-high-contrast__overlay-color)
        );
      }
  }
.rt-BaseButton.rt-variant-classic:where([data-state='open']) {
    background-image: linear-gradient(var(--black-a4), transparent);
  }
.rt-BaseButton.rt-variant-classic:where([data-state='open']):where(.rt-high-contrast) {
      background-image: linear-gradient(
        var(--button__classic-hover-high-contrast__overlay-color),
        var(--button__classic-hover-high-contrast__overlay-color)
      );
    }
.rt-BaseButton.rt-variant-classic:where(:active:not([data-state='open'], :disabled)) {
    background-image: linear-gradient(var(--black-a6), transparent);
    padding-top: var(--base-button__classic-active__offset-override, 2px);

    /* prettier-ignore */
    --button__classic__box-shadow:
			/* border */
			var(--button__classic__border, inset 0 0 0 1px var(--black-a10), inset 0 0 0 1px var(--accent-10)),
			var(--button__classic-active__shadows)
		;
  }
.rt-BaseButton.rt-variant-classic:where(:active:not([data-state='open'], :disabled))::after {
      opacity: 0;
    }
.rt-BaseButton.rt-variant-classic::before,
  .rt-BaseButton.rt-variant-classic::after {
    content: '';
    position: absolute;
    inset: var(--button__classic__pseudo-inset);
    border-radius: inherit;
    pointer-events: none;
  }
.rt-BaseButton.rt-variant-classic::before {
    z-index: 1;
    background-image: linear-gradient(var(--accent-a4), transparent 50%);
    mix-blend-mode: darken;
  }
.rt-BaseButton.rt-variant-classic::after {
    z-index: 2;
    background-image: linear-gradient(transparent 50%, var(--white-a8));
    mix-blend-mode: soft-light;
  }
.rt-BaseButton.rt-variant-classic:where(:focus-visible) {
    box-shadow: 0 0 0 2px var(--accent-3), 0 0 0 4px var(--accent-a8),
      var(--button__classic__box-shadow);
  }
.rt-BaseButton.rt-variant-classic:where(.rt-high-contrast) {
    background-color: var(--accent-12);
    color: var(--gray-1);

    /* prettier-ignore */
    --button__classic__box-shadow:
			/* border */
			var(--button__classic__border, inset 0 0 0 1px var(--black-a8), inset 0 0 0 1px var(--accent-12)),
			var(--button__classic__shadows)
		;
  }
.rt-BaseButton.rt-variant-classic:where(.rt-high-contrast):active:not([data-state='open']) {
      /* prettier-ignore */
      --button__classic__box-shadow:
				/* border */
				var(--button__classic__border, inset 0 0 0 1px var(--black-a10), inset 0 0 0 1px var(--accent-12)),
				var(--button__classic-active__shadows)
			;
    }
/* solid */
.radix-themes {
  --button-filter__solid-active: brightness(0.92) saturate(1.1);

  --button-filter__solid-high-contrast-hover: contrast(0.88) saturate(1.1) brightness(1.1);
  --button-filter__solid-high-contrast-active: contrast(0.82) saturate(1.2) brightness(1.16);
}
:is(.dark, .dark-theme),
:is(.dark, .dark-theme) .radix-themes:not(.light, .light-theme) {
  --button-filter__solid-active: brightness(1.08);

  --button-filter__solid-high-contrast-hover: brightness(0.95) saturate(1.1);
  --button-filter__solid-high-contrast-active: brightness(0.9) saturate(1.2);
}
.rt-BaseButton.rt-variant-solid {
  background-color: var(--accent-9);
  color: var(--accent-9-contrast);
}
@media (hover: hover) {
    .rt-BaseButton.rt-variant-solid:where(:hover) {
      background-color: var(--accent-10);
    }
  }
.rt-BaseButton.rt-variant-solid:where([data-state='open']) {
    background-color: var(--accent-10);
  }
.rt-BaseButton.rt-variant-solid:where(:active:not([data-state='open'])) {
    background-color: var(--accent-10);
    filter: var(--button-filter__solid-active);
  }
.rt-BaseButton.rt-variant-solid:where(:focus-visible) {
    box-shadow: 0 0 0 2px var(--accent-3), 0 0 0 4px var(--accent-a8);
  }
.rt-BaseButton.rt-variant-solid:where(.rt-high-contrast) {
    background-color: var(--accent-12);
    color: var(--gray-1);
  }
@media (hover: hover) {
      .rt-BaseButton.rt-variant-solid:where(.rt-high-contrast):where(:hover) {
        background-color: var(--accent-12);
        filter: var(--button-filter__solid-high-contrast-hover);
      }
    }
.rt-BaseButton.rt-variant-solid:where(.rt-high-contrast):where([data-state='open']) {
      background-color: var(--accent-12);
      filter: var(--button-filter__solid-high-contrast-hover);
    }
.rt-BaseButton.rt-variant-solid:where(.rt-high-contrast):where(:active:not([data-state='open'])) {
      background-color: var(--accent-12);
      filter: var(--button-filter__solid-high-contrast-active);
    }
/* soft / ghost */
.rt-BaseButton.rt-variant-soft,
.rt-BaseButton.rt-variant-ghost {
  color: var(--accent-a11);
}
.rt-BaseButton.rt-variant-soft:where(:focus-visible), .rt-BaseButton.rt-variant-ghost:where(:focus-visible) {
    box-shadow: inset 0 0 0 1px var(--accent-8), 0 0 0 1px var(--accent-a8);
  }
.rt-BaseButton.rt-variant-soft:where(.rt-high-contrast), .rt-BaseButton.rt-variant-ghost:where(.rt-high-contrast) {
    color: var(--accent-12);
  }
.rt-BaseButton.rt-variant-soft {
  background-color: var(--accent-a3);
}
@media (hover: hover) {
    .rt-BaseButton.rt-variant-soft:where(:hover) {
      background-color: var(--accent-a4);
    }
  }
.rt-BaseButton.rt-variant-soft:where([data-state='open']) {
    background-color: var(--accent-a4);
  }
.rt-BaseButton.rt-variant-soft:where(:active:not([data-state='open'])) {
    background-color: var(--accent-a5);
  }
@media (hover: hover) {
    .rt-BaseButton.rt-variant-ghost:where(:hover) {
      background-color: var(--accent-a3);
    }
  }
.rt-BaseButton.rt-variant-ghost:where([data-state='open']) {
    background-color: var(--accent-a3);
  }
.rt-BaseButton.rt-variant-ghost:where(:active:not([data-state='open'])) {
    background-color: var(--accent-a4);
  }
/* outline */
.rt-BaseButton.rt-variant-outline {
  box-shadow: inset 0 0 0 1px var(--accent-a8);
  color: var(--accent-a11);
}
@media (hover: hover) {
    .rt-BaseButton.rt-variant-outline:where(:hover) {
      background-color: var(--accent-a2);
    }
  }
.rt-BaseButton.rt-variant-outline:where([data-state='open']) {
    background-color: var(--accent-a2);
  }
.rt-BaseButton.rt-variant-outline:where(:active:not([data-state='open'])) {
    background-color: var(--accent-a3);
  }
.rt-BaseButton.rt-variant-outline:where(:focus-visible) {
    box-shadow: inset 0 0 0 1px var(--accent-a8), 0 0 0 1px var(--accent-a8);
  }
.rt-BaseButton.rt-variant-outline:where(.rt-high-contrast) {
    box-shadow: inset 0 0 0 1px var(--accent-a7), inset 0 0 0 1px var(--gray-a11);
    color: var(--accent-12);
  }
.rt-BaseButton.rt-variant-outline:where(.rt-high-contrast):where(:focus-visible) {
      box-shadow: inset 0 0 0 1px var(--accent-a7), inset 0 0 0 1px var(--gray-a12),
        0 0 0 1px var(--accent-a7), 0 0 0 1px var(--gray-a12);
    }
/* surface */
.rt-BaseButton.rt-variant-surface {
  background-color: var(--color-surface-accent);
  box-shadow: inset 0 0 0 1px var(--accent-a7);
  color: var(--accent-a11);
}
@media (hover: hover) {
    .rt-BaseButton.rt-variant-surface:where(:hover) {
      box-shadow: inset 0 0 0 1px var(--accent-a8);
    }
  }
.rt-BaseButton.rt-variant-surface:where([data-state='open']) {
    box-shadow: inset 0 0 0 1px var(--accent-a8);
  }
.rt-BaseButton.rt-variant-surface:where(:active:not([data-state='open'])) {
    background-color: var(--accent-a3);
    box-shadow: inset 0 0 0 1px var(--accent-a8);
  }
.rt-BaseButton.rt-variant-surface:where(:focus-visible) {
    box-shadow: inset 0 0 0 1px var(--accent-8), 0 0 0 1px var(--accent-a8);
  }
.rt-BaseButton.rt-variant-surface:where(.rt-high-contrast) {
    color: var(--accent-12);
  }
/* all disabled buttons */
.rt-BaseButton:disabled {
  color: var(--gray-a8);
  cursor: not-allowed;
  box-shadow: none;
  filter: none;
  background-color: transparent;
  background-image: none;
}
.rt-BaseButton:disabled:where(:not(.rt-variant-ghost)) {
    background-color: var(--gray-a3);
  }
.rt-BaseButton:disabled::before,
  .rt-BaseButton:disabled::after {
    display: none;
  }
.rt-Button:where(:not(.rt-variant-ghost)) svg {
      opacity: 0.9;
    }
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
.rt-Button:where(.rt-variant-ghost) {
    padding: var(--button-ghost-padding-y) var(--button-ghost-padding-x);
    /* If a margin IS defined on the component itself, the utility class will win and reset it */
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;

    /* Define the overrides to incorporate the negative margins */
    --margin-top-override: calc(var(--margin-top, 0px) - var(--button-ghost-padding-y));
    --margin-right-override: calc(var(--margin-right, 0px) - var(--button-ghost-padding-x));
    --margin-bottom-override: calc(var(--margin-bottom, 0px) - var(--button-ghost-padding-y));
    --margin-left-override: calc(var(--margin-left, 0px) - var(--button-ghost-padding-x));

    margin: var(--margin-top-override) var(--margin-right-override) var(--margin-bottom-override)
      var(--margin-left-override);

    /* We reset the defined margin variables to avoid inheriting them from a higher component */

    /* Reset the overrides on direct children */
  }
:where(.rt-Button:where(.rt-variant-ghost)) > * {
      --margin-top-override: initial;
      --margin-right-override: initial;
      --margin-bottom-override: initial;
      --margin-left-override: initial;
    }
@media all {
    .rt-Button.rt-r-size-1 {
      gap: var(--space-1);
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
    }

      .rt-Button.rt-r-size-1:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-2);
        padding-right: var(--space-2);
      }
      .rt-Button.rt-r-size-1:where(.rt-variant-ghost) {
        gap: var(--space-1);
        --button-ghost-padding-x: var(--space-2);
        --button-ghost-padding-y: var(--space-1);
      }
    .rt-Button.rt-r-size-2 {
      gap: var(--space-2);
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
    }

      .rt-Button.rt-r-size-2:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-3);
        padding-right: var(--space-3);
      }
      .rt-Button.rt-r-size-2:where(.rt-variant-ghost) {
        gap: var(--space-1);
        --button-ghost-padding-x: var(--space-2);
        --button-ghost-padding-y: var(--space-1);
      }
    .rt-Button.rt-r-size-3 {
      gap: var(--space-3);
      font-size: var(--font-size-3);
      line-height: var(--line-height-3);
      letter-spacing: var(--letter-spacing-3);
    }

      .rt-Button.rt-r-size-3:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-4);
        padding-right: var(--space-4);
      }
      .rt-Button.rt-r-size-3:where(.rt-variant-ghost) {
        gap: var(--space-2);
        --button-ghost-padding-x: var(--space-3);
        --button-ghost-padding-y: calc(var(--space-1) * 1.5);
      }
    .rt-Button.rt-r-size-4 {
      gap: var(--space-3);
      font-size: var(--font-size-4);
      line-height: var(--line-height-4);
      letter-spacing: var(--letter-spacing-4);
    }

      .rt-Button.rt-r-size-4:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-5);
        padding-right: var(--space-5);
      }
      .rt-Button.rt-r-size-4:where(.rt-variant-ghost) {
        gap: var(--space-2);
        --button-ghost-padding-x: var(--space-4);
        --button-ghost-padding-y: var(--space-2);
      }
}
@media (min-width: 520px) {
    .rt-Button.xs\:rt-r-size-1 {
      gap: var(--space-1);
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
    }

      .rt-Button.xs\:rt-r-size-1:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-2);
        padding-right: var(--space-2);
      }
      .rt-Button.xs\:rt-r-size-1:where(.rt-variant-ghost) {
        gap: var(--space-1);
        --button-ghost-padding-x: var(--space-2);
        --button-ghost-padding-y: var(--space-1);
      }
    .rt-Button.xs\:rt-r-size-2 {
      gap: var(--space-2);
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
    }

      .rt-Button.xs\:rt-r-size-2:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-3);
        padding-right: var(--space-3);
      }
      .rt-Button.xs\:rt-r-size-2:where(.rt-variant-ghost) {
        gap: var(--space-1);
        --button-ghost-padding-x: var(--space-2);
        --button-ghost-padding-y: var(--space-1);
      }
    .rt-Button.xs\:rt-r-size-3 {
      gap: var(--space-3);
      font-size: var(--font-size-3);
      line-height: var(--line-height-3);
      letter-spacing: var(--letter-spacing-3);
    }

      .rt-Button.xs\:rt-r-size-3:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-4);
        padding-right: var(--space-4);
      }
      .rt-Button.xs\:rt-r-size-3:where(.rt-variant-ghost) {
        gap: var(--space-2);
        --button-ghost-padding-x: var(--space-3);
        --button-ghost-padding-y: calc(var(--space-1) * 1.5);
      }
    .rt-Button.xs\:rt-r-size-4 {
      gap: var(--space-3);
      font-size: var(--font-size-4);
      line-height: var(--line-height-4);
      letter-spacing: var(--letter-spacing-4);
    }

      .rt-Button.xs\:rt-r-size-4:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-5);
        padding-right: var(--space-5);
      }
      .rt-Button.xs\:rt-r-size-4:where(.rt-variant-ghost) {
        gap: var(--space-2);
        --button-ghost-padding-x: var(--space-4);
        --button-ghost-padding-y: var(--space-2);
      }
}
@media (min-width: 768px) {
    .rt-Button.sm\:rt-r-size-1 {
      gap: var(--space-1);
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
    }

      .rt-Button.sm\:rt-r-size-1:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-2);
        padding-right: var(--space-2);
      }
      .rt-Button.sm\:rt-r-size-1:where(.rt-variant-ghost) {
        gap: var(--space-1);
        --button-ghost-padding-x: var(--space-2);
        --button-ghost-padding-y: var(--space-1);
      }
    .rt-Button.sm\:rt-r-size-2 {
      gap: var(--space-2);
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
    }

      .rt-Button.sm\:rt-r-size-2:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-3);
        padding-right: var(--space-3);
      }
      .rt-Button.sm\:rt-r-size-2:where(.rt-variant-ghost) {
        gap: var(--space-1);
        --button-ghost-padding-x: var(--space-2);
        --button-ghost-padding-y: var(--space-1);
      }
    .rt-Button.sm\:rt-r-size-3 {
      gap: var(--space-3);
      font-size: var(--font-size-3);
      line-height: var(--line-height-3);
      letter-spacing: var(--letter-spacing-3);
    }

      .rt-Button.sm\:rt-r-size-3:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-4);
        padding-right: var(--space-4);
      }
      .rt-Button.sm\:rt-r-size-3:where(.rt-variant-ghost) {
        gap: var(--space-2);
        --button-ghost-padding-x: var(--space-3);
        --button-ghost-padding-y: calc(var(--space-1) * 1.5);
      }
    .rt-Button.sm\:rt-r-size-4 {
      gap: var(--space-3);
      font-size: var(--font-size-4);
      line-height: var(--line-height-4);
      letter-spacing: var(--letter-spacing-4);
    }

      .rt-Button.sm\:rt-r-size-4:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-5);
        padding-right: var(--space-5);
      }
      .rt-Button.sm\:rt-r-size-4:where(.rt-variant-ghost) {
        gap: var(--space-2);
        --button-ghost-padding-x: var(--space-4);
        --button-ghost-padding-y: var(--space-2);
      }
}
@media (min-width: 1024px) {
    .rt-Button.md\:rt-r-size-1 {
      gap: var(--space-1);
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
    }

      .rt-Button.md\:rt-r-size-1:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-2);
        padding-right: var(--space-2);
      }
      .rt-Button.md\:rt-r-size-1:where(.rt-variant-ghost) {
        gap: var(--space-1);
        --button-ghost-padding-x: var(--space-2);
        --button-ghost-padding-y: var(--space-1);
      }
    .rt-Button.md\:rt-r-size-2 {
      gap: var(--space-2);
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
    }

      .rt-Button.md\:rt-r-size-2:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-3);
        padding-right: var(--space-3);
      }
      .rt-Button.md\:rt-r-size-2:where(.rt-variant-ghost) {
        gap: var(--space-1);
        --button-ghost-padding-x: var(--space-2);
        --button-ghost-padding-y: var(--space-1);
      }
    .rt-Button.md\:rt-r-size-3 {
      gap: var(--space-3);
      font-size: var(--font-size-3);
      line-height: var(--line-height-3);
      letter-spacing: var(--letter-spacing-3);
    }

      .rt-Button.md\:rt-r-size-3:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-4);
        padding-right: var(--space-4);
      }
      .rt-Button.md\:rt-r-size-3:where(.rt-variant-ghost) {
        gap: var(--space-2);
        --button-ghost-padding-x: var(--space-3);
        --button-ghost-padding-y: calc(var(--space-1) * 1.5);
      }
    .rt-Button.md\:rt-r-size-4 {
      gap: var(--space-3);
      font-size: var(--font-size-4);
      line-height: var(--line-height-4);
      letter-spacing: var(--letter-spacing-4);
    }

      .rt-Button.md\:rt-r-size-4:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-5);
        padding-right: var(--space-5);
      }
      .rt-Button.md\:rt-r-size-4:where(.rt-variant-ghost) {
        gap: var(--space-2);
        --button-ghost-padding-x: var(--space-4);
        --button-ghost-padding-y: var(--space-2);
      }
}
@media (min-width: 1280px) {
    .rt-Button.lg\:rt-r-size-1 {
      gap: var(--space-1);
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
    }

      .rt-Button.lg\:rt-r-size-1:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-2);
        padding-right: var(--space-2);
      }
      .rt-Button.lg\:rt-r-size-1:where(.rt-variant-ghost) {
        gap: var(--space-1);
        --button-ghost-padding-x: var(--space-2);
        --button-ghost-padding-y: var(--space-1);
      }
    .rt-Button.lg\:rt-r-size-2 {
      gap: var(--space-2);
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
    }

      .rt-Button.lg\:rt-r-size-2:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-3);
        padding-right: var(--space-3);
      }
      .rt-Button.lg\:rt-r-size-2:where(.rt-variant-ghost) {
        gap: var(--space-1);
        --button-ghost-padding-x: var(--space-2);
        --button-ghost-padding-y: var(--space-1);
      }
    .rt-Button.lg\:rt-r-size-3 {
      gap: var(--space-3);
      font-size: var(--font-size-3);
      line-height: var(--line-height-3);
      letter-spacing: var(--letter-spacing-3);
    }

      .rt-Button.lg\:rt-r-size-3:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-4);
        padding-right: var(--space-4);
      }
      .rt-Button.lg\:rt-r-size-3:where(.rt-variant-ghost) {
        gap: var(--space-2);
        --button-ghost-padding-x: var(--space-3);
        --button-ghost-padding-y: calc(var(--space-1) * 1.5);
      }
    .rt-Button.lg\:rt-r-size-4 {
      gap: var(--space-3);
      font-size: var(--font-size-4);
      line-height: var(--line-height-4);
      letter-spacing: var(--letter-spacing-4);
    }

      .rt-Button.lg\:rt-r-size-4:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-5);
        padding-right: var(--space-5);
      }
      .rt-Button.lg\:rt-r-size-4:where(.rt-variant-ghost) {
        gap: var(--space-2);
        --button-ghost-padding-x: var(--space-4);
        --button-ghost-padding-y: var(--space-2);
      }
}
@media (min-width: 1640px) {
    .rt-Button.xl\:rt-r-size-1 {
      gap: var(--space-1);
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
    }

      .rt-Button.xl\:rt-r-size-1:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-2);
        padding-right: var(--space-2);
      }
      .rt-Button.xl\:rt-r-size-1:where(.rt-variant-ghost) {
        gap: var(--space-1);
        --button-ghost-padding-x: var(--space-2);
        --button-ghost-padding-y: var(--space-1);
      }
    .rt-Button.xl\:rt-r-size-2 {
      gap: var(--space-2);
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
    }

      .rt-Button.xl\:rt-r-size-2:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-3);
        padding-right: var(--space-3);
      }
      .rt-Button.xl\:rt-r-size-2:where(.rt-variant-ghost) {
        gap: var(--space-1);
        --button-ghost-padding-x: var(--space-2);
        --button-ghost-padding-y: var(--space-1);
      }
    .rt-Button.xl\:rt-r-size-3 {
      gap: var(--space-3);
      font-size: var(--font-size-3);
      line-height: var(--line-height-3);
      letter-spacing: var(--letter-spacing-3);
    }

      .rt-Button.xl\:rt-r-size-3:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-4);
        padding-right: var(--space-4);
      }
      .rt-Button.xl\:rt-r-size-3:where(.rt-variant-ghost) {
        gap: var(--space-2);
        --button-ghost-padding-x: var(--space-3);
        --button-ghost-padding-y: calc(var(--space-1) * 1.5);
      }
    .rt-Button.xl\:rt-r-size-4 {
      gap: var(--space-3);
      font-size: var(--font-size-4);
      line-height: var(--line-height-4);
      letter-spacing: var(--letter-spacing-4);
    }

      .rt-Button.xl\:rt-r-size-4:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-5);
        padding-right: var(--space-5);
      }
      .rt-Button.xl\:rt-r-size-4:where(.rt-variant-ghost) {
        gap: var(--space-2);
        --button-ghost-padding-x: var(--space-4);
        --button-ghost-padding-y: var(--space-2);
      }
}
/***************************************************************************************************
 *                                                                                                 *
 * VARIANTS                                                                                        *
 *                                                                                                 *
 ***************************************************************************************************/
.rt-Button:where(:not(.rt-variant-ghost)) {
  font-weight: var(--font-weight-medium);
}
.rt-CalloutRoot {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  text-align: left;
}
.rt-CalloutIcon {
  display: inline-flex;
  align-items: center;
  vertical-align: bottom;
  flex-shrink: 0;

  height: var(--line-height);
}
.rt-CalloutIcon > svg {
    display: block;
  }
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
@media all {
    .rt-CalloutRoot.rt-r-size-1 {
      gap: var(--space-2);
      padding: var(--space-3);
      border-radius: var(--radius-3);
    }
    .rt-CalloutRoot.rt-r-size-2 {
      gap: var(--space-3);
      padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-CalloutRoot.rt-r-size-3 {
      gap: var(--space-4);
      padding: var(--space-5);
      border-radius: var(--radius-5);
    }
}
@media (min-width: 520px) {
    .rt-CalloutRoot.xs\:rt-r-size-1 {
      gap: var(--space-2);
      padding: var(--space-3);
      border-radius: var(--radius-3);
    }
    .rt-CalloutRoot.xs\:rt-r-size-2 {
      gap: var(--space-3);
      padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-CalloutRoot.xs\:rt-r-size-3 {
      gap: var(--space-4);
      padding: var(--space-5);
      border-radius: var(--radius-5);
    }
}
@media (min-width: 768px) {
    .rt-CalloutRoot.sm\:rt-r-size-1 {
      gap: var(--space-2);
      padding: var(--space-3);
      border-radius: var(--radius-3);
    }
    .rt-CalloutRoot.sm\:rt-r-size-2 {
      gap: var(--space-3);
      padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-CalloutRoot.sm\:rt-r-size-3 {
      gap: var(--space-4);
      padding: var(--space-5);
      border-radius: var(--radius-5);
    }
}
@media (min-width: 1024px) {
    .rt-CalloutRoot.md\:rt-r-size-1 {
      gap: var(--space-2);
      padding: var(--space-3);
      border-radius: var(--radius-3);
    }
    .rt-CalloutRoot.md\:rt-r-size-2 {
      gap: var(--space-3);
      padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-CalloutRoot.md\:rt-r-size-3 {
      gap: var(--space-4);
      padding: var(--space-5);
      border-radius: var(--radius-5);
    }
}
@media (min-width: 1280px) {
    .rt-CalloutRoot.lg\:rt-r-size-1 {
      gap: var(--space-2);
      padding: var(--space-3);
      border-radius: var(--radius-3);
    }
    .rt-CalloutRoot.lg\:rt-r-size-2 {
      gap: var(--space-3);
      padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-CalloutRoot.lg\:rt-r-size-3 {
      gap: var(--space-4);
      padding: var(--space-5);
      border-radius: var(--radius-5);
    }
}
@media (min-width: 1640px) {
    .rt-CalloutRoot.xl\:rt-r-size-1 {
      gap: var(--space-2);
      padding: var(--space-3);
      border-radius: var(--radius-3);
    }
    .rt-CalloutRoot.xl\:rt-r-size-2 {
      gap: var(--space-3);
      padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-CalloutRoot.xl\:rt-r-size-3 {
      gap: var(--space-4);
      padding: var(--space-5);
      border-radius: var(--radius-5);
    }
}
/***************************************************************************************************
 *                                                                                                 *
 * VARIANTS                                                                                        *
 *                                                                                                 *
 ***************************************************************************************************/
/* soft */
.rt-CalloutRoot.rt-variant-soft {
  background-color: var(--accent-a3);
}
/* outline / surface */
.rt-CalloutRoot.rt-variant-outline,
.rt-CalloutRoot.rt-variant-surface {
  box-shadow: inset 0 0 0 1px var(--accent-a6);
}
.rt-CalloutRoot.rt-variant-surface {
  background-color: var(--color-surface-accent);
}
.rt-Card {
  position: relative;
}
.rt-Card:where(button, a) {
    display: block;
  }
.rt-Card::after {
    inset: 0;
    position: absolute;
    pointer-events: none;
    border-radius: inherit;
    content: '';
  }
.rt-CardInner {
  position: relative;
  box-sizing: border-box;
  border-radius: inherit;
  overflow: hidden;
  height: 100%;

  /* used by Inset */
  --inset-padding: var(--card-padding);
  padding: var(--inset-padding);
}
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
.rt-Card:where(.rt-variant-ghost) {
    /* If a margin IS defined on the component itself, the utility class will win and reset it */
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;

    /* Define the overrides to incorporate the negative margins */
    --margin-top-override: calc(var(--margin-top, 0px) - var(--card-padding));
    --margin-right-override: calc(var(--margin-right, 0px) - var(--card-padding));
    --margin-bottom-override: calc(var(--margin-bottom, 0px) - var(--card-padding));
    --margin-left-override: calc(var(--margin-left, 0px) - var(--card-padding));

    margin: var(--margin-top-override) var(--margin-right-override) var(--margin-bottom-override)
      var(--margin-left-override);
    /* We reset the defined margin variables to avoid inheriting them from a higher component */

    /* Reset the overrides on direct children */
  }
:where(.rt-Card:where(.rt-variant-ghost)) > * {
      --margin-top-override: initial;
      --margin-right-override: initial;
      --margin-bottom-override: initial;
      --margin-left-override: initial;
    }
@media all {
    .rt-Card.rt-r-size-1 {
      --card-padding: var(--space-3);
      border-radius: var(--radius-4);
    }
    .rt-Card.rt-r-size-2 {
      --card-padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-Card.rt-r-size-3 {
      --card-padding: var(--space-5);
      border-radius: var(--radius-5);
    }
    .rt-Card.rt-r-size-4 {
      --card-padding: var(--space-6);
      border-radius: var(--radius-5);
    }
    .rt-Card.rt-r-size-5 {
      --card-padding: var(--space-8);
      border-radius: var(--radius-6);
    }
}
@media (min-width: 520px) {
    .rt-Card.xs\:rt-r-size-1 {
      --card-padding: var(--space-3);
      border-radius: var(--radius-4);
    }
    .rt-Card.xs\:rt-r-size-2 {
      --card-padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-Card.xs\:rt-r-size-3 {
      --card-padding: var(--space-5);
      border-radius: var(--radius-5);
    }
    .rt-Card.xs\:rt-r-size-4 {
      --card-padding: var(--space-6);
      border-radius: var(--radius-5);
    }
    .rt-Card.xs\:rt-r-size-5 {
      --card-padding: var(--space-8);
      border-radius: var(--radius-6);
    }
}
@media (min-width: 768px) {
    .rt-Card.sm\:rt-r-size-1 {
      --card-padding: var(--space-3);
      border-radius: var(--radius-4);
    }
    .rt-Card.sm\:rt-r-size-2 {
      --card-padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-Card.sm\:rt-r-size-3 {
      --card-padding: var(--space-5);
      border-radius: var(--radius-5);
    }
    .rt-Card.sm\:rt-r-size-4 {
      --card-padding: var(--space-6);
      border-radius: var(--radius-5);
    }
    .rt-Card.sm\:rt-r-size-5 {
      --card-padding: var(--space-8);
      border-radius: var(--radius-6);
    }
}
@media (min-width: 1024px) {
    .rt-Card.md\:rt-r-size-1 {
      --card-padding: var(--space-3);
      border-radius: var(--radius-4);
    }
    .rt-Card.md\:rt-r-size-2 {
      --card-padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-Card.md\:rt-r-size-3 {
      --card-padding: var(--space-5);
      border-radius: var(--radius-5);
    }
    .rt-Card.md\:rt-r-size-4 {
      --card-padding: var(--space-6);
      border-radius: var(--radius-5);
    }
    .rt-Card.md\:rt-r-size-5 {
      --card-padding: var(--space-8);
      border-radius: var(--radius-6);
    }
}
@media (min-width: 1280px) {
    .rt-Card.lg\:rt-r-size-1 {
      --card-padding: var(--space-3);
      border-radius: var(--radius-4);
    }
    .rt-Card.lg\:rt-r-size-2 {
      --card-padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-Card.lg\:rt-r-size-3 {
      --card-padding: var(--space-5);
      border-radius: var(--radius-5);
    }
    .rt-Card.lg\:rt-r-size-4 {
      --card-padding: var(--space-6);
      border-radius: var(--radius-5);
    }
    .rt-Card.lg\:rt-r-size-5 {
      --card-padding: var(--space-8);
      border-radius: var(--radius-6);
    }
}
@media (min-width: 1640px) {
    .rt-Card.xl\:rt-r-size-1 {
      --card-padding: var(--space-3);
      border-radius: var(--radius-4);
    }
    .rt-Card.xl\:rt-r-size-2 {
      --card-padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-Card.xl\:rt-r-size-3 {
      --card-padding: var(--space-5);
      border-radius: var(--radius-5);
    }
    .rt-Card.xl\:rt-r-size-4 {
      --card-padding: var(--space-6);
      border-radius: var(--radius-5);
    }
    .rt-Card.xl\:rt-r-size-5 {
      --card-padding: var(--space-8);
      border-radius: var(--radius-6);
    }
}
/***************************************************************************************************
 *                                                                                                 *
 * VARIANTS                                                                                        *
 *                                                                                                 *
 ***************************************************************************************************/
/* surface */
.rt-Card.rt-variant-surface {
  background-color: var(--color-panel);
}
.rt-Card.rt-variant-surface::after {
    box-shadow: inset 0 0 0 1px var(--gray-a6);
  }
@media (hover: hover) {
      .rt-Card.rt-variant-surface:where(button, [href]):hover::after {
        box-shadow: inset 0 0 0 1px var(--gray-a8);
      }
    }
.rt-Card.rt-variant-surface:where(button, [href]):active::after {
      box-shadow: inset 0 0 0 1px var(--gray-a8), inset 0 0 0 1px var(--gray-a6);
    }
.rt-Card.rt-variant-surface:where(button, [href]):focus-visible::after {
      box-shadow: 0 0 0 2px var(--accent-a8);
    }
/* classic */
.rt-Card.rt-variant-classic {
  background-color: var(--color-panel);
}
.rt-Card.rt-variant-classic::before {
    inset: 0;
    position: absolute;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: var(--shadow-2);
    transition: box-shadow 180ms;
    content: '';
  }
@media (hover: hover) {
      .rt-Card.rt-variant-classic:where(button, [href]):hover::before {
        transition-duration: 40ms;
        box-shadow: var(--shadow-3), var(--shadow-2);
      }
    }
.rt-Card.rt-variant-classic:where(button, [href]):active::before {
      transition-duration: 40ms;
      box-shadow: var(--shadow-2), var(--shadow-2);
    }
.rt-Card.rt-variant-classic:where(button, [href]):focus-visible::after {
      box-shadow: 0 0 0 2px var(--accent-a8);
    }
/* ghost */
@media (hover: hover) {
      .rt-Card.rt-variant-ghost:where(button, [href]):hover {
        background-color: var(--gray-a3);
      }
    }
.rt-Card.rt-variant-ghost:where(button, [href]):focus-visible::after {
      box-shadow: inset 0 0 0 1px var(--accent-8), 0 0 0 1px var(--accent-a8);
    }
.rt-CheckboxRoot {
  display: inline-flex;
  align-items: center;
  vertical-align: bottom;
  flex-shrink: 0;

  /* Match Text size 2 line-height */
  height: var(--line-height-2);
}
.rt-CheckboxButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: var(--checkbox-size);
  width: var(--checkbox-size);
}
.rt-CheckboxIndicator {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--checkbox-size);
  width: var(--checkbox-size);
}
.rt-CheckboxIndicator svg {
    width: 56.25%;
    height: 56.25%;
  }
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
@media all {
    .rt-CheckboxRoot.rt-r-size-1 {
      --checkbox-size: var(--space-4);
    }
      .rt-CheckboxRoot.rt-r-size-1 .rt-CheckboxButton {
        border-radius: var(--radius-1);
      }
    .rt-CheckboxRoot.rt-r-size-2 {
      --checkbox-size: var(--space-5);
    }
      .rt-CheckboxRoot.rt-r-size-2 .rt-CheckboxButton {
        border-radius: var(--radius-2);
      }
}
@media (min-width: 520px) {
    .rt-CheckboxRoot.xs\:rt-r-size-1 {
      --checkbox-size: var(--space-4);
    }
      .rt-CheckboxRoot.xs\:rt-r-size-1 .rt-CheckboxButton {
        border-radius: var(--radius-1);
      }
    .rt-CheckboxRoot.xs\:rt-r-size-2 {
      --checkbox-size: var(--space-5);
    }
      .rt-CheckboxRoot.xs\:rt-r-size-2 .rt-CheckboxButton {
        border-radius: var(--radius-2);
      }
}
@media (min-width: 768px) {
    .rt-CheckboxRoot.sm\:rt-r-size-1 {
      --checkbox-size: var(--space-4);
    }
      .rt-CheckboxRoot.sm\:rt-r-size-1 .rt-CheckboxButton {
        border-radius: var(--radius-1);
      }
    .rt-CheckboxRoot.sm\:rt-r-size-2 {
      --checkbox-size: var(--space-5);
    }
      .rt-CheckboxRoot.sm\:rt-r-size-2 .rt-CheckboxButton {
        border-radius: var(--radius-2);
      }
}
@media (min-width: 1024px) {
    .rt-CheckboxRoot.md\:rt-r-size-1 {
      --checkbox-size: var(--space-4);
    }
      .rt-CheckboxRoot.md\:rt-r-size-1 .rt-CheckboxButton {
        border-radius: var(--radius-1);
      }
    .rt-CheckboxRoot.md\:rt-r-size-2 {
      --checkbox-size: var(--space-5);
    }
      .rt-CheckboxRoot.md\:rt-r-size-2 .rt-CheckboxButton {
        border-radius: var(--radius-2);
      }
}
@media (min-width: 1280px) {
    .rt-CheckboxRoot.lg\:rt-r-size-1 {
      --checkbox-size: var(--space-4);
    }
      .rt-CheckboxRoot.lg\:rt-r-size-1 .rt-CheckboxButton {
        border-radius: var(--radius-1);
      }
    .rt-CheckboxRoot.lg\:rt-r-size-2 {
      --checkbox-size: var(--space-5);
    }
      .rt-CheckboxRoot.lg\:rt-r-size-2 .rt-CheckboxButton {
        border-radius: var(--radius-2);
      }
}
@media (min-width: 1640px) {
    .rt-CheckboxRoot.xl\:rt-r-size-1 {
      --checkbox-size: var(--space-4);
    }
      .rt-CheckboxRoot.xl\:rt-r-size-1 .rt-CheckboxButton {
        border-radius: var(--radius-1);
      }
    .rt-CheckboxRoot.xl\:rt-r-size-2 {
      --checkbox-size: var(--space-5);
    }
      .rt-CheckboxRoot.xl\:rt-r-size-2 .rt-CheckboxButton {
        border-radius: var(--radius-2);
      }
}
/***************************************************************************************************
 *                                                                                                 *
 * VARIANTS                                                                                        *
 *                                                                                                 *
 ***************************************************************************************************/
/* surface */
.rt-CheckboxButton.rt-variant-surface:where([data-state='unchecked']) {
    background-color: var(--color-surface);
    box-shadow: inset 0 0 0 1px var(--gray-a7);
  }
.rt-CheckboxButton.rt-variant-surface:where(:focus-visible) {
    box-shadow: inset 0 0 0 1px var(--gray-a7), 0 0 0 2px var(--accent-3),
      0 0 0 4px var(--accent-a8);
  }
.rt-CheckboxButton.rt-variant-surface:where([data-state='checked']) {
    background-color: var(--accent-9);
    color: var(--accent-9-contrast);
  }
.rt-CheckboxButton.rt-variant-surface:where([data-state='checked']):where(:focus-visible) {
      box-shadow: 0 0 0 2px var(--accent-3), 0 0 0 4px var(--accent-a8);
    }
.rt-CheckboxButton.rt-variant-surface:where([data-state='checked']):where(.rt-high-contrast) {
      background-color: var(--accent-12);
      color: var(--accent-1);
    }
/* classic */
.rt-CheckboxButton.rt-variant-classic:where([data-state='unchecked']) {
    background-color: var(--color-surface);
    box-shadow: inset 0 0 0 1px var(--gray-a3), var(--shadow-1);
  }
.rt-CheckboxButton.rt-variant-classic:where(:focus-visible) {
    box-shadow: inset 0 0 0 1px var(--gray-a3), var(--shadow-1), 0 0 0 2px var(--accent-3),
      0 0 0 4px var(--accent-a8);
  }
.rt-CheckboxButton.rt-variant-classic:where([data-state='checked']) {
    background-color: var(--accent-9);
    color: var(--accent-9-contrast);
  }
.rt-CheckboxButton.rt-variant-classic:where([data-state='checked']):where(:focus-visible) {
      box-shadow: 0 0 0 2px var(--accent-3), 0 0 0 4px var(--accent-a8);
    }
.rt-CheckboxButton.rt-variant-classic:where([data-state='checked']):where(.rt-high-contrast) {
      background-color: var(--accent-12);
      color: var(--accent-1);
    }
/* soft */
.rt-CheckboxButton.rt-variant-soft {
  background-color: var(--accent-a5);
}
.rt-CheckboxButton.rt-variant-soft:where(:focus-visible) {
    box-shadow: 0 0 0 2px var(--accent-1), 0 0 0 4px var(--accent-a8);
  }
.rt-CheckboxButton.rt-variant-soft:where([data-state='checked']) {
    color: var(--accent-11);
  }
.rt-CheckboxButton.rt-variant-soft:where([data-state='checked']):where(.rt-high-contrast) {
      color: var(--accent-12);
    }
/* all disabled checkboxes */
.rt-CheckboxButton[data-disabled] {
  box-shadow: inset 0 0 0 1px var(--gray-a6);
  background-color: var(--gray-a3);
  cursor: not-allowed;
  color: var(--gray-a8);
}
.rt-Code {
  box-sizing: border-box;
  font-family: var(--code-font-family);
  font-size: calc(var(--code-font-size-adjust) * 1em);
  font-style: var(--code-font-style);
  font-weight: var(--code-font-weight);
  line-height: 1.25;
  letter-spacing: calc(
    var(--code-letter-spacing) + var(--letter-spacing, var(--default-letter-spacing))
  );
  border-radius: calc((0.5px + 0.2em) * var(--radius-factor));
}
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
@media all {
    .rt-Code.rt-r-size-1 {
      font-size: calc(var(--font-size-1) * var(--code-font-size-adjust));
      line-height: var(--line-height-1);
      --letter-spacing: var(--letter-spacing-1);
    }
    .rt-Code.rt-r-size-2 {
      font-size: calc(var(--font-size-2) * var(--code-font-size-adjust));
      line-height: var(--line-height-2);
      --letter-spacing: var(--letter-spacing-2);
    }
    .rt-Code.rt-r-size-3 {
      font-size: calc(var(--font-size-3) * var(--code-font-size-adjust));
      line-height: var(--line-height-3);
      --letter-spacing: var(--letter-spacing-3);
    }
    .rt-Code.rt-r-size-4 {
      font-size: calc(var(--font-size-4) * var(--code-font-size-adjust));
      line-height: var(--line-height-4);
      --letter-spacing: var(--letter-spacing-4);
    }
    .rt-Code.rt-r-size-5 {
      font-size: calc(var(--font-size-5) * var(--code-font-size-adjust));
      line-height: var(--line-height-5);
      --letter-spacing: var(--letter-spacing-5);
    }
    .rt-Code.rt-r-size-6 {
      font-size: calc(var(--font-size-6) * var(--code-font-size-adjust));
      line-height: var(--line-height-6);
      --letter-spacing: var(--letter-spacing-6);
    }
    .rt-Code.rt-r-size-7 {
      font-size: calc(var(--font-size-7) * var(--code-font-size-adjust));
      line-height: var(--line-height-7);
      --letter-spacing: var(--letter-spacing-7);
    }
    .rt-Code.rt-r-size-8 {
      font-size: calc(var(--font-size-8) * var(--code-font-size-adjust));
      line-height: var(--line-height-8);
      --letter-spacing: var(--letter-spacing-8);
    }
    .rt-Code.rt-r-size-9 {
      font-size: calc(var(--font-size-9) * var(--code-font-size-adjust));
      line-height: var(--line-height-9);
      --letter-spacing: var(--letter-spacing-9);
    }
}
@media (min-width: 520px) {
    .rt-Code.xs\:rt-r-size-1 {
      font-size: calc(var(--font-size-1) * var(--code-font-size-adjust));
      line-height: var(--line-height-1);
      --letter-spacing: var(--letter-spacing-1);
    }
    .rt-Code.xs\:rt-r-size-2 {
      font-size: calc(var(--font-size-2) * var(--code-font-size-adjust));
      line-height: var(--line-height-2);
      --letter-spacing: var(--letter-spacing-2);
    }
    .rt-Code.xs\:rt-r-size-3 {
      font-size: calc(var(--font-size-3) * var(--code-font-size-adjust));
      line-height: var(--line-height-3);
      --letter-spacing: var(--letter-spacing-3);
    }
    .rt-Code.xs\:rt-r-size-4 {
      font-size: calc(var(--font-size-4) * var(--code-font-size-adjust));
      line-height: var(--line-height-4);
      --letter-spacing: var(--letter-spacing-4);
    }
    .rt-Code.xs\:rt-r-size-5 {
      font-size: calc(var(--font-size-5) * var(--code-font-size-adjust));
      line-height: var(--line-height-5);
      --letter-spacing: var(--letter-spacing-5);
    }
    .rt-Code.xs\:rt-r-size-6 {
      font-size: calc(var(--font-size-6) * var(--code-font-size-adjust));
      line-height: var(--line-height-6);
      --letter-spacing: var(--letter-spacing-6);
    }
    .rt-Code.xs\:rt-r-size-7 {
      font-size: calc(var(--font-size-7) * var(--code-font-size-adjust));
      line-height: var(--line-height-7);
      --letter-spacing: var(--letter-spacing-7);
    }
    .rt-Code.xs\:rt-r-size-8 {
      font-size: calc(var(--font-size-8) * var(--code-font-size-adjust));
      line-height: var(--line-height-8);
      --letter-spacing: var(--letter-spacing-8);
    }
    .rt-Code.xs\:rt-r-size-9 {
      font-size: calc(var(--font-size-9) * var(--code-font-size-adjust));
      line-height: var(--line-height-9);
      --letter-spacing: var(--letter-spacing-9);
    }
}
@media (min-width: 768px) {
    .rt-Code.sm\:rt-r-size-1 {
      font-size: calc(var(--font-size-1) * var(--code-font-size-adjust));
      line-height: var(--line-height-1);
      --letter-spacing: var(--letter-spacing-1);
    }
    .rt-Code.sm\:rt-r-size-2 {
      font-size: calc(var(--font-size-2) * var(--code-font-size-adjust));
      line-height: var(--line-height-2);
      --letter-spacing: var(--letter-spacing-2);
    }
    .rt-Code.sm\:rt-r-size-3 {
      font-size: calc(var(--font-size-3) * var(--code-font-size-adjust));
      line-height: var(--line-height-3);
      --letter-spacing: var(--letter-spacing-3);
    }
    .rt-Code.sm\:rt-r-size-4 {
      font-size: calc(var(--font-size-4) * var(--code-font-size-adjust));
      line-height: var(--line-height-4);
      --letter-spacing: var(--letter-spacing-4);
    }
    .rt-Code.sm\:rt-r-size-5 {
      font-size: calc(var(--font-size-5) * var(--code-font-size-adjust));
      line-height: var(--line-height-5);
      --letter-spacing: var(--letter-spacing-5);
    }
    .rt-Code.sm\:rt-r-size-6 {
      font-size: calc(var(--font-size-6) * var(--code-font-size-adjust));
      line-height: var(--line-height-6);
      --letter-spacing: var(--letter-spacing-6);
    }
    .rt-Code.sm\:rt-r-size-7 {
      font-size: calc(var(--font-size-7) * var(--code-font-size-adjust));
      line-height: var(--line-height-7);
      --letter-spacing: var(--letter-spacing-7);
    }
    .rt-Code.sm\:rt-r-size-8 {
      font-size: calc(var(--font-size-8) * var(--code-font-size-adjust));
      line-height: var(--line-height-8);
      --letter-spacing: var(--letter-spacing-8);
    }
    .rt-Code.sm\:rt-r-size-9 {
      font-size: calc(var(--font-size-9) * var(--code-font-size-adjust));
      line-height: var(--line-height-9);
      --letter-spacing: var(--letter-spacing-9);
    }
}
@media (min-width: 1024px) {
    .rt-Code.md\:rt-r-size-1 {
      font-size: calc(var(--font-size-1) * var(--code-font-size-adjust));
      line-height: var(--line-height-1);
      --letter-spacing: var(--letter-spacing-1);
    }
    .rt-Code.md\:rt-r-size-2 {
      font-size: calc(var(--font-size-2) * var(--code-font-size-adjust));
      line-height: var(--line-height-2);
      --letter-spacing: var(--letter-spacing-2);
    }
    .rt-Code.md\:rt-r-size-3 {
      font-size: calc(var(--font-size-3) * var(--code-font-size-adjust));
      line-height: var(--line-height-3);
      --letter-spacing: var(--letter-spacing-3);
    }
    .rt-Code.md\:rt-r-size-4 {
      font-size: calc(var(--font-size-4) * var(--code-font-size-adjust));
      line-height: var(--line-height-4);
      --letter-spacing: var(--letter-spacing-4);
    }
    .rt-Code.md\:rt-r-size-5 {
      font-size: calc(var(--font-size-5) * var(--code-font-size-adjust));
      line-height: var(--line-height-5);
      --letter-spacing: var(--letter-spacing-5);
    }
    .rt-Code.md\:rt-r-size-6 {
      font-size: calc(var(--font-size-6) * var(--code-font-size-adjust));
      line-height: var(--line-height-6);
      --letter-spacing: var(--letter-spacing-6);
    }
    .rt-Code.md\:rt-r-size-7 {
      font-size: calc(var(--font-size-7) * var(--code-font-size-adjust));
      line-height: var(--line-height-7);
      --letter-spacing: var(--letter-spacing-7);
    }
    .rt-Code.md\:rt-r-size-8 {
      font-size: calc(var(--font-size-8) * var(--code-font-size-adjust));
      line-height: var(--line-height-8);
      --letter-spacing: var(--letter-spacing-8);
    }
    .rt-Code.md\:rt-r-size-9 {
      font-size: calc(var(--font-size-9) * var(--code-font-size-adjust));
      line-height: var(--line-height-9);
      --letter-spacing: var(--letter-spacing-9);
    }
}
@media (min-width: 1280px) {
    .rt-Code.lg\:rt-r-size-1 {
      font-size: calc(var(--font-size-1) * var(--code-font-size-adjust));
      line-height: var(--line-height-1);
      --letter-spacing: var(--letter-spacing-1);
    }
    .rt-Code.lg\:rt-r-size-2 {
      font-size: calc(var(--font-size-2) * var(--code-font-size-adjust));
      line-height: var(--line-height-2);
      --letter-spacing: var(--letter-spacing-2);
    }
    .rt-Code.lg\:rt-r-size-3 {
      font-size: calc(var(--font-size-3) * var(--code-font-size-adjust));
      line-height: var(--line-height-3);
      --letter-spacing: var(--letter-spacing-3);
    }
    .rt-Code.lg\:rt-r-size-4 {
      font-size: calc(var(--font-size-4) * var(--code-font-size-adjust));
      line-height: var(--line-height-4);
      --letter-spacing: var(--letter-spacing-4);
    }
    .rt-Code.lg\:rt-r-size-5 {
      font-size: calc(var(--font-size-5) * var(--code-font-size-adjust));
      line-height: var(--line-height-5);
      --letter-spacing: var(--letter-spacing-5);
    }
    .rt-Code.lg\:rt-r-size-6 {
      font-size: calc(var(--font-size-6) * var(--code-font-size-adjust));
      line-height: var(--line-height-6);
      --letter-spacing: var(--letter-spacing-6);
    }
    .rt-Code.lg\:rt-r-size-7 {
      font-size: calc(var(--font-size-7) * var(--code-font-size-adjust));
      line-height: var(--line-height-7);
      --letter-spacing: var(--letter-spacing-7);
    }
    .rt-Code.lg\:rt-r-size-8 {
      font-size: calc(var(--font-size-8) * var(--code-font-size-adjust));
      line-height: var(--line-height-8);
      --letter-spacing: var(--letter-spacing-8);
    }
    .rt-Code.lg\:rt-r-size-9 {
      font-size: calc(var(--font-size-9) * var(--code-font-size-adjust));
      line-height: var(--line-height-9);
      --letter-spacing: var(--letter-spacing-9);
    }
}
@media (min-width: 1640px) {
    .rt-Code.xl\:rt-r-size-1 {
      font-size: calc(var(--font-size-1) * var(--code-font-size-adjust));
      line-height: var(--line-height-1);
      --letter-spacing: var(--letter-spacing-1);
    }
    .rt-Code.xl\:rt-r-size-2 {
      font-size: calc(var(--font-size-2) * var(--code-font-size-adjust));
      line-height: var(--line-height-2);
      --letter-spacing: var(--letter-spacing-2);
    }
    .rt-Code.xl\:rt-r-size-3 {
      font-size: calc(var(--font-size-3) * var(--code-font-size-adjust));
      line-height: var(--line-height-3);
      --letter-spacing: var(--letter-spacing-3);
    }
    .rt-Code.xl\:rt-r-size-4 {
      font-size: calc(var(--font-size-4) * var(--code-font-size-adjust));
      line-height: var(--line-height-4);
      --letter-spacing: var(--letter-spacing-4);
    }
    .rt-Code.xl\:rt-r-size-5 {
      font-size: calc(var(--font-size-5) * var(--code-font-size-adjust));
      line-height: var(--line-height-5);
      --letter-spacing: var(--letter-spacing-5);
    }
    .rt-Code.xl\:rt-r-size-6 {
      font-size: calc(var(--font-size-6) * var(--code-font-size-adjust));
      line-height: var(--line-height-6);
      --letter-spacing: var(--letter-spacing-6);
    }
    .rt-Code.xl\:rt-r-size-7 {
      font-size: calc(var(--font-size-7) * var(--code-font-size-adjust));
      line-height: var(--line-height-7);
      --letter-spacing: var(--letter-spacing-7);
    }
    .rt-Code.xl\:rt-r-size-8 {
      font-size: calc(var(--font-size-8) * var(--code-font-size-adjust));
      line-height: var(--line-height-8);
      --letter-spacing: var(--letter-spacing-8);
    }
    .rt-Code.xl\:rt-r-size-9 {
      font-size: calc(var(--font-size-9) * var(--code-font-size-adjust));
      line-height: var(--line-height-9);
      --letter-spacing: var(--letter-spacing-9);
    }
}
/***************************************************************************************************
 *                                                                                                 *
 * VARIANTS                                                                                        *
 *                                                                                                 *
 ***************************************************************************************************/
.rt-Code:where(:not(.rt-variant-ghost)) {
  padding: 0.1em 0.25em;
  font-size: calc(95% * var(--code-font-size-adjust));
}
/* ghost */
.rt-Code.rt-variant-ghost {
  color: var(--accent-a11);
}
.rt-Code.rt-variant-ghost:where(.rt-high-contrast) {
    color: var(--accent-12);
  }
/* solid */
.rt-Code.rt-variant-solid {
  background-color: var(--accent-a9);
  color: var(--accent-9-contrast);
}
.rt-Code.rt-variant-solid:where(.rt-high-contrast) {
    background-color: var(--accent-12);
    color: var(--accent-1);
  }
/* soft */
.rt-Code.rt-variant-soft {
  background-color: var(--accent-a3);
  color: var(--accent-a11);
}
.rt-Code.rt-variant-soft:where(.rt-high-contrast) {
    background-color: var(--accent-a4);
    color: var(--accent-12);
  }
/* outline */
.rt-Code.rt-variant-outline {
  box-shadow: inset 0 0 0 1px var(--accent-a8);
  color: var(--accent-a11);
}
.rt-Code.rt-variant-outline:where(.rt-high-contrast) {
    box-shadow: inset 0 0 0 1px var(--accent-a7), inset 0 0 0 1px var(--gray-a11);
    color: var(--accent-12);
  }
.radix-themes {
  --container-1: 448px;
  --container-2: 688px;
  --container-3: 880px;
  --container-4: 1136px;
}
.rt-Container {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 1;
}
.rt-ContainerInner {
  width: 100%;
}
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
@media all {
    .rt-Container.rt-r-size-1 .rt-ContainerInner {
      max-width: var(--container-1);
    }
    .rt-Container.rt-r-size-2 .rt-ContainerInner {
      max-width: var(--container-2);
    }
    .rt-Container.rt-r-size-3 .rt-ContainerInner {
      max-width: var(--container-3);
    }
    .rt-Container.rt-r-size-4 .rt-ContainerInner {
      max-width: var(--container-4);
    }
}
@media (min-width: 520px) {
    .rt-Container.xs\:rt-r-size-1 .rt-ContainerInner {
      max-width: var(--container-1);
    }
    .rt-Container.xs\:rt-r-size-2 .rt-ContainerInner {
      max-width: var(--container-2);
    }
    .rt-Container.xs\:rt-r-size-3 .rt-ContainerInner {
      max-width: var(--container-3);
    }
    .rt-Container.xs\:rt-r-size-4 .rt-ContainerInner {
      max-width: var(--container-4);
    }
}
@media (min-width: 768px) {
    .rt-Container.sm\:rt-r-size-1 .rt-ContainerInner {
      max-width: var(--container-1);
    }
    .rt-Container.sm\:rt-r-size-2 .rt-ContainerInner {
      max-width: var(--container-2);
    }
    .rt-Container.sm\:rt-r-size-3 .rt-ContainerInner {
      max-width: var(--container-3);
    }
    .rt-Container.sm\:rt-r-size-4 .rt-ContainerInner {
      max-width: var(--container-4);
    }
}
@media (min-width: 1024px) {
    .rt-Container.md\:rt-r-size-1 .rt-ContainerInner {
      max-width: var(--container-1);
    }
    .rt-Container.md\:rt-r-size-2 .rt-ContainerInner {
      max-width: var(--container-2);
    }
    .rt-Container.md\:rt-r-size-3 .rt-ContainerInner {
      max-width: var(--container-3);
    }
    .rt-Container.md\:rt-r-size-4 .rt-ContainerInner {
      max-width: var(--container-4);
    }
}
@media (min-width: 1280px) {
    .rt-Container.lg\:rt-r-size-1 .rt-ContainerInner {
      max-width: var(--container-1);
    }
    .rt-Container.lg\:rt-r-size-2 .rt-ContainerInner {
      max-width: var(--container-2);
    }
    .rt-Container.lg\:rt-r-size-3 .rt-ContainerInner {
      max-width: var(--container-3);
    }
    .rt-Container.lg\:rt-r-size-4 .rt-ContainerInner {
      max-width: var(--container-4);
    }
}
@media (min-width: 1640px) {
    .rt-Container.xl\:rt-r-size-1 .rt-ContainerInner {
      max-width: var(--container-1);
    }
    .rt-Container.xl\:rt-r-size-2 .rt-ContainerInner {
      max-width: var(--container-2);
    }
    .rt-Container.xl\:rt-r-size-3 .rt-ContainerInner {
      max-width: var(--container-3);
    }
    .rt-Container.xl\:rt-r-size-4 .rt-ContainerInner {
      max-width: var(--container-4);
    }
}
.rt-BaseMenuContent {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;

  background-color: var(--base-menu-bg);
  --base-menu-radius: min(
    (var(--base-menu-item-height) / 2 + var(--base-menu-padding)),
    max(var(--radius-3), var(--radius-full))
  );
  border-radius: var(--base-menu-radius);
}
.rt-BaseMenuContent .rt-ScrollAreaScrollbar {
    --base-menu-scrollbar-margin: max(
      calc(var(--base-menu-radius) / 1.5),
      var(--base-menu-padding)
    );
    margin-top: var(--base-menu-scrollbar-margin);
    margin-bottom: var(--base-menu-scrollbar-margin);
  }
.rt-BaseMenuViewport {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: var(--base-menu-padding);
}
.rt-BaseMenuContent:has(.rt-ScrollAreaScrollbar[data-orientation='vertical']) .rt-BaseMenuViewport {
    padding-right: 12px;
  }
.rt-BaseMenuItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: max(var(--radius-2), var(--radius-full));
  height: var(--base-menu-item-height);
  padding-left: var(--space-5);
  padding-right: var(--space-3);
  position: relative;
  box-sizing: border-box;
  outline: none;
  cursor: default;

  scroll-margin: var(--base-menu-padding) 0;

  /* Fix sticky text highlighting after selection in Firefox */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.rt-BaseMenuItem[data-disabled] {
    pointer-events: none;
  }
/* reset with :not:has so we still support browsers without :has */
.rt-BaseMenuContent:not(:has(.rt-BaseMenuCheckboxItem, .rt-BaseMenuRadioItem)) .rt-BaseMenuItem {
    padding-left: var(--space-3);
  }
.rt-BaseMenuContent:has(.rt-BaseMenuCheckboxItem, .rt-BaseMenuRadioItem) .rt-BaseMenuItem {
    padding-left: var(--space-5);
  }
.rt-BaseMenuShortcut {
  display: flex;
  align-items: center;
  margin-left: var(--space-5);
}
.rt-BaseMenuShortcut svg {
    margin-right: calc(-2px * var(--scaling));
  }
.rt-BaseMenuItemIndicator {
  position: absolute;
  left: 0;
  width: var(--space-5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rt-BaseMenuSeparator {
  height: 1px;
  margin: var(--space-2) var(--space-3);
}
.rt-BaseMenuLabel {
  display: flex;
  align-items: center;
  height: var(--base-menu-item-height);
  padding-left: var(--space-5);
  padding-right: var(--space-3);
  font-size: var(--font-size-1);
  line-height: var(--line-height-1);
  letter-spacing: var(--letter-spacing-1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
}
.rt-BaseMenuLabel:not(:first-child) {
    margin-top: var(--space-2);
  }
/* reset with :not:has so we still support browsers without :has */
.rt-BaseMenuContent:not(:has(.rt-BaseMenuCheckboxItem, .rt-BaseMenuRadioItem)) .rt-BaseMenuLabel {
    padding-left: var(--space-3);
  }
.rt-BaseMenuContent:has(.rt-BaseMenuCheckboxItem, .rt-BaseMenuRadioItem) .rt-BaseMenuLabel {
    padding-left: var(--space-5);
  }
.rt-BaseMenuArrow {
  fill: var(--base-menu-bg);
}
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
@media all {
    .rt-BaseMenuContent.rt-r-size-1 {
      --base-menu-padding: var(--space-1);
      --base-menu-item-height: var(--space-5);
    }

      .rt-BaseMenuContent.rt-r-size-1 .rt-BaseMenuItem {
        font-size: var(--font-size-1);
        line-height: var(--line-height-1);
        letter-spacing: var(--letter-spacing-1);
      }

    .rt-BaseMenuContent.rt-r-size-2 {
      --base-menu-padding: var(--space-2);
      --base-menu-item-height: var(--space-6);
    }

      .rt-BaseMenuContent.rt-r-size-2 .rt-BaseMenuItem {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
        letter-spacing: var(--letter-spacing-2);
      }
}
@media (min-width: 520px) {
    .rt-BaseMenuContent.xs\:rt-r-size-1 {
      --base-menu-padding: var(--space-1);
      --base-menu-item-height: var(--space-5);
    }

      .rt-BaseMenuContent.xs\:rt-r-size-1 .rt-BaseMenuItem {
        font-size: var(--font-size-1);
        line-height: var(--line-height-1);
        letter-spacing: var(--letter-spacing-1);
      }

    .rt-BaseMenuContent.xs\:rt-r-size-2 {
      --base-menu-padding: var(--space-2);
      --base-menu-item-height: var(--space-6);
    }

      .rt-BaseMenuContent.xs\:rt-r-size-2 .rt-BaseMenuItem {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
        letter-spacing: var(--letter-spacing-2);
      }
}
@media (min-width: 768px) {
    .rt-BaseMenuContent.sm\:rt-r-size-1 {
      --base-menu-padding: var(--space-1);
      --base-menu-item-height: var(--space-5);
    }

      .rt-BaseMenuContent.sm\:rt-r-size-1 .rt-BaseMenuItem {
        font-size: var(--font-size-1);
        line-height: var(--line-height-1);
        letter-spacing: var(--letter-spacing-1);
      }

    .rt-BaseMenuContent.sm\:rt-r-size-2 {
      --base-menu-padding: var(--space-2);
      --base-menu-item-height: var(--space-6);
    }

      .rt-BaseMenuContent.sm\:rt-r-size-2 .rt-BaseMenuItem {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
        letter-spacing: var(--letter-spacing-2);
      }
}
@media (min-width: 1024px) {
    .rt-BaseMenuContent.md\:rt-r-size-1 {
      --base-menu-padding: var(--space-1);
      --base-menu-item-height: var(--space-5);
    }

      .rt-BaseMenuContent.md\:rt-r-size-1 .rt-BaseMenuItem {
        font-size: var(--font-size-1);
        line-height: var(--line-height-1);
        letter-spacing: var(--letter-spacing-1);
      }

    .rt-BaseMenuContent.md\:rt-r-size-2 {
      --base-menu-padding: var(--space-2);
      --base-menu-item-height: var(--space-6);
    }

      .rt-BaseMenuContent.md\:rt-r-size-2 .rt-BaseMenuItem {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
        letter-spacing: var(--letter-spacing-2);
      }
}
@media (min-width: 1280px) {
    .rt-BaseMenuContent.lg\:rt-r-size-1 {
      --base-menu-padding: var(--space-1);
      --base-menu-item-height: var(--space-5);
    }

      .rt-BaseMenuContent.lg\:rt-r-size-1 .rt-BaseMenuItem {
        font-size: var(--font-size-1);
        line-height: var(--line-height-1);
        letter-spacing: var(--letter-spacing-1);
      }

    .rt-BaseMenuContent.lg\:rt-r-size-2 {
      --base-menu-padding: var(--space-2);
      --base-menu-item-height: var(--space-6);
    }

      .rt-BaseMenuContent.lg\:rt-r-size-2 .rt-BaseMenuItem {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
        letter-spacing: var(--letter-spacing-2);
      }
}
@media (min-width: 1640px) {
    .rt-BaseMenuContent.xl\:rt-r-size-1 {
      --base-menu-padding: var(--space-1);
      --base-menu-item-height: var(--space-5);
    }

      .rt-BaseMenuContent.xl\:rt-r-size-1 .rt-BaseMenuItem {
        font-size: var(--font-size-1);
        line-height: var(--line-height-1);
        letter-spacing: var(--letter-spacing-1);
      }

    .rt-BaseMenuContent.xl\:rt-r-size-2 {
      --base-menu-padding: var(--space-2);
      --base-menu-item-height: var(--space-6);
    }

      .rt-BaseMenuContent.xl\:rt-r-size-2 .rt-BaseMenuItem {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
        letter-spacing: var(--letter-spacing-2);
      }
}
/***************************************************************************************************
 *                                                                                                 *
 * VARIANTS                                                                                        *
 *                                                                                                 *
 ***************************************************************************************************/
.rt-BaseMenuContent {
  --base-menu-bg: var(--color-panel-solid);
  box-shadow: var(--shadow-5);
}
.rt-BaseMenuItem[data-accent-color] {
  color: var(--accent-a11);
}
.rt-BaseMenuItem[data-disabled] {
  color: var(--gray-a8);
}
.rt-BaseMenuShortcut {
  color: var(--gray-a11);
}
.rt-BaseMenuItem[data-disabled] .rt-BaseMenuShortcut,
.rt-BaseMenuItem[data-highlighted] .rt-BaseMenuShortcut,
.rt-BaseMenuSubTrigger[data-state='open'] .rt-BaseMenuShortcut {
  color: inherit;
}
.rt-BaseMenuLabel {
  color: var(--gray-a11);
}
.rt-BaseMenuSeparator {
  background-color: var(--gray-a6);
}
/* solid */
.rt-BaseMenuContent.rt-variant-solid .rt-BaseMenuSubTrigger[data-state='open'] {
    background-color: var(--gray-a3);
  }
.rt-BaseMenuContent.rt-variant-solid .rt-BaseMenuSubTriggerIcon {
    color: var(--gray-12);
  }
.rt-BaseMenuContent.rt-variant-solid .rt-BaseMenuItem[data-highlighted] {
    background-color: var(--accent-9);
    color: var(--accent-9-contrast);
  }
.rt-BaseMenuContent.rt-variant-solid .rt-BaseMenuItem[data-highlighted] .rt-BaseMenuSubTriggerIcon {
      color: var(--accent-9-contrast);
    }
.rt-BaseMenuContent.rt-variant-solid:where(.rt-high-contrast) .rt-BaseMenuItem[data-highlighted] {
      background-color: var(--accent-12);
      color: var(--accent-1);
    }
.rt-BaseMenuContent.rt-variant-solid:where(.rt-high-contrast) .rt-BaseMenuItem[data-highlighted] .rt-BaseMenuSubTriggerIcon {
        color: var(--accent-1);
      }
.rt-BaseMenuContent.rt-variant-solid:where(.rt-high-contrast) .rt-BaseMenuItem[data-highlighted][data-accent-color] {
        background-color: var(--accent-9);
        color: var(--accent-9-contrast);
      }
/* soft */
.rt-BaseMenuContent.rt-variant-soft .rt-BaseMenuSubTrigger[data-state='open'] {
    background-color: var(--accent-a3);
  }
.rt-BaseMenuContent.rt-variant-soft .rt-BaseMenuSubTriggerIcon {
    color: var(--gray-12);
  }
.rt-BaseMenuContent.rt-variant-soft .rt-BaseMenuItem[data-highlighted] {
    background-color: var(--accent-a5);
  }
.rt-BaseMenuContent.rt-variant-soft .rt-BaseMenuItem[data-highlighted][data-accent-color] {
      color: var(--accent-12);
    }
.rt-ContextMenuContent {
  max-height: var(--radix-context-menu-content-available-height);
  transform-origin: var(--radix-context-menu-content-transform-origin);
}
.rt-DialogOverlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  padding-bottom: 5vh;
}
.rt-DialogOverlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--color-overlay);
    filter: saturate(0.5);
  }
.rt-DialogContent {
  width: 100%;
  max-height: 90vh;
  max-width: 580px;
  outline: none;
  overflow: auto;
  background-color: var(--color-panel-solid);
  box-shadow: var(--shadow-6);
  box-sizing: border-box;
  z-index: 1;

  /* used by Inset */
  --inset-padding: var(--dialog-padding);
  padding: var(--inset-padding);
}
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
@media all {
    .rt-DialogContent.rt-r-size-1 {
      --dialog-padding: var(--space-3);
      border-radius: var(--radius-4);
    }
    .rt-DialogContent.rt-r-size-2 {
      --dialog-padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-DialogContent.rt-r-size-3 {
      --dialog-padding: var(--space-5);
      border-radius: var(--radius-5);
    }
    .rt-DialogContent.rt-r-size-4 {
      --dialog-padding: var(--space-6);
      border-radius: var(--radius-5);
    }
}
@media (min-width: 520px) {
    .rt-DialogContent.xs\:rt-r-size-1 {
      --dialog-padding: var(--space-3);
      border-radius: var(--radius-4);
    }
    .rt-DialogContent.xs\:rt-r-size-2 {
      --dialog-padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-DialogContent.xs\:rt-r-size-3 {
      --dialog-padding: var(--space-5);
      border-radius: var(--radius-5);
    }
    .rt-DialogContent.xs\:rt-r-size-4 {
      --dialog-padding: var(--space-6);
      border-radius: var(--radius-5);
    }
}
@media (min-width: 768px) {
    .rt-DialogContent.sm\:rt-r-size-1 {
      --dialog-padding: var(--space-3);
      border-radius: var(--radius-4);
    }
    .rt-DialogContent.sm\:rt-r-size-2 {
      --dialog-padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-DialogContent.sm\:rt-r-size-3 {
      --dialog-padding: var(--space-5);
      border-radius: var(--radius-5);
    }
    .rt-DialogContent.sm\:rt-r-size-4 {
      --dialog-padding: var(--space-6);
      border-radius: var(--radius-5);
    }
}
@media (min-width: 1024px) {
    .rt-DialogContent.md\:rt-r-size-1 {
      --dialog-padding: var(--space-3);
      border-radius: var(--radius-4);
    }
    .rt-DialogContent.md\:rt-r-size-2 {
      --dialog-padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-DialogContent.md\:rt-r-size-3 {
      --dialog-padding: var(--space-5);
      border-radius: var(--radius-5);
    }
    .rt-DialogContent.md\:rt-r-size-4 {
      --dialog-padding: var(--space-6);
      border-radius: var(--radius-5);
    }
}
@media (min-width: 1280px) {
    .rt-DialogContent.lg\:rt-r-size-1 {
      --dialog-padding: var(--space-3);
      border-radius: var(--radius-4);
    }
    .rt-DialogContent.lg\:rt-r-size-2 {
      --dialog-padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-DialogContent.lg\:rt-r-size-3 {
      --dialog-padding: var(--space-5);
      border-radius: var(--radius-5);
    }
    .rt-DialogContent.lg\:rt-r-size-4 {
      --dialog-padding: var(--space-6);
      border-radius: var(--radius-5);
    }
}
@media (min-width: 1640px) {
    .rt-DialogContent.xl\:rt-r-size-1 {
      --dialog-padding: var(--space-3);
      border-radius: var(--radius-4);
    }
    .rt-DialogContent.xl\:rt-r-size-2 {
      --dialog-padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-DialogContent.xl\:rt-r-size-3 {
      --dialog-padding: var(--space-5);
      border-radius: var(--radius-5);
    }
    .rt-DialogContent.xl\:rt-r-size-4 {
      --dialog-padding: var(--space-6);
      border-radius: var(--radius-5);
    }
}
@media (prefers-reduced-motion: no-preference) {
  @keyframes DialogOverlayNoop {
    from {
      opacity: 1;
    }
    to {
      opacity: 1;
    }
  }

  @keyframes DialogOverlayShow {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  @keyframes DialogOverlayHide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }

  @keyframes DialogContentShow {
    from {
      opacity: 0;
      transform: translateY(5px) scale(0.97);
    }
    to {
      opacity: 1;
      transform: translateY(0px) scale(1);
    }
  }

  @keyframes DialogContentHide {
    from {
      opacity: 1;
      transform: translateY(0px) scale(1);
    }
    to {
      opacity: 0;
      transform: translateY(5px) scale(0.99);
    }
  }
    /* Keep the overlay mounted until the children have animated */
    .rt-DialogOverlay[data-state='closed'] {
      animation: DialogOverlayNoop 250ms cubic-bezier(0.16, 1, 0.3, 1);
    }

    .rt-DialogOverlay[data-state='open']::after {
      animation: DialogOverlayShow 400ms cubic-bezier(0.16, 1, 0.3, 1);
    }
    .rt-DialogOverlay[data-state='closed']::after {
      animation: DialogOverlayHide 250ms cubic-bezier(0.16, 1, 0.3, 1);
    }
    .rt-DialogContent[data-state='open'] {
      animation: DialogContentShow 200ms cubic-bezier(0.16, 1, 0.3, 1);
    }
    .rt-DialogContent[data-state='closed'] {
      animation: DialogContentHide 150ms cubic-bezier(0.16, 1, 0.3, 1);
    }
}
.rt-DropdownMenuContent {
  max-height: var(--radix-dropdown-menu-content-available-height);
  transform-origin: var(--radix-dropdown-menu-content-transform-origin);
}
.rt-Em {
  box-sizing: border-box;
  font-family: var(--em-font-family);
  font-size: calc(var(--em-font-size-adjust) * 1em);
  font-style: var(--em-font-style);
  font-weight: var(--em-font-weight);
  line-height: 1.25;
  letter-spacing: calc(
    var(--em-letter-spacing) + var(--letter-spacing, var(--default-letter-spacing))
  );
  color: inherit;
}
.rt-Flex {
  box-sizing: border-box;

  /* Default values to provide the initial styles in the object syntax, e.g. `<Flex display={{ md: 'none' }} />` */
  display: flex;
  justify-content: flex-start;
}
.rt-Grid {
  box-sizing: border-box;

  /* Default values to provide the initial styles in the object syntax, e.g. `<Grid columns={{ md: '2' }} />` */
  display: grid;
  align-items: stretch;
  justify-content: flex-start;
  grid-template-columns: var(--grid-template-columns);
  grid-template-rows: var(--grid-template-rows);
  --grid-template-columns: var(--grid-template-columns-initial, 1fr);
  --grid-template-rows: var(--grid-template-rows-initial, none);
}
/* prettier-ignore */
@media (min-width: 520px) {
  .rt-Grid {
    --grid-template-columns: var(
      --grid-template-columns-xs, var(
      --grid-template-columns-initial, 1fr
    ));

    --grid-template-rows: var(
      --grid-template-rows-xs, var(
      --grid-template-rows-initial, none
    ));
  }
}
/* prettier-ignore */
@media (min-width: 768px) {
  .rt-Grid {
    --grid-template-columns: var(
      --grid-template-columns-sm, var(
      --grid-template-columns-xs, var(
      --grid-template-columns-initial, 1fr
    )));

    --grid-template-rows: var(
      --grid-template-rows-sm, var(
      --grid-template-rows-xs, var(
      --grid-template-rows-initial, none
    )));
  }
}
/* prettier-ignore */
@media (min-width: 1024px) {
  .rt-Grid {
    --grid-template-columns: var(
      --grid-template-columns-md, var(
      --grid-template-columns-sm, var(
      --grid-template-columns-xs, var(
      --grid-template-columns-initial, 1fr
    ))));

    --grid-template-rows: var(
      --grid-template-rows-md, var(
      --grid-template-rows-sm, var(
      --grid-template-rows-xs, var(
      --grid-template-rows-initial, none
    ))));
  }
}
/* prettier-ignore */
@media (min-width: 1280px) {
  .rt-Grid {
    --grid-template-columns: var(
      --grid-template-columns-lg, var(
      --grid-template-columns-md, var(
      --grid-template-columns-sm, var(
      --grid-template-columns-xs, var(
      --grid-template-columns-initial, 1fr
    )))));

    --grid-template-rows: var(
      --grid-template-rows-lg, var(
      --grid-template-rows-md, var(
      --grid-template-rows-sm, var(
      --grid-template-rows-xs, var(
      --grid-template-rows-initial, none
    )))));
  }
}
/* prettier-ignore */
@media (min-width: 1640px) {
  .rt-Grid {
    --grid-template-columns: var(
      --grid-template-columns-xl, var(
      --grid-template-columns-lg, var(
      --grid-template-columns-md, var(
      --grid-template-columns-sm, var(
      --grid-template-columns-xs, var(
      --grid-template-columns-initial, 1fr
    ))))));

    --grid-template-rows: var(
      --grid-template-rows-xl, var(
      --grid-template-rows-lg, var(
      --grid-template-rows-md, var(
      --grid-template-rows-sm, var(
      --grid-template-rows-xs, var(
      --grid-template-rows-initial, none
    ))))));
  }
}
.rt-Heading {
  margin: 0;
  font-family: var(--heading-font-family);
  font-style: var(--heading-font-style);
  --leading-trim-start: var(--heading-leading-trim-start);
  --leading-trim-end: var(--heading-leading-trim-end);
  line-height: var(--line-height);
}
.rt-Heading:where([data-accent-color]) {
    color: var(--accent-a11);
  }
.rt-Heading:where([data-accent-color]):where(.rt-high-contrast),
    .rt-Heading:where([data-accent-color]) .rt-Text:where(.rt-high-contrast) {
      color: var(--accent-a12);
    }
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
@media all {
    .rt-Heading.rt-r-size-1 {
      font-size: calc(var(--font-size-1) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-1);
      letter-spacing: calc(var(--letter-spacing-1) + var(--heading-letter-spacing));
    }
    .rt-Heading.rt-r-size-2 {
      font-size: calc(var(--font-size-2) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-2);
      letter-spacing: calc(var(--letter-spacing-2) + var(--heading-letter-spacing));
    }
    .rt-Heading.rt-r-size-3 {
      font-size: calc(var(--font-size-3) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-3);
      letter-spacing: calc(var(--letter-spacing-3) + var(--heading-letter-spacing));
    }
    .rt-Heading.rt-r-size-4 {
      font-size: calc(var(--font-size-4) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-4);
      letter-spacing: calc(var(--letter-spacing-4) + var(--heading-letter-spacing));
    }
    .rt-Heading.rt-r-size-5 {
      font-size: calc(var(--font-size-5) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-5);
      letter-spacing: calc(var(--letter-spacing-5) + var(--heading-letter-spacing));
    }
    .rt-Heading.rt-r-size-6 {
      font-size: calc(var(--font-size-6) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-6);
      letter-spacing: calc(var(--letter-spacing-6) + var(--heading-letter-spacing));
    }
    .rt-Heading.rt-r-size-7 {
      font-size: calc(var(--font-size-7) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-7);
      letter-spacing: calc(var(--letter-spacing-7) + var(--heading-letter-spacing));
    }
    .rt-Heading.rt-r-size-8 {
      font-size: calc(var(--font-size-8) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-8);
      letter-spacing: calc(var(--letter-spacing-8) + var(--heading-letter-spacing));
    }
    .rt-Heading.rt-r-size-9 {
      font-size: calc(var(--font-size-9) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-9);
      letter-spacing: calc(var(--letter-spacing-9) + var(--heading-letter-spacing));
    }
}
@media (min-width: 520px) {
    .rt-Heading.xs\:rt-r-size-1 {
      font-size: calc(var(--font-size-1) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-1);
      letter-spacing: calc(var(--letter-spacing-1) + var(--heading-letter-spacing));
    }
    .rt-Heading.xs\:rt-r-size-2 {
      font-size: calc(var(--font-size-2) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-2);
      letter-spacing: calc(var(--letter-spacing-2) + var(--heading-letter-spacing));
    }
    .rt-Heading.xs\:rt-r-size-3 {
      font-size: calc(var(--font-size-3) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-3);
      letter-spacing: calc(var(--letter-spacing-3) + var(--heading-letter-spacing));
    }
    .rt-Heading.xs\:rt-r-size-4 {
      font-size: calc(var(--font-size-4) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-4);
      letter-spacing: calc(var(--letter-spacing-4) + var(--heading-letter-spacing));
    }
    .rt-Heading.xs\:rt-r-size-5 {
      font-size: calc(var(--font-size-5) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-5);
      letter-spacing: calc(var(--letter-spacing-5) + var(--heading-letter-spacing));
    }
    .rt-Heading.xs\:rt-r-size-6 {
      font-size: calc(var(--font-size-6) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-6);
      letter-spacing: calc(var(--letter-spacing-6) + var(--heading-letter-spacing));
    }
    .rt-Heading.xs\:rt-r-size-7 {
      font-size: calc(var(--font-size-7) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-7);
      letter-spacing: calc(var(--letter-spacing-7) + var(--heading-letter-spacing));
    }
    .rt-Heading.xs\:rt-r-size-8 {
      font-size: calc(var(--font-size-8) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-8);
      letter-spacing: calc(var(--letter-spacing-8) + var(--heading-letter-spacing));
    }
    .rt-Heading.xs\:rt-r-size-9 {
      font-size: calc(var(--font-size-9) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-9);
      letter-spacing: calc(var(--letter-spacing-9) + var(--heading-letter-spacing));
    }
}
@media (min-width: 768px) {
    .rt-Heading.sm\:rt-r-size-1 {
      font-size: calc(var(--font-size-1) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-1);
      letter-spacing: calc(var(--letter-spacing-1) + var(--heading-letter-spacing));
    }
    .rt-Heading.sm\:rt-r-size-2 {
      font-size: calc(var(--font-size-2) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-2);
      letter-spacing: calc(var(--letter-spacing-2) + var(--heading-letter-spacing));
    }
    .rt-Heading.sm\:rt-r-size-3 {
      font-size: calc(var(--font-size-3) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-3);
      letter-spacing: calc(var(--letter-spacing-3) + var(--heading-letter-spacing));
    }
    .rt-Heading.sm\:rt-r-size-4 {
      font-size: calc(var(--font-size-4) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-4);
      letter-spacing: calc(var(--letter-spacing-4) + var(--heading-letter-spacing));
    }
    .rt-Heading.sm\:rt-r-size-5 {
      font-size: calc(var(--font-size-5) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-5);
      letter-spacing: calc(var(--letter-spacing-5) + var(--heading-letter-spacing));
    }
    .rt-Heading.sm\:rt-r-size-6 {
      font-size: calc(var(--font-size-6) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-6);
      letter-spacing: calc(var(--letter-spacing-6) + var(--heading-letter-spacing));
    }
    .rt-Heading.sm\:rt-r-size-7 {
      font-size: calc(var(--font-size-7) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-7);
      letter-spacing: calc(var(--letter-spacing-7) + var(--heading-letter-spacing));
    }
    .rt-Heading.sm\:rt-r-size-8 {
      font-size: calc(var(--font-size-8) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-8);
      letter-spacing: calc(var(--letter-spacing-8) + var(--heading-letter-spacing));
    }
    .rt-Heading.sm\:rt-r-size-9 {
      font-size: calc(var(--font-size-9) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-9);
      letter-spacing: calc(var(--letter-spacing-9) + var(--heading-letter-spacing));
    }
}
@media (min-width: 1024px) {
    .rt-Heading.md\:rt-r-size-1 {
      font-size: calc(var(--font-size-1) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-1);
      letter-spacing: calc(var(--letter-spacing-1) + var(--heading-letter-spacing));
    }
    .rt-Heading.md\:rt-r-size-2 {
      font-size: calc(var(--font-size-2) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-2);
      letter-spacing: calc(var(--letter-spacing-2) + var(--heading-letter-spacing));
    }
    .rt-Heading.md\:rt-r-size-3 {
      font-size: calc(var(--font-size-3) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-3);
      letter-spacing: calc(var(--letter-spacing-3) + var(--heading-letter-spacing));
    }
    .rt-Heading.md\:rt-r-size-4 {
      font-size: calc(var(--font-size-4) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-4);
      letter-spacing: calc(var(--letter-spacing-4) + var(--heading-letter-spacing));
    }
    .rt-Heading.md\:rt-r-size-5 {
      font-size: calc(var(--font-size-5) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-5);
      letter-spacing: calc(var(--letter-spacing-5) + var(--heading-letter-spacing));
    }
    .rt-Heading.md\:rt-r-size-6 {
      font-size: calc(var(--font-size-6) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-6);
      letter-spacing: calc(var(--letter-spacing-6) + var(--heading-letter-spacing));
    }
    .rt-Heading.md\:rt-r-size-7 {
      font-size: calc(var(--font-size-7) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-7);
      letter-spacing: calc(var(--letter-spacing-7) + var(--heading-letter-spacing));
    }
    .rt-Heading.md\:rt-r-size-8 {
      font-size: calc(var(--font-size-8) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-8);
      letter-spacing: calc(var(--letter-spacing-8) + var(--heading-letter-spacing));
    }
    .rt-Heading.md\:rt-r-size-9 {
      font-size: calc(var(--font-size-9) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-9);
      letter-spacing: calc(var(--letter-spacing-9) + var(--heading-letter-spacing));
    }
}
@media (min-width: 1280px) {
    .rt-Heading.lg\:rt-r-size-1 {
      font-size: calc(var(--font-size-1) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-1);
      letter-spacing: calc(var(--letter-spacing-1) + var(--heading-letter-spacing));
    }
    .rt-Heading.lg\:rt-r-size-2 {
      font-size: calc(var(--font-size-2) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-2);
      letter-spacing: calc(var(--letter-spacing-2) + var(--heading-letter-spacing));
    }
    .rt-Heading.lg\:rt-r-size-3 {
      font-size: calc(var(--font-size-3) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-3);
      letter-spacing: calc(var(--letter-spacing-3) + var(--heading-letter-spacing));
    }
    .rt-Heading.lg\:rt-r-size-4 {
      font-size: calc(var(--font-size-4) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-4);
      letter-spacing: calc(var(--letter-spacing-4) + var(--heading-letter-spacing));
    }
    .rt-Heading.lg\:rt-r-size-5 {
      font-size: calc(var(--font-size-5) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-5);
      letter-spacing: calc(var(--letter-spacing-5) + var(--heading-letter-spacing));
    }
    .rt-Heading.lg\:rt-r-size-6 {
      font-size: calc(var(--font-size-6) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-6);
      letter-spacing: calc(var(--letter-spacing-6) + var(--heading-letter-spacing));
    }
    .rt-Heading.lg\:rt-r-size-7 {
      font-size: calc(var(--font-size-7) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-7);
      letter-spacing: calc(var(--letter-spacing-7) + var(--heading-letter-spacing));
    }
    .rt-Heading.lg\:rt-r-size-8 {
      font-size: calc(var(--font-size-8) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-8);
      letter-spacing: calc(var(--letter-spacing-8) + var(--heading-letter-spacing));
    }
    .rt-Heading.lg\:rt-r-size-9 {
      font-size: calc(var(--font-size-9) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-9);
      letter-spacing: calc(var(--letter-spacing-9) + var(--heading-letter-spacing));
    }
}
@media (min-width: 1640px) {
    .rt-Heading.xl\:rt-r-size-1 {
      font-size: calc(var(--font-size-1) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-1);
      letter-spacing: calc(var(--letter-spacing-1) + var(--heading-letter-spacing));
    }
    .rt-Heading.xl\:rt-r-size-2 {
      font-size: calc(var(--font-size-2) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-2);
      letter-spacing: calc(var(--letter-spacing-2) + var(--heading-letter-spacing));
    }
    .rt-Heading.xl\:rt-r-size-3 {
      font-size: calc(var(--font-size-3) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-3);
      letter-spacing: calc(var(--letter-spacing-3) + var(--heading-letter-spacing));
    }
    .rt-Heading.xl\:rt-r-size-4 {
      font-size: calc(var(--font-size-4) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-4);
      letter-spacing: calc(var(--letter-spacing-4) + var(--heading-letter-spacing));
    }
    .rt-Heading.xl\:rt-r-size-5 {
      font-size: calc(var(--font-size-5) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-5);
      letter-spacing: calc(var(--letter-spacing-5) + var(--heading-letter-spacing));
    }
    .rt-Heading.xl\:rt-r-size-6 {
      font-size: calc(var(--font-size-6) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-6);
      letter-spacing: calc(var(--letter-spacing-6) + var(--heading-letter-spacing));
    }
    .rt-Heading.xl\:rt-r-size-7 {
      font-size: calc(var(--font-size-7) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-7);
      letter-spacing: calc(var(--letter-spacing-7) + var(--heading-letter-spacing));
    }
    .rt-Heading.xl\:rt-r-size-8 {
      font-size: calc(var(--font-size-8) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-8);
      letter-spacing: calc(var(--letter-spacing-8) + var(--heading-letter-spacing));
    }
    .rt-Heading.xl\:rt-r-size-9 {
      font-size: calc(var(--font-size-9) * var(--heading-font-size-adjust));
      --line-height: var(--heading-line-height-9);
      letter-spacing: calc(var(--letter-spacing-9) + var(--heading-letter-spacing));
    }
}
.rt-HoverCardContent {
  background-color: var(--color-panel-solid);
  box-shadow: var(--shadow-4);
  overflow: auto;

  /* used by Inset */
  --inset-padding: var(--hover-card-padding);
  padding: var(--inset-padding);

  transform-origin: var(--radix-hover-card-content-transform-origin);
}
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
@media all {
    .rt-HoverCardContent.rt-r-size-1 {
      --hover-card-padding: var(--space-3);
      border-radius: var(--radius-4);
    }
    .rt-HoverCardContent.rt-r-size-2 {
      --hover-card-padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-HoverCardContent.rt-r-size-3 {
      --hover-card-padding: var(--space-5);
      border-radius: var(--radius-5);
    }
}
@media (min-width: 520px) {
    .rt-HoverCardContent.xs\:rt-r-size-1 {
      --hover-card-padding: var(--space-3);
      border-radius: var(--radius-4);
    }
    .rt-HoverCardContent.xs\:rt-r-size-2 {
      --hover-card-padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-HoverCardContent.xs\:rt-r-size-3 {
      --hover-card-padding: var(--space-5);
      border-radius: var(--radius-5);
    }
}
@media (min-width: 768px) {
    .rt-HoverCardContent.sm\:rt-r-size-1 {
      --hover-card-padding: var(--space-3);
      border-radius: var(--radius-4);
    }
    .rt-HoverCardContent.sm\:rt-r-size-2 {
      --hover-card-padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-HoverCardContent.sm\:rt-r-size-3 {
      --hover-card-padding: var(--space-5);
      border-radius: var(--radius-5);
    }
}
@media (min-width: 1024px) {
    .rt-HoverCardContent.md\:rt-r-size-1 {
      --hover-card-padding: var(--space-3);
      border-radius: var(--radius-4);
    }
    .rt-HoverCardContent.md\:rt-r-size-2 {
      --hover-card-padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-HoverCardContent.md\:rt-r-size-3 {
      --hover-card-padding: var(--space-5);
      border-radius: var(--radius-5);
    }
}
@media (min-width: 1280px) {
    .rt-HoverCardContent.lg\:rt-r-size-1 {
      --hover-card-padding: var(--space-3);
      border-radius: var(--radius-4);
    }
    .rt-HoverCardContent.lg\:rt-r-size-2 {
      --hover-card-padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-HoverCardContent.lg\:rt-r-size-3 {
      --hover-card-padding: var(--space-5);
      border-radius: var(--radius-5);
    }
}
@media (min-width: 1640px) {
    .rt-HoverCardContent.xl\:rt-r-size-1 {
      --hover-card-padding: var(--space-3);
      border-radius: var(--radius-4);
    }
    .rt-HoverCardContent.xl\:rt-r-size-2 {
      --hover-card-padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-HoverCardContent.xl\:rt-r-size-3 {
      --hover-card-padding: var(--space-5);
      border-radius: var(--radius-5);
    }
}
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
.rt-IconButton:where(:not(.rt-variant-ghost)) {
    height: var(--base-button-height);
    width: var(--base-button-height);
  }
.rt-IconButton:where(.rt-variant-ghost) {
    padding: var(--icon-button-ghost-padding);
    /* If a margin IS defined on the component itself, the utility class will win and reset it */
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;

    /* Define the overrides to incorporate the negative margins */
    --margin-top-override: calc(var(--margin-top, 0px) - var(--icon-button-ghost-padding));
    --margin-right-override: calc(var(--margin-right, 0px) - var(--icon-button-ghost-padding));
    --margin-bottom-override: calc(var(--margin-bottom, 0px) - var(--icon-button-ghost-padding));
    --margin-left-override: calc(var(--margin-left, 0px) - var(--icon-button-ghost-padding));

    margin: var(--margin-top-override) var(--margin-right-override) var(--margin-bottom-override)
      var(--margin-left-override);

    /* We reset the defined margin variables to avoid inheriting them from a higher component */

    /* Reset the overrides on direct children */
  }
:where(.rt-IconButton:where(.rt-variant-ghost)) > * {
      --margin-top-override: initial;
      --margin-right-override: initial;
      --margin-bottom-override: initial;
      --margin-left-override: initial;
    }
@media all {
    .rt-IconButton.rt-r-size-1:where(.rt-variant-ghost) {
      --icon-button-ghost-padding: var(--space-1);
    }
    .rt-IconButton.rt-r-size-2:where(.rt-variant-ghost) {
      --icon-button-ghost-padding: calc(var(--space-1) * 1.5);
    }
    .rt-IconButton.rt-r-size-3:where(.rt-variant-ghost) {
      --icon-button-ghost-padding: var(--space-2);
    }
    .rt-IconButton.rt-r-size-4:where(.rt-variant-ghost) {
      --icon-button-ghost-padding: var(--space-3);
    }
}
@media (min-width: 520px) {
    .rt-IconButton.xs\:rt-r-size-1:where(.rt-variant-ghost) {
      --icon-button-ghost-padding: var(--space-1);
    }
    .rt-IconButton.xs\:rt-r-size-2:where(.rt-variant-ghost) {
      --icon-button-ghost-padding: calc(var(--space-1) * 1.5);
    }
    .rt-IconButton.xs\:rt-r-size-3:where(.rt-variant-ghost) {
      --icon-button-ghost-padding: var(--space-2);
    }
    .rt-IconButton.xs\:rt-r-size-4:where(.rt-variant-ghost) {
      --icon-button-ghost-padding: var(--space-3);
    }
}
@media (min-width: 768px) {
    .rt-IconButton.sm\:rt-r-size-1:where(.rt-variant-ghost) {
      --icon-button-ghost-padding: var(--space-1);
    }
    .rt-IconButton.sm\:rt-r-size-2:where(.rt-variant-ghost) {
      --icon-button-ghost-padding: calc(var(--space-1) * 1.5);
    }
    .rt-IconButton.sm\:rt-r-size-3:where(.rt-variant-ghost) {
      --icon-button-ghost-padding: var(--space-2);
    }
    .rt-IconButton.sm\:rt-r-size-4:where(.rt-variant-ghost) {
      --icon-button-ghost-padding: var(--space-3);
    }
}
@media (min-width: 1024px) {
    .rt-IconButton.md\:rt-r-size-1:where(.rt-variant-ghost) {
      --icon-button-ghost-padding: var(--space-1);
    }
    .rt-IconButton.md\:rt-r-size-2:where(.rt-variant-ghost) {
      --icon-button-ghost-padding: calc(var(--space-1) * 1.5);
    }
    .rt-IconButton.md\:rt-r-size-3:where(.rt-variant-ghost) {
      --icon-button-ghost-padding: var(--space-2);
    }
    .rt-IconButton.md\:rt-r-size-4:where(.rt-variant-ghost) {
      --icon-button-ghost-padding: var(--space-3);
    }
}
@media (min-width: 1280px) {
    .rt-IconButton.lg\:rt-r-size-1:where(.rt-variant-ghost) {
      --icon-button-ghost-padding: var(--space-1);
    }
    .rt-IconButton.lg\:rt-r-size-2:where(.rt-variant-ghost) {
      --icon-button-ghost-padding: calc(var(--space-1) * 1.5);
    }
    .rt-IconButton.lg\:rt-r-size-3:where(.rt-variant-ghost) {
      --icon-button-ghost-padding: var(--space-2);
    }
    .rt-IconButton.lg\:rt-r-size-4:where(.rt-variant-ghost) {
      --icon-button-ghost-padding: var(--space-3);
    }
}
@media (min-width: 1640px) {
    .rt-IconButton.xl\:rt-r-size-1:where(.rt-variant-ghost) {
      --icon-button-ghost-padding: var(--space-1);
    }
    .rt-IconButton.xl\:rt-r-size-2:where(.rt-variant-ghost) {
      --icon-button-ghost-padding: calc(var(--space-1) * 1.5);
    }
    .rt-IconButton.xl\:rt-r-size-3:where(.rt-variant-ghost) {
      --icon-button-ghost-padding: var(--space-2);
    }
    .rt-IconButton.xl\:rt-r-size-4:where(.rt-variant-ghost) {
      --icon-button-ghost-padding: var(--space-3);
    }
}
.rt-Inset {
  /* If a margin IS defined on the component itself, the utility class will win and reset it */
  --margin-top: 0px;
  --margin-right: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  /* We reset the defined margin variables to avoid inheriting them from a higher component */

  /* Reset the overrides on direct children */
}
:where(.rt-Inset) > * {
    --margin-top-override: initial;
    --margin-right-override: initial;
    --margin-bottom-override: initial;
    --margin-left-override: initial;
  }
@media all {
    .rt-Inset.rt-r-side-top {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      margin-top: var(--margin-top-override);
      margin-left: var(--margin-left-override);
      margin-right: var(--margin-right-override);
    }
    .rt-Inset.rt-r-side-bottom {
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      margin-left: var(--margin-left-override);
      margin-right: var(--margin-right-override);
      margin-bottom: var(--margin-bottom-override);
    }
    .rt-Inset.rt-r-side-left {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      margin-top: var(--margin-top-override);
      margin-bottom: var(--margin-bottom-override);
      margin-left: var(--margin-left-override);
    }
    .rt-Inset.rt-r-side-right {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      margin-top: var(--margin-top-override);
      margin-bottom: var(--margin-bottom-override);
      margin-right: var(--margin-right-override);
    }
    .rt-Inset.rt-r-side-x {
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      margin-left: var(--margin-left-override);
      margin-right: var(--margin-right-override);
    }
    .rt-Inset.rt-r-side-y {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      margin-top: var(--margin-top-override);
      margin-bottom: var(--margin-bottom-override);
    }
    .rt-Inset.rt-r-side-all {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      margin: var(--margin-top-override) var(--margin-right-override) var(--margin-bottom-override)
        var(--margin-left-override);
    }
}
@media (min-width: 520px) {
    .rt-Inset.xs\:rt-r-side-top {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      margin-top: var(--margin-top-override);
      margin-left: var(--margin-left-override);
      margin-right: var(--margin-right-override);
    }
    .rt-Inset.xs\:rt-r-side-bottom {
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      margin-left: var(--margin-left-override);
      margin-right: var(--margin-right-override);
      margin-bottom: var(--margin-bottom-override);
    }
    .rt-Inset.xs\:rt-r-side-left {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      margin-top: var(--margin-top-override);
      margin-bottom: var(--margin-bottom-override);
      margin-left: var(--margin-left-override);
    }
    .rt-Inset.xs\:rt-r-side-right {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      margin-top: var(--margin-top-override);
      margin-bottom: var(--margin-bottom-override);
      margin-right: var(--margin-right-override);
    }
    .rt-Inset.xs\:rt-r-side-x {
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      margin-left: var(--margin-left-override);
      margin-right: var(--margin-right-override);
    }
    .rt-Inset.xs\:rt-r-side-y {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      margin-top: var(--margin-top-override);
      margin-bottom: var(--margin-bottom-override);
    }
    .rt-Inset.xs\:rt-r-side-all {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      margin: var(--margin-top-override) var(--margin-right-override) var(--margin-bottom-override)
        var(--margin-left-override);
    }
}
@media (min-width: 768px) {
    .rt-Inset.sm\:rt-r-side-top {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      margin-top: var(--margin-top-override);
      margin-left: var(--margin-left-override);
      margin-right: var(--margin-right-override);
    }
    .rt-Inset.sm\:rt-r-side-bottom {
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      margin-left: var(--margin-left-override);
      margin-right: var(--margin-right-override);
      margin-bottom: var(--margin-bottom-override);
    }
    .rt-Inset.sm\:rt-r-side-left {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      margin-top: var(--margin-top-override);
      margin-bottom: var(--margin-bottom-override);
      margin-left: var(--margin-left-override);
    }
    .rt-Inset.sm\:rt-r-side-right {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      margin-top: var(--margin-top-override);
      margin-bottom: var(--margin-bottom-override);
      margin-right: var(--margin-right-override);
    }
    .rt-Inset.sm\:rt-r-side-x {
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      margin-left: var(--margin-left-override);
      margin-right: var(--margin-right-override);
    }
    .rt-Inset.sm\:rt-r-side-y {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      margin-top: var(--margin-top-override);
      margin-bottom: var(--margin-bottom-override);
    }
    .rt-Inset.sm\:rt-r-side-all {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      margin: var(--margin-top-override) var(--margin-right-override) var(--margin-bottom-override)
        var(--margin-left-override);
    }
}
@media (min-width: 1024px) {
    .rt-Inset.md\:rt-r-side-top {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      margin-top: var(--margin-top-override);
      margin-left: var(--margin-left-override);
      margin-right: var(--margin-right-override);
    }
    .rt-Inset.md\:rt-r-side-bottom {
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      margin-left: var(--margin-left-override);
      margin-right: var(--margin-right-override);
      margin-bottom: var(--margin-bottom-override);
    }
    .rt-Inset.md\:rt-r-side-left {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      margin-top: var(--margin-top-override);
      margin-bottom: var(--margin-bottom-override);
      margin-left: var(--margin-left-override);
    }
    .rt-Inset.md\:rt-r-side-right {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      margin-top: var(--margin-top-override);
      margin-bottom: var(--margin-bottom-override);
      margin-right: var(--margin-right-override);
    }
    .rt-Inset.md\:rt-r-side-x {
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      margin-left: var(--margin-left-override);
      margin-right: var(--margin-right-override);
    }
    .rt-Inset.md\:rt-r-side-y {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      margin-top: var(--margin-top-override);
      margin-bottom: var(--margin-bottom-override);
    }
    .rt-Inset.md\:rt-r-side-all {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      margin: var(--margin-top-override) var(--margin-right-override) var(--margin-bottom-override)
        var(--margin-left-override);
    }
}
@media (min-width: 1280px) {
    .rt-Inset.lg\:rt-r-side-top {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      margin-top: var(--margin-top-override);
      margin-left: var(--margin-left-override);
      margin-right: var(--margin-right-override);
    }
    .rt-Inset.lg\:rt-r-side-bottom {
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      margin-left: var(--margin-left-override);
      margin-right: var(--margin-right-override);
      margin-bottom: var(--margin-bottom-override);
    }
    .rt-Inset.lg\:rt-r-side-left {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      margin-top: var(--margin-top-override);
      margin-bottom: var(--margin-bottom-override);
      margin-left: var(--margin-left-override);
    }
    .rt-Inset.lg\:rt-r-side-right {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      margin-top: var(--margin-top-override);
      margin-bottom: var(--margin-bottom-override);
      margin-right: var(--margin-right-override);
    }
    .rt-Inset.lg\:rt-r-side-x {
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      margin-left: var(--margin-left-override);
      margin-right: var(--margin-right-override);
    }
    .rt-Inset.lg\:rt-r-side-y {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      margin-top: var(--margin-top-override);
      margin-bottom: var(--margin-bottom-override);
    }
    .rt-Inset.lg\:rt-r-side-all {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      margin: var(--margin-top-override) var(--margin-right-override) var(--margin-bottom-override)
        var(--margin-left-override);
    }
}
@media (min-width: 1640px) {
    .rt-Inset.xl\:rt-r-side-top {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      margin-top: var(--margin-top-override);
      margin-left: var(--margin-left-override);
      margin-right: var(--margin-right-override);
    }
    .rt-Inset.xl\:rt-r-side-bottom {
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      margin-left: var(--margin-left-override);
      margin-right: var(--margin-right-override);
      margin-bottom: var(--margin-bottom-override);
    }
    .rt-Inset.xl\:rt-r-side-left {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      margin-top: var(--margin-top-override);
      margin-bottom: var(--margin-bottom-override);
      margin-left: var(--margin-left-override);
    }
    .rt-Inset.xl\:rt-r-side-right {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      margin-top: var(--margin-top-override);
      margin-bottom: var(--margin-bottom-override);
      margin-right: var(--margin-right-override);
    }
    .rt-Inset.xl\:rt-r-side-x {
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      margin-left: var(--margin-left-override);
      margin-right: var(--margin-right-override);
    }
    .rt-Inset.xl\:rt-r-side-y {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      margin-top: var(--margin-top-override);
      margin-bottom: var(--margin-bottom-override);
    }
    .rt-Inset.xl\:rt-r-side-all {
      --margin-top-override: calc(var(--margin-top) - var(--inset-padding));
      --margin-right-override: calc(var(--margin-right) - var(--inset-padding));
      --margin-bottom-override: calc(var(--margin-bottom) - var(--inset-padding));
      --margin-left-override: calc(var(--margin-left) - var(--inset-padding));
      margin: var(--margin-top-override) var(--margin-right-override) var(--margin-bottom-override)
        var(--margin-left-override);
    }
}
.radix-themes {
  /* prettier-ignore */
  --kbd-shadow:
    inset 0 0.05em var(--white-a12),
    inset 0 0.25em 0.5em var(--gray-a2),
    inset 0 -0.05em var(--gray-a6),
    0 0 0 0.05em var(--gray-a6),
    0 0.08em 0.17em var(--gray-a7);
}
:is(.dark, .dark-theme),
:is(.dark, .dark-theme) .radix-themes:not(.light, .light-theme) {
  /* prettier-ignore */
  --kbd-shadow:
    inset 0 0.05em var(--white-a9),
    inset 0 0.25em 0.5em var(--gray-a2),
    inset 0 -0.1em var(--black-a12),
    0 0 0 0.075em var(--gray-a8),
    0 0.08em 0.17em var(--black-a12);
}
.rt-Kbd {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: var(--default-font-family);
  font-weight: normal;
  vertical-align: text-top;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;

  position: relative;
  top: -0.05em;

  font-size: 0.75em;
  min-width: 1.75em;
  line-height: 1.7em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.05em;
  word-spacing: -0.1em;
  border-radius: calc(var(--radius-factor) * 0.35em);
  letter-spacing: var(--letter-spacing, var(--default-letter-spacing));

  color: var(--gray-12);
  background-color: var(--gray-1);
  box-shadow: var(--kbd-shadow);
}
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
@media all {
    .rt-Kbd.rt-r-size-1 {
      font-size: calc(var(--font-size-1) * 0.8);
      --letter-spacing: var(--letter-spacing-1);
    }
    .rt-Kbd.rt-r-size-2 {
      font-size: calc(var(--font-size-2) * 0.8);
      --letter-spacing: var(--letter-spacing-2);
    }
    .rt-Kbd.rt-r-size-3 {
      font-size: calc(var(--font-size-3) * 0.8);
      --letter-spacing: var(--letter-spacing-3);
    }
    .rt-Kbd.rt-r-size-4 {
      font-size: calc(var(--font-size-4) * 0.8);
      --letter-spacing: var(--letter-spacing-4);
    }
    .rt-Kbd.rt-r-size-5 {
      font-size: calc(var(--font-size-5) * 0.8);
      --letter-spacing: var(--letter-spacing-5);
    }
    .rt-Kbd.rt-r-size-6 {
      font-size: calc(var(--font-size-6) * 0.8);
      --letter-spacing: var(--letter-spacing-6);
    }
    .rt-Kbd.rt-r-size-7 {
      font-size: calc(var(--font-size-7) * 0.8);
      --letter-spacing: var(--letter-spacing-7);
    }
    .rt-Kbd.rt-r-size-8 {
      font-size: calc(var(--font-size-8) * 0.8);
      --letter-spacing: var(--letter-spacing-8);
    }
    .rt-Kbd.rt-r-size-9 {
      font-size: calc(var(--font-size-9) * 0.8);
      --letter-spacing: var(--letter-spacing-9);
    }
}
@media (min-width: 520px) {
    .rt-Kbd.xs\:rt-r-size-1 {
      font-size: calc(var(--font-size-1) * 0.8);
      --letter-spacing: var(--letter-spacing-1);
    }
    .rt-Kbd.xs\:rt-r-size-2 {
      font-size: calc(var(--font-size-2) * 0.8);
      --letter-spacing: var(--letter-spacing-2);
    }
    .rt-Kbd.xs\:rt-r-size-3 {
      font-size: calc(var(--font-size-3) * 0.8);
      --letter-spacing: var(--letter-spacing-3);
    }
    .rt-Kbd.xs\:rt-r-size-4 {
      font-size: calc(var(--font-size-4) * 0.8);
      --letter-spacing: var(--letter-spacing-4);
    }
    .rt-Kbd.xs\:rt-r-size-5 {
      font-size: calc(var(--font-size-5) * 0.8);
      --letter-spacing: var(--letter-spacing-5);
    }
    .rt-Kbd.xs\:rt-r-size-6 {
      font-size: calc(var(--font-size-6) * 0.8);
      --letter-spacing: var(--letter-spacing-6);
    }
    .rt-Kbd.xs\:rt-r-size-7 {
      font-size: calc(var(--font-size-7) * 0.8);
      --letter-spacing: var(--letter-spacing-7);
    }
    .rt-Kbd.xs\:rt-r-size-8 {
      font-size: calc(var(--font-size-8) * 0.8);
      --letter-spacing: var(--letter-spacing-8);
    }
    .rt-Kbd.xs\:rt-r-size-9 {
      font-size: calc(var(--font-size-9) * 0.8);
      --letter-spacing: var(--letter-spacing-9);
    }
}
@media (min-width: 768px) {
    .rt-Kbd.sm\:rt-r-size-1 {
      font-size: calc(var(--font-size-1) * 0.8);
      --letter-spacing: var(--letter-spacing-1);
    }
    .rt-Kbd.sm\:rt-r-size-2 {
      font-size: calc(var(--font-size-2) * 0.8);
      --letter-spacing: var(--letter-spacing-2);
    }
    .rt-Kbd.sm\:rt-r-size-3 {
      font-size: calc(var(--font-size-3) * 0.8);
      --letter-spacing: var(--letter-spacing-3);
    }
    .rt-Kbd.sm\:rt-r-size-4 {
      font-size: calc(var(--font-size-4) * 0.8);
      --letter-spacing: var(--letter-spacing-4);
    }
    .rt-Kbd.sm\:rt-r-size-5 {
      font-size: calc(var(--font-size-5) * 0.8);
      --letter-spacing: var(--letter-spacing-5);
    }
    .rt-Kbd.sm\:rt-r-size-6 {
      font-size: calc(var(--font-size-6) * 0.8);
      --letter-spacing: var(--letter-spacing-6);
    }
    .rt-Kbd.sm\:rt-r-size-7 {
      font-size: calc(var(--font-size-7) * 0.8);
      --letter-spacing: var(--letter-spacing-7);
    }
    .rt-Kbd.sm\:rt-r-size-8 {
      font-size: calc(var(--font-size-8) * 0.8);
      --letter-spacing: var(--letter-spacing-8);
    }
    .rt-Kbd.sm\:rt-r-size-9 {
      font-size: calc(var(--font-size-9) * 0.8);
      --letter-spacing: var(--letter-spacing-9);
    }
}
@media (min-width: 1024px) {
    .rt-Kbd.md\:rt-r-size-1 {
      font-size: calc(var(--font-size-1) * 0.8);
      --letter-spacing: var(--letter-spacing-1);
    }
    .rt-Kbd.md\:rt-r-size-2 {
      font-size: calc(var(--font-size-2) * 0.8);
      --letter-spacing: var(--letter-spacing-2);
    }
    .rt-Kbd.md\:rt-r-size-3 {
      font-size: calc(var(--font-size-3) * 0.8);
      --letter-spacing: var(--letter-spacing-3);
    }
    .rt-Kbd.md\:rt-r-size-4 {
      font-size: calc(var(--font-size-4) * 0.8);
      --letter-spacing: var(--letter-spacing-4);
    }
    .rt-Kbd.md\:rt-r-size-5 {
      font-size: calc(var(--font-size-5) * 0.8);
      --letter-spacing: var(--letter-spacing-5);
    }
    .rt-Kbd.md\:rt-r-size-6 {
      font-size: calc(var(--font-size-6) * 0.8);
      --letter-spacing: var(--letter-spacing-6);
    }
    .rt-Kbd.md\:rt-r-size-7 {
      font-size: calc(var(--font-size-7) * 0.8);
      --letter-spacing: var(--letter-spacing-7);
    }
    .rt-Kbd.md\:rt-r-size-8 {
      font-size: calc(var(--font-size-8) * 0.8);
      --letter-spacing: var(--letter-spacing-8);
    }
    .rt-Kbd.md\:rt-r-size-9 {
      font-size: calc(var(--font-size-9) * 0.8);
      --letter-spacing: var(--letter-spacing-9);
    }
}
@media (min-width: 1280px) {
    .rt-Kbd.lg\:rt-r-size-1 {
      font-size: calc(var(--font-size-1) * 0.8);
      --letter-spacing: var(--letter-spacing-1);
    }
    .rt-Kbd.lg\:rt-r-size-2 {
      font-size: calc(var(--font-size-2) * 0.8);
      --letter-spacing: var(--letter-spacing-2);
    }
    .rt-Kbd.lg\:rt-r-size-3 {
      font-size: calc(var(--font-size-3) * 0.8);
      --letter-spacing: var(--letter-spacing-3);
    }
    .rt-Kbd.lg\:rt-r-size-4 {
      font-size: calc(var(--font-size-4) * 0.8);
      --letter-spacing: var(--letter-spacing-4);
    }
    .rt-Kbd.lg\:rt-r-size-5 {
      font-size: calc(var(--font-size-5) * 0.8);
      --letter-spacing: var(--letter-spacing-5);
    }
    .rt-Kbd.lg\:rt-r-size-6 {
      font-size: calc(var(--font-size-6) * 0.8);
      --letter-spacing: var(--letter-spacing-6);
    }
    .rt-Kbd.lg\:rt-r-size-7 {
      font-size: calc(var(--font-size-7) * 0.8);
      --letter-spacing: var(--letter-spacing-7);
    }
    .rt-Kbd.lg\:rt-r-size-8 {
      font-size: calc(var(--font-size-8) * 0.8);
      --letter-spacing: var(--letter-spacing-8);
    }
    .rt-Kbd.lg\:rt-r-size-9 {
      font-size: calc(var(--font-size-9) * 0.8);
      --letter-spacing: var(--letter-spacing-9);
    }
}
@media (min-width: 1640px) {
    .rt-Kbd.xl\:rt-r-size-1 {
      font-size: calc(var(--font-size-1) * 0.8);
      --letter-spacing: var(--letter-spacing-1);
    }
    .rt-Kbd.xl\:rt-r-size-2 {
      font-size: calc(var(--font-size-2) * 0.8);
      --letter-spacing: var(--letter-spacing-2);
    }
    .rt-Kbd.xl\:rt-r-size-3 {
      font-size: calc(var(--font-size-3) * 0.8);
      --letter-spacing: var(--letter-spacing-3);
    }
    .rt-Kbd.xl\:rt-r-size-4 {
      font-size: calc(var(--font-size-4) * 0.8);
      --letter-spacing: var(--letter-spacing-4);
    }
    .rt-Kbd.xl\:rt-r-size-5 {
      font-size: calc(var(--font-size-5) * 0.8);
      --letter-spacing: var(--letter-spacing-5);
    }
    .rt-Kbd.xl\:rt-r-size-6 {
      font-size: calc(var(--font-size-6) * 0.8);
      --letter-spacing: var(--letter-spacing-6);
    }
    .rt-Kbd.xl\:rt-r-size-7 {
      font-size: calc(var(--font-size-7) * 0.8);
      --letter-spacing: var(--letter-spacing-7);
    }
    .rt-Kbd.xl\:rt-r-size-8 {
      font-size: calc(var(--font-size-8) * 0.8);
      --letter-spacing: var(--letter-spacing-8);
    }
    .rt-Kbd.xl\:rt-r-size-9 {
      font-size: calc(var(--font-size-9) * 0.8);
      --letter-spacing: var(--letter-spacing-9);
    }
}
.rt-Link {
  cursor: pointer;
  color: var(--accent-a11);
  border-radius: calc(0.07em * var(--radius-factor));
}
.rt-Link:focus-visible {
    outline-color: var(--accent-a8);
    outline-width: 2px;
    outline-style: solid;
    outline-offset: 2px;
  }
.rt-Link.rt-high-contrast,
  .rt-Text:where([data-accent-color]):not(.rt-high-contrast) .rt-Link {
    color: var(--accent-12);
  }
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
@media all {
    .rt-Link.rt-r-size-7,
    .rt-Link.rt-r-size-8,
    .rt-Link.rt-r-size-9 {
      text-decoration-thickness: 2px;
    }
}
@media (min-width: 520px) {
    .rt-Link.xs\:rt-r-size-7,
    .rt-Link.xs\:rt-r-size-8,
    .rt-Link.xs\:rt-r-size-9 {
      text-decoration-thickness: 2px;
    }
}
@media (min-width: 768px) {
    .rt-Link.sm\:rt-r-size-7,
    .rt-Link.sm\:rt-r-size-8,
    .rt-Link.sm\:rt-r-size-9 {
      text-decoration-thickness: 2px;
    }
}
@media (min-width: 1024px) {
    .rt-Link.md\:rt-r-size-7,
    .rt-Link.md\:rt-r-size-8,
    .rt-Link.md\:rt-r-size-9 {
      text-decoration-thickness: 2px;
    }
}
@media (min-width: 1280px) {
    .rt-Link.lg\:rt-r-size-7,
    .rt-Link.lg\:rt-r-size-8,
    .rt-Link.lg\:rt-r-size-9 {
      text-decoration-thickness: 2px;
    }
}
@media (min-width: 1640px) {
    .rt-Link.xl\:rt-r-size-7,
    .rt-Link.xl\:rt-r-size-8,
    .rt-Link.xl\:rt-r-size-9 {
      text-decoration-thickness: 2px;
    }
}
/***************************************************************************************************
 *                                                                                                 *
 * UNDERLINE                                                                                       *
 *                                                                                                 *
 ***************************************************************************************************/
.rt-Link {
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: calc(0.025em + 2px);
  text-decoration-color: var(--accent-a5);
}
@media (hover: hover) {
      .rt-Link:where(.rt-underline-auto):hover {
        text-decoration-line: underline;
      }
    }
.rt-Link.rt-high-contrast:where(.rt-underline-auto),
    :where(.rt-Text:where([data-accent-color])):not(.rt-high-contrast) .rt-Link:where(.rt-underline-auto) {
      text-decoration-line: underline;
      text-decoration-color: var(--accent-a6);
    }
@media (hover: hover) {
      .rt-Link:where(.rt-underline-hover):hover {
        text-decoration-line: underline;
      }
    }
.rt-Link:where(.rt-underline-always) {
    text-decoration-line: underline;
  }
/* all focused states underline */
.rt-Link:focus-visible {
  text-decoration-line: none;
}
.rt-PopoverContent {
  background-color: var(--color-panel-solid);
  box-shadow: var(--shadow-5);
  min-width: var(--radix-popover-trigger-width);
  outline: 0;
  overflow: auto;

  /* used by Inset */
  --inset-padding: var(--popover-padding);
  padding: var(--inset-padding);

  transform-origin: var(--radix-popover-content-transform-origin);
}
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
@media all {
    .rt-PopoverContent.rt-r-size-1 {
      --popover-padding: var(--space-3);
      border-radius: var(--radius-4);
    }
    .rt-PopoverContent.rt-r-size-2 {
      --popover-padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-PopoverContent.rt-r-size-3 {
      --popover-padding: var(--space-5);
      border-radius: var(--radius-5);
    }
    .rt-PopoverContent.rt-r-size-4 {
      --popover-padding: var(--space-6);
      border-radius: var(--radius-5);
    }
}
@media (min-width: 520px) {
    .rt-PopoverContent.xs\:rt-r-size-1 {
      --popover-padding: var(--space-3);
      border-radius: var(--radius-4);
    }
    .rt-PopoverContent.xs\:rt-r-size-2 {
      --popover-padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-PopoverContent.xs\:rt-r-size-3 {
      --popover-padding: var(--space-5);
      border-radius: var(--radius-5);
    }
    .rt-PopoverContent.xs\:rt-r-size-4 {
      --popover-padding: var(--space-6);
      border-radius: var(--radius-5);
    }
}
@media (min-width: 768px) {
    .rt-PopoverContent.sm\:rt-r-size-1 {
      --popover-padding: var(--space-3);
      border-radius: var(--radius-4);
    }
    .rt-PopoverContent.sm\:rt-r-size-2 {
      --popover-padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-PopoverContent.sm\:rt-r-size-3 {
      --popover-padding: var(--space-5);
      border-radius: var(--radius-5);
    }
    .rt-PopoverContent.sm\:rt-r-size-4 {
      --popover-padding: var(--space-6);
      border-radius: var(--radius-5);
    }
}
@media (min-width: 1024px) {
    .rt-PopoverContent.md\:rt-r-size-1 {
      --popover-padding: var(--space-3);
      border-radius: var(--radius-4);
    }
    .rt-PopoverContent.md\:rt-r-size-2 {
      --popover-padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-PopoverContent.md\:rt-r-size-3 {
      --popover-padding: var(--space-5);
      border-radius: var(--radius-5);
    }
    .rt-PopoverContent.md\:rt-r-size-4 {
      --popover-padding: var(--space-6);
      border-radius: var(--radius-5);
    }
}
@media (min-width: 1280px) {
    .rt-PopoverContent.lg\:rt-r-size-1 {
      --popover-padding: var(--space-3);
      border-radius: var(--radius-4);
    }
    .rt-PopoverContent.lg\:rt-r-size-2 {
      --popover-padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-PopoverContent.lg\:rt-r-size-3 {
      --popover-padding: var(--space-5);
      border-radius: var(--radius-5);
    }
    .rt-PopoverContent.lg\:rt-r-size-4 {
      --popover-padding: var(--space-6);
      border-radius: var(--radius-5);
    }
}
@media (min-width: 1640px) {
    .rt-PopoverContent.xl\:rt-r-size-1 {
      --popover-padding: var(--space-3);
      border-radius: var(--radius-4);
    }
    .rt-PopoverContent.xl\:rt-r-size-2 {
      --popover-padding: var(--space-4);
      border-radius: var(--radius-4);
    }
    .rt-PopoverContent.xl\:rt-r-size-3 {
      --popover-padding: var(--space-5);
      border-radius: var(--radius-5);
    }
    .rt-PopoverContent.xl\:rt-r-size-4 {
      --popover-padding: var(--space-6);
      border-radius: var(--radius-5);
    }
}
.rt-Quote {
  box-sizing: border-box;
  font-family: var(--quote-font-family);
  font-size: calc(var(--quote-font-size-adjust) * 1em);
  font-style: var(--quote-font-style);
  font-weight: var(--quote-font-weight);
  line-height: 1.25;
  letter-spacing: calc(
    var(--quote-letter-spacing) + var(--letter-spacing, var(--default-letter-spacing))
  );
  color: inherit;
}
.rt-RadioGroupRoot {
}
.rt-RadioGroupItem {
  display: inline-flex;
  align-items: center;
  vertical-align: bottom;
  flex-shrink: 0;

  /* Match Text size 2 line-height */
  height: var(--line-height-2);
}
.rt-RadioGroupButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: var(--radio-group-item-size);
  width: var(--radio-group-item-size);
  border-radius: 100%;
}
.rt-RadioGroupIndicator {
  background-color: currentColor;
  height: var(--radio-group-indicator-size);
  width: var(--radio-group-indicator-size);
  border-radius: 100%;
}
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
@media all {
    .rt-RadioGroupRoot.rt-r-size-1 {
      --radio-group-item-size: var(--space-4);
      --radio-group-indicator-size: calc(6px * var(--scaling));
    }
    .rt-RadioGroupRoot.rt-r-size-2 {
      --radio-group-item-size: var(--space-5);
      --radio-group-indicator-size: calc(10px * var(--scaling));
    }
}
@media (min-width: 520px) {
    .rt-RadioGroupRoot.xs\:rt-r-size-1 {
      --radio-group-item-size: var(--space-4);
      --radio-group-indicator-size: calc(6px * var(--scaling));
    }
    .rt-RadioGroupRoot.xs\:rt-r-size-2 {
      --radio-group-item-size: var(--space-5);
      --radio-group-indicator-size: calc(10px * var(--scaling));
    }
}
@media (min-width: 768px) {
    .rt-RadioGroupRoot.sm\:rt-r-size-1 {
      --radio-group-item-size: var(--space-4);
      --radio-group-indicator-size: calc(6px * var(--scaling));
    }
    .rt-RadioGroupRoot.sm\:rt-r-size-2 {
      --radio-group-item-size: var(--space-5);
      --radio-group-indicator-size: calc(10px * var(--scaling));
    }
}
@media (min-width: 1024px) {
    .rt-RadioGroupRoot.md\:rt-r-size-1 {
      --radio-group-item-size: var(--space-4);
      --radio-group-indicator-size: calc(6px * var(--scaling));
    }
    .rt-RadioGroupRoot.md\:rt-r-size-2 {
      --radio-group-item-size: var(--space-5);
      --radio-group-indicator-size: calc(10px * var(--scaling));
    }
}
@media (min-width: 1280px) {
    .rt-RadioGroupRoot.lg\:rt-r-size-1 {
      --radio-group-item-size: var(--space-4);
      --radio-group-indicator-size: calc(6px * var(--scaling));
    }
    .rt-RadioGroupRoot.lg\:rt-r-size-2 {
      --radio-group-item-size: var(--space-5);
      --radio-group-indicator-size: calc(10px * var(--scaling));
    }
}
@media (min-width: 1640px) {
    .rt-RadioGroupRoot.xl\:rt-r-size-1 {
      --radio-group-item-size: var(--space-4);
      --radio-group-indicator-size: calc(6px * var(--scaling));
    }
    .rt-RadioGroupRoot.xl\:rt-r-size-2 {
      --radio-group-item-size: var(--space-5);
      --radio-group-indicator-size: calc(10px * var(--scaling));
    }
}
/***************************************************************************************************
 *                                                                                                 *
 * VARIANTS                                                                                        *
 *                                                                                                 *
 ***************************************************************************************************/
/* surface */
.rt-RadioGroupRoot.rt-variant-surface .rt-RadioGroupButton:where([data-state='unchecked']) {
    background-color: var(--color-surface);
    box-shadow: inset 0 0 0 1px var(--gray-a7);
  }
.rt-RadioGroupRoot.rt-variant-surface .rt-RadioGroupButton:where(:focus-visible) {
    box-shadow: inset 0 0 0 1px var(--gray-a7), 0 0 0 2px var(--accent-3),
      0 0 0 4px var(--accent-a8);
  }
.rt-RadioGroupRoot.rt-variant-surface .rt-RadioGroupButton:where([data-state='checked']) {
    background-color: var(--accent-9);
    color: var(--accent-9-contrast);
  }
.rt-RadioGroupRoot.rt-variant-surface:where(.rt-high-contrast) .rt-RadioGroupButton:where([data-state='checked']) {
    background-color: var(--accent-12);
    color: var(--accent-1);
  }
/* classic */
.rt-RadioGroupRoot.rt-variant-classic .rt-RadioGroupButton:where([data-state='unchecked']) {
    background-color: var(--color-surface);
    box-shadow: inset 0 0 0 1px var(--gray-a3), var(--shadow-1);
  }
.rt-RadioGroupRoot.rt-variant-classic .rt-RadioGroupButton:where(:focus-visible) {
    box-shadow: inset 0 0 0 1px var(--gray-a3), var(--shadow-1), 0 0 0 2px var(--accent-3),
      0 0 0 4px var(--accent-a8);
  }
.rt-RadioGroupRoot.rt-variant-classic .rt-RadioGroupButton:where([data-state='checked']) {
    background-color: var(--accent-9);
    color: var(--accent-9-contrast);
  }
.rt-RadioGroupRoot.rt-variant-classic:where(.rt-high-contrast) .rt-RadioGroupButton:where([data-state='checked']) {
    background-color: var(--accent-12);
    color: var(--accent-1);
  }
/* soft */
.rt-RadioGroupRoot.rt-variant-soft .rt-RadioGroupButton {
    background-color: var(--accent-a5);
  }
.rt-RadioGroupRoot.rt-variant-soft .rt-RadioGroupButton:where(:focus-visible) {
    box-shadow: 0 0 0 2px var(--accent-1), 0 0 0 4px var(--accent-a8);
  }
.rt-RadioGroupRoot.rt-variant-soft .rt-RadioGroupButton:where([data-state='checked']) {
    color: var(--accent-11);
  }
.rt-RadioGroupRoot.rt-variant-soft:where(.rt-high-contrast) .rt-RadioGroupButton:where([data-state='checked']) {
    color: var(--accent-12);
  }
/* all disabled radios */
.rt-RadioGroupRoot .rt-RadioGroupButton[data-disabled] {
  box-shadow: inset 0 0 0 1px var(--gray-a6);
  background-color: var(--gray-a3);
  cursor: not-allowed;
  color: var(--gray-a8);
}
.rt-ScrollAreaRoot {
  --scrollarea-scrollbar-margin-top: var(--space-1);
  --scrollarea-scrollbar-margin-bottom: var(--space-1);
  --scrollarea-scrollbar-margin-left: var(--space-1);
  --scrollarea-scrollbar-margin-right: var(--space-1);

  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.rt-ScrollAreaViewport {
  width: 100%;
  height: 100%;

  /* Stop Chrome back/forward two-finger swipe */
  overscroll-behavior-x: contain;
}
.rt-ScrollAreaViewport:focus-visible + .rt-ScrollAreaViewportFocusRing {
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 2px var(--accent-a8);
}
.rt-ScrollAreaScrollbar {
  display: flex;
  /* Ensures no selection */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* Disable browser handling of all panning and zooming gestures on touch devices */
  touch-action: none;
}
.rt-ScrollAreaScrollbar[data-orientation='vertical'] {
    flex-direction: column;
    width: var(--scrollarea-scrollbar-size);
  }
.rt-ScrollAreaScrollbar[data-orientation='horizontal'] {
    flex-direction: row;
    height: var(--scrollarea-scrollbar-size);
  }
.rt-ScrollAreaThumb {
  position: relative;
}
.rt-ScrollAreaThumb::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    min-width: 16px;
    min-height: 16px;
  }
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
@media all {
    .rt-ScrollAreaScrollbar.rt-r-size-1 {
      --scrollarea-scrollbar-size: var(--space-1);
      --scrollarea-scrollbar-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-ScrollAreaScrollbar.rt-r-size-2 {
      --scrollarea-scrollbar-size: var(--space-2);
      --scrollarea-scrollbar-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-ScrollAreaScrollbar.rt-r-size-3 {
      --scrollarea-scrollbar-size: var(--space-3);
      --scrollarea-scrollbar-radius: max(var(--radius-1), var(--radius-full));
    }
}
@media (min-width: 520px) {
    .rt-ScrollAreaScrollbar.xs\:rt-r-size-1 {
      --scrollarea-scrollbar-size: var(--space-1);
      --scrollarea-scrollbar-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-ScrollAreaScrollbar.xs\:rt-r-size-2 {
      --scrollarea-scrollbar-size: var(--space-2);
      --scrollarea-scrollbar-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-ScrollAreaScrollbar.xs\:rt-r-size-3 {
      --scrollarea-scrollbar-size: var(--space-3);
      --scrollarea-scrollbar-radius: max(var(--radius-1), var(--radius-full));
    }
}
@media (min-width: 768px) {
    .rt-ScrollAreaScrollbar.sm\:rt-r-size-1 {
      --scrollarea-scrollbar-size: var(--space-1);
      --scrollarea-scrollbar-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-ScrollAreaScrollbar.sm\:rt-r-size-2 {
      --scrollarea-scrollbar-size: var(--space-2);
      --scrollarea-scrollbar-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-ScrollAreaScrollbar.sm\:rt-r-size-3 {
      --scrollarea-scrollbar-size: var(--space-3);
      --scrollarea-scrollbar-radius: max(var(--radius-1), var(--radius-full));
    }
}
@media (min-width: 1024px) {
    .rt-ScrollAreaScrollbar.md\:rt-r-size-1 {
      --scrollarea-scrollbar-size: var(--space-1);
      --scrollarea-scrollbar-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-ScrollAreaScrollbar.md\:rt-r-size-2 {
      --scrollarea-scrollbar-size: var(--space-2);
      --scrollarea-scrollbar-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-ScrollAreaScrollbar.md\:rt-r-size-3 {
      --scrollarea-scrollbar-size: var(--space-3);
      --scrollarea-scrollbar-radius: max(var(--radius-1), var(--radius-full));
    }
}
@media (min-width: 1280px) {
    .rt-ScrollAreaScrollbar.lg\:rt-r-size-1 {
      --scrollarea-scrollbar-size: var(--space-1);
      --scrollarea-scrollbar-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-ScrollAreaScrollbar.lg\:rt-r-size-2 {
      --scrollarea-scrollbar-size: var(--space-2);
      --scrollarea-scrollbar-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-ScrollAreaScrollbar.lg\:rt-r-size-3 {
      --scrollarea-scrollbar-size: var(--space-3);
      --scrollarea-scrollbar-radius: max(var(--radius-1), var(--radius-full));
    }
}
@media (min-width: 1640px) {
    .rt-ScrollAreaScrollbar.xl\:rt-r-size-1 {
      --scrollarea-scrollbar-size: var(--space-1);
      --scrollarea-scrollbar-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-ScrollAreaScrollbar.xl\:rt-r-size-2 {
      --scrollarea-scrollbar-size: var(--space-2);
      --scrollarea-scrollbar-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-ScrollAreaScrollbar.xl\:rt-r-size-3 {
      --scrollarea-scrollbar-size: var(--space-3);
      --scrollarea-scrollbar-radius: max(var(--radius-1), var(--radius-full));
    }
}
/***************************************************************************************************
 *                                                                                                 *
 * VARIANTS                                                                                        *
 *                                                                                                 *
 ***************************************************************************************************/
.rt-ScrollAreaScrollbar {
  background-color: var(--gray-a3);
  border-radius: var(--scrollarea-scrollbar-radius);
  margin-top: var(--scrollarea-scrollbar-margin-top);
  margin-bottom: var(--scrollarea-scrollbar-margin-bottom);
  margin-left: var(--scrollarea-scrollbar-margin-left);
  margin-right: var(--scrollarea-scrollbar-margin-right);

  animation-duration: 150ms;
  animation-timing-function: ease-out;
}
.rt-ScrollAreaScrollbar[data-state='visible'] {
    animation-name: fadeIn;
  }
.rt-ScrollAreaScrollbar[data-state='hidden'] {
    animation-name: fadeOut;
  }
.rt-ScrollAreaThumb {
  background-color: var(--gray-a8);
  border-radius: inherit;
  transition: background-color 100ms;
}
@media (hover: hover) {
    .rt-ScrollAreaThumb:hover {
      background-color: var(--gray-a9);
    }
  }
.rt-Section {
  box-sizing: border-box;
  flex-shrink: 0;
}
@media all {
    .rt-Section:where(.rt-r-size-1) {
      padding-top: var(--space-5);
      padding-bottom: var(--space-5);
    }
    .rt-Section:where(.rt-r-size-2) {
      padding-top: var(--space-7);
      padding-bottom: var(--space-7);
    }
    .rt-Section:where(.rt-r-size-3) {
      padding-top: 80px;
      padding-bottom: 80px;
    }
}
@media (min-width: 520px) {
    .rt-Section:where(.xs\:rt-r-size-1) {
      padding-top: var(--space-5);
      padding-bottom: var(--space-5);
    }
    .rt-Section:where(.xs\:rt-r-size-2) {
      padding-top: var(--space-7);
      padding-bottom: var(--space-7);
    }
    .rt-Section:where(.xs\:rt-r-size-3) {
      padding-top: 80px;
      padding-bottom: 80px;
    }
}
@media (min-width: 768px) {
    .rt-Section:where(.sm\:rt-r-size-1) {
      padding-top: var(--space-5);
      padding-bottom: var(--space-5);
    }
    .rt-Section:where(.sm\:rt-r-size-2) {
      padding-top: var(--space-7);
      padding-bottom: var(--space-7);
    }
    .rt-Section:where(.sm\:rt-r-size-3) {
      padding-top: 80px;
      padding-bottom: 80px;
    }
}
@media (min-width: 1024px) {
    .rt-Section:where(.md\:rt-r-size-1) {
      padding-top: var(--space-5);
      padding-bottom: var(--space-5);
    }
    .rt-Section:where(.md\:rt-r-size-2) {
      padding-top: var(--space-7);
      padding-bottom: var(--space-7);
    }
    .rt-Section:where(.md\:rt-r-size-3) {
      padding-top: 80px;
      padding-bottom: 80px;
    }
}
@media (min-width: 1280px) {
    .rt-Section:where(.lg\:rt-r-size-1) {
      padding-top: var(--space-5);
      padding-bottom: var(--space-5);
    }
    .rt-Section:where(.lg\:rt-r-size-2) {
      padding-top: var(--space-7);
      padding-bottom: var(--space-7);
    }
    .rt-Section:where(.lg\:rt-r-size-3) {
      padding-top: 80px;
      padding-bottom: 80px;
    }
}
@media (min-width: 1640px) {
    .rt-Section:where(.xl\:rt-r-size-1) {
      padding-top: var(--space-5);
      padding-bottom: var(--space-5);
    }
    .rt-Section:where(.xl\:rt-r-size-2) {
      padding-top: var(--space-7);
      padding-bottom: var(--space-7);
    }
    .rt-Section:where(.xl\:rt-r-size-3) {
      padding-top: 80px;
      padding-bottom: 80px;
    }
}
.rt-SelectTrigger {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: top;
  line-height: var(--height);
}
.rt-SelectIcon {
  flex-shrink: 0;
}
.rt-SelectTrigger:where(:not(.rt-variant-ghost)) .rt-SelectIcon {
    opacity: 0.9;
  }
.rt-SelectContent {
  overflow: hidden;

  background-color: var(--select-content-bg);
  --select-content-radius: min(
    (var(--select-item-height) / 2 + var(--select-content-padding)),
    max(var(--radius-3), var(--radius-full))
  );
  border-radius: var(--select-content-radius);
}
.rt-SelectContent[data-side] {
    min-width: var(--radix-select-trigger-width);
    max-height: var(--radix-select-content-available-height);
    transform-origin: var(--radix-select-content-transform-origin);
  }
.rt-SelectContent .rt-ScrollAreaScrollbar {
    --select-content-scrollbar-margin: max(
      calc(var(--select-content-radius) / 1.5),
      var(--select-content-padding)
    );
    margin-top: var(--select-content-scrollbar-margin);
    margin-bottom: var(--select-content-scrollbar-margin);
  }
.rt-SelectViewport {
  box-sizing: border-box;
  padding: var(--select-content-padding);
}
.rt-SelectContent:has(.rt-ScrollAreaScrollbar[data-orientation='vertical']) .rt-SelectViewport {
    padding-right: 12px;
  }
.rt-SelectItem {
  display: flex;
  align-items: center;
  height: var(--select-item-height);
  border-radius: max(var(--radius-2), var(--radius-full));
  padding-left: var(--space-5);
  padding-right: var(--space-5);
  position: relative;
  box-sizing: border-box;
  outline: none;
  cursor: default;

  scroll-margin: var(--select-content-padding) 0;

  /* Fix sticky text highlighting after selection in Firefox */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.rt-SelectItemIndicator {
  position: absolute;
  left: 0;
  width: var(--space-5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rt-SelectSeparator {
  height: 1px;
  margin: var(--space-2);
}
.rt-SelectLabel {
  display: flex;
  align-items: center;
  height: var(--select-item-height);
  padding-left: var(--space-5);
  padding-right: var(--space-5);
  font-size: var(--font-size-1);
  line-height: var(--line-height-1);
  letter-spacing: var(--letter-spacing-1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
}
.rt-SelectLabel:not(:first-child) {
    margin-top: var(--space-2);
  }
/***************************************************************************************************
 *                                                                                                 *
 * TRIGGER SIZES                                                                                   *
 *                                                                                                 *
 ***************************************************************************************************/
.rt-SelectTrigger {
  color: var(--gray-12);
}
.rt-SelectTrigger:where(:not(.rt-variant-ghost)) {
    height: var(--select-trigger-height);
  }
.rt-SelectTrigger:where(.rt-variant-ghost) {
    box-sizing: content-box;
    height: -moz-fit-content;
    height: fit-content;
    padding: var(--select-trigger-ghost-padding-y) var(--select-trigger-ghost-padding-x);
    /* If a margin IS defined on the component itself, the utility class will win and reset it */
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;

    /* Define the overrides to incorporate the negative margins */
    --margin-top-override: calc(var(--margin-top, 0px) - var(--select-trigger-ghost-padding-y));
    --margin-right-override: calc(var(--margin-right, 0px) - var(--select-trigger-ghost-padding-x));
    --margin-bottom-override: calc(
      var(--margin-bottom, 0px) - var(--select-trigger-ghost-padding-y)
    );
    --margin-left-override: calc(var(--margin-left, 0px) - var(--select-trigger-ghost-padding-x));

    margin: var(--margin-top-override) var(--margin-right-override) var(--margin-bottom-override)
      var(--margin-left-override);

    /* We reset the defined margin variables to avoid inheriting them from a higher component */

    /* Reset the overrides on direct children */
  }
:where(.rt-SelectTrigger:where(.rt-variant-ghost)) > * {
      --margin-top-override: initial;
      --margin-right-override: initial;
      --margin-bottom-override: initial;
      --margin-left-override: initial;
    }
@media all {
    .rt-SelectTrigger.rt-r-size-1 {
      --select-trigger-height: var(--space-5);
      gap: var(--space-1);
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
      border-radius: max(var(--radius-1), var(--radius-full));
    }

      .rt-SelectTrigger.rt-r-size-1:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-2);
        padding-right: var(--space-2);
      }
      .rt-SelectTrigger.rt-r-size-1:where(.rt-variant-ghost) {
        --select-trigger-ghost-padding-x: var(--space-2);
        --select-trigger-ghost-padding-y: var(--space-1);
      }
    .rt-SelectTrigger.rt-r-size-2 {
      --select-trigger-height: var(--space-6);
      gap: calc(var(--space-1) * 1.5);
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
      border-radius: max(var(--radius-2), var(--radius-full));
    }

      .rt-SelectTrigger.rt-r-size-2:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-3);
        padding-right: var(--space-3);
      }
      .rt-SelectTrigger.rt-r-size-2:where(.rt-variant-ghost) {
        --select-trigger-ghost-padding-x: var(--space-2);
        --select-trigger-ghost-padding-y: var(--space-1);
      }
    .rt-SelectTrigger.rt-r-size-3 {
      --select-trigger-height: var(--space-7);
      gap: var(--space-2);
      font-size: var(--font-size-3);
      line-height: var(--line-height-3);
      letter-spacing: var(--letter-spacing-3);
      border-radius: max(var(--radius-3), var(--radius-full));
    }

      .rt-SelectTrigger.rt-r-size-3:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-4);
        padding-right: var(--space-4);
      }
      .rt-SelectTrigger.rt-r-size-3:where(.rt-variant-ghost) {
        --select-trigger-ghost-padding-x: var(--space-3);
        --select-trigger-ghost-padding-y: calc(var(--space-1) * 1.5);
      }
      .rt-SelectTrigger.rt-r-size-3 .rt-SelectIcon {
        width: 11px;
        height: 11px;
      }
}
@media (min-width: 520px) {
    .rt-SelectTrigger.xs\:rt-r-size-1 {
      --select-trigger-height: var(--space-5);
      gap: var(--space-1);
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
      border-radius: max(var(--radius-1), var(--radius-full));
    }

      .rt-SelectTrigger.xs\:rt-r-size-1:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-2);
        padding-right: var(--space-2);
      }
      .rt-SelectTrigger.xs\:rt-r-size-1:where(.rt-variant-ghost) {
        --select-trigger-ghost-padding-x: var(--space-2);
        --select-trigger-ghost-padding-y: var(--space-1);
      }
    .rt-SelectTrigger.xs\:rt-r-size-2 {
      --select-trigger-height: var(--space-6);
      gap: calc(var(--space-1) * 1.5);
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
      border-radius: max(var(--radius-2), var(--radius-full));
    }

      .rt-SelectTrigger.xs\:rt-r-size-2:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-3);
        padding-right: var(--space-3);
      }
      .rt-SelectTrigger.xs\:rt-r-size-2:where(.rt-variant-ghost) {
        --select-trigger-ghost-padding-x: var(--space-2);
        --select-trigger-ghost-padding-y: var(--space-1);
      }
    .rt-SelectTrigger.xs\:rt-r-size-3 {
      --select-trigger-height: var(--space-7);
      gap: var(--space-2);
      font-size: var(--font-size-3);
      line-height: var(--line-height-3);
      letter-spacing: var(--letter-spacing-3);
      border-radius: max(var(--radius-3), var(--radius-full));
    }

      .rt-SelectTrigger.xs\:rt-r-size-3:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-4);
        padding-right: var(--space-4);
      }
      .rt-SelectTrigger.xs\:rt-r-size-3:where(.rt-variant-ghost) {
        --select-trigger-ghost-padding-x: var(--space-3);
        --select-trigger-ghost-padding-y: calc(var(--space-1) * 1.5);
      }
      .rt-SelectTrigger.xs\:rt-r-size-3 .rt-SelectIcon {
        width: 11px;
        height: 11px;
      }
}
@media (min-width: 768px) {
    .rt-SelectTrigger.sm\:rt-r-size-1 {
      --select-trigger-height: var(--space-5);
      gap: var(--space-1);
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
      border-radius: max(var(--radius-1), var(--radius-full));
    }

      .rt-SelectTrigger.sm\:rt-r-size-1:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-2);
        padding-right: var(--space-2);
      }
      .rt-SelectTrigger.sm\:rt-r-size-1:where(.rt-variant-ghost) {
        --select-trigger-ghost-padding-x: var(--space-2);
        --select-trigger-ghost-padding-y: var(--space-1);
      }
    .rt-SelectTrigger.sm\:rt-r-size-2 {
      --select-trigger-height: var(--space-6);
      gap: calc(var(--space-1) * 1.5);
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
      border-radius: max(var(--radius-2), var(--radius-full));
    }

      .rt-SelectTrigger.sm\:rt-r-size-2:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-3);
        padding-right: var(--space-3);
      }
      .rt-SelectTrigger.sm\:rt-r-size-2:where(.rt-variant-ghost) {
        --select-trigger-ghost-padding-x: var(--space-2);
        --select-trigger-ghost-padding-y: var(--space-1);
      }
    .rt-SelectTrigger.sm\:rt-r-size-3 {
      --select-trigger-height: var(--space-7);
      gap: var(--space-2);
      font-size: var(--font-size-3);
      line-height: var(--line-height-3);
      letter-spacing: var(--letter-spacing-3);
      border-radius: max(var(--radius-3), var(--radius-full));
    }

      .rt-SelectTrigger.sm\:rt-r-size-3:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-4);
        padding-right: var(--space-4);
      }
      .rt-SelectTrigger.sm\:rt-r-size-3:where(.rt-variant-ghost) {
        --select-trigger-ghost-padding-x: var(--space-3);
        --select-trigger-ghost-padding-y: calc(var(--space-1) * 1.5);
      }
      .rt-SelectTrigger.sm\:rt-r-size-3 .rt-SelectIcon {
        width: 11px;
        height: 11px;
      }
}
@media (min-width: 1024px) {
    .rt-SelectTrigger.md\:rt-r-size-1 {
      --select-trigger-height: var(--space-5);
      gap: var(--space-1);
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
      border-radius: max(var(--radius-1), var(--radius-full));
    }

      .rt-SelectTrigger.md\:rt-r-size-1:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-2);
        padding-right: var(--space-2);
      }
      .rt-SelectTrigger.md\:rt-r-size-1:where(.rt-variant-ghost) {
        --select-trigger-ghost-padding-x: var(--space-2);
        --select-trigger-ghost-padding-y: var(--space-1);
      }
    .rt-SelectTrigger.md\:rt-r-size-2 {
      --select-trigger-height: var(--space-6);
      gap: calc(var(--space-1) * 1.5);
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
      border-radius: max(var(--radius-2), var(--radius-full));
    }

      .rt-SelectTrigger.md\:rt-r-size-2:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-3);
        padding-right: var(--space-3);
      }
      .rt-SelectTrigger.md\:rt-r-size-2:where(.rt-variant-ghost) {
        --select-trigger-ghost-padding-x: var(--space-2);
        --select-trigger-ghost-padding-y: var(--space-1);
      }
    .rt-SelectTrigger.md\:rt-r-size-3 {
      --select-trigger-height: var(--space-7);
      gap: var(--space-2);
      font-size: var(--font-size-3);
      line-height: var(--line-height-3);
      letter-spacing: var(--letter-spacing-3);
      border-radius: max(var(--radius-3), var(--radius-full));
    }

      .rt-SelectTrigger.md\:rt-r-size-3:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-4);
        padding-right: var(--space-4);
      }
      .rt-SelectTrigger.md\:rt-r-size-3:where(.rt-variant-ghost) {
        --select-trigger-ghost-padding-x: var(--space-3);
        --select-trigger-ghost-padding-y: calc(var(--space-1) * 1.5);
      }
      .rt-SelectTrigger.md\:rt-r-size-3 .rt-SelectIcon {
        width: 11px;
        height: 11px;
      }
}
@media (min-width: 1280px) {
    .rt-SelectTrigger.lg\:rt-r-size-1 {
      --select-trigger-height: var(--space-5);
      gap: var(--space-1);
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
      border-radius: max(var(--radius-1), var(--radius-full));
    }

      .rt-SelectTrigger.lg\:rt-r-size-1:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-2);
        padding-right: var(--space-2);
      }
      .rt-SelectTrigger.lg\:rt-r-size-1:where(.rt-variant-ghost) {
        --select-trigger-ghost-padding-x: var(--space-2);
        --select-trigger-ghost-padding-y: var(--space-1);
      }
    .rt-SelectTrigger.lg\:rt-r-size-2 {
      --select-trigger-height: var(--space-6);
      gap: calc(var(--space-1) * 1.5);
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
      border-radius: max(var(--radius-2), var(--radius-full));
    }

      .rt-SelectTrigger.lg\:rt-r-size-2:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-3);
        padding-right: var(--space-3);
      }
      .rt-SelectTrigger.lg\:rt-r-size-2:where(.rt-variant-ghost) {
        --select-trigger-ghost-padding-x: var(--space-2);
        --select-trigger-ghost-padding-y: var(--space-1);
      }
    .rt-SelectTrigger.lg\:rt-r-size-3 {
      --select-trigger-height: var(--space-7);
      gap: var(--space-2);
      font-size: var(--font-size-3);
      line-height: var(--line-height-3);
      letter-spacing: var(--letter-spacing-3);
      border-radius: max(var(--radius-3), var(--radius-full));
    }

      .rt-SelectTrigger.lg\:rt-r-size-3:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-4);
        padding-right: var(--space-4);
      }
      .rt-SelectTrigger.lg\:rt-r-size-3:where(.rt-variant-ghost) {
        --select-trigger-ghost-padding-x: var(--space-3);
        --select-trigger-ghost-padding-y: calc(var(--space-1) * 1.5);
      }
      .rt-SelectTrigger.lg\:rt-r-size-3 .rt-SelectIcon {
        width: 11px;
        height: 11px;
      }
}
@media (min-width: 1640px) {
    .rt-SelectTrigger.xl\:rt-r-size-1 {
      --select-trigger-height: var(--space-5);
      gap: var(--space-1);
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
      border-radius: max(var(--radius-1), var(--radius-full));
    }

      .rt-SelectTrigger.xl\:rt-r-size-1:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-2);
        padding-right: var(--space-2);
      }
      .rt-SelectTrigger.xl\:rt-r-size-1:where(.rt-variant-ghost) {
        --select-trigger-ghost-padding-x: var(--space-2);
        --select-trigger-ghost-padding-y: var(--space-1);
      }
    .rt-SelectTrigger.xl\:rt-r-size-2 {
      --select-trigger-height: var(--space-6);
      gap: calc(var(--space-1) * 1.5);
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
      border-radius: max(var(--radius-2), var(--radius-full));
    }

      .rt-SelectTrigger.xl\:rt-r-size-2:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-3);
        padding-right: var(--space-3);
      }
      .rt-SelectTrigger.xl\:rt-r-size-2:where(.rt-variant-ghost) {
        --select-trigger-ghost-padding-x: var(--space-2);
        --select-trigger-ghost-padding-y: var(--space-1);
      }
    .rt-SelectTrigger.xl\:rt-r-size-3 {
      --select-trigger-height: var(--space-7);
      gap: var(--space-2);
      font-size: var(--font-size-3);
      line-height: var(--line-height-3);
      letter-spacing: var(--letter-spacing-3);
      border-radius: max(var(--radius-3), var(--radius-full));
    }

      .rt-SelectTrigger.xl\:rt-r-size-3:where(:not(.rt-variant-ghost)) {
        padding-left: var(--space-4);
        padding-right: var(--space-4);
      }
      .rt-SelectTrigger.xl\:rt-r-size-3:where(.rt-variant-ghost) {
        --select-trigger-ghost-padding-x: var(--space-3);
        --select-trigger-ghost-padding-y: calc(var(--space-1) * 1.5);
      }
      .rt-SelectTrigger.xl\:rt-r-size-3 .rt-SelectIcon {
        width: 11px;
        height: 11px;
      }
}
/***************************************************************************************************
 *                                                                                                 *
 * CONTENT SIZES                                                                                   *
 *                                                                                                 *
 ***************************************************************************************************/
@media all {
    .rt-SelectContent.rt-r-size-1 {
      --select-content-padding: var(--space-1);
      --select-item-height: var(--space-5);
    }

      .rt-SelectContent.rt-r-size-1 .rt-SelectItem {
        font-size: var(--font-size-1);
        line-height: var(--line-height-1);
        letter-spacing: var(--letter-spacing-1);
      }
    .rt-SelectContent.rt-r-size-2 {
      --select-content-padding: var(--space-2);
      --select-item-height: var(--space-6);
    }

      .rt-SelectContent.rt-r-size-2 .rt-SelectItem {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
        letter-spacing: var(--letter-spacing-2);
      }
    .rt-SelectContent.rt-r-size-3 {
      --select-content-padding: var(--space-2);
      --select-item-height: var(--space-7);
    }

      .rt-SelectContent.rt-r-size-3 .rt-SelectLabel {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
        letter-spacing: var(--letter-spacing-2);
      }

      .rt-SelectContent.rt-r-size-3 .rt-SelectItem {
        font-size: var(--font-size-3);
        line-height: var(--line-height-3);
        letter-spacing: var(--letter-spacing-3);
      }
}
@media (min-width: 520px) {
    .rt-SelectContent.xs\:rt-r-size-1 {
      --select-content-padding: var(--space-1);
      --select-item-height: var(--space-5);
    }

      .rt-SelectContent.xs\:rt-r-size-1 .rt-SelectItem {
        font-size: var(--font-size-1);
        line-height: var(--line-height-1);
        letter-spacing: var(--letter-spacing-1);
      }
    .rt-SelectContent.xs\:rt-r-size-2 {
      --select-content-padding: var(--space-2);
      --select-item-height: var(--space-6);
    }

      .rt-SelectContent.xs\:rt-r-size-2 .rt-SelectItem {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
        letter-spacing: var(--letter-spacing-2);
      }
    .rt-SelectContent.xs\:rt-r-size-3 {
      --select-content-padding: var(--space-2);
      --select-item-height: var(--space-7);
    }

      .rt-SelectContent.xs\:rt-r-size-3 .rt-SelectLabel {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
        letter-spacing: var(--letter-spacing-2);
      }

      .rt-SelectContent.xs\:rt-r-size-3 .rt-SelectItem {
        font-size: var(--font-size-3);
        line-height: var(--line-height-3);
        letter-spacing: var(--letter-spacing-3);
      }
}
@media (min-width: 768px) {
    .rt-SelectContent.sm\:rt-r-size-1 {
      --select-content-padding: var(--space-1);
      --select-item-height: var(--space-5);
    }

      .rt-SelectContent.sm\:rt-r-size-1 .rt-SelectItem {
        font-size: var(--font-size-1);
        line-height: var(--line-height-1);
        letter-spacing: var(--letter-spacing-1);
      }
    .rt-SelectContent.sm\:rt-r-size-2 {
      --select-content-padding: var(--space-2);
      --select-item-height: var(--space-6);
    }

      .rt-SelectContent.sm\:rt-r-size-2 .rt-SelectItem {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
        letter-spacing: var(--letter-spacing-2);
      }
    .rt-SelectContent.sm\:rt-r-size-3 {
      --select-content-padding: var(--space-2);
      --select-item-height: var(--space-7);
    }

      .rt-SelectContent.sm\:rt-r-size-3 .rt-SelectLabel {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
        letter-spacing: var(--letter-spacing-2);
      }

      .rt-SelectContent.sm\:rt-r-size-3 .rt-SelectItem {
        font-size: var(--font-size-3);
        line-height: var(--line-height-3);
        letter-spacing: var(--letter-spacing-3);
      }
}
@media (min-width: 1024px) {
    .rt-SelectContent.md\:rt-r-size-1 {
      --select-content-padding: var(--space-1);
      --select-item-height: var(--space-5);
    }

      .rt-SelectContent.md\:rt-r-size-1 .rt-SelectItem {
        font-size: var(--font-size-1);
        line-height: var(--line-height-1);
        letter-spacing: var(--letter-spacing-1);
      }
    .rt-SelectContent.md\:rt-r-size-2 {
      --select-content-padding: var(--space-2);
      --select-item-height: var(--space-6);
    }

      .rt-SelectContent.md\:rt-r-size-2 .rt-SelectItem {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
        letter-spacing: var(--letter-spacing-2);
      }
    .rt-SelectContent.md\:rt-r-size-3 {
      --select-content-padding: var(--space-2);
      --select-item-height: var(--space-7);
    }

      .rt-SelectContent.md\:rt-r-size-3 .rt-SelectLabel {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
        letter-spacing: var(--letter-spacing-2);
      }

      .rt-SelectContent.md\:rt-r-size-3 .rt-SelectItem {
        font-size: var(--font-size-3);
        line-height: var(--line-height-3);
        letter-spacing: var(--letter-spacing-3);
      }
}
@media (min-width: 1280px) {
    .rt-SelectContent.lg\:rt-r-size-1 {
      --select-content-padding: var(--space-1);
      --select-item-height: var(--space-5);
    }

      .rt-SelectContent.lg\:rt-r-size-1 .rt-SelectItem {
        font-size: var(--font-size-1);
        line-height: var(--line-height-1);
        letter-spacing: var(--letter-spacing-1);
      }
    .rt-SelectContent.lg\:rt-r-size-2 {
      --select-content-padding: var(--space-2);
      --select-item-height: var(--space-6);
    }

      .rt-SelectContent.lg\:rt-r-size-2 .rt-SelectItem {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
        letter-spacing: var(--letter-spacing-2);
      }
    .rt-SelectContent.lg\:rt-r-size-3 {
      --select-content-padding: var(--space-2);
      --select-item-height: var(--space-7);
    }

      .rt-SelectContent.lg\:rt-r-size-3 .rt-SelectLabel {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
        letter-spacing: var(--letter-spacing-2);
      }

      .rt-SelectContent.lg\:rt-r-size-3 .rt-SelectItem {
        font-size: var(--font-size-3);
        line-height: var(--line-height-3);
        letter-spacing: var(--letter-spacing-3);
      }
}
@media (min-width: 1640px) {
    .rt-SelectContent.xl\:rt-r-size-1 {
      --select-content-padding: var(--space-1);
      --select-item-height: var(--space-5);
    }

      .rt-SelectContent.xl\:rt-r-size-1 .rt-SelectItem {
        font-size: var(--font-size-1);
        line-height: var(--line-height-1);
        letter-spacing: var(--letter-spacing-1);
      }
    .rt-SelectContent.xl\:rt-r-size-2 {
      --select-content-padding: var(--space-2);
      --select-item-height: var(--space-6);
    }

      .rt-SelectContent.xl\:rt-r-size-2 .rt-SelectItem {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
        letter-spacing: var(--letter-spacing-2);
      }
    .rt-SelectContent.xl\:rt-r-size-3 {
      --select-content-padding: var(--space-2);
      --select-item-height: var(--space-7);
    }

      .rt-SelectContent.xl\:rt-r-size-3 .rt-SelectLabel {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
        letter-spacing: var(--letter-spacing-2);
      }

      .rt-SelectContent.xl\:rt-r-size-3 .rt-SelectItem {
        font-size: var(--font-size-3);
        line-height: var(--line-height-3);
        letter-spacing: var(--letter-spacing-3);
      }
}
/***************************************************************************************************
 *                                                                                                 *
 * TRIGGER VARIANTS                                                                                *
 *                                                                                                 *
 ***************************************************************************************************/
/* target value */
.rt-SelectTrigger[data-placeholder] > span > span {
      color: var(--gray-a10);
    }
/* surface */
.rt-SelectTrigger:where(.rt-variant-surface) {
  color: var(--gray-12);
  background-color: var(--color-surface);
  box-shadow: inset 0 0 0 1px var(--gray-a7);
}
@media (hover: hover) {
    .rt-SelectTrigger:where(.rt-variant-surface):where(:hover) {
      box-shadow: inset 0 0 0 1px var(--gray-a8);
    }
  }
.rt-SelectTrigger:where(.rt-variant-surface):where([data-state='open']) {
    box-shadow: inset 0 0 0 1px var(--gray-a8);
  }
.rt-SelectTrigger:where(.rt-variant-surface):where(:focus-visible) {
    box-shadow: inset 0 0 0 1px var(--accent-8), 0 0 0 1px var(--accent-a8);
  }
/* classic */
.radix-themes {
  /* prettier-ignore */
  --select-trigger__classic__box-shadow:
		inset 0 0 0 1px var(--gray-a6),
		inset 0 2px 0 0 var(--white-a12),
		inset 0 -2px 0 0 var(--gray-a5)
	;
}
:is(.dark, .dark-theme),
:is(.dark, .dark-theme) .radix-themes:not(.light, .light-theme) {
  /* prettier-ignore */
  --select-trigger__classic__box-shadow:
    0 0 0 1px var(--white-a5),
    0 -1px 0 0 var(--white-a7),
    inset 0 -1px 0 0 var(--black-a11)
	;
}
.rt-SelectTrigger:where(.rt-variant-classic) {
  color: var(--gray-12);
  background-color: var(--color-surface);
  background-image: linear-gradient(var(--gray-a2), var(--gray-a1));
  box-shadow: var(--select-trigger__classic__box-shadow);

  position: relative;
  z-index: 0;
}
.rt-SelectTrigger:where(.rt-variant-classic)::before,
  .rt-SelectTrigger:where(.rt-variant-classic)::after {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: 2px;
    pointer-events: none;
  }
.rt-SelectTrigger:where(.rt-variant-classic)::before {
    z-index: 1;
    background-image: linear-gradient(var(--accent-a1), transparent 50%);
    mix-blend-mode: darken;
  }
.rt-SelectTrigger:where(.rt-variant-classic)::after {
    z-index: 2;
    background-image: linear-gradient(transparent 50%, var(--white-a2));
    mix-blend-mode: soft-light;
  }
@media (hover: hover) {
    .rt-SelectTrigger:where(.rt-variant-classic):where(:hover) {
      background-image: linear-gradient(var(--black-a3), var(--black-a2) 50%);
    }
  }
.rt-SelectTrigger:where(.rt-variant-classic):where([data-state='open']) {
    background-image: linear-gradient(var(--black-a3), var(--black-a2) 50%);
  }
.rt-SelectTrigger:where(.rt-variant-classic):where(:focus-visible) {
    box-shadow: inset 0 0 0 1px var(--accent-8), 0 0 0 1px var(--accent-a8);
  }
/* soft / ghost */
.rt-SelectTrigger:where(.rt-variant-soft),
.rt-SelectTrigger:where(.rt-variant-ghost) {
  color: var(--accent-12);
}
/* target value */
.rt-SelectTrigger[data-placeholder]:where(.rt-variant-soft) > span > span, .rt-SelectTrigger[data-placeholder]:where(.rt-variant-ghost) > span > span {
      color: var(--accent-12);
      opacity: 0.5;
    }
.rt-SelectTrigger:where(.rt-variant-soft):where(:focus-visible), .rt-SelectTrigger:where(.rt-variant-ghost):where(:focus-visible) {
    box-shadow: inset 0 0 0 1px var(--accent-8), 0 0 0 1px var(--accent-a8);
  }
.rt-SelectTrigger:where(.rt-variant-soft) {
  background-color: var(--accent-a3);
}
@media (hover: hover) {
    .rt-SelectTrigger:where(.rt-variant-soft):where(:hover) {
      background-color: var(--accent-a4);
    }
  }
.rt-SelectTrigger:where(.rt-variant-soft):where([data-state='open']) {
    background-color: var(--accent-a4);
  }
@media (hover: hover) {
    .rt-SelectTrigger:where(.rt-variant-ghost):where(:hover) {
      background-color: var(--accent-a3);
    }
  }
.rt-SelectTrigger:where(.rt-variant-ghost):where([data-state='open']) {
    background-color: var(--accent-a3);
  }
/* all disabled triggers */
.rt-SelectTrigger:disabled {
  color: var(--gray-a8);
  cursor: not-allowed;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
}
.rt-SelectTrigger:disabled::before,
  .rt-SelectTrigger:disabled::after {
    display: none;
  }
.rt-SelectTrigger:disabled:where(:not(.rt-variant-ghost)) {
    background-color: var(--gray-a3);
  }
/***************************************************************************************************
 *                                                                                                 *
 * MENU VARIANTS                                                                                   *
 *                                                                                                 *
 ***************************************************************************************************/
.rt-SelectContent {
  --select-content-bg: var(--color-panel-solid);
  box-shadow: var(--shadow-5);
}
.rt-SelectItem[data-disabled] {
  color: var(--gray-a8);
}
.rt-SelectLabel {
  color: var(--gray-a11);
}
.rt-SelectSeparator {
  background-color: var(--gray-a6);
}
/* solid */
.rt-SelectContent.rt-variant-solid .rt-SelectItem[data-highlighted] {
    background-color: var(--accent-9);
    color: var(--accent-9-contrast);
  }
.rt-SelectContent.rt-variant-solid:where(.rt-high-contrast) .rt-SelectItem[data-highlighted] {
    background-color: var(--accent-12);
    color: var(--accent-1);
  }
/* soft */
.rt-SelectContent.rt-variant-soft .rt-SelectItem[data-highlighted] {
    background-color: var(--accent-a5);
  }
.rt-Separator {
  background-color: var(--accent-a6);
}
.rt-Separator[data-orientation='vertical'] {
    width: 1px;
    height: var(--separator-size);
  }
.rt-Separator[data-orientation='horizontal'] {
    width: var(--separator-size);
    height: 1px;
  }
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
@media all {
    .rt-Separator.rt-r-size-1 {
      --separator-size: var(--space-4);
    }
    .rt-Separator.rt-r-size-2 {
      --separator-size: var(--space-6);
    }
    .rt-Separator.rt-r-size-3 {
      --separator-size: var(--space-9);
    }
    .rt-Separator.rt-r-size-4 {
      --separator-size: 100%;
    }
}
@media (min-width: 520px) {
    .rt-Separator.xs\:rt-r-size-1 {
      --separator-size: var(--space-4);
    }
    .rt-Separator.xs\:rt-r-size-2 {
      --separator-size: var(--space-6);
    }
    .rt-Separator.xs\:rt-r-size-3 {
      --separator-size: var(--space-9);
    }
    .rt-Separator.xs\:rt-r-size-4 {
      --separator-size: 100%;
    }
}
@media (min-width: 768px) {
    .rt-Separator.sm\:rt-r-size-1 {
      --separator-size: var(--space-4);
    }
    .rt-Separator.sm\:rt-r-size-2 {
      --separator-size: var(--space-6);
    }
    .rt-Separator.sm\:rt-r-size-3 {
      --separator-size: var(--space-9);
    }
    .rt-Separator.sm\:rt-r-size-4 {
      --separator-size: 100%;
    }
}
@media (min-width: 1024px) {
    .rt-Separator.md\:rt-r-size-1 {
      --separator-size: var(--space-4);
    }
    .rt-Separator.md\:rt-r-size-2 {
      --separator-size: var(--space-6);
    }
    .rt-Separator.md\:rt-r-size-3 {
      --separator-size: var(--space-9);
    }
    .rt-Separator.md\:rt-r-size-4 {
      --separator-size: 100%;
    }
}
@media (min-width: 1280px) {
    .rt-Separator.lg\:rt-r-size-1 {
      --separator-size: var(--space-4);
    }
    .rt-Separator.lg\:rt-r-size-2 {
      --separator-size: var(--space-6);
    }
    .rt-Separator.lg\:rt-r-size-3 {
      --separator-size: var(--space-9);
    }
    .rt-Separator.lg\:rt-r-size-4 {
      --separator-size: 100%;
    }
}
@media (min-width: 1640px) {
    .rt-Separator.xl\:rt-r-size-1 {
      --separator-size: var(--space-4);
    }
    .rt-Separator.xl\:rt-r-size-2 {
      --separator-size: var(--space-6);
    }
    .rt-Separator.xl\:rt-r-size-3 {
      --separator-size: var(--space-9);
    }
    .rt-Separator.xl\:rt-r-size-4 {
      --separator-size: 100%;
    }
}
.rt-SliderRoot {
  --slider-thumb-size: calc(var(--slider-track-size) + var(--space-1));

  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;

  /* ensures no selection */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* disable browser handling of all panning and zooming gestures on touch devices */
  touch-action: none;
}
.rt-SliderRoot[data-orientation='horizontal'] {
    height: var(--slider-thumb-size);
  }
.rt-SliderRoot[data-orientation='vertical'] {
    height: 100%;
    flex-direction: column;
    width: var(--slider-thumb-size);
  }
.rt-SliderTrack {
  position: relative;
  flex-grow: 1;
  border-radius: var(--radius-1);
  overflow: hidden;
}
.rt-SliderTrack[data-orientation='horizontal'] {
    height: var(--slider-track-size);
  }
.rt-SliderTrack[data-orientation='vertical'] {
    width: var(--slider-track-size);
  }
.rt-SliderRange {
  position: absolute;
}
.rt-SliderRange[data-orientation='horizontal'] {
    height: 100%;
  }
.rt-SliderRange[data-orientation='vertical'] {
    width: 100%;
  }
.rt-SliderThumb {
  display: block;
  width: var(--slider-thumb-size);
  height: var(--slider-thumb-size);
  border-radius: var(--slider-thumb-radius);
}
.rt-SliderThumb::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 44px;
    height: 44px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
/* Larger visible thumb so that it slightly overshoots the range */
.rt-SliderThumb::after {
    content: '';
    position: absolute;
    inset: calc(-1 * var(--space-1) / 2);
    background-color: white;
    border-radius: var(--slider-thumb-radius);
    box-shadow: var(--slider-thumb-shadow);
  }
.rt-SliderThumb:where(:focus-visible)::after {
    box-shadow: var(--slider-thumb-shadow), 0 0 0 3px var(--accent-3), 0 0 0 5px var(--accent-8);
  }
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
@media all {
    .rt-SliderRoot.rt-r-size-1 {
      --slider-track-size: calc(var(--space-1) * 1.5);
      --slider-thumb-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-SliderRoot.rt-r-size-2 {
      --slider-track-size: var(--space-2);
      --slider-thumb-radius: max(var(--radius-2), var(--radius-full));
    }
    .rt-SliderRoot.rt-r-size-3 {
      --slider-track-size: var(--space-3);
      --slider-thumb-radius: max(var(--radius-3), var(--radius-full));
    }
}
@media (min-width: 520px) {
    .rt-SliderRoot.xs\:rt-r-size-1 {
      --slider-track-size: calc(var(--space-1) * 1.5);
      --slider-thumb-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-SliderRoot.xs\:rt-r-size-2 {
      --slider-track-size: var(--space-2);
      --slider-thumb-radius: max(var(--radius-2), var(--radius-full));
    }
    .rt-SliderRoot.xs\:rt-r-size-3 {
      --slider-track-size: var(--space-3);
      --slider-thumb-radius: max(var(--radius-3), var(--radius-full));
    }
}
@media (min-width: 768px) {
    .rt-SliderRoot.sm\:rt-r-size-1 {
      --slider-track-size: calc(var(--space-1) * 1.5);
      --slider-thumb-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-SliderRoot.sm\:rt-r-size-2 {
      --slider-track-size: var(--space-2);
      --slider-thumb-radius: max(var(--radius-2), var(--radius-full));
    }
    .rt-SliderRoot.sm\:rt-r-size-3 {
      --slider-track-size: var(--space-3);
      --slider-thumb-radius: max(var(--radius-3), var(--radius-full));
    }
}
@media (min-width: 1024px) {
    .rt-SliderRoot.md\:rt-r-size-1 {
      --slider-track-size: calc(var(--space-1) * 1.5);
      --slider-thumb-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-SliderRoot.md\:rt-r-size-2 {
      --slider-track-size: var(--space-2);
      --slider-thumb-radius: max(var(--radius-2), var(--radius-full));
    }
    .rt-SliderRoot.md\:rt-r-size-3 {
      --slider-track-size: var(--space-3);
      --slider-thumb-radius: max(var(--radius-3), var(--radius-full));
    }
}
@media (min-width: 1280px) {
    .rt-SliderRoot.lg\:rt-r-size-1 {
      --slider-track-size: calc(var(--space-1) * 1.5);
      --slider-thumb-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-SliderRoot.lg\:rt-r-size-2 {
      --slider-track-size: var(--space-2);
      --slider-thumb-radius: max(var(--radius-2), var(--radius-full));
    }
    .rt-SliderRoot.lg\:rt-r-size-3 {
      --slider-track-size: var(--space-3);
      --slider-thumb-radius: max(var(--radius-3), var(--radius-full));
    }
}
@media (min-width: 1640px) {
    .rt-SliderRoot.xl\:rt-r-size-1 {
      --slider-track-size: calc(var(--space-1) * 1.5);
      --slider-thumb-radius: max(var(--radius-1), var(--radius-full));
    }
    .rt-SliderRoot.xl\:rt-r-size-2 {
      --slider-track-size: var(--space-2);
      --slider-thumb-radius: max(var(--radius-2), var(--radius-full));
    }
    .rt-SliderRoot.xl\:rt-r-size-3 {
      --slider-track-size: var(--space-3);
      --slider-thumb-radius: max(var(--radius-3), var(--radius-full));
    }
}
/***************************************************************************************************
 *                                                                                                 *
 * VARIANTS                                                                                        *
 *                                                                                                 *
 ***************************************************************************************************/
/* surface */
.rt-SliderRoot.rt-variant-surface .rt-SliderTrack {
    background-color: var(--gray-a3);
    box-shadow: inset 0 0 0 1px var(--gray-a5);
  }
.rt-SliderRoot.rt-variant-surface .rt-SliderRange {
    background-color: var(--accent-9);
    box-shadow: inset 0 0 0 1px var(--gray-a5);
  }
.rt-SliderRoot.rt-variant-surface .rt-SliderThumb {
    --slider-thumb-shadow: 0 0 0 1px var(--black-a7);
  }
/* classic */
.rt-SliderRoot.rt-variant-classic .rt-SliderTrack {
    background-color: var(--gray-a3);
    box-shadow: var(--shadow-1);
  }
.rt-SliderRoot.rt-variant-classic .rt-SliderRange {
    background-color: var(--accent-9);
    /* range shadow shouldn't change between light and dark mode because of the coloured fill */
    box-shadow: inset 0 0 0 1px var(--gray-a6), inset 0 1.5px 2px 0 var(--black-a7);
  }
.rt-SliderRoot.rt-variant-classic .rt-SliderThumb {
    --slider-thumb-shadow: 0 0 0 1px var(--black-a7), 0 1px 3px var(--black-a3),
      0 2px 4px -1px var(--black-a3);
  }
/* soft */
.rt-SliderRoot.rt-variant-soft .rt-SliderTrack {
    background-color: var(--gray-a3);

    /* blend gray with accent */
    background-image: linear-gradient(to right, var(--accent-a3), var(--accent-a3));
  }
.rt-SliderRoot.rt-variant-soft .rt-SliderRange {
    background-color: var(--accent-a7);
  }
.rt-SliderRoot.rt-variant-soft .rt-SliderThumb {
    --slider-thumb-shadow: 0 0 0 1px var(--black-a7), 0 0 0 1px var(--accent-a3),
      0 1px 2px var(--accent-a4), 0 1px 3px -0.5px var(--accent-a3);
  }
/* all high-contrast */
.radix-themes {
  --slider-range-background-image__high-contrast: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.62),
    rgba(0, 0, 0, 0.62)
  );
}
:is(.dark, .dark-theme),
:is(.dark, .dark-theme) .radix-themes:not(.light, .light-theme) {
  --slider-range-background-image__high-contrast: none;
}
.rt-SliderRoot.rt-high-contrast .rt-SliderRange {
    /* blend black and accent */
    background-image: var(--slider-range-background-image__high-contrast);
  }
/* all disabled Sliders */
.radix-themes {
  --slider-blend-mode__disabled: multiply;
}
:is(.dark, .dark-theme),
:is(.dark, .dark-theme) .radix-themes:not(.light, .light-theme) {
  --slider-blend-mode__disabled: screen;
}
.rt-SliderRoot[data-disabled] {
  cursor: not-allowed;
  mix-blend-mode: var(--slider-blend-mode__disabled);
}
.rt-SliderRoot[data-disabled] .rt-SliderTrack[data-disabled] {
    background-color: var(--gray-a3);
    background-image: none;
    box-shadow: inset 0 0 0 1px var(--gray-a5);
  }
.rt-SliderRoot[data-disabled] .rt-SliderRange[data-disabled] {
    background-color: transparent;
    box-shadow: none;
  }
.rt-SliderRoot[data-disabled] .rt-SliderThumb[data-disabled]::after {
    background-color: var(--gray-2);
    box-shadow: 0 0 0 1px var(--gray-6);
  }
.rt-Strong {
  font-family: var(--strong-font-family);
  font-size: calc(var(--strong-font-size-adjust) * 1em);
  font-style: var(--strong-font-style);
  font-weight: var(--strong-font-weight);
  letter-spacing: calc(
    var(--strong-letter-spacing) + var(--letter-spacing, var(--default-letter-spacing))
  );
}
.rt-SwitchRoot {
  display: inline-flex;
  align-items: center;
  vertical-align: bottom;
  flex-shrink: 0;

  /* Match Text size 2 line-height */
  height: var(--line-height-2);

  --switch-padding: 1px;
  --switch-width: calc(var(--switch-height) * 1.75);
  --switch-thumb-size: calc(var(--switch-height) - var(--switch-padding) * 2);
  --switch-thumb-translate: calc(var(--switch-width) - var(--switch-height));
}
.rt-SwitchButton {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: var(--switch-width);
  height: var(--switch-height);
  padding: var(--switch-padding);
  border-radius: var(--switch-radius);

  /* A pseudo element for the background color */
}
.rt-SwitchButton::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    transition: background-position, background-color, box-shadow, filter;
    transition-timing-function: linear, ease-in-out, ease-in-out, ease-in-out;
    background-repeat: no-repeat;

    /*
     * Length of the gradient is: switch width for the checked part, plus switch
     * height for the thumb part, plus another switch width for the unchecked part
     */
    background-size: calc(var(--switch-width) * 2 + var(--switch-height)) 100%;
  }
.rt-SwitchButton:where([data-state='unchecked'])::before {
    transition-duration: 120ms, 140ms, 140ms, 140ms;
    background-position-x: 100%;
  }
.rt-SwitchButton:where([data-state='checked'])::before {
    transition-duration: 160ms, 140ms, 140ms, 140ms;
    background-position: 0%;
  }
.rt-SwitchButton:where(:active)::before {
    transition-duration: 30ms;
  }
/* A pseudo element for the focus outline */
.rt-SwitchButton:where(:focus-visible)::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: 0 0 0 2px var(--accent-3), 0 0 0 4px var(--accent-a8);
  }
.rt-SwitchThumb {
  background-color: white;
  position: relative;
  width: var(--switch-thumb-size);
  height: var(--switch-thumb-size);
  border-radius: calc(var(--switch-radius) - var(--switch-padding));
  transition: transform 140ms cubic-bezier(0.45, 0.05, 0.55, 0.95), box-shadow 140ms ease-in-out;
}
.rt-SwitchThumb:where([data-state='checked']) {
    transform: translateX(var(--switch-thumb-translate));
  }
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
@media all {
    .rt-SwitchRoot.rt-r-size-1 {
      --switch-height: var(--space-4);
      --switch-radius: max(var(--radius-2), var(--radius-full));
    }
    .rt-SwitchRoot.rt-r-size-2 {
      --switch-height: var(--space-5);
      --switch-radius: max(var(--radius-3), var(--radius-full));
    }
    .rt-SwitchRoot.rt-r-size-3 {
      --switch-height: var(--space-6);
      --switch-radius: max(var(--radius-4), var(--radius-full));
    }
}
@media (min-width: 520px) {
    .rt-SwitchRoot.xs\:rt-r-size-1 {
      --switch-height: var(--space-4);
      --switch-radius: max(var(--radius-2), var(--radius-full));
    }
    .rt-SwitchRoot.xs\:rt-r-size-2 {
      --switch-height: var(--space-5);
      --switch-radius: max(var(--radius-3), var(--radius-full));
    }
    .rt-SwitchRoot.xs\:rt-r-size-3 {
      --switch-height: var(--space-6);
      --switch-radius: max(var(--radius-4), var(--radius-full));
    }
}
@media (min-width: 768px) {
    .rt-SwitchRoot.sm\:rt-r-size-1 {
      --switch-height: var(--space-4);
      --switch-radius: max(var(--radius-2), var(--radius-full));
    }
    .rt-SwitchRoot.sm\:rt-r-size-2 {
      --switch-height: var(--space-5);
      --switch-radius: max(var(--radius-3), var(--radius-full));
    }
    .rt-SwitchRoot.sm\:rt-r-size-3 {
      --switch-height: var(--space-6);
      --switch-radius: max(var(--radius-4), var(--radius-full));
    }
}
@media (min-width: 1024px) {
    .rt-SwitchRoot.md\:rt-r-size-1 {
      --switch-height: var(--space-4);
      --switch-radius: max(var(--radius-2), var(--radius-full));
    }
    .rt-SwitchRoot.md\:rt-r-size-2 {
      --switch-height: var(--space-5);
      --switch-radius: max(var(--radius-3), var(--radius-full));
    }
    .rt-SwitchRoot.md\:rt-r-size-3 {
      --switch-height: var(--space-6);
      --switch-radius: max(var(--radius-4), var(--radius-full));
    }
}
@media (min-width: 1280px) {
    .rt-SwitchRoot.lg\:rt-r-size-1 {
      --switch-height: var(--space-4);
      --switch-radius: max(var(--radius-2), var(--radius-full));
    }
    .rt-SwitchRoot.lg\:rt-r-size-2 {
      --switch-height: var(--space-5);
      --switch-radius: max(var(--radius-3), var(--radius-full));
    }
    .rt-SwitchRoot.lg\:rt-r-size-3 {
      --switch-height: var(--space-6);
      --switch-radius: max(var(--radius-4), var(--radius-full));
    }
}
@media (min-width: 1640px) {
    .rt-SwitchRoot.xl\:rt-r-size-1 {
      --switch-height: var(--space-4);
      --switch-radius: max(var(--radius-2), var(--radius-full));
    }
    .rt-SwitchRoot.xl\:rt-r-size-2 {
      --switch-height: var(--space-5);
      --switch-radius: max(var(--radius-3), var(--radius-full));
    }
    .rt-SwitchRoot.xl\:rt-r-size-3 {
      --switch-height: var(--space-6);
      --switch-radius: max(var(--radius-4), var(--radius-full));
    }
}
/***************************************************************************************************
 *                                                                                                 *
 * VARIANTS                                                                                        *
 *                                                                                                 *
 ***************************************************************************************************/
/* surface */
.radix-themes {
  --switch-button-filter__surface-checked-active: brightness(0.92) saturate(1.1);
}
:is(.dark, .dark-theme),
:is(.dark, .dark-theme) .radix-themes:not(.light, .light-theme) {
  --switch-button-filter__surface-checked-active: brightness(1.08);
}
.rt-SwitchRoot.rt-variant-surface .rt-SwitchButton::before {
      background-color: var(--gray-a3);
      background-image: linear-gradient(to right, var(--accent-9) 40%, transparent 60%);
      box-shadow: inset 0 0 0 1px var(--gray-a7);
    }
.rt-SwitchRoot.rt-variant-surface .rt-SwitchButton:where(:active)::before {
      background-color: var(--gray-a4);
    }
.rt-SwitchRoot.rt-variant-surface .rt-SwitchButton:where([data-state='checked']:active)::before {
      filter: var(--switch-button-filter__surface-checked-active);
    }
/* prettier-ignore */
.rt-SwitchRoot.rt-variant-surface:where(.rt-high-contrast) .rt-SwitchButton::before {
        background-image:
          linear-gradient(to right, var(--switch-button-overlay__high-contrast-checked) 40%, transparent 60%),
          linear-gradient(to right, var(--accent-9) 40%, transparent 60%);
      }
.rt-SwitchRoot.rt-variant-surface .rt-SwitchThumb:where([data-state='unchecked']) {
      box-shadow: 0 0 0 1px var(--gray-8), 0 1px 1px var(--black-a3), 0 2px 4px -1px var(--black-a3);
    }
.rt-SwitchRoot.rt-variant-surface .rt-SwitchThumb:where([data-state='checked']) {
      box-shadow: 0 0 0 1px var(--black-a5), 0 1px 1px var(--black-a3),
        0 2px 4px -1px var(--black-a3);
    }
/* classic */
.radix-themes {
  --switch-button-filter__surface-checked-active: brightness(0.92) saturate(1.1);
}
:is(.dark, .dark-theme),
:is(.dark, .dark-theme) .radix-themes:not(.light, .light-theme) {
  --switch-button-filter__surface-checked-active: brightness(1.08);
}
.rt-SwitchRoot.rt-variant-classic .rt-SwitchButton::before {
      background-image: linear-gradient(to right, var(--accent-9) 40%, transparent 60%);
      background-color: var(--gray-a4);
      box-shadow: var(--shadow-1);
    }
.rt-SwitchRoot.rt-variant-classic .rt-SwitchButton:where([data-state='unchecked']:active)::before {
      background-color: var(--gray-a6);
    }
.rt-SwitchRoot.rt-variant-classic .rt-SwitchButton:where([data-state='checked'])::before {
      /* checked shadow shouldn't change between light and dark mode because of the coloured fill */
      box-shadow: inset 0 0 0 1px var(--gray-a6), inset 0 1.5px 2px 0 var(--black-a7);
    }
.rt-SwitchRoot.rt-variant-classic .rt-SwitchButton:where([data-state='checked']:active)::before {
      filter: var(--switch-button-filter__surface-checked-active);
    }
/* prettier-ignore */
.rt-SwitchRoot.rt-variant-classic:where(.rt-high-contrast) .rt-SwitchButton::before {
        background-image:
          linear-gradient(to right, var(--switch-button-overlay__high-contrast-checked) 40%, transparent 60%),
          linear-gradient(to right, var(--accent-9) 40%, transparent 60%);
      }
.rt-SwitchRoot.rt-variant-classic .rt-SwitchThumb {
    box-shadow: 0 0 0 1px var(--black-a4), 0 1px 3px var(--black-a7), 0 2px 4px -1px var(--black-a3);
  }
/* soft */
.radix-themes {
  --switch-button-filter__soft-checked-active: contrast(1.2) brightness(0.75) saturate(1.1);
}
:is(.dark, .dark-theme),
:is(.dark, .dark-theme) .radix-themes:not(.light, .light-theme) {
  --switch-button-filter__soft-checked-active: brightness(1.08);
}
/* prettier-ignore */
.rt-SwitchRoot.rt-variant-soft .rt-SwitchButton::before {
      background-image:
        linear-gradient(to right, var(--accent-a8) 40%, transparent 60%),
        linear-gradient(to right, var(--accent-a3), var(--accent-a3));
    }
.rt-SwitchRoot.rt-variant-soft .rt-SwitchButton:where([data-state='unchecked'])::before {
      background-color: var(--gray-a5);
    }
.rt-SwitchRoot.rt-variant-soft .rt-SwitchButton:where([data-state='unchecked']:active)::before {
      background-color: var(--gray-a7);
    }
.rt-SwitchRoot.rt-variant-soft .rt-SwitchButton:where([data-state='checked']:active)::before {
      filter: var(--switch-button-filter__soft-checked-active);
    }
/* prettier-ignore */
.rt-SwitchRoot.rt-variant-soft:where(.rt-high-contrast) .rt-SwitchButton::before {
        background-image:
          linear-gradient(to right, var(--switch-button-overlay__high-contrast-checked) 40%, transparent 60%),
          linear-gradient(to right, var(--accent-a8) 40%, transparent 60%),
          linear-gradient(to right, var(--accent-a3), var(--accent-a3));
      }
.rt-SwitchRoot.rt-variant-soft .rt-SwitchThumb {
    box-shadow: 0 0 0 1px var(--accent-a3), 0 1px 3px var(--accent-a4),
      0 2px 4px -1px var(--accent-a3);
    filter: saturate(0.45);
  }
/* all high-contrast */
.radix-themes {
  --switch-button-overlay__high-contrast-checked: var(--black-a11);
  --switch-button-filter__high-contrast-checked-active: contrast(0.82) saturate(1.2)
    brightness(1.16);
}
:is(.dark, .dark-theme),
:is(.dark, .dark-theme) .radix-themes:not(.light, .light-theme) {
  --switch-button-overlay__high-contrast-checked: transparent;
  --switch-button-filter__high-contrast-checked-active: brightness(1.08);
}
.rt-SwitchRoot.rt-high-contrast .rt-SwitchButton:where([data-state='checked']:active)::before {
      filter: var(--switch-button-filter__high-contrast-checked-active);
    }
/* all disabled switches */
.radix-themes {
  --switch-thumb-shadow__disabled: 0 0 0 1px var(--gray-6);
  --switch-blend-mode__disabled: multiply;
}
:is(.dark, .dark-theme),
:is(.dark, .dark-theme) .radix-themes:not(.light, .light-theme) {
  --switch-thumb-shadow__disabled: 0 0 0 1px var(--gray-5);
  --switch-blend-mode__disabled: screen;
}
.rt-SwitchRoot .rt-SwitchButton[data-disabled] {
    cursor: not-allowed;
    mix-blend-mode: var(--switch-blend-mode__disabled);
  }
.rt-SwitchRoot .rt-SwitchButton[data-disabled]::before {
      background-image: none;
      background-color: var(--gray-a3);
      box-shadow: inset 0 0 0 1px var(--gray-a5);
    }
.rt-SwitchRoot .rt-SwitchThumb[data-disabled] {
    background-color: var(--gray-2);
    box-shadow: var(--switch-thumb-shadow__disabled);
  }
.rt-TabsList {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;

  scrollbar-width: none;
}
.rt-TabsList::-webkit-scrollbar {
    display: none;
  }
.rt-TabsTrigger {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.rt-TabsTriggerInner,
.rt-TabsTriggerInnerHidden {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rt-TabsTriggerInner {
  position: absolute;
}
.rt-TabsTrigger[data-state='active'] .rt-TabsTriggerInner {
    font-weight: var(--font-weight-medium);
    letter-spacing: -0.01em;
  }
.rt-TabsTriggerInnerHidden {
  visibility: hidden;
  font-weight: var(--font-weight-medium);
}
.rt-TabsContent {
  position: relative;
  outline: 0;
}
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
.rt-TabsTrigger {
  padding-left: var(--tabs-trigger-padding-x);
  padding-right: var(--tabs-trigger-padding-x);
}
.rt-TabsTriggerInner,
.rt-TabsTriggerInnerHidden {
  padding: var(--tabs-trigger-inner-padding-y) var(--tabs-trigger-inner-padding-x);
  border-radius: var(--tabs-trigger-inner-radius);
}
@media all {
    .rt-TabsList.rt-r-size-1 {
      height: var(--space-6);
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
      --tabs-trigger-padding-x: var(--space-1);
      --tabs-trigger-inner-padding-x: var(--space-1);
      --tabs-trigger-inner-padding-y: calc(var(--space-1) * 0.5);
      --tabs-trigger-inner-radius: var(--radius-1);
    }
    .rt-TabsList.rt-r-size-2 {
      height: var(--space-7);
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
      --tabs-trigger-padding-x: var(--space-2);
      --tabs-trigger-inner-padding-x: var(--space-2);
      --tabs-trigger-inner-padding-y: var(--space-1);
      --tabs-trigger-inner-radius: var(--radius-2);
    }
}
@media (min-width: 520px) {
    .rt-TabsList.xs\:rt-r-size-1 {
      height: var(--space-6);
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
      --tabs-trigger-padding-x: var(--space-1);
      --tabs-trigger-inner-padding-x: var(--space-1);
      --tabs-trigger-inner-padding-y: calc(var(--space-1) * 0.5);
      --tabs-trigger-inner-radius: var(--radius-1);
    }
    .rt-TabsList.xs\:rt-r-size-2 {
      height: var(--space-7);
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
      --tabs-trigger-padding-x: var(--space-2);
      --tabs-trigger-inner-padding-x: var(--space-2);
      --tabs-trigger-inner-padding-y: var(--space-1);
      --tabs-trigger-inner-radius: var(--radius-2);
    }
}
@media (min-width: 768px) {
    .rt-TabsList.sm\:rt-r-size-1 {
      height: var(--space-6);
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
      --tabs-trigger-padding-x: var(--space-1);
      --tabs-trigger-inner-padding-x: var(--space-1);
      --tabs-trigger-inner-padding-y: calc(var(--space-1) * 0.5);
      --tabs-trigger-inner-radius: var(--radius-1);
    }
    .rt-TabsList.sm\:rt-r-size-2 {
      height: var(--space-7);
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
      --tabs-trigger-padding-x: var(--space-2);
      --tabs-trigger-inner-padding-x: var(--space-2);
      --tabs-trigger-inner-padding-y: var(--space-1);
      --tabs-trigger-inner-radius: var(--radius-2);
    }
}
@media (min-width: 1024px) {
    .rt-TabsList.md\:rt-r-size-1 {
      height: var(--space-6);
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
      --tabs-trigger-padding-x: var(--space-1);
      --tabs-trigger-inner-padding-x: var(--space-1);
      --tabs-trigger-inner-padding-y: calc(var(--space-1) * 0.5);
      --tabs-trigger-inner-radius: var(--radius-1);
    }
    .rt-TabsList.md\:rt-r-size-2 {
      height: var(--space-7);
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
      --tabs-trigger-padding-x: var(--space-2);
      --tabs-trigger-inner-padding-x: var(--space-2);
      --tabs-trigger-inner-padding-y: var(--space-1);
      --tabs-trigger-inner-radius: var(--radius-2);
    }
}
@media (min-width: 1280px) {
    .rt-TabsList.lg\:rt-r-size-1 {
      height: var(--space-6);
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
      --tabs-trigger-padding-x: var(--space-1);
      --tabs-trigger-inner-padding-x: var(--space-1);
      --tabs-trigger-inner-padding-y: calc(var(--space-1) * 0.5);
      --tabs-trigger-inner-radius: var(--radius-1);
    }
    .rt-TabsList.lg\:rt-r-size-2 {
      height: var(--space-7);
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
      --tabs-trigger-padding-x: var(--space-2);
      --tabs-trigger-inner-padding-x: var(--space-2);
      --tabs-trigger-inner-padding-y: var(--space-1);
      --tabs-trigger-inner-radius: var(--radius-2);
    }
}
@media (min-width: 1640px) {
    .rt-TabsList.xl\:rt-r-size-1 {
      height: var(--space-6);
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
      --tabs-trigger-padding-x: var(--space-1);
      --tabs-trigger-inner-padding-x: var(--space-1);
      --tabs-trigger-inner-padding-y: calc(var(--space-1) * 0.5);
      --tabs-trigger-inner-radius: var(--radius-1);
    }
    .rt-TabsList.xl\:rt-r-size-2 {
      height: var(--space-7);
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
      --tabs-trigger-padding-x: var(--space-2);
      --tabs-trigger-inner-padding-x: var(--space-2);
      --tabs-trigger-inner-padding-y: var(--space-1);
      --tabs-trigger-inner-radius: var(--radius-2);
    }
}
/***************************************************************************************************
 *                                                                                                 *
 * VARIANTS                                                                                        *
 *                                                                                                 *
 ***************************************************************************************************/
.rt-TabsList {
  box-shadow: inset 0 -1px 0 0 var(--gray-a5);
}
.rt-TabsTrigger {
  color: var(--gray-a11);
}
@media (hover: hover) {
    .rt-TabsTrigger:hover {
      color: var(--gray-12);
    }
    .rt-TabsTrigger:hover .rt-TabsTriggerInner {
      background-color: var(--gray-a3);
    }
    .rt-TabsTrigger:focus-visible:hover .rt-TabsTriggerInner {
      background-color: var(--accent-a3);
    }
  }
.rt-TabsTrigger[data-state='active'] {
    color: var(--gray-12);
  }
.rt-TabsTrigger:focus-visible .rt-TabsTriggerInner {
    box-shadow: 0 0 0 2px var(--accent-a8);
  }
.rt-TabsTrigger[data-state='active']::before {
    box-sizing: border-box;
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--accent-10);
  }
.rt-TabsContent:focus-visible {
  box-shadow: 0 0 0 2px var(--accent-a8);
}
.rt-TableRootTable {
  --table-row-background: transparent;
  --table-row-border-bottom: inset 0 -1px var(--gray-a5);

  width: 100%;
  text-align: left;
  vertical-align: top;
  border-collapse: collapse;
  border-radius: calc(var(--table-border-radius) - 1px);
  border-spacing: 0;
  box-sizing: border-box;

  /* Makes "height: 100%" work on content inside cells */
  height: 0;
}
.rt-TableHeader {
  vertical-align: inherit;
}
.rt-TableBody {
  vertical-align: inherit;
}
.rt-TableRow {
  vertical-align: inherit;
  color: var(--gray-12);
}
.rt-TableCell {
  background-color: var(--table-row-background);
  box-shadow: var(--table-row-border-bottom);
  box-sizing: border-box;
  vertical-align: inherit;
  padding: var(--table-cell-padding);
  /* Works as min-height */
  height: var(--table-cell-min-height);
}
.rt-TableColumnHeaderCell {
  font-weight: bold;
}
.rt-TableRowHeaderCell {
  font-weight: normal;
}
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
@media all {
    .rt-TableRoot.rt-r-size-1 {
      --table-border-radius: var(--radius-3);
      --table-cell-padding: var(--space-2);
      --table-cell-min-height: calc(36px * var(--scaling));
    }

      .rt-TableRoot.rt-r-size-1 .rt-TableRootTable {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
      }
    .rt-TableRoot.rt-r-size-2 {
      --table-border-radius: var(--radius-4);
      --table-cell-padding: var(--space-3);
      --table-cell-min-height: calc(44px * var(--scaling));
    }

      .rt-TableRoot.rt-r-size-2 .rt-TableRootTable {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
      }
    .rt-TableRoot.rt-r-size-3 {
      --table-border-radius: var(--radius-4);
      --table-cell-padding: var(--space-3) var(--space-4);
      --table-cell-min-height: calc(48px * var(--scaling));
    }

      .rt-TableRoot.rt-r-size-3 .rt-TableRootTable {
        font-size: var(--font-size-3);
        line-height: var(--line-height-3);
      }
}
@media (min-width: 520px) {
    .rt-TableRoot.xs\:rt-r-size-1 {
      --table-border-radius: var(--radius-3);
      --table-cell-padding: var(--space-2);
      --table-cell-min-height: calc(36px * var(--scaling));
    }

      .rt-TableRoot.xs\:rt-r-size-1 .rt-TableRootTable {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
      }
    .rt-TableRoot.xs\:rt-r-size-2 {
      --table-border-radius: var(--radius-4);
      --table-cell-padding: var(--space-3);
      --table-cell-min-height: calc(44px * var(--scaling));
    }

      .rt-TableRoot.xs\:rt-r-size-2 .rt-TableRootTable {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
      }
    .rt-TableRoot.xs\:rt-r-size-3 {
      --table-border-radius: var(--radius-4);
      --table-cell-padding: var(--space-3) var(--space-4);
      --table-cell-min-height: calc(48px * var(--scaling));
    }

      .rt-TableRoot.xs\:rt-r-size-3 .rt-TableRootTable {
        font-size: var(--font-size-3);
        line-height: var(--line-height-3);
      }
}
@media (min-width: 768px) {
    .rt-TableRoot.sm\:rt-r-size-1 {
      --table-border-radius: var(--radius-3);
      --table-cell-padding: var(--space-2);
      --table-cell-min-height: calc(36px * var(--scaling));
    }

      .rt-TableRoot.sm\:rt-r-size-1 .rt-TableRootTable {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
      }
    .rt-TableRoot.sm\:rt-r-size-2 {
      --table-border-radius: var(--radius-4);
      --table-cell-padding: var(--space-3);
      --table-cell-min-height: calc(44px * var(--scaling));
    }

      .rt-TableRoot.sm\:rt-r-size-2 .rt-TableRootTable {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
      }
    .rt-TableRoot.sm\:rt-r-size-3 {
      --table-border-radius: var(--radius-4);
      --table-cell-padding: var(--space-3) var(--space-4);
      --table-cell-min-height: calc(48px * var(--scaling));
    }

      .rt-TableRoot.sm\:rt-r-size-3 .rt-TableRootTable {
        font-size: var(--font-size-3);
        line-height: var(--line-height-3);
      }
}
@media (min-width: 1024px) {
    .rt-TableRoot.md\:rt-r-size-1 {
      --table-border-radius: var(--radius-3);
      --table-cell-padding: var(--space-2);
      --table-cell-min-height: calc(36px * var(--scaling));
    }

      .rt-TableRoot.md\:rt-r-size-1 .rt-TableRootTable {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
      }
    .rt-TableRoot.md\:rt-r-size-2 {
      --table-border-radius: var(--radius-4);
      --table-cell-padding: var(--space-3);
      --table-cell-min-height: calc(44px * var(--scaling));
    }

      .rt-TableRoot.md\:rt-r-size-2 .rt-TableRootTable {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
      }
    .rt-TableRoot.md\:rt-r-size-3 {
      --table-border-radius: var(--radius-4);
      --table-cell-padding: var(--space-3) var(--space-4);
      --table-cell-min-height: calc(48px * var(--scaling));
    }

      .rt-TableRoot.md\:rt-r-size-3 .rt-TableRootTable {
        font-size: var(--font-size-3);
        line-height: var(--line-height-3);
      }
}
@media (min-width: 1280px) {
    .rt-TableRoot.lg\:rt-r-size-1 {
      --table-border-radius: var(--radius-3);
      --table-cell-padding: var(--space-2);
      --table-cell-min-height: calc(36px * var(--scaling));
    }

      .rt-TableRoot.lg\:rt-r-size-1 .rt-TableRootTable {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
      }
    .rt-TableRoot.lg\:rt-r-size-2 {
      --table-border-radius: var(--radius-4);
      --table-cell-padding: var(--space-3);
      --table-cell-min-height: calc(44px * var(--scaling));
    }

      .rt-TableRoot.lg\:rt-r-size-2 .rt-TableRootTable {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
      }
    .rt-TableRoot.lg\:rt-r-size-3 {
      --table-border-radius: var(--radius-4);
      --table-cell-padding: var(--space-3) var(--space-4);
      --table-cell-min-height: calc(48px * var(--scaling));
    }

      .rt-TableRoot.lg\:rt-r-size-3 .rt-TableRootTable {
        font-size: var(--font-size-3);
        line-height: var(--line-height-3);
      }
}
@media (min-width: 1640px) {
    .rt-TableRoot.xl\:rt-r-size-1 {
      --table-border-radius: var(--radius-3);
      --table-cell-padding: var(--space-2);
      --table-cell-min-height: calc(36px * var(--scaling));
    }

      .rt-TableRoot.xl\:rt-r-size-1 .rt-TableRootTable {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
      }
    .rt-TableRoot.xl\:rt-r-size-2 {
      --table-border-radius: var(--radius-4);
      --table-cell-padding: var(--space-3);
      --table-cell-min-height: calc(44px * var(--scaling));
    }

      .rt-TableRoot.xl\:rt-r-size-2 .rt-TableRootTable {
        font-size: var(--font-size-2);
        line-height: var(--line-height-2);
      }
    .rt-TableRoot.xl\:rt-r-size-3 {
      --table-border-radius: var(--radius-4);
      --table-cell-padding: var(--space-3) var(--space-4);
      --table-cell-min-height: calc(48px * var(--scaling));
    }

      .rt-TableRoot.xl\:rt-r-size-3 .rt-TableRootTable {
        font-size: var(--font-size-3);
        line-height: var(--line-height-3);
      }
}
/***************************************************************************************************
 *                                                                                                 *
 * VARIANTS                                                                                        *
 *                                                                                                 *
 ***************************************************************************************************/
/* surface */
.rt-TableRoot.rt-variant-surface {
  border: 1px solid var(--gray-a5);
  border-radius: var(--table-border-radius);
  background-color: var(--color-panel);
  position: relative;
}
.rt-TableRoot.rt-variant-surface .rt-TableRootTable {
    overflow: hidden;
  }
.rt-TableRoot.rt-variant-surface .rt-TableRootTable :where(.rt-TableHeader) {
      --table-row-background: var(--gray-a2);
    }
.rt-TableRoot.rt-variant-surface .rt-TableRootTable :where(.rt-TableBody .rt-TableRow:last-child) {
      --table-row-border-bottom: none;
    }
/* ghost */
.rt-TableRoot.rt-variant-ghost .rt-ScrollAreaScrollbar[data-orientation='horizontal'] {
    --scrollarea-scrollbar-margin-left: 0;
    --scrollarea-scrollbar-margin-right: 0;
  }
/***************************************************************************************************
 *                                                                                                 *
 * Inset > Table                                                                                   *
 *                                                                                                 *
 ***************************************************************************************************/
.rt-Inset > .rt-TableRootTable .rt-TableCell:first-child {
  padding-left: var(--inset-padding);
}
.rt-Inset > .rt-TableRootTable .rt-TableCell:last-child {
  padding-right: var(--inset-padding);
}
.rt-TextArea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0;
  font-family: inherit;
  -webkit-tap-highlight-color: transparent;
  outline: none;

  box-sizing: border-box;
  display: block;
  width: 100%;
  flex-shrink: 0;
  flex-grow: 1;

  resize: none;

  /* scrollbar */
    /* Arrow mouse cursor over the scrollbar */
    cursor: auto;
    scrollbar-width: thin;
}
.rt-TextArea::-webkit-scrollbar {
    width: 12px;
    height: 12px;
  }
.rt-TextArea::-webkit-scrollbar-track,
  .rt-TextArea::-webkit-scrollbar-thumb {
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 12px;
  }
.rt-TextArea::-webkit-scrollbar-track {
    background-color: var(--gray-a3);
  }
.rt-TextArea::-webkit-scrollbar-thumb {
    background-color: var(--gray-a8);
  }
@media (hover: hover) {
    .rt-TextArea:not(:disabled)::-webkit-scrollbar-thumb:hover {
      background-color: var(--gray-a9);
    }
  }
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
@media all {
    .rt-TextArea.rt-r-size-1 {
      min-height: var(--space-8);
      padding: var(--space-1);
      border-radius: var(--radius-2);
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
    }
    .rt-TextArea.rt-r-size-2 {
      min-height: var(--space-9);
      padding: var(--space-2);
      border-radius: var(--radius-2);
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
    }
    .rt-TextArea.rt-r-size-3 {
      min-height: 80px;
      padding: var(--space-2) var(--space-3);
      border-radius: var(--radius-3);
      font-size: var(--font-size-3);
      line-height: var(--line-height-3);
      letter-spacing: var(--letter-spacing-3);
    }
}
@media (min-width: 520px) {
    .rt-TextArea.xs\:rt-r-size-1 {
      min-height: var(--space-8);
      padding: var(--space-1);
      border-radius: var(--radius-2);
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
    }
    .rt-TextArea.xs\:rt-r-size-2 {
      min-height: var(--space-9);
      padding: var(--space-2);
      border-radius: var(--radius-2);
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
    }
    .rt-TextArea.xs\:rt-r-size-3 {
      min-height: 80px;
      padding: var(--space-2) var(--space-3);
      border-radius: var(--radius-3);
      font-size: var(--font-size-3);
      line-height: var(--line-height-3);
      letter-spacing: var(--letter-spacing-3);
    }
}
@media (min-width: 768px) {
    .rt-TextArea.sm\:rt-r-size-1 {
      min-height: var(--space-8);
      padding: var(--space-1);
      border-radius: var(--radius-2);
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
    }
    .rt-TextArea.sm\:rt-r-size-2 {
      min-height: var(--space-9);
      padding: var(--space-2);
      border-radius: var(--radius-2);
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
    }
    .rt-TextArea.sm\:rt-r-size-3 {
      min-height: 80px;
      padding: var(--space-2) var(--space-3);
      border-radius: var(--radius-3);
      font-size: var(--font-size-3);
      line-height: var(--line-height-3);
      letter-spacing: var(--letter-spacing-3);
    }
}
@media (min-width: 1024px) {
    .rt-TextArea.md\:rt-r-size-1 {
      min-height: var(--space-8);
      padding: var(--space-1);
      border-radius: var(--radius-2);
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
    }
    .rt-TextArea.md\:rt-r-size-2 {
      min-height: var(--space-9);
      padding: var(--space-2);
      border-radius: var(--radius-2);
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
    }
    .rt-TextArea.md\:rt-r-size-3 {
      min-height: 80px;
      padding: var(--space-2) var(--space-3);
      border-radius: var(--radius-3);
      font-size: var(--font-size-3);
      line-height: var(--line-height-3);
      letter-spacing: var(--letter-spacing-3);
    }
}
@media (min-width: 1280px) {
    .rt-TextArea.lg\:rt-r-size-1 {
      min-height: var(--space-8);
      padding: var(--space-1);
      border-radius: var(--radius-2);
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
    }
    .rt-TextArea.lg\:rt-r-size-2 {
      min-height: var(--space-9);
      padding: var(--space-2);
      border-radius: var(--radius-2);
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
    }
    .rt-TextArea.lg\:rt-r-size-3 {
      min-height: 80px;
      padding: var(--space-2) var(--space-3);
      border-radius: var(--radius-3);
      font-size: var(--font-size-3);
      line-height: var(--line-height-3);
      letter-spacing: var(--letter-spacing-3);
    }
}
@media (min-width: 1640px) {
    .rt-TextArea.xl\:rt-r-size-1 {
      min-height: var(--space-8);
      padding: var(--space-1);
      border-radius: var(--radius-2);
      font-size: var(--font-size-1);
      line-height: var(--line-height-1);
      letter-spacing: var(--letter-spacing-1);
    }
    .rt-TextArea.xl\:rt-r-size-2 {
      min-height: var(--space-9);
      padding: var(--space-2);
      border-radius: var(--radius-2);
      font-size: var(--font-size-2);
      line-height: var(--line-height-2);
      letter-spacing: var(--letter-spacing-2);
    }
    .rt-TextArea.xl\:rt-r-size-3 {
      min-height: 80px;
      padding: var(--space-2) var(--space-3);
      border-radius: var(--radius-3);
      font-size: var(--font-size-3);
      line-height: var(--line-height-3);
      letter-spacing: var(--letter-spacing-3);
    }
}
/***************************************************************************************************
 *                                                                                                 *
 * VARIANTS                                                                                        *
 *                                                                                                 *
 ***************************************************************************************************/
.rt-TextArea::-moz-placeholder {
    color: var(--gray-a10);
    /* Firefox */
    opacity: 1;
  }
.rt-TextArea::placeholder {
    color: var(--gray-a10);
    /* Firefox */
    opacity: 1;
  }
.rt-TextArea:-webkit-autofill {
    -webkit-text-fill-color: var(--gray-12);
    box-shadow: var(--shadow-1), inset 0 0 0 100px var(--accent-3);
  }
.rt-TextArea:autofill {
    -webkit-text-fill-color: var(--gray-12);
    box-shadow: var(--shadow-1), inset 0 0 0 100px var(--accent-3);
  }
.rt-TextArea:-webkit-autofill:focus {
      box-shadow: inset 0 0 0 1px var(--accent-8), 0 0 0 1px var(--accent-a8),
        inset 0 0 0 100px var(--accent-3);
    }
.rt-TextArea:autofill:focus {
      box-shadow: inset 0 0 0 1px var(--accent-8), 0 0 0 1px var(--accent-a8),
        inset 0 0 0 100px var(--accent-3);
    }
.rt-TextArea:-moz-read-only::-moz-placeholder {
      color: var(--gray-a7);
    }
.rt-TextArea:read-only::-moz-placeholder {
      color: var(--gray-a7);
    }
.rt-TextArea:-moz-read-only::-moz-placeholder {
      color: var(--gray-a7);
    }
.rt-TextArea:-moz-read-only::placeholder {
      color: var(--gray-a7);
    }
.rt-TextArea:read-only::-moz-placeholder {
      color: var(--gray-a7);
    }
.rt-TextArea:-moz-read-only::placeholder {
      color: var(--gray-a7);
    }
.rt-TextArea:read-only::placeholder {
      color: var(--gray-a7);
    }
.rt-TextArea:-moz-read-only::-moz-selection {
      background-color: var(--gray-a5);
    }
.rt-TextArea:read-only::-moz-selection {
      background-color: var(--gray-a5);
    }
.rt-TextArea:-moz-read-only::-moz-selection {
      background-color: var(--gray-a5);
    }
.rt-TextArea:-moz-read-only::selection {
      background-color: var(--gray-a5);
    }
.rt-TextArea:read-only::-moz-selection {
      background-color: var(--gray-a5);
    }
.rt-TextArea:-moz-read-only::selection {
      background-color: var(--gray-a5);
    }
.rt-TextArea:read-only::selection {
      background-color: var(--gray-a5);
    }
/* surface */
.rt-TextArea.rt-variant-surface {
  color: var(--gray-12);
  background-color: var(--color-surface);
  box-shadow: inset 0 0 0 1px var(--gray-a7);
}
.rt-TextArea.rt-variant-surface:focus {
    box-shadow: inset 0 0 0 1px var(--accent-8), 0 0 0 1px var(--accent-a8);
  }
/* classic */
.rt-TextArea.rt-variant-classic {
  color: var(--gray-12);
  background-color: var(--color-surface);
  box-shadow: var(--shadow-1);
}
.rt-TextArea.rt-variant-classic:focus {
    box-shadow: inset 0 0 0 1px var(--accent-8), 0 0 0 1px var(--accent-a8), var(--shadow-1);
  }
/* soft */
.rt-TextArea.rt-variant-soft {
  color: var(--accent-12);
  background-color: var(--accent-a3);
}
.rt-TextArea.rt-variant-soft:focus {
    box-shadow: inset 0 0 0 1px var(--accent-8), 0 0 0 1px var(--accent-a8);
  }
.rt-TextArea.rt-variant-soft:-moz-read-only {
    color: var(--gray-12);
  }
.rt-TextArea.rt-variant-soft:read-only {
    color: var(--gray-12);
  }
.rt-TextArea.rt-variant-soft::-moz-placeholder {
    color: var(--accent-12);
    opacity: 0.5;
  }
.rt-TextArea.rt-variant-soft::placeholder {
    color: var(--accent-12);
    opacity: 0.5;
  }
.rt-TextArea.rt-variant-soft::-moz-selection {
    background-color: var(--accent-a5);
  }
.rt-TextArea.rt-variant-soft::selection {
    background-color: var(--accent-a5);
  }
/* all disabled textareas */
.rt-TextArea:disabled {
  color: var(--gray-a9);
  box-shadow: inset 0 0 0 1px var(--gray-a6);
  background-color: var(--gray-a3);
  cursor: not-allowed;
}
/* all readonly textareas */
.rt-TextArea:-moz-read-only {
  background-color: var(--gray-a3);
}
.rt-TextArea:read-only {
  background-color: var(--gray-a3);
}
.rt-TextArea:-moz-read-only:not(:focus) {
    box-shadow: inset 0 0 0 1px var(--gray-a6);
  }
.rt-TextArea:read-only:not(:focus) {
    box-shadow: inset 0 0 0 1px var(--gray-a6);
  }
.rt-TextArea:-moz-read-only:focus {
    box-shadow: inset 0 0 0 1px var(--gray-8), 0 0 0 1px var(--gray-a8);
  }
.rt-TextArea:read-only:focus {
    box-shadow: inset 0 0 0 1px var(--gray-8), 0 0 0 1px var(--gray-a8);
  }
.rt-TextFieldRoot {
  position: relative;
  cursor: text;
}
.rt-TextFieldInput {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  font-family: inherit;
  text-overflow: ellipsis;
  background-color: transparent;

  position: relative;
  z-index: 1;
}
.rt-TextFieldChrome {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.rt-TextFieldSlot {
  position: relative;
  z-index: 1;
  color: var(--gray-a11);
}
.rt-TextFieldSlot[data-accent-color] {
    color: var(--accent-a11);
  }
.rt-TextFieldSlot:empty {
    display: none;
  }
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
.rt-TextFieldRoot {
  display: flex;
  box-sizing: border-box;
  /* width: 100%; */
}
.rt-TextFieldSlot {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.rt-TextFieldInput {
  display: block;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
/* Ensure no padding on input when there's a slot before it */
.rt-TextFieldRoot .rt-TextFieldSlot + .rt-TextFieldInput {
  padding-left: 0;
}
@media all {
    .rt-TextFieldSlot:where(.rt-r-size-1) {
      gap: var(--space-2);
      padding-left: var(--space-1);
      padding-right: var(--space-1);
    }
    .rt-TextFieldSlot:where(.rt-r-size-2) {
      gap: var(--space-2);
      padding-left: var(--space-2);
      padding-right: var(--space-2);
    }
    .rt-TextFieldSlot:where(.rt-r-size-3) {
      gap: var(--space-3);
      padding-left: var(--space-3);
      padding-right: var(--space-3);
    }
    .rt-TextFieldInput:where(.rt-r-size-1) {
      height: var(--space-5);
      padding-top: 0.5px;
      padding-bottom: 1px;
      padding-left: var(--space-1);
      font-size: var(--font-size-1);
      letter-spacing: var(--letter-spacing-1);
    }

      .rt-TextFieldInput:where(.rt-r-size-1) + .rt-TextFieldChrome {
        border-radius: max(var(--radius-2), var(--radius-full));
      }
    .rt-TextFieldInput:where(.rt-r-size-2) {
      height: var(--space-6);
      padding-top: 0px;
      padding-bottom: 1px;
      padding-left: var(--space-2);
      font-size: var(--font-size-2);
      letter-spacing: var(--letter-spacing-2);
    }

      .rt-TextFieldInput:where(.rt-r-size-2) + .rt-TextFieldChrome {
        border-radius: max(var(--radius-2), var(--radius-full));
      }
    .rt-TextFieldInput:where(.rt-r-size-3) {
      height: var(--space-7);
      padding-top: 0.5px;
      padding-bottom: 1px;
      padding-left: var(--space-3);
      font-size: var(--font-size-3);
      letter-spacing: var(--letter-spacing-3);
    }

      .rt-TextFieldInput:where(.rt-r-size-3) + .rt-TextFieldChrome {
        border-radius: max(var(--radius-3), var(--radius-full));
      }
}
@media (min-width: 520px) {
    .rt-TextFieldSlot:where(.xs\:rt-r-size-1) {
      gap: var(--space-2);
      padding-left: var(--space-1);
      padding-right: var(--space-1);
    }
    .rt-TextFieldSlot:where(.xs\:rt-r-size-2) {
      gap: var(--space-2);
      padding-left: var(--space-2);
      padding-right: var(--space-2);
    }
    .rt-TextFieldSlot:where(.xs\:rt-r-size-3) {
      gap: var(--space-3);
      padding-left: var(--space-3);
      padding-right: var(--space-3);
    }
    .rt-TextFieldInput:where(.xs\:rt-r-size-1) {
      height: var(--space-5);
      padding-top: 0.5px;
      padding-bottom: 1px;
      padding-left: var(--space-1);
      font-size: var(--font-size-1);
      letter-spacing: var(--letter-spacing-1);
    }

      .rt-TextFieldInput:where(.xs\:rt-r-size-1) + .rt-TextFieldChrome {
        border-radius: max(var(--radius-2), var(--radius-full));
      }
    .rt-TextFieldInput:where(.xs\:rt-r-size-2) {
      height: var(--space-6);
      padding-top: 0px;
      padding-bottom: 1px;
      padding-left: var(--space-2);
      font-size: var(--font-size-2);
      letter-spacing: var(--letter-spacing-2);
    }

      .rt-TextFieldInput:where(.xs\:rt-r-size-2) + .rt-TextFieldChrome {
        border-radius: max(var(--radius-2), var(--radius-full));
      }
    .rt-TextFieldInput:where(.xs\:rt-r-size-3) {
      height: var(--space-7);
      padding-top: 0.5px;
      padding-bottom: 1px;
      padding-left: var(--space-3);
      font-size: var(--font-size-3);
      letter-spacing: var(--letter-spacing-3);
    }

      .rt-TextFieldInput:where(.xs\:rt-r-size-3) + .rt-TextFieldChrome {
        border-radius: max(var(--radius-3), var(--radius-full));
      }
}
@media (min-width: 768px) {
    .rt-TextFieldSlot:where(.sm\:rt-r-size-1) {
      gap: var(--space-2);
      padding-left: var(--space-1);
      padding-right: var(--space-1);
    }
    .rt-TextFieldSlot:where(.sm\:rt-r-size-2) {
      gap: var(--space-2);
      padding-left: var(--space-2);
      padding-right: var(--space-2);
    }
    .rt-TextFieldSlot:where(.sm\:rt-r-size-3) {
      gap: var(--space-3);
      padding-left: var(--space-3);
      padding-right: var(--space-3);
    }
    .rt-TextFieldInput:where(.sm\:rt-r-size-1) {
      height: var(--space-5);
      padding-top: 0.5px;
      padding-bottom: 1px;
      padding-left: var(--space-1);
      font-size: var(--font-size-1);
      letter-spacing: var(--letter-spacing-1);
    }

      .rt-TextFieldInput:where(.sm\:rt-r-size-1) + .rt-TextFieldChrome {
        border-radius: max(var(--radius-2), var(--radius-full));
      }
    .rt-TextFieldInput:where(.sm\:rt-r-size-2) {
      height: var(--space-6);
      padding-top: 0px;
      padding-bottom: 1px;
      padding-left: var(--space-2);
      font-size: var(--font-size-2);
      letter-spacing: var(--letter-spacing-2);
    }

      .rt-TextFieldInput:where(.sm\:rt-r-size-2) + .rt-TextFieldChrome {
        border-radius: max(var(--radius-2), var(--radius-full));
      }
    .rt-TextFieldInput:where(.sm\:rt-r-size-3) {
      height: var(--space-7);
      padding-top: 0.5px;
      padding-bottom: 1px;
      padding-left: var(--space-3);
      font-size: var(--font-size-3);
      letter-spacing: var(--letter-spacing-3);
    }

      .rt-TextFieldInput:where(.sm\:rt-r-size-3) + .rt-TextFieldChrome {
        border-radius: max(var(--radius-3), var(--radius-full));
      }
}
@media (min-width: 1024px) {
    .rt-TextFieldSlot:where(.md\:rt-r-size-1) {
      gap: var(--space-2);
      padding-left: var(--space-1);
      padding-right: var(--space-1);
    }
    .rt-TextFieldSlot:where(.md\:rt-r-size-2) {
      gap: var(--space-2);
      padding-left: var(--space-2);
      padding-right: var(--space-2);
    }
    .rt-TextFieldSlot:where(.md\:rt-r-size-3) {
      gap: var(--space-3);
      padding-left: var(--space-3);
      padding-right: var(--space-3);
    }
    .rt-TextFieldInput:where(.md\:rt-r-size-1) {
      height: var(--space-5);
      padding-top: 0.5px;
      padding-bottom: 1px;
      padding-left: var(--space-1);
      font-size: var(--font-size-1);
      letter-spacing: var(--letter-spacing-1);
    }

      .rt-TextFieldInput:where(.md\:rt-r-size-1) + .rt-TextFieldChrome {
        border-radius: max(var(--radius-2), var(--radius-full));
      }
    .rt-TextFieldInput:where(.md\:rt-r-size-2) {
      height: var(--space-6);
      padding-top: 0px;
      padding-bottom: 1px;
      padding-left: var(--space-2);
      font-size: var(--font-size-2);
      letter-spacing: var(--letter-spacing-2);
    }

      .rt-TextFieldInput:where(.md\:rt-r-size-2) + .rt-TextFieldChrome {
        border-radius: max(var(--radius-2), var(--radius-full));
      }
    .rt-TextFieldInput:where(.md\:rt-r-size-3) {
      height: var(--space-7);
      padding-top: 0.5px;
      padding-bottom: 1px;
      padding-left: var(--space-3);
      font-size: var(--font-size-3);
      letter-spacing: var(--letter-spacing-3);
    }

      .rt-TextFieldInput:where(.md\:rt-r-size-3) + .rt-TextFieldChrome {
        border-radius: max(var(--radius-3), var(--radius-full));
      }
}
@media (min-width: 1280px) {
    .rt-TextFieldSlot:where(.lg\:rt-r-size-1) {
      gap: var(--space-2);
      padding-left: var(--space-1);
      padding-right: var(--space-1);
    }
    .rt-TextFieldSlot:where(.lg\:rt-r-size-2) {
      gap: var(--space-2);
      padding-left: var(--space-2);
      padding-right: var(--space-2);
    }
    .rt-TextFieldSlot:where(.lg\:rt-r-size-3) {
      gap: var(--space-3);
      padding-left: var(--space-3);
      padding-right: var(--space-3);
    }
    .rt-TextFieldInput:where(.lg\:rt-r-size-1) {
      height: var(--space-5);
      padding-top: 0.5px;
      padding-bottom: 1px;
      padding-left: var(--space-1);
      font-size: var(--font-size-1);
      letter-spacing: var(--letter-spacing-1);
    }

      .rt-TextFieldInput:where(.lg\:rt-r-size-1) + .rt-TextFieldChrome {
        border-radius: max(var(--radius-2), var(--radius-full));
      }
    .rt-TextFieldInput:where(.lg\:rt-r-size-2) {
      height: var(--space-6);
      padding-top: 0px;
      padding-bottom: 1px;
      padding-left: var(--space-2);
      font-size: var(--font-size-2);
      letter-spacing: var(--letter-spacing-2);
    }

      .rt-TextFieldInput:where(.lg\:rt-r-size-2) + .rt-TextFieldChrome {
        border-radius: max(var(--radius-2), var(--radius-full));
      }
    .rt-TextFieldInput:where(.lg\:rt-r-size-3) {
      height: var(--space-7);
      padding-top: 0.5px;
      padding-bottom: 1px;
      padding-left: var(--space-3);
      font-size: var(--font-size-3);
      letter-spacing: var(--letter-spacing-3);
    }

      .rt-TextFieldInput:where(.lg\:rt-r-size-3) + .rt-TextFieldChrome {
        border-radius: max(var(--radius-3), var(--radius-full));
      }
}
@media (min-width: 1640px) {
    .rt-TextFieldSlot:where(.xl\:rt-r-size-1) {
      gap: var(--space-2);
      padding-left: var(--space-1);
      padding-right: var(--space-1);
    }
    .rt-TextFieldSlot:where(.xl\:rt-r-size-2) {
      gap: var(--space-2);
      padding-left: var(--space-2);
      padding-right: var(--space-2);
    }
    .rt-TextFieldSlot:where(.xl\:rt-r-size-3) {
      gap: var(--space-3);
      padding-left: var(--space-3);
      padding-right: var(--space-3);
    }
    .rt-TextFieldInput:where(.xl\:rt-r-size-1) {
      height: var(--space-5);
      padding-top: 0.5px;
      padding-bottom: 1px;
      padding-left: var(--space-1);
      font-size: var(--font-size-1);
      letter-spacing: var(--letter-spacing-1);
    }

      .rt-TextFieldInput:where(.xl\:rt-r-size-1) + .rt-TextFieldChrome {
        border-radius: max(var(--radius-2), var(--radius-full));
      }
    .rt-TextFieldInput:where(.xl\:rt-r-size-2) {
      height: var(--space-6);
      padding-top: 0px;
      padding-bottom: 1px;
      padding-left: var(--space-2);
      font-size: var(--font-size-2);
      letter-spacing: var(--letter-spacing-2);
    }

      .rt-TextFieldInput:where(.xl\:rt-r-size-2) + .rt-TextFieldChrome {
        border-radius: max(var(--radius-2), var(--radius-full));
      }
    .rt-TextFieldInput:where(.xl\:rt-r-size-3) {
      height: var(--space-7);
      padding-top: 0.5px;
      padding-bottom: 1px;
      padding-left: var(--space-3);
      font-size: var(--font-size-3);
      letter-spacing: var(--letter-spacing-3);
    }

      .rt-TextFieldInput:where(.xl\:rt-r-size-3) + .rt-TextFieldChrome {
        border-radius: max(var(--radius-3), var(--radius-full));
      }
}
/***************************************************************************************************
	*                                                                                                 *
	* VARIANTS                                                                                        *
 *                                                                                                 *
 ***************************************************************************************************/
.rt-TextFieldInput::-moz-placeholder {
    color: var(--gray-a10);
    /* Firefox */
    opacity: 1;
  }
.rt-TextFieldInput::placeholder {
    color: var(--gray-a10);
    /* Firefox */
    opacity: 1;
  }
.rt-TextFieldInput:-webkit-autofill + .rt-TextFieldChrome {
      -webkit-text-fill-color: var(--gray-12);
      box-shadow: var(--shadow-1), inset 0 0 0 100px var(--accent-3);
    }
.rt-TextFieldInput:autofill + .rt-TextFieldChrome {
      -webkit-text-fill-color: var(--gray-12);
      box-shadow: var(--shadow-1), inset 0 0 0 100px var(--accent-3);
    }
.rt-TextFieldInput:-webkit-autofill:focus + .rt-TextFieldChrome {
      box-shadow: inset 0 0 0 1px var(--accent-8), 0 0 0 1px var(--accent-a8),
        inset 0 0 0 100px var(--accent-3);
    }
.rt-TextFieldInput:autofill:focus + .rt-TextFieldChrome {
      box-shadow: inset 0 0 0 1px var(--accent-8), 0 0 0 1px var(--accent-a8),
        inset 0 0 0 100px var(--accent-3);
    }
.rt-TextFieldInput:-moz-read-only::-moz-placeholder {
      color: var(--gray-a7);
    }
.rt-TextFieldInput:read-only::-moz-placeholder {
      color: var(--gray-a7);
    }
.rt-TextFieldInput:-moz-read-only::-moz-placeholder {
      color: var(--gray-a7);
    }
.rt-TextFieldInput:-moz-read-only::placeholder {
      color: var(--gray-a7);
    }
.rt-TextFieldInput:read-only::-moz-placeholder {
      color: var(--gray-a7);
    }
.rt-TextFieldInput:-moz-read-only::placeholder {
      color: var(--gray-a7);
    }
.rt-TextFieldInput:read-only::placeholder {
      color: var(--gray-a7);
    }
.rt-TextFieldInput:-moz-read-only::-moz-selection {
      background-color: var(--gray-a5);
    }
.rt-TextFieldInput:read-only::-moz-selection {
      background-color: var(--gray-a5);
    }
.rt-TextFieldInput:-moz-read-only::-moz-selection {
      background-color: var(--gray-a5);
    }
.rt-TextFieldInput:-moz-read-only::selection {
      background-color: var(--gray-a5);
    }
.rt-TextFieldInput:read-only::-moz-selection {
      background-color: var(--gray-a5);
    }
.rt-TextFieldInput:-moz-read-only::selection {
      background-color: var(--gray-a5);
    }
.rt-TextFieldInput:read-only::selection {
      background-color: var(--gray-a5);
    }
/* surface */
.rt-TextFieldInput:where(.rt-variant-surface) {
  color: var(--gray-12);
}
.rt-TextFieldInput:where(.rt-variant-surface) + .rt-TextFieldChrome {
    background-color: var(--color-surface);
    box-shadow: inset 0 0 0 1px var(--gray-a7);
  }
.rt-TextFieldInput:where(.rt-variant-surface):focus + .rt-TextFieldChrome {
    box-shadow: inset 0 0 0 1px var(--accent-8), 0 0 0 1px var(--accent-a8);
  }
/* classic */
.rt-TextFieldInput:where(.rt-variant-classic) {
  color: var(--gray-12);
}
.rt-TextFieldInput:where(.rt-variant-classic) + .rt-TextFieldChrome {
    background-color: var(--color-surface);
    box-shadow: var(--shadow-1);
  }
.rt-TextFieldInput:where(.rt-variant-classic):focus + .rt-TextFieldChrome {
    box-shadow: inset 0 0 0 1px var(--accent-8), 0 0 0 1px var(--accent-a8), var(--shadow-1);
  }
/* soft */
.rt-TextFieldInput:where(.rt-variant-soft) {
  color: var(--accent-12);
}
.rt-TextFieldInput:where(.rt-variant-soft) + .rt-TextFieldChrome {
    background-color: var(--accent-a3);
  }
.rt-TextFieldInput:where(.rt-variant-soft):focus + .rt-TextFieldChrome {
    box-shadow: inset 0 0 0 1px var(--accent-8), 0 0 0 1px var(--accent-a8);
  }
.rt-TextFieldInput:where(.rt-variant-soft):-moz-read-only {
    color: var(--gray-12);
  }
.rt-TextFieldInput:where(.rt-variant-soft):read-only {
    color: var(--gray-12);
  }
.rt-TextFieldInput:where(.rt-variant-soft)::-moz-placeholder {
    color: var(--accent-12);
    opacity: 0.5;
  }
.rt-TextFieldInput:where(.rt-variant-soft)::placeholder {
    color: var(--accent-12);
    opacity: 0.5;
  }
.rt-TextFieldInput:where(.rt-variant-soft)::-moz-selection {
    background-color: var(--accent-a5);
  }
.rt-TextFieldInput:where(.rt-variant-soft)::selection {
    background-color: var(--accent-a5);
  }
/* all disabled text fields */
.rt-TextFieldInput:disabled {
  color: var(--gray-a9);
  cursor: not-allowed;
}
.rt-TextFieldInput:disabled + .rt-TextFieldChrome {
    box-shadow: inset 0 0 0 1px var(--gray-a6);
    background-color: var(--gray-a3);
    cursor: not-allowed;
  }
/* enhancement */
.rt-TextFieldRoot:has(.rt-TextFieldInput:disabled) {
    cursor: not-allowed;
  }
/* all readonly text fields */
.rt-TextFieldInput:-moz-read-only + .rt-TextFieldChrome {
    background-color: var(--gray-a3);
  }
.rt-TextFieldInput:read-only + .rt-TextFieldChrome {
    background-color: var(--gray-a3);
  }
.rt-TextFieldInput:-moz-read-only:not(:focus) + .rt-TextFieldChrome {
    box-shadow: inset 0 0 0 1px var(--gray-a6);
  }
.rt-TextFieldInput:read-only:not(:focus) + .rt-TextFieldChrome {
    box-shadow: inset 0 0 0 1px var(--gray-a6);
  }
.rt-TextFieldInput:-moz-read-only:focus + .rt-TextFieldChrome {
    box-shadow: inset 0 0 0 1px var(--gray-8), 0 0 0 1px var(--gray-a8);
  }
.rt-TextFieldInput:read-only:focus + .rt-TextFieldChrome {
    box-shadow: inset 0 0 0 1px var(--gray-8), 0 0 0 1px var(--gray-a8);
  }
.rt-Text {
  margin: 0;
  line-height: var(--line-height, var(--default-line-height));
  letter-spacing: var(--letter-spacing, inherit);
}
.rt-Text:where([data-accent-color]) {
    color: var(--accent-a11);
  }
.rt-Text:where([data-accent-color]):where(.rt-high-contrast),
    .rt-Text:where([data-accent-color]) .rt-Text:where(.rt-high-contrast) {
      color: var(--accent-a12);
    }
/***************************************************************************************************
 *                                                                                                 *
 * SIZES                                                                                           *
 *                                                                                                 *
 ***************************************************************************************************/
@media all {
    .rt-Text.rt-r-size-1 {
      font-size: var(--font-size-1);
      --line-height: var(--line-height-1);
      --letter-spacing: var(--letter-spacing-1);
    }
    .rt-Text.rt-r-size-2 {
      font-size: var(--font-size-2);
      --line-height: var(--line-height-2);
      --letter-spacing: var(--letter-spacing-2);
    }
    .rt-Text.rt-r-size-3 {
      font-size: var(--font-size-3);
      --line-height: var(--line-height-3);
      --letter-spacing: var(--letter-spacing-3);
    }
    .rt-Text.rt-r-size-4 {
      font-size: var(--font-size-4);
      --line-height: var(--line-height-4);
      --letter-spacing: var(--letter-spacing-4);
    }
    .rt-Text.rt-r-size-5 {
      font-size: var(--font-size-5);
      --line-height: var(--line-height-5);
      --letter-spacing: var(--letter-spacing-5);
    }
    .rt-Text.rt-r-size-6 {
      font-size: var(--font-size-6);
      --line-height: var(--line-height-6);
      --letter-spacing: var(--letter-spacing-6);
    }
    .rt-Text.rt-r-size-7 {
      font-size: var(--font-size-7);
      --line-height: var(--line-height-7);
      --letter-spacing: var(--letter-spacing-7);
    }
    .rt-Text.rt-r-size-8 {
      font-size: var(--font-size-8);
      --line-height: var(--line-height-8);
      --letter-spacing: var(--letter-spacing-8);
    }
    .rt-Text.rt-r-size-9 {
      font-size: var(--font-size-9);
      --line-height: var(--line-height-9);
      --letter-spacing: var(--letter-spacing-9);
    }
}
@media (min-width: 520px) {
    .rt-Text.xs\:rt-r-size-1 {
      font-size: var(--font-size-1);
      --line-height: var(--line-height-1);
      --letter-spacing: var(--letter-spacing-1);
    }
    .rt-Text.xs\:rt-r-size-2 {
      font-size: var(--font-size-2);
      --line-height: var(--line-height-2);
      --letter-spacing: var(--letter-spacing-2);
    }
    .rt-Text.xs\:rt-r-size-3 {
      font-size: var(--font-size-3);
      --line-height: var(--line-height-3);
      --letter-spacing: var(--letter-spacing-3);
    }
    .rt-Text.xs\:rt-r-size-4 {
      font-size: var(--font-size-4);
      --line-height: var(--line-height-4);
      --letter-spacing: var(--letter-spacing-4);
    }
    .rt-Text.xs\:rt-r-size-5 {
      font-size: var(--font-size-5);
      --line-height: var(--line-height-5);
      --letter-spacing: var(--letter-spacing-5);
    }
    .rt-Text.xs\:rt-r-size-6 {
      font-size: var(--font-size-6);
      --line-height: var(--line-height-6);
      --letter-spacing: var(--letter-spacing-6);
    }
    .rt-Text.xs\:rt-r-size-7 {
      font-size: var(--font-size-7);
      --line-height: var(--line-height-7);
      --letter-spacing: var(--letter-spacing-7);
    }
    .rt-Text.xs\:rt-r-size-8 {
      font-size: var(--font-size-8);
      --line-height: var(--line-height-8);
      --letter-spacing: var(--letter-spacing-8);
    }
    .rt-Text.xs\:rt-r-size-9 {
      font-size: var(--font-size-9);
      --line-height: var(--line-height-9);
      --letter-spacing: var(--letter-spacing-9);
    }
}
@media (min-width: 768px) {
    .rt-Text.sm\:rt-r-size-1 {
      font-size: var(--font-size-1);
      --line-height: var(--line-height-1);
      --letter-spacing: var(--letter-spacing-1);
    }
    .rt-Text.sm\:rt-r-size-2 {
      font-size: var(--font-size-2);
      --line-height: var(--line-height-2);
      --letter-spacing: var(--letter-spacing-2);
    }
    .rt-Text.sm\:rt-r-size-3 {
      font-size: var(--font-size-3);
      --line-height: var(--line-height-3);
      --letter-spacing: var(--letter-spacing-3);
    }
    .rt-Text.sm\:rt-r-size-4 {
      font-size: var(--font-size-4);
      --line-height: var(--line-height-4);
      --letter-spacing: var(--letter-spacing-4);
    }
    .rt-Text.sm\:rt-r-size-5 {
      font-size: var(--font-size-5);
      --line-height: var(--line-height-5);
      --letter-spacing: var(--letter-spacing-5);
    }
    .rt-Text.sm\:rt-r-size-6 {
      font-size: var(--font-size-6);
      --line-height: var(--line-height-6);
      --letter-spacing: var(--letter-spacing-6);
    }
    .rt-Text.sm\:rt-r-size-7 {
      font-size: var(--font-size-7);
      --line-height: var(--line-height-7);
      --letter-spacing: var(--letter-spacing-7);
    }
    .rt-Text.sm\:rt-r-size-8 {
      font-size: var(--font-size-8);
      --line-height: var(--line-height-8);
      --letter-spacing: var(--letter-spacing-8);
    }
    .rt-Text.sm\:rt-r-size-9 {
      font-size: var(--font-size-9);
      --line-height: var(--line-height-9);
      --letter-spacing: var(--letter-spacing-9);
    }
}
@media (min-width: 1024px) {
    .rt-Text.md\:rt-r-size-1 {
      font-size: var(--font-size-1);
      --line-height: var(--line-height-1);
      --letter-spacing: var(--letter-spacing-1);
    }
    .rt-Text.md\:rt-r-size-2 {
      font-size: var(--font-size-2);
      --line-height: var(--line-height-2);
      --letter-spacing: var(--letter-spacing-2);
    }
    .rt-Text.md\:rt-r-size-3 {
      font-size: var(--font-size-3);
      --line-height: var(--line-height-3);
      --letter-spacing: var(--letter-spacing-3);
    }
    .rt-Text.md\:rt-r-size-4 {
      font-size: var(--font-size-4);
      --line-height: var(--line-height-4);
      --letter-spacing: var(--letter-spacing-4);
    }
    .rt-Text.md\:rt-r-size-5 {
      font-size: var(--font-size-5);
      --line-height: var(--line-height-5);
      --letter-spacing: var(--letter-spacing-5);
    }
    .rt-Text.md\:rt-r-size-6 {
      font-size: var(--font-size-6);
      --line-height: var(--line-height-6);
      --letter-spacing: var(--letter-spacing-6);
    }
    .rt-Text.md\:rt-r-size-7 {
      font-size: var(--font-size-7);
      --line-height: var(--line-height-7);
      --letter-spacing: var(--letter-spacing-7);
    }
    .rt-Text.md\:rt-r-size-8 {
      font-size: var(--font-size-8);
      --line-height: var(--line-height-8);
      --letter-spacing: var(--letter-spacing-8);
    }
    .rt-Text.md\:rt-r-size-9 {
      font-size: var(--font-size-9);
      --line-height: var(--line-height-9);
      --letter-spacing: var(--letter-spacing-9);
    }
}
@media (min-width: 1280px) {
    .rt-Text.lg\:rt-r-size-1 {
      font-size: var(--font-size-1);
      --line-height: var(--line-height-1);
      --letter-spacing: var(--letter-spacing-1);
    }
    .rt-Text.lg\:rt-r-size-2 {
      font-size: var(--font-size-2);
      --line-height: var(--line-height-2);
      --letter-spacing: var(--letter-spacing-2);
    }
    .rt-Text.lg\:rt-r-size-3 {
      font-size: var(--font-size-3);
      --line-height: var(--line-height-3);
      --letter-spacing: var(--letter-spacing-3);
    }
    .rt-Text.lg\:rt-r-size-4 {
      font-size: var(--font-size-4);
      --line-height: var(--line-height-4);
      --letter-spacing: var(--letter-spacing-4);
    }
    .rt-Text.lg\:rt-r-size-5 {
      font-size: var(--font-size-5);
      --line-height: var(--line-height-5);
      --letter-spacing: var(--letter-spacing-5);
    }
    .rt-Text.lg\:rt-r-size-6 {
      font-size: var(--font-size-6);
      --line-height: var(--line-height-6);
      --letter-spacing: var(--letter-spacing-6);
    }
    .rt-Text.lg\:rt-r-size-7 {
      font-size: var(--font-size-7);
      --line-height: var(--line-height-7);
      --letter-spacing: var(--letter-spacing-7);
    }
    .rt-Text.lg\:rt-r-size-8 {
      font-size: var(--font-size-8);
      --line-height: var(--line-height-8);
      --letter-spacing: var(--letter-spacing-8);
    }
    .rt-Text.lg\:rt-r-size-9 {
      font-size: var(--font-size-9);
      --line-height: var(--line-height-9);
      --letter-spacing: var(--letter-spacing-9);
    }
}
@media (min-width: 1640px) {
    .rt-Text.xl\:rt-r-size-1 {
      font-size: var(--font-size-1);
      --line-height: var(--line-height-1);
      --letter-spacing: var(--letter-spacing-1);
    }
    .rt-Text.xl\:rt-r-size-2 {
      font-size: var(--font-size-2);
      --line-height: var(--line-height-2);
      --letter-spacing: var(--letter-spacing-2);
    }
    .rt-Text.xl\:rt-r-size-3 {
      font-size: var(--font-size-3);
      --line-height: var(--line-height-3);
      --letter-spacing: var(--letter-spacing-3);
    }
    .rt-Text.xl\:rt-r-size-4 {
      font-size: var(--font-size-4);
      --line-height: var(--line-height-4);
      --letter-spacing: var(--letter-spacing-4);
    }
    .rt-Text.xl\:rt-r-size-5 {
      font-size: var(--font-size-5);
      --line-height: var(--line-height-5);
      --letter-spacing: var(--letter-spacing-5);
    }
    .rt-Text.xl\:rt-r-size-6 {
      font-size: var(--font-size-6);
      --line-height: var(--line-height-6);
      --letter-spacing: var(--letter-spacing-6);
    }
    .rt-Text.xl\:rt-r-size-7 {
      font-size: var(--font-size-7);
      --line-height: var(--line-height-7);
      --letter-spacing: var(--letter-spacing-7);
    }
    .rt-Text.xl\:rt-r-size-8 {
      font-size: var(--font-size-8);
      --line-height: var(--line-height-8);
      --letter-spacing: var(--letter-spacing-8);
    }
    .rt-Text.xl\:rt-r-size-9 {
      font-size: var(--font-size-9);
      --line-height: var(--line-height-9);
      --letter-spacing: var(--letter-spacing-9);
    }
}
.rt-TooltipContent {
  padding: var(--space-1) var(--space-2);
  --tooltip-bg: var(--gray-12);
  background-color: var(--tooltip-bg);
  border-radius: max(var(--radius-2), var(--radius-full));

  transform-origin: var(--radix-tooltip-content-transform-origin);

  animation-duration: 200ms;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.rt-TooltipContent[data-state='delayed-open'][data-side='top'] {
      animation-name: slideUpAndFadeIn;
    }
.rt-TooltipContent[data-state='delayed-open'][data-side='bottom'] {
      animation-name: slideDownAndFadeIn;
    }
.rt-TooltipContent[data-state='delayed-open'][data-side='left'] {
      animation-name: slideLeftAndFadeIn;
    }
.rt-TooltipContent[data-state='delayed-open'][data-side='right'] {
      animation-name: slideRightAndFadeIn;
    }
.rt-TooltipText {
  color: var(--gray-1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
}
.rt-TooltipArrow {
  fill: var(--tooltip-bg);
}
/***************************************************************************************************
 *                                                                                                 *
 * VARIANTS                                                                                        *
 *                                                                                                 *
 ***************************************************************************************************/
.rt-TooltipContent.rt-multiline {
  max-width: 250px;
  border-radius: var(--radius-2);
}
.rt-TooltipContent.rt-multiline .rt-TooltipText {
    line-height: var(--default-line-height);
  }
@media all {
  .rt-r-ai-start {
    align-items: flex-start;
  }

  .rt-r-ai-center {
    align-items: center;
  }

  .rt-r-ai-end {
    align-items: flex-end;
  }

  .rt-r-ai-baseline {
    align-items: baseline;
  }

  .rt-r-ai-stretch {
    align-items: stretch;
  }
}
@media (min-width: 520px) {
  .xs\:rt-r-ai-start {
    align-items: flex-start;
  }

  .xs\:rt-r-ai-center {
    align-items: center;
  }

  .xs\:rt-r-ai-end {
    align-items: flex-end;
  }

  .xs\:rt-r-ai-baseline {
    align-items: baseline;
  }

  .xs\:rt-r-ai-stretch {
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .sm\:rt-r-ai-start {
    align-items: flex-start;
  }

  .sm\:rt-r-ai-center {
    align-items: center;
  }

  .sm\:rt-r-ai-end {
    align-items: flex-end;
  }

  .sm\:rt-r-ai-baseline {
    align-items: baseline;
  }

  .sm\:rt-r-ai-stretch {
    align-items: stretch;
  }
}
@media (min-width: 1024px) {
  .md\:rt-r-ai-start {
    align-items: flex-start;
  }

  .md\:rt-r-ai-center {
    align-items: center;
  }

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

  .md\:rt-r-ai-baseline {
    align-items: baseline;
  }

  .md\:rt-r-ai-stretch {
    align-items: stretch;
  }
}
@media (min-width: 1280px) {
  .lg\:rt-r-ai-start {
    align-items: flex-start;
  }

  .lg\:rt-r-ai-center {
    align-items: center;
  }

  .lg\:rt-r-ai-end {
    align-items: flex-end;
  }

  .lg\:rt-r-ai-baseline {
    align-items: baseline;
  }

  .lg\:rt-r-ai-stretch {
    align-items: stretch;
  }
}
@media (min-width: 1640px) {
  .xl\:rt-r-ai-start {
    align-items: flex-start;
  }

  .xl\:rt-r-ai-center {
    align-items: center;
  }

  .xl\:rt-r-ai-end {
    align-items: flex-end;
  }

  .xl\:rt-r-ai-baseline {
    align-items: baseline;
  }

  .xl\:rt-r-ai-stretch {
    align-items: stretch;
  }
}
@media all {
  .rt-r-as-start {
    align-self: flex-start;
  }

  .rt-r-as-center {
    align-self: center;
  }

  .rt-r-as-end {
    align-self: flex-end;
  }

  .rt-r-as-baseline {
    align-self: baseline;
  }

  .rt-r-as-stretch {
    align-self: stretch;
  }
}
@media (min-width: 520px) {
  .xs\:rt-r-as-start {
    align-self: flex-start;
  }

  .xs\:rt-r-as-center {
    align-self: center;
  }

  .xs\:rt-r-as-end {
    align-self: flex-end;
  }

  .xs\:rt-r-as-baseline {
    align-self: baseline;
  }

  .xs\:rt-r-as-stretch {
    align-self: stretch;
  }
}
@media (min-width: 768px) {
  .sm\:rt-r-as-start {
    align-self: flex-start;
  }

  .sm\:rt-r-as-center {
    align-self: center;
  }

  .sm\:rt-r-as-end {
    align-self: flex-end;
  }

  .sm\:rt-r-as-baseline {
    align-self: baseline;
  }

  .sm\:rt-r-as-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1024px) {
  .md\:rt-r-as-start {
    align-self: flex-start;
  }

  .md\:rt-r-as-center {
    align-self: center;
  }

  .md\:rt-r-as-end {
    align-self: flex-end;
  }

  .md\:rt-r-as-baseline {
    align-self: baseline;
  }

  .md\:rt-r-as-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1280px) {
  .lg\:rt-r-as-start {
    align-self: flex-start;
  }

  .lg\:rt-r-as-center {
    align-self: center;
  }

  .lg\:rt-r-as-end {
    align-self: flex-end;
  }

  .lg\:rt-r-as-baseline {
    align-self: baseline;
  }

  .lg\:rt-r-as-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1640px) {
  .xl\:rt-r-as-start {
    align-self: flex-start;
  }

  .xl\:rt-r-as-center {
    align-self: center;
  }

  .xl\:rt-r-as-end {
    align-self: flex-end;
  }

  .xl\:rt-r-as-baseline {
    align-self: baseline;
  }

  .xl\:rt-r-as-stretch {
    align-self: stretch;
  }
}
@media all {
  .rt-r-display-block {
    display: block;
  }

  .rt-r-display-inline {
    display: inline;
  }

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

  .rt-r-display-flex {
    display: flex;
  }

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

  .rt-r-display-grid {
    display: grid;
  }

  .rt-r-display-inline-grid {
    display: inline-grid;
  }

  .rt-r-display-none {
    display: none;
  }
}
@media (min-width: 520px) {
  .xs\:rt-r-display-block {
    display: block;
  }

  .xs\:rt-r-display-inline {
    display: inline;
  }

  .xs\:rt-r-display-inline-block {
    display: inline-block;
  }

  .xs\:rt-r-display-flex {
    display: flex;
  }

  .xs\:rt-r-display-inline-flex {
    display: inline-flex;
  }

  .xs\:rt-r-display-grid {
    display: grid;
  }

  .xs\:rt-r-display-inline-grid {
    display: inline-grid;
  }

  .xs\:rt-r-display-none {
    display: none;
  }
}
@media (min-width: 768px) {
  .sm\:rt-r-display-block {
    display: block;
  }

  .sm\:rt-r-display-inline {
    display: inline;
  }

  .sm\:rt-r-display-inline-block {
    display: inline-block;
  }

  .sm\:rt-r-display-flex {
    display: flex;
  }

  .sm\:rt-r-display-inline-flex {
    display: inline-flex;
  }

  .sm\:rt-r-display-grid {
    display: grid;
  }

  .sm\:rt-r-display-inline-grid {
    display: inline-grid;
  }

  .sm\:rt-r-display-none {
    display: none;
  }
}
@media (min-width: 1024px) {
  .md\:rt-r-display-block {
    display: block;
  }

  .md\:rt-r-display-inline {
    display: inline;
  }

  .md\:rt-r-display-inline-block {
    display: inline-block;
  }

  .md\:rt-r-display-flex {
    display: flex;
  }

  .md\:rt-r-display-inline-flex {
    display: inline-flex;
  }

  .md\:rt-r-display-grid {
    display: grid;
  }

  .md\:rt-r-display-inline-grid {
    display: inline-grid;
  }

  .md\:rt-r-display-none {
    display: none;
  }
}
@media (min-width: 1280px) {
  .lg\:rt-r-display-block {
    display: block;
  }

  .lg\:rt-r-display-inline {
    display: inline;
  }

  .lg\:rt-r-display-inline-block {
    display: inline-block;
  }

  .lg\:rt-r-display-flex {
    display: flex;
  }

  .lg\:rt-r-display-inline-flex {
    display: inline-flex;
  }

  .lg\:rt-r-display-grid {
    display: grid;
  }

  .lg\:rt-r-display-inline-grid {
    display: inline-grid;
  }

  .lg\:rt-r-display-none {
    display: none;
  }
}
@media (min-width: 1640px) {
  .xl\:rt-r-display-block {
    display: block;
  }

  .xl\:rt-r-display-inline {
    display: inline;
  }

  .xl\:rt-r-display-inline-block {
    display: inline-block;
  }

  .xl\:rt-r-display-flex {
    display: flex;
  }

  .xl\:rt-r-display-inline-flex {
    display: inline-flex;
  }

  .xl\:rt-r-display-grid {
    display: grid;
  }

  .xl\:rt-r-display-inline-grid {
    display: inline-grid;
  }

  .xl\:rt-r-display-none {
    display: none;
  }
}
@media all {
  .rt-r-fd-row {
    flex-direction: row;
  }

  .rt-r-fd-column {
    flex-direction: column;
  }

  .rt-r-fd-row-reverse {
    flex-direction: row-reverse;
  }

  .rt-r-fd-column-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 520px) {
  .xs\:rt-r-fd-row {
    flex-direction: row;
  }

  .xs\:rt-r-fd-column {
    flex-direction: column;
  }

  .xs\:rt-r-fd-row-reverse {
    flex-direction: row-reverse;
  }

  .xs\:rt-r-fd-column-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .sm\:rt-r-fd-row {
    flex-direction: row;
  }

  .sm\:rt-r-fd-column {
    flex-direction: column;
  }

  .sm\:rt-r-fd-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:rt-r-fd-column-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .md\:rt-r-fd-row {
    flex-direction: row;
  }

  .md\:rt-r-fd-column {
    flex-direction: column;
  }

  .md\:rt-r-fd-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:rt-r-fd-column-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1280px) {
  .lg\:rt-r-fd-row {
    flex-direction: row;
  }

  .lg\:rt-r-fd-column {
    flex-direction: column;
  }

  .lg\:rt-r-fd-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:rt-r-fd-column-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1640px) {
  .xl\:rt-r-fd-row {
    flex-direction: row;
  }

  .xl\:rt-r-fd-column {
    flex-direction: column;
  }

  .xl\:rt-r-fd-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:rt-r-fd-column-reverse {
    flex-direction: column-reverse;
  }
}
@media all {
  .rt-r-fg-0 {
    flex-grow: 0;
  }

  .rt-r-fg-1 {
    flex-grow: 1;
  }
}
@media (min-width: 520px) {
  .xs\:rt-r-fg-0 {
    flex-grow: 0;
  }

  .xs\:rt-r-fg-1 {
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .sm\:rt-r-fg-0 {
    flex-grow: 0;
  }

  .sm\:rt-r-fg-1 {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .md\:rt-r-fg-0 {
    flex-grow: 0;
  }

  .md\:rt-r-fg-1 {
    flex-grow: 1;
  }
}
@media (min-width: 1280px) {
  .lg\:rt-r-fg-0 {
    flex-grow: 0;
  }

  .lg\:rt-r-fg-1 {
    flex-grow: 1;
  }
}
@media (min-width: 1640px) {
  .xl\:rt-r-fg-0 {
    flex-grow: 0;
  }

  .xl\:rt-r-fg-1 {
    flex-grow: 1;
  }
}
@media all {
  .rt-r-fs-0 {
    flex-shrink: 0;
  }

  .rt-r-fs-1 {
    flex-shrink: 1;
  }
}
@media (min-width: 520px) {
  .xs\:rt-r-fs-0 {
    flex-shrink: 0;
  }

  .xs\:rt-r-fs-1 {
    flex-shrink: 1;
  }
}
@media (min-width: 768px) {
  .sm\:rt-r-fs-0 {
    flex-shrink: 0;
  }

  .sm\:rt-r-fs-1 {
    flex-shrink: 1;
  }
}
@media (min-width: 1024px) {
  .md\:rt-r-fs-0 {
    flex-shrink: 0;
  }

  .md\:rt-r-fs-1 {
    flex-shrink: 1;
  }
}
@media (min-width: 1280px) {
  .lg\:rt-r-fs-0 {
    flex-shrink: 0;
  }

  .lg\:rt-r-fs-1 {
    flex-shrink: 1;
  }
}
@media (min-width: 1640px) {
  .xl\:rt-r-fs-0 {
    flex-shrink: 0;
  }

  .xl\:rt-r-fs-1 {
    flex-shrink: 1;
  }
}
@media all {
  .rt-r-fw-nowrap {
    flex-wrap: nowrap;
  }

  .rt-r-fw-wrap {
    flex-wrap: wrap;
  }

  .rt-r-fw-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media (min-width: 520px) {
  .xs\:rt-r-fw-nowrap {
    flex-wrap: nowrap;
  }

  .xs\:rt-r-fw-wrap {
    flex-wrap: wrap;
  }

  .xs\:rt-r-fw-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media (min-width: 768px) {
  .sm\:rt-r-fw-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:rt-r-fw-wrap {
    flex-wrap: wrap;
  }

  .sm\:rt-r-fw-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media (min-width: 1024px) {
  .md\:rt-r-fw-nowrap {
    flex-wrap: nowrap;
  }

  .md\:rt-r-fw-wrap {
    flex-wrap: wrap;
  }

  .md\:rt-r-fw-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media (min-width: 1280px) {
  .lg\:rt-r-fw-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:rt-r-fw-wrap {
    flex-wrap: wrap;
  }

  .lg\:rt-r-fw-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media (min-width: 1640px) {
  .xl\:rt-r-fw-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:rt-r-fw-wrap {
    flex-wrap: wrap;
  }

  .xl\:rt-r-fw-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media all {
  .rt-r-weight-light {
    font-weight: var(--font-weight-light);
  }

  .rt-r-weight-regular {
    font-weight: var(--font-weight-regular);
  }

  .rt-r-weight-medium {
    font-weight: var(--font-weight-medium);
  }

  .rt-r-weight-bold {
    font-weight: var(--font-weight-bold);
  }
}
@media (min-width: 520px) {
  .xs\:rt-r-weight-light {
    font-weight: var(--font-weight-light);
  }

  .xs\:rt-r-weight-regular {
    font-weight: var(--font-weight-regular);
  }

  .xs\:rt-r-weight-medium {
    font-weight: var(--font-weight-medium);
  }

  .xs\:rt-r-weight-bold {
    font-weight: var(--font-weight-bold);
  }
}
@media (min-width: 768px) {
  .sm\:rt-r-weight-light {
    font-weight: var(--font-weight-light);
  }

  .sm\:rt-r-weight-regular {
    font-weight: var(--font-weight-regular);
  }

  .sm\:rt-r-weight-medium {
    font-weight: var(--font-weight-medium);
  }

  .sm\:rt-r-weight-bold {
    font-weight: var(--font-weight-bold);
  }
}
@media (min-width: 1024px) {
  .md\:rt-r-weight-light {
    font-weight: var(--font-weight-light);
  }

  .md\:rt-r-weight-regular {
    font-weight: var(--font-weight-regular);
  }

  .md\:rt-r-weight-medium {
    font-weight: var(--font-weight-medium);
  }

  .md\:rt-r-weight-bold {
    font-weight: var(--font-weight-bold);
  }
}
@media (min-width: 1280px) {
  .lg\:rt-r-weight-light {
    font-weight: var(--font-weight-light);
  }

  .lg\:rt-r-weight-regular {
    font-weight: var(--font-weight-regular);
  }

  .lg\:rt-r-weight-medium {
    font-weight: var(--font-weight-medium);
  }

  .lg\:rt-r-weight-bold {
    font-weight: var(--font-weight-bold);
  }
}
@media (min-width: 1640px) {
  .xl\:rt-r-weight-light {
    font-weight: var(--font-weight-light);
  }

  .xl\:rt-r-weight-regular {
    font-weight: var(--font-weight-regular);
  }

  .xl\:rt-r-weight-medium {
    font-weight: var(--font-weight-medium);
  }

  .xl\:rt-r-weight-bold {
    font-weight: var(--font-weight-bold);
  }
}
@media all {
  .rt-r-gap-0 {
    gap: 0;
  }

  .rt-r-gap-1 {
    gap: var(--space-1);
  }

  .rt-r-gap-2 {
    gap: var(--space-2);
  }

  .rt-r-gap-3 {
    gap: var(--space-3);
  }

  .rt-r-gap-4 {
    gap: var(--space-4);
  }

  .rt-r-gap-5 {
    gap: var(--space-5);
  }

  .rt-r-gap-6 {
    gap: var(--space-6);
  }

  .rt-r-gap-7 {
    gap: var(--space-7);
  }

  .rt-r-gap-8 {
    gap: var(--space-8);
  }

  .rt-r-gap-9 {
    gap: var(--space-9);
  }

  .rt-r-cg-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .rt-r-cg-1 {
    -moz-column-gap: var(--space-1);
         column-gap: var(--space-1);
  }

  .rt-r-cg-2 {
    -moz-column-gap: var(--space-2);
         column-gap: var(--space-2);
  }

  .rt-r-cg-3 {
    -moz-column-gap: var(--space-3);
         column-gap: var(--space-3);
  }

  .rt-r-cg-4 {
    -moz-column-gap: var(--space-4);
         column-gap: var(--space-4);
  }

  .rt-r-cg-5 {
    -moz-column-gap: var(--space-5);
         column-gap: var(--space-5);
  }

  .rt-r-cg-6 {
    -moz-column-gap: var(--space-6);
         column-gap: var(--space-6);
  }

  .rt-r-cg-7 {
    -moz-column-gap: var(--space-7);
         column-gap: var(--space-7);
  }

  .rt-r-cg-8 {
    -moz-column-gap: var(--space-8);
         column-gap: var(--space-8);
  }

  .rt-r-cg-9 {
    -moz-column-gap: var(--space-9);
         column-gap: var(--space-9);
  }

  .rt-r-rg-0 {
    row-gap: 0;
  }

  .rt-r-rg-1 {
    row-gap: var(--space-1);
  }

  .rt-r-rg-2 {
    row-gap: var(--space-2);
  }

  .rt-r-rg-3 {
    row-gap: var(--space-3);
  }

  .rt-r-rg-4 {
    row-gap: var(--space-4);
  }

  .rt-r-rg-5 {
    row-gap: var(--space-5);
  }

  .rt-r-rg-6 {
    row-gap: var(--space-6);
  }

  .rt-r-rg-7 {
    row-gap: var(--space-7);
  }

  .rt-r-rg-8 {
    row-gap: var(--space-8);
  }

  .rt-r-rg-9 {
    row-gap: var(--space-9);
  }
}
@media (min-width: 520px) {
  .xs\:rt-r-gap-0 {
    gap: 0;
  }

  .xs\:rt-r-gap-1 {
    gap: var(--space-1);
  }

  .xs\:rt-r-gap-2 {
    gap: var(--space-2);
  }

  .xs\:rt-r-gap-3 {
    gap: var(--space-3);
  }

  .xs\:rt-r-gap-4 {
    gap: var(--space-4);
  }

  .xs\:rt-r-gap-5 {
    gap: var(--space-5);
  }

  .xs\:rt-r-gap-6 {
    gap: var(--space-6);
  }

  .xs\:rt-r-gap-7 {
    gap: var(--space-7);
  }

  .xs\:rt-r-gap-8 {
    gap: var(--space-8);
  }

  .xs\:rt-r-gap-9 {
    gap: var(--space-9);
  }

  .xs\:rt-r-cg-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .xs\:rt-r-cg-1 {
    -moz-column-gap: var(--space-1);
         column-gap: var(--space-1);
  }

  .xs\:rt-r-cg-2 {
    -moz-column-gap: var(--space-2);
         column-gap: var(--space-2);
  }

  .xs\:rt-r-cg-3 {
    -moz-column-gap: var(--space-3);
         column-gap: var(--space-3);
  }

  .xs\:rt-r-cg-4 {
    -moz-column-gap: var(--space-4);
         column-gap: var(--space-4);
  }

  .xs\:rt-r-cg-5 {
    -moz-column-gap: var(--space-5);
         column-gap: var(--space-5);
  }

  .xs\:rt-r-cg-6 {
    -moz-column-gap: var(--space-6);
         column-gap: var(--space-6);
  }

  .xs\:rt-r-cg-7 {
    -moz-column-gap: var(--space-7);
         column-gap: var(--space-7);
  }

  .xs\:rt-r-cg-8 {
    -moz-column-gap: var(--space-8);
         column-gap: var(--space-8);
  }

  .xs\:rt-r-cg-9 {
    -moz-column-gap: var(--space-9);
         column-gap: var(--space-9);
  }

  .xs\:rt-r-rg-0 {
    row-gap: 0;
  }

  .xs\:rt-r-rg-1 {
    row-gap: var(--space-1);
  }

  .xs\:rt-r-rg-2 {
    row-gap: var(--space-2);
  }

  .xs\:rt-r-rg-3 {
    row-gap: var(--space-3);
  }

  .xs\:rt-r-rg-4 {
    row-gap: var(--space-4);
  }

  .xs\:rt-r-rg-5 {
    row-gap: var(--space-5);
  }

  .xs\:rt-r-rg-6 {
    row-gap: var(--space-6);
  }

  .xs\:rt-r-rg-7 {
    row-gap: var(--space-7);
  }

  .xs\:rt-r-rg-8 {
    row-gap: var(--space-8);
  }

  .xs\:rt-r-rg-9 {
    row-gap: var(--space-9);
  }
}
@media (min-width: 768px) {
  .sm\:rt-r-gap-0 {
    gap: 0;
  }

  .sm\:rt-r-gap-1 {
    gap: var(--space-1);
  }

  .sm\:rt-r-gap-2 {
    gap: var(--space-2);
  }

  .sm\:rt-r-gap-3 {
    gap: var(--space-3);
  }

  .sm\:rt-r-gap-4 {
    gap: var(--space-4);
  }

  .sm\:rt-r-gap-5 {
    gap: var(--space-5);
  }

  .sm\:rt-r-gap-6 {
    gap: var(--space-6);
  }

  .sm\:rt-r-gap-7 {
    gap: var(--space-7);
  }

  .sm\:rt-r-gap-8 {
    gap: var(--space-8);
  }

  .sm\:rt-r-gap-9 {
    gap: var(--space-9);
  }

  .sm\:rt-r-cg-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .sm\:rt-r-cg-1 {
    -moz-column-gap: var(--space-1);
         column-gap: var(--space-1);
  }

  .sm\:rt-r-cg-2 {
    -moz-column-gap: var(--space-2);
         column-gap: var(--space-2);
  }

  .sm\:rt-r-cg-3 {
    -moz-column-gap: var(--space-3);
         column-gap: var(--space-3);
  }

  .sm\:rt-r-cg-4 {
    -moz-column-gap: var(--space-4);
         column-gap: var(--space-4);
  }

  .sm\:rt-r-cg-5 {
    -moz-column-gap: var(--space-5);
         column-gap: var(--space-5);
  }

  .sm\:rt-r-cg-6 {
    -moz-column-gap: var(--space-6);
         column-gap: var(--space-6);
  }

  .sm\:rt-r-cg-7 {
    -moz-column-gap: var(--space-7);
         column-gap: var(--space-7);
  }

  .sm\:rt-r-cg-8 {
    -moz-column-gap: var(--space-8);
         column-gap: var(--space-8);
  }

  .sm\:rt-r-cg-9 {
    -moz-column-gap: var(--space-9);
         column-gap: var(--space-9);
  }

  .sm\:rt-r-rg-0 {
    row-gap: 0;
  }

  .sm\:rt-r-rg-1 {
    row-gap: var(--space-1);
  }

  .sm\:rt-r-rg-2 {
    row-gap: var(--space-2);
  }

  .sm\:rt-r-rg-3 {
    row-gap: var(--space-3);
  }

  .sm\:rt-r-rg-4 {
    row-gap: var(--space-4);
  }

  .sm\:rt-r-rg-5 {
    row-gap: var(--space-5);
  }

  .sm\:rt-r-rg-6 {
    row-gap: var(--space-6);
  }

  .sm\:rt-r-rg-7 {
    row-gap: var(--space-7);
  }

  .sm\:rt-r-rg-8 {
    row-gap: var(--space-8);
  }

  .sm\:rt-r-rg-9 {
    row-gap: var(--space-9);
  }
}
@media (min-width: 1024px) {
  .md\:rt-r-gap-0 {
    gap: 0;
  }

  .md\:rt-r-gap-1 {
    gap: var(--space-1);
  }

  .md\:rt-r-gap-2 {
    gap: var(--space-2);
  }

  .md\:rt-r-gap-3 {
    gap: var(--space-3);
  }

  .md\:rt-r-gap-4 {
    gap: var(--space-4);
  }

  .md\:rt-r-gap-5 {
    gap: var(--space-5);
  }

  .md\:rt-r-gap-6 {
    gap: var(--space-6);
  }

  .md\:rt-r-gap-7 {
    gap: var(--space-7);
  }

  .md\:rt-r-gap-8 {
    gap: var(--space-8);
  }

  .md\:rt-r-gap-9 {
    gap: var(--space-9);
  }

  .md\:rt-r-cg-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .md\:rt-r-cg-1 {
    -moz-column-gap: var(--space-1);
         column-gap: var(--space-1);
  }

  .md\:rt-r-cg-2 {
    -moz-column-gap: var(--space-2);
         column-gap: var(--space-2);
  }

  .md\:rt-r-cg-3 {
    -moz-column-gap: var(--space-3);
         column-gap: var(--space-3);
  }

  .md\:rt-r-cg-4 {
    -moz-column-gap: var(--space-4);
         column-gap: var(--space-4);
  }

  .md\:rt-r-cg-5 {
    -moz-column-gap: var(--space-5);
         column-gap: var(--space-5);
  }

  .md\:rt-r-cg-6 {
    -moz-column-gap: var(--space-6);
         column-gap: var(--space-6);
  }

  .md\:rt-r-cg-7 {
    -moz-column-gap: var(--space-7);
         column-gap: var(--space-7);
  }

  .md\:rt-r-cg-8 {
    -moz-column-gap: var(--space-8);
         column-gap: var(--space-8);
  }

  .md\:rt-r-cg-9 {
    -moz-column-gap: var(--space-9);
         column-gap: var(--space-9);
  }

  .md\:rt-r-rg-0 {
    row-gap: 0;
  }

  .md\:rt-r-rg-1 {
    row-gap: var(--space-1);
  }

  .md\:rt-r-rg-2 {
    row-gap: var(--space-2);
  }

  .md\:rt-r-rg-3 {
    row-gap: var(--space-3);
  }

  .md\:rt-r-rg-4 {
    row-gap: var(--space-4);
  }

  .md\:rt-r-rg-5 {
    row-gap: var(--space-5);
  }

  .md\:rt-r-rg-6 {
    row-gap: var(--space-6);
  }

  .md\:rt-r-rg-7 {
    row-gap: var(--space-7);
  }

  .md\:rt-r-rg-8 {
    row-gap: var(--space-8);
  }

  .md\:rt-r-rg-9 {
    row-gap: var(--space-9);
  }
}
@media (min-width: 1280px) {
  .lg\:rt-r-gap-0 {
    gap: 0;
  }

  .lg\:rt-r-gap-1 {
    gap: var(--space-1);
  }

  .lg\:rt-r-gap-2 {
    gap: var(--space-2);
  }

  .lg\:rt-r-gap-3 {
    gap: var(--space-3);
  }

  .lg\:rt-r-gap-4 {
    gap: var(--space-4);
  }

  .lg\:rt-r-gap-5 {
    gap: var(--space-5);
  }

  .lg\:rt-r-gap-6 {
    gap: var(--space-6);
  }

  .lg\:rt-r-gap-7 {
    gap: var(--space-7);
  }

  .lg\:rt-r-gap-8 {
    gap: var(--space-8);
  }

  .lg\:rt-r-gap-9 {
    gap: var(--space-9);
  }

  .lg\:rt-r-cg-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .lg\:rt-r-cg-1 {
    -moz-column-gap: var(--space-1);
         column-gap: var(--space-1);
  }

  .lg\:rt-r-cg-2 {
    -moz-column-gap: var(--space-2);
         column-gap: var(--space-2);
  }

  .lg\:rt-r-cg-3 {
    -moz-column-gap: var(--space-3);
         column-gap: var(--space-3);
  }

  .lg\:rt-r-cg-4 {
    -moz-column-gap: var(--space-4);
         column-gap: var(--space-4);
  }

  .lg\:rt-r-cg-5 {
    -moz-column-gap: var(--space-5);
         column-gap: var(--space-5);
  }

  .lg\:rt-r-cg-6 {
    -moz-column-gap: var(--space-6);
         column-gap: var(--space-6);
  }

  .lg\:rt-r-cg-7 {
    -moz-column-gap: var(--space-7);
         column-gap: var(--space-7);
  }

  .lg\:rt-r-cg-8 {
    -moz-column-gap: var(--space-8);
         column-gap: var(--space-8);
  }

  .lg\:rt-r-cg-9 {
    -moz-column-gap: var(--space-9);
         column-gap: var(--space-9);
  }

  .lg\:rt-r-rg-0 {
    row-gap: 0;
  }

  .lg\:rt-r-rg-1 {
    row-gap: var(--space-1);
  }

  .lg\:rt-r-rg-2 {
    row-gap: var(--space-2);
  }

  .lg\:rt-r-rg-3 {
    row-gap: var(--space-3);
  }

  .lg\:rt-r-rg-4 {
    row-gap: var(--space-4);
  }

  .lg\:rt-r-rg-5 {
    row-gap: var(--space-5);
  }

  .lg\:rt-r-rg-6 {
    row-gap: var(--space-6);
  }

  .lg\:rt-r-rg-7 {
    row-gap: var(--space-7);
  }

  .lg\:rt-r-rg-8 {
    row-gap: var(--space-8);
  }

  .lg\:rt-r-rg-9 {
    row-gap: var(--space-9);
  }
}
@media (min-width: 1640px) {
  .xl\:rt-r-gap-0 {
    gap: 0;
  }

  .xl\:rt-r-gap-1 {
    gap: var(--space-1);
  }

  .xl\:rt-r-gap-2 {
    gap: var(--space-2);
  }

  .xl\:rt-r-gap-3 {
    gap: var(--space-3);
  }

  .xl\:rt-r-gap-4 {
    gap: var(--space-4);
  }

  .xl\:rt-r-gap-5 {
    gap: var(--space-5);
  }

  .xl\:rt-r-gap-6 {
    gap: var(--space-6);
  }

  .xl\:rt-r-gap-7 {
    gap: var(--space-7);
  }

  .xl\:rt-r-gap-8 {
    gap: var(--space-8);
  }

  .xl\:rt-r-gap-9 {
    gap: var(--space-9);
  }

  .xl\:rt-r-cg-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .xl\:rt-r-cg-1 {
    -moz-column-gap: var(--space-1);
         column-gap: var(--space-1);
  }

  .xl\:rt-r-cg-2 {
    -moz-column-gap: var(--space-2);
         column-gap: var(--space-2);
  }

  .xl\:rt-r-cg-3 {
    -moz-column-gap: var(--space-3);
         column-gap: var(--space-3);
  }

  .xl\:rt-r-cg-4 {
    -moz-column-gap: var(--space-4);
         column-gap: var(--space-4);
  }

  .xl\:rt-r-cg-5 {
    -moz-column-gap: var(--space-5);
         column-gap: var(--space-5);
  }

  .xl\:rt-r-cg-6 {
    -moz-column-gap: var(--space-6);
         column-gap: var(--space-6);
  }

  .xl\:rt-r-cg-7 {
    -moz-column-gap: var(--space-7);
         column-gap: var(--space-7);
  }

  .xl\:rt-r-cg-8 {
    -moz-column-gap: var(--space-8);
         column-gap: var(--space-8);
  }

  .xl\:rt-r-cg-9 {
    -moz-column-gap: var(--space-9);
         column-gap: var(--space-9);
  }

  .xl\:rt-r-rg-0 {
    row-gap: 0;
  }

  .xl\:rt-r-rg-1 {
    row-gap: var(--space-1);
  }

  .xl\:rt-r-rg-2 {
    row-gap: var(--space-2);
  }

  .xl\:rt-r-rg-3 {
    row-gap: var(--space-3);
  }

  .xl\:rt-r-rg-4 {
    row-gap: var(--space-4);
  }

  .xl\:rt-r-rg-5 {
    row-gap: var(--space-5);
  }

  .xl\:rt-r-rg-6 {
    row-gap: var(--space-6);
  }

  .xl\:rt-r-rg-7 {
    row-gap: var(--space-7);
  }

  .xl\:rt-r-rg-8 {
    row-gap: var(--space-8);
  }

  .xl\:rt-r-rg-9 {
    row-gap: var(--space-9);
  }
}
@media all {
  .rt-r-gaf-row {
    grid-auto-flow: row;
  }

  .rt-r-gaf-column {
    grid-auto-flow: column;
  }

  .rt-r-gaf-dense {
    grid-auto-flow: dense;
  }

  .rt-r-gaf-row-dense {
    grid-auto-flow: row dense;
  }

  .rt-r-gaf-column-dense {
    grid-auto-flow: column dense;
  }
}
@media (min-width: 520px) {
  .xs\:rt-r-gaf-row {
    grid-auto-flow: row;
  }

  .xs\:rt-r-gaf-column {
    grid-auto-flow: column;
  }

  .xs\:rt-r-gaf-dense {
    grid-auto-flow: dense;
  }

  .xs\:rt-r-gaf-row-dense {
    grid-auto-flow: row dense;
  }

  .xs\:rt-r-gaf-column-dense {
    grid-auto-flow: column dense;
  }
}
@media (min-width: 768px) {
  .sm\:rt-r-gaf-row {
    grid-auto-flow: row;
  }

  .sm\:rt-r-gaf-column {
    grid-auto-flow: column;
  }

  .sm\:rt-r-gaf-dense {
    grid-auto-flow: dense;
  }

  .sm\:rt-r-gaf-row-dense {
    grid-auto-flow: row dense;
  }

  .sm\:rt-r-gaf-column-dense {
    grid-auto-flow: column dense;
  }
}
@media (min-width: 1024px) {
  .md\:rt-r-gaf-row {
    grid-auto-flow: row;
  }

  .md\:rt-r-gaf-column {
    grid-auto-flow: column;
  }

  .md\:rt-r-gaf-dense {
    grid-auto-flow: dense;
  }

  .md\:rt-r-gaf-row-dense {
    grid-auto-flow: row dense;
  }

  .md\:rt-r-gaf-column-dense {
    grid-auto-flow: column dense;
  }
}
@media (min-width: 1280px) {
  .lg\:rt-r-gaf-row {
    grid-auto-flow: row;
  }

  .lg\:rt-r-gaf-column {
    grid-auto-flow: column;
  }

  .lg\:rt-r-gaf-dense {
    grid-auto-flow: dense;
  }

  .lg\:rt-r-gaf-row-dense {
    grid-auto-flow: row dense;
  }

  .lg\:rt-r-gaf-column-dense {
    grid-auto-flow: column dense;
  }
}
@media (min-width: 1640px) {
  .xl\:rt-r-gaf-row {
    grid-auto-flow: row;
  }

  .xl\:rt-r-gaf-column {
    grid-auto-flow: column;
  }

  .xl\:rt-r-gaf-dense {
    grid-auto-flow: dense;
  }

  .xl\:rt-r-gaf-row-dense {
    grid-auto-flow: row dense;
  }

  .xl\:rt-r-gaf-column-dense {
    grid-auto-flow: column dense;
  }
}
@media all {
  .rt-r-h-auto {
    height: auto;
  }

  .rt-r-h-max-content {
    height: -moz-max-content;
    height: max-content;
  }

  .rt-r-h-min-content {
    height: -moz-min-content;
    height: min-content;
  }

  .rt-r-h-0 {
    height: 0;
  }

  .rt-r-h-1 {
    height: var(--space-1);
  }

  .rt-r-h-2 {
    height: var(--space-2);
  }

  .rt-r-h-3 {
    height: var(--space-3);
  }

  .rt-r-h-4 {
    height: var(--space-4);
  }

  .rt-r-h-5 {
    height: var(--space-5);
  }

  .rt-r-h-6 {
    height: var(--space-6);
  }

  .rt-r-h-7 {
    height: var(--space-7);
  }

  .rt-r-h-8 {
    height: var(--space-8);
  }

  .rt-r-h-9 {
    height: var(--space-9);
  }

  .rt-r-h-50\% {
    height: 50%;
  }

  .rt-r-h-100\% {
    height: 100%;
  }
}
@media (min-width: 520px) {
  .xs\:rt-r-h-auto {
    height: auto;
  }

  .xs\:rt-r-h-max-content {
    height: -moz-max-content;
    height: max-content;
  }

  .xs\:rt-r-h-min-content {
    height: -moz-min-content;
    height: min-content;
  }

  .xs\:rt-r-h-0 {
    height: 0;
  }

  .xs\:rt-r-h-1 {
    height: var(--space-1);
  }

  .xs\:rt-r-h-2 {
    height: var(--space-2);
  }

  .xs\:rt-r-h-3 {
    height: var(--space-3);
  }

  .xs\:rt-r-h-4 {
    height: var(--space-4);
  }

  .xs\:rt-r-h-5 {
    height: var(--space-5);
  }

  .xs\:rt-r-h-6 {
    height: var(--space-6);
  }

  .xs\:rt-r-h-7 {
    height: var(--space-7);
  }

  .xs\:rt-r-h-8 {
    height: var(--space-8);
  }

  .xs\:rt-r-h-9 {
    height: var(--space-9);
  }

  .xs\:rt-r-h-50\% {
    height: 50%;
  }

  .xs\:rt-r-h-100\% {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .sm\:rt-r-h-auto {
    height: auto;
  }

  .sm\:rt-r-h-max-content {
    height: -moz-max-content;
    height: max-content;
  }

  .sm\:rt-r-h-min-content {
    height: -moz-min-content;
    height: min-content;
  }

  .sm\:rt-r-h-0 {
    height: 0;
  }

  .sm\:rt-r-h-1 {
    height: var(--space-1);
  }

  .sm\:rt-r-h-2 {
    height: var(--space-2);
  }

  .sm\:rt-r-h-3 {
    height: var(--space-3);
  }

  .sm\:rt-r-h-4 {
    height: var(--space-4);
  }

  .sm\:rt-r-h-5 {
    height: var(--space-5);
  }

  .sm\:rt-r-h-6 {
    height: var(--space-6);
  }

  .sm\:rt-r-h-7 {
    height: var(--space-7);
  }

  .sm\:rt-r-h-8 {
    height: var(--space-8);
  }

  .sm\:rt-r-h-9 {
    height: var(--space-9);
  }

  .sm\:rt-r-h-50\% {
    height: 50%;
  }

  .sm\:rt-r-h-100\% {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .md\:rt-r-h-auto {
    height: auto;
  }

  .md\:rt-r-h-max-content {
    height: -moz-max-content;
    height: max-content;
  }

  .md\:rt-r-h-min-content {
    height: -moz-min-content;
    height: min-content;
  }

  .md\:rt-r-h-0 {
    height: 0;
  }

  .md\:rt-r-h-1 {
    height: var(--space-1);
  }

  .md\:rt-r-h-2 {
    height: var(--space-2);
  }

  .md\:rt-r-h-3 {
    height: var(--space-3);
  }

  .md\:rt-r-h-4 {
    height: var(--space-4);
  }

  .md\:rt-r-h-5 {
    height: var(--space-5);
  }

  .md\:rt-r-h-6 {
    height: var(--space-6);
  }

  .md\:rt-r-h-7 {
    height: var(--space-7);
  }

  .md\:rt-r-h-8 {
    height: var(--space-8);
  }

  .md\:rt-r-h-9 {
    height: var(--space-9);
  }

  .md\:rt-r-h-50\% {
    height: 50%;
  }

  .md\:rt-r-h-100\% {
    height: 100%;
  }
}
@media (min-width: 1280px) {
  .lg\:rt-r-h-auto {
    height: auto;
  }

  .lg\:rt-r-h-max-content {
    height: -moz-max-content;
    height: max-content;
  }

  .lg\:rt-r-h-min-content {
    height: -moz-min-content;
    height: min-content;
  }

  .lg\:rt-r-h-0 {
    height: 0;
  }

  .lg\:rt-r-h-1 {
    height: var(--space-1);
  }

  .lg\:rt-r-h-2 {
    height: var(--space-2);
  }

  .lg\:rt-r-h-3 {
    height: var(--space-3);
  }

  .lg\:rt-r-h-4 {
    height: var(--space-4);
  }

  .lg\:rt-r-h-5 {
    height: var(--space-5);
  }

  .lg\:rt-r-h-6 {
    height: var(--space-6);
  }

  .lg\:rt-r-h-7 {
    height: var(--space-7);
  }

  .lg\:rt-r-h-8 {
    height: var(--space-8);
  }

  .lg\:rt-r-h-9 {
    height: var(--space-9);
  }

  .lg\:rt-r-h-50\% {
    height: 50%;
  }

  .lg\:rt-r-h-100\% {
    height: 100%;
  }
}
@media (min-width: 1640px) {
  .xl\:rt-r-h-auto {
    height: auto;
  }

  .xl\:rt-r-h-max-content {
    height: -moz-max-content;
    height: max-content;
  }

  .xl\:rt-r-h-min-content {
    height: -moz-min-content;
    height: min-content;
  }

  .xl\:rt-r-h-0 {
    height: 0;
  }

  .xl\:rt-r-h-1 {
    height: var(--space-1);
  }

  .xl\:rt-r-h-2 {
    height: var(--space-2);
  }

  .xl\:rt-r-h-3 {
    height: var(--space-3);
  }

  .xl\:rt-r-h-4 {
    height: var(--space-4);
  }

  .xl\:rt-r-h-5 {
    height: var(--space-5);
  }

  .xl\:rt-r-h-6 {
    height: var(--space-6);
  }

  .xl\:rt-r-h-7 {
    height: var(--space-7);
  }

  .xl\:rt-r-h-8 {
    height: var(--space-8);
  }

  .xl\:rt-r-h-9 {
    height: var(--space-9);
  }

  .xl\:rt-r-h-50\% {
    height: 50%;
  }

  .xl\:rt-r-h-100\% {
    height: 100%;
  }
}
@media all {
  .rt-r-inset-auto {
    inset: auto;
  }

  .rt-r-top-auto {
    top: auto;
  }

  .rt-r-right-auto {
    right: auto;
  }

  .rt-r-bottom-auto {
    bottom: auto;
  }

  .rt-r-left-auto {
    left: auto;
  }

  .rt-r-inset-0 {
    inset: 0;
  }

  .rt-r-top-0 {
    top: 0;
  }

  .rt-r-right-0 {
    right: 0;
  }

  .rt-r-bottom-0 {
    bottom: 0;
  }

  .rt-r-left-0 {
    left: 0;
  }

  .rt-r-inset-50\% {
    inset: 50%;
  }

  .rt-r-top-50\% {
    top: 50%;
  }

  .rt-r-right-50\% {
    right: 50%;
  }

  .rt-r-bottom-50\% {
    bottom: 50%;
  }

  .rt-r-left-50\% {
    left: 50%;
  }

  .rt-r-inset-100\% {
    inset: 100%;
  }

  .rt-r-top-100\% {
    top: 100%;
  }

  .rt-r-right-100\% {
    right: 100%;
  }

  .rt-r-bottom-100\% {
    bottom: 100%;
  }

  .rt-r-left-100\% {
    left: 100%;
  }
}
@media (min-width: 520px) {
  .xs\:rt-r-inset-auto {
    inset: auto;
  }

  .xs\:rt-r-top-auto {
    top: auto;
  }

  .xs\:rt-r-right-auto {
    right: auto;
  }

  .xs\:rt-r-bottom-auto {
    bottom: auto;
  }

  .xs\:rt-r-left-auto {
    left: auto;
  }

  .xs\:rt-r-inset-0 {
    inset: 0;
  }

  .xs\:rt-r-top-0 {
    top: 0;
  }

  .xs\:rt-r-right-0 {
    right: 0;
  }

  .xs\:rt-r-bottom-0 {
    bottom: 0;
  }

  .xs\:rt-r-left-0 {
    left: 0;
  }

  .xs\:rt-r-inset-50\% {
    inset: 50%;
  }

  .xs\:rt-r-top-50\% {
    top: 50%;
  }

  .xs\:rt-r-right-50\% {
    right: 50%;
  }

  .xs\:rt-r-bottom-50\% {
    bottom: 50%;
  }

  .xs\:rt-r-left-50\% {
    left: 50%;
  }

  .xs\:rt-r-inset-100\% {
    inset: 100%;
  }

  .xs\:rt-r-top-100\% {
    top: 100%;
  }

  .xs\:rt-r-right-100\% {
    right: 100%;
  }

  .xs\:rt-r-bottom-100\% {
    bottom: 100%;
  }

  .xs\:rt-r-left-100\% {
    left: 100%;
  }
}
@media (min-width: 768px) {
  .sm\:rt-r-inset-auto {
    inset: auto;
  }

  .sm\:rt-r-top-auto {
    top: auto;
  }

  .sm\:rt-r-right-auto {
    right: auto;
  }

  .sm\:rt-r-bottom-auto {
    bottom: auto;
  }

  .sm\:rt-r-left-auto {
    left: auto;
  }

  .sm\:rt-r-inset-0 {
    inset: 0;
  }

  .sm\:rt-r-top-0 {
    top: 0;
  }

  .sm\:rt-r-right-0 {
    right: 0;
  }

  .sm\:rt-r-bottom-0 {
    bottom: 0;
  }

  .sm\:rt-r-left-0 {
    left: 0;
  }

  .sm\:rt-r-inset-50\% {
    inset: 50%;
  }

  .sm\:rt-r-top-50\% {
    top: 50%;
  }

  .sm\:rt-r-right-50\% {
    right: 50%;
  }

  .sm\:rt-r-bottom-50\% {
    bottom: 50%;
  }

  .sm\:rt-r-left-50\% {
    left: 50%;
  }

  .sm\:rt-r-inset-100\% {
    inset: 100%;
  }

  .sm\:rt-r-top-100\% {
    top: 100%;
  }

  .sm\:rt-r-right-100\% {
    right: 100%;
  }

  .sm\:rt-r-bottom-100\% {
    bottom: 100%;
  }

  .sm\:rt-r-left-100\% {
    left: 100%;
  }
}
@media (min-width: 1024px) {
  .md\:rt-r-inset-auto {
    inset: auto;
  }

  .md\:rt-r-top-auto {
    top: auto;
  }

  .md\:rt-r-right-auto {
    right: auto;
  }

  .md\:rt-r-bottom-auto {
    bottom: auto;
  }

  .md\:rt-r-left-auto {
    left: auto;
  }

  .md\:rt-r-inset-0 {
    inset: 0;
  }

  .md\:rt-r-top-0 {
    top: 0;
  }

  .md\:rt-r-right-0 {
    right: 0;
  }

  .md\:rt-r-bottom-0 {
    bottom: 0;
  }

  .md\:rt-r-left-0 {
    left: 0;
  }

  .md\:rt-r-inset-50\% {
    inset: 50%;
  }

  .md\:rt-r-top-50\% {
    top: 50%;
  }

  .md\:rt-r-right-50\% {
    right: 50%;
  }

  .md\:rt-r-bottom-50\% {
    bottom: 50%;
  }

  .md\:rt-r-left-50\% {
    left: 50%;
  }

  .md\:rt-r-inset-100\% {
    inset: 100%;
  }

  .md\:rt-r-top-100\% {
    top: 100%;
  }

  .md\:rt-r-right-100\% {
    right: 100%;
  }

  .md\:rt-r-bottom-100\% {
    bottom: 100%;
  }

  .md\:rt-r-left-100\% {
    left: 100%;
  }
}
@media (min-width: 1280px) {
  .lg\:rt-r-inset-auto {
    inset: auto;
  }

  .lg\:rt-r-top-auto {
    top: auto;
  }

  .lg\:rt-r-right-auto {
    right: auto;
  }

  .lg\:rt-r-bottom-auto {
    bottom: auto;
  }

  .lg\:rt-r-left-auto {
    left: auto;
  }

  .lg\:rt-r-inset-0 {
    inset: 0;
  }

  .lg\:rt-r-top-0 {
    top: 0;
  }

  .lg\:rt-r-right-0 {
    right: 0;
  }

  .lg\:rt-r-bottom-0 {
    bottom: 0;
  }

  .lg\:rt-r-left-0 {
    left: 0;
  }

  .lg\:rt-r-inset-50\% {
    inset: 50%;
  }

  .lg\:rt-r-top-50\% {
    top: 50%;
  }

  .lg\:rt-r-right-50\% {
    right: 50%;
  }

  .lg\:rt-r-bottom-50\% {
    bottom: 50%;
  }

  .lg\:rt-r-left-50\% {
    left: 50%;
  }

  .lg\:rt-r-inset-100\% {
    inset: 100%;
  }

  .lg\:rt-r-top-100\% {
    top: 100%;
  }

  .lg\:rt-r-right-100\% {
    right: 100%;
  }

  .lg\:rt-r-bottom-100\% {
    bottom: 100%;
  }

  .lg\:rt-r-left-100\% {
    left: 100%;
  }
}
@media (min-width: 1640px) {
  .xl\:rt-r-inset-auto {
    inset: auto;
  }

  .xl\:rt-r-top-auto {
    top: auto;
  }

  .xl\:rt-r-right-auto {
    right: auto;
  }

  .xl\:rt-r-bottom-auto {
    bottom: auto;
  }

  .xl\:rt-r-left-auto {
    left: auto;
  }

  .xl\:rt-r-inset-0 {
    inset: 0;
  }

  .xl\:rt-r-top-0 {
    top: 0;
  }

  .xl\:rt-r-right-0 {
    right: 0;
  }

  .xl\:rt-r-bottom-0 {
    bottom: 0;
  }

  .xl\:rt-r-left-0 {
    left: 0;
  }

  .xl\:rt-r-inset-50\% {
    inset: 50%;
  }

  .xl\:rt-r-top-50\% {
    top: 50%;
  }

  .xl\:rt-r-right-50\% {
    right: 50%;
  }

  .xl\:rt-r-bottom-50\% {
    bottom: 50%;
  }

  .xl\:rt-r-left-50\% {
    left: 50%;
  }

  .xl\:rt-r-inset-100\% {
    inset: 100%;
  }

  .xl\:rt-r-top-100\% {
    top: 100%;
  }

  .xl\:rt-r-right-100\% {
    right: 100%;
  }

  .xl\:rt-r-bottom-100\% {
    bottom: 100%;
  }

  .xl\:rt-r-left-100\% {
    left: 100%;
  }
}
@media all {
  .rt-r-jc-start {
    justify-content: flex-start;
  }

  .rt-r-jc-center {
    justify-content: center;
  }

  .rt-r-jc-end {
    justify-content: flex-end;
  }

  .rt-r-jc-space-between {
    justify-content: space-between;
  }
}
@media (min-width: 520px) {
  .xs\:rt-r-jc-start {
    justify-content: flex-start;
  }

  .xs\:rt-r-jc-center {
    justify-content: center;
  }

  .xs\:rt-r-jc-end {
    justify-content: flex-end;
  }

  .xs\:rt-r-jc-space-between {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .sm\:rt-r-jc-start {
    justify-content: flex-start;
  }

  .sm\:rt-r-jc-center {
    justify-content: center;
  }

  .sm\:rt-r-jc-end {
    justify-content: flex-end;
  }

  .sm\:rt-r-jc-space-between {
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .md\:rt-r-jc-start {
    justify-content: flex-start;
  }

  .md\:rt-r-jc-center {
    justify-content: center;
  }

  .md\:rt-r-jc-end {
    justify-content: flex-end;
  }

  .md\:rt-r-jc-space-between {
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .lg\:rt-r-jc-start {
    justify-content: flex-start;
  }

  .lg\:rt-r-jc-center {
    justify-content: center;
  }

  .lg\:rt-r-jc-end {
    justify-content: flex-end;
  }

  .lg\:rt-r-jc-space-between {
    justify-content: space-between;
  }
}
@media (min-width: 1640px) {
  .xl\:rt-r-jc-start {
    justify-content: flex-start;
  }

  .xl\:rt-r-jc-center {
    justify-content: center;
  }

  .xl\:rt-r-jc-end {
    justify-content: flex-end;
  }

  .xl\:rt-r-jc-space-between {
    justify-content: space-between;
  }
}
@media all {
  .rt-r-lt-normal::before,
  .rt-r-lt-end::before,
  .rt-r-lt-normal::after,
  .rt-r-lt-start::after {
    content: none;
  }

  .rt-r-lt-start::before,
  .rt-r-lt-both::before,
  .rt-r-lt-end::after,
  .rt-r-lt-both::after {
    content: '';
    display: table;
  }

  .rt-r-lt-start::before,
  .rt-r-lt-both::before {
    margin-bottom: calc(
      var(--leading-trim-start, var(--default-leading-trim-start)) -
        var(--line-height, calc(1em * var(--default-line-height))) / 2
    );
  }

  .rt-r-lt-end::after,
  .rt-r-lt-both::after {
    margin-top: calc(
      var(--leading-trim-end, var(--default-leading-trim-end)) -
        var(--line-height, calc(1em * var(--default-line-height))) / 2
    );
  }
}
@media (min-width: 520px) {
  .xs\:rt-r-lt-normal::before,
  .xs\:rt-r-lt-end::before,
  .xs\:rt-r-lt-normal::after,
  .xs\:rt-r-lt-start::after {
    content: none;
  }

  .xs\:rt-r-lt-start::before,
  .xs\:rt-r-lt-both::before,
  .xs\:rt-r-lt-end::after,
  .xs\:rt-r-lt-both::after {
    content: '';
    display: table;
  }

  .xs\:rt-r-lt-start::before,
  .xs\:rt-r-lt-both::before {
    margin-bottom: calc(
      var(--leading-trim-start, var(--default-leading-trim-start)) -
        var(--line-height, calc(1em * var(--default-line-height))) / 2
    );
  }

  .xs\:rt-r-lt-end::after,
  .xs\:rt-r-lt-both::after {
    margin-top: calc(
      var(--leading-trim-end, var(--default-leading-trim-end)) -
        var(--line-height, calc(1em * var(--default-line-height))) / 2
    );
  }
}
@media (min-width: 768px) {
  .sm\:rt-r-lt-normal::before,
  .sm\:rt-r-lt-end::before,
  .sm\:rt-r-lt-normal::after,
  .sm\:rt-r-lt-start::after {
    content: none;
  }

  .sm\:rt-r-lt-start::before,
  .sm\:rt-r-lt-both::before,
  .sm\:rt-r-lt-end::after,
  .sm\:rt-r-lt-both::after {
    content: '';
    display: table;
  }

  .sm\:rt-r-lt-start::before,
  .sm\:rt-r-lt-both::before {
    margin-bottom: calc(
      var(--leading-trim-start, var(--default-leading-trim-start)) -
        var(--line-height, calc(1em * var(--default-line-height))) / 2
    );
  }

  .sm\:rt-r-lt-end::after,
  .sm\:rt-r-lt-both::after {
    margin-top: calc(
      var(--leading-trim-end, var(--default-leading-trim-end)) -
        var(--line-height, calc(1em * var(--default-line-height))) / 2
    );
  }
}
@media (min-width: 1024px) {
  .md\:rt-r-lt-normal::before,
  .md\:rt-r-lt-end::before,
  .md\:rt-r-lt-normal::after,
  .md\:rt-r-lt-start::after {
    content: none;
  }

  .md\:rt-r-lt-start::before,
  .md\:rt-r-lt-both::before,
  .md\:rt-r-lt-end::after,
  .md\:rt-r-lt-both::after {
    content: '';
    display: table;
  }

  .md\:rt-r-lt-start::before,
  .md\:rt-r-lt-both::before {
    margin-bottom: calc(
      var(--leading-trim-start, var(--default-leading-trim-start)) -
        var(--line-height, calc(1em * var(--default-line-height))) / 2
    );
  }

  .md\:rt-r-lt-end::after,
  .md\:rt-r-lt-both::after {
    margin-top: calc(
      var(--leading-trim-end, var(--default-leading-trim-end)) -
        var(--line-height, calc(1em * var(--default-line-height))) / 2
    );
  }
}
@media (min-width: 1280px) {
  .lg\:rt-r-lt-normal::before,
  .lg\:rt-r-lt-end::before,
  .lg\:rt-r-lt-normal::after,
  .lg\:rt-r-lt-start::after {
    content: none;
  }

  .lg\:rt-r-lt-start::before,
  .lg\:rt-r-lt-both::before,
  .lg\:rt-r-lt-end::after,
  .lg\:rt-r-lt-both::after {
    content: '';
    display: table;
  }

  .lg\:rt-r-lt-start::before,
  .lg\:rt-r-lt-both::before {
    margin-bottom: calc(
      var(--leading-trim-start, var(--default-leading-trim-start)) -
        var(--line-height, calc(1em * var(--default-line-height))) / 2
    );
  }

  .lg\:rt-r-lt-end::after,
  .lg\:rt-r-lt-both::after {
    margin-top: calc(
      var(--leading-trim-end, var(--default-leading-trim-end)) -
        var(--line-height, calc(1em * var(--default-line-height))) / 2
    );
  }
}
@media (min-width: 1640px) {
  .xl\:rt-r-lt-normal::before,
  .xl\:rt-r-lt-end::before,
  .xl\:rt-r-lt-normal::after,
  .xl\:rt-r-lt-start::after {
    content: none;
  }

  .xl\:rt-r-lt-start::before,
  .xl\:rt-r-lt-both::before,
  .xl\:rt-r-lt-end::after,
  .xl\:rt-r-lt-both::after {
    content: '';
    display: table;
  }

  .xl\:rt-r-lt-start::before,
  .xl\:rt-r-lt-both::before {
    margin-bottom: calc(
      var(--leading-trim-start, var(--default-leading-trim-start)) -
        var(--line-height, calc(1em * var(--default-line-height))) / 2
    );
  }

  .xl\:rt-r-lt-end::after,
  .xl\:rt-r-lt-both::after {
    margin-top: calc(
      var(--leading-trim-end, var(--default-leading-trim-end)) -
        var(--line-height, calc(1em * var(--default-line-height))) / 2
    );
  }
}
@media all {
  .rt-r-m-auto {
    margin: auto;
  }

  .rt-r-m-0 {
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .rt-r-m-1 {
    --margin-top: var(--space-1);
    --margin-right: var(--space-1);
    --margin-bottom: var(--space-1);
    --margin-left: var(--space-1);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .rt-r-m-2 {
    --margin-top: var(--space-2);
    --margin-right: var(--space-2);
    --margin-bottom: var(--space-2);
    --margin-left: var(--space-2);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .rt-r-m-3 {
    --margin-top: var(--space-3);
    --margin-right: var(--space-3);
    --margin-bottom: var(--space-3);
    --margin-left: var(--space-3);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .rt-r-m-4 {
    --margin-top: var(--space-4);
    --margin-right: var(--space-4);
    --margin-bottom: var(--space-4);
    --margin-left: var(--space-4);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .rt-r-m-5 {
    --margin-top: var(--space-5);
    --margin-right: var(--space-5);
    --margin-bottom: var(--space-5);
    --margin-left: var(--space-5);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .rt-r-m-6 {
    --margin-top: var(--space-6);
    --margin-right: var(--space-6);
    --margin-bottom: var(--space-6);
    --margin-left: var(--space-6);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .rt-r-m-7 {
    --margin-top: var(--space-7);
    --margin-right: var(--space-7);
    --margin-bottom: var(--space-7);
    --margin-left: var(--space-7);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .rt-r-m-8 {
    --margin-top: var(--space-8);
    --margin-right: var(--space-8);
    --margin-bottom: var(--space-8);
    --margin-left: var(--space-8);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .rt-r-m-9 {
    --margin-top: var(--space-9);
    --margin-right: var(--space-9);
    --margin-bottom: var(--space-9);
    --margin-left: var(--space-9);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .-rt-r-m-1 {
    --margin-top: calc(-1 * var(--space-1));
    --margin-right: calc(-1 * var(--space-1));
    --margin-bottom: calc(-1 * var(--space-1));
    --margin-left: calc(-1 * var(--space-1));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .-rt-r-m-2 {
    --margin-top: calc(-1 * var(--space-2));
    --margin-right: calc(-1 * var(--space-2));
    --margin-bottom: calc(-1 * var(--space-2));
    --margin-left: calc(-1 * var(--space-2));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .-rt-r-m-3 {
    --margin-top: calc(-1 * var(--space-3));
    --margin-right: calc(-1 * var(--space-3));
    --margin-bottom: calc(-1 * var(--space-3));
    --margin-left: calc(-1 * var(--space-3));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .-rt-r-m-4 {
    --margin-top: calc(-1 * var(--space-4));
    --margin-right: calc(-1 * var(--space-4));
    --margin-bottom: calc(-1 * var(--space-4));
    --margin-left: calc(-1 * var(--space-4));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .-rt-r-m-5 {
    --margin-top: calc(-1 * var(--space-5));
    --margin-right: calc(-1 * var(--space-5));
    --margin-bottom: calc(-1 * var(--space-5));
    --margin-left: calc(-1 * var(--space-5));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .-rt-r-m-6 {
    --margin-top: calc(-1 * var(--space-6));
    --margin-right: calc(-1 * var(--space-6));
    --margin-bottom: calc(-1 * var(--space-6));
    --margin-left: calc(-1 * var(--space-6));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .-rt-r-m-7 {
    --margin-top: calc(-1 * var(--space-7));
    --margin-right: calc(-1 * var(--space-7));
    --margin-bottom: calc(-1 * var(--space-7));
    --margin-left: calc(-1 * var(--space-7));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .-rt-r-m-8 {
    --margin-top: calc(-1 * var(--space-8));
    --margin-right: calc(-1 * var(--space-8));
    --margin-bottom: calc(-1 * var(--space-8));
    --margin-left: calc(-1 * var(--space-8));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .-rt-r-m-9 {
    --margin-top: calc(-1 * var(--space-9));
    --margin-right: calc(-1 * var(--space-9));
    --margin-bottom: calc(-1 * var(--space-9));
    --margin-left: calc(-1 * var(--space-9));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

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

  .rt-r-mx-0 {
    --margin-left: 0px;
    --margin-right: 0px;
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .rt-r-mx-1 {
    --margin-left: var(--space-1);
    --margin-right: var(--space-1);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .rt-r-mx-2 {
    --margin-left: var(--space-2);
    --margin-right: var(--space-2);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .rt-r-mx-3 {
    --margin-left: var(--space-3);
    --margin-right: var(--space-3);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .rt-r-mx-4 {
    --margin-left: var(--space-4);
    --margin-right: var(--space-4);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .rt-r-mx-5 {
    --margin-left: var(--space-5);
    --margin-right: var(--space-5);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .rt-r-mx-6 {
    --margin-left: var(--space-6);
    --margin-right: var(--space-6);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .rt-r-mx-7 {
    --margin-left: var(--space-7);
    --margin-right: var(--space-7);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .rt-r-mx-8 {
    --margin-left: var(--space-8);
    --margin-right: var(--space-8);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .rt-r-mx-9 {
    --margin-left: var(--space-9);
    --margin-right: var(--space-9);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .-rt-r-mx-1 {
    --margin-left: calc(-1 * var(--space-1));
    --margin-right: calc(-1 * var(--space-1));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .-rt-r-mx-2 {
    --margin-left: calc(-1 * var(--space-2));
    --margin-right: calc(-1 * var(--space-2));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .-rt-r-mx-3 {
    --margin-left: calc(-1 * var(--space-3));
    --margin-right: calc(-1 * var(--space-3));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .-rt-r-mx-4 {
    --margin-left: calc(-1 * var(--space-4));
    --margin-right: calc(-1 * var(--space-4));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .-rt-r-mx-5 {
    --margin-left: calc(-1 * var(--space-5));
    --margin-right: calc(-1 * var(--space-5));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .-rt-r-mx-6 {
    --margin-left: calc(-1 * var(--space-6));
    --margin-right: calc(-1 * var(--space-6));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .-rt-r-mx-7 {
    --margin-left: calc(-1 * var(--space-7));
    --margin-right: calc(-1 * var(--space-7));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .-rt-r-mx-8 {
    --margin-left: calc(-1 * var(--space-8));
    --margin-right: calc(-1 * var(--space-8));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .-rt-r-mx-9 {
    --margin-left: calc(-1 * var(--space-9));
    --margin-right: calc(-1 * var(--space-9));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

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

  .rt-r-my-0 {
    --margin-top: 0px;
    --margin-bottom: 0px;
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .rt-r-my-1 {
    --margin-top: var(--space-1);
    --margin-bottom: var(--space-1);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .rt-r-my-2 {
    --margin-top: var(--space-2);
    --margin-bottom: var(--space-2);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .rt-r-my-3 {
    --margin-top: var(--space-3);
    --margin-bottom: var(--space-3);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .rt-r-my-4 {
    --margin-top: var(--space-4);
    --margin-bottom: var(--space-4);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .rt-r-my-5 {
    --margin-top: var(--space-5);
    --margin-bottom: var(--space-5);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .rt-r-my-6 {
    --margin-top: var(--space-6);
    --margin-bottom: var(--space-6);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .rt-r-my-7 {
    --margin-top: var(--space-7);
    --margin-bottom: var(--space-7);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .rt-r-my-8 {
    --margin-top: var(--space-8);
    --margin-bottom: var(--space-8);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .rt-r-my-9 {
    --margin-top: var(--space-9);
    --margin-bottom: var(--space-9);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .-rt-r-my-1 {
    --margin-top: calc(-1 * var(--space-1));
    --margin-bottom: calc(-1 * var(--space-1));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .-rt-r-my-2 {
    --margin-top: calc(-1 * var(--space-2));
    --margin-bottom: calc(-1 * var(--space-2));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .-rt-r-my-3 {
    --margin-top: calc(-1 * var(--space-3));
    --margin-bottom: calc(-1 * var(--space-3));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .-rt-r-my-4 {
    --margin-top: calc(-1 * var(--space-4));
    --margin-bottom: calc(-1 * var(--space-4));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .-rt-r-my-5 {
    --margin-top: calc(-1 * var(--space-5));
    --margin-bottom: calc(-1 * var(--space-5));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .-rt-r-my-6 {
    --margin-top: calc(-1 * var(--space-6));
    --margin-bottom: calc(-1 * var(--space-6));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .-rt-r-my-7 {
    --margin-top: calc(-1 * var(--space-7));
    --margin-bottom: calc(-1 * var(--space-7));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .-rt-r-my-8 {
    --margin-top: calc(-1 * var(--space-8));
    --margin-bottom: calc(-1 * var(--space-8));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .-rt-r-my-9 {
    --margin-top: calc(-1 * var(--space-9));
    --margin-bottom: calc(-1 * var(--space-9));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

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

  .rt-r-mt-0 {
    --margin-top: 0px;
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .rt-r-mt-1 {
    --margin-top: var(--space-1);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .rt-r-mt-2 {
    --margin-top: var(--space-2);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .rt-r-mt-3 {
    --margin-top: var(--space-3);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .rt-r-mt-4 {
    --margin-top: var(--space-4);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .rt-r-mt-5 {
    --margin-top: var(--space-5);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .rt-r-mt-6 {
    --margin-top: var(--space-6);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .rt-r-mt-7 {
    --margin-top: var(--space-7);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .rt-r-mt-8 {
    --margin-top: var(--space-8);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .rt-r-mt-9 {
    --margin-top: var(--space-9);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .-rt-r-mt-1 {
    --margin-top: calc(-1 * var(--space-1));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .-rt-r-mt-2 {
    --margin-top: calc(-1 * var(--space-2));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .-rt-r-mt-3 {
    --margin-top: calc(-1 * var(--space-3));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .-rt-r-mt-4 {
    --margin-top: calc(-1 * var(--space-4));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .-rt-r-mt-5 {
    --margin-top: calc(-1 * var(--space-5));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .-rt-r-mt-6 {
    --margin-top: calc(-1 * var(--space-6));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .-rt-r-mt-7 {
    --margin-top: calc(-1 * var(--space-7));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .-rt-r-mt-8 {
    --margin-top: calc(-1 * var(--space-8));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .-rt-r-mt-9 {
    --margin-top: calc(-1 * var(--space-9));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .rt-r-mr-auto {
    margin-right: auto;
  }

  .rt-r-mr-0 {
    --margin-right: 0px;
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .rt-r-mr-1 {
    --margin-right: var(--space-1);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .rt-r-mr-2 {
    --margin-right: var(--space-2);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .rt-r-mr-3 {
    --margin-right: var(--space-3);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .rt-r-mr-4 {
    --margin-right: var(--space-4);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .rt-r-mr-5 {
    --margin-right: var(--space-5);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .rt-r-mr-6 {
    --margin-right: var(--space-6);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .rt-r-mr-7 {
    --margin-right: var(--space-7);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .rt-r-mr-8 {
    --margin-right: var(--space-8);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .rt-r-mr-9 {
    --margin-right: var(--space-9);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .-rt-r-mr-1 {
    --margin-right: calc(-1 * var(--space-1));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .-rt-r-mr-2 {
    --margin-right: calc(-1 * var(--space-2));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .-rt-r-mr-3 {
    --margin-right: calc(-1 * var(--space-3));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .-rt-r-mr-4 {
    --margin-right: calc(-1 * var(--space-4));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .-rt-r-mr-5 {
    --margin-right: calc(-1 * var(--space-5));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .-rt-r-mr-6 {
    --margin-right: calc(-1 * var(--space-6));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .-rt-r-mr-7 {
    --margin-right: calc(-1 * var(--space-7));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .-rt-r-mr-8 {
    --margin-right: calc(-1 * var(--space-8));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .-rt-r-mr-9 {
    --margin-right: calc(-1 * var(--space-9));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .rt-r-mb-auto {
    margin-bottom: auto;
  }

  .rt-r-mb-0 {
    --margin-bottom: 0px;
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .rt-r-mb-1 {
    --margin-bottom: var(--space-1);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .rt-r-mb-2 {
    --margin-bottom: var(--space-2);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .rt-r-mb-3 {
    --margin-bottom: var(--space-3);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .rt-r-mb-4 {
    --margin-bottom: var(--space-4);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .rt-r-mb-5 {
    --margin-bottom: var(--space-5);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .rt-r-mb-6 {
    --margin-bottom: var(--space-6);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .rt-r-mb-7 {
    --margin-bottom: var(--space-7);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .rt-r-mb-8 {
    --margin-bottom: var(--space-8);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .rt-r-mb-9 {
    --margin-bottom: var(--space-9);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .-rt-r-mb-1 {
    --margin-bottom: calc(-1 * var(--space-1));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .-rt-r-mb-2 {
    --margin-bottom: calc(-1 * var(--space-2));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .-rt-r-mb-3 {
    --margin-bottom: calc(-1 * var(--space-3));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .-rt-r-mb-4 {
    --margin-bottom: calc(-1 * var(--space-4));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .-rt-r-mb-5 {
    --margin-bottom: calc(-1 * var(--space-5));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .-rt-r-mb-6 {
    --margin-bottom: calc(-1 * var(--space-6));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .-rt-r-mb-7 {
    --margin-bottom: calc(-1 * var(--space-7));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .-rt-r-mb-8 {
    --margin-bottom: calc(-1 * var(--space-8));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .-rt-r-mb-9 {
    --margin-bottom: calc(-1 * var(--space-9));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

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

  .rt-r-ml-0 {
    --margin-left: 0px;
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .rt-r-ml-1 {
    --margin-left: var(--space-1);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .rt-r-ml-2 {
    --margin-left: var(--space-2);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .rt-r-ml-3 {
    --margin-left: var(--space-3);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .rt-r-ml-4 {
    --margin-left: var(--space-4);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .rt-r-ml-5 {
    --margin-left: var(--space-5);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .rt-r-ml-6 {
    --margin-left: var(--space-6);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .rt-r-ml-7 {
    --margin-left: var(--space-7);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .rt-r-ml-8 {
    --margin-left: var(--space-8);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .rt-r-ml-9 {
    --margin-left: var(--space-9);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .-rt-r-ml-1 {
    --margin-left: calc(-1 * var(--space-1));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .-rt-r-ml-2 {
    --margin-left: calc(-1 * var(--space-2));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .-rt-r-ml-3 {
    --margin-left: calc(-1 * var(--space-3));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .-rt-r-ml-4 {
    --margin-left: calc(-1 * var(--space-4));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .-rt-r-ml-5 {
    --margin-left: calc(-1 * var(--space-5));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .-rt-r-ml-6 {
    --margin-left: calc(-1 * var(--space-6));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .-rt-r-ml-7 {
    --margin-left: calc(-1 * var(--space-7));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .-rt-r-ml-8 {
    --margin-left: calc(-1 * var(--space-8));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .-rt-r-ml-9 {
    --margin-left: calc(-1 * var(--space-9));
    margin-left: var(--margin-left-override, var(--margin-left));
  }
}
@media (min-width: 520px) {
  .xs\:rt-r-m-auto {
    margin: auto;
  }

  .xs\:rt-r-m-0 {
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xs\:rt-r-m-1 {
    --margin-top: var(--space-1);
    --margin-right: var(--space-1);
    --margin-bottom: var(--space-1);
    --margin-left: var(--space-1);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xs\:rt-r-m-2 {
    --margin-top: var(--space-2);
    --margin-right: var(--space-2);
    --margin-bottom: var(--space-2);
    --margin-left: var(--space-2);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xs\:rt-r-m-3 {
    --margin-top: var(--space-3);
    --margin-right: var(--space-3);
    --margin-bottom: var(--space-3);
    --margin-left: var(--space-3);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xs\:rt-r-m-4 {
    --margin-top: var(--space-4);
    --margin-right: var(--space-4);
    --margin-bottom: var(--space-4);
    --margin-left: var(--space-4);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xs\:rt-r-m-5 {
    --margin-top: var(--space-5);
    --margin-right: var(--space-5);
    --margin-bottom: var(--space-5);
    --margin-left: var(--space-5);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xs\:rt-r-m-6 {
    --margin-top: var(--space-6);
    --margin-right: var(--space-6);
    --margin-bottom: var(--space-6);
    --margin-left: var(--space-6);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xs\:rt-r-m-7 {
    --margin-top: var(--space-7);
    --margin-right: var(--space-7);
    --margin-bottom: var(--space-7);
    --margin-left: var(--space-7);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xs\:rt-r-m-8 {
    --margin-top: var(--space-8);
    --margin-right: var(--space-8);
    --margin-bottom: var(--space-8);
    --margin-left: var(--space-8);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xs\:rt-r-m-9 {
    --margin-top: var(--space-9);
    --margin-right: var(--space-9);
    --margin-bottom: var(--space-9);
    --margin-left: var(--space-9);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xs\:-rt-r-m-1 {
    --margin-top: calc(-1 * var(--space-1));
    --margin-right: calc(-1 * var(--space-1));
    --margin-bottom: calc(-1 * var(--space-1));
    --margin-left: calc(-1 * var(--space-1));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xs\:-rt-r-m-2 {
    --margin-top: calc(-1 * var(--space-2));
    --margin-right: calc(-1 * var(--space-2));
    --margin-bottom: calc(-1 * var(--space-2));
    --margin-left: calc(-1 * var(--space-2));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xs\:-rt-r-m-3 {
    --margin-top: calc(-1 * var(--space-3));
    --margin-right: calc(-1 * var(--space-3));
    --margin-bottom: calc(-1 * var(--space-3));
    --margin-left: calc(-1 * var(--space-3));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xs\:-rt-r-m-4 {
    --margin-top: calc(-1 * var(--space-4));
    --margin-right: calc(-1 * var(--space-4));
    --margin-bottom: calc(-1 * var(--space-4));
    --margin-left: calc(-1 * var(--space-4));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xs\:-rt-r-m-5 {
    --margin-top: calc(-1 * var(--space-5));
    --margin-right: calc(-1 * var(--space-5));
    --margin-bottom: calc(-1 * var(--space-5));
    --margin-left: calc(-1 * var(--space-5));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xs\:-rt-r-m-6 {
    --margin-top: calc(-1 * var(--space-6));
    --margin-right: calc(-1 * var(--space-6));
    --margin-bottom: calc(-1 * var(--space-6));
    --margin-left: calc(-1 * var(--space-6));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xs\:-rt-r-m-7 {
    --margin-top: calc(-1 * var(--space-7));
    --margin-right: calc(-1 * var(--space-7));
    --margin-bottom: calc(-1 * var(--space-7));
    --margin-left: calc(-1 * var(--space-7));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xs\:-rt-r-m-8 {
    --margin-top: calc(-1 * var(--space-8));
    --margin-right: calc(-1 * var(--space-8));
    --margin-bottom: calc(-1 * var(--space-8));
    --margin-left: calc(-1 * var(--space-8));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xs\:-rt-r-m-9 {
    --margin-top: calc(-1 * var(--space-9));
    --margin-right: calc(-1 * var(--space-9));
    --margin-bottom: calc(-1 * var(--space-9));
    --margin-left: calc(-1 * var(--space-9));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xs\:rt-r-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:rt-r-mx-0 {
    --margin-left: 0px;
    --margin-right: 0px;
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:rt-r-mx-1 {
    --margin-left: var(--space-1);
    --margin-right: var(--space-1);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:rt-r-mx-2 {
    --margin-left: var(--space-2);
    --margin-right: var(--space-2);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:rt-r-mx-3 {
    --margin-left: var(--space-3);
    --margin-right: var(--space-3);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:rt-r-mx-4 {
    --margin-left: var(--space-4);
    --margin-right: var(--space-4);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:rt-r-mx-5 {
    --margin-left: var(--space-5);
    --margin-right: var(--space-5);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:rt-r-mx-6 {
    --margin-left: var(--space-6);
    --margin-right: var(--space-6);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:rt-r-mx-7 {
    --margin-left: var(--space-7);
    --margin-right: var(--space-7);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:rt-r-mx-8 {
    --margin-left: var(--space-8);
    --margin-right: var(--space-8);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:rt-r-mx-9 {
    --margin-left: var(--space-9);
    --margin-right: var(--space-9);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:-rt-r-mx-1 {
    --margin-left: calc(-1 * var(--space-1));
    --margin-right: calc(-1 * var(--space-1));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:-rt-r-mx-2 {
    --margin-left: calc(-1 * var(--space-2));
    --margin-right: calc(-1 * var(--space-2));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:-rt-r-mx-3 {
    --margin-left: calc(-1 * var(--space-3));
    --margin-right: calc(-1 * var(--space-3));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:-rt-r-mx-4 {
    --margin-left: calc(-1 * var(--space-4));
    --margin-right: calc(-1 * var(--space-4));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:-rt-r-mx-5 {
    --margin-left: calc(-1 * var(--space-5));
    --margin-right: calc(-1 * var(--space-5));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:-rt-r-mx-6 {
    --margin-left: calc(-1 * var(--space-6));
    --margin-right: calc(-1 * var(--space-6));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:-rt-r-mx-7 {
    --margin-left: calc(-1 * var(--space-7));
    --margin-right: calc(-1 * var(--space-7));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:-rt-r-mx-8 {
    --margin-left: calc(-1 * var(--space-8));
    --margin-right: calc(-1 * var(--space-8));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:-rt-r-mx-9 {
    --margin-left: calc(-1 * var(--space-9));
    --margin-right: calc(-1 * var(--space-9));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:rt-r-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:rt-r-my-0 {
    --margin-top: 0px;
    --margin-bottom: 0px;
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:rt-r-my-1 {
    --margin-top: var(--space-1);
    --margin-bottom: var(--space-1);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:rt-r-my-2 {
    --margin-top: var(--space-2);
    --margin-bottom: var(--space-2);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:rt-r-my-3 {
    --margin-top: var(--space-3);
    --margin-bottom: var(--space-3);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:rt-r-my-4 {
    --margin-top: var(--space-4);
    --margin-bottom: var(--space-4);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:rt-r-my-5 {
    --margin-top: var(--space-5);
    --margin-bottom: var(--space-5);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:rt-r-my-6 {
    --margin-top: var(--space-6);
    --margin-bottom: var(--space-6);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:rt-r-my-7 {
    --margin-top: var(--space-7);
    --margin-bottom: var(--space-7);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:rt-r-my-8 {
    --margin-top: var(--space-8);
    --margin-bottom: var(--space-8);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:rt-r-my-9 {
    --margin-top: var(--space-9);
    --margin-bottom: var(--space-9);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:-rt-r-my-1 {
    --margin-top: calc(-1 * var(--space-1));
    --margin-bottom: calc(-1 * var(--space-1));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:-rt-r-my-2 {
    --margin-top: calc(-1 * var(--space-2));
    --margin-bottom: calc(-1 * var(--space-2));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:-rt-r-my-3 {
    --margin-top: calc(-1 * var(--space-3));
    --margin-bottom: calc(-1 * var(--space-3));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:-rt-r-my-4 {
    --margin-top: calc(-1 * var(--space-4));
    --margin-bottom: calc(-1 * var(--space-4));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:-rt-r-my-5 {
    --margin-top: calc(-1 * var(--space-5));
    --margin-bottom: calc(-1 * var(--space-5));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:-rt-r-my-6 {
    --margin-top: calc(-1 * var(--space-6));
    --margin-bottom: calc(-1 * var(--space-6));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:-rt-r-my-7 {
    --margin-top: calc(-1 * var(--space-7));
    --margin-bottom: calc(-1 * var(--space-7));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:-rt-r-my-8 {
    --margin-top: calc(-1 * var(--space-8));
    --margin-bottom: calc(-1 * var(--space-8));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:-rt-r-my-9 {
    --margin-top: calc(-1 * var(--space-9));
    --margin-bottom: calc(-1 * var(--space-9));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:rt-r-mt-auto {
    margin-top: auto;
  }

  .xs\:rt-r-mt-0 {
    --margin-top: 0px;
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xs\:rt-r-mt-1 {
    --margin-top: var(--space-1);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xs\:rt-r-mt-2 {
    --margin-top: var(--space-2);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xs\:rt-r-mt-3 {
    --margin-top: var(--space-3);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xs\:rt-r-mt-4 {
    --margin-top: var(--space-4);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xs\:rt-r-mt-5 {
    --margin-top: var(--space-5);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xs\:rt-r-mt-6 {
    --margin-top: var(--space-6);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xs\:rt-r-mt-7 {
    --margin-top: var(--space-7);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xs\:rt-r-mt-8 {
    --margin-top: var(--space-8);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xs\:rt-r-mt-9 {
    --margin-top: var(--space-9);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xs\:-rt-r-mt-1 {
    --margin-top: calc(-1 * var(--space-1));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xs\:-rt-r-mt-2 {
    --margin-top: calc(-1 * var(--space-2));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xs\:-rt-r-mt-3 {
    --margin-top: calc(-1 * var(--space-3));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xs\:-rt-r-mt-4 {
    --margin-top: calc(-1 * var(--space-4));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xs\:-rt-r-mt-5 {
    --margin-top: calc(-1 * var(--space-5));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xs\:-rt-r-mt-6 {
    --margin-top: calc(-1 * var(--space-6));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xs\:-rt-r-mt-7 {
    --margin-top: calc(-1 * var(--space-7));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xs\:-rt-r-mt-8 {
    --margin-top: calc(-1 * var(--space-8));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xs\:-rt-r-mt-9 {
    --margin-top: calc(-1 * var(--space-9));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xs\:rt-r-mr-auto {
    margin-right: auto;
  }

  .xs\:rt-r-mr-0 {
    --margin-right: 0px;
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:rt-r-mr-1 {
    --margin-right: var(--space-1);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:rt-r-mr-2 {
    --margin-right: var(--space-2);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:rt-r-mr-3 {
    --margin-right: var(--space-3);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:rt-r-mr-4 {
    --margin-right: var(--space-4);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:rt-r-mr-5 {
    --margin-right: var(--space-5);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:rt-r-mr-6 {
    --margin-right: var(--space-6);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:rt-r-mr-7 {
    --margin-right: var(--space-7);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:rt-r-mr-8 {
    --margin-right: var(--space-8);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:rt-r-mr-9 {
    --margin-right: var(--space-9);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:-rt-r-mr-1 {
    --margin-right: calc(-1 * var(--space-1));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:-rt-r-mr-2 {
    --margin-right: calc(-1 * var(--space-2));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:-rt-r-mr-3 {
    --margin-right: calc(-1 * var(--space-3));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:-rt-r-mr-4 {
    --margin-right: calc(-1 * var(--space-4));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:-rt-r-mr-5 {
    --margin-right: calc(-1 * var(--space-5));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:-rt-r-mr-6 {
    --margin-right: calc(-1 * var(--space-6));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:-rt-r-mr-7 {
    --margin-right: calc(-1 * var(--space-7));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:-rt-r-mr-8 {
    --margin-right: calc(-1 * var(--space-8));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:-rt-r-mr-9 {
    --margin-right: calc(-1 * var(--space-9));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xs\:rt-r-mb-auto {
    margin-bottom: auto;
  }

  .xs\:rt-r-mb-0 {
    --margin-bottom: 0px;
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:rt-r-mb-1 {
    --margin-bottom: var(--space-1);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:rt-r-mb-2 {
    --margin-bottom: var(--space-2);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:rt-r-mb-3 {
    --margin-bottom: var(--space-3);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:rt-r-mb-4 {
    --margin-bottom: var(--space-4);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:rt-r-mb-5 {
    --margin-bottom: var(--space-5);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:rt-r-mb-6 {
    --margin-bottom: var(--space-6);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:rt-r-mb-7 {
    --margin-bottom: var(--space-7);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:rt-r-mb-8 {
    --margin-bottom: var(--space-8);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:rt-r-mb-9 {
    --margin-bottom: var(--space-9);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:-rt-r-mb-1 {
    --margin-bottom: calc(-1 * var(--space-1));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:-rt-r-mb-2 {
    --margin-bottom: calc(-1 * var(--space-2));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:-rt-r-mb-3 {
    --margin-bottom: calc(-1 * var(--space-3));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:-rt-r-mb-4 {
    --margin-bottom: calc(-1 * var(--space-4));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:-rt-r-mb-5 {
    --margin-bottom: calc(-1 * var(--space-5));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:-rt-r-mb-6 {
    --margin-bottom: calc(-1 * var(--space-6));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:-rt-r-mb-7 {
    --margin-bottom: calc(-1 * var(--space-7));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:-rt-r-mb-8 {
    --margin-bottom: calc(-1 * var(--space-8));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:-rt-r-mb-9 {
    --margin-bottom: calc(-1 * var(--space-9));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xs\:rt-r-ml-auto {
    margin-left: auto;
  }

  .xs\:rt-r-ml-0 {
    --margin-left: 0px;
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xs\:rt-r-ml-1 {
    --margin-left: var(--space-1);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xs\:rt-r-ml-2 {
    --margin-left: var(--space-2);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xs\:rt-r-ml-3 {
    --margin-left: var(--space-3);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xs\:rt-r-ml-4 {
    --margin-left: var(--space-4);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xs\:rt-r-ml-5 {
    --margin-left: var(--space-5);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xs\:rt-r-ml-6 {
    --margin-left: var(--space-6);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xs\:rt-r-ml-7 {
    --margin-left: var(--space-7);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xs\:rt-r-ml-8 {
    --margin-left: var(--space-8);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xs\:rt-r-ml-9 {
    --margin-left: var(--space-9);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xs\:-rt-r-ml-1 {
    --margin-left: calc(-1 * var(--space-1));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xs\:-rt-r-ml-2 {
    --margin-left: calc(-1 * var(--space-2));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xs\:-rt-r-ml-3 {
    --margin-left: calc(-1 * var(--space-3));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xs\:-rt-r-ml-4 {
    --margin-left: calc(-1 * var(--space-4));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xs\:-rt-r-ml-5 {
    --margin-left: calc(-1 * var(--space-5));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xs\:-rt-r-ml-6 {
    --margin-left: calc(-1 * var(--space-6));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xs\:-rt-r-ml-7 {
    --margin-left: calc(-1 * var(--space-7));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xs\:-rt-r-ml-8 {
    --margin-left: calc(-1 * var(--space-8));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xs\:-rt-r-ml-9 {
    --margin-left: calc(-1 * var(--space-9));
    margin-left: var(--margin-left-override, var(--margin-left));
  }
}
@media (min-width: 768px) {
  .sm\:rt-r-m-auto {
    margin: auto;
  }

  .sm\:rt-r-m-0 {
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .sm\:rt-r-m-1 {
    --margin-top: var(--space-1);
    --margin-right: var(--space-1);
    --margin-bottom: var(--space-1);
    --margin-left: var(--space-1);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .sm\:rt-r-m-2 {
    --margin-top: var(--space-2);
    --margin-right: var(--space-2);
    --margin-bottom: var(--space-2);
    --margin-left: var(--space-2);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .sm\:rt-r-m-3 {
    --margin-top: var(--space-3);
    --margin-right: var(--space-3);
    --margin-bottom: var(--space-3);
    --margin-left: var(--space-3);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .sm\:rt-r-m-4 {
    --margin-top: var(--space-4);
    --margin-right: var(--space-4);
    --margin-bottom: var(--space-4);
    --margin-left: var(--space-4);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .sm\:rt-r-m-5 {
    --margin-top: var(--space-5);
    --margin-right: var(--space-5);
    --margin-bottom: var(--space-5);
    --margin-left: var(--space-5);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .sm\:rt-r-m-6 {
    --margin-top: var(--space-6);
    --margin-right: var(--space-6);
    --margin-bottom: var(--space-6);
    --margin-left: var(--space-6);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .sm\:rt-r-m-7 {
    --margin-top: var(--space-7);
    --margin-right: var(--space-7);
    --margin-bottom: var(--space-7);
    --margin-left: var(--space-7);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .sm\:rt-r-m-8 {
    --margin-top: var(--space-8);
    --margin-right: var(--space-8);
    --margin-bottom: var(--space-8);
    --margin-left: var(--space-8);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .sm\:rt-r-m-9 {
    --margin-top: var(--space-9);
    --margin-right: var(--space-9);
    --margin-bottom: var(--space-9);
    --margin-left: var(--space-9);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .sm\:-rt-r-m-1 {
    --margin-top: calc(-1 * var(--space-1));
    --margin-right: calc(-1 * var(--space-1));
    --margin-bottom: calc(-1 * var(--space-1));
    --margin-left: calc(-1 * var(--space-1));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .sm\:-rt-r-m-2 {
    --margin-top: calc(-1 * var(--space-2));
    --margin-right: calc(-1 * var(--space-2));
    --margin-bottom: calc(-1 * var(--space-2));
    --margin-left: calc(-1 * var(--space-2));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .sm\:-rt-r-m-3 {
    --margin-top: calc(-1 * var(--space-3));
    --margin-right: calc(-1 * var(--space-3));
    --margin-bottom: calc(-1 * var(--space-3));
    --margin-left: calc(-1 * var(--space-3));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .sm\:-rt-r-m-4 {
    --margin-top: calc(-1 * var(--space-4));
    --margin-right: calc(-1 * var(--space-4));
    --margin-bottom: calc(-1 * var(--space-4));
    --margin-left: calc(-1 * var(--space-4));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .sm\:-rt-r-m-5 {
    --margin-top: calc(-1 * var(--space-5));
    --margin-right: calc(-1 * var(--space-5));
    --margin-bottom: calc(-1 * var(--space-5));
    --margin-left: calc(-1 * var(--space-5));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .sm\:-rt-r-m-6 {
    --margin-top: calc(-1 * var(--space-6));
    --margin-right: calc(-1 * var(--space-6));
    --margin-bottom: calc(-1 * var(--space-6));
    --margin-left: calc(-1 * var(--space-6));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .sm\:-rt-r-m-7 {
    --margin-top: calc(-1 * var(--space-7));
    --margin-right: calc(-1 * var(--space-7));
    --margin-bottom: calc(-1 * var(--space-7));
    --margin-left: calc(-1 * var(--space-7));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .sm\:-rt-r-m-8 {
    --margin-top: calc(-1 * var(--space-8));
    --margin-right: calc(-1 * var(--space-8));
    --margin-bottom: calc(-1 * var(--space-8));
    --margin-left: calc(-1 * var(--space-8));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .sm\:-rt-r-m-9 {
    --margin-top: calc(-1 * var(--space-9));
    --margin-right: calc(-1 * var(--space-9));
    --margin-bottom: calc(-1 * var(--space-9));
    --margin-left: calc(-1 * var(--space-9));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .sm\:rt-r-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:rt-r-mx-0 {
    --margin-left: 0px;
    --margin-right: 0px;
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:rt-r-mx-1 {
    --margin-left: var(--space-1);
    --margin-right: var(--space-1);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:rt-r-mx-2 {
    --margin-left: var(--space-2);
    --margin-right: var(--space-2);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:rt-r-mx-3 {
    --margin-left: var(--space-3);
    --margin-right: var(--space-3);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:rt-r-mx-4 {
    --margin-left: var(--space-4);
    --margin-right: var(--space-4);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:rt-r-mx-5 {
    --margin-left: var(--space-5);
    --margin-right: var(--space-5);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:rt-r-mx-6 {
    --margin-left: var(--space-6);
    --margin-right: var(--space-6);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:rt-r-mx-7 {
    --margin-left: var(--space-7);
    --margin-right: var(--space-7);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:rt-r-mx-8 {
    --margin-left: var(--space-8);
    --margin-right: var(--space-8);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:rt-r-mx-9 {
    --margin-left: var(--space-9);
    --margin-right: var(--space-9);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:-rt-r-mx-1 {
    --margin-left: calc(-1 * var(--space-1));
    --margin-right: calc(-1 * var(--space-1));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:-rt-r-mx-2 {
    --margin-left: calc(-1 * var(--space-2));
    --margin-right: calc(-1 * var(--space-2));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:-rt-r-mx-3 {
    --margin-left: calc(-1 * var(--space-3));
    --margin-right: calc(-1 * var(--space-3));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:-rt-r-mx-4 {
    --margin-left: calc(-1 * var(--space-4));
    --margin-right: calc(-1 * var(--space-4));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:-rt-r-mx-5 {
    --margin-left: calc(-1 * var(--space-5));
    --margin-right: calc(-1 * var(--space-5));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:-rt-r-mx-6 {
    --margin-left: calc(-1 * var(--space-6));
    --margin-right: calc(-1 * var(--space-6));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:-rt-r-mx-7 {
    --margin-left: calc(-1 * var(--space-7));
    --margin-right: calc(-1 * var(--space-7));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:-rt-r-mx-8 {
    --margin-left: calc(-1 * var(--space-8));
    --margin-right: calc(-1 * var(--space-8));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:-rt-r-mx-9 {
    --margin-left: calc(-1 * var(--space-9));
    --margin-right: calc(-1 * var(--space-9));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:rt-r-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:rt-r-my-0 {
    --margin-top: 0px;
    --margin-bottom: 0px;
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:rt-r-my-1 {
    --margin-top: var(--space-1);
    --margin-bottom: var(--space-1);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:rt-r-my-2 {
    --margin-top: var(--space-2);
    --margin-bottom: var(--space-2);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:rt-r-my-3 {
    --margin-top: var(--space-3);
    --margin-bottom: var(--space-3);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:rt-r-my-4 {
    --margin-top: var(--space-4);
    --margin-bottom: var(--space-4);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:rt-r-my-5 {
    --margin-top: var(--space-5);
    --margin-bottom: var(--space-5);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:rt-r-my-6 {
    --margin-top: var(--space-6);
    --margin-bottom: var(--space-6);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:rt-r-my-7 {
    --margin-top: var(--space-7);
    --margin-bottom: var(--space-7);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:rt-r-my-8 {
    --margin-top: var(--space-8);
    --margin-bottom: var(--space-8);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:rt-r-my-9 {
    --margin-top: var(--space-9);
    --margin-bottom: var(--space-9);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:-rt-r-my-1 {
    --margin-top: calc(-1 * var(--space-1));
    --margin-bottom: calc(-1 * var(--space-1));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:-rt-r-my-2 {
    --margin-top: calc(-1 * var(--space-2));
    --margin-bottom: calc(-1 * var(--space-2));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:-rt-r-my-3 {
    --margin-top: calc(-1 * var(--space-3));
    --margin-bottom: calc(-1 * var(--space-3));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:-rt-r-my-4 {
    --margin-top: calc(-1 * var(--space-4));
    --margin-bottom: calc(-1 * var(--space-4));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:-rt-r-my-5 {
    --margin-top: calc(-1 * var(--space-5));
    --margin-bottom: calc(-1 * var(--space-5));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:-rt-r-my-6 {
    --margin-top: calc(-1 * var(--space-6));
    --margin-bottom: calc(-1 * var(--space-6));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:-rt-r-my-7 {
    --margin-top: calc(-1 * var(--space-7));
    --margin-bottom: calc(-1 * var(--space-7));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:-rt-r-my-8 {
    --margin-top: calc(-1 * var(--space-8));
    --margin-bottom: calc(-1 * var(--space-8));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:-rt-r-my-9 {
    --margin-top: calc(-1 * var(--space-9));
    --margin-bottom: calc(-1 * var(--space-9));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:rt-r-mt-auto {
    margin-top: auto;
  }

  .sm\:rt-r-mt-0 {
    --margin-top: 0px;
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .sm\:rt-r-mt-1 {
    --margin-top: var(--space-1);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .sm\:rt-r-mt-2 {
    --margin-top: var(--space-2);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .sm\:rt-r-mt-3 {
    --margin-top: var(--space-3);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .sm\:rt-r-mt-4 {
    --margin-top: var(--space-4);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .sm\:rt-r-mt-5 {
    --margin-top: var(--space-5);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .sm\:rt-r-mt-6 {
    --margin-top: var(--space-6);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .sm\:rt-r-mt-7 {
    --margin-top: var(--space-7);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .sm\:rt-r-mt-8 {
    --margin-top: var(--space-8);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .sm\:rt-r-mt-9 {
    --margin-top: var(--space-9);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .sm\:-rt-r-mt-1 {
    --margin-top: calc(-1 * var(--space-1));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .sm\:-rt-r-mt-2 {
    --margin-top: calc(-1 * var(--space-2));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .sm\:-rt-r-mt-3 {
    --margin-top: calc(-1 * var(--space-3));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .sm\:-rt-r-mt-4 {
    --margin-top: calc(-1 * var(--space-4));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .sm\:-rt-r-mt-5 {
    --margin-top: calc(-1 * var(--space-5));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .sm\:-rt-r-mt-6 {
    --margin-top: calc(-1 * var(--space-6));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .sm\:-rt-r-mt-7 {
    --margin-top: calc(-1 * var(--space-7));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .sm\:-rt-r-mt-8 {
    --margin-top: calc(-1 * var(--space-8));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .sm\:-rt-r-mt-9 {
    --margin-top: calc(-1 * var(--space-9));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .sm\:rt-r-mr-auto {
    margin-right: auto;
  }

  .sm\:rt-r-mr-0 {
    --margin-right: 0px;
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:rt-r-mr-1 {
    --margin-right: var(--space-1);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:rt-r-mr-2 {
    --margin-right: var(--space-2);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:rt-r-mr-3 {
    --margin-right: var(--space-3);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:rt-r-mr-4 {
    --margin-right: var(--space-4);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:rt-r-mr-5 {
    --margin-right: var(--space-5);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:rt-r-mr-6 {
    --margin-right: var(--space-6);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:rt-r-mr-7 {
    --margin-right: var(--space-7);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:rt-r-mr-8 {
    --margin-right: var(--space-8);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:rt-r-mr-9 {
    --margin-right: var(--space-9);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:-rt-r-mr-1 {
    --margin-right: calc(-1 * var(--space-1));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:-rt-r-mr-2 {
    --margin-right: calc(-1 * var(--space-2));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:-rt-r-mr-3 {
    --margin-right: calc(-1 * var(--space-3));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:-rt-r-mr-4 {
    --margin-right: calc(-1 * var(--space-4));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:-rt-r-mr-5 {
    --margin-right: calc(-1 * var(--space-5));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:-rt-r-mr-6 {
    --margin-right: calc(-1 * var(--space-6));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:-rt-r-mr-7 {
    --margin-right: calc(-1 * var(--space-7));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:-rt-r-mr-8 {
    --margin-right: calc(-1 * var(--space-8));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:-rt-r-mr-9 {
    --margin-right: calc(-1 * var(--space-9));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .sm\:rt-r-mb-auto {
    margin-bottom: auto;
  }

  .sm\:rt-r-mb-0 {
    --margin-bottom: 0px;
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:rt-r-mb-1 {
    --margin-bottom: var(--space-1);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:rt-r-mb-2 {
    --margin-bottom: var(--space-2);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:rt-r-mb-3 {
    --margin-bottom: var(--space-3);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:rt-r-mb-4 {
    --margin-bottom: var(--space-4);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:rt-r-mb-5 {
    --margin-bottom: var(--space-5);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:rt-r-mb-6 {
    --margin-bottom: var(--space-6);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:rt-r-mb-7 {
    --margin-bottom: var(--space-7);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:rt-r-mb-8 {
    --margin-bottom: var(--space-8);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:rt-r-mb-9 {
    --margin-bottom: var(--space-9);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:-rt-r-mb-1 {
    --margin-bottom: calc(-1 * var(--space-1));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:-rt-r-mb-2 {
    --margin-bottom: calc(-1 * var(--space-2));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:-rt-r-mb-3 {
    --margin-bottom: calc(-1 * var(--space-3));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:-rt-r-mb-4 {
    --margin-bottom: calc(-1 * var(--space-4));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:-rt-r-mb-5 {
    --margin-bottom: calc(-1 * var(--space-5));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:-rt-r-mb-6 {
    --margin-bottom: calc(-1 * var(--space-6));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:-rt-r-mb-7 {
    --margin-bottom: calc(-1 * var(--space-7));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:-rt-r-mb-8 {
    --margin-bottom: calc(-1 * var(--space-8));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:-rt-r-mb-9 {
    --margin-bottom: calc(-1 * var(--space-9));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .sm\:rt-r-ml-auto {
    margin-left: auto;
  }

  .sm\:rt-r-ml-0 {
    --margin-left: 0px;
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .sm\:rt-r-ml-1 {
    --margin-left: var(--space-1);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .sm\:rt-r-ml-2 {
    --margin-left: var(--space-2);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .sm\:rt-r-ml-3 {
    --margin-left: var(--space-3);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .sm\:rt-r-ml-4 {
    --margin-left: var(--space-4);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .sm\:rt-r-ml-5 {
    --margin-left: var(--space-5);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .sm\:rt-r-ml-6 {
    --margin-left: var(--space-6);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .sm\:rt-r-ml-7 {
    --margin-left: var(--space-7);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .sm\:rt-r-ml-8 {
    --margin-left: var(--space-8);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .sm\:rt-r-ml-9 {
    --margin-left: var(--space-9);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .sm\:-rt-r-ml-1 {
    --margin-left: calc(-1 * var(--space-1));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .sm\:-rt-r-ml-2 {
    --margin-left: calc(-1 * var(--space-2));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .sm\:-rt-r-ml-3 {
    --margin-left: calc(-1 * var(--space-3));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .sm\:-rt-r-ml-4 {
    --margin-left: calc(-1 * var(--space-4));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .sm\:-rt-r-ml-5 {
    --margin-left: calc(-1 * var(--space-5));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .sm\:-rt-r-ml-6 {
    --margin-left: calc(-1 * var(--space-6));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .sm\:-rt-r-ml-7 {
    --margin-left: calc(-1 * var(--space-7));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .sm\:-rt-r-ml-8 {
    --margin-left: calc(-1 * var(--space-8));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .sm\:-rt-r-ml-9 {
    --margin-left: calc(-1 * var(--space-9));
    margin-left: var(--margin-left-override, var(--margin-left));
  }
}
@media (min-width: 1024px) {
  .md\:rt-r-m-auto {
    margin: auto;
  }

  .md\:rt-r-m-0 {
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .md\:rt-r-m-1 {
    --margin-top: var(--space-1);
    --margin-right: var(--space-1);
    --margin-bottom: var(--space-1);
    --margin-left: var(--space-1);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .md\:rt-r-m-2 {
    --margin-top: var(--space-2);
    --margin-right: var(--space-2);
    --margin-bottom: var(--space-2);
    --margin-left: var(--space-2);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .md\:rt-r-m-3 {
    --margin-top: var(--space-3);
    --margin-right: var(--space-3);
    --margin-bottom: var(--space-3);
    --margin-left: var(--space-3);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .md\:rt-r-m-4 {
    --margin-top: var(--space-4);
    --margin-right: var(--space-4);
    --margin-bottom: var(--space-4);
    --margin-left: var(--space-4);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .md\:rt-r-m-5 {
    --margin-top: var(--space-5);
    --margin-right: var(--space-5);
    --margin-bottom: var(--space-5);
    --margin-left: var(--space-5);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .md\:rt-r-m-6 {
    --margin-top: var(--space-6);
    --margin-right: var(--space-6);
    --margin-bottom: var(--space-6);
    --margin-left: var(--space-6);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .md\:rt-r-m-7 {
    --margin-top: var(--space-7);
    --margin-right: var(--space-7);
    --margin-bottom: var(--space-7);
    --margin-left: var(--space-7);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .md\:rt-r-m-8 {
    --margin-top: var(--space-8);
    --margin-right: var(--space-8);
    --margin-bottom: var(--space-8);
    --margin-left: var(--space-8);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .md\:rt-r-m-9 {
    --margin-top: var(--space-9);
    --margin-right: var(--space-9);
    --margin-bottom: var(--space-9);
    --margin-left: var(--space-9);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .md\:-rt-r-m-1 {
    --margin-top: calc(-1 * var(--space-1));
    --margin-right: calc(-1 * var(--space-1));
    --margin-bottom: calc(-1 * var(--space-1));
    --margin-left: calc(-1 * var(--space-1));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .md\:-rt-r-m-2 {
    --margin-top: calc(-1 * var(--space-2));
    --margin-right: calc(-1 * var(--space-2));
    --margin-bottom: calc(-1 * var(--space-2));
    --margin-left: calc(-1 * var(--space-2));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .md\:-rt-r-m-3 {
    --margin-top: calc(-1 * var(--space-3));
    --margin-right: calc(-1 * var(--space-3));
    --margin-bottom: calc(-1 * var(--space-3));
    --margin-left: calc(-1 * var(--space-3));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .md\:-rt-r-m-4 {
    --margin-top: calc(-1 * var(--space-4));
    --margin-right: calc(-1 * var(--space-4));
    --margin-bottom: calc(-1 * var(--space-4));
    --margin-left: calc(-1 * var(--space-4));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .md\:-rt-r-m-5 {
    --margin-top: calc(-1 * var(--space-5));
    --margin-right: calc(-1 * var(--space-5));
    --margin-bottom: calc(-1 * var(--space-5));
    --margin-left: calc(-1 * var(--space-5));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .md\:-rt-r-m-6 {
    --margin-top: calc(-1 * var(--space-6));
    --margin-right: calc(-1 * var(--space-6));
    --margin-bottom: calc(-1 * var(--space-6));
    --margin-left: calc(-1 * var(--space-6));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .md\:-rt-r-m-7 {
    --margin-top: calc(-1 * var(--space-7));
    --margin-right: calc(-1 * var(--space-7));
    --margin-bottom: calc(-1 * var(--space-7));
    --margin-left: calc(-1 * var(--space-7));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .md\:-rt-r-m-8 {
    --margin-top: calc(-1 * var(--space-8));
    --margin-right: calc(-1 * var(--space-8));
    --margin-bottom: calc(-1 * var(--space-8));
    --margin-left: calc(-1 * var(--space-8));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .md\:-rt-r-m-9 {
    --margin-top: calc(-1 * var(--space-9));
    --margin-right: calc(-1 * var(--space-9));
    --margin-bottom: calc(-1 * var(--space-9));
    --margin-left: calc(-1 * var(--space-9));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .md\:rt-r-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:rt-r-mx-0 {
    --margin-left: 0px;
    --margin-right: 0px;
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:rt-r-mx-1 {
    --margin-left: var(--space-1);
    --margin-right: var(--space-1);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:rt-r-mx-2 {
    --margin-left: var(--space-2);
    --margin-right: var(--space-2);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:rt-r-mx-3 {
    --margin-left: var(--space-3);
    --margin-right: var(--space-3);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:rt-r-mx-4 {
    --margin-left: var(--space-4);
    --margin-right: var(--space-4);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:rt-r-mx-5 {
    --margin-left: var(--space-5);
    --margin-right: var(--space-5);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:rt-r-mx-6 {
    --margin-left: var(--space-6);
    --margin-right: var(--space-6);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:rt-r-mx-7 {
    --margin-left: var(--space-7);
    --margin-right: var(--space-7);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:rt-r-mx-8 {
    --margin-left: var(--space-8);
    --margin-right: var(--space-8);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:rt-r-mx-9 {
    --margin-left: var(--space-9);
    --margin-right: var(--space-9);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:-rt-r-mx-1 {
    --margin-left: calc(-1 * var(--space-1));
    --margin-right: calc(-1 * var(--space-1));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:-rt-r-mx-2 {
    --margin-left: calc(-1 * var(--space-2));
    --margin-right: calc(-1 * var(--space-2));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:-rt-r-mx-3 {
    --margin-left: calc(-1 * var(--space-3));
    --margin-right: calc(-1 * var(--space-3));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:-rt-r-mx-4 {
    --margin-left: calc(-1 * var(--space-4));
    --margin-right: calc(-1 * var(--space-4));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:-rt-r-mx-5 {
    --margin-left: calc(-1 * var(--space-5));
    --margin-right: calc(-1 * var(--space-5));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:-rt-r-mx-6 {
    --margin-left: calc(-1 * var(--space-6));
    --margin-right: calc(-1 * var(--space-6));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:-rt-r-mx-7 {
    --margin-left: calc(-1 * var(--space-7));
    --margin-right: calc(-1 * var(--space-7));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:-rt-r-mx-8 {
    --margin-left: calc(-1 * var(--space-8));
    --margin-right: calc(-1 * var(--space-8));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:-rt-r-mx-9 {
    --margin-left: calc(-1 * var(--space-9));
    --margin-right: calc(-1 * var(--space-9));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:rt-r-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:rt-r-my-0 {
    --margin-top: 0px;
    --margin-bottom: 0px;
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:rt-r-my-1 {
    --margin-top: var(--space-1);
    --margin-bottom: var(--space-1);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:rt-r-my-2 {
    --margin-top: var(--space-2);
    --margin-bottom: var(--space-2);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:rt-r-my-3 {
    --margin-top: var(--space-3);
    --margin-bottom: var(--space-3);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:rt-r-my-4 {
    --margin-top: var(--space-4);
    --margin-bottom: var(--space-4);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:rt-r-my-5 {
    --margin-top: var(--space-5);
    --margin-bottom: var(--space-5);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:rt-r-my-6 {
    --margin-top: var(--space-6);
    --margin-bottom: var(--space-6);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:rt-r-my-7 {
    --margin-top: var(--space-7);
    --margin-bottom: var(--space-7);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:rt-r-my-8 {
    --margin-top: var(--space-8);
    --margin-bottom: var(--space-8);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:rt-r-my-9 {
    --margin-top: var(--space-9);
    --margin-bottom: var(--space-9);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:-rt-r-my-1 {
    --margin-top: calc(-1 * var(--space-1));
    --margin-bottom: calc(-1 * var(--space-1));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:-rt-r-my-2 {
    --margin-top: calc(-1 * var(--space-2));
    --margin-bottom: calc(-1 * var(--space-2));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:-rt-r-my-3 {
    --margin-top: calc(-1 * var(--space-3));
    --margin-bottom: calc(-1 * var(--space-3));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:-rt-r-my-4 {
    --margin-top: calc(-1 * var(--space-4));
    --margin-bottom: calc(-1 * var(--space-4));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:-rt-r-my-5 {
    --margin-top: calc(-1 * var(--space-5));
    --margin-bottom: calc(-1 * var(--space-5));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:-rt-r-my-6 {
    --margin-top: calc(-1 * var(--space-6));
    --margin-bottom: calc(-1 * var(--space-6));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:-rt-r-my-7 {
    --margin-top: calc(-1 * var(--space-7));
    --margin-bottom: calc(-1 * var(--space-7));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:-rt-r-my-8 {
    --margin-top: calc(-1 * var(--space-8));
    --margin-bottom: calc(-1 * var(--space-8));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:-rt-r-my-9 {
    --margin-top: calc(-1 * var(--space-9));
    --margin-bottom: calc(-1 * var(--space-9));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:rt-r-mt-auto {
    margin-top: auto;
  }

  .md\:rt-r-mt-0 {
    --margin-top: 0px;
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .md\:rt-r-mt-1 {
    --margin-top: var(--space-1);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .md\:rt-r-mt-2 {
    --margin-top: var(--space-2);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .md\:rt-r-mt-3 {
    --margin-top: var(--space-3);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .md\:rt-r-mt-4 {
    --margin-top: var(--space-4);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .md\:rt-r-mt-5 {
    --margin-top: var(--space-5);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .md\:rt-r-mt-6 {
    --margin-top: var(--space-6);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .md\:rt-r-mt-7 {
    --margin-top: var(--space-7);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .md\:rt-r-mt-8 {
    --margin-top: var(--space-8);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .md\:rt-r-mt-9 {
    --margin-top: var(--space-9);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .md\:-rt-r-mt-1 {
    --margin-top: calc(-1 * var(--space-1));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .md\:-rt-r-mt-2 {
    --margin-top: calc(-1 * var(--space-2));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .md\:-rt-r-mt-3 {
    --margin-top: calc(-1 * var(--space-3));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .md\:-rt-r-mt-4 {
    --margin-top: calc(-1 * var(--space-4));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .md\:-rt-r-mt-5 {
    --margin-top: calc(-1 * var(--space-5));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .md\:-rt-r-mt-6 {
    --margin-top: calc(-1 * var(--space-6));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .md\:-rt-r-mt-7 {
    --margin-top: calc(-1 * var(--space-7));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .md\:-rt-r-mt-8 {
    --margin-top: calc(-1 * var(--space-8));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .md\:-rt-r-mt-9 {
    --margin-top: calc(-1 * var(--space-9));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .md\:rt-r-mr-auto {
    margin-right: auto;
  }

  .md\:rt-r-mr-0 {
    --margin-right: 0px;
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:rt-r-mr-1 {
    --margin-right: var(--space-1);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:rt-r-mr-2 {
    --margin-right: var(--space-2);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:rt-r-mr-3 {
    --margin-right: var(--space-3);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:rt-r-mr-4 {
    --margin-right: var(--space-4);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:rt-r-mr-5 {
    --margin-right: var(--space-5);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:rt-r-mr-6 {
    --margin-right: var(--space-6);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:rt-r-mr-7 {
    --margin-right: var(--space-7);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:rt-r-mr-8 {
    --margin-right: var(--space-8);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:rt-r-mr-9 {
    --margin-right: var(--space-9);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:-rt-r-mr-1 {
    --margin-right: calc(-1 * var(--space-1));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:-rt-r-mr-2 {
    --margin-right: calc(-1 * var(--space-2));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:-rt-r-mr-3 {
    --margin-right: calc(-1 * var(--space-3));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:-rt-r-mr-4 {
    --margin-right: calc(-1 * var(--space-4));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:-rt-r-mr-5 {
    --margin-right: calc(-1 * var(--space-5));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:-rt-r-mr-6 {
    --margin-right: calc(-1 * var(--space-6));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:-rt-r-mr-7 {
    --margin-right: calc(-1 * var(--space-7));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:-rt-r-mr-8 {
    --margin-right: calc(-1 * var(--space-8));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:-rt-r-mr-9 {
    --margin-right: calc(-1 * var(--space-9));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .md\:rt-r-mb-auto {
    margin-bottom: auto;
  }

  .md\:rt-r-mb-0 {
    --margin-bottom: 0px;
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:rt-r-mb-1 {
    --margin-bottom: var(--space-1);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:rt-r-mb-2 {
    --margin-bottom: var(--space-2);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:rt-r-mb-3 {
    --margin-bottom: var(--space-3);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:rt-r-mb-4 {
    --margin-bottom: var(--space-4);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:rt-r-mb-5 {
    --margin-bottom: var(--space-5);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:rt-r-mb-6 {
    --margin-bottom: var(--space-6);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:rt-r-mb-7 {
    --margin-bottom: var(--space-7);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:rt-r-mb-8 {
    --margin-bottom: var(--space-8);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:rt-r-mb-9 {
    --margin-bottom: var(--space-9);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:-rt-r-mb-1 {
    --margin-bottom: calc(-1 * var(--space-1));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:-rt-r-mb-2 {
    --margin-bottom: calc(-1 * var(--space-2));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:-rt-r-mb-3 {
    --margin-bottom: calc(-1 * var(--space-3));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:-rt-r-mb-4 {
    --margin-bottom: calc(-1 * var(--space-4));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:-rt-r-mb-5 {
    --margin-bottom: calc(-1 * var(--space-5));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:-rt-r-mb-6 {
    --margin-bottom: calc(-1 * var(--space-6));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:-rt-r-mb-7 {
    --margin-bottom: calc(-1 * var(--space-7));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:-rt-r-mb-8 {
    --margin-bottom: calc(-1 * var(--space-8));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:-rt-r-mb-9 {
    --margin-bottom: calc(-1 * var(--space-9));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .md\:rt-r-ml-auto {
    margin-left: auto;
  }

  .md\:rt-r-ml-0 {
    --margin-left: 0px;
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .md\:rt-r-ml-1 {
    --margin-left: var(--space-1);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .md\:rt-r-ml-2 {
    --margin-left: var(--space-2);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .md\:rt-r-ml-3 {
    --margin-left: var(--space-3);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .md\:rt-r-ml-4 {
    --margin-left: var(--space-4);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .md\:rt-r-ml-5 {
    --margin-left: var(--space-5);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .md\:rt-r-ml-6 {
    --margin-left: var(--space-6);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .md\:rt-r-ml-7 {
    --margin-left: var(--space-7);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .md\:rt-r-ml-8 {
    --margin-left: var(--space-8);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .md\:rt-r-ml-9 {
    --margin-left: var(--space-9);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .md\:-rt-r-ml-1 {
    --margin-left: calc(-1 * var(--space-1));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .md\:-rt-r-ml-2 {
    --margin-left: calc(-1 * var(--space-2));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .md\:-rt-r-ml-3 {
    --margin-left: calc(-1 * var(--space-3));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .md\:-rt-r-ml-4 {
    --margin-left: calc(-1 * var(--space-4));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .md\:-rt-r-ml-5 {
    --margin-left: calc(-1 * var(--space-5));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .md\:-rt-r-ml-6 {
    --margin-left: calc(-1 * var(--space-6));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .md\:-rt-r-ml-7 {
    --margin-left: calc(-1 * var(--space-7));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .md\:-rt-r-ml-8 {
    --margin-left: calc(-1 * var(--space-8));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .md\:-rt-r-ml-9 {
    --margin-left: calc(-1 * var(--space-9));
    margin-left: var(--margin-left-override, var(--margin-left));
  }
}
@media (min-width: 1280px) {
  .lg\:rt-r-m-auto {
    margin: auto;
  }

  .lg\:rt-r-m-0 {
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .lg\:rt-r-m-1 {
    --margin-top: var(--space-1);
    --margin-right: var(--space-1);
    --margin-bottom: var(--space-1);
    --margin-left: var(--space-1);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .lg\:rt-r-m-2 {
    --margin-top: var(--space-2);
    --margin-right: var(--space-2);
    --margin-bottom: var(--space-2);
    --margin-left: var(--space-2);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .lg\:rt-r-m-3 {
    --margin-top: var(--space-3);
    --margin-right: var(--space-3);
    --margin-bottom: var(--space-3);
    --margin-left: var(--space-3);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .lg\:rt-r-m-4 {
    --margin-top: var(--space-4);
    --margin-right: var(--space-4);
    --margin-bottom: var(--space-4);
    --margin-left: var(--space-4);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .lg\:rt-r-m-5 {
    --margin-top: var(--space-5);
    --margin-right: var(--space-5);
    --margin-bottom: var(--space-5);
    --margin-left: var(--space-5);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .lg\:rt-r-m-6 {
    --margin-top: var(--space-6);
    --margin-right: var(--space-6);
    --margin-bottom: var(--space-6);
    --margin-left: var(--space-6);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .lg\:rt-r-m-7 {
    --margin-top: var(--space-7);
    --margin-right: var(--space-7);
    --margin-bottom: var(--space-7);
    --margin-left: var(--space-7);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .lg\:rt-r-m-8 {
    --margin-top: var(--space-8);
    --margin-right: var(--space-8);
    --margin-bottom: var(--space-8);
    --margin-left: var(--space-8);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .lg\:rt-r-m-9 {
    --margin-top: var(--space-9);
    --margin-right: var(--space-9);
    --margin-bottom: var(--space-9);
    --margin-left: var(--space-9);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .lg\:-rt-r-m-1 {
    --margin-top: calc(-1 * var(--space-1));
    --margin-right: calc(-1 * var(--space-1));
    --margin-bottom: calc(-1 * var(--space-1));
    --margin-left: calc(-1 * var(--space-1));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .lg\:-rt-r-m-2 {
    --margin-top: calc(-1 * var(--space-2));
    --margin-right: calc(-1 * var(--space-2));
    --margin-bottom: calc(-1 * var(--space-2));
    --margin-left: calc(-1 * var(--space-2));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .lg\:-rt-r-m-3 {
    --margin-top: calc(-1 * var(--space-3));
    --margin-right: calc(-1 * var(--space-3));
    --margin-bottom: calc(-1 * var(--space-3));
    --margin-left: calc(-1 * var(--space-3));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .lg\:-rt-r-m-4 {
    --margin-top: calc(-1 * var(--space-4));
    --margin-right: calc(-1 * var(--space-4));
    --margin-bottom: calc(-1 * var(--space-4));
    --margin-left: calc(-1 * var(--space-4));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .lg\:-rt-r-m-5 {
    --margin-top: calc(-1 * var(--space-5));
    --margin-right: calc(-1 * var(--space-5));
    --margin-bottom: calc(-1 * var(--space-5));
    --margin-left: calc(-1 * var(--space-5));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .lg\:-rt-r-m-6 {
    --margin-top: calc(-1 * var(--space-6));
    --margin-right: calc(-1 * var(--space-6));
    --margin-bottom: calc(-1 * var(--space-6));
    --margin-left: calc(-1 * var(--space-6));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .lg\:-rt-r-m-7 {
    --margin-top: calc(-1 * var(--space-7));
    --margin-right: calc(-1 * var(--space-7));
    --margin-bottom: calc(-1 * var(--space-7));
    --margin-left: calc(-1 * var(--space-7));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .lg\:-rt-r-m-8 {
    --margin-top: calc(-1 * var(--space-8));
    --margin-right: calc(-1 * var(--space-8));
    --margin-bottom: calc(-1 * var(--space-8));
    --margin-left: calc(-1 * var(--space-8));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .lg\:-rt-r-m-9 {
    --margin-top: calc(-1 * var(--space-9));
    --margin-right: calc(-1 * var(--space-9));
    --margin-bottom: calc(-1 * var(--space-9));
    --margin-left: calc(-1 * var(--space-9));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .lg\:rt-r-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:rt-r-mx-0 {
    --margin-left: 0px;
    --margin-right: 0px;
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:rt-r-mx-1 {
    --margin-left: var(--space-1);
    --margin-right: var(--space-1);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:rt-r-mx-2 {
    --margin-left: var(--space-2);
    --margin-right: var(--space-2);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:rt-r-mx-3 {
    --margin-left: var(--space-3);
    --margin-right: var(--space-3);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:rt-r-mx-4 {
    --margin-left: var(--space-4);
    --margin-right: var(--space-4);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:rt-r-mx-5 {
    --margin-left: var(--space-5);
    --margin-right: var(--space-5);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:rt-r-mx-6 {
    --margin-left: var(--space-6);
    --margin-right: var(--space-6);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:rt-r-mx-7 {
    --margin-left: var(--space-7);
    --margin-right: var(--space-7);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:rt-r-mx-8 {
    --margin-left: var(--space-8);
    --margin-right: var(--space-8);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:rt-r-mx-9 {
    --margin-left: var(--space-9);
    --margin-right: var(--space-9);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:-rt-r-mx-1 {
    --margin-left: calc(-1 * var(--space-1));
    --margin-right: calc(-1 * var(--space-1));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:-rt-r-mx-2 {
    --margin-left: calc(-1 * var(--space-2));
    --margin-right: calc(-1 * var(--space-2));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:-rt-r-mx-3 {
    --margin-left: calc(-1 * var(--space-3));
    --margin-right: calc(-1 * var(--space-3));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:-rt-r-mx-4 {
    --margin-left: calc(-1 * var(--space-4));
    --margin-right: calc(-1 * var(--space-4));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:-rt-r-mx-5 {
    --margin-left: calc(-1 * var(--space-5));
    --margin-right: calc(-1 * var(--space-5));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:-rt-r-mx-6 {
    --margin-left: calc(-1 * var(--space-6));
    --margin-right: calc(-1 * var(--space-6));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:-rt-r-mx-7 {
    --margin-left: calc(-1 * var(--space-7));
    --margin-right: calc(-1 * var(--space-7));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:-rt-r-mx-8 {
    --margin-left: calc(-1 * var(--space-8));
    --margin-right: calc(-1 * var(--space-8));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:-rt-r-mx-9 {
    --margin-left: calc(-1 * var(--space-9));
    --margin-right: calc(-1 * var(--space-9));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:rt-r-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:rt-r-my-0 {
    --margin-top: 0px;
    --margin-bottom: 0px;
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:rt-r-my-1 {
    --margin-top: var(--space-1);
    --margin-bottom: var(--space-1);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:rt-r-my-2 {
    --margin-top: var(--space-2);
    --margin-bottom: var(--space-2);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:rt-r-my-3 {
    --margin-top: var(--space-3);
    --margin-bottom: var(--space-3);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:rt-r-my-4 {
    --margin-top: var(--space-4);
    --margin-bottom: var(--space-4);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:rt-r-my-5 {
    --margin-top: var(--space-5);
    --margin-bottom: var(--space-5);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:rt-r-my-6 {
    --margin-top: var(--space-6);
    --margin-bottom: var(--space-6);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:rt-r-my-7 {
    --margin-top: var(--space-7);
    --margin-bottom: var(--space-7);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:rt-r-my-8 {
    --margin-top: var(--space-8);
    --margin-bottom: var(--space-8);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:rt-r-my-9 {
    --margin-top: var(--space-9);
    --margin-bottom: var(--space-9);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:-rt-r-my-1 {
    --margin-top: calc(-1 * var(--space-1));
    --margin-bottom: calc(-1 * var(--space-1));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:-rt-r-my-2 {
    --margin-top: calc(-1 * var(--space-2));
    --margin-bottom: calc(-1 * var(--space-2));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:-rt-r-my-3 {
    --margin-top: calc(-1 * var(--space-3));
    --margin-bottom: calc(-1 * var(--space-3));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:-rt-r-my-4 {
    --margin-top: calc(-1 * var(--space-4));
    --margin-bottom: calc(-1 * var(--space-4));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:-rt-r-my-5 {
    --margin-top: calc(-1 * var(--space-5));
    --margin-bottom: calc(-1 * var(--space-5));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:-rt-r-my-6 {
    --margin-top: calc(-1 * var(--space-6));
    --margin-bottom: calc(-1 * var(--space-6));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:-rt-r-my-7 {
    --margin-top: calc(-1 * var(--space-7));
    --margin-bottom: calc(-1 * var(--space-7));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:-rt-r-my-8 {
    --margin-top: calc(-1 * var(--space-8));
    --margin-bottom: calc(-1 * var(--space-8));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:-rt-r-my-9 {
    --margin-top: calc(-1 * var(--space-9));
    --margin-bottom: calc(-1 * var(--space-9));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:rt-r-mt-auto {
    margin-top: auto;
  }

  .lg\:rt-r-mt-0 {
    --margin-top: 0px;
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .lg\:rt-r-mt-1 {
    --margin-top: var(--space-1);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .lg\:rt-r-mt-2 {
    --margin-top: var(--space-2);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .lg\:rt-r-mt-3 {
    --margin-top: var(--space-3);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .lg\:rt-r-mt-4 {
    --margin-top: var(--space-4);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .lg\:rt-r-mt-5 {
    --margin-top: var(--space-5);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .lg\:rt-r-mt-6 {
    --margin-top: var(--space-6);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .lg\:rt-r-mt-7 {
    --margin-top: var(--space-7);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .lg\:rt-r-mt-8 {
    --margin-top: var(--space-8);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .lg\:rt-r-mt-9 {
    --margin-top: var(--space-9);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .lg\:-rt-r-mt-1 {
    --margin-top: calc(-1 * var(--space-1));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .lg\:-rt-r-mt-2 {
    --margin-top: calc(-1 * var(--space-2));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .lg\:-rt-r-mt-3 {
    --margin-top: calc(-1 * var(--space-3));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .lg\:-rt-r-mt-4 {
    --margin-top: calc(-1 * var(--space-4));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .lg\:-rt-r-mt-5 {
    --margin-top: calc(-1 * var(--space-5));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .lg\:-rt-r-mt-6 {
    --margin-top: calc(-1 * var(--space-6));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .lg\:-rt-r-mt-7 {
    --margin-top: calc(-1 * var(--space-7));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .lg\:-rt-r-mt-8 {
    --margin-top: calc(-1 * var(--space-8));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .lg\:-rt-r-mt-9 {
    --margin-top: calc(-1 * var(--space-9));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .lg\:rt-r-mr-auto {
    margin-right: auto;
  }

  .lg\:rt-r-mr-0 {
    --margin-right: 0px;
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:rt-r-mr-1 {
    --margin-right: var(--space-1);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:rt-r-mr-2 {
    --margin-right: var(--space-2);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:rt-r-mr-3 {
    --margin-right: var(--space-3);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:rt-r-mr-4 {
    --margin-right: var(--space-4);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:rt-r-mr-5 {
    --margin-right: var(--space-5);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:rt-r-mr-6 {
    --margin-right: var(--space-6);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:rt-r-mr-7 {
    --margin-right: var(--space-7);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:rt-r-mr-8 {
    --margin-right: var(--space-8);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:rt-r-mr-9 {
    --margin-right: var(--space-9);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:-rt-r-mr-1 {
    --margin-right: calc(-1 * var(--space-1));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:-rt-r-mr-2 {
    --margin-right: calc(-1 * var(--space-2));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:-rt-r-mr-3 {
    --margin-right: calc(-1 * var(--space-3));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:-rt-r-mr-4 {
    --margin-right: calc(-1 * var(--space-4));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:-rt-r-mr-5 {
    --margin-right: calc(-1 * var(--space-5));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:-rt-r-mr-6 {
    --margin-right: calc(-1 * var(--space-6));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:-rt-r-mr-7 {
    --margin-right: calc(-1 * var(--space-7));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:-rt-r-mr-8 {
    --margin-right: calc(-1 * var(--space-8));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:-rt-r-mr-9 {
    --margin-right: calc(-1 * var(--space-9));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .lg\:rt-r-mb-auto {
    margin-bottom: auto;
  }

  .lg\:rt-r-mb-0 {
    --margin-bottom: 0px;
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:rt-r-mb-1 {
    --margin-bottom: var(--space-1);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:rt-r-mb-2 {
    --margin-bottom: var(--space-2);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:rt-r-mb-3 {
    --margin-bottom: var(--space-3);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:rt-r-mb-4 {
    --margin-bottom: var(--space-4);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:rt-r-mb-5 {
    --margin-bottom: var(--space-5);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:rt-r-mb-6 {
    --margin-bottom: var(--space-6);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:rt-r-mb-7 {
    --margin-bottom: var(--space-7);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:rt-r-mb-8 {
    --margin-bottom: var(--space-8);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:rt-r-mb-9 {
    --margin-bottom: var(--space-9);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:-rt-r-mb-1 {
    --margin-bottom: calc(-1 * var(--space-1));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:-rt-r-mb-2 {
    --margin-bottom: calc(-1 * var(--space-2));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:-rt-r-mb-3 {
    --margin-bottom: calc(-1 * var(--space-3));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:-rt-r-mb-4 {
    --margin-bottom: calc(-1 * var(--space-4));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:-rt-r-mb-5 {
    --margin-bottom: calc(-1 * var(--space-5));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:-rt-r-mb-6 {
    --margin-bottom: calc(-1 * var(--space-6));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:-rt-r-mb-7 {
    --margin-bottom: calc(-1 * var(--space-7));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:-rt-r-mb-8 {
    --margin-bottom: calc(-1 * var(--space-8));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:-rt-r-mb-9 {
    --margin-bottom: calc(-1 * var(--space-9));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .lg\:rt-r-ml-auto {
    margin-left: auto;
  }

  .lg\:rt-r-ml-0 {
    --margin-left: 0px;
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .lg\:rt-r-ml-1 {
    --margin-left: var(--space-1);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .lg\:rt-r-ml-2 {
    --margin-left: var(--space-2);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .lg\:rt-r-ml-3 {
    --margin-left: var(--space-3);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .lg\:rt-r-ml-4 {
    --margin-left: var(--space-4);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .lg\:rt-r-ml-5 {
    --margin-left: var(--space-5);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .lg\:rt-r-ml-6 {
    --margin-left: var(--space-6);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .lg\:rt-r-ml-7 {
    --margin-left: var(--space-7);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .lg\:rt-r-ml-8 {
    --margin-left: var(--space-8);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .lg\:rt-r-ml-9 {
    --margin-left: var(--space-9);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .lg\:-rt-r-ml-1 {
    --margin-left: calc(-1 * var(--space-1));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .lg\:-rt-r-ml-2 {
    --margin-left: calc(-1 * var(--space-2));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .lg\:-rt-r-ml-3 {
    --margin-left: calc(-1 * var(--space-3));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .lg\:-rt-r-ml-4 {
    --margin-left: calc(-1 * var(--space-4));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .lg\:-rt-r-ml-5 {
    --margin-left: calc(-1 * var(--space-5));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .lg\:-rt-r-ml-6 {
    --margin-left: calc(-1 * var(--space-6));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .lg\:-rt-r-ml-7 {
    --margin-left: calc(-1 * var(--space-7));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .lg\:-rt-r-ml-8 {
    --margin-left: calc(-1 * var(--space-8));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .lg\:-rt-r-ml-9 {
    --margin-left: calc(-1 * var(--space-9));
    margin-left: var(--margin-left-override, var(--margin-left));
  }
}
@media (min-width: 1640px) {
  .xl\:rt-r-m-auto {
    margin: auto;
  }

  .xl\:rt-r-m-0 {
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xl\:rt-r-m-1 {
    --margin-top: var(--space-1);
    --margin-right: var(--space-1);
    --margin-bottom: var(--space-1);
    --margin-left: var(--space-1);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xl\:rt-r-m-2 {
    --margin-top: var(--space-2);
    --margin-right: var(--space-2);
    --margin-bottom: var(--space-2);
    --margin-left: var(--space-2);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xl\:rt-r-m-3 {
    --margin-top: var(--space-3);
    --margin-right: var(--space-3);
    --margin-bottom: var(--space-3);
    --margin-left: var(--space-3);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xl\:rt-r-m-4 {
    --margin-top: var(--space-4);
    --margin-right: var(--space-4);
    --margin-bottom: var(--space-4);
    --margin-left: var(--space-4);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xl\:rt-r-m-5 {
    --margin-top: var(--space-5);
    --margin-right: var(--space-5);
    --margin-bottom: var(--space-5);
    --margin-left: var(--space-5);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xl\:rt-r-m-6 {
    --margin-top: var(--space-6);
    --margin-right: var(--space-6);
    --margin-bottom: var(--space-6);
    --margin-left: var(--space-6);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xl\:rt-r-m-7 {
    --margin-top: var(--space-7);
    --margin-right: var(--space-7);
    --margin-bottom: var(--space-7);
    --margin-left: var(--space-7);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xl\:rt-r-m-8 {
    --margin-top: var(--space-8);
    --margin-right: var(--space-8);
    --margin-bottom: var(--space-8);
    --margin-left: var(--space-8);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xl\:rt-r-m-9 {
    --margin-top: var(--space-9);
    --margin-right: var(--space-9);
    --margin-bottom: var(--space-9);
    --margin-left: var(--space-9);
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xl\:-rt-r-m-1 {
    --margin-top: calc(-1 * var(--space-1));
    --margin-right: calc(-1 * var(--space-1));
    --margin-bottom: calc(-1 * var(--space-1));
    --margin-left: calc(-1 * var(--space-1));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xl\:-rt-r-m-2 {
    --margin-top: calc(-1 * var(--space-2));
    --margin-right: calc(-1 * var(--space-2));
    --margin-bottom: calc(-1 * var(--space-2));
    --margin-left: calc(-1 * var(--space-2));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xl\:-rt-r-m-3 {
    --margin-top: calc(-1 * var(--space-3));
    --margin-right: calc(-1 * var(--space-3));
    --margin-bottom: calc(-1 * var(--space-3));
    --margin-left: calc(-1 * var(--space-3));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xl\:-rt-r-m-4 {
    --margin-top: calc(-1 * var(--space-4));
    --margin-right: calc(-1 * var(--space-4));
    --margin-bottom: calc(-1 * var(--space-4));
    --margin-left: calc(-1 * var(--space-4));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xl\:-rt-r-m-5 {
    --margin-top: calc(-1 * var(--space-5));
    --margin-right: calc(-1 * var(--space-5));
    --margin-bottom: calc(-1 * var(--space-5));
    --margin-left: calc(-1 * var(--space-5));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xl\:-rt-r-m-6 {
    --margin-top: calc(-1 * var(--space-6));
    --margin-right: calc(-1 * var(--space-6));
    --margin-bottom: calc(-1 * var(--space-6));
    --margin-left: calc(-1 * var(--space-6));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xl\:-rt-r-m-7 {
    --margin-top: calc(-1 * var(--space-7));
    --margin-right: calc(-1 * var(--space-7));
    --margin-bottom: calc(-1 * var(--space-7));
    --margin-left: calc(-1 * var(--space-7));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xl\:-rt-r-m-8 {
    --margin-top: calc(-1 * var(--space-8));
    --margin-right: calc(-1 * var(--space-8));
    --margin-bottom: calc(-1 * var(--space-8));
    --margin-left: calc(-1 * var(--space-8));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xl\:-rt-r-m-9 {
    --margin-top: calc(-1 * var(--space-9));
    --margin-right: calc(-1 * var(--space-9));
    --margin-bottom: calc(-1 * var(--space-9));
    --margin-left: calc(-1 * var(--space-9));
    margin: var(--margin-top-override, var(--margin-top))
      var(--margin-right-override, var(--margin-right))
      var(--margin-bottom-override, var(--margin-bottom))
      var(--margin-left-override, var(--margin-left));
  }

  .xl\:rt-r-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:rt-r-mx-0 {
    --margin-left: 0px;
    --margin-right: 0px;
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:rt-r-mx-1 {
    --margin-left: var(--space-1);
    --margin-right: var(--space-1);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:rt-r-mx-2 {
    --margin-left: var(--space-2);
    --margin-right: var(--space-2);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:rt-r-mx-3 {
    --margin-left: var(--space-3);
    --margin-right: var(--space-3);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:rt-r-mx-4 {
    --margin-left: var(--space-4);
    --margin-right: var(--space-4);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:rt-r-mx-5 {
    --margin-left: var(--space-5);
    --margin-right: var(--space-5);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:rt-r-mx-6 {
    --margin-left: var(--space-6);
    --margin-right: var(--space-6);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:rt-r-mx-7 {
    --margin-left: var(--space-7);
    --margin-right: var(--space-7);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:rt-r-mx-8 {
    --margin-left: var(--space-8);
    --margin-right: var(--space-8);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:rt-r-mx-9 {
    --margin-left: var(--space-9);
    --margin-right: var(--space-9);
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:-rt-r-mx-1 {
    --margin-left: calc(-1 * var(--space-1));
    --margin-right: calc(-1 * var(--space-1));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:-rt-r-mx-2 {
    --margin-left: calc(-1 * var(--space-2));
    --margin-right: calc(-1 * var(--space-2));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:-rt-r-mx-3 {
    --margin-left: calc(-1 * var(--space-3));
    --margin-right: calc(-1 * var(--space-3));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:-rt-r-mx-4 {
    --margin-left: calc(-1 * var(--space-4));
    --margin-right: calc(-1 * var(--space-4));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:-rt-r-mx-5 {
    --margin-left: calc(-1 * var(--space-5));
    --margin-right: calc(-1 * var(--space-5));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:-rt-r-mx-6 {
    --margin-left: calc(-1 * var(--space-6));
    --margin-right: calc(-1 * var(--space-6));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:-rt-r-mx-7 {
    --margin-left: calc(-1 * var(--space-7));
    --margin-right: calc(-1 * var(--space-7));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:-rt-r-mx-8 {
    --margin-left: calc(-1 * var(--space-8));
    --margin-right: calc(-1 * var(--space-8));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:-rt-r-mx-9 {
    --margin-left: calc(-1 * var(--space-9));
    --margin-right: calc(-1 * var(--space-9));
    margin-left: var(--margin-left-override, var(--margin-left));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:rt-r-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:rt-r-my-0 {
    --margin-top: 0px;
    --margin-bottom: 0px;
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:rt-r-my-1 {
    --margin-top: var(--space-1);
    --margin-bottom: var(--space-1);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:rt-r-my-2 {
    --margin-top: var(--space-2);
    --margin-bottom: var(--space-2);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:rt-r-my-3 {
    --margin-top: var(--space-3);
    --margin-bottom: var(--space-3);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:rt-r-my-4 {
    --margin-top: var(--space-4);
    --margin-bottom: var(--space-4);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:rt-r-my-5 {
    --margin-top: var(--space-5);
    --margin-bottom: var(--space-5);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:rt-r-my-6 {
    --margin-top: var(--space-6);
    --margin-bottom: var(--space-6);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:rt-r-my-7 {
    --margin-top: var(--space-7);
    --margin-bottom: var(--space-7);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:rt-r-my-8 {
    --margin-top: var(--space-8);
    --margin-bottom: var(--space-8);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:rt-r-my-9 {
    --margin-top: var(--space-9);
    --margin-bottom: var(--space-9);
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:-rt-r-my-1 {
    --margin-top: calc(-1 * var(--space-1));
    --margin-bottom: calc(-1 * var(--space-1));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:-rt-r-my-2 {
    --margin-top: calc(-1 * var(--space-2));
    --margin-bottom: calc(-1 * var(--space-2));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:-rt-r-my-3 {
    --margin-top: calc(-1 * var(--space-3));
    --margin-bottom: calc(-1 * var(--space-3));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:-rt-r-my-4 {
    --margin-top: calc(-1 * var(--space-4));
    --margin-bottom: calc(-1 * var(--space-4));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:-rt-r-my-5 {
    --margin-top: calc(-1 * var(--space-5));
    --margin-bottom: calc(-1 * var(--space-5));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:-rt-r-my-6 {
    --margin-top: calc(-1 * var(--space-6));
    --margin-bottom: calc(-1 * var(--space-6));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:-rt-r-my-7 {
    --margin-top: calc(-1 * var(--space-7));
    --margin-bottom: calc(-1 * var(--space-7));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:-rt-r-my-8 {
    --margin-top: calc(-1 * var(--space-8));
    --margin-bottom: calc(-1 * var(--space-8));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:-rt-r-my-9 {
    --margin-top: calc(-1 * var(--space-9));
    --margin-bottom: calc(-1 * var(--space-9));
    margin-top: var(--margin-top-override, var(--margin-top));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:rt-r-mt-auto {
    margin-top: auto;
  }

  .xl\:rt-r-mt-0 {
    --margin-top: 0px;
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xl\:rt-r-mt-1 {
    --margin-top: var(--space-1);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xl\:rt-r-mt-2 {
    --margin-top: var(--space-2);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xl\:rt-r-mt-3 {
    --margin-top: var(--space-3);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xl\:rt-r-mt-4 {
    --margin-top: var(--space-4);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xl\:rt-r-mt-5 {
    --margin-top: var(--space-5);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xl\:rt-r-mt-6 {
    --margin-top: var(--space-6);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xl\:rt-r-mt-7 {
    --margin-top: var(--space-7);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xl\:rt-r-mt-8 {
    --margin-top: var(--space-8);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xl\:rt-r-mt-9 {
    --margin-top: var(--space-9);
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xl\:-rt-r-mt-1 {
    --margin-top: calc(-1 * var(--space-1));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xl\:-rt-r-mt-2 {
    --margin-top: calc(-1 * var(--space-2));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xl\:-rt-r-mt-3 {
    --margin-top: calc(-1 * var(--space-3));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xl\:-rt-r-mt-4 {
    --margin-top: calc(-1 * var(--space-4));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xl\:-rt-r-mt-5 {
    --margin-top: calc(-1 * var(--space-5));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xl\:-rt-r-mt-6 {
    --margin-top: calc(-1 * var(--space-6));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xl\:-rt-r-mt-7 {
    --margin-top: calc(-1 * var(--space-7));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xl\:-rt-r-mt-8 {
    --margin-top: calc(-1 * var(--space-8));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xl\:-rt-r-mt-9 {
    --margin-top: calc(-1 * var(--space-9));
    margin-top: var(--margin-top-override, var(--margin-top));
  }

  .xl\:rt-r-mr-auto {
    margin-right: auto;
  }

  .xl\:rt-r-mr-0 {
    --margin-right: 0px;
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:rt-r-mr-1 {
    --margin-right: var(--space-1);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:rt-r-mr-2 {
    --margin-right: var(--space-2);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:rt-r-mr-3 {
    --margin-right: var(--space-3);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:rt-r-mr-4 {
    --margin-right: var(--space-4);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:rt-r-mr-5 {
    --margin-right: var(--space-5);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:rt-r-mr-6 {
    --margin-right: var(--space-6);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:rt-r-mr-7 {
    --margin-right: var(--space-7);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:rt-r-mr-8 {
    --margin-right: var(--space-8);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:rt-r-mr-9 {
    --margin-right: var(--space-9);
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:-rt-r-mr-1 {
    --margin-right: calc(-1 * var(--space-1));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:-rt-r-mr-2 {
    --margin-right: calc(-1 * var(--space-2));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:-rt-r-mr-3 {
    --margin-right: calc(-1 * var(--space-3));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:-rt-r-mr-4 {
    --margin-right: calc(-1 * var(--space-4));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:-rt-r-mr-5 {
    --margin-right: calc(-1 * var(--space-5));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:-rt-r-mr-6 {
    --margin-right: calc(-1 * var(--space-6));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:-rt-r-mr-7 {
    --margin-right: calc(-1 * var(--space-7));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:-rt-r-mr-8 {
    --margin-right: calc(-1 * var(--space-8));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:-rt-r-mr-9 {
    --margin-right: calc(-1 * var(--space-9));
    margin-right: var(--margin-right-override, var(--margin-right));
  }

  .xl\:rt-r-mb-auto {
    margin-bottom: auto;
  }

  .xl\:rt-r-mb-0 {
    --margin-bottom: 0px;
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:rt-r-mb-1 {
    --margin-bottom: var(--space-1);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:rt-r-mb-2 {
    --margin-bottom: var(--space-2);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:rt-r-mb-3 {
    --margin-bottom: var(--space-3);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:rt-r-mb-4 {
    --margin-bottom: var(--space-4);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:rt-r-mb-5 {
    --margin-bottom: var(--space-5);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:rt-r-mb-6 {
    --margin-bottom: var(--space-6);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:rt-r-mb-7 {
    --margin-bottom: var(--space-7);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:rt-r-mb-8 {
    --margin-bottom: var(--space-8);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:rt-r-mb-9 {
    --margin-bottom: var(--space-9);
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:-rt-r-mb-1 {
    --margin-bottom: calc(-1 * var(--space-1));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:-rt-r-mb-2 {
    --margin-bottom: calc(-1 * var(--space-2));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:-rt-r-mb-3 {
    --margin-bottom: calc(-1 * var(--space-3));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:-rt-r-mb-4 {
    --margin-bottom: calc(-1 * var(--space-4));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:-rt-r-mb-5 {
    --margin-bottom: calc(-1 * var(--space-5));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:-rt-r-mb-6 {
    --margin-bottom: calc(-1 * var(--space-6));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:-rt-r-mb-7 {
    --margin-bottom: calc(-1 * var(--space-7));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:-rt-r-mb-8 {
    --margin-bottom: calc(-1 * var(--space-8));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:-rt-r-mb-9 {
    --margin-bottom: calc(-1 * var(--space-9));
    margin-bottom: var(--margin-bottom-override, var(--margin-bottom));
  }

  .xl\:rt-r-ml-auto {
    margin-left: auto;
  }

  .xl\:rt-r-ml-0 {
    --margin-left: 0px;
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xl\:rt-r-ml-1 {
    --margin-left: var(--space-1);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xl\:rt-r-ml-2 {
    --margin-left: var(--space-2);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xl\:rt-r-ml-3 {
    --margin-left: var(--space-3);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xl\:rt-r-ml-4 {
    --margin-left: var(--space-4);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xl\:rt-r-ml-5 {
    --margin-left: var(--space-5);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xl\:rt-r-ml-6 {
    --margin-left: var(--space-6);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xl\:rt-r-ml-7 {
    --margin-left: var(--space-7);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xl\:rt-r-ml-8 {
    --margin-left: var(--space-8);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xl\:rt-r-ml-9 {
    --margin-left: var(--space-9);
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xl\:-rt-r-ml-1 {
    --margin-left: calc(-1 * var(--space-1));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xl\:-rt-r-ml-2 {
    --margin-left: calc(-1 * var(--space-2));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xl\:-rt-r-ml-3 {
    --margin-left: calc(-1 * var(--space-3));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xl\:-rt-r-ml-4 {
    --margin-left: calc(-1 * var(--space-4));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xl\:-rt-r-ml-5 {
    --margin-left: calc(-1 * var(--space-5));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xl\:-rt-r-ml-6 {
    --margin-left: calc(-1 * var(--space-6));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xl\:-rt-r-ml-7 {
    --margin-left: calc(-1 * var(--space-7));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xl\:-rt-r-ml-8 {
    --margin-left: calc(-1 * var(--space-8));
    margin-left: var(--margin-left-override, var(--margin-left));
  }

  .xl\:-rt-r-ml-9 {
    --margin-left: calc(-1 * var(--space-9));
    margin-left: var(--margin-left-override, var(--margin-left));
  }
}
@media all {
  .rt-r-p-0 {
    padding: 0;
  }

  .rt-r-p-1 {
    padding: var(--space-1);
  }

  .rt-r-p-2 {
    padding: var(--space-2);
  }

  .rt-r-p-3 {
    padding: var(--space-3);
  }

  .rt-r-p-4 {
    padding: var(--space-4);
  }

  .rt-r-p-5 {
    padding: var(--space-5);
  }

  .rt-r-p-6 {
    padding: var(--space-6);
  }

  .rt-r-p-7 {
    padding: var(--space-7);
  }

  .rt-r-p-8 {
    padding: var(--space-8);
  }

  .rt-r-p-9 {
    padding: var(--space-9);
  }

  .rt-r-p-current {
    padding: var(--inset-padding);
  }

  .rt-r-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-r-px-1 {
    padding-left: var(--space-1);
    padding-right: var(--space-1);
  }

  .rt-r-px-2 {
    padding-left: var(--space-2);
    padding-right: var(--space-2);
  }

  .rt-r-px-3 {
    padding-left: var(--space-3);
    padding-right: var(--space-3);
  }

  .rt-r-px-4 {
    padding-left: var(--space-4);
    padding-right: var(--space-4);
  }

  .rt-r-px-5 {
    padding-left: var(--space-5);
    padding-right: var(--space-5);
  }

  .rt-r-px-6 {
    padding-left: var(--space-6);
    padding-right: var(--space-6);
  }

  .rt-r-px-7 {
    padding-left: var(--space-7);
    padding-right: var(--space-7);
  }

  .rt-r-px-8 {
    padding-left: var(--space-8);
    padding-right: var(--space-8);
  }

  .rt-r-px-9 {
    padding-left: var(--space-9);
    padding-right: var(--space-9);
  }

  .rt-r-px-current {
    padding-left: var(--inset-padding);
    padding-right: var(--inset-padding);
  }

  .rt-r-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rt-r-py-1 {
    padding-top: var(--space-1);
    padding-bottom: var(--space-1);
  }

  .rt-r-py-2 {
    padding-top: var(--space-2);
    padding-bottom: var(--space-2);
  }

  .rt-r-py-3 {
    padding-top: var(--space-3);
    padding-bottom: var(--space-3);
  }

  .rt-r-py-4 {
    padding-top: var(--space-4);
    padding-bottom: var(--space-4);
  }

  .rt-r-py-5 {
    padding-top: var(--space-5);
    padding-bottom: var(--space-5);
  }

  .rt-r-py-6 {
    padding-top: var(--space-6);
    padding-bottom: var(--space-6);
  }

  .rt-r-py-7 {
    padding-top: var(--space-7);
    padding-bottom: var(--space-7);
  }

  .rt-r-py-8 {
    padding-top: var(--space-8);
    padding-bottom: var(--space-8);
  }

  .rt-r-py-9 {
    padding-top: var(--space-9);
    padding-bottom: var(--space-9);
  }

  .rt-r-py-current {
    padding-top: var(--inset-padding);
    padding-bottom: var(--inset-padding);
  }

  .rt-r-pt-0 {
    padding-top: 0;
  }

  .rt-r-pt-1 {
    padding-top: var(--space-1);
  }

  .rt-r-pt-2 {
    padding-top: var(--space-2);
  }

  .rt-r-pt-3 {
    padding-top: var(--space-3);
  }

  .rt-r-pt-4 {
    padding-top: var(--space-4);
  }

  .rt-r-pt-5 {
    padding-top: var(--space-5);
  }

  .rt-r-pt-6 {
    padding-top: var(--space-6);
  }

  .rt-r-pt-7 {
    padding-top: var(--space-7);
  }

  .rt-r-pt-8 {
    padding-top: var(--space-8);
  }

  .rt-r-pt-9 {
    padding-top: var(--space-9);
  }

  .rt-r-pt-current {
    padding-top: var(--inset-padding);
  }

  .rt-r-pr-0 {
    padding-right: 0;
  }

  .rt-r-pr-1 {
    padding-right: var(--space-1);
  }

  .rt-r-pr-2 {
    padding-right: var(--space-2);
  }

  .rt-r-pr-3 {
    padding-right: var(--space-3);
  }

  .rt-r-pr-4 {
    padding-right: var(--space-4);
  }

  .rt-r-pr-5 {
    padding-right: var(--space-5);
  }

  .rt-r-pr-6 {
    padding-right: var(--space-6);
  }

  .rt-r-pr-7 {
    padding-right: var(--space-7);
  }

  .rt-r-pr-8 {
    padding-right: var(--space-8);
  }

  .rt-r-pr-9 {
    padding-right: var(--space-9);
  }

  .rt-r-pr-current {
    padding-right: var(--inset-padding);
  }

  .rt-r-pb-0 {
    padding-bottom: 0;
  }

  .rt-r-pb-1 {
    padding-bottom: var(--space-1);
  }

  .rt-r-pb-2 {
    padding-bottom: var(--space-2);
  }

  .rt-r-pb-3 {
    padding-bottom: var(--space-3);
  }

  .rt-r-pb-4 {
    padding-bottom: var(--space-4);
  }

  .rt-r-pb-5 {
    padding-bottom: var(--space-5);
  }

  .rt-r-pb-6 {
    padding-bottom: var(--space-6);
  }

  .rt-r-pb-7 {
    padding-bottom: var(--space-7);
  }

  .rt-r-pb-8 {
    padding-bottom: var(--space-8);
  }

  .rt-r-pb-9 {
    padding-bottom: var(--space-9);
  }

  .rt-r-pb-current {
    padding-bottom: var(--inset-padding);
  }

  .rt-r-pl-0 {
    padding-left: 0;
  }

  .rt-r-pl-1 {
    padding-left: var(--space-1);
  }

  .rt-r-pl-2 {
    padding-left: var(--space-2);
  }

  .rt-r-pl-3 {
    padding-left: var(--space-3);
  }

  .rt-r-pl-4 {
    padding-left: var(--space-4);
  }

  .rt-r-pl-5 {
    padding-left: var(--space-5);
  }

  .rt-r-pl-6 {
    padding-left: var(--space-6);
  }

  .rt-r-pl-7 {
    padding-left: var(--space-7);
  }

  .rt-r-pl-8 {
    padding-left: var(--space-8);
  }

  .rt-r-pl-9 {
    padding-left: var(--space-9);
  }

  .rt-r-pl-current {
    padding-left: var(--inset-padding);
  }
}
@media (min-width: 520px) {
  .xs\:rt-r-p-0 {
    padding: 0;
  }

  .xs\:rt-r-p-1 {
    padding: var(--space-1);
  }

  .xs\:rt-r-p-2 {
    padding: var(--space-2);
  }

  .xs\:rt-r-p-3 {
    padding: var(--space-3);
  }

  .xs\:rt-r-p-4 {
    padding: var(--space-4);
  }

  .xs\:rt-r-p-5 {
    padding: var(--space-5);
  }

  .xs\:rt-r-p-6 {
    padding: var(--space-6);
  }

  .xs\:rt-r-p-7 {
    padding: var(--space-7);
  }

  .xs\:rt-r-p-8 {
    padding: var(--space-8);
  }

  .xs\:rt-r-p-9 {
    padding: var(--space-9);
  }

  .xs\:rt-r-p-current {
    padding: var(--inset-padding);
  }

  .xs\:rt-r-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xs\:rt-r-px-1 {
    padding-left: var(--space-1);
    padding-right: var(--space-1);
  }

  .xs\:rt-r-px-2 {
    padding-left: var(--space-2);
    padding-right: var(--space-2);
  }

  .xs\:rt-r-px-3 {
    padding-left: var(--space-3);
    padding-right: var(--space-3);
  }

  .xs\:rt-r-px-4 {
    padding-left: var(--space-4);
    padding-right: var(--space-4);
  }

  .xs\:rt-r-px-5 {
    padding-left: var(--space-5);
    padding-right: var(--space-5);
  }

  .xs\:rt-r-px-6 {
    padding-left: var(--space-6);
    padding-right: var(--space-6);
  }

  .xs\:rt-r-px-7 {
    padding-left: var(--space-7);
    padding-right: var(--space-7);
  }

  .xs\:rt-r-px-8 {
    padding-left: var(--space-8);
    padding-right: var(--space-8);
  }

  .xs\:rt-r-px-9 {
    padding-left: var(--space-9);
    padding-right: var(--space-9);
  }

  .xs\:rt-r-px-current {
    padding-left: var(--inset-padding);
    padding-right: var(--inset-padding);
  }

  .xs\:rt-r-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs\:rt-r-py-1 {
    padding-top: var(--space-1);
    padding-bottom: var(--space-1);
  }

  .xs\:rt-r-py-2 {
    padding-top: var(--space-2);
    padding-bottom: var(--space-2);
  }

  .xs\:rt-r-py-3 {
    padding-top: var(--space-3);
    padding-bottom: var(--space-3);
  }

  .xs\:rt-r-py-4 {
    padding-top: var(--space-4);
    padding-bottom: var(--space-4);
  }

  .xs\:rt-r-py-5 {
    padding-top: var(--space-5);
    padding-bottom: var(--space-5);
  }

  .xs\:rt-r-py-6 {
    padding-top: var(--space-6);
    padding-bottom: var(--space-6);
  }

  .xs\:rt-r-py-7 {
    padding-top: var(--space-7);
    padding-bottom: var(--space-7);
  }

  .xs\:rt-r-py-8 {
    padding-top: var(--space-8);
    padding-bottom: var(--space-8);
  }

  .xs\:rt-r-py-9 {
    padding-top: var(--space-9);
    padding-bottom: var(--space-9);
  }

  .xs\:rt-r-py-current {
    padding-top: var(--inset-padding);
    padding-bottom: var(--inset-padding);
  }

  .xs\:rt-r-pt-0 {
    padding-top: 0;
  }

  .xs\:rt-r-pt-1 {
    padding-top: var(--space-1);
  }

  .xs\:rt-r-pt-2 {
    padding-top: var(--space-2);
  }

  .xs\:rt-r-pt-3 {
    padding-top: var(--space-3);
  }

  .xs\:rt-r-pt-4 {
    padding-top: var(--space-4);
  }

  .xs\:rt-r-pt-5 {
    padding-top: var(--space-5);
  }

  .xs\:rt-r-pt-6 {
    padding-top: var(--space-6);
  }

  .xs\:rt-r-pt-7 {
    padding-top: var(--space-7);
  }

  .xs\:rt-r-pt-8 {
    padding-top: var(--space-8);
  }

  .xs\:rt-r-pt-9 {
    padding-top: var(--space-9);
  }

  .xs\:rt-r-pt-current {
    padding-top: var(--inset-padding);
  }

  .xs\:rt-r-pr-0 {
    padding-right: 0;
  }

  .xs\:rt-r-pr-1 {
    padding-right: var(--space-1);
  }

  .xs\:rt-r-pr-2 {
    padding-right: var(--space-2);
  }

  .xs\:rt-r-pr-3 {
    padding-right: var(--space-3);
  }

  .xs\:rt-r-pr-4 {
    padding-right: var(--space-4);
  }

  .xs\:rt-r-pr-5 {
    padding-right: var(--space-5);
  }

  .xs\:rt-r-pr-6 {
    padding-right: var(--space-6);
  }

  .xs\:rt-r-pr-7 {
    padding-right: var(--space-7);
  }

  .xs\:rt-r-pr-8 {
    padding-right: var(--space-8);
  }

  .xs\:rt-r-pr-9 {
    padding-right: var(--space-9);
  }

  .xs\:rt-r-pr-current {
    padding-right: var(--inset-padding);
  }

  .xs\:rt-r-pb-0 {
    padding-bottom: 0;
  }

  .xs\:rt-r-pb-1 {
    padding-bottom: var(--space-1);
  }

  .xs\:rt-r-pb-2 {
    padding-bottom: var(--space-2);
  }

  .xs\:rt-r-pb-3 {
    padding-bottom: var(--space-3);
  }

  .xs\:rt-r-pb-4 {
    padding-bottom: var(--space-4);
  }

  .xs\:rt-r-pb-5 {
    padding-bottom: var(--space-5);
  }

  .xs\:rt-r-pb-6 {
    padding-bottom: var(--space-6);
  }

  .xs\:rt-r-pb-7 {
    padding-bottom: var(--space-7);
  }

  .xs\:rt-r-pb-8 {
    padding-bottom: var(--space-8);
  }

  .xs\:rt-r-pb-9 {
    padding-bottom: var(--space-9);
  }

  .xs\:rt-r-pb-current {
    padding-bottom: var(--inset-padding);
  }

  .xs\:rt-r-pl-0 {
    padding-left: 0;
  }

  .xs\:rt-r-pl-1 {
    padding-left: var(--space-1);
  }

  .xs\:rt-r-pl-2 {
    padding-left: var(--space-2);
  }

  .xs\:rt-r-pl-3 {
    padding-left: var(--space-3);
  }

  .xs\:rt-r-pl-4 {
    padding-left: var(--space-4);
  }

  .xs\:rt-r-pl-5 {
    padding-left: var(--space-5);
  }

  .xs\:rt-r-pl-6 {
    padding-left: var(--space-6);
  }

  .xs\:rt-r-pl-7 {
    padding-left: var(--space-7);
  }

  .xs\:rt-r-pl-8 {
    padding-left: var(--space-8);
  }

  .xs\:rt-r-pl-9 {
    padding-left: var(--space-9);
  }

  .xs\:rt-r-pl-current {
    padding-left: var(--inset-padding);
  }
}
@media (min-width: 768px) {
  .sm\:rt-r-p-0 {
    padding: 0;
  }

  .sm\:rt-r-p-1 {
    padding: var(--space-1);
  }

  .sm\:rt-r-p-2 {
    padding: var(--space-2);
  }

  .sm\:rt-r-p-3 {
    padding: var(--space-3);
  }

  .sm\:rt-r-p-4 {
    padding: var(--space-4);
  }

  .sm\:rt-r-p-5 {
    padding: var(--space-5);
  }

  .sm\:rt-r-p-6 {
    padding: var(--space-6);
  }

  .sm\:rt-r-p-7 {
    padding: var(--space-7);
  }

  .sm\:rt-r-p-8 {
    padding: var(--space-8);
  }

  .sm\:rt-r-p-9 {
    padding: var(--space-9);
  }

  .sm\:rt-r-p-current {
    padding: var(--inset-padding);
  }

  .sm\:rt-r-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:rt-r-px-1 {
    padding-left: var(--space-1);
    padding-right: var(--space-1);
  }

  .sm\:rt-r-px-2 {
    padding-left: var(--space-2);
    padding-right: var(--space-2);
  }

  .sm\:rt-r-px-3 {
    padding-left: var(--space-3);
    padding-right: var(--space-3);
  }

  .sm\:rt-r-px-4 {
    padding-left: var(--space-4);
    padding-right: var(--space-4);
  }

  .sm\:rt-r-px-5 {
    padding-left: var(--space-5);
    padding-right: var(--space-5);
  }

  .sm\:rt-r-px-6 {
    padding-left: var(--space-6);
    padding-right: var(--space-6);
  }

  .sm\:rt-r-px-7 {
    padding-left: var(--space-7);
    padding-right: var(--space-7);
  }

  .sm\:rt-r-px-8 {
    padding-left: var(--space-8);
    padding-right: var(--space-8);
  }

  .sm\:rt-r-px-9 {
    padding-left: var(--space-9);
    padding-right: var(--space-9);
  }

  .sm\:rt-r-px-current {
    padding-left: var(--inset-padding);
    padding-right: var(--inset-padding);
  }

  .sm\:rt-r-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:rt-r-py-1 {
    padding-top: var(--space-1);
    padding-bottom: var(--space-1);
  }

  .sm\:rt-r-py-2 {
    padding-top: var(--space-2);
    padding-bottom: var(--space-2);
  }

  .sm\:rt-r-py-3 {
    padding-top: var(--space-3);
    padding-bottom: var(--space-3);
  }

  .sm\:rt-r-py-4 {
    padding-top: var(--space-4);
    padding-bottom: var(--space-4);
  }

  .sm\:rt-r-py-5 {
    padding-top: var(--space-5);
    padding-bottom: var(--space-5);
  }

  .sm\:rt-r-py-6 {
    padding-top: var(--space-6);
    padding-bottom: var(--space-6);
  }

  .sm\:rt-r-py-7 {
    padding-top: var(--space-7);
    padding-bottom: var(--space-7);
  }

  .sm\:rt-r-py-8 {
    padding-top: var(--space-8);
    padding-bottom: var(--space-8);
  }

  .sm\:rt-r-py-9 {
    padding-top: var(--space-9);
    padding-bottom: var(--space-9);
  }

  .sm\:rt-r-py-current {
    padding-top: var(--inset-padding);
    padding-bottom: var(--inset-padding);
  }

  .sm\:rt-r-pt-0 {
    padding-top: 0;
  }

  .sm\:rt-r-pt-1 {
    padding-top: var(--space-1);
  }

  .sm\:rt-r-pt-2 {
    padding-top: var(--space-2);
  }

  .sm\:rt-r-pt-3 {
    padding-top: var(--space-3);
  }

  .sm\:rt-r-pt-4 {
    padding-top: var(--space-4);
  }

  .sm\:rt-r-pt-5 {
    padding-top: var(--space-5);
  }

  .sm\:rt-r-pt-6 {
    padding-top: var(--space-6);
  }

  .sm\:rt-r-pt-7 {
    padding-top: var(--space-7);
  }

  .sm\:rt-r-pt-8 {
    padding-top: var(--space-8);
  }

  .sm\:rt-r-pt-9 {
    padding-top: var(--space-9);
  }

  .sm\:rt-r-pt-current {
    padding-top: var(--inset-padding);
  }

  .sm\:rt-r-pr-0 {
    padding-right: 0;
  }

  .sm\:rt-r-pr-1 {
    padding-right: var(--space-1);
  }

  .sm\:rt-r-pr-2 {
    padding-right: var(--space-2);
  }

  .sm\:rt-r-pr-3 {
    padding-right: var(--space-3);
  }

  .sm\:rt-r-pr-4 {
    padding-right: var(--space-4);
  }

  .sm\:rt-r-pr-5 {
    padding-right: var(--space-5);
  }

  .sm\:rt-r-pr-6 {
    padding-right: var(--space-6);
  }

  .sm\:rt-r-pr-7 {
    padding-right: var(--space-7);
  }

  .sm\:rt-r-pr-8 {
    padding-right: var(--space-8);
  }

  .sm\:rt-r-pr-9 {
    padding-right: var(--space-9);
  }

  .sm\:rt-r-pr-current {
    padding-right: var(--inset-padding);
  }

  .sm\:rt-r-pb-0 {
    padding-bottom: 0;
  }

  .sm\:rt-r-pb-1 {
    padding-bottom: var(--space-1);
  }

  .sm\:rt-r-pb-2 {
    padding-bottom: var(--space-2);
  }

  .sm\:rt-r-pb-3 {
    padding-bottom: var(--space-3);
  }

  .sm\:rt-r-pb-4 {
    padding-bottom: var(--space-4);
  }

  .sm\:rt-r-pb-5 {
    padding-bottom: var(--space-5);
  }

  .sm\:rt-r-pb-6 {
    padding-bottom: var(--space-6);
  }

  .sm\:rt-r-pb-7 {
    padding-bottom: var(--space-7);
  }

  .sm\:rt-r-pb-8 {
    padding-bottom: var(--space-8);
  }

  .sm\:rt-r-pb-9 {
    padding-bottom: var(--space-9);
  }

  .sm\:rt-r-pb-current {
    padding-bottom: var(--inset-padding);
  }

  .sm\:rt-r-pl-0 {
    padding-left: 0;
  }

  .sm\:rt-r-pl-1 {
    padding-left: var(--space-1);
  }

  .sm\:rt-r-pl-2 {
    padding-left: var(--space-2);
  }

  .sm\:rt-r-pl-3 {
    padding-left: var(--space-3);
  }

  .sm\:rt-r-pl-4 {
    padding-left: var(--space-4);
  }

  .sm\:rt-r-pl-5 {
    padding-left: var(--space-5);
  }

  .sm\:rt-r-pl-6 {
    padding-left: var(--space-6);
  }

  .sm\:rt-r-pl-7 {
    padding-left: var(--space-7);
  }

  .sm\:rt-r-pl-8 {
    padding-left: var(--space-8);
  }

  .sm\:rt-r-pl-9 {
    padding-left: var(--space-9);
  }

  .sm\:rt-r-pl-current {
    padding-left: var(--inset-padding);
  }
}
@media (min-width: 1024px) {
  .md\:rt-r-p-0 {
    padding: 0;
  }

  .md\:rt-r-p-1 {
    padding: var(--space-1);
  }

  .md\:rt-r-p-2 {
    padding: var(--space-2);
  }

  .md\:rt-r-p-3 {
    padding: var(--space-3);
  }

  .md\:rt-r-p-4 {
    padding: var(--space-4);
  }

  .md\:rt-r-p-5 {
    padding: var(--space-5);
  }

  .md\:rt-r-p-6 {
    padding: var(--space-6);
  }

  .md\:rt-r-p-7 {
    padding: var(--space-7);
  }

  .md\:rt-r-p-8 {
    padding: var(--space-8);
  }

  .md\:rt-r-p-9 {
    padding: var(--space-9);
  }

  .md\:rt-r-p-current {
    padding: var(--inset-padding);
  }

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

  .md\:rt-r-px-1 {
    padding-left: var(--space-1);
    padding-right: var(--space-1);
  }

  .md\:rt-r-px-2 {
    padding-left: var(--space-2);
    padding-right: var(--space-2);
  }

  .md\:rt-r-px-3 {
    padding-left: var(--space-3);
    padding-right: var(--space-3);
  }

  .md\:rt-r-px-4 {
    padding-left: var(--space-4);
    padding-right: var(--space-4);
  }

  .md\:rt-r-px-5 {
    padding-left: var(--space-5);
    padding-right: var(--space-5);
  }

  .md\:rt-r-px-6 {
    padding-left: var(--space-6);
    padding-right: var(--space-6);
  }

  .md\:rt-r-px-7 {
    padding-left: var(--space-7);
    padding-right: var(--space-7);
  }

  .md\:rt-r-px-8 {
    padding-left: var(--space-8);
    padding-right: var(--space-8);
  }

  .md\:rt-r-px-9 {
    padding-left: var(--space-9);
    padding-right: var(--space-9);
  }

  .md\:rt-r-px-current {
    padding-left: var(--inset-padding);
    padding-right: var(--inset-padding);
  }

  .md\:rt-r-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:rt-r-py-1 {
    padding-top: var(--space-1);
    padding-bottom: var(--space-1);
  }

  .md\:rt-r-py-2 {
    padding-top: var(--space-2);
    padding-bottom: var(--space-2);
  }

  .md\:rt-r-py-3 {
    padding-top: var(--space-3);
    padding-bottom: var(--space-3);
  }

  .md\:rt-r-py-4 {
    padding-top: var(--space-4);
    padding-bottom: var(--space-4);
  }

  .md\:rt-r-py-5 {
    padding-top: var(--space-5);
    padding-bottom: var(--space-5);
  }

  .md\:rt-r-py-6 {
    padding-top: var(--space-6);
    padding-bottom: var(--space-6);
  }

  .md\:rt-r-py-7 {
    padding-top: var(--space-7);
    padding-bottom: var(--space-7);
  }

  .md\:rt-r-py-8 {
    padding-top: var(--space-8);
    padding-bottom: var(--space-8);
  }

  .md\:rt-r-py-9 {
    padding-top: var(--space-9);
    padding-bottom: var(--space-9);
  }

  .md\:rt-r-py-current {
    padding-top: var(--inset-padding);
    padding-bottom: var(--inset-padding);
  }

  .md\:rt-r-pt-0 {
    padding-top: 0;
  }

  .md\:rt-r-pt-1 {
    padding-top: var(--space-1);
  }

  .md\:rt-r-pt-2 {
    padding-top: var(--space-2);
  }

  .md\:rt-r-pt-3 {
    padding-top: var(--space-3);
  }

  .md\:rt-r-pt-4 {
    padding-top: var(--space-4);
  }

  .md\:rt-r-pt-5 {
    padding-top: var(--space-5);
  }

  .md\:rt-r-pt-6 {
    padding-top: var(--space-6);
  }

  .md\:rt-r-pt-7 {
    padding-top: var(--space-7);
  }

  .md\:rt-r-pt-8 {
    padding-top: var(--space-8);
  }

  .md\:rt-r-pt-9 {
    padding-top: var(--space-9);
  }

  .md\:rt-r-pt-current {
    padding-top: var(--inset-padding);
  }

  .md\:rt-r-pr-0 {
    padding-right: 0;
  }

  .md\:rt-r-pr-1 {
    padding-right: var(--space-1);
  }

  .md\:rt-r-pr-2 {
    padding-right: var(--space-2);
  }

  .md\:rt-r-pr-3 {
    padding-right: var(--space-3);
  }

  .md\:rt-r-pr-4 {
    padding-right: var(--space-4);
  }

  .md\:rt-r-pr-5 {
    padding-right: var(--space-5);
  }

  .md\:rt-r-pr-6 {
    padding-right: var(--space-6);
  }

  .md\:rt-r-pr-7 {
    padding-right: var(--space-7);
  }

  .md\:rt-r-pr-8 {
    padding-right: var(--space-8);
  }

  .md\:rt-r-pr-9 {
    padding-right: var(--space-9);
  }

  .md\:rt-r-pr-current {
    padding-right: var(--inset-padding);
  }

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

  .md\:rt-r-pb-1 {
    padding-bottom: var(--space-1);
  }

  .md\:rt-r-pb-2 {
    padding-bottom: var(--space-2);
  }

  .md\:rt-r-pb-3 {
    padding-bottom: var(--space-3);
  }

  .md\:rt-r-pb-4 {
    padding-bottom: var(--space-4);
  }

  .md\:rt-r-pb-5 {
    padding-bottom: var(--space-5);
  }

  .md\:rt-r-pb-6 {
    padding-bottom: var(--space-6);
  }

  .md\:rt-r-pb-7 {
    padding-bottom: var(--space-7);
  }

  .md\:rt-r-pb-8 {
    padding-bottom: var(--space-8);
  }

  .md\:rt-r-pb-9 {
    padding-bottom: var(--space-9);
  }

  .md\:rt-r-pb-current {
    padding-bottom: var(--inset-padding);
  }

  .md\:rt-r-pl-0 {
    padding-left: 0;
  }

  .md\:rt-r-pl-1 {
    padding-left: var(--space-1);
  }

  .md\:rt-r-pl-2 {
    padding-left: var(--space-2);
  }

  .md\:rt-r-pl-3 {
    padding-left: var(--space-3);
  }

  .md\:rt-r-pl-4 {
    padding-left: var(--space-4);
  }

  .md\:rt-r-pl-5 {
    padding-left: var(--space-5);
  }

  .md\:rt-r-pl-6 {
    padding-left: var(--space-6);
  }

  .md\:rt-r-pl-7 {
    padding-left: var(--space-7);
  }

  .md\:rt-r-pl-8 {
    padding-left: var(--space-8);
  }

  .md\:rt-r-pl-9 {
    padding-left: var(--space-9);
  }

  .md\:rt-r-pl-current {
    padding-left: var(--inset-padding);
  }
}
@media (min-width: 1280px) {
  .lg\:rt-r-p-0 {
    padding: 0;
  }

  .lg\:rt-r-p-1 {
    padding: var(--space-1);
  }

  .lg\:rt-r-p-2 {
    padding: var(--space-2);
  }

  .lg\:rt-r-p-3 {
    padding: var(--space-3);
  }

  .lg\:rt-r-p-4 {
    padding: var(--space-4);
  }

  .lg\:rt-r-p-5 {
    padding: var(--space-5);
  }

  .lg\:rt-r-p-6 {
    padding: var(--space-6);
  }

  .lg\:rt-r-p-7 {
    padding: var(--space-7);
  }

  .lg\:rt-r-p-8 {
    padding: var(--space-8);
  }

  .lg\:rt-r-p-9 {
    padding: var(--space-9);
  }

  .lg\:rt-r-p-current {
    padding: var(--inset-padding);
  }

  .lg\:rt-r-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:rt-r-px-1 {
    padding-left: var(--space-1);
    padding-right: var(--space-1);
  }

  .lg\:rt-r-px-2 {
    padding-left: var(--space-2);
    padding-right: var(--space-2);
  }

  .lg\:rt-r-px-3 {
    padding-left: var(--space-3);
    padding-right: var(--space-3);
  }

  .lg\:rt-r-px-4 {
    padding-left: var(--space-4);
    padding-right: var(--space-4);
  }

  .lg\:rt-r-px-5 {
    padding-left: var(--space-5);
    padding-right: var(--space-5);
  }

  .lg\:rt-r-px-6 {
    padding-left: var(--space-6);
    padding-right: var(--space-6);
  }

  .lg\:rt-r-px-7 {
    padding-left: var(--space-7);
    padding-right: var(--space-7);
  }

  .lg\:rt-r-px-8 {
    padding-left: var(--space-8);
    padding-right: var(--space-8);
  }

  .lg\:rt-r-px-9 {
    padding-left: var(--space-9);
    padding-right: var(--space-9);
  }

  .lg\:rt-r-px-current {
    padding-left: var(--inset-padding);
    padding-right: var(--inset-padding);
  }

  .lg\:rt-r-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:rt-r-py-1 {
    padding-top: var(--space-1);
    padding-bottom: var(--space-1);
  }

  .lg\:rt-r-py-2 {
    padding-top: var(--space-2);
    padding-bottom: var(--space-2);
  }

  .lg\:rt-r-py-3 {
    padding-top: var(--space-3);
    padding-bottom: var(--space-3);
  }

  .lg\:rt-r-py-4 {
    padding-top: var(--space-4);
    padding-bottom: var(--space-4);
  }

  .lg\:rt-r-py-5 {
    padding-top: var(--space-5);
    padding-bottom: var(--space-5);
  }

  .lg\:rt-r-py-6 {
    padding-top: var(--space-6);
    padding-bottom: var(--space-6);
  }

  .lg\:rt-r-py-7 {
    padding-top: var(--space-7);
    padding-bottom: var(--space-7);
  }

  .lg\:rt-r-py-8 {
    padding-top: var(--space-8);
    padding-bottom: var(--space-8);
  }

  .lg\:rt-r-py-9 {
    padding-top: var(--space-9);
    padding-bottom: var(--space-9);
  }

  .lg\:rt-r-py-current {
    padding-top: var(--inset-padding);
    padding-bottom: var(--inset-padding);
  }

  .lg\:rt-r-pt-0 {
    padding-top: 0;
  }

  .lg\:rt-r-pt-1 {
    padding-top: var(--space-1);
  }

  .lg\:rt-r-pt-2 {
    padding-top: var(--space-2);
  }

  .lg\:rt-r-pt-3 {
    padding-top: var(--space-3);
  }

  .lg\:rt-r-pt-4 {
    padding-top: var(--space-4);
  }

  .lg\:rt-r-pt-5 {
    padding-top: var(--space-5);
  }

  .lg\:rt-r-pt-6 {
    padding-top: var(--space-6);
  }

  .lg\:rt-r-pt-7 {
    padding-top: var(--space-7);
  }

  .lg\:rt-r-pt-8 {
    padding-top: var(--space-8);
  }

  .lg\:rt-r-pt-9 {
    padding-top: var(--space-9);
  }

  .lg\:rt-r-pt-current {
    padding-top: var(--inset-padding);
  }

  .lg\:rt-r-pr-0 {
    padding-right: 0;
  }

  .lg\:rt-r-pr-1 {
    padding-right: var(--space-1);
  }

  .lg\:rt-r-pr-2 {
    padding-right: var(--space-2);
  }

  .lg\:rt-r-pr-3 {
    padding-right: var(--space-3);
  }

  .lg\:rt-r-pr-4 {
    padding-right: var(--space-4);
  }

  .lg\:rt-r-pr-5 {
    padding-right: var(--space-5);
  }

  .lg\:rt-r-pr-6 {
    padding-right: var(--space-6);
  }

  .lg\:rt-r-pr-7 {
    padding-right: var(--space-7);
  }

  .lg\:rt-r-pr-8 {
    padding-right: var(--space-8);
  }

  .lg\:rt-r-pr-9 {
    padding-right: var(--space-9);
  }

  .lg\:rt-r-pr-current {
    padding-right: var(--inset-padding);
  }

  .lg\:rt-r-pb-0 {
    padding-bottom: 0;
  }

  .lg\:rt-r-pb-1 {
    padding-bottom: var(--space-1);
  }

  .lg\:rt-r-pb-2 {
    padding-bottom: var(--space-2);
  }

  .lg\:rt-r-pb-3 {
    padding-bottom: var(--space-3);
  }

  .lg\:rt-r-pb-4 {
    padding-bottom: var(--space-4);
  }

  .lg\:rt-r-pb-5 {
    padding-bottom: var(--space-5);
  }

  .lg\:rt-r-pb-6 {
    padding-bottom: var(--space-6);
  }

  .lg\:rt-r-pb-7 {
    padding-bottom: var(--space-7);
  }

  .lg\:rt-r-pb-8 {
    padding-bottom: var(--space-8);
  }

  .lg\:rt-r-pb-9 {
    padding-bottom: var(--space-9);
  }

  .lg\:rt-r-pb-current {
    padding-bottom: var(--inset-padding);
  }

  .lg\:rt-r-pl-0 {
    padding-left: 0;
  }

  .lg\:rt-r-pl-1 {
    padding-left: var(--space-1);
  }

  .lg\:rt-r-pl-2 {
    padding-left: var(--space-2);
  }

  .lg\:rt-r-pl-3 {
    padding-left: var(--space-3);
  }

  .lg\:rt-r-pl-4 {
    padding-left: var(--space-4);
  }

  .lg\:rt-r-pl-5 {
    padding-left: var(--space-5);
  }

  .lg\:rt-r-pl-6 {
    padding-left: var(--space-6);
  }

  .lg\:rt-r-pl-7 {
    padding-left: var(--space-7);
  }

  .lg\:rt-r-pl-8 {
    padding-left: var(--space-8);
  }

  .lg\:rt-r-pl-9 {
    padding-left: var(--space-9);
  }

  .lg\:rt-r-pl-current {
    padding-left: var(--inset-padding);
  }
}
@media (min-width: 1640px) {
  .xl\:rt-r-p-0 {
    padding: 0;
  }

  .xl\:rt-r-p-1 {
    padding: var(--space-1);
  }

  .xl\:rt-r-p-2 {
    padding: var(--space-2);
  }

  .xl\:rt-r-p-3 {
    padding: var(--space-3);
  }

  .xl\:rt-r-p-4 {
    padding: var(--space-4);
  }

  .xl\:rt-r-p-5 {
    padding: var(--space-5);
  }

  .xl\:rt-r-p-6 {
    padding: var(--space-6);
  }

  .xl\:rt-r-p-7 {
    padding: var(--space-7);
  }

  .xl\:rt-r-p-8 {
    padding: var(--space-8);
  }

  .xl\:rt-r-p-9 {
    padding: var(--space-9);
  }

  .xl\:rt-r-p-current {
    padding: var(--inset-padding);
  }

  .xl\:rt-r-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:rt-r-px-1 {
    padding-left: var(--space-1);
    padding-right: var(--space-1);
  }

  .xl\:rt-r-px-2 {
    padding-left: var(--space-2);
    padding-right: var(--space-2);
  }

  .xl\:rt-r-px-3 {
    padding-left: var(--space-3);
    padding-right: var(--space-3);
  }

  .xl\:rt-r-px-4 {
    padding-left: var(--space-4);
    padding-right: var(--space-4);
  }

  .xl\:rt-r-px-5 {
    padding-left: var(--space-5);
    padding-right: var(--space-5);
  }

  .xl\:rt-r-px-6 {
    padding-left: var(--space-6);
    padding-right: var(--space-6);
  }

  .xl\:rt-r-px-7 {
    padding-left: var(--space-7);
    padding-right: var(--space-7);
  }

  .xl\:rt-r-px-8 {
    padding-left: var(--space-8);
    padding-right: var(--space-8);
  }

  .xl\:rt-r-px-9 {
    padding-left: var(--space-9);
    padding-right: var(--space-9);
  }

  .xl\:rt-r-px-current {
    padding-left: var(--inset-padding);
    padding-right: var(--inset-padding);
  }

  .xl\:rt-r-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:rt-r-py-1 {
    padding-top: var(--space-1);
    padding-bottom: var(--space-1);
  }

  .xl\:rt-r-py-2 {
    padding-top: var(--space-2);
    padding-bottom: var(--space-2);
  }

  .xl\:rt-r-py-3 {
    padding-top: var(--space-3);
    padding-bottom: var(--space-3);
  }

  .xl\:rt-r-py-4 {
    padding-top: var(--space-4);
    padding-bottom: var(--space-4);
  }

  .xl\:rt-r-py-5 {
    padding-top: var(--space-5);
    padding-bottom: var(--space-5);
  }

  .xl\:rt-r-py-6 {
    padding-top: var(--space-6);
    padding-bottom: var(--space-6);
  }

  .xl\:rt-r-py-7 {
    padding-top: var(--space-7);
    padding-bottom: var(--space-7);
  }

  .xl\:rt-r-py-8 {
    padding-top: var(--space-8);
    padding-bottom: var(--space-8);
  }

  .xl\:rt-r-py-9 {
    padding-top: var(--space-9);
    padding-bottom: var(--space-9);
  }

  .xl\:rt-r-py-current {
    padding-top: var(--inset-padding);
    padding-bottom: var(--inset-padding);
  }

  .xl\:rt-r-pt-0 {
    padding-top: 0;
  }

  .xl\:rt-r-pt-1 {
    padding-top: var(--space-1);
  }

  .xl\:rt-r-pt-2 {
    padding-top: var(--space-2);
  }

  .xl\:rt-r-pt-3 {
    padding-top: var(--space-3);
  }

  .xl\:rt-r-pt-4 {
    padding-top: var(--space-4);
  }

  .xl\:rt-r-pt-5 {
    padding-top: var(--space-5);
  }

  .xl\:rt-r-pt-6 {
    padding-top: var(--space-6);
  }

  .xl\:rt-r-pt-7 {
    padding-top: var(--space-7);
  }

  .xl\:rt-r-pt-8 {
    padding-top: var(--space-8);
  }

  .xl\:rt-r-pt-9 {
    padding-top: var(--space-9);
  }

  .xl\:rt-r-pt-current {
    padding-top: var(--inset-padding);
  }

  .xl\:rt-r-pr-0 {
    padding-right: 0;
  }

  .xl\:rt-r-pr-1 {
    padding-right: var(--space-1);
  }

  .xl\:rt-r-pr-2 {
    padding-right: var(--space-2);
  }

  .xl\:rt-r-pr-3 {
    padding-right: var(--space-3);
  }

  .xl\:rt-r-pr-4 {
    padding-right: var(--space-4);
  }

  .xl\:rt-r-pr-5 {
    padding-right: var(--space-5);
  }

  .xl\:rt-r-pr-6 {
    padding-right: var(--space-6);
  }

  .xl\:rt-r-pr-7 {
    padding-right: var(--space-7);
  }

  .xl\:rt-r-pr-8 {
    padding-right: var(--space-8);
  }

  .xl\:rt-r-pr-9 {
    padding-right: var(--space-9);
  }

  .xl\:rt-r-pr-current {
    padding-right: var(--inset-padding);
  }

  .xl\:rt-r-pb-0 {
    padding-bottom: 0;
  }

  .xl\:rt-r-pb-1 {
    padding-bottom: var(--space-1);
  }

  .xl\:rt-r-pb-2 {
    padding-bottom: var(--space-2);
  }

  .xl\:rt-r-pb-3 {
    padding-bottom: var(--space-3);
  }

  .xl\:rt-r-pb-4 {
    padding-bottom: var(--space-4);
  }

  .xl\:rt-r-pb-5 {
    padding-bottom: var(--space-5);
  }

  .xl\:rt-r-pb-6 {
    padding-bottom: var(--space-6);
  }

  .xl\:rt-r-pb-7 {
    padding-bottom: var(--space-7);
  }

  .xl\:rt-r-pb-8 {
    padding-bottom: var(--space-8);
  }

  .xl\:rt-r-pb-9 {
    padding-bottom: var(--space-9);
  }

  .xl\:rt-r-pb-current {
    padding-bottom: var(--inset-padding);
  }

  .xl\:rt-r-pl-0 {
    padding-left: 0;
  }

  .xl\:rt-r-pl-1 {
    padding-left: var(--space-1);
  }

  .xl\:rt-r-pl-2 {
    padding-left: var(--space-2);
  }

  .xl\:rt-r-pl-3 {
    padding-left: var(--space-3);
  }

  .xl\:rt-r-pl-4 {
    padding-left: var(--space-4);
  }

  .xl\:rt-r-pl-5 {
    padding-left: var(--space-5);
  }

  .xl\:rt-r-pl-6 {
    padding-left: var(--space-6);
  }

  .xl\:rt-r-pl-7 {
    padding-left: var(--space-7);
  }

  .xl\:rt-r-pl-8 {
    padding-left: var(--space-8);
  }

  .xl\:rt-r-pl-9 {
    padding-left: var(--space-9);
  }

  .xl\:rt-r-pl-current {
    padding-left: var(--inset-padding);
  }
}
@media all {
  .rt-r-position-static {
    position: static;
  }

  .rt-r-position-absolute {
    position: absolute;
  }

  .rt-r-position-relative {
    position: relative;
  }

  .rt-r-position-fixed {
    position: fixed;
  }

  .rt-r-position-sticky {
    position: sticky;
  }
}
@media (min-width: 520px) {
  .xs\:rt-r-position-static {
    position: static;
  }

  .xs\:rt-r-position-absolute {
    position: absolute;
  }

  .xs\:rt-r-position-relative {
    position: relative;
  }

  .xs\:rt-r-position-fixed {
    position: fixed;
  }

  .xs\:rt-r-position-sticky {
    position: sticky;
  }
}
@media (min-width: 768px) {
  .sm\:rt-r-position-static {
    position: static;
  }

  .sm\:rt-r-position-absolute {
    position: absolute;
  }

  .sm\:rt-r-position-relative {
    position: relative;
  }

  .sm\:rt-r-position-fixed {
    position: fixed;
  }

  .sm\:rt-r-position-sticky {
    position: sticky;
  }
}
@media (min-width: 1024px) {
  .md\:rt-r-position-static {
    position: static;
  }

  .md\:rt-r-position-absolute {
    position: absolute;
  }

  .md\:rt-r-position-relative {
    position: relative;
  }

  .md\:rt-r-position-fixed {
    position: fixed;
  }

  .md\:rt-r-position-sticky {
    position: sticky;
  }
}
@media (min-width: 1280px) {
  .lg\:rt-r-position-static {
    position: static;
  }

  .lg\:rt-r-position-absolute {
    position: absolute;
  }

  .lg\:rt-r-position-relative {
    position: relative;
  }

  .lg\:rt-r-position-fixed {
    position: fixed;
  }

  .lg\:rt-r-position-sticky {
    position: sticky;
  }
}
@media (min-width: 1640px) {
  .xl\:rt-r-position-static {
    position: static;
  }

  .xl\:rt-r-position-absolute {
    position: absolute;
  }

  .xl\:rt-r-position-relative {
    position: relative;
  }

  .xl\:rt-r-position-fixed {
    position: fixed;
  }

  .xl\:rt-r-position-sticky {
    position: sticky;
  }
}
@media all {
  .rt-r-ta-left {
    text-align: left;
  }

  .rt-r-ta-center {
    text-align: center;
  }

  .rt-r-ta-right {
    text-align: right;
  }
}
@media (min-width: 520px) {
  .xs\:rt-r-ta-left {
    text-align: left;
  }

  .xs\:rt-r-ta-center {
    text-align: center;
  }

  .xs\:rt-r-ta-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .sm\:rt-r-ta-left {
    text-align: left;
  }

  .sm\:rt-r-ta-center {
    text-align: center;
  }

  .sm\:rt-r-ta-right {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .md\:rt-r-ta-left {
    text-align: left;
  }

  .md\:rt-r-ta-center {
    text-align: center;
  }

  .md\:rt-r-ta-right {
    text-align: right;
  }
}
@media (min-width: 1280px) {
  .lg\:rt-r-ta-left {
    text-align: left;
  }

  .lg\:rt-r-ta-center {
    text-align: center;
  }

  .lg\:rt-r-ta-right {
    text-align: right;
  }
}
@media (min-width: 1640px) {
  .xl\:rt-r-ta-left {
    text-align: left;
  }

  .xl\:rt-r-ta-center {
    text-align: center;
  }

  .xl\:rt-r-ta-right {
    text-align: right;
  }
}
@media all {
  .rt-r-va-baseline {
    vertical-align: baseline;
  }

  .rt-r-va-top {
    vertical-align: top;
  }

  .rt-r-va-middle {
    vertical-align: middle;
  }

  .rt-r-va-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 520px) {
  .xs\:rt-r-va-baseline {
    vertical-align: baseline;
  }

  .xs\:rt-r-va-top {
    vertical-align: top;
  }

  .xs\:rt-r-va-middle {
    vertical-align: middle;
  }

  .xs\:rt-r-va-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .sm\:rt-r-va-baseline {
    vertical-align: baseline;
  }

  .sm\:rt-r-va-top {
    vertical-align: top;
  }

  .sm\:rt-r-va-middle {
    vertical-align: middle;
  }

  .sm\:rt-r-va-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1024px) {
  .md\:rt-r-va-baseline {
    vertical-align: baseline;
  }

  .md\:rt-r-va-top {
    vertical-align: top;
  }

  .md\:rt-r-va-middle {
    vertical-align: middle;
  }

  .md\:rt-r-va-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1280px) {
  .lg\:rt-r-va-baseline {
    vertical-align: baseline;
  }

  .lg\:rt-r-va-top {
    vertical-align: top;
  }

  .lg\:rt-r-va-middle {
    vertical-align: middle;
  }

  .lg\:rt-r-va-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1640px) {
  .xl\:rt-r-va-baseline {
    vertical-align: baseline;
  }

  .xl\:rt-r-va-top {
    vertical-align: top;
  }

  .xl\:rt-r-va-middle {
    vertical-align: middle;
  }

  .xl\:rt-r-va-bottom {
    vertical-align: bottom;
  }
}
@media all {
  .rt-r-w-auto {
    width: auto;
  }

  .rt-r-w-max-content {
    width: -moz-max-content;
    width: max-content;
  }

  .rt-r-w-min-content {
    width: -moz-min-content;
    width: min-content;
  }

  .rt-r-w-0 {
    width: 0;
  }

  .rt-r-w-1 {
    width: var(--space-1);
  }

  .rt-r-w-2 {
    width: var(--space-2);
  }

  .rt-r-w-3 {
    width: var(--space-3);
  }

  .rt-r-w-4 {
    width: var(--space-4);
  }

  .rt-r-w-5 {
    width: var(--space-5);
  }

  .rt-r-w-6 {
    width: var(--space-6);
  }

  .rt-r-w-7 {
    width: var(--space-7);
  }

  .rt-r-w-8 {
    width: var(--space-8);
  }

  .rt-r-w-9 {
    width: var(--space-9);
  }

  .rt-r-w-50\% {
    width: 50%;
  }

  .rt-r-w-100\% {
    width: 100%;
  }
}
@media (min-width: 520px) {
  .xs\:rt-r-w-auto {
    width: auto;
  }

  .xs\:rt-r-w-max-content {
    width: -moz-max-content;
    width: max-content;
  }

  .xs\:rt-r-w-min-content {
    width: -moz-min-content;
    width: min-content;
  }

  .xs\:rt-r-w-0 {
    width: 0;
  }

  .xs\:rt-r-w-1 {
    width: var(--space-1);
  }

  .xs\:rt-r-w-2 {
    width: var(--space-2);
  }

  .xs\:rt-r-w-3 {
    width: var(--space-3);
  }

  .xs\:rt-r-w-4 {
    width: var(--space-4);
  }

  .xs\:rt-r-w-5 {
    width: var(--space-5);
  }

  .xs\:rt-r-w-6 {
    width: var(--space-6);
  }

  .xs\:rt-r-w-7 {
    width: var(--space-7);
  }

  .xs\:rt-r-w-8 {
    width: var(--space-8);
  }

  .xs\:rt-r-w-9 {
    width: var(--space-9);
  }

  .xs\:rt-r-w-50\% {
    width: 50%;
  }

  .xs\:rt-r-w-100\% {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .sm\:rt-r-w-auto {
    width: auto;
  }

  .sm\:rt-r-w-max-content {
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:rt-r-w-min-content {
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:rt-r-w-0 {
    width: 0;
  }

  .sm\:rt-r-w-1 {
    width: var(--space-1);
  }

  .sm\:rt-r-w-2 {
    width: var(--space-2);
  }

  .sm\:rt-r-w-3 {
    width: var(--space-3);
  }

  .sm\:rt-r-w-4 {
    width: var(--space-4);
  }

  .sm\:rt-r-w-5 {
    width: var(--space-5);
  }

  .sm\:rt-r-w-6 {
    width: var(--space-6);
  }

  .sm\:rt-r-w-7 {
    width: var(--space-7);
  }

  .sm\:rt-r-w-8 {
    width: var(--space-8);
  }

  .sm\:rt-r-w-9 {
    width: var(--space-9);
  }

  .sm\:rt-r-w-50\% {
    width: 50%;
  }

  .sm\:rt-r-w-100\% {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .md\:rt-r-w-auto {
    width: auto;
  }

  .md\:rt-r-w-max-content {
    width: -moz-max-content;
    width: max-content;
  }

  .md\:rt-r-w-min-content {
    width: -moz-min-content;
    width: min-content;
  }

  .md\:rt-r-w-0 {
    width: 0;
  }

  .md\:rt-r-w-1 {
    width: var(--space-1);
  }

  .md\:rt-r-w-2 {
    width: var(--space-2);
  }

  .md\:rt-r-w-3 {
    width: var(--space-3);
  }

  .md\:rt-r-w-4 {
    width: var(--space-4);
  }

  .md\:rt-r-w-5 {
    width: var(--space-5);
  }

  .md\:rt-r-w-6 {
    width: var(--space-6);
  }

  .md\:rt-r-w-7 {
    width: var(--space-7);
  }

  .md\:rt-r-w-8 {
    width: var(--space-8);
  }

  .md\:rt-r-w-9 {
    width: var(--space-9);
  }

  .md\:rt-r-w-50\% {
    width: 50%;
  }

  .md\:rt-r-w-100\% {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .lg\:rt-r-w-auto {
    width: auto;
  }

  .lg\:rt-r-w-max-content {
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:rt-r-w-min-content {
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:rt-r-w-0 {
    width: 0;
  }

  .lg\:rt-r-w-1 {
    width: var(--space-1);
  }

  .lg\:rt-r-w-2 {
    width: var(--space-2);
  }

  .lg\:rt-r-w-3 {
    width: var(--space-3);
  }

  .lg\:rt-r-w-4 {
    width: var(--space-4);
  }

  .lg\:rt-r-w-5 {
    width: var(--space-5);
  }

  .lg\:rt-r-w-6 {
    width: var(--space-6);
  }

  .lg\:rt-r-w-7 {
    width: var(--space-7);
  }

  .lg\:rt-r-w-8 {
    width: var(--space-8);
  }

  .lg\:rt-r-w-9 {
    width: var(--space-9);
  }

  .lg\:rt-r-w-50\% {
    width: 50%;
  }

  .lg\:rt-r-w-100\% {
    width: 100%;
  }
}
@media (min-width: 1640px) {
  .xl\:rt-r-w-auto {
    width: auto;
  }

  .xl\:rt-r-w-max-content {
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:rt-r-w-min-content {
    width: -moz-min-content;
    width: min-content;
  }

  .xl\:rt-r-w-0 {
    width: 0;
  }

  .xl\:rt-r-w-1 {
    width: var(--space-1);
  }

  .xl\:rt-r-w-2 {
    width: var(--space-2);
  }

  .xl\:rt-r-w-3 {
    width: var(--space-3);
  }

  .xl\:rt-r-w-4 {
    width: var(--space-4);
  }

  .xl\:rt-r-w-5 {
    width: var(--space-5);
  }

  .xl\:rt-r-w-6 {
    width: var(--space-6);
  }

  .xl\:rt-r-w-7 {
    width: var(--space-7);
  }

  .xl\:rt-r-w-8 {
    width: var(--space-8);
  }

  .xl\:rt-r-w-9 {
    width: var(--space-9);
  }

  .xl\:rt-r-w-50\% {
    width: 50%;
  }

  .xl\:rt-r-w-100\% {
    width: 100%;
  }
}
.radix-themes {
  --theme-panel--focus-ring-color: black;
}
:is(.dark, .dark-theme),
:is(.dark, .dark-theme) .radix-themes:not(.light, .light-theme) {
  --theme-panel--focus-ring-color: white;
}
.rt-ThemePanelShortcut:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--accent-9);
}
.rt-ThemePanelSwatch,
.rt-ThemePanelRadioCard {
  position: relative;
}
.rt-ThemePanelSwatch input, .rt-ThemePanelRadioCard input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0;
    outline: none;
    outline-width: 2px;
    outline-offset: 2px;

    position: absolute;
    inset: 0;
    border-radius: inherit;
  }
.rt-ThemePanelSwatch {
  width: var(--space-5);
  height: var(--space-5);
  border-radius: 100%;
}
.rt-ThemePanelSwatch input:checked {
      outline-style: solid;
      outline-color: var(--theme-panel--focus-ring-color);
    }
.rt-ThemePanelSwatch input:focus-visible {
      outline-style: solid;
      outline-color: var(--accent-9);
    }
.rt-ThemePanelRadioCard {
  border-radius: var(--radius-1);
  box-shadow: 0 0 0 1px var(--gray-7);
}
.rt-ThemePanelRadioCard input:checked {
      box-shadow: inset 0 0 0 1px var(--theme-panel--focus-ring-color),
        0 0 0 1px var(--theme-panel--focus-ring-color);
    }
.rt-ThemePanelRadioCard input:focus-visible {
      background-color: var(--accent-a3);
      box-shadow: inset 0 0 0 1px var(--accent-9), 0 0 0 1px var(--accent-9);
    }

.container {
	padding: 0 2rem;
}

.main {
	min-height: 100vh;
	padding: 4rem 0;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer {
	display: flex;
	flex: 1;
	padding: 2rem 0;
	border-top: 1px solid #eaeaea;
	justify-content: center;
	align-items: center;
}

.footer a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}

.title a {
	color: #0070f3;
	text-decoration: none;
}

.title a:hover,
.title a:focus,
.title a:active {
	text-decoration: underline;
}

.title {
	margin: 0;
	line-height: 1.15;
	font-size: 4rem;
}

.title,
.description {
	text-align: center;
}

.description {
	margin: 4rem 0;
	line-height: 1.5;
	font-size: 1.5rem;
}

.code {
	background: #fafafa;
	border-radius: 5px;
	padding: 0.75rem;
	font-size: 1.1rem;
	font-family:
		Menlo,
		Monaco,
		Lucida Console,
		Liberation Mono,
		DejaVu Sans Mono,
		Bitstream Vera Sans Mono,
		Courier New,
		monospace;
}

/*.grid {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    flex-wrap: wrap;*/
/*    max-width: 800px;*/
/*}*/

.card {
	margin: 1rem;
	padding: 1.5rem;
	text-align: left;
	color: inherit;
	text-decoration: none;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	transition:
		color 0.15s ease,
		border-color 0.15s ease;
	max-width: 300px;
}

.card:hover,
.card:focus,
.card:active {
	color: #0070f3;
	border-color: #0070f3;
}

.card h2 {
	margin: 0 0 1rem 0;
	font-size: 1.5rem;
}

.card p {
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.5;
}

.logo {
	height: 1em;
	margin-left: 0.5rem;
}

@media (max-width: 600px) {
	.grid {
		width: 100%;
		flex-direction: column;
	}
}

.web3-btn {
	background-color: #2b60c2;
}
.web3-btn:hover {
	background-color: #4e84c7;
}
.web3-btn:active {
	background-color: #1f52b8;
}

.zoom-image-div {
	cursor: zoom-in;
}
.zoom-image-div-active {
	top: 0.0000rem;
	left: 0.0000rem;
	z-index: 10;
	height: 100%;
	width: 100%;
	cursor: zoom-out;
	background-color: rgb(17 17 17 / 0.5);
}

.image-fullscreen-div-active img {
	margin-top: auto;
	margin-bottom: auto;
	width: 83.333333%;
	border-radius: 1rem;
	--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
	--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.namefi-header {
	/* background: #111111b3; */
	background: linear-gradient(0deg, #21212180, #21212180),
		linear-gradient(185.03deg, #f1fff84d -86.83%, #defff000 223.83%);
}


.radix-themes {
    --default-font-size: 1rem;
    --font-size-1: calc( ( 12rem / 16 ) * var(--scaling));
    --font-size-2: calc( ( 14rem / 16 ) * var(--scaling));
    --font-size-3: calc( ( 16rem / 16 ) * var(--scaling));
    --font-size-4: calc( ( 18rem / 16 ) * var(--scaling));
    --font-size-5: calc( ( 20rem / 16 ) * var(--scaling));
    --font-size-6: calc( ( 24rem / 16 ) * var(--scaling));
    --font-size-7: calc( ( 28rem / 16 ) * var(--scaling));
    --font-size-8: calc( ( 35rem / 16 ) * var(--scaling));
    --font-size-9: calc( ( 60rem / 16 ) * var(--scaling));

    --line-height-1: calc( ( 16rem / 16 ) * var(--scaling));
    --line-height-2: calc( ( 20rem / 16 ) * var(--scaling));
    --line-height-3: calc( ( 24rem / 16 ) * var(--scaling));
    --line-height-4: calc( ( 26rem / 16 ) * var(--scaling));
    --line-height-5: calc( ( 28rem / 16 ) * var(--scaling));
    --line-height-6: calc( ( 30rem / 16 ) * var(--scaling));
    --line-height-7: calc( ( 36rem / 16 ) * var(--scaling));
    --line-height-8: calc( ( 40rem / 16 ) * var(--scaling));
    --line-height-9: calc( ( 60rem / 16 ) * var(--scaling));

    --letter-spacing-1: 0.0025em;
    --letter-spacing-2: 0em;
    --letter-spacing-3: 0em;
    --letter-spacing-4: -0.0025em;
    --letter-spacing-5: -0.005em;
    --letter-spacing-6: -0.00625em;
    --letter-spacing-7: -0.0075em;
    --letter-spacing-8: -0.01em;
    --letter-spacing-9: -0.025em;

}

