*, ::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, -apple-system, system-ui, Segoe UI, Helvetica, Apple Color Emoji, Arial, sans-serif, Segoe UI Emoji, Segoe UI Symbol; /* 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;
}
    html,
    body {
        font-family: ui-sans-serif, -apple-system, system-ui, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        letter-spacing: normal;
        word-spacing: 0px;
        text-transform: none;
        text-decoration: none;
        vertical-align: baseline;
    }

    .homepage-body {
        color-scheme: dark;
    }
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

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

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 1024px !important;
  }

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

  .\!container {
    max-width: 1280px !important;
  }

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

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
.form-checkbox,.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
.form-checkbox {
  border-radius: 0px;
}
.form-checkbox:focus,.form-radio:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}
.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {

  .form-checkbox:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
.form-checkbox:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active)  {

  .form-checkbox:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}
.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-xl {
  font-size: 1.25rem;
  line-height: 1.8;
}
.prose-xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose-xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}
.prose-xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1.0666667em;
}
.prose-xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0.8571429em;
  line-height: 1;
}
.prose-xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.8em;
  margin-top: 1.5555556em;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose-xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.5em;
  margin-top: 1.6em;
  margin-bottom: 0.6666667em;
  line-height: 1.3333333;
}
.prose-xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose-xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
  border-radius: 0.3125rem;
  padding-top: 0.25em;
  padding-inline-end: 0.4em;
  padding-bottom: 0.25em;
  padding-inline-start: 0.4em;
}
.prose-xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8611111em;
}
.prose-xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-inline-end: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-inline-start: 1.3333333em;
}
.prose-xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-inline-start: 1.6em;
}
.prose-xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-inline-start: 1.6em;
}
.prose-xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.prose-xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4em;
}
.prose-xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4em;
}
.prose-xl :where(.prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-xl :where(.prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose-xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6em;
  padding-inline-start: 1.6em;
}
.prose-xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}
.prose-xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.5555556;
}
.prose-xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-inline-start: 0.6666667em;
}
.prose-xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.8888889em;
  padding-inline-end: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-inline-start: 0.6666667em;
}
.prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}
.prose-xl :where(.prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(.prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-blue {
  --tw-prose-links: #2563eb;
  --tw-prose-invert-links: #3b82f6;
}
/* Global noise texture — hyp_pro_obi inspired */
.homepage-noise-overlay {
        opacity: 0.035;
        background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
        mix-blend-mode: overlay;
    }
@keyframes deep-pulse {
        0%, 100% { opacity: 0.4; transform: scale(1); }
        50% { opacity: 0.75; transform: scale(1.05); }
    }
@keyframes hex-float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-8px); }
    }
@keyframes orbital-spin {
        from { transform: translate(-50%, -50%) rotate(0deg); }
        to { transform: translate(-50%, -50%) rotate(360deg); }
    }
.animate-deep-pulse {
        animation: deep-pulse 6s ease-in-out infinite;
    }
.homepage-section--light .contact-panel .border-white\/20.form-control {
        border-color: rgb(209 213 219);
        color: rgb(55 65 81);
    }
.homepage-section--dark .pagination-dark .form-control {
        background-color: rgba(255, 255, 255, 0.06);
        border-color: rgba(255, 255, 255, 0.15);
        color: rgba(255, 255, 255, 0.75);
    }
