/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-family: Gotham, sans-serif;
}
  p,
  span,
  div {
  font-family: "Hanken Grotesk", sans-serif;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-bottom-\[1\.188rem\] {
  bottom: -1.188rem;
}
.-bottom-\[10\.375rem\] {
  bottom: -10.375rem;
}
.-left-2 {
  left: -0.5rem;
}
.-right-8 {
  right: -2rem;
}
.-top-12 {
  top: -3rem;
}
.-top-2 {
  top: -0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-\[-15px\] {
  bottom: -15px;
}
.bottom-\[-20px\] {
  bottom: -20px;
}
.bottom-\[-30px\] {
  bottom: -30px;
}
.bottom-\[13\.938rem\] {
  bottom: 13.938rem;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-9 {
  left: 2.25rem;
}
.left-\[8\.313rem\] {
  left: 8.313rem;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.right-\[10px\] {
  right: 10px;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[-50px\] {
  top: -50px;
}
.top-\[16\.313rem\] {
  top: 16.313rem;
}
.top-\[2\.375rem\] {
  top: 2.375rem;
}
.top-\[2\.688rem\] {
  top: 2.688rem;
}
.top-\[70\%\] {
  top: 70%;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[11\] {
  z-index: 11;
}
.z-\[2\] {
  z-index: 2;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.-mx-\[1\.875rem\] {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-\[1\.875rem\] {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.\!mb-10 {
  margin-bottom: 2.5rem !important;
}
.\!mt-2 {
  margin-top: 0.5rem !important;
}
.\!mt-4 {
  margin-top: 1rem !important;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[1\.063rem\] {
  margin-bottom: 1.063rem;
}
.mb-\[2\.188rem\] {
  margin-bottom: 2.188rem;
}
.mb-\[8\.563rem\] {
  margin-bottom: 8.563rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-\[1\.875rem\] {
  margin-left: 1.875rem;
}
.ml-\[4\.031rem\] {
  margin-left: 4.031rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-\[1\.875rem\] {
  margin-right: 1.875rem;
}
.mr-\[4\.031rem\] {
  margin-right: 4.031rem;
}
.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-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[2\.188rem\] {
  margin-top: 2.188rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[391\/261\] {
  aspect-ratio: 391/261;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-8 {
  height: 2rem;
}
.h-\[0\.875rem\] {
  height: 0.875rem;
}
.h-\[1\.5rem\] {
  height: 1.5rem;
}
.h-\[10\.375rem\] {
  height: 10.375rem;
}
.h-\[11\.25rem\] {
  height: 11.25rem;
}
.h-\[13\.063rem\] {
  height: 13.063rem;
}
.h-\[13\.25rem\] {
  height: 13.25rem;
}
.h-\[13rem\] {
  height: 13rem;
}
.h-\[14\.938rem\] {
  height: 14.938rem;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[19\.688rem\] {
  height: 19.688rem;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[2\.063rem\] {
  height: 2.063rem;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[21\.063rem\] {
  height: 21.063rem;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[28rem\] {
  height: 28rem;
}
.h-\[3\.375rem\] {
  height: 3.375rem;
}
.h-\[3\.4px\] {
  height: 3.4px;
}
.h-\[3\.563rem\] {
  height: 3.563rem;
}
.h-\[3\.813rem\] {
  height: 3.813rem;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[4\.188rem\] {
  height: 4.188rem;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[6\.438rem\] {
  height: 6.438rem;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[7\.188rem\] {
  height: 7.188rem;
}
.h-\[7\.438rem\] {
  height: 7.438rem;
}
.h-\[7\.625rem\] {
  height: 7.625rem;
}
.h-\[7rem\] {
  height: 7rem;
}
.h-\[8\.563rem\] {
  height: 8.563rem;
}
.h-\[9\.188rem\] {
  height: 9.188rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-\[0px\] {
  max-height: 0px;
}
.max-h-\[24px\] {
  max-height: 24px;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[65px\] {
  max-height: 65px;
}
.min-h-\[150px\] {
  min-height: 150px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[24px\] {
  min-height: 24px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[450px\] {
  min-height: 450px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-8 {
  width: 2rem;
}
.w-\[0\.875rem\] {
  width: 0.875rem;
}
.w-\[1\.063rem\] {
  width: 1.063rem;
}
.w-\[1\.5rem\] {
  width: 1.5rem;
}
.w-\[10\.688rem\] {
  width: 10.688rem;
}
.w-\[12\.938rem\] {
  width: 12.938rem;
}
.w-\[14\.313rem\] {
  width: 14.313rem;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[15\.375rem\] {
  width: 15.375rem;
}
.w-\[15\.813rem\] {
  width: 15.813rem;
}
.w-\[17rem\] {
  width: 17rem;
}
.w-\[19\.688rem\] {
  width: 19.688rem;
}
.w-\[2\.063rem\] {
  width: 2.063rem;
}
.w-\[2\.125rem\] {
  width: 2.125rem;
}
.w-\[2\.313rem\] {
  width: 2.313rem;
}
.w-\[20\.25rem\] {
  width: 20.25rem;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[24pxs\] {
  width: 24pxs;
}
.w-\[3\.813rem\] {
  width: 3.813rem;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[4\.938rem\] {
  width: 4.938rem;
}
.w-\[47\.438rem\] {
  width: 47.438rem;
}
.w-\[4rem\] {
  width: 4rem;
}
.w-\[5\.313rem\] {
  width: 5.313rem;
}
.w-\[6\.188rem\] {
  width: 6.188rem;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[7\.188rem\] {
  width: 7.188rem;
}
.w-\[7\.438rem\] {
  width: 7.438rem;
}
.w-\[7\.625rem\] {
  width: 7.625rem;
}
.w-\[7rem\] {
  width: 7rem;
}
.w-\[9\.375rem\] {
  width: 9.375rem;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[calc\(100\%-2\.25rem\)\] {
  width: calc(100% - 2.25rem);
}
.w-\[calc\(100vw-20\.063rem\)\] {
  width: calc(100vw - 20.063rem);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.min-w-\[24px\] {
  min-width: 24px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[24px\] {
  max-width: 24px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-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-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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 {
  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;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-11 {
  gap: 2.75rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[0\.625rem\] {
  gap: 0.625rem;
}
.gap-\[0\.875rem\] {
  gap: 0.875rem;
}
.gap-\[2\.188rem\] {
  gap: 2.188rem;
}
.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-\[7\.438rem\] {
  -moz-column-gap: 7.438rem;
       column-gap: 7.438rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-7 {
  row-gap: 1.75rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.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));
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[0\.625rem\] {
  border-radius: 0.625rem;
}
.rounded-\[1\.563rem\] {
  border-radius: 1.563rem;
}
.rounded-\[1\.813rem\] {
  border-radius: 1.813rem;
}
.rounded-\[1\.875rem\] {
  border-radius: 1.875rem;
}
.rounded-\[100\%\] {
  border-radius: 100%;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[26px\] {
  border-radius: 26px;
}
.rounded-\[3\.594rem\] {
  border-radius: 3.594rem;
}
.rounded-\[70px\] {
  border-radius: 70px;
}
.rounded-\[7px\] {
  border-radius: 7px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-l-\[1\.563rem\] {
  border-top-left-radius: 1.563rem;
  border-bottom-left-radius: 1.563rem;
}
.rounded-r-\[1\.563rem\] {
  border-top-right-radius: 1.563rem;
  border-bottom-right-radius: 1.563rem;
}
.rounded-r-\[1\.875rem\] {
  border-top-right-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-\[1\.438rem\] {
  border-width: 1.438rem;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-b-\[5px\] {
  border-bottom-width: 5px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-\[1px\] {
  border-left-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-\[\#1374F5\] {
  --tw-border-opacity: 1;
  border-color: rgb(19 116 245 / var(--tw-border-opacity, 1));
}
.border-\[\#4394FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(67 148 255 / var(--tw-border-opacity, 1));
}
.border-\[\#ACCFFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(172 207 255 / var(--tw-border-opacity, 1));
}
.border-\[\#C7C7CC\] {
  --tw-border-opacity: 1;
  border-color: rgb(199 199 204 / var(--tw-border-opacity, 1));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-sky-200 {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.border-sky-400 {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-l-\[\#d1d5db\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-t-transparent {
  border-top-color: transparent;
}
.\!bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#060822\] {
  --tw-bg-opacity: 1;
  background-color: rgb(6 8 34 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0F0F35\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 15 53 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2A53CC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 83 204 / var(--tw-bg-opacity, 1));
}
.bg-\[\#C4C9D194\] {
  background-color: #C4C9D194;
}
.bg-\[\#D9D9D94D\] {
  background-color: #D9D9D94D;
}
.bg-\[\#EDEDED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5F9FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 249 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F8F8F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#cccccc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e4f0fe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 240 254 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.76\)\] {
  background-color: rgba(255,255,255,0.76);
}
.bg-\[white\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-100\/0 {
  background-color: rgb(219 234 254 / 0);
}
.bg-blue-100\/10 {
  background-color: rgb(219 234 254 / 0.1);
}
.bg-blue-100\/100 {
  background-color: rgb(219 234 254 / 1);
}
.bg-blue-100\/15 {
  background-color: rgb(219 234 254 / 0.15);
}
.bg-blue-100\/20 {
  background-color: rgb(219 234 254 / 0.2);
}
.bg-blue-100\/25 {
  background-color: rgb(219 234 254 / 0.25);
}
.bg-blue-100\/30 {
  background-color: rgb(219 234 254 / 0.3);
}
.bg-blue-100\/35 {
  background-color: rgb(219 234 254 / 0.35);
}
.bg-blue-100\/40 {
  background-color: rgb(219 234 254 / 0.4);
}
.bg-blue-100\/45 {
  background-color: rgb(219 234 254 / 0.45);
}
.bg-blue-100\/5 {
  background-color: rgb(219 234 254 / 0.05);
}
.bg-blue-100\/50 {
  background-color: rgb(219 234 254 / 0.5);
}
.bg-blue-100\/55 {
  background-color: rgb(219 234 254 / 0.55);
}
.bg-blue-100\/60 {
  background-color: rgb(219 234 254 / 0.6);
}
.bg-blue-100\/65 {
  background-color: rgb(219 234 254 / 0.65);
}
.bg-blue-100\/70 {
  background-color: rgb(219 234 254 / 0.7);
}
.bg-blue-100\/75 {
  background-color: rgb(219 234 254 / 0.75);
}
.bg-blue-100\/80 {
  background-color: rgb(219 234 254 / 0.8);
}
.bg-blue-100\/85 {
  background-color: rgb(219 234 254 / 0.85);
}
.bg-blue-100\/90 {
  background-color: rgb(219 234 254 / 0.9);
}
.bg-blue-100\/95 {
  background-color: rgb(219 234 254 / 0.95);
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-200\/0 {
  background-color: rgb(191 219 254 / 0);
}
.bg-blue-200\/10 {
  background-color: rgb(191 219 254 / 0.1);
}
.bg-blue-200\/100 {
  background-color: rgb(191 219 254 / 1);
}
.bg-blue-200\/15 {
  background-color: rgb(191 219 254 / 0.15);
}
.bg-blue-200\/20 {
  background-color: rgb(191 219 254 / 0.2);
}
.bg-blue-200\/25 {
  background-color: rgb(191 219 254 / 0.25);
}
.bg-blue-200\/30 {
  background-color: rgb(191 219 254 / 0.3);
}
.bg-blue-200\/35 {
  background-color: rgb(191 219 254 / 0.35);
}
.bg-blue-200\/40 {
  background-color: rgb(191 219 254 / 0.4);
}
.bg-blue-200\/45 {
  background-color: rgb(191 219 254 / 0.45);
}
.bg-blue-200\/5 {
  background-color: rgb(191 219 254 / 0.05);
}
.bg-blue-200\/50 {
  background-color: rgb(191 219 254 / 0.5);
}
.bg-blue-200\/55 {
  background-color: rgb(191 219 254 / 0.55);
}
.bg-blue-200\/60 {
  background-color: rgb(191 219 254 / 0.6);
}
.bg-blue-200\/65 {
  background-color: rgb(191 219 254 / 0.65);
}
.bg-blue-200\/70 {
  background-color: rgb(191 219 254 / 0.7);
}
.bg-blue-200\/75 {
  background-color: rgb(191 219 254 / 0.75);
}
.bg-blue-200\/80 {
  background-color: rgb(191 219 254 / 0.8);
}
.bg-blue-200\/85 {
  background-color: rgb(191 219 254 / 0.85);
}
.bg-blue-200\/90 {
  background-color: rgb(191 219 254 / 0.9);
}
.bg-blue-200\/95 {
  background-color: rgb(191 219 254 / 0.95);
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}
.bg-blue-300\/0 {
  background-color: rgb(147 197 253 / 0);
}
.bg-blue-300\/10 {
  background-color: rgb(147 197 253 / 0.1);
}
.bg-blue-300\/100 {
  background-color: rgb(147 197 253 / 1);
}
.bg-blue-300\/15 {
  background-color: rgb(147 197 253 / 0.15);
}
.bg-blue-300\/20 {
  background-color: rgb(147 197 253 / 0.2);
}
.bg-blue-300\/25 {
  background-color: rgb(147 197 253 / 0.25);
}
.bg-blue-300\/30 {
  background-color: rgb(147 197 253 / 0.3);
}
.bg-blue-300\/35 {
  background-color: rgb(147 197 253 / 0.35);
}
.bg-blue-300\/40 {
  background-color: rgb(147 197 253 / 0.4);
}
.bg-blue-300\/45 {
  background-color: rgb(147 197 253 / 0.45);
}
.bg-blue-300\/5 {
  background-color: rgb(147 197 253 / 0.05);
}
.bg-blue-300\/50 {
  background-color: rgb(147 197 253 / 0.5);
}
.bg-blue-300\/55 {
  background-color: rgb(147 197 253 / 0.55);
}
.bg-blue-300\/60 {
  background-color: rgb(147 197 253 / 0.6);
}
.bg-blue-300\/65 {
  background-color: rgb(147 197 253 / 0.65);
}
.bg-blue-300\/70 {
  background-color: rgb(147 197 253 / 0.7);
}
.bg-blue-300\/75 {
  background-color: rgb(147 197 253 / 0.75);
}
.bg-blue-300\/80 {
  background-color: rgb(147 197 253 / 0.8);
}
.bg-blue-300\/85 {
  background-color: rgb(147 197 253 / 0.85);
}
.bg-blue-300\/90 {
  background-color: rgb(147 197 253 / 0.9);
}
.bg-blue-300\/95 {
  background-color: rgb(147 197 253 / 0.95);
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.bg-blue-400\/0 {
  background-color: rgb(96 165 250 / 0);
}
.bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}
.bg-blue-400\/100 {
  background-color: rgb(96 165 250 / 1);
}
.bg-blue-400\/15 {
  background-color: rgb(96 165 250 / 0.15);
}
.bg-blue-400\/20 {
  background-color: rgb(96 165 250 / 0.2);
}
.bg-blue-400\/25 {
  background-color: rgb(96 165 250 / 0.25);
}
.bg-blue-400\/30 {
  background-color: rgb(96 165 250 / 0.3);
}
.bg-blue-400\/35 {
  background-color: rgb(96 165 250 / 0.35);
}
.bg-blue-400\/40 {
  background-color: rgb(96 165 250 / 0.4);
}
.bg-blue-400\/45 {
  background-color: rgb(96 165 250 / 0.45);
}
.bg-blue-400\/5 {
  background-color: rgb(96 165 250 / 0.05);
}
.bg-blue-400\/50 {
  background-color: rgb(96 165 250 / 0.5);
}
.bg-blue-400\/55 {
  background-color: rgb(96 165 250 / 0.55);
}
.bg-blue-400\/60 {
  background-color: rgb(96 165 250 / 0.6);
}
.bg-blue-400\/65 {
  background-color: rgb(96 165 250 / 0.65);
}
.bg-blue-400\/70 {
  background-color: rgb(96 165 250 / 0.7);
}
.bg-blue-400\/75 {
  background-color: rgb(96 165 250 / 0.75);
}
.bg-blue-400\/80 {
  background-color: rgb(96 165 250 / 0.8);
}
.bg-blue-400\/85 {
  background-color: rgb(96 165 250 / 0.85);
}
.bg-blue-400\/90 {
  background-color: rgb(96 165 250 / 0.9);
}
.bg-blue-400\/95 {
  background-color: rgb(96 165 250 / 0.95);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-500\/0 {
  background-color: rgb(59 130 246 / 0);
}
.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}
.bg-blue-500\/100 {
  background-color: rgb(59 130 246 / 1);
}
.bg-blue-500\/15 {
  background-color: rgb(59 130 246 / 0.15);
}
.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}
.bg-blue-500\/25 {
  background-color: rgb(59 130 246 / 0.25);
}
.bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3);
}
.bg-blue-500\/35 {
  background-color: rgb(59 130 246 / 0.35);
}
.bg-blue-500\/40 {
  background-color: rgb(59 130 246 / 0.4);
}
.bg-blue-500\/45 {
  background-color: rgb(59 130 246 / 0.45);
}
.bg-blue-500\/5 {
  background-color: rgb(59 130 246 / 0.05);
}
.bg-blue-500\/50 {
  background-color: rgb(59 130 246 / 0.5);
}
.bg-blue-500\/55 {
  background-color: rgb(59 130 246 / 0.55);
}
.bg-blue-500\/60 {
  background-color: rgb(59 130 246 / 0.6);
}
.bg-blue-500\/65 {
  background-color: rgb(59 130 246 / 0.65);
}
.bg-blue-500\/70 {
  background-color: rgb(59 130 246 / 0.7);
}
.bg-blue-500\/75 {
  background-color: rgb(59 130 246 / 0.75);
}
.bg-blue-500\/80 {
  background-color: rgb(59 130 246 / 0.8);
}
.bg-blue-500\/85 {
  background-color: rgb(59 130 246 / 0.85);
}
.bg-blue-500\/90 {
  background-color: rgb(59 130 246 / 0.9);
}
.bg-blue-500\/95 {
  background-color: rgb(59 130 246 / 0.95);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-blue-600\/0 {
  background-color: rgb(37 99 235 / 0);
}
.bg-blue-600\/10 {
  background-color: rgb(37 99 235 / 0.1);
}
.bg-blue-600\/100 {
  background-color: rgb(37 99 235 / 1);
}
.bg-blue-600\/15 {
  background-color: rgb(37 99 235 / 0.15);
}
.bg-blue-600\/20 {
  background-color: rgb(37 99 235 / 0.2);
}
.bg-blue-600\/25 {
  background-color: rgb(37 99 235 / 0.25);
}
.bg-blue-600\/30 {
  background-color: rgb(37 99 235 / 0.3);
}
.bg-blue-600\/35 {
  background-color: rgb(37 99 235 / 0.35);
}
.bg-blue-600\/40 {
  background-color: rgb(37 99 235 / 0.4);
}
.bg-blue-600\/45 {
  background-color: rgb(37 99 235 / 0.45);
}
.bg-blue-600\/5 {
  background-color: rgb(37 99 235 / 0.05);
}
.bg-blue-600\/50 {
  background-color: rgb(37 99 235 / 0.5);
}
.bg-blue-600\/55 {
  background-color: rgb(37 99 235 / 0.55);
}
.bg-blue-600\/60 {
  background-color: rgb(37 99 235 / 0.6);
}
.bg-blue-600\/65 {
  background-color: rgb(37 99 235 / 0.65);
}
.bg-blue-600\/70 {
  background-color: rgb(37 99 235 / 0.7);
}
.bg-blue-600\/75 {
  background-color: rgb(37 99 235 / 0.75);
}
.bg-blue-600\/80 {
  background-color: rgb(37 99 235 / 0.8);
}
.bg-blue-600\/85 {
  background-color: rgb(37 99 235 / 0.85);
}
.bg-blue-600\/90 {
  background-color: rgb(37 99 235 / 0.9);
}
.bg-blue-600\/95 {
  background-color: rgb(37 99 235 / 0.95);
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.bg-blue-700\/0 {
  background-color: rgb(29 78 216 / 0);
}
.bg-blue-700\/10 {
  background-color: rgb(29 78 216 / 0.1);
}
.bg-blue-700\/100 {
  background-color: rgb(29 78 216 / 1);
}
.bg-blue-700\/15 {
  background-color: rgb(29 78 216 / 0.15);
}
.bg-blue-700\/20 {
  background-color: rgb(29 78 216 / 0.2);
}
.bg-blue-700\/25 {
  background-color: rgb(29 78 216 / 0.25);
}
.bg-blue-700\/30 {
  background-color: rgb(29 78 216 / 0.3);
}
.bg-blue-700\/35 {
  background-color: rgb(29 78 216 / 0.35);
}
.bg-blue-700\/40 {
  background-color: rgb(29 78 216 / 0.4);
}
.bg-blue-700\/45 {
  background-color: rgb(29 78 216 / 0.45);
}
.bg-blue-700\/5 {
  background-color: rgb(29 78 216 / 0.05);
}
.bg-blue-700\/50 {
  background-color: rgb(29 78 216 / 0.5);
}
.bg-blue-700\/55 {
  background-color: rgb(29 78 216 / 0.55);
}
.bg-blue-700\/60 {
  background-color: rgb(29 78 216 / 0.6);
}
.bg-blue-700\/65 {
  background-color: rgb(29 78 216 / 0.65);
}
.bg-blue-700\/70 {
  background-color: rgb(29 78 216 / 0.7);
}
.bg-blue-700\/75 {
  background-color: rgb(29 78 216 / 0.75);
}
.bg-blue-700\/80 {
  background-color: rgb(29 78 216 / 0.8);
}
.bg-blue-700\/85 {
  background-color: rgb(29 78 216 / 0.85);
}
.bg-blue-700\/90 {
  background-color: rgb(29 78 216 / 0.9);
}
.bg-blue-700\/95 {
  background-color: rgb(29 78 216 / 0.95);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-100\/0 {
  background-color: rgb(220 252 231 / 0);
}
.bg-green-100\/10 {
  background-color: rgb(220 252 231 / 0.1);
}
.bg-green-100\/100 {
  background-color: rgb(220 252 231 / 1);
}
.bg-green-100\/15 {
  background-color: rgb(220 252 231 / 0.15);
}
.bg-green-100\/20 {
  background-color: rgb(220 252 231 / 0.2);
}
.bg-green-100\/25 {
  background-color: rgb(220 252 231 / 0.25);
}
.bg-green-100\/30 {
  background-color: rgb(220 252 231 / 0.3);
}
.bg-green-100\/35 {
  background-color: rgb(220 252 231 / 0.35);
}
.bg-green-100\/40 {
  background-color: rgb(220 252 231 / 0.4);
}
.bg-green-100\/45 {
  background-color: rgb(220 252 231 / 0.45);
}
.bg-green-100\/5 {
  background-color: rgb(220 252 231 / 0.05);
}
.bg-green-100\/50 {
  background-color: rgb(220 252 231 / 0.5);
}
.bg-green-100\/55 {
  background-color: rgb(220 252 231 / 0.55);
}
.bg-green-100\/60 {
  background-color: rgb(220 252 231 / 0.6);
}
.bg-green-100\/65 {
  background-color: rgb(220 252 231 / 0.65);
}
.bg-green-100\/70 {
  background-color: rgb(220 252 231 / 0.7);
}
.bg-green-100\/75 {
  background-color: rgb(220 252 231 / 0.75);
}
.bg-green-100\/80 {
  background-color: rgb(220 252 231 / 0.8);
}
.bg-green-100\/85 {
  background-color: rgb(220 252 231 / 0.85);
}
.bg-green-100\/90 {
  background-color: rgb(220 252 231 / 0.9);
}
.bg-green-100\/95 {
  background-color: rgb(220 252 231 / 0.95);
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}
.bg-green-200\/0 {
  background-color: rgb(187 247 208 / 0);
}
.bg-green-200\/10 {
  background-color: rgb(187 247 208 / 0.1);
}
.bg-green-200\/100 {
  background-color: rgb(187 247 208 / 1);
}
.bg-green-200\/15 {
  background-color: rgb(187 247 208 / 0.15);
}
.bg-green-200\/20 {
  background-color: rgb(187 247 208 / 0.2);
}
.bg-green-200\/25 {
  background-color: rgb(187 247 208 / 0.25);
}
.bg-green-200\/30 {
  background-color: rgb(187 247 208 / 0.3);
}
.bg-green-200\/35 {
  background-color: rgb(187 247 208 / 0.35);
}
.bg-green-200\/40 {
  background-color: rgb(187 247 208 / 0.4);
}
.bg-green-200\/45 {
  background-color: rgb(187 247 208 / 0.45);
}
.bg-green-200\/5 {
  background-color: rgb(187 247 208 / 0.05);
}
.bg-green-200\/50 {
  background-color: rgb(187 247 208 / 0.5);
}
.bg-green-200\/55 {
  background-color: rgb(187 247 208 / 0.55);
}
.bg-green-200\/60 {
  background-color: rgb(187 247 208 / 0.6);
}
.bg-green-200\/65 {
  background-color: rgb(187 247 208 / 0.65);
}
.bg-green-200\/70 {
  background-color: rgb(187 247 208 / 0.7);
}
.bg-green-200\/75 {
  background-color: rgb(187 247 208 / 0.75);
}
.bg-green-200\/80 {
  background-color: rgb(187 247 208 / 0.8);
}
.bg-green-200\/85 {
  background-color: rgb(187 247 208 / 0.85);
}
.bg-green-200\/90 {
  background-color: rgb(187 247 208 / 0.9);
}
.bg-green-200\/95 {
  background-color: rgb(187 247 208 / 0.95);
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}
.bg-green-300\/0 {
  background-color: rgb(134 239 172 / 0);
}
.bg-green-300\/10 {
  background-color: rgb(134 239 172 / 0.1);
}
.bg-green-300\/100 {
  background-color: rgb(134 239 172 / 1);
}
.bg-green-300\/15 {
  background-color: rgb(134 239 172 / 0.15);
}
.bg-green-300\/20 {
  background-color: rgb(134 239 172 / 0.2);
}
.bg-green-300\/25 {
  background-color: rgb(134 239 172 / 0.25);
}
.bg-green-300\/30 {
  background-color: rgb(134 239 172 / 0.3);
}
.bg-green-300\/35 {
  background-color: rgb(134 239 172 / 0.35);
}
.bg-green-300\/40 {
  background-color: rgb(134 239 172 / 0.4);
}
.bg-green-300\/45 {
  background-color: rgb(134 239 172 / 0.45);
}
.bg-green-300\/5 {
  background-color: rgb(134 239 172 / 0.05);
}
.bg-green-300\/50 {
  background-color: rgb(134 239 172 / 0.5);
}
.bg-green-300\/55 {
  background-color: rgb(134 239 172 / 0.55);
}
.bg-green-300\/60 {
  background-color: rgb(134 239 172 / 0.6);
}
.bg-green-300\/65 {
  background-color: rgb(134 239 172 / 0.65);
}
.bg-green-300\/70 {
  background-color: rgb(134 239 172 / 0.7);
}
.bg-green-300\/75 {
  background-color: rgb(134 239 172 / 0.75);
}
.bg-green-300\/80 {
  background-color: rgb(134 239 172 / 0.8);
}
.bg-green-300\/85 {
  background-color: rgb(134 239 172 / 0.85);
}
.bg-green-300\/90 {
  background-color: rgb(134 239 172 / 0.9);
}
.bg-green-300\/95 {
  background-color: rgb(134 239 172 / 0.95);
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}
.bg-green-400\/0 {
  background-color: rgb(74 222 128 / 0);
}
.bg-green-400\/10 {
  background-color: rgb(74 222 128 / 0.1);
}
.bg-green-400\/100 {
  background-color: rgb(74 222 128 / 1);
}
.bg-green-400\/15 {
  background-color: rgb(74 222 128 / 0.15);
}
.bg-green-400\/20 {
  background-color: rgb(74 222 128 / 0.2);
}
.bg-green-400\/25 {
  background-color: rgb(74 222 128 / 0.25);
}
.bg-green-400\/30 {
  background-color: rgb(74 222 128 / 0.3);
}
.bg-green-400\/35 {
  background-color: rgb(74 222 128 / 0.35);
}
.bg-green-400\/40 {
  background-color: rgb(74 222 128 / 0.4);
}
.bg-green-400\/45 {
  background-color: rgb(74 222 128 / 0.45);
}
.bg-green-400\/5 {
  background-color: rgb(74 222 128 / 0.05);
}
.bg-green-400\/50 {
  background-color: rgb(74 222 128 / 0.5);
}
.bg-green-400\/55 {
  background-color: rgb(74 222 128 / 0.55);
}
.bg-green-400\/60 {
  background-color: rgb(74 222 128 / 0.6);
}
.bg-green-400\/65 {
  background-color: rgb(74 222 128 / 0.65);
}
.bg-green-400\/70 {
  background-color: rgb(74 222 128 / 0.7);
}
.bg-green-400\/75 {
  background-color: rgb(74 222 128 / 0.75);
}
.bg-green-400\/80 {
  background-color: rgb(74 222 128 / 0.8);
}
.bg-green-400\/85 {
  background-color: rgb(74 222 128 / 0.85);
}
.bg-green-400\/90 {
  background-color: rgb(74 222 128 / 0.9);
}
.bg-green-400\/95 {
  background-color: rgb(74 222 128 / 0.95);
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-500\/0 {
  background-color: rgb(34 197 94 / 0);
}
.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}
.bg-green-500\/100 {
  background-color: rgb(34 197 94 / 1);
}
.bg-green-500\/15 {
  background-color: rgb(34 197 94 / 0.15);
}
.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}
.bg-green-500\/25 {
  background-color: rgb(34 197 94 / 0.25);
}
.bg-green-500\/30 {
  background-color: rgb(34 197 94 / 0.3);
}
.bg-green-500\/35 {
  background-color: rgb(34 197 94 / 0.35);
}
.bg-green-500\/40 {
  background-color: rgb(34 197 94 / 0.4);
}
.bg-green-500\/45 {
  background-color: rgb(34 197 94 / 0.45);
}
.bg-green-500\/5 {
  background-color: rgb(34 197 94 / 0.05);
}
.bg-green-500\/50 {
  background-color: rgb(34 197 94 / 0.5);
}
.bg-green-500\/55 {
  background-color: rgb(34 197 94 / 0.55);
}
.bg-green-500\/60 {
  background-color: rgb(34 197 94 / 0.6);
}
.bg-green-500\/65 {
  background-color: rgb(34 197 94 / 0.65);
}
.bg-green-500\/70 {
  background-color: rgb(34 197 94 / 0.7);
}
.bg-green-500\/75 {
  background-color: rgb(34 197 94 / 0.75);
}
.bg-green-500\/80 {
  background-color: rgb(34 197 94 / 0.8);
}
.bg-green-500\/85 {
  background-color: rgb(34 197 94 / 0.85);
}
.bg-green-500\/90 {
  background-color: rgb(34 197 94 / 0.9);
}
.bg-green-500\/95 {
  background-color: rgb(34 197 94 / 0.95);
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-green-600\/0 {
  background-color: rgb(22 163 74 / 0);
}
.bg-green-600\/10 {
  background-color: rgb(22 163 74 / 0.1);
}
.bg-green-600\/100 {
  background-color: rgb(22 163 74 / 1);
}
.bg-green-600\/15 {
  background-color: rgb(22 163 74 / 0.15);
}
.bg-green-600\/20 {
  background-color: rgb(22 163 74 / 0.2);
}
.bg-green-600\/25 {
  background-color: rgb(22 163 74 / 0.25);
}
.bg-green-600\/30 {
  background-color: rgb(22 163 74 / 0.3);
}
.bg-green-600\/35 {
  background-color: rgb(22 163 74 / 0.35);
}
.bg-green-600\/40 {
  background-color: rgb(22 163 74 / 0.4);
}
.bg-green-600\/45 {
  background-color: rgb(22 163 74 / 0.45);
}
.bg-green-600\/5 {
  background-color: rgb(22 163 74 / 0.05);
}
.bg-green-600\/50 {
  background-color: rgb(22 163 74 / 0.5);
}
.bg-green-600\/55 {
  background-color: rgb(22 163 74 / 0.55);
}
.bg-green-600\/60 {
  background-color: rgb(22 163 74 / 0.6);
}
.bg-green-600\/65 {
  background-color: rgb(22 163 74 / 0.65);
}
.bg-green-600\/70 {
  background-color: rgb(22 163 74 / 0.7);
}
.bg-green-600\/75 {
  background-color: rgb(22 163 74 / 0.75);
}
.bg-green-600\/80 {
  background-color: rgb(22 163 74 / 0.8);
}
.bg-green-600\/85 {
  background-color: rgb(22 163 74 / 0.85);
}
.bg-green-600\/90 {
  background-color: rgb(22 163 74 / 0.9);
}
.bg-green-600\/95 {
  background-color: rgb(22 163 74 / 0.95);
}
.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.bg-green-700\/0 {
  background-color: rgb(21 128 61 / 0);
}
.bg-green-700\/10 {
  background-color: rgb(21 128 61 / 0.1);
}
.bg-green-700\/100 {
  background-color: rgb(21 128 61 / 1);
}
.bg-green-700\/15 {
  background-color: rgb(21 128 61 / 0.15);
}
.bg-green-700\/20 {
  background-color: rgb(21 128 61 / 0.2);
}
.bg-green-700\/25 {
  background-color: rgb(21 128 61 / 0.25);
}
.bg-green-700\/30 {
  background-color: rgb(21 128 61 / 0.3);
}
.bg-green-700\/35 {
  background-color: rgb(21 128 61 / 0.35);
}
.bg-green-700\/40 {
  background-color: rgb(21 128 61 / 0.4);
}
.bg-green-700\/45 {
  background-color: rgb(21 128 61 / 0.45);
}
.bg-green-700\/5 {
  background-color: rgb(21 128 61 / 0.05);
}
.bg-green-700\/50 {
  background-color: rgb(21 128 61 / 0.5);
}
.bg-green-700\/55 {
  background-color: rgb(21 128 61 / 0.55);
}
.bg-green-700\/60 {
  background-color: rgb(21 128 61 / 0.6);
}
.bg-green-700\/65 {
  background-color: rgb(21 128 61 / 0.65);
}
.bg-green-700\/70 {
  background-color: rgb(21 128 61 / 0.7);
}
.bg-green-700\/75 {
  background-color: rgb(21 128 61 / 0.75);
}
.bg-green-700\/80 {
  background-color: rgb(21 128 61 / 0.8);
}
.bg-green-700\/85 {
  background-color: rgb(21 128 61 / 0.85);
}
.bg-green-700\/90 {
  background-color: rgb(21 128 61 / 0.9);
}
.bg-green-700\/95 {
  background-color: rgb(21 128 61 / 0.95);
}
.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-100\/0 {
  background-color: rgb(243 232 255 / 0);
}
.bg-purple-100\/10 {
  background-color: rgb(243 232 255 / 0.1);
}
.bg-purple-100\/100 {
  background-color: rgb(243 232 255 / 1);
}
.bg-purple-100\/15 {
  background-color: rgb(243 232 255 / 0.15);
}
.bg-purple-100\/20 {
  background-color: rgb(243 232 255 / 0.2);
}
.bg-purple-100\/25 {
  background-color: rgb(243 232 255 / 0.25);
}
.bg-purple-100\/30 {
  background-color: rgb(243 232 255 / 0.3);
}
.bg-purple-100\/35 {
  background-color: rgb(243 232 255 / 0.35);
}
.bg-purple-100\/40 {
  background-color: rgb(243 232 255 / 0.4);
}
.bg-purple-100\/45 {
  background-color: rgb(243 232 255 / 0.45);
}
.bg-purple-100\/5 {
  background-color: rgb(243 232 255 / 0.05);
}
.bg-purple-100\/50 {
  background-color: rgb(243 232 255 / 0.5);
}
.bg-purple-100\/55 {
  background-color: rgb(243 232 255 / 0.55);
}
.bg-purple-100\/60 {
  background-color: rgb(243 232 255 / 0.6);
}
.bg-purple-100\/65 {
  background-color: rgb(243 232 255 / 0.65);
}
.bg-purple-100\/70 {
  background-color: rgb(243 232 255 / 0.7);
}
.bg-purple-100\/75 {
  background-color: rgb(243 232 255 / 0.75);
}
.bg-purple-100\/80 {
  background-color: rgb(243 232 255 / 0.8);
}
.bg-purple-100\/85 {
  background-color: rgb(243 232 255 / 0.85);
}
.bg-purple-100\/90 {
  background-color: rgb(243 232 255 / 0.9);
}
.bg-purple-100\/95 {
  background-color: rgb(243 232 255 / 0.95);
}
.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-200\/0 {
  background-color: rgb(233 213 255 / 0);
}
.bg-purple-200\/10 {
  background-color: rgb(233 213 255 / 0.1);
}
.bg-purple-200\/100 {
  background-color: rgb(233 213 255 / 1);
}
.bg-purple-200\/15 {
  background-color: rgb(233 213 255 / 0.15);
}
.bg-purple-200\/20 {
  background-color: rgb(233 213 255 / 0.2);
}
.bg-purple-200\/25 {
  background-color: rgb(233 213 255 / 0.25);
}
.bg-purple-200\/30 {
  background-color: rgb(233 213 255 / 0.3);
}
.bg-purple-200\/35 {
  background-color: rgb(233 213 255 / 0.35);
}
.bg-purple-200\/40 {
  background-color: rgb(233 213 255 / 0.4);
}
.bg-purple-200\/45 {
  background-color: rgb(233 213 255 / 0.45);
}
.bg-purple-200\/5 {
  background-color: rgb(233 213 255 / 0.05);
}
.bg-purple-200\/50 {
  background-color: rgb(233 213 255 / 0.5);
}
.bg-purple-200\/55 {
  background-color: rgb(233 213 255 / 0.55);
}
.bg-purple-200\/60 {
  background-color: rgb(233 213 255 / 0.6);
}
.bg-purple-200\/65 {
  background-color: rgb(233 213 255 / 0.65);
}
.bg-purple-200\/70 {
  background-color: rgb(233 213 255 / 0.7);
}
.bg-purple-200\/75 {
  background-color: rgb(233 213 255 / 0.75);
}
.bg-purple-200\/80 {
  background-color: rgb(233 213 255 / 0.8);
}
.bg-purple-200\/85 {
  background-color: rgb(233 213 255 / 0.85);
}
.bg-purple-200\/90 {
  background-color: rgb(233 213 255 / 0.9);
}
.bg-purple-200\/95 {
  background-color: rgb(233 213 255 / 0.95);
}
.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}
.bg-purple-300\/0 {
  background-color: rgb(216 180 254 / 0);
}
.bg-purple-300\/10 {
  background-color: rgb(216 180 254 / 0.1);
}
.bg-purple-300\/100 {
  background-color: rgb(216 180 254 / 1);
}
.bg-purple-300\/15 {
  background-color: rgb(216 180 254 / 0.15);
}
.bg-purple-300\/20 {
  background-color: rgb(216 180 254 / 0.2);
}
.bg-purple-300\/25 {
  background-color: rgb(216 180 254 / 0.25);
}
.bg-purple-300\/30 {
  background-color: rgb(216 180 254 / 0.3);
}
.bg-purple-300\/35 {
  background-color: rgb(216 180 254 / 0.35);
}
.bg-purple-300\/40 {
  background-color: rgb(216 180 254 / 0.4);
}
.bg-purple-300\/45 {
  background-color: rgb(216 180 254 / 0.45);
}
.bg-purple-300\/5 {
  background-color: rgb(216 180 254 / 0.05);
}
.bg-purple-300\/50 {
  background-color: rgb(216 180 254 / 0.5);
}
.bg-purple-300\/55 {
  background-color: rgb(216 180 254 / 0.55);
}
.bg-purple-300\/60 {
  background-color: rgb(216 180 254 / 0.6);
}
.bg-purple-300\/65 {
  background-color: rgb(216 180 254 / 0.65);
}
.bg-purple-300\/70 {
  background-color: rgb(216 180 254 / 0.7);
}
.bg-purple-300\/75 {
  background-color: rgb(216 180 254 / 0.75);
}
.bg-purple-300\/80 {
  background-color: rgb(216 180 254 / 0.8);
}
.bg-purple-300\/85 {
  background-color: rgb(216 180 254 / 0.85);
}
.bg-purple-300\/90 {
  background-color: rgb(216 180 254 / 0.9);
}
.bg-purple-300\/95 {
  background-color: rgb(216 180 254 / 0.95);
}
.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}
.bg-purple-400\/0 {
  background-color: rgb(192 132 252 / 0);
}
.bg-purple-400\/10 {
  background-color: rgb(192 132 252 / 0.1);
}
.bg-purple-400\/100 {
  background-color: rgb(192 132 252 / 1);
}
.bg-purple-400\/15 {
  background-color: rgb(192 132 252 / 0.15);
}
.bg-purple-400\/20 {
  background-color: rgb(192 132 252 / 0.2);
}
.bg-purple-400\/25 {
  background-color: rgb(192 132 252 / 0.25);
}
.bg-purple-400\/30 {
  background-color: rgb(192 132 252 / 0.3);
}
.bg-purple-400\/35 {
  background-color: rgb(192 132 252 / 0.35);
}
.bg-purple-400\/40 {
  background-color: rgb(192 132 252 / 0.4);
}
.bg-purple-400\/45 {
  background-color: rgb(192 132 252 / 0.45);
}
.bg-purple-400\/5 {
  background-color: rgb(192 132 252 / 0.05);
}
.bg-purple-400\/50 {
  background-color: rgb(192 132 252 / 0.5);
}
.bg-purple-400\/55 {
  background-color: rgb(192 132 252 / 0.55);
}
.bg-purple-400\/60 {
  background-color: rgb(192 132 252 / 0.6);
}
.bg-purple-400\/65 {
  background-color: rgb(192 132 252 / 0.65);
}
.bg-purple-400\/70 {
  background-color: rgb(192 132 252 / 0.7);
}
.bg-purple-400\/75 {
  background-color: rgb(192 132 252 / 0.75);
}
.bg-purple-400\/80 {
  background-color: rgb(192 132 252 / 0.8);
}
.bg-purple-400\/85 {
  background-color: rgb(192 132 252 / 0.85);
}
.bg-purple-400\/90 {
  background-color: rgb(192 132 252 / 0.9);
}
.bg-purple-400\/95 {
  background-color: rgb(192 132 252 / 0.95);
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-purple-500\/0 {
  background-color: rgb(168 85 247 / 0);
}
.bg-purple-500\/10 {
  background-color: rgb(168 85 247 / 0.1);
}
.bg-purple-500\/100 {
  background-color: rgb(168 85 247 / 1);
}
.bg-purple-500\/15 {
  background-color: rgb(168 85 247 / 0.15);
}
.bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2);
}
.bg-purple-500\/25 {
  background-color: rgb(168 85 247 / 0.25);
}
.bg-purple-500\/30 {
  background-color: rgb(168 85 247 / 0.3);
}
.bg-purple-500\/35 {
  background-color: rgb(168 85 247 / 0.35);
}
.bg-purple-500\/40 {
  background-color: rgb(168 85 247 / 0.4);
}
.bg-purple-500\/45 {
  background-color: rgb(168 85 247 / 0.45);
}
.bg-purple-500\/5 {
  background-color: rgb(168 85 247 / 0.05);
}
.bg-purple-500\/50 {
  background-color: rgb(168 85 247 / 0.5);
}
.bg-purple-500\/55 {
  background-color: rgb(168 85 247 / 0.55);
}
.bg-purple-500\/60 {
  background-color: rgb(168 85 247 / 0.6);
}
.bg-purple-500\/65 {
  background-color: rgb(168 85 247 / 0.65);
}
.bg-purple-500\/70 {
  background-color: rgb(168 85 247 / 0.7);
}
.bg-purple-500\/75 {
  background-color: rgb(168 85 247 / 0.75);
}
.bg-purple-500\/80 {
  background-color: rgb(168 85 247 / 0.8);
}
.bg-purple-500\/85 {
  background-color: rgb(168 85 247 / 0.85);
}
.bg-purple-500\/90 {
  background-color: rgb(168 85 247 / 0.9);
}
.bg-purple-500\/95 {
  background-color: rgb(168 85 247 / 0.95);
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.bg-purple-600\/0 {
  background-color: rgb(147 51 234 / 0);
}
.bg-purple-600\/10 {
  background-color: rgb(147 51 234 / 0.1);
}
.bg-purple-600\/100 {
  background-color: rgb(147 51 234 / 1);
}
.bg-purple-600\/15 {
  background-color: rgb(147 51 234 / 0.15);
}
.bg-purple-600\/20 {
  background-color: rgb(147 51 234 / 0.2);
}
.bg-purple-600\/25 {
  background-color: rgb(147 51 234 / 0.25);
}
.bg-purple-600\/30 {
  background-color: rgb(147 51 234 / 0.3);
}
.bg-purple-600\/35 {
  background-color: rgb(147 51 234 / 0.35);
}
.bg-purple-600\/40 {
  background-color: rgb(147 51 234 / 0.4);
}
.bg-purple-600\/45 {
  background-color: rgb(147 51 234 / 0.45);
}
.bg-purple-600\/5 {
  background-color: rgb(147 51 234 / 0.05);
}
.bg-purple-600\/50 {
  background-color: rgb(147 51 234 / 0.5);
}
.bg-purple-600\/55 {
  background-color: rgb(147 51 234 / 0.55);
}
.bg-purple-600\/60 {
  background-color: rgb(147 51 234 / 0.6);
}
.bg-purple-600\/65 {
  background-color: rgb(147 51 234 / 0.65);
}
.bg-purple-600\/70 {
  background-color: rgb(147 51 234 / 0.7);
}
.bg-purple-600\/75 {
  background-color: rgb(147 51 234 / 0.75);
}
.bg-purple-600\/80 {
  background-color: rgb(147 51 234 / 0.8);
}
.bg-purple-600\/85 {
  background-color: rgb(147 51 234 / 0.85);
}
.bg-purple-600\/90 {
  background-color: rgb(147 51 234 / 0.9);
}
.bg-purple-600\/95 {
  background-color: rgb(147 51 234 / 0.95);
}
.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}
.bg-purple-700\/0 {
  background-color: rgb(126 34 206 / 0);
}
.bg-purple-700\/10 {
  background-color: rgb(126 34 206 / 0.1);
}
.bg-purple-700\/100 {
  background-color: rgb(126 34 206 / 1);
}
.bg-purple-700\/15 {
  background-color: rgb(126 34 206 / 0.15);
}
.bg-purple-700\/20 {
  background-color: rgb(126 34 206 / 0.2);
}
.bg-purple-700\/25 {
  background-color: rgb(126 34 206 / 0.25);
}
.bg-purple-700\/30 {
  background-color: rgb(126 34 206 / 0.3);
}
.bg-purple-700\/35 {
  background-color: rgb(126 34 206 / 0.35);
}
.bg-purple-700\/40 {
  background-color: rgb(126 34 206 / 0.4);
}
.bg-purple-700\/45 {
  background-color: rgb(126 34 206 / 0.45);
}
.bg-purple-700\/5 {
  background-color: rgb(126 34 206 / 0.05);
}
.bg-purple-700\/50 {
  background-color: rgb(126 34 206 / 0.5);
}
.bg-purple-700\/55 {
  background-color: rgb(126 34 206 / 0.55);
}
.bg-purple-700\/60 {
  background-color: rgb(126 34 206 / 0.6);
}
.bg-purple-700\/65 {
  background-color: rgb(126 34 206 / 0.65);
}
.bg-purple-700\/70 {
  background-color: rgb(126 34 206 / 0.7);
}
.bg-purple-700\/75 {
  background-color: rgb(126 34 206 / 0.75);
}
.bg-purple-700\/80 {
  background-color: rgb(126 34 206 / 0.8);
}
.bg-purple-700\/85 {
  background-color: rgb(126 34 206 / 0.85);
}
.bg-purple-700\/90 {
  background-color: rgb(126 34 206 / 0.9);
}
.bg-purple-700\/95 {
  background-color: rgb(126 34 206 / 0.95);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0);
}
.bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}
.bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1);
}
.bg-red-100\/15 {
  background-color: rgb(254 226 226 / 0.15);
}
.bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}
.bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}
.bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}
.bg-red-100\/35 {
  background-color: rgb(254 226 226 / 0.35);
}
.bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}
.bg-red-100\/45 {
  background-color: rgb(254 226 226 / 0.45);
}
.bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}
.bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}
.bg-red-100\/55 {
  background-color: rgb(254 226 226 / 0.55);
}
.bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}
.bg-red-100\/65 {
  background-color: rgb(254 226 226 / 0.65);
}
.bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}
.bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}
.bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}
.bg-red-100\/85 {
  background-color: rgb(254 226 226 / 0.85);
}
.bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}
.bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0);
}
.bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}
.bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1);
}
.bg-red-200\/15 {
  background-color: rgb(254 202 202 / 0.15);
}
.bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}
.bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}
.bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}
.bg-red-200\/35 {
  background-color: rgb(254 202 202 / 0.35);
}
.bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}
.bg-red-200\/45 {
  background-color: rgb(254 202 202 / 0.45);
}
.bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}
.bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}
.bg-red-200\/55 {
  background-color: rgb(254 202 202 / 0.55);
}
.bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}
.bg-red-200\/65 {
  background-color: rgb(254 202 202 / 0.65);
}
.bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}
.bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}
.bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}
.bg-red-200\/85 {
  background-color: rgb(254 202 202 / 0.85);
}
.bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}
.bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0);
}
.bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}
.bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1);
}
.bg-red-300\/15 {
  background-color: rgb(252 165 165 / 0.15);
}
.bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}
.bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}
.bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}
.bg-red-300\/35 {
  background-color: rgb(252 165 165 / 0.35);
}
.bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}
.bg-red-300\/45 {
  background-color: rgb(252 165 165 / 0.45);
}
.bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}
.bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}
.bg-red-300\/55 {
  background-color: rgb(252 165 165 / 0.55);
}
.bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}
.bg-red-300\/65 {
  background-color: rgb(252 165 165 / 0.65);
}
.bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}
.bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}
.bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}
.bg-red-300\/85 {
  background-color: rgb(252 165 165 / 0.85);
}
.bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}
.bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0);
}
.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}
.bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1);
}
.bg-red-400\/15 {
  background-color: rgb(248 113 113 / 0.15);
}
.bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}
.bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25);
}
.bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3);
}
.bg-red-400\/35 {
  background-color: rgb(248 113 113 / 0.35);
}
.bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4);
}
.bg-red-400\/45 {
  background-color: rgb(248 113 113 / 0.45);
}
.bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05);
}
.bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5);
}
.bg-red-400\/55 {
  background-color: rgb(248 113 113 / 0.55);
}
.bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6);
}
.bg-red-400\/65 {
  background-color: rgb(248 113 113 / 0.65);
}
.bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7);
}
.bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75);
}
.bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8);
}
.bg-red-400\/85 {
  background-color: rgb(248 113 113 / 0.85);
}
.bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9);
}
.bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0);
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1);
}
.bg-red-500\/15 {
  background-color: rgb(239 68 68 / 0.15);
}
.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}
.bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}
.bg-red-500\/35 {
  background-color: rgb(239 68 68 / 0.35);
}
.bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}
.bg-red-500\/45 {
  background-color: rgb(239 68 68 / 0.45);
}
.bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}
.bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}
.bg-red-500\/55 {
  background-color: rgb(239 68 68 / 0.55);
}
.bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}
.bg-red-500\/65 {
  background-color: rgb(239 68 68 / 0.65);
}
.bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}
.bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}
.bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}
.bg-red-500\/85 {
  background-color: rgb(239 68 68 / 0.85);
}
.bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}
.bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0);
}
.bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}
.bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1);
}
.bg-red-600\/15 {
  background-color: rgb(220 38 38 / 0.15);
}
.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}
.bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25);
}
.bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}
.bg-red-600\/35 {
  background-color: rgb(220 38 38 / 0.35);
}
.bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4);
}
.bg-red-600\/45 {
  background-color: rgb(220 38 38 / 0.45);
}
.bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05);
}
.bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5);
}
.bg-red-600\/55 {
  background-color: rgb(220 38 38 / 0.55);
}
.bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6);
}
.bg-red-600\/65 {
  background-color: rgb(220 38 38 / 0.65);
}
.bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7);
}
.bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75);
}
.bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8);
}
.bg-red-600\/85 {
  background-color: rgb(220 38 38 / 0.85);
}
.bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}
.bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0);
}
.bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}
.bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1);
}
.bg-red-700\/15 {
  background-color: rgb(185 28 28 / 0.15);
}
.bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2);
}
.bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}
.bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3);
}
.bg-red-700\/35 {
  background-color: rgb(185 28 28 / 0.35);
}
.bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4);
}
.bg-red-700\/45 {
  background-color: rgb(185 28 28 / 0.45);
}
.bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05);
}
.bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5);
}
.bg-red-700\/55 {
  background-color: rgb(185 28 28 / 0.55);
}
.bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6);
}
.bg-red-700\/65 {
  background-color: rgb(185 28 28 / 0.65);
}
.bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7);
}
.bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75);
}
.bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}
.bg-red-700\/85 {
  background-color: rgb(185 28 28 / 0.85);
}
.bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}
.bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}
.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.bg-sky-100\/0 {
  background-color: rgb(224 242 254 / 0);
}
.bg-sky-100\/10 {
  background-color: rgb(224 242 254 / 0.1);
}
.bg-sky-100\/100 {
  background-color: rgb(224 242 254 / 1);
}
.bg-sky-100\/15 {
  background-color: rgb(224 242 254 / 0.15);
}
.bg-sky-100\/20 {
  background-color: rgb(224 242 254 / 0.2);
}
.bg-sky-100\/25 {
  background-color: rgb(224 242 254 / 0.25);
}
.bg-sky-100\/30 {
  background-color: rgb(224 242 254 / 0.3);
}
.bg-sky-100\/35 {
  background-color: rgb(224 242 254 / 0.35);
}
.bg-sky-100\/40 {
  background-color: rgb(224 242 254 / 0.4);
}
.bg-sky-100\/45 {
  background-color: rgb(224 242 254 / 0.45);
}
.bg-sky-100\/5 {
  background-color: rgb(224 242 254 / 0.05);
}
.bg-sky-100\/50 {
  background-color: rgb(224 242 254 / 0.5);
}
.bg-sky-100\/55 {
  background-color: rgb(224 242 254 / 0.55);
}
.bg-sky-100\/60 {
  background-color: rgb(224 242 254 / 0.6);
}
.bg-sky-100\/65 {
  background-color: rgb(224 242 254 / 0.65);
}
.bg-sky-100\/70 {
  background-color: rgb(224 242 254 / 0.7);
}
.bg-sky-100\/75 {
  background-color: rgb(224 242 254 / 0.75);
}
.bg-sky-100\/80 {
  background-color: rgb(224 242 254 / 0.8);
}
.bg-sky-100\/85 {
  background-color: rgb(224 242 254 / 0.85);
}
.bg-sky-100\/90 {
  background-color: rgb(224 242 254 / 0.9);
}
.bg-sky-100\/95 {
  background-color: rgb(224 242 254 / 0.95);
}
.bg-sky-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}
.bg-sky-200\/0 {
  background-color: rgb(186 230 253 / 0);
}
.bg-sky-200\/10 {
  background-color: rgb(186 230 253 / 0.1);
}
.bg-sky-200\/100 {
  background-color: rgb(186 230 253 / 1);
}
.bg-sky-200\/15 {
  background-color: rgb(186 230 253 / 0.15);
}
.bg-sky-200\/20 {
  background-color: rgb(186 230 253 / 0.2);
}
.bg-sky-200\/25 {
  background-color: rgb(186 230 253 / 0.25);
}
.bg-sky-200\/30 {
  background-color: rgb(186 230 253 / 0.3);
}
.bg-sky-200\/35 {
  background-color: rgb(186 230 253 / 0.35);
}
.bg-sky-200\/40 {
  background-color: rgb(186 230 253 / 0.4);
}
.bg-sky-200\/45 {
  background-color: rgb(186 230 253 / 0.45);
}
.bg-sky-200\/5 {
  background-color: rgb(186 230 253 / 0.05);
}
.bg-sky-200\/50 {
  background-color: rgb(186 230 253 / 0.5);
}
.bg-sky-200\/55 {
  background-color: rgb(186 230 253 / 0.55);
}
.bg-sky-200\/60 {
  background-color: rgb(186 230 253 / 0.6);
}
.bg-sky-200\/65 {
  background-color: rgb(186 230 253 / 0.65);
}
.bg-sky-200\/70 {
  background-color: rgb(186 230 253 / 0.7);
}
.bg-sky-200\/75 {
  background-color: rgb(186 230 253 / 0.75);
}
.bg-sky-200\/80 {
  background-color: rgb(186 230 253 / 0.8);
}
.bg-sky-200\/85 {
  background-color: rgb(186 230 253 / 0.85);
}
.bg-sky-200\/90 {
  background-color: rgb(186 230 253 / 0.9);
}
.bg-sky-200\/95 {
  background-color: rgb(186 230 253 / 0.95);
}
.bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}
.bg-sky-300\/0 {
  background-color: rgb(125 211 252 / 0);
}
.bg-sky-300\/10 {
  background-color: rgb(125 211 252 / 0.1);
}
.bg-sky-300\/100 {
  background-color: rgb(125 211 252 / 1);
}
.bg-sky-300\/15 {
  background-color: rgb(125 211 252 / 0.15);
}
.bg-sky-300\/20 {
  background-color: rgb(125 211 252 / 0.2);
}
.bg-sky-300\/25 {
  background-color: rgb(125 211 252 / 0.25);
}
.bg-sky-300\/30 {
  background-color: rgb(125 211 252 / 0.3);
}
.bg-sky-300\/35 {
  background-color: rgb(125 211 252 / 0.35);
}
.bg-sky-300\/40 {
  background-color: rgb(125 211 252 / 0.4);
}
.bg-sky-300\/45 {
  background-color: rgb(125 211 252 / 0.45);
}
.bg-sky-300\/5 {
  background-color: rgb(125 211 252 / 0.05);
}
.bg-sky-300\/50 {
  background-color: rgb(125 211 252 / 0.5);
}
.bg-sky-300\/55 {
  background-color: rgb(125 211 252 / 0.55);
}
.bg-sky-300\/60 {
  background-color: rgb(125 211 252 / 0.6);
}
.bg-sky-300\/65 {
  background-color: rgb(125 211 252 / 0.65);
}
.bg-sky-300\/70 {
  background-color: rgb(125 211 252 / 0.7);
}
.bg-sky-300\/75 {
  background-color: rgb(125 211 252 / 0.75);
}
.bg-sky-300\/80 {
  background-color: rgb(125 211 252 / 0.8);
}
.bg-sky-300\/85 {
  background-color: rgb(125 211 252 / 0.85);
}
.bg-sky-300\/90 {
  background-color: rgb(125 211 252 / 0.9);
}
.bg-sky-300\/95 {
  background-color: rgb(125 211 252 / 0.95);
}
.bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}
.bg-sky-400\/0 {
  background-color: rgb(56 189 248 / 0);
}
.bg-sky-400\/10 {
  background-color: rgb(56 189 248 / 0.1);
}
.bg-sky-400\/100 {
  background-color: rgb(56 189 248 / 1);
}
.bg-sky-400\/15 {
  background-color: rgb(56 189 248 / 0.15);
}
.bg-sky-400\/20 {
  background-color: rgb(56 189 248 / 0.2);
}
.bg-sky-400\/25 {
  background-color: rgb(56 189 248 / 0.25);
}
.bg-sky-400\/30 {
  background-color: rgb(56 189 248 / 0.3);
}
.bg-sky-400\/35 {
  background-color: rgb(56 189 248 / 0.35);
}
.bg-sky-400\/40 {
  background-color: rgb(56 189 248 / 0.4);
}
.bg-sky-400\/45 {
  background-color: rgb(56 189 248 / 0.45);
}
.bg-sky-400\/5 {
  background-color: rgb(56 189 248 / 0.05);
}
.bg-sky-400\/50 {
  background-color: rgb(56 189 248 / 0.5);
}
.bg-sky-400\/55 {
  background-color: rgb(56 189 248 / 0.55);
}
.bg-sky-400\/60 {
  background-color: rgb(56 189 248 / 0.6);
}
.bg-sky-400\/65 {
  background-color: rgb(56 189 248 / 0.65);
}
.bg-sky-400\/70 {
  background-color: rgb(56 189 248 / 0.7);
}
.bg-sky-400\/75 {
  background-color: rgb(56 189 248 / 0.75);
}
.bg-sky-400\/80 {
  background-color: rgb(56 189 248 / 0.8);
}
.bg-sky-400\/85 {
  background-color: rgb(56 189 248 / 0.85);
}
.bg-sky-400\/90 {
  background-color: rgb(56 189 248 / 0.9);
}
.bg-sky-400\/95 {
  background-color: rgb(56 189 248 / 0.95);
}
.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}
.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}
.bg-sky-500\/0 {
  background-color: rgb(14 165 233 / 0);
}
.bg-sky-500\/10 {
  background-color: rgb(14 165 233 / 0.1);
}
.bg-sky-500\/100 {
  background-color: rgb(14 165 233 / 1);
}
.bg-sky-500\/15 {
  background-color: rgb(14 165 233 / 0.15);
}
.bg-sky-500\/20 {
  background-color: rgb(14 165 233 / 0.2);
}
.bg-sky-500\/25 {
  background-color: rgb(14 165 233 / 0.25);
}
.bg-sky-500\/30 {
  background-color: rgb(14 165 233 / 0.3);
}
.bg-sky-500\/35 {
  background-color: rgb(14 165 233 / 0.35);
}
.bg-sky-500\/40 {
  background-color: rgb(14 165 233 / 0.4);
}
.bg-sky-500\/45 {
  background-color: rgb(14 165 233 / 0.45);
}
.bg-sky-500\/5 {
  background-color: rgb(14 165 233 / 0.05);
}
.bg-sky-500\/50 {
  background-color: rgb(14 165 233 / 0.5);
}
.bg-sky-500\/55 {
  background-color: rgb(14 165 233 / 0.55);
}
.bg-sky-500\/60 {
  background-color: rgb(14 165 233 / 0.6);
}
.bg-sky-500\/65 {
  background-color: rgb(14 165 233 / 0.65);
}
.bg-sky-500\/70 {
  background-color: rgb(14 165 233 / 0.7);
}
.bg-sky-500\/75 {
  background-color: rgb(14 165 233 / 0.75);
}
.bg-sky-500\/80 {
  background-color: rgb(14 165 233 / 0.8);
}
.bg-sky-500\/85 {
  background-color: rgb(14 165 233 / 0.85);
}
.bg-sky-500\/90 {
  background-color: rgb(14 165 233 / 0.9);
}
.bg-sky-500\/95 {
  background-color: rgb(14 165 233 / 0.95);
}
.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}
.bg-sky-600\/0 {
  background-color: rgb(2 132 199 / 0);
}
.bg-sky-600\/10 {
  background-color: rgb(2 132 199 / 0.1);
}
.bg-sky-600\/100 {
  background-color: rgb(2 132 199 / 1);
}
.bg-sky-600\/15 {
  background-color: rgb(2 132 199 / 0.15);
}
.bg-sky-600\/20 {
  background-color: rgb(2 132 199 / 0.2);
}
.bg-sky-600\/25 {
  background-color: rgb(2 132 199 / 0.25);
}
.bg-sky-600\/30 {
  background-color: rgb(2 132 199 / 0.3);
}
.bg-sky-600\/35 {
  background-color: rgb(2 132 199 / 0.35);
}
.bg-sky-600\/40 {
  background-color: rgb(2 132 199 / 0.4);
}
.bg-sky-600\/45 {
  background-color: rgb(2 132 199 / 0.45);
}
.bg-sky-600\/5 {
  background-color: rgb(2 132 199 / 0.05);
}
.bg-sky-600\/50 {
  background-color: rgb(2 132 199 / 0.5);
}
.bg-sky-600\/55 {
  background-color: rgb(2 132 199 / 0.55);
}
.bg-sky-600\/60 {
  background-color: rgb(2 132 199 / 0.6);
}
.bg-sky-600\/65 {
  background-color: rgb(2 132 199 / 0.65);
}
.bg-sky-600\/70 {
  background-color: rgb(2 132 199 / 0.7);
}
.bg-sky-600\/75 {
  background-color: rgb(2 132 199 / 0.75);
}
.bg-sky-600\/80 {
  background-color: rgb(2 132 199 / 0.8);
}
.bg-sky-600\/85 {
  background-color: rgb(2 132 199 / 0.85);
}
.bg-sky-600\/90 {
  background-color: rgb(2 132 199 / 0.9);
}
.bg-sky-600\/95 {
  background-color: rgb(2 132 199 / 0.95);
}
.bg-sky-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}
.bg-sky-700\/0 {
  background-color: rgb(3 105 161 / 0);
}
.bg-sky-700\/10 {
  background-color: rgb(3 105 161 / 0.1);
}
.bg-sky-700\/100 {
  background-color: rgb(3 105 161 / 1);
}
.bg-sky-700\/15 {
  background-color: rgb(3 105 161 / 0.15);
}
.bg-sky-700\/20 {
  background-color: rgb(3 105 161 / 0.2);
}
.bg-sky-700\/25 {
  background-color: rgb(3 105 161 / 0.25);
}
.bg-sky-700\/30 {
  background-color: rgb(3 105 161 / 0.3);
}
.bg-sky-700\/35 {
  background-color: rgb(3 105 161 / 0.35);
}
.bg-sky-700\/40 {
  background-color: rgb(3 105 161 / 0.4);
}
.bg-sky-700\/45 {
  background-color: rgb(3 105 161 / 0.45);
}
.bg-sky-700\/5 {
  background-color: rgb(3 105 161 / 0.05);
}
.bg-sky-700\/50 {
  background-color: rgb(3 105 161 / 0.5);
}
.bg-sky-700\/55 {
  background-color: rgb(3 105 161 / 0.55);
}
.bg-sky-700\/60 {
  background-color: rgb(3 105 161 / 0.6);
}
.bg-sky-700\/65 {
  background-color: rgb(3 105 161 / 0.65);
}
.bg-sky-700\/70 {
  background-color: rgb(3 105 161 / 0.7);
}
.bg-sky-700\/75 {
  background-color: rgb(3 105 161 / 0.75);
}
.bg-sky-700\/80 {
  background-color: rgb(3 105 161 / 0.8);
}
.bg-sky-700\/85 {
  background-color: rgb(3 105 161 / 0.85);
}
.bg-sky-700\/90 {
  background-color: rgb(3 105 161 / 0.9);
}
.bg-sky-700\/95 {
  background-color: rgb(3 105 161 / 0.95);
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-\[linear-gradient\(to_right\2c \#6A49EB\2c \#4245EA\2c \#1B6CF6\)\] {
  background-image: linear-gradient(to right,#6A49EB,#4245EA,#1B6CF6);
}
.bg-\[url\(\'\/assets\/images\/demo-background\.png\'\)\] {
  background-image: url('/assets/images/demo-background.png');
}
.bg-\[url\(\'\/assets\/images\/futher-development-background-fullstack\.png\'\)\] {
  background-image: url('/assets/images/futher-development-background-fullstack.png');
}
.bg-\[url\(\'\/assets\/images\/futher-development-background\.png\'\)\] {
  background-image: url('/assets/images/futher-development-background.png');
}
.bg-btn-gradientblue {
  background-image: linear-gradient(to right, #330df3ff, #5e55c4ff);
}
.bg-btn-gradientprimary {
  background-image: linear-gradient(to right, #4ade80, #16a34a);
}
.bg-btn-gradientsecondary {
  background-image: linear-gradient(to right, #d1d5db, #6b7280);
}
.bg-card-gradient {
  background-image: linear-gradient(to bottom, #1e3a8a, #0284c7);
}
.bg-gradient-blue-white {
  background-image: linear-gradient(to left, #FFFFFF, #E1EEFF);
}
.bg-gradient-grey-to-bottom {
  background-image: linear-gradient(to bottom, #828282 ,#FFFFFF);
}
.bg-gradient-primary {
  background-image: linear-gradient(to right, #2A53CC, #714BEF);
}
.bg-gradient-primary-o5 {
  background-image: linear-gradient(to right, rgba(42,83,204,0.05), rgba(113,75,239,0.05));
}
.bg-gradient-primary-to-left {
  background-image: linear-gradient(to left, #2A53CC, #714BEF);
}
.bg-gradient-primary-to-left-o20 {
  background-image: linear-gradient(to left, rgba(42, 83, 204, 0.2), rgba(113, 75, 239, 0.2));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-green-600\/60 {
  --tw-gradient-from: rgb(22 163 74 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500 {
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50 {
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-100 {
  --tw-gradient-from: #e0f2fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-cyan-700\/60 {
  --tw-gradient-to: rgb(14 116 144 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(14 116 144 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-purple-600 {
  --tw-gradient-to: rgb(147 51 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-blue-50 {
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}
.to-pink-500 {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}
.to-purple-100 {
  --tw-gradient-to: #f3e8ff var(--tw-gradient-to-position);
}
.to-sky-900\/60 {
  --tw-gradient-to: rgb(12 74 110 / 0.6) var(--tw-gradient-to-position);
}
.bg-\[length\:100\%\] {
  background-size: 100%;
}
.bg-\[length\:calc\(100\%-3\.75rem\)_auto\] {
  background-size: calc(100% - 3.75rem) auto;
}
.bg-bottom {
  background-position: bottom;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.\!p-1 {
  padding: 0.25rem !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-16 {
  padding: 4rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[1\.25rem\] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[1\.625rem\] {
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}
.px-\[1\.875rem\] {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.px-\[4\.313rem\] {
  padding-left: 4.313rem;
  padding-right: 4.313rem;
}
.px-\[7\.125rem\] {
  padding-left: 7.125rem;
  padding-right: 7.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[0\.563rem\] {
  padding-top: 0.563rem;
  padding-bottom: 0.563rem;
}
.py-\[0\.625rem\] {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-\[1\.188rem\] {
  padding-top: 1.188rem;
  padding-bottom: 1.188rem;
}
.py-\[4\.625rem\] {
  padding-top: 4.625rem;
  padding-bottom: 4.625rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[3\.188rem\] {
  padding-bottom: 3.188rem;
}
.pb-\[3\.375rem\] {
  padding-bottom: 3.375rem;
}
.pb-\[5\.688rem\] {
  padding-bottom: 5.688rem;
}
.pb-\[6\.313rem\] {
  padding-bottom: 6.313rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-\[1\.375rem\] {
  padding-left: 1.375rem;
}
.pl-\[4\.156rem\] {
  padding-left: 4.156rem;
}
.pl-\[4\.563rem\] {
  padding-left: 4.563rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-14 {
  padding-right: 3.5rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-\[1\.875rem\] {
  padding-right: 1.875rem;
}
.pr-\[4\.156rem\] {
  padding-right: 4.156rem;
}
.pr-\[7\.125rem\] {
  padding-right: 7.125rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[3\.875rem\] {
  padding-top: 3.875rem;
}
.pt-\[7\.688rem\] {
  padding-top: 7.688rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[1\.688rem\] {
  font-size: 1.688rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[38px\] {
  font-size: 38px;
}
.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-\[400\] {
  font-weight: 400;
}
.font-\[500\] {
  font-weight: 500;
}
.font-\[700\] {
  font-weight: 700;
}
.font-\[800\] {
  font-weight: 800;
}
.font-\[900\] {
  font-weight: 900;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.\!leading-normal {
  line-height: 1.5 !important;
}
.leading-\[12px\] {
  line-height: 12px;
}
.leading-\[15px\] {
  line-height: 15px;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[40px\] {
  line-height: 40px;
}
.leading-\[normal\] {
  line-height: normal;
}
.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-wide {
  letter-spacing: 0.025em;
}
.text-\[\#1374F5\] {
  --tw-text-opacity: 1;
  color: rgb(19 116 245 / var(--tw-text-opacity, 1));
}
.text-\[\#757575\] {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}
.text-\[\#8EC6FF\] {
  --tw-text-opacity: 1;
  color: rgb(142 198 255 / var(--tw-text-opacity, 1));
}
.text-\[\#939393\] {
  --tw-text-opacity: 1;
  color: rgb(147 147 147 / var(--tw-text-opacity, 1));
}
.text-\[\#B1B1B1\] {
  --tw-text-opacity: 1;
  color: rgb(177 177 177 / var(--tw-text-opacity, 1));
}
.text-\[\#F9CB33\] {
  --tw-text-opacity: 1;
  color: rgb(249 203 51 / var(--tw-text-opacity, 1));
}
.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[white\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.text-blue-100\/0 {
  color: rgb(219 234 254 / 0);
}
.text-blue-100\/10 {
  color: rgb(219 234 254 / 0.1);
}
.text-blue-100\/100 {
  color: rgb(219 234 254 / 1);
}
.text-blue-100\/15 {
  color: rgb(219 234 254 / 0.15);
}
.text-blue-100\/20 {
  color: rgb(219 234 254 / 0.2);
}
.text-blue-100\/25 {
  color: rgb(219 234 254 / 0.25);
}
.text-blue-100\/30 {
  color: rgb(219 234 254 / 0.3);
}
.text-blue-100\/35 {
  color: rgb(219 234 254 / 0.35);
}
.text-blue-100\/40 {
  color: rgb(219 234 254 / 0.4);
}
.text-blue-100\/45 {
  color: rgb(219 234 254 / 0.45);
}
.text-blue-100\/5 {
  color: rgb(219 234 254 / 0.05);
}
.text-blue-100\/50 {
  color: rgb(219 234 254 / 0.5);
}
.text-blue-100\/55 {
  color: rgb(219 234 254 / 0.55);
}
.text-blue-100\/60 {
  color: rgb(219 234 254 / 0.6);
}
.text-blue-100\/65 {
  color: rgb(219 234 254 / 0.65);
}
.text-blue-100\/70 {
  color: rgb(219 234 254 / 0.7);
}
.text-blue-100\/75 {
  color: rgb(219 234 254 / 0.75);
}
.text-blue-100\/80 {
  color: rgb(219 234 254 / 0.8);
}
.text-blue-100\/85 {
  color: rgb(219 234 254 / 0.85);
}
.text-blue-100\/90 {
  color: rgb(219 234 254 / 0.9);
}
.text-blue-100\/95 {
  color: rgb(219 234 254 / 0.95);
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.text-blue-200\/0 {
  color: rgb(191 219 254 / 0);
}
.text-blue-200\/10 {
  color: rgb(191 219 254 / 0.1);
}
.text-blue-200\/100 {
  color: rgb(191 219 254 / 1);
}
.text-blue-200\/15 {
  color: rgb(191 219 254 / 0.15);
}
.text-blue-200\/20 {
  color: rgb(191 219 254 / 0.2);
}
.text-blue-200\/25 {
  color: rgb(191 219 254 / 0.25);
}
.text-blue-200\/30 {
  color: rgb(191 219 254 / 0.3);
}
.text-blue-200\/35 {
  color: rgb(191 219 254 / 0.35);
}
.text-blue-200\/40 {
  color: rgb(191 219 254 / 0.4);
}
.text-blue-200\/45 {
  color: rgb(191 219 254 / 0.45);
}
.text-blue-200\/5 {
  color: rgb(191 219 254 / 0.05);
}
.text-blue-200\/50 {
  color: rgb(191 219 254 / 0.5);
}
.text-blue-200\/55 {
  color: rgb(191 219 254 / 0.55);
}
.text-blue-200\/60 {
  color: rgb(191 219 254 / 0.6);
}
.text-blue-200\/65 {
  color: rgb(191 219 254 / 0.65);
}
.text-blue-200\/70 {
  color: rgb(191 219 254 / 0.7);
}
.text-blue-200\/75 {
  color: rgb(191 219 254 / 0.75);
}
.text-blue-200\/80 {
  color: rgb(191 219 254 / 0.8);
}
.text-blue-200\/85 {
  color: rgb(191 219 254 / 0.85);
}
.text-blue-200\/90 {
  color: rgb(191 219 254 / 0.9);
}
.text-blue-200\/95 {
  color: rgb(191 219 254 / 0.95);
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.text-blue-300\/0 {
  color: rgb(147 197 253 / 0);
}
.text-blue-300\/10 {
  color: rgb(147 197 253 / 0.1);
}
.text-blue-300\/100 {
  color: rgb(147 197 253 / 1);
}
.text-blue-300\/15 {
  color: rgb(147 197 253 / 0.15);
}
.text-blue-300\/20 {
  color: rgb(147 197 253 / 0.2);
}
.text-blue-300\/25 {
  color: rgb(147 197 253 / 0.25);
}
.text-blue-300\/30 {
  color: rgb(147 197 253 / 0.3);
}
.text-blue-300\/35 {
  color: rgb(147 197 253 / 0.35);
}
.text-blue-300\/40 {
  color: rgb(147 197 253 / 0.4);
}
.text-blue-300\/45 {
  color: rgb(147 197 253 / 0.45);
}
.text-blue-300\/5 {
  color: rgb(147 197 253 / 0.05);
}
.text-blue-300\/50 {
  color: rgb(147 197 253 / 0.5);
}
.text-blue-300\/55 {
  color: rgb(147 197 253 / 0.55);
}
.text-blue-300\/60 {
  color: rgb(147 197 253 / 0.6);
}
.text-blue-300\/65 {
  color: rgb(147 197 253 / 0.65);
}
.text-blue-300\/70 {
  color: rgb(147 197 253 / 0.7);
}
.text-blue-300\/75 {
  color: rgb(147 197 253 / 0.75);
}
.text-blue-300\/80 {
  color: rgb(147 197 253 / 0.8);
}
.text-blue-300\/85 {
  color: rgb(147 197 253 / 0.85);
}
.text-blue-300\/90 {
  color: rgb(147 197 253 / 0.9);
}
.text-blue-300\/95 {
  color: rgb(147 197 253 / 0.95);
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-400\/0 {
  color: rgb(96 165 250 / 0);
}
.text-blue-400\/10 {
  color: rgb(96 165 250 / 0.1);
}
.text-blue-400\/100 {
  color: rgb(96 165 250 / 1);
}
.text-blue-400\/15 {
  color: rgb(96 165 250 / 0.15);
}
.text-blue-400\/20 {
  color: rgb(96 165 250 / 0.2);
}
.text-blue-400\/25 {
  color: rgb(96 165 250 / 0.25);
}
.text-blue-400\/30 {
  color: rgb(96 165 250 / 0.3);
}
.text-blue-400\/35 {
  color: rgb(96 165 250 / 0.35);
}
.text-blue-400\/40 {
  color: rgb(96 165 250 / 0.4);
}
.text-blue-400\/45 {
  color: rgb(96 165 250 / 0.45);
}
.text-blue-400\/5 {
  color: rgb(96 165 250 / 0.05);
}
.text-blue-400\/50 {
  color: rgb(96 165 250 / 0.5);
}
.text-blue-400\/55 {
  color: rgb(96 165 250 / 0.55);
}
.text-blue-400\/60 {
  color: rgb(96 165 250 / 0.6);
}
.text-blue-400\/65 {
  color: rgb(96 165 250 / 0.65);
}
.text-blue-400\/70 {
  color: rgb(96 165 250 / 0.7);
}
.text-blue-400\/75 {
  color: rgb(96 165 250 / 0.75);
}
.text-blue-400\/80 {
  color: rgb(96 165 250 / 0.8);
}
.text-blue-400\/85 {
  color: rgb(96 165 250 / 0.85);
}
.text-blue-400\/90 {
  color: rgb(96 165 250 / 0.9);
}
.text-blue-400\/95 {
  color: rgb(96 165 250 / 0.95);
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-500\/0 {
  color: rgb(59 130 246 / 0);
}
.text-blue-500\/10 {
  color: rgb(59 130 246 / 0.1);
}
.text-blue-500\/100 {
  color: rgb(59 130 246 / 1);
}
.text-blue-500\/15 {
  color: rgb(59 130 246 / 0.15);
}
.text-blue-500\/20 {
  color: rgb(59 130 246 / 0.2);
}
.text-blue-500\/25 {
  color: rgb(59 130 246 / 0.25);
}
.text-blue-500\/30 {
  color: rgb(59 130 246 / 0.3);
}
.text-blue-500\/35 {
  color: rgb(59 130 246 / 0.35);
}
.text-blue-500\/40 {
  color: rgb(59 130 246 / 0.4);
}
.text-blue-500\/45 {
  color: rgb(59 130 246 / 0.45);
}
.text-blue-500\/5 {
  color: rgb(59 130 246 / 0.05);
}
.text-blue-500\/50 {
  color: rgb(59 130 246 / 0.5);
}
.text-blue-500\/55 {
  color: rgb(59 130 246 / 0.55);
}
.text-blue-500\/60 {
  color: rgb(59 130 246 / 0.6);
}
.text-blue-500\/65 {
  color: rgb(59 130 246 / 0.65);
}
.text-blue-500\/70 {
  color: rgb(59 130 246 / 0.7);
}
.text-blue-500\/75 {
  color: rgb(59 130 246 / 0.75);
}
.text-blue-500\/80 {
  color: rgb(59 130 246 / 0.8);
}
.text-blue-500\/85 {
  color: rgb(59 130 246 / 0.85);
}
.text-blue-500\/90 {
  color: rgb(59 130 246 / 0.9);
}
.text-blue-500\/95 {
  color: rgb(59 130 246 / 0.95);
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-600\/0 {
  color: rgb(37 99 235 / 0);
}
.text-blue-600\/10 {
  color: rgb(37 99 235 / 0.1);
}
.text-blue-600\/100 {
  color: rgb(37 99 235 / 1);
}
.text-blue-600\/15 {
  color: rgb(37 99 235 / 0.15);
}
.text-blue-600\/20 {
  color: rgb(37 99 235 / 0.2);
}
.text-blue-600\/25 {
  color: rgb(37 99 235 / 0.25);
}
.text-blue-600\/30 {
  color: rgb(37 99 235 / 0.3);
}
.text-blue-600\/35 {
  color: rgb(37 99 235 / 0.35);
}
.text-blue-600\/40 {
  color: rgb(37 99 235 / 0.4);
}
.text-blue-600\/45 {
  color: rgb(37 99 235 / 0.45);
}
.text-blue-600\/5 {
  color: rgb(37 99 235 / 0.05);
}
.text-blue-600\/50 {
  color: rgb(37 99 235 / 0.5);
}
.text-blue-600\/55 {
  color: rgb(37 99 235 / 0.55);
}
.text-blue-600\/60 {
  color: rgb(37 99 235 / 0.6);
}
.text-blue-600\/65 {
  color: rgb(37 99 235 / 0.65);
}
.text-blue-600\/70 {
  color: rgb(37 99 235 / 0.7);
}
.text-blue-600\/75 {
  color: rgb(37 99 235 / 0.75);
}
.text-blue-600\/80 {
  color: rgb(37 99 235 / 0.8);
}
.text-blue-600\/85 {
  color: rgb(37 99 235 / 0.85);
}
.text-blue-600\/90 {
  color: rgb(37 99 235 / 0.9);
}
.text-blue-600\/95 {
  color: rgb(37 99 235 / 0.95);
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-700\/0 {
  color: rgb(29 78 216 / 0);
}
.text-blue-700\/10 {
  color: rgb(29 78 216 / 0.1);
}
.text-blue-700\/100 {
  color: rgb(29 78 216 / 1);
}
.text-blue-700\/15 {
  color: rgb(29 78 216 / 0.15);
}
.text-blue-700\/20 {
  color: rgb(29 78 216 / 0.2);
}
.text-blue-700\/25 {
  color: rgb(29 78 216 / 0.25);
}
.text-blue-700\/30 {
  color: rgb(29 78 216 / 0.3);
}
.text-blue-700\/35 {
  color: rgb(29 78 216 / 0.35);
}
.text-blue-700\/40 {
  color: rgb(29 78 216 / 0.4);
}
.text-blue-700\/45 {
  color: rgb(29 78 216 / 0.45);
}
.text-blue-700\/5 {
  color: rgb(29 78 216 / 0.05);
}
.text-blue-700\/50 {
  color: rgb(29 78 216 / 0.5);
}
.text-blue-700\/55 {
  color: rgb(29 78 216 / 0.55);
}
.text-blue-700\/60 {
  color: rgb(29 78 216 / 0.6);
}
.text-blue-700\/65 {
  color: rgb(29 78 216 / 0.65);
}
.text-blue-700\/70 {
  color: rgb(29 78 216 / 0.7);
}
.text-blue-700\/75 {
  color: rgb(29 78 216 / 0.75);
}
.text-blue-700\/80 {
  color: rgb(29 78 216 / 0.8);
}
.text-blue-700\/85 {
  color: rgb(29 78 216 / 0.85);
}
.text-blue-700\/90 {
  color: rgb(29 78 216 / 0.9);
}
.text-blue-700\/95 {
  color: rgb(29 78 216 / 0.95);
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}
.text-green-100\/0 {
  color: rgb(220 252 231 / 0);
}
.text-green-100\/10 {
  color: rgb(220 252 231 / 0.1);
}
.text-green-100\/100 {
  color: rgb(220 252 231 / 1);
}
.text-green-100\/15 {
  color: rgb(220 252 231 / 0.15);
}
.text-green-100\/20 {
  color: rgb(220 252 231 / 0.2);
}
.text-green-100\/25 {
  color: rgb(220 252 231 / 0.25);
}
.text-green-100\/30 {
  color: rgb(220 252 231 / 0.3);
}
.text-green-100\/35 {
  color: rgb(220 252 231 / 0.35);
}
.text-green-100\/40 {
  color: rgb(220 252 231 / 0.4);
}
.text-green-100\/45 {
  color: rgb(220 252 231 / 0.45);
}
.text-green-100\/5 {
  color: rgb(220 252 231 / 0.05);
}
.text-green-100\/50 {
  color: rgb(220 252 231 / 0.5);
}
.text-green-100\/55 {
  color: rgb(220 252 231 / 0.55);
}
.text-green-100\/60 {
  color: rgb(220 252 231 / 0.6);
}
.text-green-100\/65 {
  color: rgb(220 252 231 / 0.65);
}
.text-green-100\/70 {
  color: rgb(220 252 231 / 0.7);
}
.text-green-100\/75 {
  color: rgb(220 252 231 / 0.75);
}
.text-green-100\/80 {
  color: rgb(220 252 231 / 0.8);
}
.text-green-100\/85 {
  color: rgb(220 252 231 / 0.85);
}
.text-green-100\/90 {
  color: rgb(220 252 231 / 0.9);
}
.text-green-100\/95 {
  color: rgb(220 252 231 / 0.95);
}
.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}
.text-green-200\/0 {
  color: rgb(187 247 208 / 0);
}
.text-green-200\/10 {
  color: rgb(187 247 208 / 0.1);
}
.text-green-200\/100 {
  color: rgb(187 247 208 / 1);
}
.text-green-200\/15 {
  color: rgb(187 247 208 / 0.15);
}
.text-green-200\/20 {
  color: rgb(187 247 208 / 0.2);
}
.text-green-200\/25 {
  color: rgb(187 247 208 / 0.25);
}
.text-green-200\/30 {
  color: rgb(187 247 208 / 0.3);
}
.text-green-200\/35 {
  color: rgb(187 247 208 / 0.35);
}
.text-green-200\/40 {
  color: rgb(187 247 208 / 0.4);
}
.text-green-200\/45 {
  color: rgb(187 247 208 / 0.45);
}
.text-green-200\/5 {
  color: rgb(187 247 208 / 0.05);
}
.text-green-200\/50 {
  color: rgb(187 247 208 / 0.5);
}
.text-green-200\/55 {
  color: rgb(187 247 208 / 0.55);
}
.text-green-200\/60 {
  color: rgb(187 247 208 / 0.6);
}
.text-green-200\/65 {
  color: rgb(187 247 208 / 0.65);
}
.text-green-200\/70 {
  color: rgb(187 247 208 / 0.7);
}
.text-green-200\/75 {
  color: rgb(187 247 208 / 0.75);
}
.text-green-200\/80 {
  color: rgb(187 247 208 / 0.8);
}
.text-green-200\/85 {
  color: rgb(187 247 208 / 0.85);
}
.text-green-200\/90 {
  color: rgb(187 247 208 / 0.9);
}
.text-green-200\/95 {
  color: rgb(187 247 208 / 0.95);
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.text-green-300\/0 {
  color: rgb(134 239 172 / 0);
}
.text-green-300\/10 {
  color: rgb(134 239 172 / 0.1);
}
.text-green-300\/100 {
  color: rgb(134 239 172 / 1);
}
.text-green-300\/15 {
  color: rgb(134 239 172 / 0.15);
}
.text-green-300\/20 {
  color: rgb(134 239 172 / 0.2);
}
.text-green-300\/25 {
  color: rgb(134 239 172 / 0.25);
}
.text-green-300\/30 {
  color: rgb(134 239 172 / 0.3);
}
.text-green-300\/35 {
  color: rgb(134 239 172 / 0.35);
}
.text-green-300\/40 {
  color: rgb(134 239 172 / 0.4);
}
.text-green-300\/45 {
  color: rgb(134 239 172 / 0.45);
}
.text-green-300\/5 {
  color: rgb(134 239 172 / 0.05);
}
.text-green-300\/50 {
  color: rgb(134 239 172 / 0.5);
}
.text-green-300\/55 {
  color: rgb(134 239 172 / 0.55);
}
.text-green-300\/60 {
  color: rgb(134 239 172 / 0.6);
}
.text-green-300\/65 {
  color: rgb(134 239 172 / 0.65);
}
.text-green-300\/70 {
  color: rgb(134 239 172 / 0.7);
}
.text-green-300\/75 {
  color: rgb(134 239 172 / 0.75);
}
.text-green-300\/80 {
  color: rgb(134 239 172 / 0.8);
}
.text-green-300\/85 {
  color: rgb(134 239 172 / 0.85);
}
.text-green-300\/90 {
  color: rgb(134 239 172 / 0.9);
}
.text-green-300\/95 {
  color: rgb(134 239 172 / 0.95);
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-400\/0 {
  color: rgb(74 222 128 / 0);
}
.text-green-400\/10 {
  color: rgb(74 222 128 / 0.1);
}
.text-green-400\/100 {
  color: rgb(74 222 128 / 1);
}
.text-green-400\/15 {
  color: rgb(74 222 128 / 0.15);
}
.text-green-400\/20 {
  color: rgb(74 222 128 / 0.2);
}
.text-green-400\/25 {
  color: rgb(74 222 128 / 0.25);
}
.text-green-400\/30 {
  color: rgb(74 222 128 / 0.3);
}
.text-green-400\/35 {
  color: rgb(74 222 128 / 0.35);
}
.text-green-400\/40 {
  color: rgb(74 222 128 / 0.4);
}
.text-green-400\/45 {
  color: rgb(74 222 128 / 0.45);
}
.text-green-400\/5 {
  color: rgb(74 222 128 / 0.05);
}
.text-green-400\/50 {
  color: rgb(74 222 128 / 0.5);
}
.text-green-400\/55 {
  color: rgb(74 222 128 / 0.55);
}
.text-green-400\/60 {
  color: rgb(74 222 128 / 0.6);
}
.text-green-400\/65 {
  color: rgb(74 222 128 / 0.65);
}
.text-green-400\/70 {
  color: rgb(74 222 128 / 0.7);
}
.text-green-400\/75 {
  color: rgb(74 222 128 / 0.75);
}
.text-green-400\/80 {
  color: rgb(74 222 128 / 0.8);
}
.text-green-400\/85 {
  color: rgb(74 222 128 / 0.85);
}
.text-green-400\/90 {
  color: rgb(74 222 128 / 0.9);
}
.text-green-400\/95 {
  color: rgb(74 222 128 / 0.95);
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-500\/0 {
  color: rgb(34 197 94 / 0);
}
.text-green-500\/10 {
  color: rgb(34 197 94 / 0.1);
}
.text-green-500\/100 {
  color: rgb(34 197 94 / 1);
}
.text-green-500\/15 {
  color: rgb(34 197 94 / 0.15);
}
.text-green-500\/20 {
  color: rgb(34 197 94 / 0.2);
}
.text-green-500\/25 {
  color: rgb(34 197 94 / 0.25);
}
.text-green-500\/30 {
  color: rgb(34 197 94 / 0.3);
}
.text-green-500\/35 {
  color: rgb(34 197 94 / 0.35);
}
.text-green-500\/40 {
  color: rgb(34 197 94 / 0.4);
}
.text-green-500\/45 {
  color: rgb(34 197 94 / 0.45);
}
.text-green-500\/5 {
  color: rgb(34 197 94 / 0.05);
}
.text-green-500\/50 {
  color: rgb(34 197 94 / 0.5);
}
.text-green-500\/55 {
  color: rgb(34 197 94 / 0.55);
}
.text-green-500\/60 {
  color: rgb(34 197 94 / 0.6);
}
.text-green-500\/65 {
  color: rgb(34 197 94 / 0.65);
}
.text-green-500\/70 {
  color: rgb(34 197 94 / 0.7);
}
.text-green-500\/75 {
  color: rgb(34 197 94 / 0.75);
}
.text-green-500\/80 {
  color: rgb(34 197 94 / 0.8);
}
.text-green-500\/85 {
  color: rgb(34 197 94 / 0.85);
}
.text-green-500\/90 {
  color: rgb(34 197 94 / 0.9);
}
.text-green-500\/95 {
  color: rgb(34 197 94 / 0.95);
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-600\/0 {
  color: rgb(22 163 74 / 0);
}
.text-green-600\/10 {
  color: rgb(22 163 74 / 0.1);
}
.text-green-600\/100 {
  color: rgb(22 163 74 / 1);
}
.text-green-600\/15 {
  color: rgb(22 163 74 / 0.15);
}
.text-green-600\/20 {
  color: rgb(22 163 74 / 0.2);
}
.text-green-600\/25 {
  color: rgb(22 163 74 / 0.25);
}
.text-green-600\/30 {
  color: rgb(22 163 74 / 0.3);
}
.text-green-600\/35 {
  color: rgb(22 163 74 / 0.35);
}
.text-green-600\/40 {
  color: rgb(22 163 74 / 0.4);
}
.text-green-600\/45 {
  color: rgb(22 163 74 / 0.45);
}
.text-green-600\/5 {
  color: rgb(22 163 74 / 0.05);
}
.text-green-600\/50 {
  color: rgb(22 163 74 / 0.5);
}
.text-green-600\/55 {
  color: rgb(22 163 74 / 0.55);
}
.text-green-600\/60 {
  color: rgb(22 163 74 / 0.6);
}
.text-green-600\/65 {
  color: rgb(22 163 74 / 0.65);
}
.text-green-600\/70 {
  color: rgb(22 163 74 / 0.7);
}
.text-green-600\/75 {
  color: rgb(22 163 74 / 0.75);
}
.text-green-600\/80 {
  color: rgb(22 163 74 / 0.8);
}
.text-green-600\/85 {
  color: rgb(22 163 74 / 0.85);
}
.text-green-600\/90 {
  color: rgb(22 163 74 / 0.9);
}
.text-green-600\/95 {
  color: rgb(22 163 74 / 0.95);
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-700\/0 {
  color: rgb(21 128 61 / 0);
}
.text-green-700\/10 {
  color: rgb(21 128 61 / 0.1);
}
.text-green-700\/100 {
  color: rgb(21 128 61 / 1);
}
.text-green-700\/15 {
  color: rgb(21 128 61 / 0.15);
}
.text-green-700\/20 {
  color: rgb(21 128 61 / 0.2);
}
.text-green-700\/25 {
  color: rgb(21 128 61 / 0.25);
}
.text-green-700\/30 {
  color: rgb(21 128 61 / 0.3);
}
.text-green-700\/35 {
  color: rgb(21 128 61 / 0.35);
}
.text-green-700\/40 {
  color: rgb(21 128 61 / 0.4);
}
.text-green-700\/45 {
  color: rgb(21 128 61 / 0.45);
}
.text-green-700\/5 {
  color: rgb(21 128 61 / 0.05);
}
.text-green-700\/50 {
  color: rgb(21 128 61 / 0.5);
}
.text-green-700\/55 {
  color: rgb(21 128 61 / 0.55);
}
.text-green-700\/60 {
  color: rgb(21 128 61 / 0.6);
}
.text-green-700\/65 {
  color: rgb(21 128 61 / 0.65);
}
.text-green-700\/70 {
  color: rgb(21 128 61 / 0.7);
}
.text-green-700\/75 {
  color: rgb(21 128 61 / 0.75);
}
.text-green-700\/80 {
  color: rgb(21 128 61 / 0.8);
}
.text-green-700\/85 {
  color: rgb(21 128 61 / 0.85);
}
.text-green-700\/90 {
  color: rgb(21 128 61 / 0.9);
}
.text-green-700\/95 {
  color: rgb(21 128 61 / 0.95);
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-inherit {
  color: inherit;
}
.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}
.text-purple-100\/0 {
  color: rgb(243 232 255 / 0);
}
.text-purple-100\/10 {
  color: rgb(243 232 255 / 0.1);
}
.text-purple-100\/100 {
  color: rgb(243 232 255 / 1);
}
.text-purple-100\/15 {
  color: rgb(243 232 255 / 0.15);
}
.text-purple-100\/20 {
  color: rgb(243 232 255 / 0.2);
}
.text-purple-100\/25 {
  color: rgb(243 232 255 / 0.25);
}
.text-purple-100\/30 {
  color: rgb(243 232 255 / 0.3);
}
.text-purple-100\/35 {
  color: rgb(243 232 255 / 0.35);
}
.text-purple-100\/40 {
  color: rgb(243 232 255 / 0.4);
}
.text-purple-100\/45 {
  color: rgb(243 232 255 / 0.45);
}
.text-purple-100\/5 {
  color: rgb(243 232 255 / 0.05);
}
.text-purple-100\/50 {
  color: rgb(243 232 255 / 0.5);
}
.text-purple-100\/55 {
  color: rgb(243 232 255 / 0.55);
}
.text-purple-100\/60 {
  color: rgb(243 232 255 / 0.6);
}
.text-purple-100\/65 {
  color: rgb(243 232 255 / 0.65);
}
.text-purple-100\/70 {
  color: rgb(243 232 255 / 0.7);
}
.text-purple-100\/75 {
  color: rgb(243 232 255 / 0.75);
}
.text-purple-100\/80 {
  color: rgb(243 232 255 / 0.8);
}
.text-purple-100\/85 {
  color: rgb(243 232 255 / 0.85);
}
.text-purple-100\/90 {
  color: rgb(243 232 255 / 0.9);
}
.text-purple-100\/95 {
  color: rgb(243 232 255 / 0.95);
}
.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}
.text-purple-200\/0 {
  color: rgb(233 213 255 / 0);
}
.text-purple-200\/10 {
  color: rgb(233 213 255 / 0.1);
}
.text-purple-200\/100 {
  color: rgb(233 213 255 / 1);
}
.text-purple-200\/15 {
  color: rgb(233 213 255 / 0.15);
}
.text-purple-200\/20 {
  color: rgb(233 213 255 / 0.2);
}
.text-purple-200\/25 {
  color: rgb(233 213 255 / 0.25);
}
.text-purple-200\/30 {
  color: rgb(233 213 255 / 0.3);
}
.text-purple-200\/35 {
  color: rgb(233 213 255 / 0.35);
}
.text-purple-200\/40 {
  color: rgb(233 213 255 / 0.4);
}
.text-purple-200\/45 {
  color: rgb(233 213 255 / 0.45);
}
.text-purple-200\/5 {
  color: rgb(233 213 255 / 0.05);
}
.text-purple-200\/50 {
  color: rgb(233 213 255 / 0.5);
}
.text-purple-200\/55 {
  color: rgb(233 213 255 / 0.55);
}
.text-purple-200\/60 {
  color: rgb(233 213 255 / 0.6);
}
.text-purple-200\/65 {
  color: rgb(233 213 255 / 0.65);
}
.text-purple-200\/70 {
  color: rgb(233 213 255 / 0.7);
}
.text-purple-200\/75 {
  color: rgb(233 213 255 / 0.75);
}
.text-purple-200\/80 {
  color: rgb(233 213 255 / 0.8);
}
.text-purple-200\/85 {
  color: rgb(233 213 255 / 0.85);
}
.text-purple-200\/90 {
  color: rgb(233 213 255 / 0.9);
}
.text-purple-200\/95 {
  color: rgb(233 213 255 / 0.95);
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}
.text-purple-300\/0 {
  color: rgb(216 180 254 / 0);
}
.text-purple-300\/10 {
  color: rgb(216 180 254 / 0.1);
}
.text-purple-300\/100 {
  color: rgb(216 180 254 / 1);
}
.text-purple-300\/15 {
  color: rgb(216 180 254 / 0.15);
}
.text-purple-300\/20 {
  color: rgb(216 180 254 / 0.2);
}
.text-purple-300\/25 {
  color: rgb(216 180 254 / 0.25);
}
.text-purple-300\/30 {
  color: rgb(216 180 254 / 0.3);
}
.text-purple-300\/35 {
  color: rgb(216 180 254 / 0.35);
}
.text-purple-300\/40 {
  color: rgb(216 180 254 / 0.4);
}
.text-purple-300\/45 {
  color: rgb(216 180 254 / 0.45);
}
.text-purple-300\/5 {
  color: rgb(216 180 254 / 0.05);
}
.text-purple-300\/50 {
  color: rgb(216 180 254 / 0.5);
}
.text-purple-300\/55 {
  color: rgb(216 180 254 / 0.55);
}
.text-purple-300\/60 {
  color: rgb(216 180 254 / 0.6);
}
.text-purple-300\/65 {
  color: rgb(216 180 254 / 0.65);
}
.text-purple-300\/70 {
  color: rgb(216 180 254 / 0.7);
}
.text-purple-300\/75 {
  color: rgb(216 180 254 / 0.75);
}
.text-purple-300\/80 {
  color: rgb(216 180 254 / 0.8);
}
.text-purple-300\/85 {
  color: rgb(216 180 254 / 0.85);
}
.text-purple-300\/90 {
  color: rgb(216 180 254 / 0.9);
}
.text-purple-300\/95 {
  color: rgb(216 180 254 / 0.95);
}
.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.text-purple-400\/0 {
  color: rgb(192 132 252 / 0);
}
.text-purple-400\/10 {
  color: rgb(192 132 252 / 0.1);
}
.text-purple-400\/100 {
  color: rgb(192 132 252 / 1);
}
.text-purple-400\/15 {
  color: rgb(192 132 252 / 0.15);
}
.text-purple-400\/20 {
  color: rgb(192 132 252 / 0.2);
}
.text-purple-400\/25 {
  color: rgb(192 132 252 / 0.25);
}
.text-purple-400\/30 {
  color: rgb(192 132 252 / 0.3);
}
.text-purple-400\/35 {
  color: rgb(192 132 252 / 0.35);
}
.text-purple-400\/40 {
  color: rgb(192 132 252 / 0.4);
}
.text-purple-400\/45 {
  color: rgb(192 132 252 / 0.45);
}
.text-purple-400\/5 {
  color: rgb(192 132 252 / 0.05);
}
.text-purple-400\/50 {
  color: rgb(192 132 252 / 0.5);
}
.text-purple-400\/55 {
  color: rgb(192 132 252 / 0.55);
}
.text-purple-400\/60 {
  color: rgb(192 132 252 / 0.6);
}
.text-purple-400\/65 {
  color: rgb(192 132 252 / 0.65);
}
.text-purple-400\/70 {
  color: rgb(192 132 252 / 0.7);
}
.text-purple-400\/75 {
  color: rgb(192 132 252 / 0.75);
}
.text-purple-400\/80 {
  color: rgb(192 132 252 / 0.8);
}
.text-purple-400\/85 {
  color: rgb(192 132 252 / 0.85);
}
.text-purple-400\/90 {
  color: rgb(192 132 252 / 0.9);
}
.text-purple-400\/95 {
  color: rgb(192 132 252 / 0.95);
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-purple-500\/0 {
  color: rgb(168 85 247 / 0);
}
.text-purple-500\/10 {
  color: rgb(168 85 247 / 0.1);
}
.text-purple-500\/100 {
  color: rgb(168 85 247 / 1);
}
.text-purple-500\/15 {
  color: rgb(168 85 247 / 0.15);
}
.text-purple-500\/20 {
  color: rgb(168 85 247 / 0.2);
}
.text-purple-500\/25 {
  color: rgb(168 85 247 / 0.25);
}
.text-purple-500\/30 {
  color: rgb(168 85 247 / 0.3);
}
.text-purple-500\/35 {
  color: rgb(168 85 247 / 0.35);
}
.text-purple-500\/40 {
  color: rgb(168 85 247 / 0.4);
}
.text-purple-500\/45 {
  color: rgb(168 85 247 / 0.45);
}
.text-purple-500\/5 {
  color: rgb(168 85 247 / 0.05);
}
.text-purple-500\/50 {
  color: rgb(168 85 247 / 0.5);
}
.text-purple-500\/55 {
  color: rgb(168 85 247 / 0.55);
}
.text-purple-500\/60 {
  color: rgb(168 85 247 / 0.6);
}
.text-purple-500\/65 {
  color: rgb(168 85 247 / 0.65);
}
.text-purple-500\/70 {
  color: rgb(168 85 247 / 0.7);
}
.text-purple-500\/75 {
  color: rgb(168 85 247 / 0.75);
}
.text-purple-500\/80 {
  color: rgb(168 85 247 / 0.8);
}
.text-purple-500\/85 {
  color: rgb(168 85 247 / 0.85);
}
.text-purple-500\/90 {
  color: rgb(168 85 247 / 0.9);
}
.text-purple-500\/95 {
  color: rgb(168 85 247 / 0.95);
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-600\/0 {
  color: rgb(147 51 234 / 0);
}
.text-purple-600\/10 {
  color: rgb(147 51 234 / 0.1);
}
.text-purple-600\/100 {
  color: rgb(147 51 234 / 1);
}
.text-purple-600\/15 {
  color: rgb(147 51 234 / 0.15);
}
.text-purple-600\/20 {
  color: rgb(147 51 234 / 0.2);
}
.text-purple-600\/25 {
  color: rgb(147 51 234 / 0.25);
}
.text-purple-600\/30 {
  color: rgb(147 51 234 / 0.3);
}
.text-purple-600\/35 {
  color: rgb(147 51 234 / 0.35);
}
.text-purple-600\/40 {
  color: rgb(147 51 234 / 0.4);
}
.text-purple-600\/45 {
  color: rgb(147 51 234 / 0.45);
}
.text-purple-600\/5 {
  color: rgb(147 51 234 / 0.05);
}
.text-purple-600\/50 {
  color: rgb(147 51 234 / 0.5);
}
.text-purple-600\/55 {
  color: rgb(147 51 234 / 0.55);
}
.text-purple-600\/60 {
  color: rgb(147 51 234 / 0.6);
}
.text-purple-600\/65 {
  color: rgb(147 51 234 / 0.65);
}
.text-purple-600\/70 {
  color: rgb(147 51 234 / 0.7);
}
.text-purple-600\/75 {
  color: rgb(147 51 234 / 0.75);
}
.text-purple-600\/80 {
  color: rgb(147 51 234 / 0.8);
}
.text-purple-600\/85 {
  color: rgb(147 51 234 / 0.85);
}
.text-purple-600\/90 {
  color: rgb(147 51 234 / 0.9);
}
.text-purple-600\/95 {
  color: rgb(147 51 234 / 0.95);
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-purple-700\/0 {
  color: rgb(126 34 206 / 0);
}
.text-purple-700\/10 {
  color: rgb(126 34 206 / 0.1);
}
.text-purple-700\/100 {
  color: rgb(126 34 206 / 1);
}
.text-purple-700\/15 {
  color: rgb(126 34 206 / 0.15);
}
.text-purple-700\/20 {
  color: rgb(126 34 206 / 0.2);
}
.text-purple-700\/25 {
  color: rgb(126 34 206 / 0.25);
}
.text-purple-700\/30 {
  color: rgb(126 34 206 / 0.3);
}
.text-purple-700\/35 {
  color: rgb(126 34 206 / 0.35);
}
.text-purple-700\/40 {
  color: rgb(126 34 206 / 0.4);
}
.text-purple-700\/45 {
  color: rgb(126 34 206 / 0.45);
}
.text-purple-700\/5 {
  color: rgb(126 34 206 / 0.05);
}
.text-purple-700\/50 {
  color: rgb(126 34 206 / 0.5);
}
.text-purple-700\/55 {
  color: rgb(126 34 206 / 0.55);
}
.text-purple-700\/60 {
  color: rgb(126 34 206 / 0.6);
}
.text-purple-700\/65 {
  color: rgb(126 34 206 / 0.65);
}
.text-purple-700\/70 {
  color: rgb(126 34 206 / 0.7);
}
.text-purple-700\/75 {
  color: rgb(126 34 206 / 0.75);
}
.text-purple-700\/80 {
  color: rgb(126 34 206 / 0.8);
}
.text-purple-700\/85 {
  color: rgb(126 34 206 / 0.85);
}
.text-purple-700\/90 {
  color: rgb(126 34 206 / 0.9);
}
.text-purple-700\/95 {
  color: rgb(126 34 206 / 0.95);
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.text-red-100\/0 {
  color: rgb(254 226 226 / 0);
}
.text-red-100\/10 {
  color: rgb(254 226 226 / 0.1);
}
.text-red-100\/100 {
  color: rgb(254 226 226 / 1);
}
.text-red-100\/15 {
  color: rgb(254 226 226 / 0.15);
}
.text-red-100\/20 {
  color: rgb(254 226 226 / 0.2);
}
.text-red-100\/25 {
  color: rgb(254 226 226 / 0.25);
}
.text-red-100\/30 {
  color: rgb(254 226 226 / 0.3);
}
.text-red-100\/35 {
  color: rgb(254 226 226 / 0.35);
}
.text-red-100\/40 {
  color: rgb(254 226 226 / 0.4);
}
.text-red-100\/45 {
  color: rgb(254 226 226 / 0.45);
}
.text-red-100\/5 {
  color: rgb(254 226 226 / 0.05);
}
.text-red-100\/50 {
  color: rgb(254 226 226 / 0.5);
}
.text-red-100\/55 {
  color: rgb(254 226 226 / 0.55);
}
.text-red-100\/60 {
  color: rgb(254 226 226 / 0.6);
}
.text-red-100\/65 {
  color: rgb(254 226 226 / 0.65);
}
.text-red-100\/70 {
  color: rgb(254 226 226 / 0.7);
}
.text-red-100\/75 {
  color: rgb(254 226 226 / 0.75);
}
.text-red-100\/80 {
  color: rgb(254 226 226 / 0.8);
}
.text-red-100\/85 {
  color: rgb(254 226 226 / 0.85);
}
.text-red-100\/90 {
  color: rgb(254 226 226 / 0.9);
}
.text-red-100\/95 {
  color: rgb(254 226 226 / 0.95);
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-red-200\/0 {
  color: rgb(254 202 202 / 0);
}
.text-red-200\/10 {
  color: rgb(254 202 202 / 0.1);
}
.text-red-200\/100 {
  color: rgb(254 202 202 / 1);
}
.text-red-200\/15 {
  color: rgb(254 202 202 / 0.15);
}
.text-red-200\/20 {
  color: rgb(254 202 202 / 0.2);
}
.text-red-200\/25 {
  color: rgb(254 202 202 / 0.25);
}
.text-red-200\/30 {
  color: rgb(254 202 202 / 0.3);
}
.text-red-200\/35 {
  color: rgb(254 202 202 / 0.35);
}
.text-red-200\/40 {
  color: rgb(254 202 202 / 0.4);
}
.text-red-200\/45 {
  color: rgb(254 202 202 / 0.45);
}
.text-red-200\/5 {
  color: rgb(254 202 202 / 0.05);
}
.text-red-200\/50 {
  color: rgb(254 202 202 / 0.5);
}
.text-red-200\/55 {
  color: rgb(254 202 202 / 0.55);
}
.text-red-200\/60 {
  color: rgb(254 202 202 / 0.6);
}
.text-red-200\/65 {
  color: rgb(254 202 202 / 0.65);
}
.text-red-200\/70 {
  color: rgb(254 202 202 / 0.7);
}
.text-red-200\/75 {
  color: rgb(254 202 202 / 0.75);
}
.text-red-200\/80 {
  color: rgb(254 202 202 / 0.8);
}
.text-red-200\/85 {
  color: rgb(254 202 202 / 0.85);
}
.text-red-200\/90 {
  color: rgb(254 202 202 / 0.9);
}
.text-red-200\/95 {
  color: rgb(254 202 202 / 0.95);
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-300\/0 {
  color: rgb(252 165 165 / 0);
}
.text-red-300\/10 {
  color: rgb(252 165 165 / 0.1);
}
.text-red-300\/100 {
  color: rgb(252 165 165 / 1);
}
.text-red-300\/15 {
  color: rgb(252 165 165 / 0.15);
}
.text-red-300\/20 {
  color: rgb(252 165 165 / 0.2);
}
.text-red-300\/25 {
  color: rgb(252 165 165 / 0.25);
}
.text-red-300\/30 {
  color: rgb(252 165 165 / 0.3);
}
.text-red-300\/35 {
  color: rgb(252 165 165 / 0.35);
}
.text-red-300\/40 {
  color: rgb(252 165 165 / 0.4);
}
.text-red-300\/45 {
  color: rgb(252 165 165 / 0.45);
}
.text-red-300\/5 {
  color: rgb(252 165 165 / 0.05);
}
.text-red-300\/50 {
  color: rgb(252 165 165 / 0.5);
}
.text-red-300\/55 {
  color: rgb(252 165 165 / 0.55);
}
.text-red-300\/60 {
  color: rgb(252 165 165 / 0.6);
}
.text-red-300\/65 {
  color: rgb(252 165 165 / 0.65);
}
.text-red-300\/70 {
  color: rgb(252 165 165 / 0.7);
}
.text-red-300\/75 {
  color: rgb(252 165 165 / 0.75);
}
.text-red-300\/80 {
  color: rgb(252 165 165 / 0.8);
}
.text-red-300\/85 {
  color: rgb(252 165 165 / 0.85);
}
.text-red-300\/90 {
  color: rgb(252 165 165 / 0.9);
}
.text-red-300\/95 {
  color: rgb(252 165 165 / 0.95);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-400\/0 {
  color: rgb(248 113 113 / 0);
}
.text-red-400\/10 {
  color: rgb(248 113 113 / 0.1);
}
.text-red-400\/100 {
  color: rgb(248 113 113 / 1);
}
.text-red-400\/15 {
  color: rgb(248 113 113 / 0.15);
}
.text-red-400\/20 {
  color: rgb(248 113 113 / 0.2);
}
.text-red-400\/25 {
  color: rgb(248 113 113 / 0.25);
}
.text-red-400\/30 {
  color: rgb(248 113 113 / 0.3);
}
.text-red-400\/35 {
  color: rgb(248 113 113 / 0.35);
}
.text-red-400\/40 {
  color: rgb(248 113 113 / 0.4);
}
.text-red-400\/45 {
  color: rgb(248 113 113 / 0.45);
}
.text-red-400\/5 {
  color: rgb(248 113 113 / 0.05);
}
.text-red-400\/50 {
  color: rgb(248 113 113 / 0.5);
}
.text-red-400\/55 {
  color: rgb(248 113 113 / 0.55);
}
.text-red-400\/60 {
  color: rgb(248 113 113 / 0.6);
}
.text-red-400\/65 {
  color: rgb(248 113 113 / 0.65);
}
.text-red-400\/70 {
  color: rgb(248 113 113 / 0.7);
}
.text-red-400\/75 {
  color: rgb(248 113 113 / 0.75);
}
.text-red-400\/80 {
  color: rgb(248 113 113 / 0.8);
}
.text-red-400\/85 {
  color: rgb(248 113 113 / 0.85);
}
.text-red-400\/90 {
  color: rgb(248 113 113 / 0.9);
}
.text-red-400\/95 {
  color: rgb(248 113 113 / 0.95);
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-500\/0 {
  color: rgb(239 68 68 / 0);
}
.text-red-500\/10 {
  color: rgb(239 68 68 / 0.1);
}
.text-red-500\/100 {
  color: rgb(239 68 68 / 1);
}
.text-red-500\/15 {
  color: rgb(239 68 68 / 0.15);
}
.text-red-500\/20 {
  color: rgb(239 68 68 / 0.2);
}
.text-red-500\/25 {
  color: rgb(239 68 68 / 0.25);
}
.text-red-500\/30 {
  color: rgb(239 68 68 / 0.3);
}
.text-red-500\/35 {
  color: rgb(239 68 68 / 0.35);
}
.text-red-500\/40 {
  color: rgb(239 68 68 / 0.4);
}
.text-red-500\/45 {
  color: rgb(239 68 68 / 0.45);
}
.text-red-500\/5 {
  color: rgb(239 68 68 / 0.05);
}
.text-red-500\/50 {
  color: rgb(239 68 68 / 0.5);
}
.text-red-500\/55 {
  color: rgb(239 68 68 / 0.55);
}
.text-red-500\/60 {
  color: rgb(239 68 68 / 0.6);
}
.text-red-500\/65 {
  color: rgb(239 68 68 / 0.65);
}
.text-red-500\/70 {
  color: rgb(239 68 68 / 0.7);
}
.text-red-500\/75 {
  color: rgb(239 68 68 / 0.75);
}
.text-red-500\/80 {
  color: rgb(239 68 68 / 0.8);
}
.text-red-500\/85 {
  color: rgb(239 68 68 / 0.85);
}
.text-red-500\/90 {
  color: rgb(239 68 68 / 0.9);
}
.text-red-500\/95 {
  color: rgb(239 68 68 / 0.95);
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-600\/0 {
  color: rgb(220 38 38 / 0);
}
.text-red-600\/10 {
  color: rgb(220 38 38 / 0.1);
}
.text-red-600\/100 {
  color: rgb(220 38 38 / 1);
}
.text-red-600\/15 {
  color: rgb(220 38 38 / 0.15);
}
.text-red-600\/20 {
  color: rgb(220 38 38 / 0.2);
}
.text-red-600\/25 {
  color: rgb(220 38 38 / 0.25);
}
.text-red-600\/30 {
  color: rgb(220 38 38 / 0.3);
}
.text-red-600\/35 {
  color: rgb(220 38 38 / 0.35);
}
.text-red-600\/40 {
  color: rgb(220 38 38 / 0.4);
}
.text-red-600\/45 {
  color: rgb(220 38 38 / 0.45);
}
.text-red-600\/5 {
  color: rgb(220 38 38 / 0.05);
}
.text-red-600\/50 {
  color: rgb(220 38 38 / 0.5);
}
.text-red-600\/55 {
  color: rgb(220 38 38 / 0.55);
}
.text-red-600\/60 {
  color: rgb(220 38 38 / 0.6);
}
.text-red-600\/65 {
  color: rgb(220 38 38 / 0.65);
}
.text-red-600\/70 {
  color: rgb(220 38 38 / 0.7);
}
.text-red-600\/75 {
  color: rgb(220 38 38 / 0.75);
}
.text-red-600\/80 {
  color: rgb(220 38 38 / 0.8);
}
.text-red-600\/85 {
  color: rgb(220 38 38 / 0.85);
}
.text-red-600\/90 {
  color: rgb(220 38 38 / 0.9);
}
.text-red-600\/95 {
  color: rgb(220 38 38 / 0.95);
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-700\/0 {
  color: rgb(185 28 28 / 0);
}
.text-red-700\/10 {
  color: rgb(185 28 28 / 0.1);
}
.text-red-700\/100 {
  color: rgb(185 28 28 / 1);
}
.text-red-700\/15 {
  color: rgb(185 28 28 / 0.15);
}
.text-red-700\/20 {
  color: rgb(185 28 28 / 0.2);
}
.text-red-700\/25 {
  color: rgb(185 28 28 / 0.25);
}
.text-red-700\/30 {
  color: rgb(185 28 28 / 0.3);
}
.text-red-700\/35 {
  color: rgb(185 28 28 / 0.35);
}
.text-red-700\/40 {
  color: rgb(185 28 28 / 0.4);
}
.text-red-700\/45 {
  color: rgb(185 28 28 / 0.45);
}
.text-red-700\/5 {
  color: rgb(185 28 28 / 0.05);
}
.text-red-700\/50 {
  color: rgb(185 28 28 / 0.5);
}
.text-red-700\/55 {
  color: rgb(185 28 28 / 0.55);
}
.text-red-700\/60 {
  color: rgb(185 28 28 / 0.6);
}
.text-red-700\/65 {
  color: rgb(185 28 28 / 0.65);
}
.text-red-700\/70 {
  color: rgb(185 28 28 / 0.7);
}
.text-red-700\/75 {
  color: rgb(185 28 28 / 0.75);
}
.text-red-700\/80 {
  color: rgb(185 28 28 / 0.8);
}
.text-red-700\/85 {
  color: rgb(185 28 28 / 0.85);
}
.text-red-700\/90 {
  color: rgb(185 28 28 / 0.9);
}
.text-red-700\/95 {
  color: rgb(185 28 28 / 0.95);
}
.text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}
.text-sky-100\/0 {
  color: rgb(224 242 254 / 0);
}
.text-sky-100\/10 {
  color: rgb(224 242 254 / 0.1);
}
.text-sky-100\/100 {
  color: rgb(224 242 254 / 1);
}
.text-sky-100\/15 {
  color: rgb(224 242 254 / 0.15);
}
.text-sky-100\/20 {
  color: rgb(224 242 254 / 0.2);
}
.text-sky-100\/25 {
  color: rgb(224 242 254 / 0.25);
}
.text-sky-100\/30 {
  color: rgb(224 242 254 / 0.3);
}
.text-sky-100\/35 {
  color: rgb(224 242 254 / 0.35);
}
.text-sky-100\/40 {
  color: rgb(224 242 254 / 0.4);
}
.text-sky-100\/45 {
  color: rgb(224 242 254 / 0.45);
}
.text-sky-100\/5 {
  color: rgb(224 242 254 / 0.05);
}
.text-sky-100\/50 {
  color: rgb(224 242 254 / 0.5);
}
.text-sky-100\/55 {
  color: rgb(224 242 254 / 0.55);
}
.text-sky-100\/60 {
  color: rgb(224 242 254 / 0.6);
}
.text-sky-100\/65 {
  color: rgb(224 242 254 / 0.65);
}
.text-sky-100\/70 {
  color: rgb(224 242 254 / 0.7);
}
.text-sky-100\/75 {
  color: rgb(224 242 254 / 0.75);
}
.text-sky-100\/80 {
  color: rgb(224 242 254 / 0.8);
}
.text-sky-100\/85 {
  color: rgb(224 242 254 / 0.85);
}
.text-sky-100\/90 {
  color: rgb(224 242 254 / 0.9);
}
.text-sky-100\/95 {
  color: rgb(224 242 254 / 0.95);
}
.text-sky-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}
.text-sky-200\/0 {
  color: rgb(186 230 253 / 0);
}
.text-sky-200\/10 {
  color: rgb(186 230 253 / 0.1);
}
.text-sky-200\/100 {
  color: rgb(186 230 253 / 1);
}
.text-sky-200\/15 {
  color: rgb(186 230 253 / 0.15);
}
.text-sky-200\/20 {
  color: rgb(186 230 253 / 0.2);
}
.text-sky-200\/25 {
  color: rgb(186 230 253 / 0.25);
}
.text-sky-200\/30 {
  color: rgb(186 230 253 / 0.3);
}
.text-sky-200\/35 {
  color: rgb(186 230 253 / 0.35);
}
.text-sky-200\/40 {
  color: rgb(186 230 253 / 0.4);
}
.text-sky-200\/45 {
  color: rgb(186 230 253 / 0.45);
}
.text-sky-200\/5 {
  color: rgb(186 230 253 / 0.05);
}
.text-sky-200\/50 {
  color: rgb(186 230 253 / 0.5);
}
.text-sky-200\/55 {
  color: rgb(186 230 253 / 0.55);
}
.text-sky-200\/60 {
  color: rgb(186 230 253 / 0.6);
}
.text-sky-200\/65 {
  color: rgb(186 230 253 / 0.65);
}
.text-sky-200\/70 {
  color: rgb(186 230 253 / 0.7);
}
.text-sky-200\/75 {
  color: rgb(186 230 253 / 0.75);
}
.text-sky-200\/80 {
  color: rgb(186 230 253 / 0.8);
}
.text-sky-200\/85 {
  color: rgb(186 230 253 / 0.85);
}
.text-sky-200\/90 {
  color: rgb(186 230 253 / 0.9);
}
.text-sky-200\/95 {
  color: rgb(186 230 253 / 0.95);
}
.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}
.text-sky-300\/0 {
  color: rgb(125 211 252 / 0);
}
.text-sky-300\/10 {
  color: rgb(125 211 252 / 0.1);
}
.text-sky-300\/100 {
  color: rgb(125 211 252 / 1);
}
.text-sky-300\/15 {
  color: rgb(125 211 252 / 0.15);
}
.text-sky-300\/20 {
  color: rgb(125 211 252 / 0.2);
}
.text-sky-300\/25 {
  color: rgb(125 211 252 / 0.25);
}
.text-sky-300\/30 {
  color: rgb(125 211 252 / 0.3);
}
.text-sky-300\/35 {
  color: rgb(125 211 252 / 0.35);
}
.text-sky-300\/40 {
  color: rgb(125 211 252 / 0.4);
}
.text-sky-300\/45 {
  color: rgb(125 211 252 / 0.45);
}
.text-sky-300\/5 {
  color: rgb(125 211 252 / 0.05);
}
.text-sky-300\/50 {
  color: rgb(125 211 252 / 0.5);
}
.text-sky-300\/55 {
  color: rgb(125 211 252 / 0.55);
}
.text-sky-300\/60 {
  color: rgb(125 211 252 / 0.6);
}
.text-sky-300\/65 {
  color: rgb(125 211 252 / 0.65);
}
.text-sky-300\/70 {
  color: rgb(125 211 252 / 0.7);
}
.text-sky-300\/75 {
  color: rgb(125 211 252 / 0.75);
}
.text-sky-300\/80 {
  color: rgb(125 211 252 / 0.8);
}
.text-sky-300\/85 {
  color: rgb(125 211 252 / 0.85);
}
.text-sky-300\/90 {
  color: rgb(125 211 252 / 0.9);
}
.text-sky-300\/95 {
  color: rgb(125 211 252 / 0.95);
}
.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}
.text-sky-400\/0 {
  color: rgb(56 189 248 / 0);
}
.text-sky-400\/10 {
  color: rgb(56 189 248 / 0.1);
}
.text-sky-400\/100 {
  color: rgb(56 189 248 / 1);
}
.text-sky-400\/15 {
  color: rgb(56 189 248 / 0.15);
}
.text-sky-400\/20 {
  color: rgb(56 189 248 / 0.2);
}
.text-sky-400\/25 {
  color: rgb(56 189 248 / 0.25);
}
.text-sky-400\/30 {
  color: rgb(56 189 248 / 0.3);
}
.text-sky-400\/35 {
  color: rgb(56 189 248 / 0.35);
}
.text-sky-400\/40 {
  color: rgb(56 189 248 / 0.4);
}
.text-sky-400\/45 {
  color: rgb(56 189 248 / 0.45);
}
.text-sky-400\/5 {
  color: rgb(56 189 248 / 0.05);
}
.text-sky-400\/50 {
  color: rgb(56 189 248 / 0.5);
}
.text-sky-400\/55 {
  color: rgb(56 189 248 / 0.55);
}
.text-sky-400\/60 {
  color: rgb(56 189 248 / 0.6);
}
.text-sky-400\/65 {
  color: rgb(56 189 248 / 0.65);
}
.text-sky-400\/70 {
  color: rgb(56 189 248 / 0.7);
}
.text-sky-400\/75 {
  color: rgb(56 189 248 / 0.75);
}
.text-sky-400\/80 {
  color: rgb(56 189 248 / 0.8);
}
.text-sky-400\/85 {
  color: rgb(56 189 248 / 0.85);
}
.text-sky-400\/90 {
  color: rgb(56 189 248 / 0.9);
}
.text-sky-400\/95 {
  color: rgb(56 189 248 / 0.95);
}
.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}
.text-sky-500\/0 {
  color: rgb(14 165 233 / 0);
}
.text-sky-500\/10 {
  color: rgb(14 165 233 / 0.1);
}
.text-sky-500\/100 {
  color: rgb(14 165 233 / 1);
}
.text-sky-500\/15 {
  color: rgb(14 165 233 / 0.15);
}
.text-sky-500\/20 {
  color: rgb(14 165 233 / 0.2);
}
.text-sky-500\/25 {
  color: rgb(14 165 233 / 0.25);
}
.text-sky-500\/30 {
  color: rgb(14 165 233 / 0.3);
}
.text-sky-500\/35 {
  color: rgb(14 165 233 / 0.35);
}
.text-sky-500\/40 {
  color: rgb(14 165 233 / 0.4);
}
.text-sky-500\/45 {
  color: rgb(14 165 233 / 0.45);
}
.text-sky-500\/5 {
  color: rgb(14 165 233 / 0.05);
}
.text-sky-500\/50 {
  color: rgb(14 165 233 / 0.5);
}
.text-sky-500\/55 {
  color: rgb(14 165 233 / 0.55);
}
.text-sky-500\/60 {
  color: rgb(14 165 233 / 0.6);
}
.text-sky-500\/65 {
  color: rgb(14 165 233 / 0.65);
}
.text-sky-500\/70 {
  color: rgb(14 165 233 / 0.7);
}
.text-sky-500\/75 {
  color: rgb(14 165 233 / 0.75);
}
.text-sky-500\/80 {
  color: rgb(14 165 233 / 0.8);
}
.text-sky-500\/85 {
  color: rgb(14 165 233 / 0.85);
}
.text-sky-500\/90 {
  color: rgb(14 165 233 / 0.9);
}
.text-sky-500\/95 {
  color: rgb(14 165 233 / 0.95);
}
.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}
.text-sky-600\/0 {
  color: rgb(2 132 199 / 0);
}
.text-sky-600\/10 {
  color: rgb(2 132 199 / 0.1);
}
.text-sky-600\/100 {
  color: rgb(2 132 199 / 1);
}
.text-sky-600\/15 {
  color: rgb(2 132 199 / 0.15);
}
.text-sky-600\/20 {
  color: rgb(2 132 199 / 0.2);
}
.text-sky-600\/25 {
  color: rgb(2 132 199 / 0.25);
}
.text-sky-600\/30 {
  color: rgb(2 132 199 / 0.3);
}
.text-sky-600\/35 {
  color: rgb(2 132 199 / 0.35);
}
.text-sky-600\/40 {
  color: rgb(2 132 199 / 0.4);
}
.text-sky-600\/45 {
  color: rgb(2 132 199 / 0.45);
}
.text-sky-600\/5 {
  color: rgb(2 132 199 / 0.05);
}
.text-sky-600\/50 {
  color: rgb(2 132 199 / 0.5);
}
.text-sky-600\/55 {
  color: rgb(2 132 199 / 0.55);
}
.text-sky-600\/60 {
  color: rgb(2 132 199 / 0.6);
}
.text-sky-600\/65 {
  color: rgb(2 132 199 / 0.65);
}
.text-sky-600\/70 {
  color: rgb(2 132 199 / 0.7);
}
.text-sky-600\/75 {
  color: rgb(2 132 199 / 0.75);
}
.text-sky-600\/80 {
  color: rgb(2 132 199 / 0.8);
}
.text-sky-600\/85 {
  color: rgb(2 132 199 / 0.85);
}
.text-sky-600\/90 {
  color: rgb(2 132 199 / 0.9);
}
.text-sky-600\/95 {
  color: rgb(2 132 199 / 0.95);
}
.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
.text-sky-700\/0 {
  color: rgb(3 105 161 / 0);
}
.text-sky-700\/10 {
  color: rgb(3 105 161 / 0.1);
}
.text-sky-700\/100 {
  color: rgb(3 105 161 / 1);
}
.text-sky-700\/15 {
  color: rgb(3 105 161 / 0.15);
}
.text-sky-700\/20 {
  color: rgb(3 105 161 / 0.2);
}
.text-sky-700\/25 {
  color: rgb(3 105 161 / 0.25);
}
.text-sky-700\/30 {
  color: rgb(3 105 161 / 0.3);
}
.text-sky-700\/35 {
  color: rgb(3 105 161 / 0.35);
}
.text-sky-700\/40 {
  color: rgb(3 105 161 / 0.4);
}
.text-sky-700\/45 {
  color: rgb(3 105 161 / 0.45);
}
.text-sky-700\/5 {
  color: rgb(3 105 161 / 0.05);
}
.text-sky-700\/50 {
  color: rgb(3 105 161 / 0.5);
}
.text-sky-700\/55 {
  color: rgb(3 105 161 / 0.55);
}
.text-sky-700\/60 {
  color: rgb(3 105 161 / 0.6);
}
.text-sky-700\/65 {
  color: rgb(3 105 161 / 0.65);
}
.text-sky-700\/70 {
  color: rgb(3 105 161 / 0.7);
}
.text-sky-700\/75 {
  color: rgb(3 105 161 / 0.75);
}
.text-sky-700\/80 {
  color: rgb(3 105 161 / 0.8);
}
.text-sky-700\/85 {
  color: rgb(3 105 161 / 0.85);
}
.text-sky-700\/90 {
  color: rgb(3 105 161 / 0.9);
}
.text-sky-700\/95 {
  color: rgb(3 105 161 / 0.95);
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.decoration-sky-500 {
  text-decoration-color: #0ea5e9;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-75 {
  opacity: 0.75;
}
.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_0_20px_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-shadow: 0 0 20px rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_2px_10px_0_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 2px 10px 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-\[0_4px_20px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 4px 20px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 4px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_5px_10px_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-shadow: 0 5px 10px rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 5px 10px 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_5px_5px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 5px 5px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 5px 5px 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-\[0px_8px_51\.8px_0px_\#0000001A\] {
  --tw-shadow: 0px 8px 51.8px 0px #0000001A;
  --tw-shadow-colored: 0px 8px 51.8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-md {
  --tw-blur: blur(12px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[20px_0_10px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-drop-shadow: drop-shadow(20px 0 10px rgba(0,0,0,0.2));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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-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-\[max-height\] {
  transition-property: max-height;
  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-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-\[0\.5s\] {
  transition-duration: 0.5s;
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");

body {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
img {
  max-width: none;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url("/assets/fonts/Hanken_Grotesk/static/HankenGrotesk-Thin.ttf")
    format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Hanken Grotesk";
  src: url("/assets/fonts/Hanken_Grotesk/static/HankenGrotesk-ExtraLight.ttf")
    format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Hanken Grotesk";
  src: url("/assets/fonts/Hanken_Grotesk/static/HankenGrotesk-Light.ttf")
    format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Hanken Grotesk";
  src: url("/assets/fonts/Hanken_Grotesk/static/HankenGrotesk-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Hanken Grotesk";
  src: url("/assets/fonts/Hanken_Grotesk/static/HankenGrotesk-Medium.ttf")
    format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Hanken Grotesk";
  src: url("/assets/fonts/Hanken_Grotesk/static/HankenGrotesk-SemiBold.ttf")
    format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Hanken Grotesk";
  src: url("/assets/fonts/Hanken_Grotesk/static/HankenGrotesk-Bold.ttf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Hanken Grotesk";
  src: url("/assets/fonts/Hanken_Grotesk/static/HankenGrotesk-ExtraBold.ttf")
    format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Hanken Grotesk";
  src: url("/assets/fonts/Hanken_Grotesk/static/HankenGrotesk-Black.ttf")
    format("truetype");
  font-weight: 900;
  font-style: normal;
}
/* Gotham Regular */

@font-face {
  font-family: "Gotham";
  src: url("/assets/fonts/gotham/gotham_thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("/assets/fonts/gotham/gotham_xlight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("/assets/fonts/gotham/gotham_light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("/assets/fonts/gotham/gotham_book.otf") format("opentype");
  font-weight: 400; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("/assets/fonts/gotham/gotham_medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("/assets/fonts/gotham/gotham_bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("/assets/fonts/gotham/gotham_black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("/assets/fonts/gotham/gotham_ultra.otf") format("opentype");
  font-weight: 950; /* optional: custom extra-heavy */
  font-style: normal;
}

.use-gotham {
  font-family: "Gotham" !important;
}

.ebd-text-gradient {
  background: linear-gradient(to right, #6a49eb, #4245ea, #1b6cf6);
  -webkit-background-clip: text;
  /* untuk browser berbasis WebKit */
  -webkit-text-fill-color: transparent;
  /* bikin teks transparan */
  background-clip: text;
  /* standar */
  color: transparent;
}

.border-b-gradient-primary {
  border-bottom: 5px solid transparent;
  -o-border-image: linear-gradient(to right, #2a53cc, #714bef) 1;
     border-image: linear-gradient(to right, #2a53cc, #714bef) 1;
  border-image-slice: 1;
}
.border-b-gradient-primary-half-left {
  position: relative;
}

.border-b-gradient-primary-half-left::after {
  content: "";
  position: absolute;
  left: 0; /* rata kiri */
  bottom: 10px; /* geser ke bawah pas di bawah teks */
  width: 25%; /* hanya setengah dari teks */
  height: 5px; /* tebal garis */
  background: linear-gradient(to right, #2a53cc, #714bef);
}
.ebd-border-color-gradient {
  border-style: solid;
  border-color: transparent;
  -o-border-image: linear-gradient(to right, #6a49eb, #4245ea, #1b6cf6) 1;
     border-image: linear-gradient(to right, #6a49eb, #4245ea, #1b6cf6) 1;
  border-image-slice: 1;
}
.ebd-border-color-gradient-testi {
  position: relative;
  padding: 2px; /* tebal border */
  background: linear-gradient(to right, #6a49eb, #4245ea, #1b6cf6);
}
.home-slider-item p,
.slider-text-tag,
.slider-text-sub {
  font-weight: 700;
  font-family: "Gotham";
  font-size: 35px;
  max-width: 600px;
  filter: drop-shadow(2px 4px 6px black);
}
.home-slider-item h2,
.slider-text-main {
  font-weight: 700;
  font-family: "Gotham";
  max-width: 600px;
  font-size: 65px;
  line-height: 67px;
  filter: drop-shadow(2px 4px 6px black);
}

.border-left-contactus {
  position: relative;
  padding-left: 1rem; /* ruang untuk garis */
}

.border-left-contactus::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px; /* mulai dari tengah vertikal */
  width: 4px; /* tebal garis */
  height: 30%; /* tinggi 30% parent */
  background-color: #6c4aef; /* biru */
}

.title-tab-home h2 {
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  font-family: "Gotham";
}
.clip-diagonal {
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

@media only screen and (max-width: 540px) {
  .home-slider-item p,
  .slider-text-tag,
  .slider-text-sub {
    font-weight: 700;
    font-family: "Gotham";
    font-size: 18px;
    max-width: 600px;
    filter: drop-shadow(2px 4px 6px black);
  }
  .home-slider-item h2,
  .slider-text-main {
    font-weight: 700;
    font-family: "Gotham";
    max-width: 600px;
    font-size: 24px;
    line-height: 26px;
    filter: drop-shadow(2px 4px 6px black);
  }
  .border-b-gradient-primary-half-left::after {
    bottom: -10px; /* geser ke bawah pas di bawah teks */
  }
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:w-\[50px\]::after {
  content: var(--tw-content);
  width: 50px;
}

.after\:bg-\[\#2A53CC\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(42 83 204 / var(--tw-bg-opacity, 1));
}

.after\:clip-path-polygon::after {
  content: var(--tw-content);
  clip-path: polygon(-1px -2px, -1px 100%, 100% 100%);
}

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

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

.hover\:bg-\[\#060822\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 8 34 / var(--tw-bg-opacity, 1));
}

.hover\:bg-black\/80:hover {
  background-color: rgb(0 0 0 / 0.8);
}

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

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

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

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

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

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

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

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

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

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

.hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-800:hover {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

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

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

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

.hover\:text-yellow-700:hover {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

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

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

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

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

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

.focus\:shadow-none:focus {
  --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);
}

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

.focus\:outline-0:focus {
  outline-width: 0px;
}

.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-4: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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

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

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purple-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1));
}

.disabled\:opacity-30:disabled {
  opacity: 0.3;
}

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

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

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

.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\:bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {

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

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

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

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:-left-\[4\.875rem\] {
    left: -4.875rem;
  }

  .md\:-right-\[13\.438rem\] {
    right: -13.438rem;
  }

  .md\:-right-\[9\.5rem\] {
    right: -9.5rem;
  }

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

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

  .md\:bottom-\[-47px\] {
    bottom: -47px;
  }

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

  .md\:left-\[1\.688rem\] {
    left: 1.688rem;
  }

  .md\:right-\[1\.688rem\] {
    right: 1.688rem;
  }

  .md\:right-\[7\.375rem\] {
    right: 7.375rem;
  }

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

  .md\:top-\[5\.25rem\] {
    top: 5.25rem;
  }

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

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

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

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

  .md\:mx-\[4\.5rem\] {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .md\:mx-\[4\.688rem\] {
    margin-left: 4.688rem;
    margin-right: 4.688rem;
  }

  .md\:mx-\[7\.063rem\] {
    margin-left: 7.063rem;
    margin-right: 7.063rem;
  }

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

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

  .md\:-mt-11 {
    margin-top: -2.75rem;
  }

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

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

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

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

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

  .md\:ml-\[14\.313rem\] {
    margin-left: 14.313rem;
  }

  .md\:ml-\[7\.063rem\] {
    margin-left: 7.063rem;
  }

  .md\:ml-\[7\.25rem\] {
    margin-left: 7.25rem;
  }

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

  .md\:mr-\[7\.063rem\] {
    margin-right: 7.063rem;
  }

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

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

  .md\:mt-\[2\.188rem\] {
    margin-top: 2.188rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

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

  .md\:h-\[0\.688rem\] {
    height: 0.688rem;
  }

  .md\:h-\[2\.625rem\] {
    height: 2.625rem;
  }

  .md\:h-\[2\.938rem\] {
    height: 2.938rem;
  }

  .md\:h-\[20\.063rem\] {
    height: 20.063rem;
  }

  .md\:h-\[21\.688rem\] {
    height: 21.688rem;
  }

  .md\:h-\[24\.688rem\] {
    height: 24.688rem;
  }

  .md\:h-\[24\.75rem\] {
    height: 24.75rem;
  }

  .md\:h-\[6\.313rem\] {
    height: 6.313rem;
  }

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

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

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

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

  .md\:min-h-\[34\.563rem\] {
    min-height: 34.563rem;
  }

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

  .md\:w-\[10\.813rem\] {
    width: 10.813rem;
  }

  .md\:w-\[11\.75rem\] {
    width: 11.75rem;
  }

  .md\:w-\[12\.938rem\] {
    width: 12.938rem;
  }

  .md\:w-\[14\.375rem\] {
    width: 14.375rem;
  }

  .md\:w-\[2\.625rem\] {
    width: 2.625rem;
  }

  .md\:w-\[2\.938rem\] {
    width: 2.938rem;
  }

  .md\:w-\[27\.625rem\] {
    width: 27.625rem;
  }

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

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

  .md\:w-\[3\.563rem\] {
    width: 3.563rem;
  }

  .md\:w-\[31\.875rem\] {
    width: 31.875rem;
  }

  .md\:w-\[32\.875rem\] {
    width: 32.875rem;
  }

  .md\:w-\[38\.688rem\] {
    width: 38.688rem;
  }

  .md\:w-\[42\.813rem\] {
    width: 42.813rem;
  }

  .md\:w-\[49\.563rem\] {
    width: 49.563rem;
  }

  .md\:w-\[5\.438rem\] {
    width: 5.438rem;
  }

  .md\:w-\[59\.563rem\] {
    width: 59.563rem;
  }

  .md\:w-\[60\.125rem\] {
    width: 60.125rem;
  }

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

  .md\:w-\[calc\(100\%-7\.063rem\)\] {
    width: calc(100% - 7.063rem);
  }

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

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

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

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

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

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

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

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

  .md\:gap-14 {
    gap: 3.5rem;
  }

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

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

  .md\:gap-20 {
    gap: 5rem;
  }

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

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

  .md\:gap-5 {
    gap: 1.25rem;
  }

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

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

  .md\:gap-\[5\.5rem\] {
    gap: 5.5rem;
  }

  .md\:gap-\[5\.688rem\] {
    gap: 5.688rem;
  }

  .md\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

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

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

  .md\:rounded-\[1\.063rem\] {
    border-radius: 1.063rem;
  }

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

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

  .md\:bg-\[length\:calc\(100\%-9\.875rem\)_auto\] {
    background-size: calc(100% - 9.875rem) auto;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

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

  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:px-\[7\.375rem\] {
    padding-left: 7.375rem;
    padding-right: 7.375rem;
  }

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

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

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-\[0\.375rem\] {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:py-\[3\.875rem\] {
    padding-top: 3.875rem;
    padding-bottom: 3.875rem;
  }

  .md\:py-\[4\.625rem\] {
    padding-top: 4.625rem;
    padding-bottom: 4.625rem;
  }

  .md\:py-\[5\.625rem\] {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

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

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

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

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

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-\[1\.063rem\] {
    padding-bottom: 1.063rem;
  }

  .md\:pb-\[11\.375rem\] {
    padding-bottom: 11.375rem;
  }

  .md\:pb-\[3\.875rem\] {
    padding-bottom: 3.875rem;
  }

  .md\:pb-\[6\.313rem\] {
    padding-bottom: 6.313rem;
  }

  .md\:pl-\[4\.438rem\] {
    padding-left: 4.438rem;
  }

  .md\:pl-\[7\.375rem\] {
    padding-left: 7.375rem;
  }

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

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

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

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

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

  .md\:pt-\[3\.188rem\] {
    padding-top: 3.188rem;
  }

  .md\:pt-\[3\.875rem\] {
    padding-top: 3.875rem;
  }

  .md\:pt-\[4\.625rem\] {
    padding-top: 4.625rem;
  }

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

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

  .md\:pt-\[6\.625rem\] {
    padding-top: 6.625rem;
  }

  .md\:pt-\[7\.688rem\] {
    padding-top: 7.688rem;
  }

  .md\:pt-\[8\.438rem\] {
    padding-top: 8.438rem;
  }

  .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-\[19px\] {
    font-size: 19px;
  }

  .md\:text-\[2\.125rem\] {
    font-size: 2.125rem;
  }

  .md\:text-\[2\.25rem\] {
    font-size: 2.25rem;
  }

  .md\:text-\[2\.375rem\] {
    font-size: 2.375rem;
  }

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

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

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

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

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

  .md\:font-bold {
    font-weight: 700;
  }

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

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

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

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

@media (min-width: 1024px) {

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:-left-6 {
    left: -1.5rem;
  }

  .lg\:top-\[-100px\] {
    top: -100px;
  }

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

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

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

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

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

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

  .lg\:mx-\[21\.875rem\] {
    margin-left: 21.875rem;
    margin-right: 21.875rem;
  }

  .lg\:mx-\[7\.063rem\] {
    margin-left: 7.063rem;
    margin-right: 7.063rem;
  }

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

  .lg\:mb-\[4\.625rem\] {
    margin-bottom: 4.625rem;
  }

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

  .lg\:ml-\[12\.406rem\] {
    margin-left: 12.406rem;
  }

  .lg\:ml-\[13\.625rem\] {
    margin-left: 13.625rem;
  }

  .lg\:mr-\[12\.406rem\] {
    margin-right: 12.406rem;
  }

  .lg\:mr-\[13\.625rem\] {
    margin-right: 13.625rem;
  }

  .lg\:mt-\[2\.188rem\] {
    margin-top: 2.188rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[1\.5rem\] {
    height: 1.5rem;
  }

  .lg\:h-\[10\.625rem\] {
    height: 10.625rem;
  }

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

  .lg\:h-\[13\.25rem\] {
    height: 13.25rem;
  }

  .lg\:h-\[19\.688rem\] {
    height: 19.688rem;
  }

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

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

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

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

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

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

  .lg\:min-h-\[9\.813rem\] {
    min-height: 9.813rem;
  }

  .lg\:w-\[10\.625rem\] {
    width: 10.625rem;
  }

  .lg\:w-\[11\.063rem\] {
    width: 11.063rem;
  }

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

  .lg\:w-\[19\.688rem\] {
    width: 19.688rem;
  }

  .lg\:w-\[22\.438rem\] {
    width: 22.438rem;
  }

  .lg\:w-\[47\.438rem\] {
    width: 47.438rem;
  }

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

  .lg\:w-\[50\.063rem\] {
    width: 50.063rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-3 {
    gap: 0.75rem;
  }

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

  .lg\:gap-5 {
    gap: 1.25rem;
  }

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

  .lg\:gap-\[5\.375rem\] {
    gap: 5.375rem;
  }

  .lg\:gap-\[7rem\] {
    gap: 7rem;
  }

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

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

  .lg\:rounded-l-\[3\.125rem\] {
    border-top-left-radius: 3.125rem;
    border-bottom-left-radius: 3.125rem;
  }

  .lg\:rounded-r-\[3\.125rem\] {
    border-top-right-radius: 3.125rem;
    border-bottom-right-radius: 3.125rem;
  }

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

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

  .lg\:\!p-4 {
    padding: 1rem !important;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

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

  .lg\:\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .lg\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

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

  .lg\:px-\[21\.875rem\] {
    padding-left: 21.875rem;
    padding-right: 21.875rem;
  }

  .lg\:px-\[3\.25rem\] {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-\[1\.125rem\] {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .lg\:py-\[2\.063rem\] {
    padding-top: 2.063rem;
    padding-bottom: 2.063rem;
  }

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

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

  .lg\:pb-\[12\.25rem\] {
    padding-bottom: 12.25rem;
  }

  .lg\:pb-\[5\.688rem\] {
    padding-bottom: 5.688rem;
  }

  .lg\:pb-\[6\.313rem\] {
    padding-bottom: 6.313rem;
  }

  .lg\:pl-48 {
    padding-left: 12rem;
  }

  .lg\:pl-\[5\.75rem\] {
    padding-left: 5.75rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pr-48 {
    padding-right: 12rem;
  }

  .lg\:pr-\[5\.75rem\] {
    padding-right: 5.75rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

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

  .lg\:pt-\[3\.25rem\] {
    padding-top: 3.25rem;
  }

  .lg\:pt-\[7\.688rem\] {
    padding-top: 7.688rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:leading-\[16px\] {
    line-height: 16px;
  }

  .lg\:leading-\[20px\] {
    line-height: 20px;
  }

  .lg\:leading-\[24px\] {
    line-height: 24px;
  }

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

  .lg\:leading-\[34px\] {
    line-height: 34px;
  }

  .lg\:leading-\[36px\] {
    line-height: 36px;
  }

  .lg\:leading-\[50px\] {
    line-height: 50px;
  }

  .lg\:leading-\[67px\] {
    line-height: 67px;
  }

  .lg\:leading-\[normal\] {
    line-height: normal;
  }
}

@media (min-width: 1280px) {

  .xl\:ml-20 {
    margin-left: 5rem;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

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

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-neutral-900\/70 {
    background-color: rgb(23 23 23 / 0.7);
  }

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

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

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

  .dark\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

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

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

  .dark\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

  .dark\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
  }
}

.\[\&\>div\]\:w-1\/2>div {
  width: 50%;
}

@media (min-width: 768px) {

  .md\:\[\&\>div\]\:w-full>div {
    width: 100%;
  }
}

.\[\&\>h2\]\:mb-5>h2 {
  margin-bottom: 1.25rem;
}

.\[\&\>h2\]\:text-lg>h2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {

  .md\:\[\&\>h2\]\:text-4xl>h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.\[\&\>h3\]\:mb-5>h3 {
  margin-bottom: 1.25rem;
}

.\[\&\>h3\]\:text-base>h3 {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {

  .md\:\[\&\>h3\]\:text-3xl>h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.\[\&\>h4\]\:mb-5>h4 {
  margin-bottom: 1.25rem;
}

.\[\&\>h4\]\:text-sm>h4 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {

  .md\:\[\&\>h4\]\:text-lg>h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  @media (min-width: 768px) {

    .md\:md\:\[\&\>h4\]\:text-2xl>h4 {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }
}

.\[\&\>h5\]\:mb-5>h5 {
  margin-bottom: 1.25rem;
}

.\[\&\>h5\]\:text-xl>h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.\[\&\>h5\]\:text-xs>h5 {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\[\&\>p\:first-child\>strong\:first-child\]\:mb-0>p:first-child>strong:first-child {
  margin-bottom: 0px;
}

.\[\&\>p\:first-child\>strong\:first-child\]\:mb-8>p:first-child>strong:first-child {
  margin-bottom: 2rem;
}

.\[\&\>p\:first-child\>strong\:first-child\]\:inline-block>p:first-child>strong:first-child {
  display: inline-block;
}

.\[\&\>p\:first-child\>strong\:first-child\]\:font-bold>p:first-child>strong:first-child {
  font-weight: 700;
}

.\[\&\>p\]\:mb-5>p {
  margin-bottom: 1.25rem;
}

.\[\&\>ul\]\:list-\[square\]>ul {
  list-style-type: square;
}

.\[\&\>ul\]\:pl-6>ul {
  padding-left: 1.5rem;
}

.\[\&\>ul\]\:leading-3>ul {
  line-height: .75rem;
}

@media (min-width: 1024px) {

  .lg\:\[\&\>ul\]\:leading-normal>ul {
    line-height: 1.5;
  }
}

.\[\&_h2\]\:font-bold h2 {
  font-weight: 700;
}

.\[\&_h2\]\:leading-normal h2 {
  line-height: 1.5;
}

.\[\&_h3\]\:mb-5 h3 {
  margin-bottom: 1.25rem;
}

.\[\&_h3\]\:inline-block h3 {
  display: inline-block;
}

.\[\&_h3\]\:w-1\/2 h3 {
  width: 50%;
}

.\[\&_h3\]\:w-full h3 {
  width: 100%;
}

.\[\&_h3\]\:bg-gradient-primary-text h3 {
  background-image: linear-gradient(to right, #6a49eb, #4245ea, #1b6cf6);
}

.\[\&_h3\]\:bg-clip-text h3 {
  -webkit-background-clip: text;
          background-clip: text;
}

.\[\&_h3\]\:text-\[13px\] h3 {
  font-size: 13px;
}

.\[\&_h3\]\:text-\[15px\] h3 {
  font-size: 15px;
}

.\[\&_h3\]\:font-black h3 {
  font-weight: 900;
}

.\[\&_h3\]\:font-bold h3 {
  font-weight: 700;
}

.\[\&_h3\]\:leading-normal h3 {
  line-height: 1.5;
}

.\[\&_h3\]\:text-transparent h3 {
  color: transparent;
}

@media (min-width: 768px) {

  .md\:\[\&_h3\]\:w-full h3 {
    width: 100%;
  }

  .md\:\[\&_h3\]\:pb-3 h3 {
    padding-bottom: 0.75rem;
  }

  .md\:\[\&_h3\]\:pt-7 h3 {
    padding-top: 1.75rem;
  }

  .md\:\[\&_h3\]\:text-2xl h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:\[\&_h3\]\:text-\[2\.25rem\] h3 {
    font-size: 2.25rem;
  }

  .md\:\[\&_h3\]\:text-\[38px\] h3 {
    font-size: 38px;
  }

  .md\:\[\&_h3\]\:font-bold h3 {
    font-weight: 700;
  }
}

.\[\&_h4\]\:font-bold h4 {
  font-weight: 700;
}

.\[\&_h4\]\:leading-normal h4 {
  line-height: 1.5;
}

.\[\&_h5\]\:font-bold h5 {
  font-weight: 700;
}

.\[\&_h5\]\:leading-normal h5 {
  line-height: 1.5;
}

.\[\&_img\]\:w-full img {
  width: 100%;
}

.\[\&_img\]\:p-8 img {
  padding: 2rem;
}

.\[\&_li\]\:relative li {
  position: relative;
}

.\[\&_li\]\:pl-6 li {
  padding-left: 1.5rem;
}

.\[\&_li\]\:pl-9 li {
  padding-left: 2.25rem;
}

.\[\&_li\]\:leading-\[16px\] li {
  line-height: 16px;
}

.\[\&_li\]\:before\:absolute li::before {
  content: var(--tw-content);
  position: absolute;
}

.\[\&_li\]\:before\:left-0 li::before {
  content: var(--tw-content);
  left: 0px;
}

.\[\&_li\]\:before\:top-1\/2 li::before {
  content: var(--tw-content);
  top: 50%;
}

.\[\&_li\]\:before\:top-2 li::before {
  content: var(--tw-content);
  top: 0.5rem;
}

.\[\&_li\]\:before\:h-\[11px\] li::before {
  content: var(--tw-content);
  height: 11px;
}

.\[\&_li\]\:before\:h-\[20px\] li::before {
  content: var(--tw-content);
  height: 20px;
}

.\[\&_li\]\:before\:w-\[11px\] li::before {
  content: var(--tw-content);
  width: 11px;
}

.\[\&_li\]\:before\:w-\[20px\] li::before {
  content: var(--tw-content);
  width: 20px;
}

.\[\&_li\]\:before\:-translate-y-1\/2 li::before {
  content: var(--tw-content);
  --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));
}

.\[\&_li\]\:before\:bg-\[url\(\'\/assets\/images\/list-arrow-right\.png\'\)\] li::before {
  content: var(--tw-content);
  background-image: url('/assets/images/list-arrow-right.png');
}

.\[\&_li\]\:before\:bg-\[url\(\'\/assets\/images\/list-check\.png\'\)\] li::before {
  content: var(--tw-content);
  background-image: url('/assets/images/list-check.png');
}

.\[\&_li\]\:before\:bg-contain li::before {
  content: var(--tw-content);
  background-size: contain;
}

.\[\&_li\]\:before\:bg-center li::before {
  content: var(--tw-content);
  background-position: center;
}

.\[\&_li\]\:before\:bg-no-repeat li::before {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.\[\&_li\]\:before\:content-\[\'\'\] li::before {
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {

  .md\:\[\&_li\]\:leading-normal li {
    line-height: 1.5;
  }

  .md\:\[\&_li\]\:before\:top-4 li::before {
    content: var(--tw-content);
    top: 1rem;
  }

  .md\:\[\&_li\]\:before\:h-\[20px\] li::before {
    content: var(--tw-content);
    height: 20px;
  }

  .md\:\[\&_li\]\:before\:w-\[20px\] li::before {
    content: var(--tw-content);
    width: 20px;
  }
}

.\[\&_p\:first-child\>strong\:first-child\]\:mb-8 p:first-child>strong:first-child {
  margin-bottom: 2rem;
}

.\[\&_p\:first-child\>strong\:first-child\]\:inline-block p:first-child>strong:first-child {
  display: inline-block;
}

.\[\&_p\]\:mb-12 p {
  margin-bottom: 3rem;
}

.\[\&_p\]\:mb-2 p {
  margin-bottom: 0.5rem;
}

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

.\[\&_p\]\:text-\[10px\] p {
  font-size: 10px;
}

.\[\&_p\]\:text-\[13px\] p {
  font-size: 13px;
}

.\[\&_p\]\:text-lg p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.\[\&_p\]\:font-normal p {
  font-weight: 400;
}

.\[\&_p\]\:leading-3 p {
  line-height: .75rem;
}

.\[\&_p\]\:leading-\[\'normal\'\] p {
  line-height: 'normal';
}

.\[\&_p\]\:leading-\[13px\] p {
  line-height: 13px;
}

.\[\&_p\]\:leading-\[16px\] p {
  line-height: 16px;
}

.\[\&_p\]\:leading-\[normal\] p {
  line-height: normal;
}

.\[\&_p\]\:leading-normal p {
  line-height: 1.5;
}

@media (min-width: 768px) {

  .md\:\[\&_p\]\:mb-11 p {
    margin-bottom: 2.75rem;
  }

  .md\:\[\&_p\]\:mb-5 p {
    margin-bottom: 1.25rem;
  }

  .md\:\[\&_p\]\:text-2xl p {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:\[\&_p\]\:text-xl p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:\[\&_p\]\:leading-\[24px\] p {
    line-height: 24px;
  }
}

@media (min-width: 1024px) {

  .lg\:\[\&_p\]\:text-xl p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:\[\&_p\]\:font-bold p {
    font-weight: 700;
  }
}

.\[\&_ul\]\:mb-5 ul {
  margin-bottom: 1.25rem;
}

.\[\&_ul\]\:w-1\/2 ul {
  width: 50%;
}

.\[\&_ul\]\:w-full ul {
  width: 100%;
}

.\[\&_ul\]\:list-disc ul {
  list-style-type: disc;
}

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

.\[\&_ul\]\:pl-6 ul {
  padding-left: 1.5rem;
}

@media (min-width: 768px) {

  .md\:\[\&_ul\]\:w-full ul {
    width: 100%;
  }
}