.form-control {
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.homepage-section--dark .form-control {
    color: rgba(255, 255, 255, 0.72);
}
.homepage-shell .pagination-dark .form-control {
    background-color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 123, 255, 0.25);
    color: rgba(255, 255, 255, 0.75);
}
.homepage-shell .form-control {
    color: #ffffff;
}
.homepage-shell .form-control:not(.homepage-btn):not([class*='homepage-btn']) {
    background-color: #000000;
}
.form-control::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.form-control::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.form-control:focus {
  --tw-border-opacity: 1;
  border-color: rgb(52 125 192 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(52 125 192 / 0.3);
}
.form-control:disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.homepage-section--light .contact-panel .border-white\/20.form-select {
        border-color: rgb(209 213 219);
        color: rgb(55 65 81);
    }
.homepage-section--dark .pagination-dark .form-select {
        background-color: rgba(255, 255, 255, 0.06);
        border-color: rgba(255, 255, 255, 0.15);
        color: rgba(255, 255, 255, 0.75);
    }
.form-select {
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.homepage-section--dark .form-select {
    color: rgba(255, 255, 255, 0.72);
}
.homepage-shell .pagination-dark .form-select {
    background-color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 123, 255, 0.25);
    color: rgba(255, 255, 255, 0.75);
}
.homepage-shell .form-select {
    color: #ffffff;
}
.homepage-shell .form-select:not(.homepage-btn):not([class*='homepage-btn']) {
    background-color: #000000;
}
.form-select::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.form-select::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.form-select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(52 125 192 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(52 125 192 / 0.3);
}
.form-select:disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.homepage-section--dark .form-select {
        border-color: rgba(255, 255, 255, 0.15);
        background-color: rgba(255, 255, 255, 0.06);
        color: #fff;
    }
.homepage-section--dark .form-select::-moz-placeholder {
        color: rgba(255, 255, 255, 0.35);
    }
.homepage-section--dark .form-select::placeholder {
        color: rgba(255, 255, 255, 0.35);
    }
.homepage-section--dark .form-select:focus {
        border-color: rgba(126, 200, 245, 0.5);
        box-shadow: 0 0 0 3px rgba(126, 200, 245, 0.15);
    }
.form-select {
  padding-right: 2.5rem;
}
.homepage-section--light .form-select {
    color: #111827;
    background-color: #ffffff;
    border-color: #d1d5db;
}
.homepage-section--light .form-select::-moz-placeholder {
    color: #9ca3af;
}
.homepage-section--light .form-select::placeholder {
    color: #9ca3af;
}

.homepage-section--dark .form-select + label {
    color: rgba(255, 255, 255, 0.85);
}
.homepage-section--dark select.form-select option {
    color: #111827;
    background-color: #ffffff;
}
.pro-chatbox .form-select,
.pro-chatbox__input.form-select {
    border-color: rgba(0, 123, 255, 0.25);
    background-color: #000000;
    color: #ffffff;
    box-shadow: none;
}
.pro-chatbox .form-select::-moz-placeholder, .pro-chatbox__input.form-select::-moz-placeholder {
    color: rgba(255, 255, 255, 0.35);
}
.pro-chatbox .form-select::placeholder,
.pro-chatbox__input.form-select::placeholder {
    color: rgba(255, 255, 255, 0.35);
}
.pro-chatbox .form-select:focus,
.pro-chatbox__input.form-select:focus {
    border-color: rgba(0, 123, 255, 0.55);
    background-color: #000000;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.12);
    outline: none;
}
.form-checkbox {
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(52 125 192 / var(--tw-text-opacity, 1));
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.form-checkbox:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(52 125 192 / 0.3);
  --tw-ring-offset-width: 0px;
}
.form-file {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.homepage-section--light .homepage-interactive-card[class*='bg-gray-50'] .form-file,
.homepage-section--light li[class*='bg-gray-50'] .form-file {
    color: #374151;
}

.homepage-section--dark .form-file {
    color: rgba(255, 255, 255, 0.72);
}

.surface-light .form-file {
    color: #4b5563;
}
.homepage-shell .form-file {
    color: rgba(255, 255, 255, 0.85);
}
.form-file::file-selector-button {
  margin-right: 1rem;
  border-radius: 0.375rem;
  border-width: 0px;
  background-color: rgb(52 125 192 / 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(34 61 117 / var(--tw-text-opacity, 1));
}
.form-file:hover::file-selector-button {
  background-color: rgb(52 125 192 / 0.2);
}
.hero-grid-overlay {
        background-image:
            linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
        background-size: 48px 48px;
        -webkit-mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
                mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
    }
@keyframes hero-ken-burns {
        from {
            transform: scale(1);
        }
        to {
            transform: scale(1.07);
        }
    }
@keyframes hero-fade-up {
        from {
            opacity: 0;
            transform: translateY(1.25rem);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
@keyframes hero-scroll-bounce {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(0.35rem);
        }
    }
.hero-fade-up {
        animation: hero-fade-up 0.75s ease-out forwards;
        opacity: 0;
    }
.hero-fade-up-delay-1 { animation-delay: 0.1s; }
.hero-fade-up-delay-2 { animation-delay: 0.22s; }
.hero-fade-up-delay-3 { animation-delay: 0.34s; }
.hero-fade-up-delay-4 { animation-delay: 0.46s; }
.hero-fade-up-delay-5 { animation-delay: 0.58s; }
.hero-scroll-bounce {
        animation: hero-scroll-bounce 2s ease-in-out infinite;
    }
/* Homepage hero — dark energy UI */
.homepage-hero__gradient-text {
        background: linear-gradient(90deg, #7ec8f5 0%, #007bff 50%, #5eead4 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        animation: hero-gradient-pulse 4s ease-in-out infinite;
    }
@keyframes hero-gradient-pulse {
        0%, 100% { filter: brightness(1); }
        50% { filter: brightness(1.15); }
    }
.homepage-hero__btn-primary {
        position: relative;
        overflow: hidden;
        background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
        box-shadow: 0 0 24px rgba(0, 123, 255, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.15);
        transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }
.homepage-hero__btn-primary::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.22) 50%, transparent 65%);
        transform: translateX(-120%);
        transition: transform 0.55s ease;
        pointer-events: none;
    }
.homepage-hero__btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 0 32px rgba(0, 123, 255, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.2);
        background: linear-gradient(135deg, #3399ff 0%, #007bff 100%);
    }
.homepage-hero__btn-primary:hover::after {
        transform: translateX(120%);
    }
.homepage-hero__btn-primary:active {
        transform: translateY(0);
    }
.homepage-hero__btn-ghost {
        transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    }
.homepage-hero__btn-ghost:hover {
        transform: translateY(-1px);
        box-shadow: 0 0 20px rgba(126, 200, 245, 0.12);
    }
.homepage-hero__tagline-dot {
        animation: hero-tagline-pulse 2s ease-in-out infinite;
        box-shadow: 0 0 8px rgba(126, 200, 245, 0.8);
    }
@keyframes hero-tagline-pulse {
        0%, 100% { opacity: 0.55; transform: scale(0.85); }
        50% { opacity: 1; transform: scale(1.15); }
    }
.homepage-hero__particles {
        background-image:
            radial-gradient(1px 1px at 10% 20%, rgba(126, 200, 245, 0.4) 0, transparent 100%),
            radial-gradient(1px 1px at 80% 40%, rgba(255, 255, 255, 0.25) 0, transparent 100%),
            radial-gradient(1.5px 1.5px at 50% 70%, rgba(52, 125, 192, 0.35) 0, transparent 100%),
            radial-gradient(1px 1px at 30% 85%, rgba(126, 200, 245, 0.3) 0, transparent 100%);
        animation: hero-particles-drift 18s linear infinite;
    }
@keyframes hero-particles-drift {
        0% { transform: translateY(0); opacity: 0.6; }
        50% { opacity: 1; }
        100% { transform: translateY(-20px); opacity: 0.6; }
    }
.homepage-hero__flare--left {
        animation: hero-flare-pulse 6s ease-in-out infinite;
    }
.homepage-hero__flare--right {
        animation: hero-flare-pulse 8s ease-in-out infinite reverse;
    }
@keyframes hero-flare-pulse {
        0%, 100% { opacity: 0.5; }
        50% { opacity: 0.9; }
    }
@keyframes hero-globe-spin {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
    }
.homepage-hero__energy-field {
        mask-image: linear-gradient(to bottom, #000 0%, #000 88%, transparent 100%);
        -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 88%, transparent 100%);
    }
.homepage-hero__spark {
        position: absolute;
        width: var(--spark-size, 3px);
        height: var(--spark-size, 3px);
        background: #fff;
        border-radius: 1px;
        transform: translate(-50%, -50%);
        box-shadow:
            0 0 4px 1px rgba(255, 255, 255, 0.9),
            0 0 10px 2px rgba(0, 123, 255, 0.7),
            0 0 20px 3px rgba(126, 200, 245, 0.35);
        animation: energy-spark-pulse ease-in-out infinite;
    }
.homepage-hero__spark::before,
    .homepage-hero__spark::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        background: linear-gradient(90deg, transparent, #7ec8f5, #fff, #7ec8f5, transparent);
        transform: translate(-50%, -50%);
        border-radius: 1px;
    }
.homepage-hero__spark::before {
        width: calc(var(--spark-size, 3px) * 5);
        height: 1px;
    }
.homepage-hero__spark::after {
        width: 1px;
        height: calc(var(--spark-size, 3px) * 5);
    }
@keyframes energy-spark-pulse {
        0%, 100% {
            opacity: 0;
            transform: translate(-50%, -50%) scale(0.3) rotate(0deg);
        }
        12% {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1.2) rotate(15deg);
        }
        30% {
            opacity: 0.3;
            transform: translate(calc(-50% + var(--spark-drift, 0px) * 0.3), -55%) scale(0.7) rotate(30deg);
        }
        50% {
            opacity: 1;
            transform: translate(calc(-50% + var(--spark-drift, 0px) * 0.6), -48%) scale(1) rotate(45deg);
        }
        75% {
            opacity: 0.15;
            transform: translate(calc(-50% + var(--spark-drift, 0px)), -42%) scale(0.5) rotate(60deg);
        }
    }
.homepage-hero__cobe-wrap {
        isolation: isolate;
        filter: drop-shadow(0 0 45px rgba(0, 123, 255, 0.35)) drop-shadow(0 0 80px rgba(0, 123, 255, 0.12));
    }
.homepage-hero__cobe-canvas,
    .homepage-hero__cobe-wrap canvas {
        display: block;
        width: 100%;
        height: 100%;
        touch-action: none;
        cursor: grab;
    }
.homepage-hero__globe-labels {
        overflow: visible;
    }
.homepage-hero__globe-label {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 0;
        max-width: 7.5rem;
        padding: 0.25rem 0.5rem;
        border-radius: 0.375rem;
        border: 1px solid rgba(0, 123, 255, 0.4);
        background: rgba(5, 10, 20, 0.92);
        backdrop-filter: blur(8px);
        text-align: center;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease, visibility 0.2s ease;
        pointer-events: none;
        will-change: transform, opacity;
        box-shadow: 0 0 16px rgba(0, 123, 255, 0.2);
    }
.homepage-hero__globe-label-country {
        display: block;
        font-size: 0.625rem;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: 0.04em;
        color: #fff;
        white-space: nowrap;
    }
.homepage-hero__globe-label-zone {
        display: block;
        margin-top: 0.125rem;
        font-size: 0.5625rem;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: rgba(126, 200, 245, 0.85);
        white-space: nowrap;
    }
@media (min-width: 640px) {
        .homepage-hero__globe-label {
            max-width: 9rem;
            padding: 0.3125rem 0.625rem;
        }

        .homepage-hero__globe-label-country {
            font-size: 0.6875rem;
        }

        .homepage-hero__globe-label-zone {
            font-size: 0.625rem;
        }
    }
.homepage-hero__stats-bar {
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(126, 200, 245, 0.08);
    }
.homepage-hero__stat {
        transition: background 0.25s ease, transform 0.25s ease;
    }
.homepage-hero__stat.is-hovered,
    .homepage-hero__stat:hover {
        background: rgba(15, 36, 71, 0.92);
        transform: translateY(-2px);
    }
.homepage-hero__stat-icon {
        transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    }
.homepage-hero__stat.is-hovered .homepage-hero__stat-icon,
    .homepage-hero__stat:hover .homepage-hero__stat-icon {
        transform: scale(1.08) rotate(-4deg);
        background: rgba(52, 125, 192, 0.35);
        box-shadow: 0 0 16px rgba(126, 200, 245, 0.25);
    }
.homepage-hero__stat.is-hovered .homepage-hero__stat-line,
    .homepage-hero__stat:hover .homepage-hero__stat-line {
        opacity: 1;
        transform: scaleX(1);
    }
.homepage-hero__stat-value {
        animation: hero-fade-up 0.75s ease-out forwards;
        transition: color 0.25s ease, text-shadow 0.25s ease;
    }
.homepage-hero__stat.is-hovered .homepage-hero__stat-value,
    .homepage-hero__stat:hover .homepage-hero__stat-value {
        color: #7ec8f5;
        text-shadow: 0 0 20px rgba(126, 200, 245, 0.35);
    }
.homepage-hero__stat-line {
        transform-origin: left;
        animation: hero-stat-line-grow 1.2s ease-out forwards;
        transform: scaleX(0);
    }
@keyframes hero-stat-line-grow {
        to { transform: scaleX(1); }
    }
@media (prefers-reduced-motion: reduce) {
        .homepage-hero__globe-spin,
        .homepage-hero__globe-spin-reverse,
        .homepage-hero__particles,
        .homepage-hero__flare--left,
        .homepage-hero__flare--right,
        .homepage-hero__gradient-text,
        .homepage-hero__tagline-dot,
        .homepage-hero__cursor-glow {
            animation: none;
        }

        .homepage-hero__stat,
        .homepage-hero__stat-icon,
        .homepage-hero__stat-value {
            transition: none;
        }

        .homepage-hero__stat.is-hovered,
        .homepage-hero__stat:hover {
            transform: none;
        }

        .homepage-hero__btn-primary::after {
            display: none;
        }

        .homepage-hero__visual {
            transform: none !important;
        }
    }
/* Homepage sections — scroll reveal (progressive enhancement) */
html:not(.has-scroll-reveal) [data-reveal] {
        opacity: 1;
        transform: none;
    }
.homepage-section--dark {
        width: 100%;
        max-width: 100%;
        background-color: #050a14;
        isolation: isolate;
        overflow-x: clip;
    }
/* Animated blue UI section dividers */
.homepage-section-divider {
        height: 1px;
    }
.homepage-section-divider__base {
        background: linear-gradient(
            90deg,
            transparent 0%,
            rgba(0, 123, 255, 0.06) 12%,
            rgba(0, 123, 255, 0.2) 50%,
            rgba(0, 123, 255, 0.06) 88%,
            transparent 100%
        );
    }
.homepage-section-divider__glow {
        background: linear-gradient(
            90deg,
            transparent,
            rgba(126, 200, 245, 0.4),
            transparent
        );
        background-size: 35% 100%;
        background-repeat: no-repeat;
        animation: homepage-divider-glow 4.5s ease-in-out infinite;
        opacity: 0.65;
        filter: blur(0.5px);
    }
.homepage-section-divider__pulse {
        left: 0;
        background: linear-gradient(
            90deg,
            transparent,
            rgba(126, 200, 245, 0.95),
            rgba(0, 123, 255, 0.85),
            rgba(126, 200, 245, 0.95),
            transparent
        );
        box-shadow:
            0 0 10px rgba(0, 123, 255, 0.55),
            0 0 22px rgba(126, 200, 245, 0.25);
        animation: homepage-divider-pulse 5.5s linear infinite;
    }
@keyframes homepage-divider-glow {
        0%,
        100% {
            background-position: -35% 0;
        }

        50% {
            background-position: 135% 0;
        }
    }
@keyframes homepage-divider-pulse {
        0% {
            left: -10%;
            opacity: 0;
        }

        8% {
            opacity: 1;
        }

        92% {
            opacity: 1;
        }

        100% {
            left: 110%;
            opacity: 0;
        }
    }
.homepage-section--dark .homepage-interactive-card,
    .homepage-interactive-card {
        transition: border-color 0.28s ease;
    }
.homepage-section--dark .homepage-interactive-card {
        background-color: #000000;
        border-color: rgba(0, 123, 255, 0.28);
        box-shadow:
            0 0 0 1px rgba(0, 123, 255, 0.05),
            0 8px 32px rgba(0, 0, 0, 0.45);
    }
.homepage-section--dark .homepage-interactive-card:hover {
        border-color: rgba(0, 123, 255, 0.55);
    }
.homepage-section--dark .homepage-interactive-chip {
        background-color: rgba(255, 255, 255, 0.14);
        border-color: rgba(255, 255, 255, 0.3);
    }
.homepage-section--dark .homepage-interactive-chip:hover {
        border-color: rgba(126, 200, 245, 0.58);
        background: rgba(255, 255, 255, 0.2);
    }
.homepage-section--dark .homepage-section__grid {
        opacity: 0.42;
    }
.homepage-section--dark .contact-panel {
        background-color: rgba(255, 255, 255, 0.16);
        border-color: rgba(255, 255, 255, 0.32);
        box-shadow:
            0 6px 28px rgba(0, 0, 0, 0.28),
            inset 0 1px 0 rgba(255, 255, 255, 0.16);
    }
.homepage-section--light .contact-panel {
        background-color: #fff;
        border-color: rgb(229 231 235);
        box-shadow: 0 4px 24px rgba(34, 61, 117, 0.08);
    }
.homepage-section--light .contact-panel h2,
    .homepage-section--light .contact-panel dt,
    .homepage-section--light .contact-panel .text-white {
        color: #223d75;
    }
.homepage-section--light .contact-panel .text-white\/70,
    .homepage-section--light .contact-panel .text-white\/80,
    .homepage-section--light .contact-panel .text-white\/85,
    .homepage-section--light .contact-panel .text-white\/75,
    .homepage-section--light .contact-panel .text-white\/60,
    .homepage-section--light .contact-panel .text-white\/55 {
        color: rgb(75 85 99);
    }
.homepage-section--light .contact-panel a.text-\[\#7ec8f5\]:hover {
        color: #223d75;
    }
.homepage-section--light .contact-panel .border-white\/15,
    .homepage-section--light .contact-panel .border-white\/20 {
        border-color: rgb(229 231 235);
    }
.homepage-section--light .contact-panel .border-white\/20.px-3 {
        border-color: rgb(209 213 219);
        color: rgb(55 65 81);
    }
.homepage-section--light .text-white {
        color: #223d75;
    }
.homepage-section--light .text-white\/75,
    .homepage-section--light .text-white\/70,
    .homepage-section--light .text-white\/65,
    .homepage-section--light .text-white\/60,
    .homepage-section--light .text-white\/50 {
        color: rgb(75 85 99);
    }
.homepage-section--light .border-white\/10,
    .homepage-section--light .border-white\/15 {
        border-color: rgb(229 231 235);
    }
.homepage-section--light .bg-white\/5 {
        background-color: rgb(249 250 251);
    }
.homepage-section--light .border-dashed.border-white\/15 {
        border-color: rgb(209 213 219);
    }
.homepage-section--light .homepage-interactive-card {
        background-color: #fff;
        border-color: rgb(229 231 235);
        box-shadow: 0 4px 20px rgba(34, 61, 117, 0.08);
    }
.homepage-section--light .homepage-interactive-card:hover {
        border-color: rgba(52, 125, 192, 0.35);
        background-color: #fff;
    }
.homepage-section--light label .text-white\/85,
    .homepage-section--light label .text-white\/75 {
        color: rgb(55 65 81);
    }
/* Section headers — theme-aware typography */
.homepage-section-header__eyebrow {
        color: #7ec8f5;
    }
.homepage-section--dark .homepage-section-header__eyebrow {
        color: #7ec8f5;
    }
.homepage-section--light .homepage-section-header__title {
        color: #223d75;
    }
.homepage-section--light .homepage-section-header__subtitle,
    .homepage-section--light .homepage-section-header__content {
        color: #4b5563;
    }
.homepage-section--dark .homepage-section-header__title {
        color: #ffffff;
    }
.homepage-section--dark .homepage-section-header__subtitle {
        color: rgba(255, 255, 255, 0.78);
    }
.homepage-section--dark .homepage-section-header__content {
        color: rgba(255, 255, 255, 0.65);
    }
/* Number badges on navy background */
.homepage-section-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #223d75;
        color: #ffffff;
        font-weight: 700;
    }
.homepage-section--dark .homepage-section-badge {
        background-color: rgba(52, 125, 192, 0.35);
        color: #ffffff;
    }
.homepage-interactive-card__icon {
        transition: none;
    }
.homepage-section--light .homepage-interactive-card:hover,
    .homepage-card.homepage-interactive-card:hover {
        border-color: rgba(52, 125, 192, 0.45);
    }
.homepage-interactive-chip:hover {
        transform: translateY(-2px);
        border-color: rgba(126, 200, 245, 0.45);
        background: rgba(255, 255, 255, 0.1);
    }
.homepage-interactive-chip {
        transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    }
.homepage-testimonial-card:hover {
        border-color: rgba(0, 123, 255, 0.55);
    }
.homepage-dark-highlight {
        transition: transform 0.2s ease, color 0.2s ease;
    }
.homepage-dark-highlight:hover {
        transform: translateX(4px);
        color: #fff;
    }
.homepage-dark-highlight:hover .homepage-dark-highlight__icon {
        transform: scale(1.15);
        background: rgba(0, 123, 255, 0.3);
    }
.homepage-dark-highlight__icon {
        transition: transform 0.2s ease, background 0.2s ease;
    }
/* Dark public header — homepage */
.public-header--dark .public-header__link,
    .public-header--dark .public-header__trigger {
        color: rgba(255, 255, 255, 0.72);
    }
.public-header--dark .public-header__link:hover,
    .public-header--dark .public-header__trigger:hover,
    .public-header--dark .public-header__menu:hover .public-header__trigger,
    .public-header--dark .public-header__menu:focus-within .public-header__trigger {
        color: #fff;
        background: rgba(255, 255, 255, 0.08);
    }
.public-header--dark .public-header__link--active,
    .public-header--dark .public-header__trigger--active {
        color: #7ec8f5;
        background: rgba(0, 123, 255, 0.12);
    }
.public-header--dark .public-header__link--active::after,
    .public-header--dark .public-header__trigger--active::after {
        background: #007bff;
    }
.public-header--dark .public-header__chevron {
        color: rgba(255, 255, 255, 0.45);
    }
.public-header--dark .public-header__menu:hover .public-header__chevron,
    .public-header--dark .public-header__menu:focus-within .public-header__chevron {
        color: #7ec8f5;
    }
.public-header--dark .public-header__dropdown {
        border-color: rgba(255, 255, 255, 0.1);
        background: rgba(5, 10, 20, 0.96);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
    }
.public-header--dark .public-header__dropdown-link {
        color: rgba(255, 255, 255, 0.7);
    }
.public-header--dark .public-header__dropdown-link:hover {
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
    }
.public-header--dark .public-header__dropdown-link--active {
        background: rgba(0, 123, 255, 0.15);
        color: #7ec8f5;
    }
.public-header--dark .public-header__cta {
        background: #007bff;
        box-shadow: 0 0 16px rgba(0, 123, 255, 0.3);
    }
.public-header--dark .public-header__cta:hover,
    .public-header--dark .public-header__cta--active {
        background: #0056b3;
    }
.public-header--dark.public-header--scrolled {
        background: rgba(5, 10, 20, 0.95);
        border-color: rgba(0, 123, 255, 0.15);
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
    }
.homepage-shell #mobile-menu a:not(.public-header__cta) {
        color: rgba(255, 255, 255, 0.75);
    }
.homepage-shell #mobile-menu a:not(.public-header__cta):hover {
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
    }
.homepage-shell #mobile-menu p {
        color: rgba(255, 255, 255, 0.35);
    }
.homepage-shell #mobile-menu .border-t {
        border-color: rgba(255, 255, 255, 0.1);
    }
/* GTranslate language switcher — header dropdown */
.gtranslate-switcher.public-header__menu {
        position: relative;
    }
.gtranslate-switcher--header {
        border-radius: 0.5rem;
        border: 1px solid rgba(0, 123, 255, 0.25);
        background: #000;
        padding: 0.125rem;
    }
.gtranslate-switcher--header .gtranslate-switcher__trigger {
        gap: 0.35rem;
        padding: 0.375rem 0.5rem 0.375rem 0.625rem;
        font-size: 0.75rem;
        font-weight: 600;
        letter-spacing: 0.02em;
    }
.gtranslate-switcher__trigger {
        width: 100%;
        border: none;
        cursor: pointer;
        background: transparent;
    }
.gtranslate-switcher__option {
        display: block;
        width: 100%;
        border: none;
        cursor: pointer;
        text-align: left;
        background: transparent;
    }
.gtranslate-switcher__dropdown {
        right: 0;
        left: auto;
        min-width: 9.5rem;
    }
.gtranslate-switcher--open .gtranslate-switcher__dropdown,
    .gtranslate-switcher--open.gtranslate-switcher--header .gtranslate-switcher__dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
.gtranslate-switcher--open .gtranslate-switcher__trigger,
    .gtranslate-switcher--open .public-header__trigger {
        color: #7ec8f5;
        background: rgba(0, 123, 255, 0.12);
    }
.gtranslate-switcher--open .public-header__chevron {
        transform: rotate(180deg);
        color: #7ec8f5;
    }
.public-header--dark .gtranslate-switcher--header .gtranslate-switcher__trigger {
        color: rgba(255, 255, 255, 0.85);
    }
.public-header--dark .gtranslate-switcher--header .gtranslate-switcher__trigger:hover,
    .public-header--dark .gtranslate-switcher--open .gtranslate-switcher__trigger {
        color: #7ec8f5;
        background: rgba(0, 123, 255, 0.12);
    }
/* Public footer — dark UI */
.public-footer__heading {
        position: relative;
        margin-bottom: 1.25rem;
        padding-bottom: 0.75rem;
        font-size: 0.75rem;
        font-weight: 600;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: #ffffff;
    }
.public-footer__heading::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 2rem;
        height: 2px;
        border-radius: 9999px;
        background: linear-gradient(90deg, #007bff, #7ec8f5);
        box-shadow: 0 0 10px rgba(0, 123, 255, 0.45);
    }
.public-footer__link {
        display: inline-block;
        font-size: 0.875rem;
        line-height: 1.25rem;
        color: rgba(255, 255, 255, 0.58);
        transition:
            color 0.2s ease,
            transform 0.2s ease;
    }
.public-footer__link:hover {
        color: #7ec8f5;
        transform: translateX(3px);
    }
.public-footer__legal-link {
        color: rgba(255, 255, 255, 0.45);
        transition: color 0.2s ease;
    }
.public-footer__legal-link:hover {
        color: #7ec8f5;
    }
button.public-footer__legal-link {
        background: none;
        border: none;
        padding: 0;
        font: inherit;
        cursor: pointer;
    }
.public-footer__cta-panel {
        box-shadow:
            0 0 0 1px rgba(0, 123, 255, 0.05),
            0 12px 40px rgba(0, 0, 0, 0.45);
        transition:
            border-color 0.28s ease,
            box-shadow 0.28s ease;
    }
.public-footer__cta-panel:hover {
        border-color: rgba(0, 123, 255, 0.42);
        box-shadow:
            0 0 24px rgba(0, 123, 255, 0.1),
            0 16px 48px rgba(0, 0, 0, 0.5);
    }
.public-footer__social:hover {
        box-shadow: 0 0 16px rgba(0, 123, 255, 0.18);
    }
.public-footer__bottom .homepage-section-divider {
        top: 0;
    }
@media (prefers-reduced-motion: reduce) {
        .homepage-hero__spark,
        .animate-deep-pulse,
        .animate-float {
            animation: none;
        }

        .homepage-hero__spark {
            opacity: 0.45;
        }
    }
.process-timeline__milestone {
        transition: transform 0.25s ease;
    }
.process-timeline__milestone.is-hovered {
        transform: translateY(-3px);
    }
.process-timeline__milestone.is-hovered .process-timeline__node--active,
    .process-timeline__milestone.is-hovered .process-timeline__node--finish {
        transform: scale(1.12);
        box-shadow: 0 0 0 4px #fff, 0 0 20px rgba(52, 125, 192, 0.35);
    }
.process-timeline__node {
        transition: transform 0.25s ease, box-shadow 0.25s ease;
    }
.process-timeline__milestone.is-hovered .process-timeline__title {
        color: #347dc0;
    }
.process-timeline__title {
        transition: color 0.25s ease;
    }
@media (prefers-reduced-motion: reduce) {
        html.has-scroll-reveal [data-reveal] {
            opacity: 1;
            transform: none;
            transition: none;
        }

        .homepage-interactive-card:hover,
        .homepage-section--dark .homepage-interactive-card:hover,
        .homepage-section--light .homepage-interactive-card:hover,
        .process-timeline__milestone.is-hovered {
            transform: none;
        }
    }
.about-prose p + p {
        margin-top: 1rem;
    }
.about-prose ul {
        margin-top: 1rem;
        list-style: none;
        padding: 0;
    }
.about-prose li {
        position: relative;
        padding-left: 1.25rem;
        margin-top: 0.5rem;
    }
.about-prose li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0.55rem;
        height: 0.375rem;
        width: 0.375rem;
        border-radius: 9999px;
        background-color: #347dc0;
    }
.legal-prose {
        color: #374151;
        line-height: 1.75;
        font-size: 0.95rem;
    }
.legal-prose > :first-child {
        margin-top: 0;
    }
.legal-prose h2 {
        margin-top: 2rem;
        margin-bottom: 0.75rem;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid #e8eef7;
        font-size: 1.25rem;
        font-weight: 700;
        color: #223d75;
    }
.legal-prose h2:first-child {
        margin-top: 0;
    }
.legal-prose h3 {
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
        font-size: 1.05rem;
        font-weight: 700;
        color: #223d75;
    }
.legal-prose p {
        margin-top: 0.75rem;
    }
.legal-prose ul,
    .legal-prose ol {
        margin-top: 0.75rem;
        padding-left: 1.25rem;
    }
.legal-prose ul {
        list-style-type: disc;
    }
.legal-prose ol {
        list-style-type: decimal;
    }
.legal-prose li + li {
        margin-top: 0.35rem;
    }
.legal-prose a {
        color: #347dc0;
        text-decoration: underline;
        text-underline-offset: 2px;
    }
.legal-prose a:hover {
        color: #223d75;
    }
.legal-prose strong {
        color: #223d75;
        font-weight: 600;
    }
/* Homepage process timeline */
.process-timeline__scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #347dc0 #e5e7eb;
        padding-bottom: 0.5rem;
    }
.process-timeline__scroll:focus-visible {
        outline: 2px solid #347dc0;
        outline-offset: 4px;
        border-radius: 0.5rem;
    }
.process-timeline__inner {
        position: relative;
        min-width: 56rem;
        padding: 0 0.5rem 1rem;
    }
@media (min-width: 1024px) {
        .process-timeline__inner {
            min-width: 0;
        }
    }
.process-timeline__track {
        position: absolute;
        left: calc(100% / (var(--process-steps) * 2));
        right: calc(100% / (var(--process-steps) * 2));
        top: 2.75rem;
        height: 0.25rem;
        z-index: 0;
    }
.process-timeline__bar {
        position: absolute;
        inset: 0;
        background: #dbeafe;
        border-radius: 9999px;
    }
.process-timeline__bar-fill {
        position: absolute;
        inset: 0 auto 0 0;
        width: 100%;
        background: #347dc0;
        border-radius: 9999px;
    }
.process-timeline__milestones {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: repeat(var(--process-steps), minmax(0, 1fr));
        gap: 0.5rem;
        list-style: none;
        margin: 0;
        padding: 0;
    }
.process-timeline__milestone {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        min-width: 7rem;
    }
.process-timeline__step-label {
        margin-bottom: 0.75rem;
        font-size: 0.75rem;
        font-weight: 600;
        letter-spacing: 0.05em;
        color: #347dc0;
    }
.process-timeline__node {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 9999px;
        border: 2px solid #dbeafe;
        background: #fff;
        color: #cbd5e1;
        flex-shrink: 0;
    }
.process-timeline__node--active {
        border-color: #347dc0;
        background: #347dc0;
        color: #fff;
        box-shadow: 0 0 0 4px #fff;
    }
.process-timeline__node--finish {
        border-color: #347dc0;
        background: #fff;
        color: #347dc0;
        box-shadow: 0 0 0 4px #fff;
    }
.process-timeline__icon {
        width: 1.125rem;
        height: 1.125rem;
    }
.process-timeline__finish-badge {
        font-size: 0.625rem;
        font-weight: 700;
        line-height: 1;
    }
.process-timeline__title {
        margin-top: 1rem;
        font-size: 0.8125rem;
        font-weight: 700;
        line-height: 1.35;
        color: #223d75;
    }
@media (min-width: 640px) {
        .process-timeline__title {
            font-size: 0.875rem;
        }
    }
.process-timeline__subtitle {
        margin-top: 0.375rem;
        max-width: 9rem;
        font-size: 0.6875rem;
        line-height: 1.45;
        color: #6b7280;
    }
@media (min-width: 640px) {
        .process-timeline__subtitle {
            font-size: 0.75rem;
            max-width: 10rem;
        }
    }
/* Process timeline — dark variant */
.process-timeline--dark .process-timeline__scroll {
        scrollbar-color: #347dc0 rgba(255, 255, 255, 0.1);
    }
.process-timeline--dark .process-timeline__step-label {
        color: #7ec8f5;
    }
.process-timeline--dark .process-timeline__bar {
        background: rgba(255, 255, 255, 0.12);
    }
.process-timeline--dark .process-timeline__bar-fill {
        background: #7ec8f5;
    }
.process-timeline--dark .process-timeline__node {
        border-color: rgba(255, 255, 255, 0.2);
        background: #0a1628;
        color: rgba(255, 255, 255, 0.35);
    }
.process-timeline--dark .process-timeline__node--active {
        border-color: #7ec8f5;
        background: #347dc0;
        color: #fff;
        box-shadow: 0 0 0 4px #050d1a, 0 0 16px rgba(126, 200, 245, 0.35);
    }
.process-timeline--dark .process-timeline__node--finish {
        border-color: #7ec8f5;
        background: #050d1a;
        color: #7ec8f5;
        box-shadow: 0 0 0 4px #050d1a;
    }
.process-timeline--dark .process-timeline__title {
        color: #fff;
    }
.process-timeline--dark .process-timeline__subtitle {
        color: rgba(255, 255, 255, 0.55);
    }
.process-timeline--dark .process-timeline__milestone.is-hovered .process-timeline__title {
        color: #7ec8f5;
    }
/* Dark section pagination */
.homepage-section--dark .pagination-dark p,
    .homepage-section--dark .pagination-dark span,
    .homepage-section--dark .pagination-dark a {
        color: rgba(255, 255, 255, 0.65);
    }
.homepage-section--dark .pagination-dark a:hover {
        color: #7ec8f5;
    }
.homepage-section--dark .pagination-dark .bg-white,
    .homepage-section--dark .pagination-dark [class*='bg-white'] {
        background-color: rgba(255, 255, 255, 0.06) !important;
        border-color: rgba(255, 255, 255, 0.15) !important;
        color: rgba(255, 255, 255, 0.75) !important;
    }
.homepage-section--dark .pagination-dark [aria-current='page'] span {
        background-color: #347dc0 !important;
        border-color: #7ec8f5 !important;
        color: #fff !important;
    }
/* Dark section forms */
.homepage-section--dark .form-control {
        border-color: rgba(255, 255, 255, 0.15);
        background-color: rgba(255, 255, 255, 0.06);
        color: #fff;
    }
.homepage-section--dark .form-control::-moz-placeholder {
        color: rgba(255, 255, 255, 0.35);
    }
.homepage-section--dark .form-control::placeholder {
        color: rgba(255, 255, 255, 0.35);
    }
.homepage-section--dark .form-control:focus {
        border-color: rgba(126, 200, 245, 0.5);
        box-shadow: 0 0 0 3px rgba(126, 200, 245, 0.15);
    }
.homepage-section--dark .form-checkbox {
        border-color: rgba(255, 255, 255, 0.25);
        background-color: rgba(255, 255, 255, 0.06);
    }
/* Public header */
.public-header__bar {
        display: grid;
        grid-template-columns: minmax(11rem, 1fr) auto minmax(11rem, 1fr);
        align-items: center;
        -moz-column-gap: 1rem;
             column-gap: 1rem;
        height: 4.25rem;
        overflow: visible;
    }
@media (min-width: 1280px) {
        .public-header__bar {
            grid-template-columns: minmax(13rem, 1fr) auto minmax(13rem, 1fr);
            -moz-column-gap: 1.5rem;
                 column-gap: 1.5rem;
        }
    }
.public-header__brand {
        justify-self: start;
    }
.public-header__nav {
        justify-self: center;
        display: flex;
        align-items: center;
        gap: 0.125rem;
        overflow: visible;
    }
.public-header__menu {
        position: relative;
    }
.public-header__menu::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 0.625rem;
    }
.public-header__menu:hover .public-header__trigger,
    .public-header__menu:focus-within .public-header__trigger {
        color: #223d75;
        background: #f3f4f6;
    }
.public-header__menu:hover .public-header__chevron,
    .public-header__menu:focus-within .public-header__chevron {
        transform: rotate(180deg);
        color: #223d75;
    }
.public-header__actions {
        justify-self: end;
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }
.public-header__link,
    .public-header__trigger {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 0.25rem;
        padding: 0.5rem 0.75rem;
        border-radius: 0.5rem;
        font-size: 0.875rem;
        font-weight: 600;
        line-height: 1.25rem;
        letter-spacing: -0.01em;
        color: #4b5563;
        transition: color 0.2s ease, background-color 0.2s ease;
        white-space: nowrap;
    }
.public-header__link:hover,
    .public-header__trigger:hover {
        color: #223d75;
        background: #f3f4f6;
    }
.public-header__link--active,
    .public-header__trigger--active {
        color: #223d75;
        background: rgba(34, 61, 117, 0.06);
    }
.public-header__link--active::after,
    .public-header__trigger--active::after {
        content: "";
        position: absolute;
        left: 0.75rem;
        right: 0.75rem;
        bottom: 0.25rem;
        height: 2px;
        border-radius: 9999px;
        background: #347dc0;
    }
.public-header__chevron {
        width: 0.875rem;
        height: 0.875rem;
        color: #9ca3af;
        transition: transform 0.2s ease, color 0.2s ease;
    }
.public-header__dropdown {
        position: absolute;
        left: 0;
        top: calc(100% + 0.5rem);
        z-index: 60;
        min-width: 100%;
        width: -moz-max-content;
        width: max-content;
        opacity: 0;
        visibility: hidden;
        transform: translateY(0.375rem);
        transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
        border-radius: 0.75rem;
        border: 1px solid #e5e7eb;
        background: #fff;
        padding: 0.375rem;
        box-shadow: 0 12px 28px rgba(15, 36, 71, 0.14);
        pointer-events: none;
    }
.public-header__menu:hover .public-header__dropdown,
    .public-header__menu:focus-within .public-header__dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
.public-header__dropdown-link {
        display: block;
        border-radius: 0.5rem;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.25rem;
        color: #4b5563;
        transition: background-color 0.15s ease, color 0.15s ease;
    }
.public-header__dropdown-link:hover {
        background: #f9fafb;
        color: #223d75;
    }
.public-header__dropdown-link--active {
        background: rgba(34, 61, 117, 0.08);
        color: #223d75;
        font-weight: 600;
    }
.public-header__cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 2.5rem;
        padding: 0 1.125rem;
        border-radius: 0.625rem;
        background: #347dc0;
        font-size: 0.875rem;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.01em;
        color: #fff;
        box-shadow: 0 1px 2px rgba(15, 36, 71, 0.08);
        transition: background-color 0.2s ease;
        white-space: nowrap;
    }
.public-header__cta:hover {
        background: #223d75;
    }
.public-header__cta--active {
        background: #223d75;
    }
/* Regional map — Why Atlantium */
.regional-map-section__spotlight {
        box-shadow: inset 0 1px 0 rgba(126, 200, 245, 0.08);
    }
.regional-map-section__dots {
        width: 100%;
    }
.regional-map-section__dot {
        min-width: 0;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
    }
.regional-map-section__dot-circle {
        transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    }
.regional-map-section__dot--idle .regional-map-section__dot-circle {
        border-color: rgba(255, 255, 255, 0.15);
        background: rgba(255, 255, 255, 0.05);
        color: #7ec8f5;
    }
.regional-map-section__dot--idle:hover .regional-map-section__dot-circle {
        border-color: rgba(126, 200, 245, 0.45);
        background: rgba(255, 255, 255, 0.1);
        transform: scale(1.08);
    }
.regional-map-section__dot--active .regional-map-section__dot-circle {
        border-color: #7ec8f5;
        background: rgba(52, 125, 192, 0.35);
        color: #fff;
        box-shadow: 0 0 0 3px rgba(126, 200, 245, 0.2), 0 0 16px rgba(52, 125, 192, 0.35);
        transform: scale(1.1);
    }
.regional-map-section__dot--active span:last-child {
        color: rgba(255, 255, 255, 0.9);
        font-weight: 600;
    }
.regional-map-section__marker circle {
        transition: r 0.2s ease, stroke-width 0.2s ease;
    }
.regional-map-section__zone-pulse {
        opacity: 0.22;
        animation: regional-zone-pulse 2.4s ease-in-out infinite;
    }
@keyframes regional-zone-pulse {
        0%, 100% { opacity: 0.15; }
        50% { opacity: 0.35; }
    }
.regional-map-section__overlay {
        pointer-events: none;
    }
.regional-map-section__marker {
        pointer-events: all;
    }
/* Industries page */
.industries-showcase__dot {
        min-width: 0;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
    }
.industries-showcase__dot-circle {
        color: #7ec8f5;
        transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    }
.industries-showcase__dot--idle .industries-showcase__dot-circle {
        border-color: rgba(255, 255, 255, 0.15);
        background: rgba(255, 255, 255, 0.05);
    }
.industries-showcase__dot--idle:hover .industries-showcase__dot-circle {
        border-color: rgba(126, 200, 245, 0.45);
        background: rgba(255, 255, 255, 0.1);
        transform: scale(1.08);
    }
.industries-showcase__dot--active .industries-showcase__dot-circle {
        border-color: #7ec8f5;
        background: rgba(52, 125, 192, 0.35);
        color: #fff;
        box-shadow: 0 0 0 3px rgba(126, 200, 245, 0.2), 0 0 16px rgba(52, 125, 192, 0.35);
        transform: scale(1.1);
    }
.industries-showcase__spotlight {
        box-shadow: inset 0 1px 0 rgba(126, 200, 245, 0.08);
    }
.industries-showcase__card--idle {
        border-color: rgba(255, 255, 255, 0.08);
        background: rgba(255, 255, 255, 0.03);
    }
.industries-showcase__card--idle:hover {
        border-color: rgba(126, 200, 245, 0.25);
        background: rgba(255, 255, 255, 0.06);
    }
.industries-showcase__card--active {
        border-color: rgba(126, 200, 245, 0.45);
        background: rgba(52, 125, 192, 0.15);
        box-shadow: 0 0 0 1px rgba(126, 200, 245, 0.12);
    }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-0\.5 {
  bottom: -0.125rem;
}
.-bottom-4 {
  bottom: -1rem;
}
.-left-20 {
  left: -5rem;
}
.-left-32 {
  left: -8rem;
}
.-left-4 {
  left: -1rem;
}
.-left-6 {
  left: -1.5rem;
}
.-left-\[10000px\] {
  left: -10000px;
}
.-right-0\.5 {
  right: -0.125rem;
}
.-right-10 {
  right: -2.5rem;
}
.-right-2 {
  right: -0.5rem;
}
.-right-20 {
  right: -5rem;
}
.-right-24 {
  right: -6rem;
}
.-right-4 {
  right: -1rem;
}
.-right-6 {
  right: -1.5rem;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-4 {
  top: -1rem;
}
.-top-6 {
  top: -1.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1\/4 {
  bottom: 25%;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-16 {
  bottom: 4rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-1\/4 {
  left: 25%;
}
.left-16 {
  left: 4rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-5 {
  left: 1.25rem;
}
.left-\[12\%\] {
  left: 12%;
}
.right-0 {
  right: 0px;
}
.right-16 {
  right: 4rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-\[12\%\] {
  right: 12%;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/4 {
  top: 25%;
}
.top-10 {
  top: 2.5rem;
}
.top-16 {
  top: 4rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-20 {
  top: 5rem;
}
.top-24 {
  top: 6rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-\[4\.25rem\] {
  top: 4.25rem;
}
.isolate {
  isolation: isolate;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[9998\] {
  z-index: 9998;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-full {
  grid-column: 1 / -1;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mb-px {
  margin-bottom: -1px;
}
.-ml-px {
  margin-left: -1px;
}
.-mr-0\.5 {
  margin-right: -0.125rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mt-px {
  margin-top: -1px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}
.aspect-\[2\/1\] {
  aspect-ratio: 2/1;
}
.aspect-\[21\/9\] {
  aspect-ratio: 21/9;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-44 {
  height: 11rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-52 {
  height: 13rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[25vh\] {
  height: 25vh;
}
.h-\[29vh\] {
  height: 29vh;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[31vh\] {
  height: 31vh;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[72px\] {
  height: 72px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-12 {
  max-height: 3rem;
}
.max-h-24 {
  max-height: 6rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[13rem\] {
  max-height: 13rem;
}
.max-h-\[16rem\] {
  max-height: 16rem;
}
.max-h-\[18rem\] {
  max-height: 18rem;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[100svh\] {
  min-height: 100svh;
}
.min-h-\[11rem\] {
  min-height: 11rem;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[13rem\] {
  min-height: 13rem;
}
.min-h-\[14rem\] {
  min-height: 14rem;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[20rem\] {
  min-height: 20rem;
}
.min-h-\[220px\] {
  min-height: 220px;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[280px\] {
  min-height: 280px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/4 {
  width: 75%;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-\[26rem\] {
  width: 26rem;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[28rem\] {
  width: 28rem;
}
.w-\[32rem\] {
  width: 32rem;
}
.w-\[72px\] {
  width: 72px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[1rem\] {
  min-width: 1rem;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-full {
  min-width: 100%;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[min\(92vw\2c 30rem\)\] {
  max-width: min(92vw,30rem);
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.origin-top {
  transform-origin: top;
}
.origin-top-left {
  transform-origin: top left;
}
.origin-top-right {
  transform-origin: top right;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/4 {
  --tw-translate-x: 25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-4 {
  --tw-translate-y: 1rem;
  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-6 {
  --tw-translate-y: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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-default {
  cursor: default;
}
.cursor-move {
  cursor: move;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.touch-none {
  touch-action: none;
}
.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-center {
  scroll-snap-align: center;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-px {
  gap: 1px;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-2\.5 {
  row-gap: 0.625rem;
}
.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-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-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-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * 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-5 > :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));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-clip {
  overflow-x: clip;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#007bff\]\/15 {
  border-color: rgb(0 123 255 / 0.15);
}
.border-\[\#007bff\]\/20 {
  border-color: rgb(0 123 255 / 0.2);
}
.border-\[\#007bff\]\/25 {
  border-color: rgb(0 123 255 / 0.25);
}
.border-\[\#007bff\]\/35 {
  border-color: rgb(0 123 255 / 0.35);
}
.border-\[\#223d75\] {
  --tw-border-opacity: 1;
  border-color: rgb(34 61 117 / var(--tw-border-opacity, 1));
}
.border-\[\#223d75\]\/20 {
  border-color: rgb(34 61 117 / 0.2);
}
.border-\[\#347dc0\] {
  --tw-border-opacity: 1;
  border-color: rgb(52 125 192 / var(--tw-border-opacity, 1));
}
.border-\[\#347dc0\]\/20 {
  border-color: rgb(52 125 192 / 0.2);
}
.border-\[\#347dc0\]\/30 {
  border-color: rgb(52 125 192 / 0.3);
}
.border-\[\#7ec8f5\] {
  --tw-border-opacity: 1;
  border-color: rgb(126 200 245 / var(--tw-border-opacity, 1));
}
.border-\[\#7ec8f5\]\/20 {
  border-color: rgb(126 200 245 / 0.2);
}
.border-\[\#7ec8f5\]\/25 {
  border-color: rgb(126 200 245 / 0.25);
}
.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-emerald-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.border-emerald-500 {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-green-400\/30 {
  border-color: rgb(74 222 128 / 0.3);
}
.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-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3);
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(52 125 192 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}
.bg-\[\#007bff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#007bff\]\/10 {
  background-color: rgb(0 123 255 / 0.1);
}
.bg-\[\#007bff\]\/15 {
  background-color: rgb(0 123 255 / 0.15);
}
.bg-\[\#007bff\]\/20 {
  background-color: rgb(0 123 255 / 0.2);
}
.bg-\[\#007bff\]\/30 {
  background-color: rgb(0 123 255 / 0.3);
}
.bg-\[\#0147d6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 71 214 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0147d6\]\/10 {
  background-color: rgb(1 71 214 / 0.1);
}
.bg-\[\#0147d6\]\/5 {
  background-color: rgb(1 71 214 / 0.05);
}
.bg-\[\#050a14\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 10 20 / var(--tw-bg-opacity, 1));
}
.bg-\[\#050a14\]\/70 {
  background-color: rgb(5 10 20 / 0.7);
}
.bg-\[\#050a14\]\/80 {
  background-color: rgb(5 10 20 / 0.8);
}
.bg-\[\#050a14\]\/85 {
  background-color: rgb(5 10 20 / 0.85);
}
.bg-\[\#050a14\]\/90 {
  background-color: rgb(5 10 20 / 0.9);
}
.bg-\[\#050d1a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 13 26 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0a1628\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 22 40 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0a1628\]\/70 {
  background-color: rgb(10 22 40 / 0.7);
}
.bg-\[\#0a1830\]\/50 {
  background-color: rgb(10 24 48 / 0.5);
}
.bg-\[\#0a1830\]\/60 {
  background-color: rgb(10 24 48 / 0.6);
}
.bg-\[\#0a1830\]\/70 {
  background-color: rgb(10 24 48 / 0.7);
}
.bg-\[\#0a1830\]\/75 {
  background-color: rgb(10 24 48 / 0.75);
}
.bg-\[\#0a1830\]\/80 {
  background-color: rgb(10 24 48 / 0.8);
}
.bg-\[\#0a1830\]\/90 {
  background-color: rgb(10 24 48 / 0.9);
}
.bg-\[\#223d75\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 61 117 / var(--tw-bg-opacity, 1));
}
.bg-\[\#223d75\]\/10 {
  background-color: rgb(34 61 117 / 0.1);
}
.bg-\[\#347dc0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(52 125 192 / var(--tw-bg-opacity, 1));
}
.bg-\[\#347dc0\]\/10 {
  background-color: rgb(52 125 192 / 0.1);
}
.bg-\[\#347dc0\]\/15 {
  background-color: rgb(52 125 192 / 0.15);
}
.bg-\[\#347dc0\]\/20 {
  background-color: rgb(52 125 192 / 0.2);
}
.bg-\[\#347dc0\]\/25 {
  background-color: rgb(52 125 192 / 0.25);
}
.bg-\[\#347dc0\]\/30 {
  background-color: rgb(52 125 192 / 0.3);
}
.bg-\[\#347dc0\]\/5 {
  background-color: rgb(52 125 192 / 0.05);
}
.bg-\[\#347dc0\]\/50 {
  background-color: rgb(52 125 192 / 0.5);
}
.bg-\[\#F9FAFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-gray-50\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-600\/75 {
  background-color: rgb(75 85 99 / 0.75);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}
.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.bg-secondary\/10 {
  background-color: rgb(52 125 192 / 0.1);
}
.bg-secondary\/5 {
  background-color: rgb(52 125 192 / 0.05);
}
.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-\[radial-gradient\(ellipse_at_15\%_20\%\2c \#0d2847_0\%\2c \#050a14_42\%\2c \#02060f_100\%\)\] {
  background-image: radial-gradient(ellipse at 15% 20%,#0d2847 0%,#050a14 42%,#02060f 100%);
}
.bg-\[radial-gradient\(ellipse_at_20\%_20\%\2c \#0d2847_0\%\2c \#050a14_45\%\2c \#02060f_100\%\)\] {
  background-image: radial-gradient(ellipse at 20% 20%,#0d2847 0%,#050a14 45%,#02060f 100%);
}
.bg-\[radial-gradient\(ellipse_at_25\%_0\%\2c \#0d2847_0\%\2c \#050a14_48\%\2c \#02060f_100\%\)\] {
  background-image: radial-gradient(ellipse at 25% 0%,#0d2847 0%,#050a14 48%,#02060f 100%);
}
.bg-\[radial-gradient\(ellipse_at_80\%_50\%\2c \#0d2847_0\%\2c \#050a14_55\%\2c \#02060f_100\%\)\] {
  background-image: radial-gradient(ellipse at 80% 50%,#0d2847 0%,#050a14 55%,#02060f 100%);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#007bff\] {
  --tw-gradient-from: #007bff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 123 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#050a14\]\/90 {
  --tw-gradient-from: rgb(5 10 20 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 10 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#050a14\]\/95 {
  --tw-gradient-from: rgb(5 10 20 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 10 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0a1628\] {
  --tw-gradient-from: #0a1628 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 22 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0a1628\]\/90 {
  --tw-gradient-from: rgb(10 22 40 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 22 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0a1830\] {
  --tw-gradient-from: #0a1830 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 24 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0d2847\] {
  --tw-gradient-from: #0d2847 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 40 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#223d75\] {
  --tw-gradient-from: #223d75 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 61 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#223d75\]\/30 {
  --tw-gradient-from: rgb(34 61 117 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 61 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#223d75\]\/40 {
  --tw-gradient-from: rgb(34 61 117 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 61 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#347dc0\] {
  --tw-gradient-from: #347dc0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 125 192 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#e8eef7\] {
  --tw-gradient-from: #e8eef7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 238 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/80 {
  --tw-gradient-from: rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100 {
  --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50\/90 {
  --tw-gradient-from: rgb(249 250 251 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900 {
  --tw-gradient-from: #111827 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-200 {
  --tw-gradient-from: #bae6fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#050a14\] {
  --tw-gradient-to: rgb(5 10 20 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #050a14 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#050a14\]\/55 {
  --tw-gradient-to: rgb(5 10 20 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(5 10 20 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#050a14\]\/80 {
  --tw-gradient-to: rgb(5 10 20 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(5 10 20 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#347dc0\]\/30 {
  --tw-gradient-to: rgb(52 125 192 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(52 125 192 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#347dc0\]\/50 {
  --tw-gradient-to: rgb(52 125 192 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(52 125 192 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#7ec8f5\] {
  --tw-gradient-to: rgb(126 200 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7ec8f5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black\/40 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-blue-200 {
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-gray-900\/40 {
  --tw-gradient-to: rgb(17 24 39 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-indigo-500 {
  --tw-gradient-to: rgb(99 102 241 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent 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-\[\#007bff\]\/20 {
  --tw-gradient-to: rgb(0 123 255 / 0.2) var(--tw-gradient-to-position);
}
.to-\[\#007bff\]\/30 {
  --tw-gradient-to: rgb(0 123 255 / 0.3) var(--tw-gradient-to-position);
}
.to-\[\#050a14\]\/30 {
  --tw-gradient-to: rgb(5 10 20 / 0.3) var(--tw-gradient-to-position);
}
.to-\[\#050a14\]\/45 {
  --tw-gradient-to: rgb(5 10 20 / 0.45) var(--tw-gradient-to-position);
}
.to-\[\#0d2847\] {
  --tw-gradient-to: #0d2847 var(--tw-gradient-to-position);
}
.to-\[\#152a52\] {
  --tw-gradient-to: #152a52 var(--tw-gradient-to-position);
}
.to-\[\#1e3462\] {
  --tw-gradient-to: #1e3462 var(--tw-gradient-to-position);
}
.to-\[\#347dc0\] {
  --tw-gradient-to: #347dc0 var(--tw-gradient-to-position);
}
.to-\[\#347dc0\]\/30 {
  --tw-gradient-to: rgb(52 125 192 / 0.3) var(--tw-gradient-to-position);
}
.to-\[\#d4e4f5\] {
  --tw-gradient-to: #d4e4f5 var(--tw-gradient-to-position);
}
.to-gray-200 {
  --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
}
.to-slate-200 {
  --tw-gradient-to: #e2e8f0 var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-violet-500 {
  --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
}
.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-amber-500 {
  fill: #f59e0b;
}
.fill-black {
  fill: #000;
}
.fill-indigo-500 {
  fill: #6366f1;
}
.stroke-gray-400 {
  stroke: #9ca3af;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-10 {
  padding: 2.5rem;
}
.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-8 {
  padding: 2rem;
}
.p-\[3px\] {
  padding: 3px;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.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;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 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-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.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-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-bottom {
  vertical-align: bottom;
}
.font-sans {
  font-family: ui-sans-serif, -apple-system, system-ui, Segoe UI, Helvetica, Apple Color Emoji, Arial, sans-serif, Segoe UI Emoji, Segoe UI Symbol;
}
.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-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-\[1\.06\] {
  line-height: 1.06;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}
.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#0077b5\] {
  --tw-text-opacity: 1;
  color: rgb(0 119 181 / var(--tw-text-opacity, 1));
}
.text-\[\#007bff\]\/20 {
  color: rgb(0 123 255 / 0.2);
}
.text-\[\#007bff\]\/30 {
  color: rgb(0 123 255 / 0.3);
}
.text-\[\#0147d6\] {
  --tw-text-opacity: 1;
  color: rgb(1 71 214 / var(--tw-text-opacity, 1));
}
.text-\[\#1877f2\] {
  --tw-text-opacity: 1;
  color: rgb(24 119 242 / var(--tw-text-opacity, 1));
}
.text-\[\#1da1f2\] {
  --tw-text-opacity: 1;
  color: rgb(29 161 242 / var(--tw-text-opacity, 1));
}
.text-\[\#223d75\] {
  --tw-text-opacity: 1;
  color: rgb(34 61 117 / var(--tw-text-opacity, 1));
}
.text-\[\#347dc0\] {
  --tw-text-opacity: 1;
  color: rgb(52 125 192 / var(--tw-text-opacity, 1));
}
.text-\[\#347dc0\]\/40 {
  color: rgb(52 125 192 / 0.4);
}
.text-\[\#7ec8f5\] {
  --tw-text-opacity: 1;
  color: rgb(126 200 245 / var(--tw-text-opacity, 1));
}
.text-\[\#7ec8f5\]\/30 {
  color: rgb(126 200 245 / 0.3);
}
.text-\[\#7ec8f5\]\/40 {
  color: rgb(126 200 245 / 0.4);
}
.text-\[\#7ec8f5\]\/80 {
  color: rgb(126 200 245 / 0.8);
}
.text-\[\#7ec8f5\]\/90 {
  color: rgb(126 200 245 / 0.9);
}
.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-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-200 {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(34 61 117 / var(--tw-text-opacity, 1));
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(52 125 192 / var(--tw-text-opacity, 1));
}
.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-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-white\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-white\/15 {
  color: rgb(255 255 255 / 0.15);
}
.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.decoration-\[\#7ec8f5\]\/40 {
  text-decoration-color: rgb(126 200 245 / 0.4);
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-35 {
  opacity: 0.35;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-\[0\.18\] {
  opacity: 0.18;
}
.opacity-\[0\.35\] {
  opacity: 0.35;
}
.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_12px_rgba\(52\2c 125\2c 192\2c 0\.45\)\] {
  --tw-shadow: 0 0 12px rgba(52,125,192,0.45);
  --tw-shadow-colored: 0 0 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_8px_rgba\(0\2c 123\2c 255\2c 0\.6\)\] {
  --tw-shadow: 0 0 8px rgba(0,123,255,0.6);
  --tw-shadow-colored: 0 0 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_8px_rgba\(52\2c 125\2c 192\2c 0\.45\)\] {
  --tw-shadow: 0 0 8px rgba(52,125,192,0.45);
  --tw-shadow-colored: 0 0 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_12px_40px_rgba\(0\2c 0\2c 0\2c 0\.45\)\] {
  --tw-shadow: 0 12px 40px rgba(0,0,0,0.45);
  --tw-shadow-colored: 0 12px 40px 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_20px_60px_-15px_rgba\(15\2c 23\2c 42\2c 0\.12\)\] {
  --tw-shadow: 0 20px 60px -15px rgba(15,23,42,0.12);
  --tw-shadow-colored: 0 20px 60px -15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.shadow-\[\#007bff\]\/25 {
  --tw-shadow-color: rgb(0 123 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-\[\#223d75\]\/20 {
  --tw-shadow-color: rgb(34 61 117 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-\[\#347dc0\]\/30 {
  --tw-shadow-color: rgb(52 125 192 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/20 {
  --tw-shadow-color: rgb(59 130 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-500\/25 {
  --tw-shadow-color: rgb(59 130 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-\[\#007bff\]\/20 {
  --tw-ring-color: rgb(0 123 255 / 0.2);
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}
.ring-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}
.ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1));
}
.ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.blur-2xl {
  --tw-blur: blur(40px);
  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-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-\[100px\] {
  --tw-blur: blur(100px);
  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-\[80px\] {
  --tw-blur: blur(80px);
  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-\[90px\] {
  --tw-blur: blur(90px);
  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);
}
.brightness-110 {
  --tw-brightness: brightness(1.1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  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, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

[x-cloak] {
    display: none !important;
}

/* ------------------------------------------------------------------
   Section typography overrides (outside @layer — beats Tailwind utils)
   ------------------------------------------------------------------ */

/* —— Light sections —— */
.homepage-section--light {
    color: #374151;
}

.homepage-section--light h1,
.homepage-section--light h2,
.homepage-section--light h3,
.homepage-section--light h4 {
    color: #223d75 !important;
}

.homepage-section--light .text-white\/85,
.homepage-section--light .text-white\/80,
.homepage-section--light .text-white\/75,
.homepage-section--light .text-white\/70,
.homepage-section--light .text-white\/65,
.homepage-section--light .text-white\/60,
.homepage-section--light .text-white\/55,
.homepage-section--light .text-white\/50,
.homepage-section--light .text-white\/40 {
    color: #4b5563 !important;
}

/* Plain white text on light backgrounds (not buttons) */
.homepage-section--light .text-white:not([class*='bg-[#347dc0]']):not([class*='bg-[#223d75]']):not(.homepage-btn):not(.homepage-btn--outline-light) {
    color: #223d75 !important;
}

.homepage-section--light .text-gray-300 {
    color: #6b7280 !important;
}

.homepage-section--light .text-\[\#7ec8f5\] {
    color: #347dc0 !important;
}

.homepage-section--light .homepage-interactive-card h2,
.homepage-section--light .homepage-interactive-card h3,
.homepage-section--light .homepage-interactive-card h4,
.homepage-section--light .homepage-interactive-card .text-\[\#223d75\] {
    color: #223d75 !important;
}

.homepage-section--light .homepage-interactive-card p,
.homepage-section--light .homepage-interactive-card .text-gray-600,
.homepage-section--light .homepage-interactive-card .text-gray-500 {
    color: #4b5563 !important;
}

.homepage-section--light .prose,
.homepage-section--light .about-prose,
.homepage-section--light .prose p,
.homepage-section--light .about-prose p,
.homepage-section--light .prose li,
.homepage-section--light .about-prose li {
    color: #374151 !important;
}

.homepage-section--light .prose h2,
.homepage-section--light .prose h3,
.homepage-section--light .prose h4,
.homepage-section--light .about-prose h2,
.homepage-section--light .about-prose h3,
.homepage-section--light .about-prose h4,
.homepage-section--light .prose strong,
.homepage-section--light .about-prose strong {
    color: #223d75 !important;
}

.homepage-section--light .prose a,
.homepage-section--light .about-prose a {
    color: #347dc0 !important;
}

.homepage-section--light .form-control {
    color: #111827;
    background-color: #ffffff;
    border-color: #d1d5db;
}

.homepage-section--light .form-control::-moz-placeholder {
    color: #9ca3af;
}

.homepage-section--light .form-control::placeholder {
    color: #9ca3af;
}

.homepage-section--light .border-white\/10,
.homepage-section--light .border-white\/5 {
    border-color: rgb(229 231 235) !important;
}

.homepage-section--light .bg-white\/5,
.homepage-section--light .bg-white\/10 {
    background-color: #ffffff !important;
}

.homepage-section--light .homepage-interactive-card[class*='bg-gray-50'],
.homepage-section--light li[class*='bg-gray-50'] {
    background-color: #f9fafb !important;
    color: #374151 !important;
}

.homepage-section--light .homepage-interactive-card[class*='bg-gray-50'] .text-gray-700,
.homepage-section--light li[class*='bg-gray-50'] .text-gray-700 {
    color: #374151 !important;
}

/* Nav inside white sidebar cards */
.homepage-section--light .homepage-interactive-card[class*='bg-white'] a.text-gray-600:hover {
    color: #347dc0 !important;
}

/* —— Dark sections —— */
.homepage-section--dark {
    color: rgba(255, 255, 255, 0.82);
}

.homepage-section--dark h1,
.homepage-section--dark h2,
.homepage-section--dark h3,
.homepage-section--dark h4 {
    color: #ffffff;
}

.homepage-section--dark .text-\[\#223d75\]:not(.homepage-btn--secondary):not(.homepage-btn--white):not(.surface-light) {
    color: #ffffff !important;
}

.homepage-section--dark .text-gray-900,
.homepage-section--dark .text-gray-800,
.homepage-section--dark .text-gray-700,
.homepage-section--dark .text-gray-600,
.homepage-section--dark .text-gray-500 {
    color: rgba(255, 255, 255, 0.72) !important;
}

.homepage-section--dark .text-white {
    color: #ffffff !important;
}

.homepage-section--dark .text-white\/85 {
    color: rgba(255, 255, 255, 0.88) !important;
}

.homepage-section--dark .text-white\/80 {
    color: rgba(255, 255, 255, 0.82) !important;
}

.homepage-section--dark .text-white\/75 {
    color: rgba(255, 255, 255, 0.78) !important;
}

.homepage-section--dark .text-white\/70 {
    color: rgba(255, 255, 255, 0.74) !important;
}

.homepage-section--dark .text-white\/65 {
    color: rgba(255, 255, 255, 0.7) !important;
}

.homepage-section--dark .text-white\/60 {
    color: rgba(255, 255, 255, 0.66) !important;
}

.homepage-section--dark .text-white\/55,
.homepage-section--dark .text-white\/50 {
    color: rgba(255, 255, 255, 0.58) !important;
}

.homepage-section--dark .text-white\/40 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.homepage-section--dark .text-\[\#7ec8f5\] {
    color: #7ec8f5 !important;
}

.homepage-section--dark a.text-\[\#7ec8f5\]:hover,
.homepage-section--dark a.hover\:text-\[\#7ec8f5\]:hover {
    color: #ffffff !important;
}

.homepage-section--dark .homepage-interactive-card h2,
.homepage-section--dark .homepage-interactive-card h3,
.homepage-section--dark .homepage-interactive-card h4 {
    color: #ffffff;
}

.homepage-section--dark .homepage-interactive-card p {
    color: rgba(255, 255, 255, 0.68);
}

.homepage-section--dark .homepage-interactive-card a.text-\[\#7ec8f5\] {
    color: #7ec8f5 !important;
}

.homepage-section--dark .homepage-interactive-card a.text-\[\#7ec8f5\]:hover {
    color: #ffffff !important;
}

.homepage-section--dark .about-prose,
.homepage-section--dark .about-prose p,
.homepage-section--dark .about-prose li {
    color: rgba(255, 255, 255, 0.75);
}

.homepage-section--dark .about-prose h2,
.homepage-section--dark .about-prose h3,
.homepage-section--dark .about-prose h4,
.homepage-section--dark .about-prose strong {
    color: #ffffff;
}

.homepage-section--dark .about-prose a {
    color: #7ec8f5;
}

.homepage-section--dark label,
.homepage-section--dark .form-control + label {
    color: rgba(255, 255, 255, 0.85) !important;
}

.homepage-section--dark select.form-control option {
    color: #111827;
    background-color: #ffffff;
}

.homepage-section--dark .text-orange-300 {
    color: #fdba74 !important;
}

/* CTA bands stay light even when nested */
.homepage-section--light.bg-gray-50,
.homepage-section--light[class*='bg-gray-50'] {
    color: #374151;
}

/* —— Colored surfaces: enforce readable text —— */
.homepage-btn--primary,
.homepage-btn--primary:hover,
.homepage-btn--primary:focus,
a.homepage-btn--primary,
button.homepage-btn--primary,
a[class*='bg-[#347dc0]']:not([class*='bg-[#347dc0]/']),
button[class*='bg-[#347dc0]']:not([class*='bg-[#347dc0]/']),
[type='submit'][class*='bg-[#347dc0]']:not([class*='bg-[#347dc0]/']) {
    color: #ffffff !important;
}

a[class*='bg-[#223d75]']:not([class*='bg-[#223d75]/']),
button[class*='bg-[#223d75]']:not([class*='bg-[#223d75]/']) {
    color: #ffffff !important;
}

.homepage-btn--primary svg,
a[class*='bg-[#347dc0]']:not([class*='bg-[#347dc0]/']) svg,
button[class*='bg-[#347dc0]']:not([class*='bg-[#347dc0]/']) svg {
    color: inherit;
}

/* Light chips/tags on any background */
[class*='bg-gray-50']:not([class*='bg-gray-50/']),
[class*='bg-gray-100']:not([class*='bg-gray-100/']),
[class*='bg-white']:not([class*='bg-white/']):not([class*='backdrop']) {
    --chip-fg: #374151;
}

[class*='bg-gray-50'] .text-white\/40,
[class*='bg-gray-50'] .text-white\/50,
[class*='bg-gray-50'] .text-white\/60,
[class*='bg-gray-50'] .text-white\/70,
[class*='bg-gray-100'] .text-white\/40,
[class*='bg-gray-100'] .text-white\/50,
[class*='bg-gray-100'] .text-white\/60,
[class*='bg-gray-100'] .text-white\/70,
a[class*='bg-gray-100'].text-white\/70,
a[class*='bg-gray-100'].text-white\/60 {
    color: #374151 !important;
}

a[class*='bg-gray-100']:hover.hover\:text-white:hover,
a[class*='bg-gray-100']:hover.hover\:bg-\[\#347dc0\]:hover {
    color: #ffffff !important;
}

/* Pagination & white controls inside dark sections */
.homepage-section--dark nav[role='navigation'] [class*='bg-white']:not([class*='bg-white/']),
.homepage-section--dark nav[role='navigation'] [class*='border-gray-300'] {
    background-color: rgba(255, 255, 255, 0.95) !important;
    border-color: #d1d5db !important;
    color: #374151 !important;
}

.homepage-section--dark nav[role='navigation'] [class*='text-gray-700'],
.homepage-section--dark nav[role='navigation'] [class*='text-gray-500'],
.homepage-section--dark nav[role='navigation'] [class*='text-gray-500'] svg {
    color: #374151 !important;
}

.homepage-section--dark nav[role='navigation'] > div > div:first-child p,
.homepage-section--dark nav[role='navigation'] > div > div:first-child span {
    color: rgba(255, 255, 255, 0.75) !important;
}

.homepage-section--dark nav[role='navigation'] [aria-current='page'] span {
    background-color: #347dc0 !important;
    border-color: #347dc0 !important;
    color: #ffffff !important;
}

/* Section chips (tags, labels) */
.section-chip {
    display: inline-block;
    border-radius: 0.375rem;
    padding: 0.125rem 0.625rem;
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 1.25;
}

.homepage-section--dark .section-chip {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.78);
}

.homepage-section--light .section-chip {
    border: 1px solid #e5e7eb;
    background: #f3f4f6;
    color: #374151;
}

a.section-chip {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.625rem;
    text-decoration: none;
}

/* White surfaces keep dark text even inside dark sections */
.homepage-section--dark a[class*='bg-white']:not([class*='bg-white/']),
.homepage-section--dark button[class*='bg-white']:not([class*='bg-white/']),
.homepage-section--dark li[class*='bg-white']:not([class*='bg-white/']),
.homepage-section--dark span[class*='bg-white']:not([class*='bg-white/']) {
    color: #223d75 !important;
}

/* Explicit light patch inside dark sections */
.surface-light,
.homepage-section--dark .surface-light {
    background-color: #f9fafb !important;
    border-color: #e5e7eb !important;
    color: #374151 !important;
}

.surface-light h1,
.surface-light h2,
.surface-light h3,
.surface-light h4,
.surface-light .text-\[\#223d75\] {
    color: #223d75 !important;
}

.surface-light p,
.surface-light li,
.surface-light .text-gray-600,
.surface-light .text-gray-700 {
    color: #4b5563 !important;
}

.homepage-section--dark .surface-light .text-white\/80,
.homepage-section--dark .surface-light .text-white\/70,
.homepage-section--dark .surface-light .text-white\/65 {
    color: #4b5563 !important;
}

/* Subscribe / accent cards on dark backgrounds */
.homepage-section--dark .homepage-card--subscribe {
    border-color: rgba(126, 200, 245, 0.25) !important;
    background: linear-gradient(135deg, rgba(10, 22, 40, 0.92) 0%, rgba(52, 125, 192, 0.35) 100%) !important;
    color: rgba(255, 255, 255, 0.88) !important;
}

.homepage-section--dark .homepage-card--subscribe h4 {
    color: #ffffff !important;
}

.homepage-section--dark .homepage-card--subscribe p {
    color: rgba(255, 255, 255, 0.78) !important;
}

.homepage-section--dark .section-chip:hover,
.homepage-section--dark a.section-chip:hover {
    background-color: #347dc0 !important;
    border-color: #347dc0 !important;
    color: #ffffff !important;
}

/* Split page CTA — static card, high-contrast panel (Industries, Blog, etc.) */
.split-page-cta__card,
.industries-page-cta__card {
    transition: none;
}

.split-page-cta__card:hover,
.industries-page-cta__card:hover {
    transform: none !important;
    border-color: rgba(0, 123, 255, 0.45) !important;
    box-shadow: 0 0 24px rgba(0, 123, 255, 0.1), 0 16px 48px rgba(0, 0, 0, 0.5) !important;
}

.split-page-cta__panel,
.industries-page-cta__panel {
    background: linear-gradient(160deg, rgba(0, 123, 255, 0.12) 0%, rgba(5, 10, 20, 0.95) 55%, #000000 100%);
    color: #ffffff;
}

.split-page-cta__eyebrow,
.industries-page-cta__eyebrow {
    color: #7ec8f5 !important;
}

.split-page-cta__point,
.industries-page-cta__point {
    color: #ffffff !important;
}

.homepage-section--light .split-page-cta__panel .split-page-cta__eyebrow,
.homepage-section--light .split-page-cta__panel .split-page-cta__point,
.homepage-section--light .industries-page-cta__panel .industries-page-cta__eyebrow,
.homepage-section--light .industries-page-cta__panel .industries-page-cta__point {
    color: #ffffff !important;
}

.homepage-section--light .split-page-cta__eyebrow,
.homepage-section--light .industries-page-cta__eyebrow {
    color: #7ec8f5 !important;
}

.split-page-cta__content h2,
.industries-page-cta__content h2 {
    color: #ffffff !important;
}

.split-page-cta__content p,
.industries-page-cta__content p {
    color: rgba(255, 255, 255, 0.65) !important;
}

/* Performance: replace expensive backdrop-blur on dark section cards */
.homepage-section--dark .backdrop-blur-sm,
.homepage-section--dark .backdrop-blur-md,
.homepage-section--dark .backdrop-blur-xl {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.homepage-section--dark [class*='bg-white/5']:not([class*='bg-white/50']) {
    background-color: rgba(10, 24, 48, 0.72) !important;
}

.homepage-section--dark [class*='bg-white/10'] {
    background-color: rgba(10, 24, 48, 0.82) !important;
}

/* Lazy-loaded images fade-in */
img[loading='lazy'] {
    content-visibility: auto;
}

/* Homepage data cards — black fill + blue UI border (override Tailwind utilities) */
.homepage-section--dark .homepage-interactive-card {
    background-color: #000000 !important;
    border-color: rgba(0, 123, 255, 0.28) !important;
    box-shadow:
        0 0 0 1px rgba(0, 123, 255, 0.05),
        0 8px 32px rgba(0, 0, 0, 0.45) !important;
}

.homepage-section--dark .homepage-interactive-card:hover {
    border-color: rgba(0, 123, 255, 0.55) !important;
}

/* Site-wide dark shell — pagination, prose, residual light utilities */
.homepage-shell .pagination-dark p,
.homepage-shell .pagination-dark span,
.homepage-shell .pagination-dark a {
    color: rgba(255, 255, 255, 0.65);
}

.homepage-shell .pagination-dark a:hover {
    color: #7ec8f5;
}

.homepage-shell .pagination-dark .bg-white,
.homepage-shell .pagination-dark [class*='bg-white'] {
    background-color: rgba(0, 0, 0, 0.6) !important;
    border-color: rgba(0, 123, 255, 0.25) !important;
    color: rgba(255, 255, 255, 0.75) !important;
}

.homepage-shell .pagination-dark [aria-current='page'] span {
    background-color: #007bff !important;
    border-color: rgba(126, 200, 245, 0.5) !important;
    color: #fff !important;
}

.homepage-shell .public-prose p,
.homepage-shell .public-prose li {
    color: rgba(255, 255, 255, 0.75);
}

.homepage-shell .public-prose a {
    color: #7ec8f5;
}

.homepage-shell .public-prose a:hover {
    color: #ffffff;
}

.homepage-shell .public-prose strong {
    color: #ffffff;
}

.homepage-shell .text-\[\#223d75\]:not(.homepage-btn):not(.public-header__cta) {
    color: #ffffff !important;
}

.homepage-shell .text-gray-900,
.homepage-shell .text-gray-800 {
    color: #ffffff !important;
}

.homepage-shell .text-gray-700 {
    color: rgba(255, 255, 255, 0.85) !important;
}

.homepage-shell .text-gray-600 {
    color: rgba(255, 255, 255, 0.65) !important;
}

.homepage-shell .text-gray-500 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.homepage-shell .border-gray-100,
.homepage-shell .border-gray-200 {
    border-color: rgba(0, 123, 255, 0.2) !important;
}

.homepage-shell .bg-white:not(.homepage-btn):not([class*='homepage-btn']),
.homepage-shell .bg-gray-50 {
    background-color: #000000 !important;
}

@media (prefers-reduced-motion: reduce) {
    .homepage-section-divider__glow,
    .homepage-section-divider__pulse {
        animation: none;
    }

    .homepage-section-divider__pulse {
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.6;
    }
}

/* Pro chatbox widget */
.pro-chatbox {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 9999;
    font-family: inherit;
}

.pro-chatbox__panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.875rem);
    display: flex;
    width: min(100vw - 2rem, 22.5rem);
    max-height: min(85vh, 36rem);
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(0, 123, 255, 0.28);
    border-radius: 1rem;
    background: #050a14;
    box-shadow:
        0 0 0 1px rgba(0, 123, 255, 0.06),
        0 20px 60px rgba(0, 0, 0, 0.55),
        0 0 40px rgba(0, 123, 255, 0.08);
}

.pro-chatbox__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    border-bottom: 1px solid rgba(0, 123, 255, 0.15);
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.14) 0%, rgba(5, 10, 20, 0.95) 100%);
    padding: 1rem 1rem 1rem 1.125rem;
}

.pro-chatbox__avatar {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid rgba(0, 123, 255, 0.35);
    background: rgba(0, 123, 255, 0.15);
}

.pro-chatbox__status-dot {
    display: inline-block;
    height: 0.4rem;
    width: 0.4rem;
    border-radius: 9999px;
    background: #22c55e;
    box-shadow: 0 0 8px rgba(34, 197, 94, 0.65);
}

.pro-chatbox__icon-btn {
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    color: rgba(255, 255, 255, 0.55);
    transition: color 0.2s ease, background 0.2s ease;
}

.pro-chatbox__icon-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.pro-chatbox__body {
    overflow-y: auto;
    padding: 1rem 1.125rem 1.125rem;
}

.pro-chatbox__bubble {
    border-radius: 0.875rem;
    border: 1px solid rgba(0, 123, 255, 0.15);
    background: rgba(0, 0, 0, 0.55);
    padding: 0.875rem 1rem;
}

.pro-chatbox__option {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 0.875rem;
    border-radius: 0.875rem;
    border: 1px solid rgba(0, 123, 255, 0.22);
    background: #000;
    padding: 0.875rem 1rem;
    text-align: left;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.pro-chatbox__option:hover {
    border-color: rgba(0, 123, 255, 0.5);
    background: rgba(0, 123, 255, 0.06);
}

.pro-chatbox__option-icon {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
}

.pro-chatbox__option-icon--message {
    border: 1px solid rgba(0, 123, 255, 0.3);
    background: rgba(0, 123, 255, 0.12);
    color: #7ec8f5;
}

.pro-chatbox__option-icon--whatsapp {
    border: 1px solid rgba(37, 211, 102, 0.35);
    background: rgba(37, 211, 102, 0.12);
    color: #25d366;
}

.pro-chatbox__back {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.875rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.55);
    transition: color 0.2s ease;
}

.pro-chatbox__back:hover {
    color: #7ec8f5;
}

.pro-chatbox__label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
}

.pro-chatbox__input {
    width: 100%;
    font-size: 0.875rem;
}

.pro-chatbox .form-control,
.pro-chatbox__input.form-control {
    border-color: rgba(0, 123, 255, 0.25) !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.pro-chatbox .form-control::-moz-placeholder, .pro-chatbox__input.form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.35) !important;
}

.pro-chatbox .form-control::placeholder,
.pro-chatbox__input.form-control::placeholder {
    color: rgba(255, 255, 255, 0.35) !important;
}

.pro-chatbox .form-control:focus,
.pro-chatbox__input.form-control:focus {
    border-color: rgba(0, 123, 255, 0.55) !important;
    background-color: #000000 !important;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.12) !important;
    outline: none !important;
}

.pro-chatbox .form-checkbox {
    border-color: rgba(0, 123, 255, 0.3) !important;
    background-color: #000000 !important;
}

.pro-chatbox .form-checkbox:focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.12) !important;
}

.pro-chatbox__input--error {
    border-color: rgba(248, 113, 113, 0.65) !important;
}

.pro-chatbox__field-error {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: #fca5a5;
}

.pro-chatbox__alert {
    border-radius: 0.625rem;
    padding: 0.625rem 0.75rem;
    font-size: 0.8125rem;
}

.pro-chatbox__alert--error {
    border: 1px solid rgba(248, 113, 113, 0.35);
    background: rgba(239, 68, 68, 0.12);
    color: #fecaca;
}

.pro-chatbox__submit {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.75rem;
    background: #007bff;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 4px 16px rgba(0, 123, 255, 0.25);
    transition: background 0.2s ease, opacity 0.2s ease;
}

.pro-chatbox__submit:hover:not(:disabled) {
    background: #0056b3;
}

.pro-chatbox__submit:disabled {
    cursor: wait;
    opacity: 0.75;
}

.pro-chatbox__submit--whatsapp {
    background: #128c7e;
    box-shadow: 0 4px 16px rgba(18, 140, 126, 0.3);
}

.pro-chatbox__submit--whatsapp:hover:not(:disabled) {
    background: #0d7268;
}

.pro-chatbox__success-icon {
    display: flex;
    height: 4rem;
    width: 4rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid rgba(0, 123, 255, 0.3);
    background: rgba(0, 123, 255, 0.1);
}

.pro-chatbox__launcher {
    position: relative;
    display: flex;
    height: 3.5rem;
    width: 3.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid rgba(0, 123, 255, 0.4);
    background: linear-gradient(145deg, #007bff 0%, #0056b3 100%);
    color: #fff;
    box-shadow:
        0 8px 28px rgba(0, 123, 255, 0.35),
        0 0 0 1px rgba(0, 123, 255, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pro-chatbox__launcher:hover {
    transform: scale(1.05);
    box-shadow:
        0 12px 36px rgba(0, 123, 255, 0.45),
        0 0 0 1px rgba(126, 200, 245, 0.3);
}

.pro-chatbox__launcher-pulse {
    position: absolute;
    inset: -4px;
    border-radius: 9999px;
    border: 1px solid rgba(0, 123, 255, 0.45);
    animation: pro-chatbox-pulse 2.5s ease-out infinite;
    pointer-events: none;
}

@keyframes pro-chatbox-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    70% {
        transform: scale(1.18);
        opacity: 0;
    }

    100% {
        transform: scale(1.18);
        opacity: 0;
    }
}

@media (max-width: 480px) {
    .pro-chatbox {
        right: 1rem;
        bottom: 1rem;
    }

    .pro-chatbox__panel {
        width: calc(100vw - 2rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .pro-chatbox__launcher-pulse {
        animation: none;
        opacity: 0.35;
    }

    .pro-chatbox__launcher:hover {
        transform: none;
    }
}

/* Cookie consent banner */
.cookie-consent {
    position: fixed;
    inset: 0;
    z-index: 9990;
    pointer-events: none;
}

.cookie-consent__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 15, 0.72);
    backdrop-filter: blur(4px);
    pointer-events: auto;
}

.cookie-consent__panel {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    pointer-events: auto;
}

.cookie-consent__banner,
.cookie-consent__preferences {
    margin: 0 auto;
    max-width: 56rem;
    border: 1px solid rgba(0, 123, 255, 0.28);
    border-radius: 1rem;
    background: #050a14;
    box-shadow:
        0 0 0 1px rgba(0, 123, 255, 0.06),
        0 24px 64px rgba(0, 0, 0, 0.55),
        0 0 40px rgba(0, 123, 255, 0.08);
}

.cookie-consent__banner {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.25rem 1.5rem;
}

.cookie-consent__content {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    align-items: center;
    text-align: center;
}

.cookie-consent__icon {
    display: flex;
    height: 2.75rem;
    width: 2.75rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    border: 1px solid rgba(0, 123, 255, 0.3);
    background: rgba(0, 123, 255, 0.1);
}

.cookie-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    justify-content: center;
}

.cookie-consent__actions--preferences {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 123, 255, 0.15);
}

.cookie-consent__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.625rem;
    padding: 0.625rem 1.125rem;
    font-size: 0.8125rem;
    font-weight: 600;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.cookie-consent__btn--primary {
    border: 1px solid rgba(0, 123, 255, 0.45);
    background: #007bff;
    color: #fff;
    box-shadow: 0 4px 16px rgba(0, 123, 255, 0.25);
}

.cookie-consent__btn--primary:hover {
    background: #0056b3;
}

.cookie-consent__btn--outline {
    border: 1px solid rgba(0, 123, 255, 0.35);
    background: transparent;
    color: #7ec8f5;
}

.cookie-consent__btn--outline:hover {
    border-color: rgba(0, 123, 255, 0.55);
    background: rgba(0, 123, 255, 0.08);
    color: #fff;
}

.cookie-consent__btn--ghost {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.35);
    color: rgba(255, 255, 255, 0.75);
}

.cookie-consent__btn--ghost:hover {
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.cookie-consent__preferences {
    max-width: 32rem;
    margin: 0 auto;
    padding: 1.25rem 1.5rem 1.5rem;
}

.cookie-consent__preferences-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.cookie-consent__close {
    display: flex;
    height: 2rem;
    width: 2rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    color: rgba(255, 255, 255, 0.55);
    transition: color 0.2s ease, background 0.2s ease;
}

.cookie-consent__close:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.cookie-consent__categories {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.cookie-consent__category {
    border-radius: 0.75rem;
    border: 1px solid rgba(0, 123, 255, 0.2);
    background: #000;
    padding: 0.875rem 1rem;
}

.cookie-consent__badge {
    flex-shrink: 0;
    border-radius: 9999px;
    border: 1px solid rgba(0, 123, 255, 0.25);
    background: rgba(0, 123, 255, 0.1);
    padding: 0.2rem 0.625rem;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #7ec8f5;
}

.cookie-consent__toggle {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
    cursor: pointer;
}

.cookie-consent__toggle-track {
    position: relative;
    display: block;
    height: 1.5rem;
    width: 2.75rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.cookie-consent__toggle-track::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    height: 1.125rem;
    width: 1.125rem;
    border-radius: 9999px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    transition: transform 0.2s ease;
}

.cookie-consent__toggle-track.is-on {
    border-color: rgba(0, 123, 255, 0.45);
    background: rgba(0, 123, 255, 0.35);
}

.cookie-consent__toggle-track.is-on::after {
    transform: translateX(1.25rem);
}

@media (min-width: 768px) {
    .cookie-consent__panel {
        right: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem;
    }

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

@media (max-width: 767px) {
    .cookie-consent__actions .cookie-consent__btn {
        flex: 1 1 calc(50% - 0.3125rem);
        min-width: 0;
    }

    .cookie-consent__actions .cookie-consent__btn--primary {
        flex-basis: 100%;
    }
}

/* Google Translate — hide injected toolbar/banner (must stay outside @layer) */
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame,
iframe.skiptranslate,
.skiptranslate,
.goog-te-gadget,
.goog-te-gadget-simple,
#goog-gt-tt,
.goog-te-balloon-frame,
#google_translate_element2,
div.skiptranslate {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    border: none !important;
}

body {
    top: 0 !important;
    position: static !important;
}

html.translated-ltr body,
html.translated-rtl body,
.translated-ltr body,
.translated-rtl body {
    top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

font font {
    background-color: transparent !important;
    box-shadow: none !important;
    position: initial !important;
}


    .homepage-section--light .contact-panel .hover\:text-white:hover {
        color: #223d75;
    }

.homepage-section--light .contact-panel .hover\:text-white\/70:hover {
        color: rgb(75 85 99);
    }

.homepage-section--light .contact-panel .hover\:text-\[\#7ec8f5\]:hovera:hover {
        color: #223d75;
    }

.homepage-section--light .hover\:text-white:hover {
        color: #223d75;
    }


    .homepage-section--light .hover\:text-white\/70:hover {
        color: rgb(75 85 99);
    }


    .homepage-section--light .contact-panel .group:hover .group-hover\:text-white\/80 {
        color: rgb(75 85 99);
    }


    .homepage-section--light .contact-panel .prose-headings\:text-white :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: #223d75;
    }

.homepage-section--light .prose-headings\:text-white :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: #223d75;
    }


    .homepage-section--light .contact-panel .prose-p\:text-white\/60 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: rgb(75 85 99);
    }


    .homepage-section--light .prose-p\:text-white\/60 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: rgb(75 85 99);
    }


    .homepage-section--light .contact-panel .prose-strong\:text-white :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: #223d75;
    }

.homepage-section--light .prose-strong\:text-white :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: #223d75;
    }


    .homepage-section--light .contact-panel .prose-li\:text-white\/60 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: rgb(75 85 99);
    }


    .homepage-section--light .prose-li\:text-white\/60 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: rgb(75 85 99);
    }

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

  .dark\:prose-invert {
    --tw-prose-body: var(--tw-prose-invert-body);
    --tw-prose-headings: var(--tw-prose-invert-headings);
    --tw-prose-lead: var(--tw-prose-invert-lead);
    --tw-prose-links: var(--tw-prose-invert-links);
    --tw-prose-bold: var(--tw-prose-invert-bold);
    --tw-prose-counters: var(--tw-prose-invert-counters);
    --tw-prose-bullets: var(--tw-prose-invert-bullets);
    --tw-prose-hr: var(--tw-prose-invert-hr);
    --tw-prose-quotes: var(--tw-prose-invert-quotes);
    --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
    --tw-prose-captions: var(--tw-prose-invert-captions);
    --tw-prose-kbd: var(--tw-prose-invert-kbd);
    --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
    --tw-prose-code: var(--tw-prose-invert-code);
    --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
    --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
    --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
    --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
  }

    
    .homepage-section--light .contact-panel .dark\:text-white {
        color: #223d75;
    }

    .homepage-section--light .dark\:text-white {
        color: #223d75;
    }

    .homepage-section--dark .pagination-dark .dark\:hover\:bg-white:hover {
        background-color: rgba(255, 255, 255, 0.06) !important;
        border-color: rgba(255, 255, 255, 0.15) !important;
        color: rgba(255, 255, 255, 0.75) !important;
    }

    .homepage-section--dark .pagination-dark .dark\:focus\:bg-white:focus {
        background-color: rgba(255, 255, 255, 0.06) !important;
        border-color: rgba(255, 255, 255, 0.15) !important;
        color: rgba(255, 255, 255, 0.75) !important;
    }
}

.marker\:content-none *::marker {
  --tw-content: none;
  content: var(--tw-content);
}

.marker\:content-none::marker {
  --tw-content: none;
  content: var(--tw-content);
}

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

.focus-within\:ring-2:focus-within {
  --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-within\:ring-\[\#347dc0\]\/40:focus-within {
  --tw-ring-color: rgb(52 125 192 / 0.4);
}

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

.hover\:border-\[\#007bff\]\/40:hover {
  border-color: rgb(0 123 255 / 0.4);
}

.hover\:border-\[\#007bff\]\/50:hover {
  border-color: rgb(0 123 255 / 0.5);
}

.hover\:border-\[\#007bff\]\/55:hover {
  border-color: rgb(0 123 255 / 0.55);
}

.hover\:border-\[\#007bff\]\/60:hover {
  border-color: rgb(0 123 255 / 0.6);
}

.hover\:border-\[\#347dc0\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(52 125 192 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#347dc0\]\/30:hover {
  border-color: rgb(52 125 192 / 0.3);
}

.hover\:border-\[\#347dc0\]\/40:hover {
  border-color: rgb(52 125 192 / 0.4);
}

.hover\:border-\[\#7ec8f5\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(126 200 245 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#7ec8f5\]\/50:hover {
  border-color: rgb(126 200 245 / 0.5);
}

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

.hover\:border-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(52 125 192 / var(--tw-border-opacity, 1));
}

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

.hover\:bg-\[\#0039ab\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 171 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#0056b3\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 86 179 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#0077b5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 119 181 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#007bff\]\/10:hover {
  background-color: rgb(0 123 255 / 0.1);
}

.hover\:bg-\[\#152a52\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 42 82 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#1877f2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 119 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#1a2f5c\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 47 92 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#1da1f2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 161 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#223d75\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 61 117 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#2c6aa3\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(44 106 163 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#347dc0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 125 192 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#347dc0\]\/10:hover {
  background-color: rgb(52 125 192 / 0.1);
}

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

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

.hover\:bg-emerald-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / 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-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50\/50:hover {
  background-color: rgb(249 250 251 / 0.5);
}

.hover\:bg-gray-50\/60:hover {
  background-color: rgb(249 250 251 / 0.6);
}

.hover\:bg-gray-50\/80:hover {
  background-color: rgb(249 250 251 / 0.8);
}

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

.hover\:bg-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

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

.hover\:bg-yellow-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#1a2f5c\]:hover {
  --tw-text-opacity: 1;
  color: rgb(26 47 92 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#223d75\]:hover {
  --tw-text-opacity: 1;
  color: rgb(34 61 117 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#347dc0\]:hover {
  --tw-text-opacity: 1;
  color: rgb(52 125 192 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#7ec8f5\]:hover {
  --tw-text-opacity: 1;
  color: rgb(126 200 245 / 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-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 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-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 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-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(52 125 192 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-600:hover {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

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

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

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

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

.hover\:shadow-\[0_0_20px_rgba\(0\2c 123\2c 255\2c 0\.12\)\]:hover {
  --tw-shadow: 0 0 20px rgba(0,123,255,0.12);
  --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);
}

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

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

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

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

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

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

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

.focus\:bg-\[\#0039ab\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 171 / var(--tw-bg-opacity, 1));
}

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

.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

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

.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-indigo-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

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

.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

.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-inset:focus {
  --tw-ring-inset: inset;
}

.focus\:ring-\[\#0147d6\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(1 71 214 / var(--tw-ring-opacity, 1));
}

.focus\:ring-\[\#0147d6\]\/60:focus {
  --tw-ring-color: rgb(1 71 214 / 0.6);
}

.focus\:ring-\[\#223d75\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 61 117 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-gray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / 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-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.focus\:ring-secondary\/30:focus {
  --tw-ring-color: rgb(52 125 192 / 0.3);
}

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

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

.active\:bg-\[\#003091\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 48 145 / var(--tw-bg-opacity, 1));
}

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

.active\:bg-gray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

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

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

.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

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

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

.disabled\:opacity-25:disabled {
  opacity: 0.25;
}

.disabled\:opacity-40:disabled {
  opacity: 0.4;
}

.group[open] .group-open\: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));
}

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

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

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

.group:hover .group-hover\:bg-\[\#347dc0\]\/30 {
  background-color: rgb(52 125 192 / 0.3);
}

.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

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

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

.prose-headings\:text-\[\#223d75\] :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(34 61 117 / var(--tw-text-opacity, 1));
}

.prose-headings\:text-white :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.prose-p\:text-white\/60 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  color: rgb(255 255 255 / 0.6);
}

.prose-a\:text-\[\#347dc0\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(52 125 192 / var(--tw-text-opacity, 1));
}

.prose-strong\:text-white :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.prose-li\:text-white\/60 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  color: rgb(255 255 255 / 0.6);
}

@media (min-width: 640px) {

  .sm\:bottom-4 {
    bottom: 1rem;
  }

  .sm\:bottom-5 {
    bottom: 1.25rem;
  }

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

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

  .sm\:right-4 {
    right: 1rem;
  }

  .sm\:right-6 {
    right: 1.5rem;
  }

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

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

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

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

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

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

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

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

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

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

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

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

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

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

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

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

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

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

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

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

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

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

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-right {
    text-align: right;
  }

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

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

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

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

  .sm\:text-\[10px\] {
    font-size: 10px;
  }

  .sm\:text-\[11px\] {
    font-size: 11px;
  }

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

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

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

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

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 768px) {

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

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

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

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

  .md\:min-h-0 {
    min-height: 0px;
  }

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

  .md\:w-64 {
    width: 16rem;
  }

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

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

  .md\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

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

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

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

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

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

@media (min-width: 1024px) {

  .lg\:fixed {
    position: fixed;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

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

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

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

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

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

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

  .lg\:top-24 {
    top: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-28 {
    height: 7rem;
  }

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

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

  .lg\:w-28 {
    width: 7rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

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

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

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

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

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

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

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

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(0\2c 1\.15fr\)\] {
    grid-template-columns: minmax(0,1fr) minmax(0,1.15fr);
  }

  .lg\:grid-cols-\[minmax\(0\2c 20rem\)_minmax\(0\2c 1fr\)\] {
    grid-template-columns: minmax(0,20rem) minmax(0,1fr);
  }

  .lg\:grid-cols-\[minmax\(0\2c 22rem\)_minmax\(0\2c 1fr\)\] {
    grid-template-columns: minmax(0,22rem) minmax(0,1fr);
  }

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

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

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

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

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

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

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

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

  .lg\:p-8 {
    padding: 2rem;
  }

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

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

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

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

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

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

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

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

  .lg\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .lg\:text-\[3\.35rem\] {
    font-size: 3.35rem;
  }

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

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

  .lg\:leading-tight {
    line-height: 1.25;
  }
}

@media (min-width: 1280px) {

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

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

  .xl\:h-12 {
    height: 3rem;
  }

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

  .xl\:grid-cols-\[minmax\(0\2c 22rem\)_minmax\(0\2c 1fr\)\] {
    grid-template-columns: minmax(0,22rem) minmax(0,1fr);
  }

  .xl\:grid-cols-\[minmax\(0\2c 24rem\)_minmax\(0\2c 1fr\)\] {
    grid-template-columns: minmax(0,24rem) minmax(0,1fr);
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

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

  .xl\:text-\[3\.25rem\] {
    font-size: 3.25rem;
  }
}

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

  .dark\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  }

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

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

  .dark\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
  }

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

  .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-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-indigo-900\/50 {
    background-color: rgb(49 46 129 / 0.5);
  }

  .dark\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .dark\:from-gray-700\/50 {
    --tw-gradient-from: rgb(55 65 81 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

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

  .dark\:fill-indigo-200 {
    fill: #c7d2fe;
  }

  .dark\:fill-white {
    fill: #fff;
  }

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

  .dark\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / 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\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }

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

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

  .dark\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgb(165 180 252 / var(--tw-text-opacity, 1));
  }

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

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

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

  .dark\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-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\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

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

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

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

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

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

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

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

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

  .dark\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
  }

  .dark\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(79 70 229 / var(--tw-border-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\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

  .dark\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  }

  .dark\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
  }

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

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

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

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

  .dark\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgb(199 210 254 / var(--tw-text-opacity, 1));
  }

  .dark\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
  }

  .dark\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

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

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

.\[\&_iframe\]\:h-full iframe {
  height: 100%;
}

.\[\&_iframe\]\:w-full iframe {
  width: 100%;
}

