*, ::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.14 | 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: Inter, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

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

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

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

.collapse {
  visibility: collapse;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-inset-x-10 {
  left: -2.5rem;
  right: -2.5rem;
}

.-inset-y-8 {
  top: -2rem;
  bottom: -2rem;
}

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

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

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-1 {
  margin-inline-end: 0.25rem;
}

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

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

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

.ms-1 {
  margin-inline-start: 0.25rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

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

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

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

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

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

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

.mt-20 {
  margin-top: 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-\[3px\] {
  margin-top: 3px;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.aspect-\[7\/6\] {
  aspect-ratio: 7/6;
}

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

.h-1 {
  height: 0.25rem;
}

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

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

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

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

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

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-80 {
  width: 20rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.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-sm {
  max-width: 24rem;
}

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

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

.translate-y-px {
  --tw-translate-y: 1px;
  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));
}

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

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

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

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

@keyframes logo-marquee {
  0% {
    transform: translateX(0);
  }

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

.animate-logo-marquee {
  animation: logo-marquee 28s linear infinite;
}

.animate-none {
  animation: none;
}

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

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

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

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

@keyframes pulse-soft {
  0%, 100% {
    opacity: 0.9;
  }

  50% {
    opacity: 1;
  }
}

.animate-pulse-soft {
  animation: pulse-soft 4s ease-in-out infinite;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-cols-none {
  grid-template-columns: none;
}

.grid-cols-subgrid {
  grid-template-columns: subgrid;
}

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

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

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

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

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

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

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

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

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

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

.gap-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-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.scroll-smooth {
  scroll-behavior: smooth;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

.border-alutel-accent-green {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-alutel-accent-green\/0 {
  border-color: rgb(34 197 94 / 0);
}

.border-alutel-accent-green\/10 {
  border-color: rgb(34 197 94 / 0.1);
}

.border-alutel-accent-green\/100 {
  border-color: rgb(34 197 94 / 1);
}

.border-alutel-accent-green\/15 {
  border-color: rgb(34 197 94 / 0.15);
}

.border-alutel-accent-green\/20 {
  border-color: rgb(34 197 94 / 0.2);
}

.border-alutel-accent-green\/25 {
  border-color: rgb(34 197 94 / 0.25);
}

.border-alutel-accent-green\/30 {
  border-color: rgb(34 197 94 / 0.3);
}

.border-alutel-accent-green\/35 {
  border-color: rgb(34 197 94 / 0.35);
}

.border-alutel-accent-green\/40 {
  border-color: rgb(34 197 94 / 0.4);
}

.border-alutel-accent-green\/45 {
  border-color: rgb(34 197 94 / 0.45);
}

.border-alutel-accent-green\/5 {
  border-color: rgb(34 197 94 / 0.05);
}

.border-alutel-accent-green\/50 {
  border-color: rgb(34 197 94 / 0.5);
}

.border-alutel-accent-green\/55 {
  border-color: rgb(34 197 94 / 0.55);
}

.border-alutel-accent-green\/60 {
  border-color: rgb(34 197 94 / 0.6);
}

.border-alutel-accent-green\/65 {
  border-color: rgb(34 197 94 / 0.65);
}

.border-alutel-accent-green\/70 {
  border-color: rgb(34 197 94 / 0.7);
}

.border-alutel-accent-green\/75 {
  border-color: rgb(34 197 94 / 0.75);
}

.border-alutel-accent-green\/80 {
  border-color: rgb(34 197 94 / 0.8);
}

.border-alutel-accent-green\/85 {
  border-color: rgb(34 197 94 / 0.85);
}

.border-alutel-accent-green\/90 {
  border-color: rgb(34 197 94 / 0.9);
}

.border-alutel-accent-green\/95 {
  border-color: rgb(34 197 94 / 0.95);
}

.border-alutel-accent-pink {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.border-alutel-accent-pink\/0 {
  border-color: rgb(236 72 153 / 0);
}

.border-alutel-accent-pink\/10 {
  border-color: rgb(236 72 153 / 0.1);
}

.border-alutel-accent-pink\/100 {
  border-color: rgb(236 72 153 / 1);
}

.border-alutel-accent-pink\/15 {
  border-color: rgb(236 72 153 / 0.15);
}

.border-alutel-accent-pink\/20 {
  border-color: rgb(236 72 153 / 0.2);
}

.border-alutel-accent-pink\/25 {
  border-color: rgb(236 72 153 / 0.25);
}

.border-alutel-accent-pink\/30 {
  border-color: rgb(236 72 153 / 0.3);
}

.border-alutel-accent-pink\/35 {
  border-color: rgb(236 72 153 / 0.35);
}

.border-alutel-accent-pink\/40 {
  border-color: rgb(236 72 153 / 0.4);
}

.border-alutel-accent-pink\/45 {
  border-color: rgb(236 72 153 / 0.45);
}

.border-alutel-accent-pink\/5 {
  border-color: rgb(236 72 153 / 0.05);
}

.border-alutel-accent-pink\/50 {
  border-color: rgb(236 72 153 / 0.5);
}

.border-alutel-accent-pink\/55 {
  border-color: rgb(236 72 153 / 0.55);
}

.border-alutel-accent-pink\/60 {
  border-color: rgb(236 72 153 / 0.6);
}

.border-alutel-accent-pink\/65 {
  border-color: rgb(236 72 153 / 0.65);
}

.border-alutel-accent-pink\/70 {
  border-color: rgb(236 72 153 / 0.7);
}

.border-alutel-accent-pink\/75 {
  border-color: rgb(236 72 153 / 0.75);
}

.border-alutel-accent-pink\/80 {
  border-color: rgb(236 72 153 / 0.8);
}

.border-alutel-accent-pink\/85 {
  border-color: rgb(236 72 153 / 0.85);
}

.border-alutel-accent-pink\/90 {
  border-color: rgb(236 72 153 / 0.9);
}

.border-alutel-accent-pink\/95 {
  border-color: rgb(236 72 153 / 0.95);
}

.border-alutel-accent-purple {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.border-alutel-accent-purple\/0 {
  border-color: rgb(99 102 241 / 0);
}

.border-alutel-accent-purple\/10 {
  border-color: rgb(99 102 241 / 0.1);
}

.border-alutel-accent-purple\/100 {
  border-color: rgb(99 102 241 / 1);
}

.border-alutel-accent-purple\/15 {
  border-color: rgb(99 102 241 / 0.15);
}

.border-alutel-accent-purple\/20 {
  border-color: rgb(99 102 241 / 0.2);
}

.border-alutel-accent-purple\/25 {
  border-color: rgb(99 102 241 / 0.25);
}

.border-alutel-accent-purple\/30 {
  border-color: rgb(99 102 241 / 0.3);
}

.border-alutel-accent-purple\/35 {
  border-color: rgb(99 102 241 / 0.35);
}

.border-alutel-accent-purple\/40 {
  border-color: rgb(99 102 241 / 0.4);
}

.border-alutel-accent-purple\/45 {
  border-color: rgb(99 102 241 / 0.45);
}

.border-alutel-accent-purple\/5 {
  border-color: rgb(99 102 241 / 0.05);
}

.border-alutel-accent-purple\/50 {
  border-color: rgb(99 102 241 / 0.5);
}

.border-alutel-accent-purple\/55 {
  border-color: rgb(99 102 241 / 0.55);
}

.border-alutel-accent-purple\/60 {
  border-color: rgb(99 102 241 / 0.6);
}

.border-alutel-accent-purple\/65 {
  border-color: rgb(99 102 241 / 0.65);
}

.border-alutel-accent-purple\/70 {
  border-color: rgb(99 102 241 / 0.7);
}

.border-alutel-accent-purple\/75 {
  border-color: rgb(99 102 241 / 0.75);
}

.border-alutel-accent-purple\/80 {
  border-color: rgb(99 102 241 / 0.8);
}

.border-alutel-accent-purple\/85 {
  border-color: rgb(99 102 241 / 0.85);
}

.border-alutel-accent-purple\/90 {
  border-color: rgb(99 102 241 / 0.9);
}

.border-alutel-accent-purple\/95 {
  border-color: rgb(99 102 241 / 0.95);
}

.border-alutel-accent-teal {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.border-alutel-accent-teal\/0 {
  border-color: rgb(20 184 166 / 0);
}

.border-alutel-accent-teal\/10 {
  border-color: rgb(20 184 166 / 0.1);
}

.border-alutel-accent-teal\/100 {
  border-color: rgb(20 184 166 / 1);
}

.border-alutel-accent-teal\/15 {
  border-color: rgb(20 184 166 / 0.15);
}

.border-alutel-accent-teal\/20 {
  border-color: rgb(20 184 166 / 0.2);
}

.border-alutel-accent-teal\/25 {
  border-color: rgb(20 184 166 / 0.25);
}

.border-alutel-accent-teal\/30 {
  border-color: rgb(20 184 166 / 0.3);
}

.border-alutel-accent-teal\/35 {
  border-color: rgb(20 184 166 / 0.35);
}

.border-alutel-accent-teal\/40 {
  border-color: rgb(20 184 166 / 0.4);
}

.border-alutel-accent-teal\/45 {
  border-color: rgb(20 184 166 / 0.45);
}

.border-alutel-accent-teal\/5 {
  border-color: rgb(20 184 166 / 0.05);
}

.border-alutel-accent-teal\/50 {
  border-color: rgb(20 184 166 / 0.5);
}

.border-alutel-accent-teal\/55 {
  border-color: rgb(20 184 166 / 0.55);
}

.border-alutel-accent-teal\/60 {
  border-color: rgb(20 184 166 / 0.6);
}

.border-alutel-accent-teal\/65 {
  border-color: rgb(20 184 166 / 0.65);
}

.border-alutel-accent-teal\/70 {
  border-color: rgb(20 184 166 / 0.7);
}

.border-alutel-accent-teal\/75 {
  border-color: rgb(20 184 166 / 0.75);
}

.border-alutel-accent-teal\/80 {
  border-color: rgb(20 184 166 / 0.8);
}

.border-alutel-accent-teal\/85 {
  border-color: rgb(20 184 166 / 0.85);
}

.border-alutel-accent-teal\/90 {
  border-color: rgb(20 184 166 / 0.9);
}

.border-alutel-accent-teal\/95 {
  border-color: rgb(20 184 166 / 0.95);
}

.border-alutel-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-alutel-neutral-100\/0 {
  border-color: rgb(241 245 249 / 0);
}

.border-alutel-neutral-100\/10 {
  border-color: rgb(241 245 249 / 0.1);
}

.border-alutel-neutral-100\/100 {
  border-color: rgb(241 245 249 / 1);
}

.border-alutel-neutral-100\/15 {
  border-color: rgb(241 245 249 / 0.15);
}

.border-alutel-neutral-100\/20 {
  border-color: rgb(241 245 249 / 0.2);
}

.border-alutel-neutral-100\/25 {
  border-color: rgb(241 245 249 / 0.25);
}

.border-alutel-neutral-100\/30 {
  border-color: rgb(241 245 249 / 0.3);
}

.border-alutel-neutral-100\/35 {
  border-color: rgb(241 245 249 / 0.35);
}

.border-alutel-neutral-100\/40 {
  border-color: rgb(241 245 249 / 0.4);
}

.border-alutel-neutral-100\/45 {
  border-color: rgb(241 245 249 / 0.45);
}

.border-alutel-neutral-100\/5 {
  border-color: rgb(241 245 249 / 0.05);
}

.border-alutel-neutral-100\/50 {
  border-color: rgb(241 245 249 / 0.5);
}

.border-alutel-neutral-100\/55 {
  border-color: rgb(241 245 249 / 0.55);
}

.border-alutel-neutral-100\/60 {
  border-color: rgb(241 245 249 / 0.6);
}

.border-alutel-neutral-100\/65 {
  border-color: rgb(241 245 249 / 0.65);
}

.border-alutel-neutral-100\/70 {
  border-color: rgb(241 245 249 / 0.7);
}

.border-alutel-neutral-100\/75 {
  border-color: rgb(241 245 249 / 0.75);
}

.border-alutel-neutral-100\/80 {
  border-color: rgb(241 245 249 / 0.8);
}

.border-alutel-neutral-100\/85 {
  border-color: rgb(241 245 249 / 0.85);
}

.border-alutel-neutral-100\/90 {
  border-color: rgb(241 245 249 / 0.9);
}

.border-alutel-neutral-100\/95 {
  border-color: rgb(241 245 249 / 0.95);
}

.border-alutel-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 245 / var(--tw-border-opacity));
}

.border-alutel-neutral-300\/0 {
  border-color: rgb(203 213 245 / 0);
}

.border-alutel-neutral-300\/10 {
  border-color: rgb(203 213 245 / 0.1);
}

.border-alutel-neutral-300\/100 {
  border-color: rgb(203 213 245 / 1);
}

.border-alutel-neutral-300\/15 {
  border-color: rgb(203 213 245 / 0.15);
}

.border-alutel-neutral-300\/20 {
  border-color: rgb(203 213 245 / 0.2);
}

.border-alutel-neutral-300\/25 {
  border-color: rgb(203 213 245 / 0.25);
}

.border-alutel-neutral-300\/30 {
  border-color: rgb(203 213 245 / 0.3);
}

.border-alutel-neutral-300\/35 {
  border-color: rgb(203 213 245 / 0.35);
}

.border-alutel-neutral-300\/40 {
  border-color: rgb(203 213 245 / 0.4);
}

.border-alutel-neutral-300\/45 {
  border-color: rgb(203 213 245 / 0.45);
}

.border-alutel-neutral-300\/5 {
  border-color: rgb(203 213 245 / 0.05);
}

.border-alutel-neutral-300\/50 {
  border-color: rgb(203 213 245 / 0.5);
}

.border-alutel-neutral-300\/55 {
  border-color: rgb(203 213 245 / 0.55);
}

.border-alutel-neutral-300\/60 {
  border-color: rgb(203 213 245 / 0.6);
}

.border-alutel-neutral-300\/65 {
  border-color: rgb(203 213 245 / 0.65);
}

.border-alutel-neutral-300\/70 {
  border-color: rgb(203 213 245 / 0.7);
}

.border-alutel-neutral-300\/75 {
  border-color: rgb(203 213 245 / 0.75);
}

.border-alutel-neutral-300\/80 {
  border-color: rgb(203 213 245 / 0.8);
}

.border-alutel-neutral-300\/85 {
  border-color: rgb(203 213 245 / 0.85);
}

.border-alutel-neutral-300\/90 {
  border-color: rgb(203 213 245 / 0.9);
}

.border-alutel-neutral-300\/95 {
  border-color: rgb(203 213 245 / 0.95);
}

.border-alutel-neutral-50 {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.border-alutel-neutral-50\/0 {
  border-color: rgb(248 250 252 / 0);
}

.border-alutel-neutral-50\/10 {
  border-color: rgb(248 250 252 / 0.1);
}

.border-alutel-neutral-50\/100 {
  border-color: rgb(248 250 252 / 1);
}

.border-alutel-neutral-50\/15 {
  border-color: rgb(248 250 252 / 0.15);
}

.border-alutel-neutral-50\/20 {
  border-color: rgb(248 250 252 / 0.2);
}

.border-alutel-neutral-50\/25 {
  border-color: rgb(248 250 252 / 0.25);
}

.border-alutel-neutral-50\/30 {
  border-color: rgb(248 250 252 / 0.3);
}

.border-alutel-neutral-50\/35 {
  border-color: rgb(248 250 252 / 0.35);
}

.border-alutel-neutral-50\/40 {
  border-color: rgb(248 250 252 / 0.4);
}

.border-alutel-neutral-50\/45 {
  border-color: rgb(248 250 252 / 0.45);
}

.border-alutel-neutral-50\/5 {
  border-color: rgb(248 250 252 / 0.05);
}

.border-alutel-neutral-50\/50 {
  border-color: rgb(248 250 252 / 0.5);
}

.border-alutel-neutral-50\/55 {
  border-color: rgb(248 250 252 / 0.55);
}

.border-alutel-neutral-50\/60 {
  border-color: rgb(248 250 252 / 0.6);
}

.border-alutel-neutral-50\/65 {
  border-color: rgb(248 250 252 / 0.65);
}

.border-alutel-neutral-50\/70 {
  border-color: rgb(248 250 252 / 0.7);
}

.border-alutel-neutral-50\/75 {
  border-color: rgb(248 250 252 / 0.75);
}

.border-alutel-neutral-50\/80 {
  border-color: rgb(248 250 252 / 0.8);
}

.border-alutel-neutral-50\/85 {
  border-color: rgb(248 250 252 / 0.85);
}

.border-alutel-neutral-50\/90 {
  border-color: rgb(248 250 252 / 0.9);
}

.border-alutel-neutral-50\/95 {
  border-color: rgb(248 250 252 / 0.95);
}

.border-alutel-neutral-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.border-alutel-neutral-500\/0 {
  border-color: rgb(100 116 139 / 0);
}

.border-alutel-neutral-500\/10 {
  border-color: rgb(100 116 139 / 0.1);
}

.border-alutel-neutral-500\/100 {
  border-color: rgb(100 116 139 / 1);
}

.border-alutel-neutral-500\/15 {
  border-color: rgb(100 116 139 / 0.15);
}

.border-alutel-neutral-500\/20 {
  border-color: rgb(100 116 139 / 0.2);
}

.border-alutel-neutral-500\/25 {
  border-color: rgb(100 116 139 / 0.25);
}

.border-alutel-neutral-500\/30 {
  border-color: rgb(100 116 139 / 0.3);
}

.border-alutel-neutral-500\/35 {
  border-color: rgb(100 116 139 / 0.35);
}

.border-alutel-neutral-500\/40 {
  border-color: rgb(100 116 139 / 0.4);
}

.border-alutel-neutral-500\/45 {
  border-color: rgb(100 116 139 / 0.45);
}

.border-alutel-neutral-500\/5 {
  border-color: rgb(100 116 139 / 0.05);
}

.border-alutel-neutral-500\/50 {
  border-color: rgb(100 116 139 / 0.5);
}

.border-alutel-neutral-500\/55 {
  border-color: rgb(100 116 139 / 0.55);
}

.border-alutel-neutral-500\/60 {
  border-color: rgb(100 116 139 / 0.6);
}

.border-alutel-neutral-500\/65 {
  border-color: rgb(100 116 139 / 0.65);
}

.border-alutel-neutral-500\/70 {
  border-color: rgb(100 116 139 / 0.7);
}

.border-alutel-neutral-500\/75 {
  border-color: rgb(100 116 139 / 0.75);
}

.border-alutel-neutral-500\/80 {
  border-color: rgb(100 116 139 / 0.8);
}

.border-alutel-neutral-500\/85 {
  border-color: rgb(100 116 139 / 0.85);
}

.border-alutel-neutral-500\/90 {
  border-color: rgb(100 116 139 / 0.9);
}

.border-alutel-neutral-500\/95 {
  border-color: rgb(100 116 139 / 0.95);
}

.border-alutel-neutral-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.border-alutel-neutral-700\/0 {
  border-color: rgb(51 65 85 / 0);
}

.border-alutel-neutral-700\/10 {
  border-color: rgb(51 65 85 / 0.1);
}

.border-alutel-neutral-700\/100 {
  border-color: rgb(51 65 85 / 1);
}

.border-alutel-neutral-700\/15 {
  border-color: rgb(51 65 85 / 0.15);
}

.border-alutel-neutral-700\/20 {
  border-color: rgb(51 65 85 / 0.2);
}

.border-alutel-neutral-700\/25 {
  border-color: rgb(51 65 85 / 0.25);
}

.border-alutel-neutral-700\/30 {
  border-color: rgb(51 65 85 / 0.3);
}

.border-alutel-neutral-700\/35 {
  border-color: rgb(51 65 85 / 0.35);
}

.border-alutel-neutral-700\/40 {
  border-color: rgb(51 65 85 / 0.4);
}

.border-alutel-neutral-700\/45 {
  border-color: rgb(51 65 85 / 0.45);
}

.border-alutel-neutral-700\/5 {
  border-color: rgb(51 65 85 / 0.05);
}

.border-alutel-neutral-700\/50 {
  border-color: rgb(51 65 85 / 0.5);
}

.border-alutel-neutral-700\/55 {
  border-color: rgb(51 65 85 / 0.55);
}

.border-alutel-neutral-700\/60 {
  border-color: rgb(51 65 85 / 0.6);
}

.border-alutel-neutral-700\/65 {
  border-color: rgb(51 65 85 / 0.65);
}

.border-alutel-neutral-700\/70 {
  border-color: rgb(51 65 85 / 0.7);
}

.border-alutel-neutral-700\/75 {
  border-color: rgb(51 65 85 / 0.75);
}

.border-alutel-neutral-700\/80 {
  border-color: rgb(51 65 85 / 0.8);
}

.border-alutel-neutral-700\/85 {
  border-color: rgb(51 65 85 / 0.85);
}

.border-alutel-neutral-700\/90 {
  border-color: rgb(51 65 85 / 0.9);
}

.border-alutel-neutral-700\/95 {
  border-color: rgb(51 65 85 / 0.95);
}

.border-alutel-neutral-900 {
  --tw-border-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-border-opacity));
}

.border-alutel-neutral-900\/0 {
  border-color: rgb(2 6 23 / 0);
}

.border-alutel-neutral-900\/10 {
  border-color: rgb(2 6 23 / 0.1);
}

.border-alutel-neutral-900\/100 {
  border-color: rgb(2 6 23 / 1);
}

.border-alutel-neutral-900\/15 {
  border-color: rgb(2 6 23 / 0.15);
}

.border-alutel-neutral-900\/20 {
  border-color: rgb(2 6 23 / 0.2);
}

.border-alutel-neutral-900\/25 {
  border-color: rgb(2 6 23 / 0.25);
}

.border-alutel-neutral-900\/30 {
  border-color: rgb(2 6 23 / 0.3);
}

.border-alutel-neutral-900\/35 {
  border-color: rgb(2 6 23 / 0.35);
}

.border-alutel-neutral-900\/40 {
  border-color: rgb(2 6 23 / 0.4);
}

.border-alutel-neutral-900\/45 {
  border-color: rgb(2 6 23 / 0.45);
}

.border-alutel-neutral-900\/5 {
  border-color: rgb(2 6 23 / 0.05);
}

.border-alutel-neutral-900\/50 {
  border-color: rgb(2 6 23 / 0.5);
}

.border-alutel-neutral-900\/55 {
  border-color: rgb(2 6 23 / 0.55);
}

.border-alutel-neutral-900\/60 {
  border-color: rgb(2 6 23 / 0.6);
}

.border-alutel-neutral-900\/65 {
  border-color: rgb(2 6 23 / 0.65);
}

.border-alutel-neutral-900\/70 {
  border-color: rgb(2 6 23 / 0.7);
}

.border-alutel-neutral-900\/75 {
  border-color: rgb(2 6 23 / 0.75);
}

.border-alutel-neutral-900\/80 {
  border-color: rgb(2 6 23 / 0.8);
}

.border-alutel-neutral-900\/85 {
  border-color: rgb(2 6 23 / 0.85);
}

.border-alutel-neutral-900\/90 {
  border-color: rgb(2 6 23 / 0.9);
}

.border-alutel-neutral-900\/95 {
  border-color: rgb(2 6 23 / 0.95);
}

.border-alutel-primary-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity));
}

.border-alutel-primary-100\/0 {
  border-color: rgb(224 242 254 / 0);
}

.border-alutel-primary-100\/10 {
  border-color: rgb(224 242 254 / 0.1);
}

.border-alutel-primary-100\/100 {
  border-color: rgb(224 242 254 / 1);
}

.border-alutel-primary-100\/15 {
  border-color: rgb(224 242 254 / 0.15);
}

.border-alutel-primary-100\/20 {
  border-color: rgb(224 242 254 / 0.2);
}

.border-alutel-primary-100\/25 {
  border-color: rgb(224 242 254 / 0.25);
}

.border-alutel-primary-100\/30 {
  border-color: rgb(224 242 254 / 0.3);
}

.border-alutel-primary-100\/35 {
  border-color: rgb(224 242 254 / 0.35);
}

.border-alutel-primary-100\/40 {
  border-color: rgb(224 242 254 / 0.4);
}

.border-alutel-primary-100\/45 {
  border-color: rgb(224 242 254 / 0.45);
}

.border-alutel-primary-100\/5 {
  border-color: rgb(224 242 254 / 0.05);
}

.border-alutel-primary-100\/50 {
  border-color: rgb(224 242 254 / 0.5);
}

.border-alutel-primary-100\/55 {
  border-color: rgb(224 242 254 / 0.55);
}

.border-alutel-primary-100\/60 {
  border-color: rgb(224 242 254 / 0.6);
}

.border-alutel-primary-100\/65 {
  border-color: rgb(224 242 254 / 0.65);
}

.border-alutel-primary-100\/70 {
  border-color: rgb(224 242 254 / 0.7);
}

.border-alutel-primary-100\/75 {
  border-color: rgb(224 242 254 / 0.75);
}

.border-alutel-primary-100\/80 {
  border-color: rgb(224 242 254 / 0.8);
}

.border-alutel-primary-100\/85 {
  border-color: rgb(224 242 254 / 0.85);
}

.border-alutel-primary-100\/90 {
  border-color: rgb(224 242 254 / 0.9);
}

.border-alutel-primary-100\/95 {
  border-color: rgb(224 242 254 / 0.95);
}

.border-alutel-primary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.border-alutel-primary-300\/0 {
  border-color: rgb(125 211 252 / 0);
}

.border-alutel-primary-300\/10 {
  border-color: rgb(125 211 252 / 0.1);
}

.border-alutel-primary-300\/100 {
  border-color: rgb(125 211 252 / 1);
}

.border-alutel-primary-300\/15 {
  border-color: rgb(125 211 252 / 0.15);
}

.border-alutel-primary-300\/20 {
  border-color: rgb(125 211 252 / 0.2);
}

.border-alutel-primary-300\/25 {
  border-color: rgb(125 211 252 / 0.25);
}

.border-alutel-primary-300\/30 {
  border-color: rgb(125 211 252 / 0.3);
}

.border-alutel-primary-300\/35 {
  border-color: rgb(125 211 252 / 0.35);
}

.border-alutel-primary-300\/40 {
  border-color: rgb(125 211 252 / 0.4);
}

.border-alutel-primary-300\/45 {
  border-color: rgb(125 211 252 / 0.45);
}

.border-alutel-primary-300\/5 {
  border-color: rgb(125 211 252 / 0.05);
}

.border-alutel-primary-300\/50 {
  border-color: rgb(125 211 252 / 0.5);
}

.border-alutel-primary-300\/55 {
  border-color: rgb(125 211 252 / 0.55);
}

.border-alutel-primary-300\/60 {
  border-color: rgb(125 211 252 / 0.6);
}

.border-alutel-primary-300\/65 {
  border-color: rgb(125 211 252 / 0.65);
}

.border-alutel-primary-300\/70 {
  border-color: rgb(125 211 252 / 0.7);
}

.border-alutel-primary-300\/75 {
  border-color: rgb(125 211 252 / 0.75);
}

.border-alutel-primary-300\/80 {
  border-color: rgb(125 211 252 / 0.8);
}

.border-alutel-primary-300\/85 {
  border-color: rgb(125 211 252 / 0.85);
}

.border-alutel-primary-300\/90 {
  border-color: rgb(125 211 252 / 0.9);
}

.border-alutel-primary-300\/95 {
  border-color: rgb(125 211 252 / 0.95);
}

.border-alutel-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.border-alutel-primary-500\/0 {
  border-color: rgb(14 165 233 / 0);
}

.border-alutel-primary-500\/10 {
  border-color: rgb(14 165 233 / 0.1);
}

.border-alutel-primary-500\/100 {
  border-color: rgb(14 165 233 / 1);
}

.border-alutel-primary-500\/15 {
  border-color: rgb(14 165 233 / 0.15);
}

.border-alutel-primary-500\/20 {
  border-color: rgb(14 165 233 / 0.2);
}

.border-alutel-primary-500\/25 {
  border-color: rgb(14 165 233 / 0.25);
}

.border-alutel-primary-500\/30 {
  border-color: rgb(14 165 233 / 0.3);
}

.border-alutel-primary-500\/35 {
  border-color: rgb(14 165 233 / 0.35);
}

.border-alutel-primary-500\/40 {
  border-color: rgb(14 165 233 / 0.4);
}

.border-alutel-primary-500\/45 {
  border-color: rgb(14 165 233 / 0.45);
}

.border-alutel-primary-500\/5 {
  border-color: rgb(14 165 233 / 0.05);
}

.border-alutel-primary-500\/50 {
  border-color: rgb(14 165 233 / 0.5);
}

.border-alutel-primary-500\/55 {
  border-color: rgb(14 165 233 / 0.55);
}

.border-alutel-primary-500\/60 {
  border-color: rgb(14 165 233 / 0.6);
}

.border-alutel-primary-500\/65 {
  border-color: rgb(14 165 233 / 0.65);
}

.border-alutel-primary-500\/70 {
  border-color: rgb(14 165 233 / 0.7);
}

.border-alutel-primary-500\/75 {
  border-color: rgb(14 165 233 / 0.75);
}

.border-alutel-primary-500\/80 {
  border-color: rgb(14 165 233 / 0.8);
}

.border-alutel-primary-500\/85 {
  border-color: rgb(14 165 233 / 0.85);
}

.border-alutel-primary-500\/90 {
  border-color: rgb(14 165 233 / 0.9);
}

.border-alutel-primary-500\/95 {
  border-color: rgb(14 165 233 / 0.95);
}

.border-alutel-primary-700 {
  --tw-border-opacity: 1;
  border-color: rgb(0 85 164 / var(--tw-border-opacity));
}

.border-alutel-primary-700\/0 {
  border-color: rgb(0 85 164 / 0);
}

.border-alutel-primary-700\/10 {
  border-color: rgb(0 85 164 / 0.1);
}

.border-alutel-primary-700\/100 {
  border-color: rgb(0 85 164 / 1);
}

.border-alutel-primary-700\/15 {
  border-color: rgb(0 85 164 / 0.15);
}

.border-alutel-primary-700\/20 {
  border-color: rgb(0 85 164 / 0.2);
}

.border-alutel-primary-700\/25 {
  border-color: rgb(0 85 164 / 0.25);
}

.border-alutel-primary-700\/30 {
  border-color: rgb(0 85 164 / 0.3);
}

.border-alutel-primary-700\/35 {
  border-color: rgb(0 85 164 / 0.35);
}

.border-alutel-primary-700\/40 {
  border-color: rgb(0 85 164 / 0.4);
}

.border-alutel-primary-700\/45 {
  border-color: rgb(0 85 164 / 0.45);
}

.border-alutel-primary-700\/5 {
  border-color: rgb(0 85 164 / 0.05);
}

.border-alutel-primary-700\/50 {
  border-color: rgb(0 85 164 / 0.5);
}

.border-alutel-primary-700\/55 {
  border-color: rgb(0 85 164 / 0.55);
}

.border-alutel-primary-700\/60 {
  border-color: rgb(0 85 164 / 0.6);
}

.border-alutel-primary-700\/65 {
  border-color: rgb(0 85 164 / 0.65);
}

.border-alutel-primary-700\/70 {
  border-color: rgb(0 85 164 / 0.7);
}

.border-alutel-primary-700\/75 {
  border-color: rgb(0 85 164 / 0.75);
}

.border-alutel-primary-700\/80 {
  border-color: rgb(0 85 164 / 0.8);
}

.border-alutel-primary-700\/85 {
  border-color: rgb(0 85 164 / 0.85);
}

.border-alutel-primary-700\/90 {
  border-color: rgb(0 85 164 / 0.9);
}

.border-alutel-primary-700\/95 {
  border-color: rgb(0 85 164 / 0.95);
}

.border-alutel-primary-900 {
  --tw-border-opacity: 1;
  border-color: rgb(2 36 63 / var(--tw-border-opacity));
}

.border-alutel-primary-900\/0 {
  border-color: rgb(2 36 63 / 0);
}

.border-alutel-primary-900\/10 {
  border-color: rgb(2 36 63 / 0.1);
}

.border-alutel-primary-900\/100 {
  border-color: rgb(2 36 63 / 1);
}

.border-alutel-primary-900\/15 {
  border-color: rgb(2 36 63 / 0.15);
}

.border-alutel-primary-900\/20 {
  border-color: rgb(2 36 63 / 0.2);
}

.border-alutel-primary-900\/25 {
  border-color: rgb(2 36 63 / 0.25);
}

.border-alutel-primary-900\/30 {
  border-color: rgb(2 36 63 / 0.3);
}

.border-alutel-primary-900\/35 {
  border-color: rgb(2 36 63 / 0.35);
}

.border-alutel-primary-900\/40 {
  border-color: rgb(2 36 63 / 0.4);
}

.border-alutel-primary-900\/45 {
  border-color: rgb(2 36 63 / 0.45);
}

.border-alutel-primary-900\/5 {
  border-color: rgb(2 36 63 / 0.05);
}

.border-alutel-primary-900\/50 {
  border-color: rgb(2 36 63 / 0.5);
}

.border-alutel-primary-900\/55 {
  border-color: rgb(2 36 63 / 0.55);
}

.border-alutel-primary-900\/60 {
  border-color: rgb(2 36 63 / 0.6);
}

.border-alutel-primary-900\/65 {
  border-color: rgb(2 36 63 / 0.65);
}

.border-alutel-primary-900\/70 {
  border-color: rgb(2 36 63 / 0.7);
}

.border-alutel-primary-900\/75 {
  border-color: rgb(2 36 63 / 0.75);
}

.border-alutel-primary-900\/80 {
  border-color: rgb(2 36 63 / 0.8);
}

.border-alutel-primary-900\/85 {
  border-color: rgb(2 36 63 / 0.85);
}

.border-alutel-primary-900\/90 {
  border-color: rgb(2 36 63 / 0.9);
}

.border-alutel-primary-900\/95 {
  border-color: rgb(2 36 63 / 0.95);
}

.border-alutel-state-error {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-alutel-state-error\/0 {
  border-color: rgb(239 68 68 / 0);
}

.border-alutel-state-error\/10 {
  border-color: rgb(239 68 68 / 0.1);
}

.border-alutel-state-error\/100 {
  border-color: rgb(239 68 68 / 1);
}

.border-alutel-state-error\/15 {
  border-color: rgb(239 68 68 / 0.15);
}

.border-alutel-state-error\/20 {
  border-color: rgb(239 68 68 / 0.2);
}

.border-alutel-state-error\/25 {
  border-color: rgb(239 68 68 / 0.25);
}

.border-alutel-state-error\/30 {
  border-color: rgb(239 68 68 / 0.3);
}

.border-alutel-state-error\/35 {
  border-color: rgb(239 68 68 / 0.35);
}

.border-alutel-state-error\/40 {
  border-color: rgb(239 68 68 / 0.4);
}

.border-alutel-state-error\/45 {
  border-color: rgb(239 68 68 / 0.45);
}

.border-alutel-state-error\/5 {
  border-color: rgb(239 68 68 / 0.05);
}

.border-alutel-state-error\/50 {
  border-color: rgb(239 68 68 / 0.5);
}

.border-alutel-state-error\/55 {
  border-color: rgb(239 68 68 / 0.55);
}

.border-alutel-state-error\/60 {
  border-color: rgb(239 68 68 / 0.6);
}

.border-alutel-state-error\/65 {
  border-color: rgb(239 68 68 / 0.65);
}

.border-alutel-state-error\/70 {
  border-color: rgb(239 68 68 / 0.7);
}

.border-alutel-state-error\/75 {
  border-color: rgb(239 68 68 / 0.75);
}

.border-alutel-state-error\/80 {
  border-color: rgb(239 68 68 / 0.8);
}

.border-alutel-state-error\/85 {
  border-color: rgb(239 68 68 / 0.85);
}

.border-alutel-state-error\/90 {
  border-color: rgb(239 68 68 / 0.9);
}

.border-alutel-state-error\/95 {
  border-color: rgb(239 68 68 / 0.95);
}

.border-alutel-state-info {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.border-alutel-state-info\/0 {
  border-color: rgb(14 165 233 / 0);
}

.border-alutel-state-info\/10 {
  border-color: rgb(14 165 233 / 0.1);
}

.border-alutel-state-info\/100 {
  border-color: rgb(14 165 233 / 1);
}

.border-alutel-state-info\/15 {
  border-color: rgb(14 165 233 / 0.15);
}

.border-alutel-state-info\/20 {
  border-color: rgb(14 165 233 / 0.2);
}

.border-alutel-state-info\/25 {
  border-color: rgb(14 165 233 / 0.25);
}

.border-alutel-state-info\/30 {
  border-color: rgb(14 165 233 / 0.3);
}

.border-alutel-state-info\/35 {
  border-color: rgb(14 165 233 / 0.35);
}

.border-alutel-state-info\/40 {
  border-color: rgb(14 165 233 / 0.4);
}

.border-alutel-state-info\/45 {
  border-color: rgb(14 165 233 / 0.45);
}

.border-alutel-state-info\/5 {
  border-color: rgb(14 165 233 / 0.05);
}

.border-alutel-state-info\/50 {
  border-color: rgb(14 165 233 / 0.5);
}

.border-alutel-state-info\/55 {
  border-color: rgb(14 165 233 / 0.55);
}

.border-alutel-state-info\/60 {
  border-color: rgb(14 165 233 / 0.6);
}

.border-alutel-state-info\/65 {
  border-color: rgb(14 165 233 / 0.65);
}

.border-alutel-state-info\/70 {
  border-color: rgb(14 165 233 / 0.7);
}

.border-alutel-state-info\/75 {
  border-color: rgb(14 165 233 / 0.75);
}

.border-alutel-state-info\/80 {
  border-color: rgb(14 165 233 / 0.8);
}

.border-alutel-state-info\/85 {
  border-color: rgb(14 165 233 / 0.85);
}

.border-alutel-state-info\/90 {
  border-color: rgb(14 165 233 / 0.9);
}

.border-alutel-state-info\/95 {
  border-color: rgb(14 165 233 / 0.95);
}

.border-alutel-state-success {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-alutel-state-success\/0 {
  border-color: rgb(34 197 94 / 0);
}

.border-alutel-state-success\/10 {
  border-color: rgb(34 197 94 / 0.1);
}

.border-alutel-state-success\/100 {
  border-color: rgb(34 197 94 / 1);
}

.border-alutel-state-success\/15 {
  border-color: rgb(34 197 94 / 0.15);
}

.border-alutel-state-success\/20 {
  border-color: rgb(34 197 94 / 0.2);
}

.border-alutel-state-success\/25 {
  border-color: rgb(34 197 94 / 0.25);
}

.border-alutel-state-success\/30 {
  border-color: rgb(34 197 94 / 0.3);
}

.border-alutel-state-success\/35 {
  border-color: rgb(34 197 94 / 0.35);
}

.border-alutel-state-success\/40 {
  border-color: rgb(34 197 94 / 0.4);
}

.border-alutel-state-success\/45 {
  border-color: rgb(34 197 94 / 0.45);
}

.border-alutel-state-success\/5 {
  border-color: rgb(34 197 94 / 0.05);
}

.border-alutel-state-success\/50 {
  border-color: rgb(34 197 94 / 0.5);
}

.border-alutel-state-success\/55 {
  border-color: rgb(34 197 94 / 0.55);
}

.border-alutel-state-success\/60 {
  border-color: rgb(34 197 94 / 0.6);
}

.border-alutel-state-success\/65 {
  border-color: rgb(34 197 94 / 0.65);
}

.border-alutel-state-success\/70 {
  border-color: rgb(34 197 94 / 0.7);
}

.border-alutel-state-success\/75 {
  border-color: rgb(34 197 94 / 0.75);
}

.border-alutel-state-success\/80 {
  border-color: rgb(34 197 94 / 0.8);
}

.border-alutel-state-success\/85 {
  border-color: rgb(34 197 94 / 0.85);
}

.border-alutel-state-success\/90 {
  border-color: rgb(34 197 94 / 0.9);
}

.border-alutel-state-success\/95 {
  border-color: rgb(34 197 94 / 0.95);
}

.border-alutel-state-warning {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-alutel-state-warning\/0 {
  border-color: rgb(234 179 8 / 0);
}

.border-alutel-state-warning\/10 {
  border-color: rgb(234 179 8 / 0.1);
}

.border-alutel-state-warning\/100 {
  border-color: rgb(234 179 8 / 1);
}

.border-alutel-state-warning\/15 {
  border-color: rgb(234 179 8 / 0.15);
}

.border-alutel-state-warning\/20 {
  border-color: rgb(234 179 8 / 0.2);
}

.border-alutel-state-warning\/25 {
  border-color: rgb(234 179 8 / 0.25);
}

.border-alutel-state-warning\/30 {
  border-color: rgb(234 179 8 / 0.3);
}

.border-alutel-state-warning\/35 {
  border-color: rgb(234 179 8 / 0.35);
}

.border-alutel-state-warning\/40 {
  border-color: rgb(234 179 8 / 0.4);
}

.border-alutel-state-warning\/45 {
  border-color: rgb(234 179 8 / 0.45);
}

.border-alutel-state-warning\/5 {
  border-color: rgb(234 179 8 / 0.05);
}

.border-alutel-state-warning\/50 {
  border-color: rgb(234 179 8 / 0.5);
}

.border-alutel-state-warning\/55 {
  border-color: rgb(234 179 8 / 0.55);
}

.border-alutel-state-warning\/60 {
  border-color: rgb(234 179 8 / 0.6);
}

.border-alutel-state-warning\/65 {
  border-color: rgb(234 179 8 / 0.65);
}

.border-alutel-state-warning\/70 {
  border-color: rgb(234 179 8 / 0.7);
}

.border-alutel-state-warning\/75 {
  border-color: rgb(234 179 8 / 0.75);
}

.border-alutel-state-warning\/80 {
  border-color: rgb(234 179 8 / 0.8);
}

.border-alutel-state-warning\/85 {
  border-color: rgb(234 179 8 / 0.85);
}

.border-alutel-state-warning\/90 {
  border-color: rgb(234 179 8 / 0.9);
}

.border-alutel-state-warning\/95 {
  border-color: rgb(234 179 8 / 0.95);
}

.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-neutral-100\/0 {
  border-color: rgb(245 245 245 / 0);
}

.border-neutral-100\/10 {
  border-color: rgb(245 245 245 / 0.1);
}

.border-neutral-100\/100 {
  border-color: rgb(245 245 245 / 1);
}

.border-neutral-100\/15 {
  border-color: rgb(245 245 245 / 0.15);
}

.border-neutral-100\/20 {
  border-color: rgb(245 245 245 / 0.2);
}

.border-neutral-100\/25 {
  border-color: rgb(245 245 245 / 0.25);
}

.border-neutral-100\/30 {
  border-color: rgb(245 245 245 / 0.3);
}

.border-neutral-100\/35 {
  border-color: rgb(245 245 245 / 0.35);
}

.border-neutral-100\/40 {
  border-color: rgb(245 245 245 / 0.4);
}

.border-neutral-100\/45 {
  border-color: rgb(245 245 245 / 0.45);
}

.border-neutral-100\/5 {
  border-color: rgb(245 245 245 / 0.05);
}

.border-neutral-100\/50 {
  border-color: rgb(245 245 245 / 0.5);
}

.border-neutral-100\/55 {
  border-color: rgb(245 245 245 / 0.55);
}

.border-neutral-100\/60 {
  border-color: rgb(245 245 245 / 0.6);
}

.border-neutral-100\/65 {
  border-color: rgb(245 245 245 / 0.65);
}

.border-neutral-100\/70 {
  border-color: rgb(245 245 245 / 0.7);
}

.border-neutral-100\/75 {
  border-color: rgb(245 245 245 / 0.75);
}

.border-neutral-100\/80 {
  border-color: rgb(245 245 245 / 0.8);
}

.border-neutral-100\/85 {
  border-color: rgb(245 245 245 / 0.85);
}

.border-neutral-100\/90 {
  border-color: rgb(245 245 245 / 0.9);
}

.border-neutral-100\/95 {
  border-color: rgb(245 245 245 / 0.95);
}

.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-neutral-200\/0 {
  border-color: rgb(229 229 229 / 0);
}

.border-neutral-200\/10 {
  border-color: rgb(229 229 229 / 0.1);
}

.border-neutral-200\/100 {
  border-color: rgb(229 229 229 / 1);
}

.border-neutral-200\/15 {
  border-color: rgb(229 229 229 / 0.15);
}

.border-neutral-200\/20 {
  border-color: rgb(229 229 229 / 0.2);
}

.border-neutral-200\/25 {
  border-color: rgb(229 229 229 / 0.25);
}

.border-neutral-200\/30 {
  border-color: rgb(229 229 229 / 0.3);
}

.border-neutral-200\/35 {
  border-color: rgb(229 229 229 / 0.35);
}

.border-neutral-200\/40 {
  border-color: rgb(229 229 229 / 0.4);
}

.border-neutral-200\/45 {
  border-color: rgb(229 229 229 / 0.45);
}

.border-neutral-200\/5 {
  border-color: rgb(229 229 229 / 0.05);
}

.border-neutral-200\/50 {
  border-color: rgb(229 229 229 / 0.5);
}

.border-neutral-200\/55 {
  border-color: rgb(229 229 229 / 0.55);
}

.border-neutral-200\/60 {
  border-color: rgb(229 229 229 / 0.6);
}

.border-neutral-200\/65 {
  border-color: rgb(229 229 229 / 0.65);
}

.border-neutral-200\/70 {
  border-color: rgb(229 229 229 / 0.7);
}

.border-neutral-200\/75 {
  border-color: rgb(229 229 229 / 0.75);
}

.border-neutral-200\/80 {
  border-color: rgb(229 229 229 / 0.8);
}

.border-neutral-200\/85 {
  border-color: rgb(229 229 229 / 0.85);
}

.border-neutral-200\/90 {
  border-color: rgb(229 229 229 / 0.9);
}

.border-neutral-200\/95 {
  border-color: rgb(229 229 229 / 0.95);
}

.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-neutral-300\/0 {
  border-color: rgb(212 212 212 / 0);
}

.border-neutral-300\/10 {
  border-color: rgb(212 212 212 / 0.1);
}

.border-neutral-300\/100 {
  border-color: rgb(212 212 212 / 1);
}

.border-neutral-300\/15 {
  border-color: rgb(212 212 212 / 0.15);
}

.border-neutral-300\/20 {
  border-color: rgb(212 212 212 / 0.2);
}

.border-neutral-300\/25 {
  border-color: rgb(212 212 212 / 0.25);
}

.border-neutral-300\/30 {
  border-color: rgb(212 212 212 / 0.3);
}

.border-neutral-300\/35 {
  border-color: rgb(212 212 212 / 0.35);
}

.border-neutral-300\/40 {
  border-color: rgb(212 212 212 / 0.4);
}

.border-neutral-300\/45 {
  border-color: rgb(212 212 212 / 0.45);
}

.border-neutral-300\/5 {
  border-color: rgb(212 212 212 / 0.05);
}

.border-neutral-300\/50 {
  border-color: rgb(212 212 212 / 0.5);
}

.border-neutral-300\/55 {
  border-color: rgb(212 212 212 / 0.55);
}

.border-neutral-300\/60 {
  border-color: rgb(212 212 212 / 0.6);
}

.border-neutral-300\/65 {
  border-color: rgb(212 212 212 / 0.65);
}

.border-neutral-300\/70 {
  border-color: rgb(212 212 212 / 0.7);
}

.border-neutral-300\/75 {
  border-color: rgb(212 212 212 / 0.75);
}

.border-neutral-300\/80 {
  border-color: rgb(212 212 212 / 0.8);
}

.border-neutral-300\/85 {
  border-color: rgb(212 212 212 / 0.85);
}

.border-neutral-300\/90 {
  border-color: rgb(212 212 212 / 0.9);
}

.border-neutral-300\/95 {
  border-color: rgb(212 212 212 / 0.95);
}

.border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-neutral-400\/0 {
  border-color: rgb(163 163 163 / 0);
}

.border-neutral-400\/10 {
  border-color: rgb(163 163 163 / 0.1);
}

.border-neutral-400\/100 {
  border-color: rgb(163 163 163 / 1);
}

.border-neutral-400\/15 {
  border-color: rgb(163 163 163 / 0.15);
}

.border-neutral-400\/20 {
  border-color: rgb(163 163 163 / 0.2);
}

.border-neutral-400\/25 {
  border-color: rgb(163 163 163 / 0.25);
}

.border-neutral-400\/30 {
  border-color: rgb(163 163 163 / 0.3);
}

.border-neutral-400\/35 {
  border-color: rgb(163 163 163 / 0.35);
}

.border-neutral-400\/40 {
  border-color: rgb(163 163 163 / 0.4);
}

.border-neutral-400\/45 {
  border-color: rgb(163 163 163 / 0.45);
}

.border-neutral-400\/5 {
  border-color: rgb(163 163 163 / 0.05);
}

.border-neutral-400\/50 {
  border-color: rgb(163 163 163 / 0.5);
}

.border-neutral-400\/55 {
  border-color: rgb(163 163 163 / 0.55);
}

.border-neutral-400\/60 {
  border-color: rgb(163 163 163 / 0.6);
}

.border-neutral-400\/65 {
  border-color: rgb(163 163 163 / 0.65);
}

.border-neutral-400\/70 {
  border-color: rgb(163 163 163 / 0.7);
}

.border-neutral-400\/75 {
  border-color: rgb(163 163 163 / 0.75);
}

.border-neutral-400\/80 {
  border-color: rgb(163 163 163 / 0.8);
}

.border-neutral-400\/85 {
  border-color: rgb(163 163 163 / 0.85);
}

.border-neutral-400\/90 {
  border-color: rgb(163 163 163 / 0.9);
}

.border-neutral-400\/95 {
  border-color: rgb(163 163 163 / 0.95);
}

.border-neutral-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-neutral-50\/0 {
  border-color: rgb(250 250 250 / 0);
}

.border-neutral-50\/10 {
  border-color: rgb(250 250 250 / 0.1);
}

.border-neutral-50\/100 {
  border-color: rgb(250 250 250 / 1);
}

.border-neutral-50\/15 {
  border-color: rgb(250 250 250 / 0.15);
}

.border-neutral-50\/20 {
  border-color: rgb(250 250 250 / 0.2);
}

.border-neutral-50\/25 {
  border-color: rgb(250 250 250 / 0.25);
}

.border-neutral-50\/30 {
  border-color: rgb(250 250 250 / 0.3);
}

.border-neutral-50\/35 {
  border-color: rgb(250 250 250 / 0.35);
}

.border-neutral-50\/40 {
  border-color: rgb(250 250 250 / 0.4);
}

.border-neutral-50\/45 {
  border-color: rgb(250 250 250 / 0.45);
}

.border-neutral-50\/5 {
  border-color: rgb(250 250 250 / 0.05);
}

.border-neutral-50\/50 {
  border-color: rgb(250 250 250 / 0.5);
}

.border-neutral-50\/55 {
  border-color: rgb(250 250 250 / 0.55);
}

.border-neutral-50\/60 {
  border-color: rgb(250 250 250 / 0.6);
}

.border-neutral-50\/65 {
  border-color: rgb(250 250 250 / 0.65);
}

.border-neutral-50\/70 {
  border-color: rgb(250 250 250 / 0.7);
}

.border-neutral-50\/75 {
  border-color: rgb(250 250 250 / 0.75);
}

.border-neutral-50\/80 {
  border-color: rgb(250 250 250 / 0.8);
}

.border-neutral-50\/85 {
  border-color: rgb(250 250 250 / 0.85);
}

.border-neutral-50\/90 {
  border-color: rgb(250 250 250 / 0.9);
}

.border-neutral-50\/95 {
  border-color: rgb(250 250 250 / 0.95);
}

.border-neutral-500 {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-neutral-500\/0 {
  border-color: rgb(115 115 115 / 0);
}

.border-neutral-500\/10 {
  border-color: rgb(115 115 115 / 0.1);
}

.border-neutral-500\/100 {
  border-color: rgb(115 115 115 / 1);
}

.border-neutral-500\/15 {
  border-color: rgb(115 115 115 / 0.15);
}

.border-neutral-500\/20 {
  border-color: rgb(115 115 115 / 0.2);
}

.border-neutral-500\/25 {
  border-color: rgb(115 115 115 / 0.25);
}

.border-neutral-500\/30 {
  border-color: rgb(115 115 115 / 0.3);
}

.border-neutral-500\/35 {
  border-color: rgb(115 115 115 / 0.35);
}

.border-neutral-500\/40 {
  border-color: rgb(115 115 115 / 0.4);
}

.border-neutral-500\/45 {
  border-color: rgb(115 115 115 / 0.45);
}

.border-neutral-500\/5 {
  border-color: rgb(115 115 115 / 0.05);
}

.border-neutral-500\/50 {
  border-color: rgb(115 115 115 / 0.5);
}

.border-neutral-500\/55 {
  border-color: rgb(115 115 115 / 0.55);
}

.border-neutral-500\/60 {
  border-color: rgb(115 115 115 / 0.6);
}

.border-neutral-500\/65 {
  border-color: rgb(115 115 115 / 0.65);
}

.border-neutral-500\/70 {
  border-color: rgb(115 115 115 / 0.7);
}

.border-neutral-500\/75 {
  border-color: rgb(115 115 115 / 0.75);
}

.border-neutral-500\/80 {
  border-color: rgb(115 115 115 / 0.8);
}

.border-neutral-500\/85 {
  border-color: rgb(115 115 115 / 0.85);
}

.border-neutral-500\/90 {
  border-color: rgb(115 115 115 / 0.9);
}

.border-neutral-500\/95 {
  border-color: rgb(115 115 115 / 0.95);
}

.border-neutral-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-neutral-600\/0 {
  border-color: rgb(82 82 82 / 0);
}

.border-neutral-600\/10 {
  border-color: rgb(82 82 82 / 0.1);
}

.border-neutral-600\/100 {
  border-color: rgb(82 82 82 / 1);
}

.border-neutral-600\/15 {
  border-color: rgb(82 82 82 / 0.15);
}

.border-neutral-600\/20 {
  border-color: rgb(82 82 82 / 0.2);
}

.border-neutral-600\/25 {
  border-color: rgb(82 82 82 / 0.25);
}

.border-neutral-600\/30 {
  border-color: rgb(82 82 82 / 0.3);
}

.border-neutral-600\/35 {
  border-color: rgb(82 82 82 / 0.35);
}

.border-neutral-600\/40 {
  border-color: rgb(82 82 82 / 0.4);
}

.border-neutral-600\/45 {
  border-color: rgb(82 82 82 / 0.45);
}

.border-neutral-600\/5 {
  border-color: rgb(82 82 82 / 0.05);
}

.border-neutral-600\/50 {
  border-color: rgb(82 82 82 / 0.5);
}

.border-neutral-600\/55 {
  border-color: rgb(82 82 82 / 0.55);
}

.border-neutral-600\/60 {
  border-color: rgb(82 82 82 / 0.6);
}

.border-neutral-600\/65 {
  border-color: rgb(82 82 82 / 0.65);
}

.border-neutral-600\/70 {
  border-color: rgb(82 82 82 / 0.7);
}

.border-neutral-600\/75 {
  border-color: rgb(82 82 82 / 0.75);
}

.border-neutral-600\/80 {
  border-color: rgb(82 82 82 / 0.8);
}

.border-neutral-600\/85 {
  border-color: rgb(82 82 82 / 0.85);
}

.border-neutral-600\/90 {
  border-color: rgb(82 82 82 / 0.9);
}

.border-neutral-600\/95 {
  border-color: rgb(82 82 82 / 0.95);
}

.border-neutral-700 {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-neutral-700\/0 {
  border-color: rgb(64 64 64 / 0);
}

.border-neutral-700\/10 {
  border-color: rgb(64 64 64 / 0.1);
}

.border-neutral-700\/100 {
  border-color: rgb(64 64 64 / 1);
}

.border-neutral-700\/15 {
  border-color: rgb(64 64 64 / 0.15);
}

.border-neutral-700\/20 {
  border-color: rgb(64 64 64 / 0.2);
}

.border-neutral-700\/25 {
  border-color: rgb(64 64 64 / 0.25);
}

.border-neutral-700\/30 {
  border-color: rgb(64 64 64 / 0.3);
}

.border-neutral-700\/35 {
  border-color: rgb(64 64 64 / 0.35);
}

.border-neutral-700\/40 {
  border-color: rgb(64 64 64 / 0.4);
}

.border-neutral-700\/45 {
  border-color: rgb(64 64 64 / 0.45);
}

.border-neutral-700\/5 {
  border-color: rgb(64 64 64 / 0.05);
}

.border-neutral-700\/50 {
  border-color: rgb(64 64 64 / 0.5);
}

.border-neutral-700\/55 {
  border-color: rgb(64 64 64 / 0.55);
}

.border-neutral-700\/60 {
  border-color: rgb(64 64 64 / 0.6);
}

.border-neutral-700\/65 {
  border-color: rgb(64 64 64 / 0.65);
}

.border-neutral-700\/70 {
  border-color: rgb(64 64 64 / 0.7);
}

.border-neutral-700\/75 {
  border-color: rgb(64 64 64 / 0.75);
}

.border-neutral-700\/80 {
  border-color: rgb(64 64 64 / 0.8);
}

.border-neutral-700\/85 {
  border-color: rgb(64 64 64 / 0.85);
}

.border-neutral-700\/90 {
  border-color: rgb(64 64 64 / 0.9);
}

.border-neutral-700\/95 {
  border-color: rgb(64 64 64 / 0.95);
}

.border-neutral-800 {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-neutral-800\/0 {
  border-color: rgb(38 38 38 / 0);
}

.border-neutral-800\/10 {
  border-color: rgb(38 38 38 / 0.1);
}

.border-neutral-800\/100 {
  border-color: rgb(38 38 38 / 1);
}

.border-neutral-800\/15 {
  border-color: rgb(38 38 38 / 0.15);
}

.border-neutral-800\/20 {
  border-color: rgb(38 38 38 / 0.2);
}

.border-neutral-800\/25 {
  border-color: rgb(38 38 38 / 0.25);
}

.border-neutral-800\/30 {
  border-color: rgb(38 38 38 / 0.3);
}

.border-neutral-800\/35 {
  border-color: rgb(38 38 38 / 0.35);
}

.border-neutral-800\/40 {
  border-color: rgb(38 38 38 / 0.4);
}

.border-neutral-800\/45 {
  border-color: rgb(38 38 38 / 0.45);
}

.border-neutral-800\/5 {
  border-color: rgb(38 38 38 / 0.05);
}

.border-neutral-800\/50 {
  border-color: rgb(38 38 38 / 0.5);
}

.border-neutral-800\/55 {
  border-color: rgb(38 38 38 / 0.55);
}

.border-neutral-800\/60 {
  border-color: rgb(38 38 38 / 0.6);
}

.border-neutral-800\/65 {
  border-color: rgb(38 38 38 / 0.65);
}

.border-neutral-800\/70 {
  border-color: rgb(38 38 38 / 0.7);
}

.border-neutral-800\/75 {
  border-color: rgb(38 38 38 / 0.75);
}

.border-neutral-800\/80 {
  border-color: rgb(38 38 38 / 0.8);
}

.border-neutral-800\/85 {
  border-color: rgb(38 38 38 / 0.85);
}

.border-neutral-800\/90 {
  border-color: rgb(38 38 38 / 0.9);
}

.border-neutral-800\/95 {
  border-color: rgb(38 38 38 / 0.95);
}

.border-neutral-900 {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-neutral-900\/0 {
  border-color: rgb(23 23 23 / 0);
}

.border-neutral-900\/10 {
  border-color: rgb(23 23 23 / 0.1);
}

.border-neutral-900\/100 {
  border-color: rgb(23 23 23 / 1);
}

.border-neutral-900\/15 {
  border-color: rgb(23 23 23 / 0.15);
}

.border-neutral-900\/20 {
  border-color: rgb(23 23 23 / 0.2);
}

.border-neutral-900\/25 {
  border-color: rgb(23 23 23 / 0.25);
}

.border-neutral-900\/30 {
  border-color: rgb(23 23 23 / 0.3);
}

.border-neutral-900\/35 {
  border-color: rgb(23 23 23 / 0.35);
}

.border-neutral-900\/40 {
  border-color: rgb(23 23 23 / 0.4);
}

.border-neutral-900\/45 {
  border-color: rgb(23 23 23 / 0.45);
}

.border-neutral-900\/5 {
  border-color: rgb(23 23 23 / 0.05);
}

.border-neutral-900\/50 {
  border-color: rgb(23 23 23 / 0.5);
}

.border-neutral-900\/55 {
  border-color: rgb(23 23 23 / 0.55);
}

.border-neutral-900\/60 {
  border-color: rgb(23 23 23 / 0.6);
}

.border-neutral-900\/65 {
  border-color: rgb(23 23 23 / 0.65);
}

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

.border-neutral-900\/75 {
  border-color: rgb(23 23 23 / 0.75);
}

.border-neutral-900\/80 {
  border-color: rgb(23 23 23 / 0.8);
}

.border-neutral-900\/85 {
  border-color: rgb(23 23 23 / 0.85);
}

.border-neutral-900\/90 {
  border-color: rgb(23 23 23 / 0.9);
}

.border-neutral-900\/95 {
  border-color: rgb(23 23 23 / 0.95);
}

.border-neutral-950 {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-neutral-950\/0 {
  border-color: rgb(10 10 10 / 0);
}

.border-neutral-950\/10 {
  border-color: rgb(10 10 10 / 0.1);
}

.border-neutral-950\/100 {
  border-color: rgb(10 10 10 / 1);
}

.border-neutral-950\/15 {
  border-color: rgb(10 10 10 / 0.15);
}

.border-neutral-950\/20 {
  border-color: rgb(10 10 10 / 0.2);
}

.border-neutral-950\/25 {
  border-color: rgb(10 10 10 / 0.25);
}

.border-neutral-950\/30 {
  border-color: rgb(10 10 10 / 0.3);
}

.border-neutral-950\/35 {
  border-color: rgb(10 10 10 / 0.35);
}

.border-neutral-950\/40 {
  border-color: rgb(10 10 10 / 0.4);
}

.border-neutral-950\/45 {
  border-color: rgb(10 10 10 / 0.45);
}

.border-neutral-950\/5 {
  border-color: rgb(10 10 10 / 0.05);
}

.border-neutral-950\/50 {
  border-color: rgb(10 10 10 / 0.5);
}

.border-neutral-950\/55 {
  border-color: rgb(10 10 10 / 0.55);
}

.border-neutral-950\/60 {
  border-color: rgb(10 10 10 / 0.6);
}

.border-neutral-950\/65 {
  border-color: rgb(10 10 10 / 0.65);
}

.border-neutral-950\/70 {
  border-color: rgb(10 10 10 / 0.7);
}

.border-neutral-950\/75 {
  border-color: rgb(10 10 10 / 0.75);
}

.border-neutral-950\/80 {
  border-color: rgb(10 10 10 / 0.8);
}

.border-neutral-950\/85 {
  border-color: rgb(10 10 10 / 0.85);
}

.border-neutral-950\/90 {
  border-color: rgb(10 10 10 / 0.9);
}

.border-neutral-950\/95 {
  border-color: rgb(10 10 10 / 0.95);
}

.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.border-slate-500\/60 {
  border-color: rgb(100 116 139 / 0.6);
}

.border-slate-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}

.\!bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85) !important;
}

.bg-\[\#050816\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 8 22 / var(--tw-bg-opacity));
}

.bg-alutel-accent-green {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-alutel-accent-green\/0 {
  background-color: rgb(34 197 94 / 0);
}

.bg-alutel-accent-green\/10 {
  background-color: rgb(34 197 94 / 0.1);
}

.bg-alutel-accent-green\/100 {
  background-color: rgb(34 197 94 / 1);
}

.bg-alutel-accent-green\/15 {
  background-color: rgb(34 197 94 / 0.15);
}

.bg-alutel-accent-green\/20 {
  background-color: rgb(34 197 94 / 0.2);
}

.bg-alutel-accent-green\/25 {
  background-color: rgb(34 197 94 / 0.25);
}

.bg-alutel-accent-green\/30 {
  background-color: rgb(34 197 94 / 0.3);
}

.bg-alutel-accent-green\/35 {
  background-color: rgb(34 197 94 / 0.35);
}

.bg-alutel-accent-green\/40 {
  background-color: rgb(34 197 94 / 0.4);
}

.bg-alutel-accent-green\/45 {
  background-color: rgb(34 197 94 / 0.45);
}

.bg-alutel-accent-green\/5 {
  background-color: rgb(34 197 94 / 0.05);
}

.bg-alutel-accent-green\/50 {
  background-color: rgb(34 197 94 / 0.5);
}

.bg-alutel-accent-green\/55 {
  background-color: rgb(34 197 94 / 0.55);
}

.bg-alutel-accent-green\/60 {
  background-color: rgb(34 197 94 / 0.6);
}

.bg-alutel-accent-green\/65 {
  background-color: rgb(34 197 94 / 0.65);
}

.bg-alutel-accent-green\/70 {
  background-color: rgb(34 197 94 / 0.7);
}

.bg-alutel-accent-green\/75 {
  background-color: rgb(34 197 94 / 0.75);
}

.bg-alutel-accent-green\/80 {
  background-color: rgb(34 197 94 / 0.8);
}

.bg-alutel-accent-green\/85 {
  background-color: rgb(34 197 94 / 0.85);
}

.bg-alutel-accent-green\/90 {
  background-color: rgb(34 197 94 / 0.9);
}

.bg-alutel-accent-green\/95 {
  background-color: rgb(34 197 94 / 0.95);
}

.bg-alutel-accent-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}

.bg-alutel-accent-pink\/0 {
  background-color: rgb(236 72 153 / 0);
}

.bg-alutel-accent-pink\/10 {
  background-color: rgb(236 72 153 / 0.1);
}

.bg-alutel-accent-pink\/100 {
  background-color: rgb(236 72 153 / 1);
}

.bg-alutel-accent-pink\/15 {
  background-color: rgb(236 72 153 / 0.15);
}

.bg-alutel-accent-pink\/20 {
  background-color: rgb(236 72 153 / 0.2);
}

.bg-alutel-accent-pink\/25 {
  background-color: rgb(236 72 153 / 0.25);
}

.bg-alutel-accent-pink\/30 {
  background-color: rgb(236 72 153 / 0.3);
}

.bg-alutel-accent-pink\/35 {
  background-color: rgb(236 72 153 / 0.35);
}

.bg-alutel-accent-pink\/40 {
  background-color: rgb(236 72 153 / 0.4);
}

.bg-alutel-accent-pink\/45 {
  background-color: rgb(236 72 153 / 0.45);
}

.bg-alutel-accent-pink\/5 {
  background-color: rgb(236 72 153 / 0.05);
}

.bg-alutel-accent-pink\/50 {
  background-color: rgb(236 72 153 / 0.5);
}

.bg-alutel-accent-pink\/55 {
  background-color: rgb(236 72 153 / 0.55);
}

.bg-alutel-accent-pink\/60 {
  background-color: rgb(236 72 153 / 0.6);
}

.bg-alutel-accent-pink\/65 {
  background-color: rgb(236 72 153 / 0.65);
}

.bg-alutel-accent-pink\/70 {
  background-color: rgb(236 72 153 / 0.7);
}

.bg-alutel-accent-pink\/75 {
  background-color: rgb(236 72 153 / 0.75);
}

.bg-alutel-accent-pink\/80 {
  background-color: rgb(236 72 153 / 0.8);
}

.bg-alutel-accent-pink\/85 {
  background-color: rgb(236 72 153 / 0.85);
}

.bg-alutel-accent-pink\/90 {
  background-color: rgb(236 72 153 / 0.9);
}

.bg-alutel-accent-pink\/95 {
  background-color: rgb(236 72 153 / 0.95);
}

.bg-alutel-accent-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

.bg-alutel-accent-purple\/0 {
  background-color: rgb(99 102 241 / 0);
}

.bg-alutel-accent-purple\/10 {
  background-color: rgb(99 102 241 / 0.1);
}

.bg-alutel-accent-purple\/100 {
  background-color: rgb(99 102 241 / 1);
}

.bg-alutel-accent-purple\/15 {
  background-color: rgb(99 102 241 / 0.15);
}

.bg-alutel-accent-purple\/20 {
  background-color: rgb(99 102 241 / 0.2);
}

.bg-alutel-accent-purple\/25 {
  background-color: rgb(99 102 241 / 0.25);
}

.bg-alutel-accent-purple\/30 {
  background-color: rgb(99 102 241 / 0.3);
}

.bg-alutel-accent-purple\/35 {
  background-color: rgb(99 102 241 / 0.35);
}

.bg-alutel-accent-purple\/40 {
  background-color: rgb(99 102 241 / 0.4);
}

.bg-alutel-accent-purple\/45 {
  background-color: rgb(99 102 241 / 0.45);
}

.bg-alutel-accent-purple\/5 {
  background-color: rgb(99 102 241 / 0.05);
}

.bg-alutel-accent-purple\/50 {
  background-color: rgb(99 102 241 / 0.5);
}

.bg-alutel-accent-purple\/55 {
  background-color: rgb(99 102 241 / 0.55);
}

.bg-alutel-accent-purple\/60 {
  background-color: rgb(99 102 241 / 0.6);
}

.bg-alutel-accent-purple\/65 {
  background-color: rgb(99 102 241 / 0.65);
}

.bg-alutel-accent-purple\/70 {
  background-color: rgb(99 102 241 / 0.7);
}

.bg-alutel-accent-purple\/75 {
  background-color: rgb(99 102 241 / 0.75);
}

.bg-alutel-accent-purple\/80 {
  background-color: rgb(99 102 241 / 0.8);
}

.bg-alutel-accent-purple\/85 {
  background-color: rgb(99 102 241 / 0.85);
}

.bg-alutel-accent-purple\/90 {
  background-color: rgb(99 102 241 / 0.9);
}

.bg-alutel-accent-purple\/95 {
  background-color: rgb(99 102 241 / 0.95);
}

.bg-alutel-accent-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}

.bg-alutel-accent-teal\/0 {
  background-color: rgb(20 184 166 / 0);
}

.bg-alutel-accent-teal\/10 {
  background-color: rgb(20 184 166 / 0.1);
}

.bg-alutel-accent-teal\/100 {
  background-color: rgb(20 184 166 / 1);
}

.bg-alutel-accent-teal\/15 {
  background-color: rgb(20 184 166 / 0.15);
}

.bg-alutel-accent-teal\/20 {
  background-color: rgb(20 184 166 / 0.2);
}

.bg-alutel-accent-teal\/25 {
  background-color: rgb(20 184 166 / 0.25);
}

.bg-alutel-accent-teal\/30 {
  background-color: rgb(20 184 166 / 0.3);
}

.bg-alutel-accent-teal\/35 {
  background-color: rgb(20 184 166 / 0.35);
}

.bg-alutel-accent-teal\/40 {
  background-color: rgb(20 184 166 / 0.4);
}

.bg-alutel-accent-teal\/45 {
  background-color: rgb(20 184 166 / 0.45);
}

.bg-alutel-accent-teal\/5 {
  background-color: rgb(20 184 166 / 0.05);
}

.bg-alutel-accent-teal\/50 {
  background-color: rgb(20 184 166 / 0.5);
}

.bg-alutel-accent-teal\/55 {
  background-color: rgb(20 184 166 / 0.55);
}

.bg-alutel-accent-teal\/60 {
  background-color: rgb(20 184 166 / 0.6);
}

.bg-alutel-accent-teal\/65 {
  background-color: rgb(20 184 166 / 0.65);
}

.bg-alutel-accent-teal\/70 {
  background-color: rgb(20 184 166 / 0.7);
}

.bg-alutel-accent-teal\/75 {
  background-color: rgb(20 184 166 / 0.75);
}

.bg-alutel-accent-teal\/80 {
  background-color: rgb(20 184 166 / 0.8);
}

.bg-alutel-accent-teal\/85 {
  background-color: rgb(20 184 166 / 0.85);
}

.bg-alutel-accent-teal\/90 {
  background-color: rgb(20 184 166 / 0.9);
}

.bg-alutel-accent-teal\/95 {
  background-color: rgb(20 184 166 / 0.95);
}

.bg-alutel-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-alutel-neutral-100\/0 {
  background-color: rgb(241 245 249 / 0);
}

.bg-alutel-neutral-100\/10 {
  background-color: rgb(241 245 249 / 0.1);
}

.bg-alutel-neutral-100\/100 {
  background-color: rgb(241 245 249 / 1);
}

.bg-alutel-neutral-100\/15 {
  background-color: rgb(241 245 249 / 0.15);
}

.bg-alutel-neutral-100\/20 {
  background-color: rgb(241 245 249 / 0.2);
}

.bg-alutel-neutral-100\/25 {
  background-color: rgb(241 245 249 / 0.25);
}

.bg-alutel-neutral-100\/30 {
  background-color: rgb(241 245 249 / 0.3);
}

.bg-alutel-neutral-100\/35 {
  background-color: rgb(241 245 249 / 0.35);
}

.bg-alutel-neutral-100\/40 {
  background-color: rgb(241 245 249 / 0.4);
}

.bg-alutel-neutral-100\/45 {
  background-color: rgb(241 245 249 / 0.45);
}

.bg-alutel-neutral-100\/5 {
  background-color: rgb(241 245 249 / 0.05);
}

.bg-alutel-neutral-100\/50 {
  background-color: rgb(241 245 249 / 0.5);
}

.bg-alutel-neutral-100\/55 {
  background-color: rgb(241 245 249 / 0.55);
}

.bg-alutel-neutral-100\/60 {
  background-color: rgb(241 245 249 / 0.6);
}

.bg-alutel-neutral-100\/65 {
  background-color: rgb(241 245 249 / 0.65);
}

.bg-alutel-neutral-100\/70 {
  background-color: rgb(241 245 249 / 0.7);
}

.bg-alutel-neutral-100\/75 {
  background-color: rgb(241 245 249 / 0.75);
}

.bg-alutel-neutral-100\/80 {
  background-color: rgb(241 245 249 / 0.8);
}

.bg-alutel-neutral-100\/85 {
  background-color: rgb(241 245 249 / 0.85);
}

.bg-alutel-neutral-100\/90 {
  background-color: rgb(241 245 249 / 0.9);
}

.bg-alutel-neutral-100\/95 {
  background-color: rgb(241 245 249 / 0.95);
}

.bg-alutel-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 245 / var(--tw-bg-opacity));
}

.bg-alutel-neutral-300\/0 {
  background-color: rgb(203 213 245 / 0);
}

.bg-alutel-neutral-300\/10 {
  background-color: rgb(203 213 245 / 0.1);
}

.bg-alutel-neutral-300\/100 {
  background-color: rgb(203 213 245 / 1);
}

.bg-alutel-neutral-300\/15 {
  background-color: rgb(203 213 245 / 0.15);
}

.bg-alutel-neutral-300\/20 {
  background-color: rgb(203 213 245 / 0.2);
}

.bg-alutel-neutral-300\/25 {
  background-color: rgb(203 213 245 / 0.25);
}

.bg-alutel-neutral-300\/30 {
  background-color: rgb(203 213 245 / 0.3);
}

.bg-alutel-neutral-300\/35 {
  background-color: rgb(203 213 245 / 0.35);
}

.bg-alutel-neutral-300\/40 {
  background-color: rgb(203 213 245 / 0.4);
}

.bg-alutel-neutral-300\/45 {
  background-color: rgb(203 213 245 / 0.45);
}

.bg-alutel-neutral-300\/5 {
  background-color: rgb(203 213 245 / 0.05);
}

.bg-alutel-neutral-300\/50 {
  background-color: rgb(203 213 245 / 0.5);
}

.bg-alutel-neutral-300\/55 {
  background-color: rgb(203 213 245 / 0.55);
}

.bg-alutel-neutral-300\/60 {
  background-color: rgb(203 213 245 / 0.6);
}

.bg-alutel-neutral-300\/65 {
  background-color: rgb(203 213 245 / 0.65);
}

.bg-alutel-neutral-300\/70 {
  background-color: rgb(203 213 245 / 0.7);
}

.bg-alutel-neutral-300\/75 {
  background-color: rgb(203 213 245 / 0.75);
}

.bg-alutel-neutral-300\/80 {
  background-color: rgb(203 213 245 / 0.8);
}

.bg-alutel-neutral-300\/85 {
  background-color: rgb(203 213 245 / 0.85);
}

.bg-alutel-neutral-300\/90 {
  background-color: rgb(203 213 245 / 0.9);
}

.bg-alutel-neutral-300\/95 {
  background-color: rgb(203 213 245 / 0.95);
}

.bg-alutel-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.bg-alutel-neutral-50\/0 {
  background-color: rgb(248 250 252 / 0);
}

.bg-alutel-neutral-50\/10 {
  background-color: rgb(248 250 252 / 0.1);
}

.bg-alutel-neutral-50\/100 {
  background-color: rgb(248 250 252 / 1);
}

.bg-alutel-neutral-50\/15 {
  background-color: rgb(248 250 252 / 0.15);
}

.bg-alutel-neutral-50\/20 {
  background-color: rgb(248 250 252 / 0.2);
}

.bg-alutel-neutral-50\/25 {
  background-color: rgb(248 250 252 / 0.25);
}

.bg-alutel-neutral-50\/30 {
  background-color: rgb(248 250 252 / 0.3);
}

.bg-alutel-neutral-50\/35 {
  background-color: rgb(248 250 252 / 0.35);
}

.bg-alutel-neutral-50\/40 {
  background-color: rgb(248 250 252 / 0.4);
}

.bg-alutel-neutral-50\/45 {
  background-color: rgb(248 250 252 / 0.45);
}

.bg-alutel-neutral-50\/5 {
  background-color: rgb(248 250 252 / 0.05);
}

.bg-alutel-neutral-50\/50 {
  background-color: rgb(248 250 252 / 0.5);
}

.bg-alutel-neutral-50\/55 {
  background-color: rgb(248 250 252 / 0.55);
}

.bg-alutel-neutral-50\/60 {
  background-color: rgb(248 250 252 / 0.6);
}

.bg-alutel-neutral-50\/65 {
  background-color: rgb(248 250 252 / 0.65);
}

.bg-alutel-neutral-50\/70 {
  background-color: rgb(248 250 252 / 0.7);
}

.bg-alutel-neutral-50\/75 {
  background-color: rgb(248 250 252 / 0.75);
}

.bg-alutel-neutral-50\/80 {
  background-color: rgb(248 250 252 / 0.8);
}

.bg-alutel-neutral-50\/85 {
  background-color: rgb(248 250 252 / 0.85);
}

.bg-alutel-neutral-50\/90 {
  background-color: rgb(248 250 252 / 0.9);
}

.bg-alutel-neutral-50\/95 {
  background-color: rgb(248 250 252 / 0.95);
}

.bg-alutel-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}

.bg-alutel-neutral-500\/0 {
  background-color: rgb(100 116 139 / 0);
}

.bg-alutel-neutral-500\/10 {
  background-color: rgb(100 116 139 / 0.1);
}

.bg-alutel-neutral-500\/100 {
  background-color: rgb(100 116 139 / 1);
}

.bg-alutel-neutral-500\/15 {
  background-color: rgb(100 116 139 / 0.15);
}

.bg-alutel-neutral-500\/20 {
  background-color: rgb(100 116 139 / 0.2);
}

.bg-alutel-neutral-500\/25 {
  background-color: rgb(100 116 139 / 0.25);
}

.bg-alutel-neutral-500\/30 {
  background-color: rgb(100 116 139 / 0.3);
}

.bg-alutel-neutral-500\/35 {
  background-color: rgb(100 116 139 / 0.35);
}

.bg-alutel-neutral-500\/40 {
  background-color: rgb(100 116 139 / 0.4);
}

.bg-alutel-neutral-500\/45 {
  background-color: rgb(100 116 139 / 0.45);
}

.bg-alutel-neutral-500\/5 {
  background-color: rgb(100 116 139 / 0.05);
}

.bg-alutel-neutral-500\/50 {
  background-color: rgb(100 116 139 / 0.5);
}

.bg-alutel-neutral-500\/55 {
  background-color: rgb(100 116 139 / 0.55);
}

.bg-alutel-neutral-500\/60 {
  background-color: rgb(100 116 139 / 0.6);
}

.bg-alutel-neutral-500\/65 {
  background-color: rgb(100 116 139 / 0.65);
}

.bg-alutel-neutral-500\/70 {
  background-color: rgb(100 116 139 / 0.7);
}

.bg-alutel-neutral-500\/75 {
  background-color: rgb(100 116 139 / 0.75);
}

.bg-alutel-neutral-500\/80 {
  background-color: rgb(100 116 139 / 0.8);
}

.bg-alutel-neutral-500\/85 {
  background-color: rgb(100 116 139 / 0.85);
}

.bg-alutel-neutral-500\/90 {
  background-color: rgb(100 116 139 / 0.9);
}

.bg-alutel-neutral-500\/95 {
  background-color: rgb(100 116 139 / 0.95);
}

.bg-alutel-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

.bg-alutel-neutral-700\/0 {
  background-color: rgb(51 65 85 / 0);
}

.bg-alutel-neutral-700\/10 {
  background-color: rgb(51 65 85 / 0.1);
}

.bg-alutel-neutral-700\/100 {
  background-color: rgb(51 65 85 / 1);
}

.bg-alutel-neutral-700\/15 {
  background-color: rgb(51 65 85 / 0.15);
}

.bg-alutel-neutral-700\/20 {
  background-color: rgb(51 65 85 / 0.2);
}

.bg-alutel-neutral-700\/25 {
  background-color: rgb(51 65 85 / 0.25);
}

.bg-alutel-neutral-700\/30 {
  background-color: rgb(51 65 85 / 0.3);
}

.bg-alutel-neutral-700\/35 {
  background-color: rgb(51 65 85 / 0.35);
}

.bg-alutel-neutral-700\/40 {
  background-color: rgb(51 65 85 / 0.4);
}

.bg-alutel-neutral-700\/45 {
  background-color: rgb(51 65 85 / 0.45);
}

.bg-alutel-neutral-700\/5 {
  background-color: rgb(51 65 85 / 0.05);
}

.bg-alutel-neutral-700\/50 {
  background-color: rgb(51 65 85 / 0.5);
}

.bg-alutel-neutral-700\/55 {
  background-color: rgb(51 65 85 / 0.55);
}

.bg-alutel-neutral-700\/60 {
  background-color: rgb(51 65 85 / 0.6);
}

.bg-alutel-neutral-700\/65 {
  background-color: rgb(51 65 85 / 0.65);
}

.bg-alutel-neutral-700\/70 {
  background-color: rgb(51 65 85 / 0.7);
}

.bg-alutel-neutral-700\/75 {
  background-color: rgb(51 65 85 / 0.75);
}

.bg-alutel-neutral-700\/80 {
  background-color: rgb(51 65 85 / 0.8);
}

.bg-alutel-neutral-700\/85 {
  background-color: rgb(51 65 85 / 0.85);
}

.bg-alutel-neutral-700\/90 {
  background-color: rgb(51 65 85 / 0.9);
}

.bg-alutel-neutral-700\/95 {
  background-color: rgb(51 65 85 / 0.95);
}

.bg-alutel-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity));
}

.bg-alutel-neutral-900\/0 {
  background-color: rgb(2 6 23 / 0);
}

.bg-alutel-neutral-900\/10 {
  background-color: rgb(2 6 23 / 0.1);
}

.bg-alutel-neutral-900\/100 {
  background-color: rgb(2 6 23 / 1);
}

.bg-alutel-neutral-900\/15 {
  background-color: rgb(2 6 23 / 0.15);
}

.bg-alutel-neutral-900\/20 {
  background-color: rgb(2 6 23 / 0.2);
}

.bg-alutel-neutral-900\/25 {
  background-color: rgb(2 6 23 / 0.25);
}

.bg-alutel-neutral-900\/30 {
  background-color: rgb(2 6 23 / 0.3);
}

.bg-alutel-neutral-900\/35 {
  background-color: rgb(2 6 23 / 0.35);
}

.bg-alutel-neutral-900\/40 {
  background-color: rgb(2 6 23 / 0.4);
}

.bg-alutel-neutral-900\/45 {
  background-color: rgb(2 6 23 / 0.45);
}

.bg-alutel-neutral-900\/5 {
  background-color: rgb(2 6 23 / 0.05);
}

.bg-alutel-neutral-900\/50 {
  background-color: rgb(2 6 23 / 0.5);
}

.bg-alutel-neutral-900\/55 {
  background-color: rgb(2 6 23 / 0.55);
}

.bg-alutel-neutral-900\/60 {
  background-color: rgb(2 6 23 / 0.6);
}

.bg-alutel-neutral-900\/65 {
  background-color: rgb(2 6 23 / 0.65);
}

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

.bg-alutel-neutral-900\/75 {
  background-color: rgb(2 6 23 / 0.75);
}

.bg-alutel-neutral-900\/80 {
  background-color: rgb(2 6 23 / 0.8);
}

.bg-alutel-neutral-900\/85 {
  background-color: rgb(2 6 23 / 0.85);
}

.bg-alutel-neutral-900\/90 {
  background-color: rgb(2 6 23 / 0.9);
}

.bg-alutel-neutral-900\/95 {
  background-color: rgb(2 6 23 / 0.95);
}

.bg-alutel-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}

.bg-alutel-primary-100\/0 {
  background-color: rgb(224 242 254 / 0);
}

.bg-alutel-primary-100\/10 {
  background-color: rgb(224 242 254 / 0.1);
}

.bg-alutel-primary-100\/100 {
  background-color: rgb(224 242 254 / 1);
}

.bg-alutel-primary-100\/15 {
  background-color: rgb(224 242 254 / 0.15);
}

.bg-alutel-primary-100\/20 {
  background-color: rgb(224 242 254 / 0.2);
}

.bg-alutel-primary-100\/25 {
  background-color: rgb(224 242 254 / 0.25);
}

.bg-alutel-primary-100\/30 {
  background-color: rgb(224 242 254 / 0.3);
}

.bg-alutel-primary-100\/35 {
  background-color: rgb(224 242 254 / 0.35);
}

.bg-alutel-primary-100\/40 {
  background-color: rgb(224 242 254 / 0.4);
}

.bg-alutel-primary-100\/45 {
  background-color: rgb(224 242 254 / 0.45);
}

.bg-alutel-primary-100\/5 {
  background-color: rgb(224 242 254 / 0.05);
}

.bg-alutel-primary-100\/50 {
  background-color: rgb(224 242 254 / 0.5);
}

.bg-alutel-primary-100\/55 {
  background-color: rgb(224 242 254 / 0.55);
}

.bg-alutel-primary-100\/60 {
  background-color: rgb(224 242 254 / 0.6);
}

.bg-alutel-primary-100\/65 {
  background-color: rgb(224 242 254 / 0.65);
}

.bg-alutel-primary-100\/70 {
  background-color: rgb(224 242 254 / 0.7);
}

.bg-alutel-primary-100\/75 {
  background-color: rgb(224 242 254 / 0.75);
}

.bg-alutel-primary-100\/80 {
  background-color: rgb(224 242 254 / 0.8);
}

.bg-alutel-primary-100\/85 {
  background-color: rgb(224 242 254 / 0.85);
}

.bg-alutel-primary-100\/90 {
  background-color: rgb(224 242 254 / 0.9);
}

.bg-alutel-primary-100\/95 {
  background-color: rgb(224 242 254 / 0.95);
}

.bg-alutel-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}

.bg-alutel-primary-300\/0 {
  background-color: rgb(125 211 252 / 0);
}

.bg-alutel-primary-300\/10 {
  background-color: rgb(125 211 252 / 0.1);
}

.bg-alutel-primary-300\/100 {
  background-color: rgb(125 211 252 / 1);
}

.bg-alutel-primary-300\/15 {
  background-color: rgb(125 211 252 / 0.15);
}

.bg-alutel-primary-300\/20 {
  background-color: rgb(125 211 252 / 0.2);
}

.bg-alutel-primary-300\/25 {
  background-color: rgb(125 211 252 / 0.25);
}

.bg-alutel-primary-300\/30 {
  background-color: rgb(125 211 252 / 0.3);
}

.bg-alutel-primary-300\/35 {
  background-color: rgb(125 211 252 / 0.35);
}

.bg-alutel-primary-300\/40 {
  background-color: rgb(125 211 252 / 0.4);
}

.bg-alutel-primary-300\/45 {
  background-color: rgb(125 211 252 / 0.45);
}

.bg-alutel-primary-300\/5 {
  background-color: rgb(125 211 252 / 0.05);
}

.bg-alutel-primary-300\/50 {
  background-color: rgb(125 211 252 / 0.5);
}

.bg-alutel-primary-300\/55 {
  background-color: rgb(125 211 252 / 0.55);
}

.bg-alutel-primary-300\/60 {
  background-color: rgb(125 211 252 / 0.6);
}

.bg-alutel-primary-300\/65 {
  background-color: rgb(125 211 252 / 0.65);
}

.bg-alutel-primary-300\/70 {
  background-color: rgb(125 211 252 / 0.7);
}

.bg-alutel-primary-300\/75 {
  background-color: rgb(125 211 252 / 0.75);
}

.bg-alutel-primary-300\/80 {
  background-color: rgb(125 211 252 / 0.8);
}

.bg-alutel-primary-300\/85 {
  background-color: rgb(125 211 252 / 0.85);
}

.bg-alutel-primary-300\/90 {
  background-color: rgb(125 211 252 / 0.9);
}

.bg-alutel-primary-300\/95 {
  background-color: rgb(125 211 252 / 0.95);
}

.bg-alutel-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.bg-alutel-primary-500\/0 {
  background-color: rgb(14 165 233 / 0);
}

.bg-alutel-primary-500\/10 {
  background-color: rgb(14 165 233 / 0.1);
}

.bg-alutel-primary-500\/100 {
  background-color: rgb(14 165 233 / 1);
}

.bg-alutel-primary-500\/15 {
  background-color: rgb(14 165 233 / 0.15);
}

.bg-alutel-primary-500\/20 {
  background-color: rgb(14 165 233 / 0.2);
}

.bg-alutel-primary-500\/25 {
  background-color: rgb(14 165 233 / 0.25);
}

.bg-alutel-primary-500\/30 {
  background-color: rgb(14 165 233 / 0.3);
}

.bg-alutel-primary-500\/35 {
  background-color: rgb(14 165 233 / 0.35);
}

.bg-alutel-primary-500\/40 {
  background-color: rgb(14 165 233 / 0.4);
}

.bg-alutel-primary-500\/45 {
  background-color: rgb(14 165 233 / 0.45);
}

.bg-alutel-primary-500\/5 {
  background-color: rgb(14 165 233 / 0.05);
}

.bg-alutel-primary-500\/50 {
  background-color: rgb(14 165 233 / 0.5);
}

.bg-alutel-primary-500\/55 {
  background-color: rgb(14 165 233 / 0.55);
}

.bg-alutel-primary-500\/60 {
  background-color: rgb(14 165 233 / 0.6);
}

.bg-alutel-primary-500\/65 {
  background-color: rgb(14 165 233 / 0.65);
}

.bg-alutel-primary-500\/70 {
  background-color: rgb(14 165 233 / 0.7);
}

.bg-alutel-primary-500\/75 {
  background-color: rgb(14 165 233 / 0.75);
}

.bg-alutel-primary-500\/80 {
  background-color: rgb(14 165 233 / 0.8);
}

.bg-alutel-primary-500\/85 {
  background-color: rgb(14 165 233 / 0.85);
}

.bg-alutel-primary-500\/90 {
  background-color: rgb(14 165 233 / 0.9);
}

.bg-alutel-primary-500\/95 {
  background-color: rgb(14 165 233 / 0.95);
}

.bg-alutel-primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 164 / var(--tw-bg-opacity));
}

.bg-alutel-primary-700\/0 {
  background-color: rgb(0 85 164 / 0);
}

.bg-alutel-primary-700\/10 {
  background-color: rgb(0 85 164 / 0.1);
}

.bg-alutel-primary-700\/100 {
  background-color: rgb(0 85 164 / 1);
}

.bg-alutel-primary-700\/15 {
  background-color: rgb(0 85 164 / 0.15);
}

.bg-alutel-primary-700\/20 {
  background-color: rgb(0 85 164 / 0.2);
}

.bg-alutel-primary-700\/25 {
  background-color: rgb(0 85 164 / 0.25);
}

.bg-alutel-primary-700\/30 {
  background-color: rgb(0 85 164 / 0.3);
}

.bg-alutel-primary-700\/35 {
  background-color: rgb(0 85 164 / 0.35);
}

.bg-alutel-primary-700\/40 {
  background-color: rgb(0 85 164 / 0.4);
}

.bg-alutel-primary-700\/45 {
  background-color: rgb(0 85 164 / 0.45);
}

.bg-alutel-primary-700\/5 {
  background-color: rgb(0 85 164 / 0.05);
}

.bg-alutel-primary-700\/50 {
  background-color: rgb(0 85 164 / 0.5);
}

.bg-alutel-primary-700\/55 {
  background-color: rgb(0 85 164 / 0.55);
}

.bg-alutel-primary-700\/60 {
  background-color: rgb(0 85 164 / 0.6);
}

.bg-alutel-primary-700\/65 {
  background-color: rgb(0 85 164 / 0.65);
}

.bg-alutel-primary-700\/70 {
  background-color: rgb(0 85 164 / 0.7);
}

.bg-alutel-primary-700\/75 {
  background-color: rgb(0 85 164 / 0.75);
}

.bg-alutel-primary-700\/80 {
  background-color: rgb(0 85 164 / 0.8);
}

.bg-alutel-primary-700\/85 {
  background-color: rgb(0 85 164 / 0.85);
}

.bg-alutel-primary-700\/90 {
  background-color: rgb(0 85 164 / 0.9);
}

.bg-alutel-primary-700\/95 {
  background-color: rgb(0 85 164 / 0.95);
}

.bg-alutel-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 36 63 / var(--tw-bg-opacity));
}

.bg-alutel-primary-900\/0 {
  background-color: rgb(2 36 63 / 0);
}

.bg-alutel-primary-900\/10 {
  background-color: rgb(2 36 63 / 0.1);
}

.bg-alutel-primary-900\/100 {
  background-color: rgb(2 36 63 / 1);
}

.bg-alutel-primary-900\/15 {
  background-color: rgb(2 36 63 / 0.15);
}

.bg-alutel-primary-900\/20 {
  background-color: rgb(2 36 63 / 0.2);
}

.bg-alutel-primary-900\/25 {
  background-color: rgb(2 36 63 / 0.25);
}

.bg-alutel-primary-900\/30 {
  background-color: rgb(2 36 63 / 0.3);
}

.bg-alutel-primary-900\/35 {
  background-color: rgb(2 36 63 / 0.35);
}

.bg-alutel-primary-900\/40 {
  background-color: rgb(2 36 63 / 0.4);
}

.bg-alutel-primary-900\/45 {
  background-color: rgb(2 36 63 / 0.45);
}

.bg-alutel-primary-900\/5 {
  background-color: rgb(2 36 63 / 0.05);
}

.bg-alutel-primary-900\/50 {
  background-color: rgb(2 36 63 / 0.5);
}

.bg-alutel-primary-900\/55 {
  background-color: rgb(2 36 63 / 0.55);
}

.bg-alutel-primary-900\/60 {
  background-color: rgb(2 36 63 / 0.6);
}

.bg-alutel-primary-900\/65 {
  background-color: rgb(2 36 63 / 0.65);
}

.bg-alutel-primary-900\/70 {
  background-color: rgb(2 36 63 / 0.7);
}

.bg-alutel-primary-900\/75 {
  background-color: rgb(2 36 63 / 0.75);
}

.bg-alutel-primary-900\/80 {
  background-color: rgb(2 36 63 / 0.8);
}

.bg-alutel-primary-900\/85 {
  background-color: rgb(2 36 63 / 0.85);
}

.bg-alutel-primary-900\/90 {
  background-color: rgb(2 36 63 / 0.9);
}

.bg-alutel-primary-900\/95 {
  background-color: rgb(2 36 63 / 0.95);
}

.bg-alutel-state-error {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-alutel-state-error\/0 {
  background-color: rgb(239 68 68 / 0);
}

.bg-alutel-state-error\/10 {
  background-color: rgb(239 68 68 / 0.1);
}

.bg-alutel-state-error\/100 {
  background-color: rgb(239 68 68 / 1);
}

.bg-alutel-state-error\/15 {
  background-color: rgb(239 68 68 / 0.15);
}

.bg-alutel-state-error\/20 {
  background-color: rgb(239 68 68 / 0.2);
}

.bg-alutel-state-error\/25 {
  background-color: rgb(239 68 68 / 0.25);
}

.bg-alutel-state-error\/30 {
  background-color: rgb(239 68 68 / 0.3);
}

.bg-alutel-state-error\/35 {
  background-color: rgb(239 68 68 / 0.35);
}

.bg-alutel-state-error\/40 {
  background-color: rgb(239 68 68 / 0.4);
}

.bg-alutel-state-error\/45 {
  background-color: rgb(239 68 68 / 0.45);
}

.bg-alutel-state-error\/5 {
  background-color: rgb(239 68 68 / 0.05);
}

.bg-alutel-state-error\/50 {
  background-color: rgb(239 68 68 / 0.5);
}

.bg-alutel-state-error\/55 {
  background-color: rgb(239 68 68 / 0.55);
}

.bg-alutel-state-error\/60 {
  background-color: rgb(239 68 68 / 0.6);
}

.bg-alutel-state-error\/65 {
  background-color: rgb(239 68 68 / 0.65);
}

.bg-alutel-state-error\/70 {
  background-color: rgb(239 68 68 / 0.7);
}

.bg-alutel-state-error\/75 {
  background-color: rgb(239 68 68 / 0.75);
}

.bg-alutel-state-error\/80 {
  background-color: rgb(239 68 68 / 0.8);
}

.bg-alutel-state-error\/85 {
  background-color: rgb(239 68 68 / 0.85);
}

.bg-alutel-state-error\/90 {
  background-color: rgb(239 68 68 / 0.9);
}

.bg-alutel-state-error\/95 {
  background-color: rgb(239 68 68 / 0.95);
}

.bg-alutel-state-info {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.bg-alutel-state-info\/0 {
  background-color: rgb(14 165 233 / 0);
}

.bg-alutel-state-info\/10 {
  background-color: rgb(14 165 233 / 0.1);
}

.bg-alutel-state-info\/100 {
  background-color: rgb(14 165 233 / 1);
}

.bg-alutel-state-info\/15 {
  background-color: rgb(14 165 233 / 0.15);
}

.bg-alutel-state-info\/20 {
  background-color: rgb(14 165 233 / 0.2);
}

.bg-alutel-state-info\/25 {
  background-color: rgb(14 165 233 / 0.25);
}

.bg-alutel-state-info\/30 {
  background-color: rgb(14 165 233 / 0.3);
}

.bg-alutel-state-info\/35 {
  background-color: rgb(14 165 233 / 0.35);
}

.bg-alutel-state-info\/40 {
  background-color: rgb(14 165 233 / 0.4);
}

.bg-alutel-state-info\/45 {
  background-color: rgb(14 165 233 / 0.45);
}

.bg-alutel-state-info\/5 {
  background-color: rgb(14 165 233 / 0.05);
}

.bg-alutel-state-info\/50 {
  background-color: rgb(14 165 233 / 0.5);
}

.bg-alutel-state-info\/55 {
  background-color: rgb(14 165 233 / 0.55);
}

.bg-alutel-state-info\/60 {
  background-color: rgb(14 165 233 / 0.6);
}

.bg-alutel-state-info\/65 {
  background-color: rgb(14 165 233 / 0.65);
}

.bg-alutel-state-info\/70 {
  background-color: rgb(14 165 233 / 0.7);
}

.bg-alutel-state-info\/75 {
  background-color: rgb(14 165 233 / 0.75);
}

.bg-alutel-state-info\/80 {
  background-color: rgb(14 165 233 / 0.8);
}

.bg-alutel-state-info\/85 {
  background-color: rgb(14 165 233 / 0.85);
}

.bg-alutel-state-info\/90 {
  background-color: rgb(14 165 233 / 0.9);
}

.bg-alutel-state-info\/95 {
  background-color: rgb(14 165 233 / 0.95);
}

.bg-alutel-state-success {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-alutel-state-success\/0 {
  background-color: rgb(34 197 94 / 0);
}

.bg-alutel-state-success\/10 {
  background-color: rgb(34 197 94 / 0.1);
}

.bg-alutel-state-success\/100 {
  background-color: rgb(34 197 94 / 1);
}

.bg-alutel-state-success\/15 {
  background-color: rgb(34 197 94 / 0.15);
}

.bg-alutel-state-success\/20 {
  background-color: rgb(34 197 94 / 0.2);
}

.bg-alutel-state-success\/25 {
  background-color: rgb(34 197 94 / 0.25);
}

.bg-alutel-state-success\/30 {
  background-color: rgb(34 197 94 / 0.3);
}

.bg-alutel-state-success\/35 {
  background-color: rgb(34 197 94 / 0.35);
}

.bg-alutel-state-success\/40 {
  background-color: rgb(34 197 94 / 0.4);
}

.bg-alutel-state-success\/45 {
  background-color: rgb(34 197 94 / 0.45);
}

.bg-alutel-state-success\/5 {
  background-color: rgb(34 197 94 / 0.05);
}

.bg-alutel-state-success\/50 {
  background-color: rgb(34 197 94 / 0.5);
}

.bg-alutel-state-success\/55 {
  background-color: rgb(34 197 94 / 0.55);
}

.bg-alutel-state-success\/60 {
  background-color: rgb(34 197 94 / 0.6);
}

.bg-alutel-state-success\/65 {
  background-color: rgb(34 197 94 / 0.65);
}

.bg-alutel-state-success\/70 {
  background-color: rgb(34 197 94 / 0.7);
}

.bg-alutel-state-success\/75 {
  background-color: rgb(34 197 94 / 0.75);
}

.bg-alutel-state-success\/80 {
  background-color: rgb(34 197 94 / 0.8);
}

.bg-alutel-state-success\/85 {
  background-color: rgb(34 197 94 / 0.85);
}

.bg-alutel-state-success\/90 {
  background-color: rgb(34 197 94 / 0.9);
}

.bg-alutel-state-success\/95 {
  background-color: rgb(34 197 94 / 0.95);
}

.bg-alutel-state-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

.bg-alutel-state-warning\/0 {
  background-color: rgb(234 179 8 / 0);
}

.bg-alutel-state-warning\/10 {
  background-color: rgb(234 179 8 / 0.1);
}

.bg-alutel-state-warning\/100 {
  background-color: rgb(234 179 8 / 1);
}

.bg-alutel-state-warning\/15 {
  background-color: rgb(234 179 8 / 0.15);
}

.bg-alutel-state-warning\/20 {
  background-color: rgb(234 179 8 / 0.2);
}

.bg-alutel-state-warning\/25 {
  background-color: rgb(234 179 8 / 0.25);
}

.bg-alutel-state-warning\/30 {
  background-color: rgb(234 179 8 / 0.3);
}

.bg-alutel-state-warning\/35 {
  background-color: rgb(234 179 8 / 0.35);
}

.bg-alutel-state-warning\/40 {
  background-color: rgb(234 179 8 / 0.4);
}

.bg-alutel-state-warning\/45 {
  background-color: rgb(234 179 8 / 0.45);
}

.bg-alutel-state-warning\/5 {
  background-color: rgb(234 179 8 / 0.05);
}

.bg-alutel-state-warning\/50 {
  background-color: rgb(234 179 8 / 0.5);
}

.bg-alutel-state-warning\/55 {
  background-color: rgb(234 179 8 / 0.55);
}

.bg-alutel-state-warning\/60 {
  background-color: rgb(234 179 8 / 0.6);
}

.bg-alutel-state-warning\/65 {
  background-color: rgb(234 179 8 / 0.65);
}

.bg-alutel-state-warning\/70 {
  background-color: rgb(234 179 8 / 0.7);
}

.bg-alutel-state-warning\/75 {
  background-color: rgb(234 179 8 / 0.75);
}

.bg-alutel-state-warning\/80 {
  background-color: rgb(234 179 8 / 0.8);
}

.bg-alutel-state-warning\/85 {
  background-color: rgb(234 179 8 / 0.85);
}

.bg-alutel-state-warning\/90 {
  background-color: rgb(234 179 8 / 0.9);
}

.bg-alutel-state-warning\/95 {
  background-color: rgb(234 179 8 / 0.95);
}

.bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}

.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}

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

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

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

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-neutral-100\/0 {
  background-color: rgb(245 245 245 / 0);
}

.bg-neutral-100\/10 {
  background-color: rgb(245 245 245 / 0.1);
}

.bg-neutral-100\/100 {
  background-color: rgb(245 245 245 / 1);
}

.bg-neutral-100\/15 {
  background-color: rgb(245 245 245 / 0.15);
}

.bg-neutral-100\/20 {
  background-color: rgb(245 245 245 / 0.2);
}

.bg-neutral-100\/25 {
  background-color: rgb(245 245 245 / 0.25);
}

.bg-neutral-100\/30 {
  background-color: rgb(245 245 245 / 0.3);
}

.bg-neutral-100\/35 {
  background-color: rgb(245 245 245 / 0.35);
}

.bg-neutral-100\/40 {
  background-color: rgb(245 245 245 / 0.4);
}

.bg-neutral-100\/45 {
  background-color: rgb(245 245 245 / 0.45);
}

.bg-neutral-100\/5 {
  background-color: rgb(245 245 245 / 0.05);
}

.bg-neutral-100\/50 {
  background-color: rgb(245 245 245 / 0.5);
}

.bg-neutral-100\/55 {
  background-color: rgb(245 245 245 / 0.55);
}

.bg-neutral-100\/60 {
  background-color: rgb(245 245 245 / 0.6);
}

.bg-neutral-100\/65 {
  background-color: rgb(245 245 245 / 0.65);
}

.bg-neutral-100\/70 {
  background-color: rgb(245 245 245 / 0.7);
}

.bg-neutral-100\/75 {
  background-color: rgb(245 245 245 / 0.75);
}

.bg-neutral-100\/80 {
  background-color: rgb(245 245 245 / 0.8);
}

.bg-neutral-100\/85 {
  background-color: rgb(245 245 245 / 0.85);
}

.bg-neutral-100\/90 {
  background-color: rgb(245 245 245 / 0.9);
}

.bg-neutral-100\/95 {
  background-color: rgb(245 245 245 / 0.95);
}

.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.bg-neutral-200\/0 {
  background-color: rgb(229 229 229 / 0);
}

.bg-neutral-200\/10 {
  background-color: rgb(229 229 229 / 0.1);
}

.bg-neutral-200\/100 {
  background-color: rgb(229 229 229 / 1);
}

.bg-neutral-200\/15 {
  background-color: rgb(229 229 229 / 0.15);
}

.bg-neutral-200\/20 {
  background-color: rgb(229 229 229 / 0.2);
}

.bg-neutral-200\/25 {
  background-color: rgb(229 229 229 / 0.25);
}

.bg-neutral-200\/30 {
  background-color: rgb(229 229 229 / 0.3);
}

.bg-neutral-200\/35 {
  background-color: rgb(229 229 229 / 0.35);
}

.bg-neutral-200\/40 {
  background-color: rgb(229 229 229 / 0.4);
}

.bg-neutral-200\/45 {
  background-color: rgb(229 229 229 / 0.45);
}

.bg-neutral-200\/5 {
  background-color: rgb(229 229 229 / 0.05);
}

.bg-neutral-200\/50 {
  background-color: rgb(229 229 229 / 0.5);
}

.bg-neutral-200\/55 {
  background-color: rgb(229 229 229 / 0.55);
}

.bg-neutral-200\/60 {
  background-color: rgb(229 229 229 / 0.6);
}

.bg-neutral-200\/65 {
  background-color: rgb(229 229 229 / 0.65);
}

.bg-neutral-200\/70 {
  background-color: rgb(229 229 229 / 0.7);
}

.bg-neutral-200\/75 {
  background-color: rgb(229 229 229 / 0.75);
}

.bg-neutral-200\/80 {
  background-color: rgb(229 229 229 / 0.8);
}

.bg-neutral-200\/85 {
  background-color: rgb(229 229 229 / 0.85);
}

.bg-neutral-200\/90 {
  background-color: rgb(229 229 229 / 0.9);
}

.bg-neutral-200\/95 {
  background-color: rgb(229 229 229 / 0.95);
}

.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.bg-neutral-300\/0 {
  background-color: rgb(212 212 212 / 0);
}

.bg-neutral-300\/10 {
  background-color: rgb(212 212 212 / 0.1);
}

.bg-neutral-300\/100 {
  background-color: rgb(212 212 212 / 1);
}

.bg-neutral-300\/15 {
  background-color: rgb(212 212 212 / 0.15);
}

.bg-neutral-300\/20 {
  background-color: rgb(212 212 212 / 0.2);
}

.bg-neutral-300\/25 {
  background-color: rgb(212 212 212 / 0.25);
}

.bg-neutral-300\/30 {
  background-color: rgb(212 212 212 / 0.3);
}

.bg-neutral-300\/35 {
  background-color: rgb(212 212 212 / 0.35);
}

.bg-neutral-300\/40 {
  background-color: rgb(212 212 212 / 0.4);
}

.bg-neutral-300\/45 {
  background-color: rgb(212 212 212 / 0.45);
}

.bg-neutral-300\/5 {
  background-color: rgb(212 212 212 / 0.05);
}

.bg-neutral-300\/50 {
  background-color: rgb(212 212 212 / 0.5);
}

.bg-neutral-300\/55 {
  background-color: rgb(212 212 212 / 0.55);
}

.bg-neutral-300\/60 {
  background-color: rgb(212 212 212 / 0.6);
}

.bg-neutral-300\/65 {
  background-color: rgb(212 212 212 / 0.65);
}

.bg-neutral-300\/70 {
  background-color: rgb(212 212 212 / 0.7);
}

.bg-neutral-300\/75 {
  background-color: rgb(212 212 212 / 0.75);
}

.bg-neutral-300\/80 {
  background-color: rgb(212 212 212 / 0.8);
}

.bg-neutral-300\/85 {
  background-color: rgb(212 212 212 / 0.85);
}

.bg-neutral-300\/90 {
  background-color: rgb(212 212 212 / 0.9);
}

.bg-neutral-300\/95 {
  background-color: rgb(212 212 212 / 0.95);
}

.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}

.bg-neutral-400\/0 {
  background-color: rgb(163 163 163 / 0);
}

.bg-neutral-400\/10 {
  background-color: rgb(163 163 163 / 0.1);
}

.bg-neutral-400\/100 {
  background-color: rgb(163 163 163 / 1);
}

.bg-neutral-400\/15 {
  background-color: rgb(163 163 163 / 0.15);
}

.bg-neutral-400\/20 {
  background-color: rgb(163 163 163 / 0.2);
}

.bg-neutral-400\/25 {
  background-color: rgb(163 163 163 / 0.25);
}

.bg-neutral-400\/30 {
  background-color: rgb(163 163 163 / 0.3);
}

.bg-neutral-400\/35 {
  background-color: rgb(163 163 163 / 0.35);
}

.bg-neutral-400\/40 {
  background-color: rgb(163 163 163 / 0.4);
}

.bg-neutral-400\/45 {
  background-color: rgb(163 163 163 / 0.45);
}

.bg-neutral-400\/5 {
  background-color: rgb(163 163 163 / 0.05);
}

.bg-neutral-400\/50 {
  background-color: rgb(163 163 163 / 0.5);
}

.bg-neutral-400\/55 {
  background-color: rgb(163 163 163 / 0.55);
}

.bg-neutral-400\/60 {
  background-color: rgb(163 163 163 / 0.6);
}

.bg-neutral-400\/65 {
  background-color: rgb(163 163 163 / 0.65);
}

.bg-neutral-400\/70 {
  background-color: rgb(163 163 163 / 0.7);
}

.bg-neutral-400\/75 {
  background-color: rgb(163 163 163 / 0.75);
}

.bg-neutral-400\/80 {
  background-color: rgb(163 163 163 / 0.8);
}

.bg-neutral-400\/85 {
  background-color: rgb(163 163 163 / 0.85);
}

.bg-neutral-400\/90 {
  background-color: rgb(163 163 163 / 0.9);
}

.bg-neutral-400\/95 {
  background-color: rgb(163 163 163 / 0.95);
}

.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-neutral-50\/0 {
  background-color: rgb(250 250 250 / 0);
}

.bg-neutral-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}

.bg-neutral-50\/100 {
  background-color: rgb(250 250 250 / 1);
}

.bg-neutral-50\/15 {
  background-color: rgb(250 250 250 / 0.15);
}

.bg-neutral-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}

.bg-neutral-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}

.bg-neutral-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}

.bg-neutral-50\/35 {
  background-color: rgb(250 250 250 / 0.35);
}

.bg-neutral-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}

.bg-neutral-50\/45 {
  background-color: rgb(250 250 250 / 0.45);
}

.bg-neutral-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}

.bg-neutral-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}

.bg-neutral-50\/55 {
  background-color: rgb(250 250 250 / 0.55);
}

.bg-neutral-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}

.bg-neutral-50\/65 {
  background-color: rgb(250 250 250 / 0.65);
}

.bg-neutral-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}

.bg-neutral-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}

.bg-neutral-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}

.bg-neutral-50\/85 {
  background-color: rgb(250 250 250 / 0.85);
}

.bg-neutral-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}

.bg-neutral-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}

.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}

.bg-neutral-500\/0 {
  background-color: rgb(115 115 115 / 0);
}

.bg-neutral-500\/10 {
  background-color: rgb(115 115 115 / 0.1);
}

.bg-neutral-500\/100 {
  background-color: rgb(115 115 115 / 1);
}

.bg-neutral-500\/15 {
  background-color: rgb(115 115 115 / 0.15);
}

.bg-neutral-500\/20 {
  background-color: rgb(115 115 115 / 0.2);
}

.bg-neutral-500\/25 {
  background-color: rgb(115 115 115 / 0.25);
}

.bg-neutral-500\/30 {
  background-color: rgb(115 115 115 / 0.3);
}

.bg-neutral-500\/35 {
  background-color: rgb(115 115 115 / 0.35);
}

.bg-neutral-500\/40 {
  background-color: rgb(115 115 115 / 0.4);
}

.bg-neutral-500\/45 {
  background-color: rgb(115 115 115 / 0.45);
}

.bg-neutral-500\/5 {
  background-color: rgb(115 115 115 / 0.05);
}

.bg-neutral-500\/50 {
  background-color: rgb(115 115 115 / 0.5);
}

.bg-neutral-500\/55 {
  background-color: rgb(115 115 115 / 0.55);
}

.bg-neutral-500\/60 {
  background-color: rgb(115 115 115 / 0.6);
}

.bg-neutral-500\/65 {
  background-color: rgb(115 115 115 / 0.65);
}

.bg-neutral-500\/70 {
  background-color: rgb(115 115 115 / 0.7);
}

.bg-neutral-500\/75 {
  background-color: rgb(115 115 115 / 0.75);
}

.bg-neutral-500\/80 {
  background-color: rgb(115 115 115 / 0.8);
}

.bg-neutral-500\/85 {
  background-color: rgb(115 115 115 / 0.85);
}

.bg-neutral-500\/90 {
  background-color: rgb(115 115 115 / 0.9);
}

.bg-neutral-500\/95 {
  background-color: rgb(115 115 115 / 0.95);
}

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

.bg-neutral-600\/0 {
  background-color: rgb(82 82 82 / 0);
}

.bg-neutral-600\/10 {
  background-color: rgb(82 82 82 / 0.1);
}

.bg-neutral-600\/100 {
  background-color: rgb(82 82 82 / 1);
}

.bg-neutral-600\/15 {
  background-color: rgb(82 82 82 / 0.15);
}

.bg-neutral-600\/20 {
  background-color: rgb(82 82 82 / 0.2);
}

.bg-neutral-600\/25 {
  background-color: rgb(82 82 82 / 0.25);
}

.bg-neutral-600\/30 {
  background-color: rgb(82 82 82 / 0.3);
}

.bg-neutral-600\/35 {
  background-color: rgb(82 82 82 / 0.35);
}

.bg-neutral-600\/40 {
  background-color: rgb(82 82 82 / 0.4);
}

.bg-neutral-600\/45 {
  background-color: rgb(82 82 82 / 0.45);
}

.bg-neutral-600\/5 {
  background-color: rgb(82 82 82 / 0.05);
}

.bg-neutral-600\/50 {
  background-color: rgb(82 82 82 / 0.5);
}

.bg-neutral-600\/55 {
  background-color: rgb(82 82 82 / 0.55);
}

.bg-neutral-600\/60 {
  background-color: rgb(82 82 82 / 0.6);
}

.bg-neutral-600\/65 {
  background-color: rgb(82 82 82 / 0.65);
}

.bg-neutral-600\/70 {
  background-color: rgb(82 82 82 / 0.7);
}

.bg-neutral-600\/75 {
  background-color: rgb(82 82 82 / 0.75);
}

.bg-neutral-600\/80 {
  background-color: rgb(82 82 82 / 0.8);
}

.bg-neutral-600\/85 {
  background-color: rgb(82 82 82 / 0.85);
}

.bg-neutral-600\/90 {
  background-color: rgb(82 82 82 / 0.9);
}

.bg-neutral-600\/95 {
  background-color: rgb(82 82 82 / 0.95);
}

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

.bg-neutral-700\/0 {
  background-color: rgb(64 64 64 / 0);
}

.bg-neutral-700\/10 {
  background-color: rgb(64 64 64 / 0.1);
}

.bg-neutral-700\/100 {
  background-color: rgb(64 64 64 / 1);
}

.bg-neutral-700\/15 {
  background-color: rgb(64 64 64 / 0.15);
}

.bg-neutral-700\/20 {
  background-color: rgb(64 64 64 / 0.2);
}

.bg-neutral-700\/25 {
  background-color: rgb(64 64 64 / 0.25);
}

.bg-neutral-700\/30 {
  background-color: rgb(64 64 64 / 0.3);
}

.bg-neutral-700\/35 {
  background-color: rgb(64 64 64 / 0.35);
}

.bg-neutral-700\/40 {
  background-color: rgb(64 64 64 / 0.4);
}

.bg-neutral-700\/45 {
  background-color: rgb(64 64 64 / 0.45);
}

.bg-neutral-700\/5 {
  background-color: rgb(64 64 64 / 0.05);
}

.bg-neutral-700\/50 {
  background-color: rgb(64 64 64 / 0.5);
}

.bg-neutral-700\/55 {
  background-color: rgb(64 64 64 / 0.55);
}

.bg-neutral-700\/60 {
  background-color: rgb(64 64 64 / 0.6);
}

.bg-neutral-700\/65 {
  background-color: rgb(64 64 64 / 0.65);
}

.bg-neutral-700\/70 {
  background-color: rgb(64 64 64 / 0.7);
}

.bg-neutral-700\/75 {
  background-color: rgb(64 64 64 / 0.75);
}

.bg-neutral-700\/80 {
  background-color: rgb(64 64 64 / 0.8);
}

.bg-neutral-700\/85 {
  background-color: rgb(64 64 64 / 0.85);
}

.bg-neutral-700\/90 {
  background-color: rgb(64 64 64 / 0.9);
}

.bg-neutral-700\/95 {
  background-color: rgb(64 64 64 / 0.95);
}

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

.bg-neutral-800\/0 {
  background-color: rgb(38 38 38 / 0);
}

.bg-neutral-800\/10 {
  background-color: rgb(38 38 38 / 0.1);
}

.bg-neutral-800\/100 {
  background-color: rgb(38 38 38 / 1);
}

.bg-neutral-800\/15 {
  background-color: rgb(38 38 38 / 0.15);
}

.bg-neutral-800\/20 {
  background-color: rgb(38 38 38 / 0.2);
}

.bg-neutral-800\/25 {
  background-color: rgb(38 38 38 / 0.25);
}

.bg-neutral-800\/30 {
  background-color: rgb(38 38 38 / 0.3);
}

.bg-neutral-800\/35 {
  background-color: rgb(38 38 38 / 0.35);
}

.bg-neutral-800\/40 {
  background-color: rgb(38 38 38 / 0.4);
}

.bg-neutral-800\/45 {
  background-color: rgb(38 38 38 / 0.45);
}

.bg-neutral-800\/5 {
  background-color: rgb(38 38 38 / 0.05);
}

.bg-neutral-800\/50 {
  background-color: rgb(38 38 38 / 0.5);
}

.bg-neutral-800\/55 {
  background-color: rgb(38 38 38 / 0.55);
}

.bg-neutral-800\/60 {
  background-color: rgb(38 38 38 / 0.6);
}

.bg-neutral-800\/65 {
  background-color: rgb(38 38 38 / 0.65);
}

.bg-neutral-800\/70 {
  background-color: rgb(38 38 38 / 0.7);
}

.bg-neutral-800\/75 {
  background-color: rgb(38 38 38 / 0.75);
}

.bg-neutral-800\/80 {
  background-color: rgb(38 38 38 / 0.8);
}

.bg-neutral-800\/85 {
  background-color: rgb(38 38 38 / 0.85);
}

.bg-neutral-800\/90 {
  background-color: rgb(38 38 38 / 0.9);
}

.bg-neutral-800\/95 {
  background-color: rgb(38 38 38 / 0.95);
}

.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

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

.bg-neutral-900\/10 {
  background-color: rgb(23 23 23 / 0.1);
}

.bg-neutral-900\/100 {
  background-color: rgb(23 23 23 / 1);
}

.bg-neutral-900\/15 {
  background-color: rgb(23 23 23 / 0.15);
}

.bg-neutral-900\/20 {
  background-color: rgb(23 23 23 / 0.2);
}

.bg-neutral-900\/25 {
  background-color: rgb(23 23 23 / 0.25);
}

.bg-neutral-900\/30 {
  background-color: rgb(23 23 23 / 0.3);
}

.bg-neutral-900\/35 {
  background-color: rgb(23 23 23 / 0.35);
}

.bg-neutral-900\/40 {
  background-color: rgb(23 23 23 / 0.4);
}

.bg-neutral-900\/45 {
  background-color: rgb(23 23 23 / 0.45);
}

.bg-neutral-900\/5 {
  background-color: rgb(23 23 23 / 0.05);
}

.bg-neutral-900\/50 {
  background-color: rgb(23 23 23 / 0.5);
}

.bg-neutral-900\/55 {
  background-color: rgb(23 23 23 / 0.55);
}

.bg-neutral-900\/60 {
  background-color: rgb(23 23 23 / 0.6);
}

.bg-neutral-900\/65 {
  background-color: rgb(23 23 23 / 0.65);
}

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

.bg-neutral-900\/75 {
  background-color: rgb(23 23 23 / 0.75);
}

.bg-neutral-900\/80 {
  background-color: rgb(23 23 23 / 0.8);
}

.bg-neutral-900\/85 {
  background-color: rgb(23 23 23 / 0.85);
}

.bg-neutral-900\/90 {
  background-color: rgb(23 23 23 / 0.9);
}

.bg-neutral-900\/95 {
  background-color: rgb(23 23 23 / 0.95);
}

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

.bg-neutral-950\/0 {
  background-color: rgb(10 10 10 / 0);
}

.bg-neutral-950\/10 {
  background-color: rgb(10 10 10 / 0.1);
}

.bg-neutral-950\/100 {
  background-color: rgb(10 10 10 / 1);
}

.bg-neutral-950\/15 {
  background-color: rgb(10 10 10 / 0.15);
}

.bg-neutral-950\/20 {
  background-color: rgb(10 10 10 / 0.2);
}

.bg-neutral-950\/25 {
  background-color: rgb(10 10 10 / 0.25);
}

.bg-neutral-950\/30 {
  background-color: rgb(10 10 10 / 0.3);
}

.bg-neutral-950\/35 {
  background-color: rgb(10 10 10 / 0.35);
}

.bg-neutral-950\/40 {
  background-color: rgb(10 10 10 / 0.4);
}

.bg-neutral-950\/45 {
  background-color: rgb(10 10 10 / 0.45);
}

.bg-neutral-950\/5 {
  background-color: rgb(10 10 10 / 0.05);
}

.bg-neutral-950\/50 {
  background-color: rgb(10 10 10 / 0.5);
}

.bg-neutral-950\/55 {
  background-color: rgb(10 10 10 / 0.55);
}

.bg-neutral-950\/60 {
  background-color: rgb(10 10 10 / 0.6);
}

.bg-neutral-950\/65 {
  background-color: rgb(10 10 10 / 0.65);
}

.bg-neutral-950\/70 {
  background-color: rgb(10 10 10 / 0.7);
}

.bg-neutral-950\/75 {
  background-color: rgb(10 10 10 / 0.75);
}

.bg-neutral-950\/80 {
  background-color: rgb(10 10 10 / 0.8);
}

.bg-neutral-950\/85 {
  background-color: rgb(10 10 10 / 0.85);
}

.bg-neutral-950\/90 {
  background-color: rgb(10 10 10 / 0.9);
}

.bg-neutral-950\/95 {
  background-color: rgb(10 10 10 / 0.95);
}

.bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}

.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-slate-300\/70 {
  background-color: rgb(203 213 225 / 0.7);
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.bg-slate-50\/60 {
  background-color: rgb(248 250 252 / 0.6);
}

.bg-slate-50\/70 {
  background-color: rgb(248 250 252 / 0.7);
}

.bg-slate-50\/80 {
  background-color: rgb(248 250 252 / 0.8);
}

.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

.bg-slate-900\/60 {
  background-color: rgb(15 23 42 / 0.6);
}

.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity));
}

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

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

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

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

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-\[radial-gradient\(circle_at_top\2c _rgba\(59\2c 130\2c 246\2c 0\.35\)\2c transparent_55\%\)\2c radial-gradient\(circle_at_bottom\2c _rgba\(56\2c 189\2c 248\2c 0\.35\)\2c transparent_55\%\)\] {
  background-image: radial-gradient(circle at top, rgba(59,130,246,0.35),transparent 55%),radial-gradient(circle at bottom, rgba(56,189,248,0.35),transparent 55%);
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.from-\[\#0055A4\] {
  --tw-gradient-from: #0055A4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 85 164 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#0055A6\] {
  --tw-gradient-from: #0055A6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 85 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-alutel-primary-700 {
  --tw-gradient-from: #0055A4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 85 164 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-100\/40 {
  --tw-gradient-from: rgb(254 243 199 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-100 {
  --tw-gradient-from: #e0f2fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-100\/40 {
  --tw-gradient-from: rgb(224 242 254 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#0080FF\] {
  --tw-gradient-to: rgb(0 128 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0080FF var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-\[\#0575E6\] {
  --tw-gradient-to: rgb(5 117 230 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0575E6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue-50 {
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-emerald-100\/20 {
  --tw-gradient-to: rgb(209 250 229 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 229 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-indigo-100 {
  --tw-gradient-to: rgb(224 231 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-sky-100\/20 {
  --tw-gradient-to: rgb(224 242 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(224 242 254 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#16C3F3\] {
  --tw-gradient-to: #16C3F3 var(--tw-gradient-to-position);
}

.to-\[\#4AB3FF\] {
  --tw-gradient-to: #4AB3FF var(--tw-gradient-to-position);
}

.to-\[\#4DD0E1\] {
  --tw-gradient-to: #4DD0E1 var(--tw-gradient-to-position);
}

.to-alutel-primary-700 {
  --tw-gradient-to: #0055A4 var(--tw-gradient-to-position);
}

.to-amber-100\/40 {
  --tw-gradient-to: rgb(254 243 199 / 0.4) var(--tw-gradient-to-position);
}

.to-emerald-100 {
  --tw-gradient-to: #d1fae5 var(--tw-gradient-to-position);
}

.to-emerald-100\/40 {
  --tw-gradient-to: rgb(209 250 229 / 0.4) var(--tw-gradient-to-position);
}

.to-indigo-100 {
  --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
}

.to-slate-50\/60 {
  --tw-gradient-to: rgb(248 250 252 / 0.6) var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.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-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-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.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-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

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

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.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\.2em\] {
  letter-spacing: 0.2em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-alutel-accent-green {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-alutel-accent-green\/0 {
  color: rgb(34 197 94 / 0);
}

.text-alutel-accent-green\/10 {
  color: rgb(34 197 94 / 0.1);
}

.text-alutel-accent-green\/100 {
  color: rgb(34 197 94 / 1);
}

.text-alutel-accent-green\/15 {
  color: rgb(34 197 94 / 0.15);
}

.text-alutel-accent-green\/20 {
  color: rgb(34 197 94 / 0.2);
}

.text-alutel-accent-green\/25 {
  color: rgb(34 197 94 / 0.25);
}

.text-alutel-accent-green\/30 {
  color: rgb(34 197 94 / 0.3);
}

.text-alutel-accent-green\/35 {
  color: rgb(34 197 94 / 0.35);
}

.text-alutel-accent-green\/40 {
  color: rgb(34 197 94 / 0.4);
}

.text-alutel-accent-green\/45 {
  color: rgb(34 197 94 / 0.45);
}

.text-alutel-accent-green\/5 {
  color: rgb(34 197 94 / 0.05);
}

.text-alutel-accent-green\/50 {
  color: rgb(34 197 94 / 0.5);
}

.text-alutel-accent-green\/55 {
  color: rgb(34 197 94 / 0.55);
}

.text-alutel-accent-green\/60 {
  color: rgb(34 197 94 / 0.6);
}

.text-alutel-accent-green\/65 {
  color: rgb(34 197 94 / 0.65);
}

.text-alutel-accent-green\/70 {
  color: rgb(34 197 94 / 0.7);
}

.text-alutel-accent-green\/75 {
  color: rgb(34 197 94 / 0.75);
}

.text-alutel-accent-green\/80 {
  color: rgb(34 197 94 / 0.8);
}

.text-alutel-accent-green\/85 {
  color: rgb(34 197 94 / 0.85);
}

.text-alutel-accent-green\/90 {
  color: rgb(34 197 94 / 0.9);
}

.text-alutel-accent-green\/95 {
  color: rgb(34 197 94 / 0.95);
}

.text-alutel-accent-pink {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}

.text-alutel-accent-pink\/0 {
  color: rgb(236 72 153 / 0);
}

.text-alutel-accent-pink\/10 {
  color: rgb(236 72 153 / 0.1);
}

.text-alutel-accent-pink\/100 {
  color: rgb(236 72 153 / 1);
}

.text-alutel-accent-pink\/15 {
  color: rgb(236 72 153 / 0.15);
}

.text-alutel-accent-pink\/20 {
  color: rgb(236 72 153 / 0.2);
}

.text-alutel-accent-pink\/25 {
  color: rgb(236 72 153 / 0.25);
}

.text-alutel-accent-pink\/30 {
  color: rgb(236 72 153 / 0.3);
}

.text-alutel-accent-pink\/35 {
  color: rgb(236 72 153 / 0.35);
}

.text-alutel-accent-pink\/40 {
  color: rgb(236 72 153 / 0.4);
}

.text-alutel-accent-pink\/45 {
  color: rgb(236 72 153 / 0.45);
}

.text-alutel-accent-pink\/5 {
  color: rgb(236 72 153 / 0.05);
}

.text-alutel-accent-pink\/50 {
  color: rgb(236 72 153 / 0.5);
}

.text-alutel-accent-pink\/55 {
  color: rgb(236 72 153 / 0.55);
}

.text-alutel-accent-pink\/60 {
  color: rgb(236 72 153 / 0.6);
}

.text-alutel-accent-pink\/65 {
  color: rgb(236 72 153 / 0.65);
}

.text-alutel-accent-pink\/70 {
  color: rgb(236 72 153 / 0.7);
}

.text-alutel-accent-pink\/75 {
  color: rgb(236 72 153 / 0.75);
}

.text-alutel-accent-pink\/80 {
  color: rgb(236 72 153 / 0.8);
}

.text-alutel-accent-pink\/85 {
  color: rgb(236 72 153 / 0.85);
}

.text-alutel-accent-pink\/90 {
  color: rgb(236 72 153 / 0.9);
}

.text-alutel-accent-pink\/95 {
  color: rgb(236 72 153 / 0.95);
}

.text-alutel-accent-purple {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.text-alutel-accent-purple\/0 {
  color: rgb(99 102 241 / 0);
}

.text-alutel-accent-purple\/10 {
  color: rgb(99 102 241 / 0.1);
}

.text-alutel-accent-purple\/100 {
  color: rgb(99 102 241 / 1);
}

.text-alutel-accent-purple\/15 {
  color: rgb(99 102 241 / 0.15);
}

.text-alutel-accent-purple\/20 {
  color: rgb(99 102 241 / 0.2);
}

.text-alutel-accent-purple\/25 {
  color: rgb(99 102 241 / 0.25);
}

.text-alutel-accent-purple\/30 {
  color: rgb(99 102 241 / 0.3);
}

.text-alutel-accent-purple\/35 {
  color: rgb(99 102 241 / 0.35);
}

.text-alutel-accent-purple\/40 {
  color: rgb(99 102 241 / 0.4);
}

.text-alutel-accent-purple\/45 {
  color: rgb(99 102 241 / 0.45);
}

.text-alutel-accent-purple\/5 {
  color: rgb(99 102 241 / 0.05);
}

.text-alutel-accent-purple\/50 {
  color: rgb(99 102 241 / 0.5);
}

.text-alutel-accent-purple\/55 {
  color: rgb(99 102 241 / 0.55);
}

.text-alutel-accent-purple\/60 {
  color: rgb(99 102 241 / 0.6);
}

.text-alutel-accent-purple\/65 {
  color: rgb(99 102 241 / 0.65);
}

.text-alutel-accent-purple\/70 {
  color: rgb(99 102 241 / 0.7);
}

.text-alutel-accent-purple\/75 {
  color: rgb(99 102 241 / 0.75);
}

.text-alutel-accent-purple\/80 {
  color: rgb(99 102 241 / 0.8);
}

.text-alutel-accent-purple\/85 {
  color: rgb(99 102 241 / 0.85);
}

.text-alutel-accent-purple\/90 {
  color: rgb(99 102 241 / 0.9);
}

.text-alutel-accent-purple\/95 {
  color: rgb(99 102 241 / 0.95);
}

.text-alutel-accent-teal {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}

.text-alutel-accent-teal\/0 {
  color: rgb(20 184 166 / 0);
}

.text-alutel-accent-teal\/10 {
  color: rgb(20 184 166 / 0.1);
}

.text-alutel-accent-teal\/100 {
  color: rgb(20 184 166 / 1);
}

.text-alutel-accent-teal\/15 {
  color: rgb(20 184 166 / 0.15);
}

.text-alutel-accent-teal\/20 {
  color: rgb(20 184 166 / 0.2);
}

.text-alutel-accent-teal\/25 {
  color: rgb(20 184 166 / 0.25);
}

.text-alutel-accent-teal\/30 {
  color: rgb(20 184 166 / 0.3);
}

.text-alutel-accent-teal\/35 {
  color: rgb(20 184 166 / 0.35);
}

.text-alutel-accent-teal\/40 {
  color: rgb(20 184 166 / 0.4);
}

.text-alutel-accent-teal\/45 {
  color: rgb(20 184 166 / 0.45);
}

.text-alutel-accent-teal\/5 {
  color: rgb(20 184 166 / 0.05);
}

.text-alutel-accent-teal\/50 {
  color: rgb(20 184 166 / 0.5);
}

.text-alutel-accent-teal\/55 {
  color: rgb(20 184 166 / 0.55);
}

.text-alutel-accent-teal\/60 {
  color: rgb(20 184 166 / 0.6);
}

.text-alutel-accent-teal\/65 {
  color: rgb(20 184 166 / 0.65);
}

.text-alutel-accent-teal\/70 {
  color: rgb(20 184 166 / 0.7);
}

.text-alutel-accent-teal\/75 {
  color: rgb(20 184 166 / 0.75);
}

.text-alutel-accent-teal\/80 {
  color: rgb(20 184 166 / 0.8);
}

.text-alutel-accent-teal\/85 {
  color: rgb(20 184 166 / 0.85);
}

.text-alutel-accent-teal\/90 {
  color: rgb(20 184 166 / 0.9);
}

.text-alutel-accent-teal\/95 {
  color: rgb(20 184 166 / 0.95);
}

.text-alutel-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

.text-alutel-neutral-100\/0 {
  color: rgb(241 245 249 / 0);
}

.text-alutel-neutral-100\/10 {
  color: rgb(241 245 249 / 0.1);
}

.text-alutel-neutral-100\/100 {
  color: rgb(241 245 249 / 1);
}

.text-alutel-neutral-100\/15 {
  color: rgb(241 245 249 / 0.15);
}

.text-alutel-neutral-100\/20 {
  color: rgb(241 245 249 / 0.2);
}

.text-alutel-neutral-100\/25 {
  color: rgb(241 245 249 / 0.25);
}

.text-alutel-neutral-100\/30 {
  color: rgb(241 245 249 / 0.3);
}

.text-alutel-neutral-100\/35 {
  color: rgb(241 245 249 / 0.35);
}

.text-alutel-neutral-100\/40 {
  color: rgb(241 245 249 / 0.4);
}

.text-alutel-neutral-100\/45 {
  color: rgb(241 245 249 / 0.45);
}

.text-alutel-neutral-100\/5 {
  color: rgb(241 245 249 / 0.05);
}

.text-alutel-neutral-100\/50 {
  color: rgb(241 245 249 / 0.5);
}

.text-alutel-neutral-100\/55 {
  color: rgb(241 245 249 / 0.55);
}

.text-alutel-neutral-100\/60 {
  color: rgb(241 245 249 / 0.6);
}

.text-alutel-neutral-100\/65 {
  color: rgb(241 245 249 / 0.65);
}

.text-alutel-neutral-100\/70 {
  color: rgb(241 245 249 / 0.7);
}

.text-alutel-neutral-100\/75 {
  color: rgb(241 245 249 / 0.75);
}

.text-alutel-neutral-100\/80 {
  color: rgb(241 245 249 / 0.8);
}

.text-alutel-neutral-100\/85 {
  color: rgb(241 245 249 / 0.85);
}

.text-alutel-neutral-100\/90 {
  color: rgb(241 245 249 / 0.9);
}

.text-alutel-neutral-100\/95 {
  color: rgb(241 245 249 / 0.95);
}

.text-alutel-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 245 / var(--tw-text-opacity));
}

.text-alutel-neutral-300\/0 {
  color: rgb(203 213 245 / 0);
}

.text-alutel-neutral-300\/10 {
  color: rgb(203 213 245 / 0.1);
}

.text-alutel-neutral-300\/100 {
  color: rgb(203 213 245 / 1);
}

.text-alutel-neutral-300\/15 {
  color: rgb(203 213 245 / 0.15);
}

.text-alutel-neutral-300\/20 {
  color: rgb(203 213 245 / 0.2);
}

.text-alutel-neutral-300\/25 {
  color: rgb(203 213 245 / 0.25);
}

.text-alutel-neutral-300\/30 {
  color: rgb(203 213 245 / 0.3);
}

.text-alutel-neutral-300\/35 {
  color: rgb(203 213 245 / 0.35);
}

.text-alutel-neutral-300\/40 {
  color: rgb(203 213 245 / 0.4);
}

.text-alutel-neutral-300\/45 {
  color: rgb(203 213 245 / 0.45);
}

.text-alutel-neutral-300\/5 {
  color: rgb(203 213 245 / 0.05);
}

.text-alutel-neutral-300\/50 {
  color: rgb(203 213 245 / 0.5);
}

.text-alutel-neutral-300\/55 {
  color: rgb(203 213 245 / 0.55);
}

.text-alutel-neutral-300\/60 {
  color: rgb(203 213 245 / 0.6);
}

.text-alutel-neutral-300\/65 {
  color: rgb(203 213 245 / 0.65);
}

.text-alutel-neutral-300\/70 {
  color: rgb(203 213 245 / 0.7);
}

.text-alutel-neutral-300\/75 {
  color: rgb(203 213 245 / 0.75);
}

.text-alutel-neutral-300\/80 {
  color: rgb(203 213 245 / 0.8);
}

.text-alutel-neutral-300\/85 {
  color: rgb(203 213 245 / 0.85);
}

.text-alutel-neutral-300\/90 {
  color: rgb(203 213 245 / 0.9);
}

.text-alutel-neutral-300\/95 {
  color: rgb(203 213 245 / 0.95);
}

.text-alutel-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}

.text-alutel-neutral-50\/0 {
  color: rgb(248 250 252 / 0);
}

.text-alutel-neutral-50\/10 {
  color: rgb(248 250 252 / 0.1);
}

.text-alutel-neutral-50\/100 {
  color: rgb(248 250 252 / 1);
}

.text-alutel-neutral-50\/15 {
  color: rgb(248 250 252 / 0.15);
}

.text-alutel-neutral-50\/20 {
  color: rgb(248 250 252 / 0.2);
}

.text-alutel-neutral-50\/25 {
  color: rgb(248 250 252 / 0.25);
}

.text-alutel-neutral-50\/30 {
  color: rgb(248 250 252 / 0.3);
}

.text-alutel-neutral-50\/35 {
  color: rgb(248 250 252 / 0.35);
}

.text-alutel-neutral-50\/40 {
  color: rgb(248 250 252 / 0.4);
}

.text-alutel-neutral-50\/45 {
  color: rgb(248 250 252 / 0.45);
}

.text-alutel-neutral-50\/5 {
  color: rgb(248 250 252 / 0.05);
}

.text-alutel-neutral-50\/50 {
  color: rgb(248 250 252 / 0.5);
}

.text-alutel-neutral-50\/55 {
  color: rgb(248 250 252 / 0.55);
}

.text-alutel-neutral-50\/60 {
  color: rgb(248 250 252 / 0.6);
}

.text-alutel-neutral-50\/65 {
  color: rgb(248 250 252 / 0.65);
}

.text-alutel-neutral-50\/70 {
  color: rgb(248 250 252 / 0.7);
}

.text-alutel-neutral-50\/75 {
  color: rgb(248 250 252 / 0.75);
}

.text-alutel-neutral-50\/80 {
  color: rgb(248 250 252 / 0.8);
}

.text-alutel-neutral-50\/85 {
  color: rgb(248 250 252 / 0.85);
}

.text-alutel-neutral-50\/90 {
  color: rgb(248 250 252 / 0.9);
}

.text-alutel-neutral-50\/95 {
  color: rgb(248 250 252 / 0.95);
}

.text-alutel-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-alutel-neutral-500\/0 {
  color: rgb(100 116 139 / 0);
}

.text-alutel-neutral-500\/10 {
  color: rgb(100 116 139 / 0.1);
}

.text-alutel-neutral-500\/100 {
  color: rgb(100 116 139 / 1);
}

.text-alutel-neutral-500\/15 {
  color: rgb(100 116 139 / 0.15);
}

.text-alutel-neutral-500\/20 {
  color: rgb(100 116 139 / 0.2);
}

.text-alutel-neutral-500\/25 {
  color: rgb(100 116 139 / 0.25);
}

.text-alutel-neutral-500\/30 {
  color: rgb(100 116 139 / 0.3);
}

.text-alutel-neutral-500\/35 {
  color: rgb(100 116 139 / 0.35);
}

.text-alutel-neutral-500\/40 {
  color: rgb(100 116 139 / 0.4);
}

.text-alutel-neutral-500\/45 {
  color: rgb(100 116 139 / 0.45);
}

.text-alutel-neutral-500\/5 {
  color: rgb(100 116 139 / 0.05);
}

.text-alutel-neutral-500\/50 {
  color: rgb(100 116 139 / 0.5);
}

.text-alutel-neutral-500\/55 {
  color: rgb(100 116 139 / 0.55);
}

.text-alutel-neutral-500\/60 {
  color: rgb(100 116 139 / 0.6);
}

.text-alutel-neutral-500\/65 {
  color: rgb(100 116 139 / 0.65);
}

.text-alutel-neutral-500\/70 {
  color: rgb(100 116 139 / 0.7);
}

.text-alutel-neutral-500\/75 {
  color: rgb(100 116 139 / 0.75);
}

.text-alutel-neutral-500\/80 {
  color: rgb(100 116 139 / 0.8);
}

.text-alutel-neutral-500\/85 {
  color: rgb(100 116 139 / 0.85);
}

.text-alutel-neutral-500\/90 {
  color: rgb(100 116 139 / 0.9);
}

.text-alutel-neutral-500\/95 {
  color: rgb(100 116 139 / 0.95);
}

.text-alutel-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.text-alutel-neutral-700\/0 {
  color: rgb(51 65 85 / 0);
}

.text-alutel-neutral-700\/10 {
  color: rgb(51 65 85 / 0.1);
}

.text-alutel-neutral-700\/100 {
  color: rgb(51 65 85 / 1);
}

.text-alutel-neutral-700\/15 {
  color: rgb(51 65 85 / 0.15);
}

.text-alutel-neutral-700\/20 {
  color: rgb(51 65 85 / 0.2);
}

.text-alutel-neutral-700\/25 {
  color: rgb(51 65 85 / 0.25);
}

.text-alutel-neutral-700\/30 {
  color: rgb(51 65 85 / 0.3);
}

.text-alutel-neutral-700\/35 {
  color: rgb(51 65 85 / 0.35);
}

.text-alutel-neutral-700\/40 {
  color: rgb(51 65 85 / 0.4);
}

.text-alutel-neutral-700\/45 {
  color: rgb(51 65 85 / 0.45);
}

.text-alutel-neutral-700\/5 {
  color: rgb(51 65 85 / 0.05);
}

.text-alutel-neutral-700\/50 {
  color: rgb(51 65 85 / 0.5);
}

.text-alutel-neutral-700\/55 {
  color: rgb(51 65 85 / 0.55);
}

.text-alutel-neutral-700\/60 {
  color: rgb(51 65 85 / 0.6);
}

.text-alutel-neutral-700\/65 {
  color: rgb(51 65 85 / 0.65);
}

.text-alutel-neutral-700\/70 {
  color: rgb(51 65 85 / 0.7);
}

.text-alutel-neutral-700\/75 {
  color: rgb(51 65 85 / 0.75);
}

.text-alutel-neutral-700\/80 {
  color: rgb(51 65 85 / 0.8);
}

.text-alutel-neutral-700\/85 {
  color: rgb(51 65 85 / 0.85);
}

.text-alutel-neutral-700\/90 {
  color: rgb(51 65 85 / 0.9);
}

.text-alutel-neutral-700\/95 {
  color: rgb(51 65 85 / 0.95);
}

.text-alutel-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity));
}

.text-alutel-neutral-900\/0 {
  color: rgb(2 6 23 / 0);
}

.text-alutel-neutral-900\/10 {
  color: rgb(2 6 23 / 0.1);
}

.text-alutel-neutral-900\/100 {
  color: rgb(2 6 23 / 1);
}

.text-alutel-neutral-900\/15 {
  color: rgb(2 6 23 / 0.15);
}

.text-alutel-neutral-900\/20 {
  color: rgb(2 6 23 / 0.2);
}

.text-alutel-neutral-900\/25 {
  color: rgb(2 6 23 / 0.25);
}

.text-alutel-neutral-900\/30 {
  color: rgb(2 6 23 / 0.3);
}

.text-alutel-neutral-900\/35 {
  color: rgb(2 6 23 / 0.35);
}

.text-alutel-neutral-900\/40 {
  color: rgb(2 6 23 / 0.4);
}

.text-alutel-neutral-900\/45 {
  color: rgb(2 6 23 / 0.45);
}

.text-alutel-neutral-900\/5 {
  color: rgb(2 6 23 / 0.05);
}

.text-alutel-neutral-900\/50 {
  color: rgb(2 6 23 / 0.5);
}

.text-alutel-neutral-900\/55 {
  color: rgb(2 6 23 / 0.55);
}

.text-alutel-neutral-900\/60 {
  color: rgb(2 6 23 / 0.6);
}

.text-alutel-neutral-900\/65 {
  color: rgb(2 6 23 / 0.65);
}

.text-alutel-neutral-900\/70 {
  color: rgb(2 6 23 / 0.7);
}

.text-alutel-neutral-900\/75 {
  color: rgb(2 6 23 / 0.75);
}

.text-alutel-neutral-900\/80 {
  color: rgb(2 6 23 / 0.8);
}

.text-alutel-neutral-900\/85 {
  color: rgb(2 6 23 / 0.85);
}

.text-alutel-neutral-900\/90 {
  color: rgb(2 6 23 / 0.9);
}

.text-alutel-neutral-900\/95 {
  color: rgb(2 6 23 / 0.95);
}

.text-alutel-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity));
}

.text-alutel-primary-100\/0 {
  color: rgb(224 242 254 / 0);
}

.text-alutel-primary-100\/10 {
  color: rgb(224 242 254 / 0.1);
}

.text-alutel-primary-100\/100 {
  color: rgb(224 242 254 / 1);
}

.text-alutel-primary-100\/15 {
  color: rgb(224 242 254 / 0.15);
}

.text-alutel-primary-100\/20 {
  color: rgb(224 242 254 / 0.2);
}

.text-alutel-primary-100\/25 {
  color: rgb(224 242 254 / 0.25);
}

.text-alutel-primary-100\/30 {
  color: rgb(224 242 254 / 0.3);
}

.text-alutel-primary-100\/35 {
  color: rgb(224 242 254 / 0.35);
}

.text-alutel-primary-100\/40 {
  color: rgb(224 242 254 / 0.4);
}

.text-alutel-primary-100\/45 {
  color: rgb(224 242 254 / 0.45);
}

.text-alutel-primary-100\/5 {
  color: rgb(224 242 254 / 0.05);
}

.text-alutel-primary-100\/50 {
  color: rgb(224 242 254 / 0.5);
}

.text-alutel-primary-100\/55 {
  color: rgb(224 242 254 / 0.55);
}

.text-alutel-primary-100\/60 {
  color: rgb(224 242 254 / 0.6);
}

.text-alutel-primary-100\/65 {
  color: rgb(224 242 254 / 0.65);
}

.text-alutel-primary-100\/70 {
  color: rgb(224 242 254 / 0.7);
}

.text-alutel-primary-100\/75 {
  color: rgb(224 242 254 / 0.75);
}

.text-alutel-primary-100\/80 {
  color: rgb(224 242 254 / 0.8);
}

.text-alutel-primary-100\/85 {
  color: rgb(224 242 254 / 0.85);
}

.text-alutel-primary-100\/90 {
  color: rgb(224 242 254 / 0.9);
}

.text-alutel-primary-100\/95 {
  color: rgb(224 242 254 / 0.95);
}

.text-alutel-primary-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}

.text-alutel-primary-300\/0 {
  color: rgb(125 211 252 / 0);
}

.text-alutel-primary-300\/10 {
  color: rgb(125 211 252 / 0.1);
}

.text-alutel-primary-300\/100 {
  color: rgb(125 211 252 / 1);
}

.text-alutel-primary-300\/15 {
  color: rgb(125 211 252 / 0.15);
}

.text-alutel-primary-300\/20 {
  color: rgb(125 211 252 / 0.2);
}

.text-alutel-primary-300\/25 {
  color: rgb(125 211 252 / 0.25);
}

.text-alutel-primary-300\/30 {
  color: rgb(125 211 252 / 0.3);
}

.text-alutel-primary-300\/35 {
  color: rgb(125 211 252 / 0.35);
}

.text-alutel-primary-300\/40 {
  color: rgb(125 211 252 / 0.4);
}

.text-alutel-primary-300\/45 {
  color: rgb(125 211 252 / 0.45);
}

.text-alutel-primary-300\/5 {
  color: rgb(125 211 252 / 0.05);
}

.text-alutel-primary-300\/50 {
  color: rgb(125 211 252 / 0.5);
}

.text-alutel-primary-300\/55 {
  color: rgb(125 211 252 / 0.55);
}

.text-alutel-primary-300\/60 {
  color: rgb(125 211 252 / 0.6);
}

.text-alutel-primary-300\/65 {
  color: rgb(125 211 252 / 0.65);
}

.text-alutel-primary-300\/70 {
  color: rgb(125 211 252 / 0.7);
}

.text-alutel-primary-300\/75 {
  color: rgb(125 211 252 / 0.75);
}

.text-alutel-primary-300\/80 {
  color: rgb(125 211 252 / 0.8);
}

.text-alutel-primary-300\/85 {
  color: rgb(125 211 252 / 0.85);
}

.text-alutel-primary-300\/90 {
  color: rgb(125 211 252 / 0.9);
}

.text-alutel-primary-300\/95 {
  color: rgb(125 211 252 / 0.95);
}

.text-alutel-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}

.text-alutel-primary-500\/0 {
  color: rgb(14 165 233 / 0);
}

.text-alutel-primary-500\/10 {
  color: rgb(14 165 233 / 0.1);
}

.text-alutel-primary-500\/100 {
  color: rgb(14 165 233 / 1);
}

.text-alutel-primary-500\/15 {
  color: rgb(14 165 233 / 0.15);
}

.text-alutel-primary-500\/20 {
  color: rgb(14 165 233 / 0.2);
}

.text-alutel-primary-500\/25 {
  color: rgb(14 165 233 / 0.25);
}

.text-alutel-primary-500\/30 {
  color: rgb(14 165 233 / 0.3);
}

.text-alutel-primary-500\/35 {
  color: rgb(14 165 233 / 0.35);
}

.text-alutel-primary-500\/40 {
  color: rgb(14 165 233 / 0.4);
}

.text-alutel-primary-500\/45 {
  color: rgb(14 165 233 / 0.45);
}

.text-alutel-primary-500\/5 {
  color: rgb(14 165 233 / 0.05);
}

.text-alutel-primary-500\/50 {
  color: rgb(14 165 233 / 0.5);
}

.text-alutel-primary-500\/55 {
  color: rgb(14 165 233 / 0.55);
}

.text-alutel-primary-500\/60 {
  color: rgb(14 165 233 / 0.6);
}

.text-alutel-primary-500\/65 {
  color: rgb(14 165 233 / 0.65);
}

.text-alutel-primary-500\/70 {
  color: rgb(14 165 233 / 0.7);
}

.text-alutel-primary-500\/75 {
  color: rgb(14 165 233 / 0.75);
}

.text-alutel-primary-500\/80 {
  color: rgb(14 165 233 / 0.8);
}

.text-alutel-primary-500\/85 {
  color: rgb(14 165 233 / 0.85);
}

.text-alutel-primary-500\/90 {
  color: rgb(14 165 233 / 0.9);
}

.text-alutel-primary-500\/95 {
  color: rgb(14 165 233 / 0.95);
}

.text-alutel-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(0 85 164 / var(--tw-text-opacity));
}

.text-alutel-primary-700\/0 {
  color: rgb(0 85 164 / 0);
}

.text-alutel-primary-700\/10 {
  color: rgb(0 85 164 / 0.1);
}

.text-alutel-primary-700\/100 {
  color: rgb(0 85 164 / 1);
}

.text-alutel-primary-700\/15 {
  color: rgb(0 85 164 / 0.15);
}

.text-alutel-primary-700\/20 {
  color: rgb(0 85 164 / 0.2);
}

.text-alutel-primary-700\/25 {
  color: rgb(0 85 164 / 0.25);
}

.text-alutel-primary-700\/30 {
  color: rgb(0 85 164 / 0.3);
}

.text-alutel-primary-700\/35 {
  color: rgb(0 85 164 / 0.35);
}

.text-alutel-primary-700\/40 {
  color: rgb(0 85 164 / 0.4);
}

.text-alutel-primary-700\/45 {
  color: rgb(0 85 164 / 0.45);
}

.text-alutel-primary-700\/5 {
  color: rgb(0 85 164 / 0.05);
}

.text-alutel-primary-700\/50 {
  color: rgb(0 85 164 / 0.5);
}

.text-alutel-primary-700\/55 {
  color: rgb(0 85 164 / 0.55);
}

.text-alutel-primary-700\/60 {
  color: rgb(0 85 164 / 0.6);
}

.text-alutel-primary-700\/65 {
  color: rgb(0 85 164 / 0.65);
}

.text-alutel-primary-700\/70 {
  color: rgb(0 85 164 / 0.7);
}

.text-alutel-primary-700\/75 {
  color: rgb(0 85 164 / 0.75);
}

.text-alutel-primary-700\/80 {
  color: rgb(0 85 164 / 0.8);
}

.text-alutel-primary-700\/85 {
  color: rgb(0 85 164 / 0.85);
}

.text-alutel-primary-700\/90 {
  color: rgb(0 85 164 / 0.9);
}

.text-alutel-primary-700\/95 {
  color: rgb(0 85 164 / 0.95);
}

.text-alutel-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(2 36 63 / var(--tw-text-opacity));
}

.text-alutel-primary-900\/0 {
  color: rgb(2 36 63 / 0);
}

.text-alutel-primary-900\/10 {
  color: rgb(2 36 63 / 0.1);
}

.text-alutel-primary-900\/100 {
  color: rgb(2 36 63 / 1);
}

.text-alutel-primary-900\/15 {
  color: rgb(2 36 63 / 0.15);
}

.text-alutel-primary-900\/20 {
  color: rgb(2 36 63 / 0.2);
}

.text-alutel-primary-900\/25 {
  color: rgb(2 36 63 / 0.25);
}

.text-alutel-primary-900\/30 {
  color: rgb(2 36 63 / 0.3);
}

.text-alutel-primary-900\/35 {
  color: rgb(2 36 63 / 0.35);
}

.text-alutel-primary-900\/40 {
  color: rgb(2 36 63 / 0.4);
}

.text-alutel-primary-900\/45 {
  color: rgb(2 36 63 / 0.45);
}

.text-alutel-primary-900\/5 {
  color: rgb(2 36 63 / 0.05);
}

.text-alutel-primary-900\/50 {
  color: rgb(2 36 63 / 0.5);
}

.text-alutel-primary-900\/55 {
  color: rgb(2 36 63 / 0.55);
}

.text-alutel-primary-900\/60 {
  color: rgb(2 36 63 / 0.6);
}

.text-alutel-primary-900\/65 {
  color: rgb(2 36 63 / 0.65);
}

.text-alutel-primary-900\/70 {
  color: rgb(2 36 63 / 0.7);
}

.text-alutel-primary-900\/75 {
  color: rgb(2 36 63 / 0.75);
}

.text-alutel-primary-900\/80 {
  color: rgb(2 36 63 / 0.8);
}

.text-alutel-primary-900\/85 {
  color: rgb(2 36 63 / 0.85);
}

.text-alutel-primary-900\/90 {
  color: rgb(2 36 63 / 0.9);
}

.text-alutel-primary-900\/95 {
  color: rgb(2 36 63 / 0.95);
}

.text-alutel-state-error {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-alutel-state-error\/0 {
  color: rgb(239 68 68 / 0);
}

.text-alutel-state-error\/10 {
  color: rgb(239 68 68 / 0.1);
}

.text-alutel-state-error\/100 {
  color: rgb(239 68 68 / 1);
}

.text-alutel-state-error\/15 {
  color: rgb(239 68 68 / 0.15);
}

.text-alutel-state-error\/20 {
  color: rgb(239 68 68 / 0.2);
}

.text-alutel-state-error\/25 {
  color: rgb(239 68 68 / 0.25);
}

.text-alutel-state-error\/30 {
  color: rgb(239 68 68 / 0.3);
}

.text-alutel-state-error\/35 {
  color: rgb(239 68 68 / 0.35);
}

.text-alutel-state-error\/40 {
  color: rgb(239 68 68 / 0.4);
}

.text-alutel-state-error\/45 {
  color: rgb(239 68 68 / 0.45);
}

.text-alutel-state-error\/5 {
  color: rgb(239 68 68 / 0.05);
}

.text-alutel-state-error\/50 {
  color: rgb(239 68 68 / 0.5);
}

.text-alutel-state-error\/55 {
  color: rgb(239 68 68 / 0.55);
}

.text-alutel-state-error\/60 {
  color: rgb(239 68 68 / 0.6);
}

.text-alutel-state-error\/65 {
  color: rgb(239 68 68 / 0.65);
}

.text-alutel-state-error\/70 {
  color: rgb(239 68 68 / 0.7);
}

.text-alutel-state-error\/75 {
  color: rgb(239 68 68 / 0.75);
}

.text-alutel-state-error\/80 {
  color: rgb(239 68 68 / 0.8);
}

.text-alutel-state-error\/85 {
  color: rgb(239 68 68 / 0.85);
}

.text-alutel-state-error\/90 {
  color: rgb(239 68 68 / 0.9);
}

.text-alutel-state-error\/95 {
  color: rgb(239 68 68 / 0.95);
}

.text-alutel-state-info {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}

.text-alutel-state-info\/0 {
  color: rgb(14 165 233 / 0);
}

.text-alutel-state-info\/10 {
  color: rgb(14 165 233 / 0.1);
}

.text-alutel-state-info\/100 {
  color: rgb(14 165 233 / 1);
}

.text-alutel-state-info\/15 {
  color: rgb(14 165 233 / 0.15);
}

.text-alutel-state-info\/20 {
  color: rgb(14 165 233 / 0.2);
}

.text-alutel-state-info\/25 {
  color: rgb(14 165 233 / 0.25);
}

.text-alutel-state-info\/30 {
  color: rgb(14 165 233 / 0.3);
}

.text-alutel-state-info\/35 {
  color: rgb(14 165 233 / 0.35);
}

.text-alutel-state-info\/40 {
  color: rgb(14 165 233 / 0.4);
}

.text-alutel-state-info\/45 {
  color: rgb(14 165 233 / 0.45);
}

.text-alutel-state-info\/5 {
  color: rgb(14 165 233 / 0.05);
}

.text-alutel-state-info\/50 {
  color: rgb(14 165 233 / 0.5);
}

.text-alutel-state-info\/55 {
  color: rgb(14 165 233 / 0.55);
}

.text-alutel-state-info\/60 {
  color: rgb(14 165 233 / 0.6);
}

.text-alutel-state-info\/65 {
  color: rgb(14 165 233 / 0.65);
}

.text-alutel-state-info\/70 {
  color: rgb(14 165 233 / 0.7);
}

.text-alutel-state-info\/75 {
  color: rgb(14 165 233 / 0.75);
}

.text-alutel-state-info\/80 {
  color: rgb(14 165 233 / 0.8);
}

.text-alutel-state-info\/85 {
  color: rgb(14 165 233 / 0.85);
}

.text-alutel-state-info\/90 {
  color: rgb(14 165 233 / 0.9);
}

.text-alutel-state-info\/95 {
  color: rgb(14 165 233 / 0.95);
}

.text-alutel-state-success {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-alutel-state-success\/0 {
  color: rgb(34 197 94 / 0);
}

.text-alutel-state-success\/10 {
  color: rgb(34 197 94 / 0.1);
}

.text-alutel-state-success\/100 {
  color: rgb(34 197 94 / 1);
}

.text-alutel-state-success\/15 {
  color: rgb(34 197 94 / 0.15);
}

.text-alutel-state-success\/20 {
  color: rgb(34 197 94 / 0.2);
}

.text-alutel-state-success\/25 {
  color: rgb(34 197 94 / 0.25);
}

.text-alutel-state-success\/30 {
  color: rgb(34 197 94 / 0.3);
}

.text-alutel-state-success\/35 {
  color: rgb(34 197 94 / 0.35);
}

.text-alutel-state-success\/40 {
  color: rgb(34 197 94 / 0.4);
}

.text-alutel-state-success\/45 {
  color: rgb(34 197 94 / 0.45);
}

.text-alutel-state-success\/5 {
  color: rgb(34 197 94 / 0.05);
}

.text-alutel-state-success\/50 {
  color: rgb(34 197 94 / 0.5);
}

.text-alutel-state-success\/55 {
  color: rgb(34 197 94 / 0.55);
}

.text-alutel-state-success\/60 {
  color: rgb(34 197 94 / 0.6);
}

.text-alutel-state-success\/65 {
  color: rgb(34 197 94 / 0.65);
}

.text-alutel-state-success\/70 {
  color: rgb(34 197 94 / 0.7);
}

.text-alutel-state-success\/75 {
  color: rgb(34 197 94 / 0.75);
}

.text-alutel-state-success\/80 {
  color: rgb(34 197 94 / 0.8);
}

.text-alutel-state-success\/85 {
  color: rgb(34 197 94 / 0.85);
}

.text-alutel-state-success\/90 {
  color: rgb(34 197 94 / 0.9);
}

.text-alutel-state-success\/95 {
  color: rgb(34 197 94 / 0.95);
}

.text-alutel-state-warning {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.text-alutel-state-warning\/0 {
  color: rgb(234 179 8 / 0);
}

.text-alutel-state-warning\/10 {
  color: rgb(234 179 8 / 0.1);
}

.text-alutel-state-warning\/100 {
  color: rgb(234 179 8 / 1);
}

.text-alutel-state-warning\/15 {
  color: rgb(234 179 8 / 0.15);
}

.text-alutel-state-warning\/20 {
  color: rgb(234 179 8 / 0.2);
}

.text-alutel-state-warning\/25 {
  color: rgb(234 179 8 / 0.25);
}

.text-alutel-state-warning\/30 {
  color: rgb(234 179 8 / 0.3);
}

.text-alutel-state-warning\/35 {
  color: rgb(234 179 8 / 0.35);
}

.text-alutel-state-warning\/40 {
  color: rgb(234 179 8 / 0.4);
}

.text-alutel-state-warning\/45 {
  color: rgb(234 179 8 / 0.45);
}

.text-alutel-state-warning\/5 {
  color: rgb(234 179 8 / 0.05);
}

.text-alutel-state-warning\/50 {
  color: rgb(234 179 8 / 0.5);
}

.text-alutel-state-warning\/55 {
  color: rgb(234 179 8 / 0.55);
}

.text-alutel-state-warning\/60 {
  color: rgb(234 179 8 / 0.6);
}

.text-alutel-state-warning\/65 {
  color: rgb(234 179 8 / 0.65);
}

.text-alutel-state-warning\/70 {
  color: rgb(234 179 8 / 0.7);
}

.text-alutel-state-warning\/75 {
  color: rgb(234 179 8 / 0.75);
}

.text-alutel-state-warning\/80 {
  color: rgb(234 179 8 / 0.8);
}

.text-alutel-state-warning\/85 {
  color: rgb(234 179 8 / 0.85);
}

.text-alutel-state-warning\/90 {
  color: rgb(234 179 8 / 0.9);
}

.text-alutel-state-warning\/95 {
  color: rgb(234 179 8 / 0.95);
}

.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}

.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.text-neutral-100\/0 {
  color: rgb(245 245 245 / 0);
}

.text-neutral-100\/10 {
  color: rgb(245 245 245 / 0.1);
}

.text-neutral-100\/100 {
  color: rgb(245 245 245 / 1);
}

.text-neutral-100\/15 {
  color: rgb(245 245 245 / 0.15);
}

.text-neutral-100\/20 {
  color: rgb(245 245 245 / 0.2);
}

.text-neutral-100\/25 {
  color: rgb(245 245 245 / 0.25);
}

.text-neutral-100\/30 {
  color: rgb(245 245 245 / 0.3);
}

.text-neutral-100\/35 {
  color: rgb(245 245 245 / 0.35);
}

.text-neutral-100\/40 {
  color: rgb(245 245 245 / 0.4);
}

.text-neutral-100\/45 {
  color: rgb(245 245 245 / 0.45);
}

.text-neutral-100\/5 {
  color: rgb(245 245 245 / 0.05);
}

.text-neutral-100\/50 {
  color: rgb(245 245 245 / 0.5);
}

.text-neutral-100\/55 {
  color: rgb(245 245 245 / 0.55);
}

.text-neutral-100\/60 {
  color: rgb(245 245 245 / 0.6);
}

.text-neutral-100\/65 {
  color: rgb(245 245 245 / 0.65);
}

.text-neutral-100\/70 {
  color: rgb(245 245 245 / 0.7);
}

.text-neutral-100\/75 {
  color: rgb(245 245 245 / 0.75);
}

.text-neutral-100\/80 {
  color: rgb(245 245 245 / 0.8);
}

.text-neutral-100\/85 {
  color: rgb(245 245 245 / 0.85);
}

.text-neutral-100\/90 {
  color: rgb(245 245 245 / 0.9);
}

.text-neutral-100\/95 {
  color: rgb(245 245 245 / 0.95);
}

.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}

.text-neutral-200\/0 {
  color: rgb(229 229 229 / 0);
}

.text-neutral-200\/10 {
  color: rgb(229 229 229 / 0.1);
}

.text-neutral-200\/100 {
  color: rgb(229 229 229 / 1);
}

.text-neutral-200\/15 {
  color: rgb(229 229 229 / 0.15);
}

.text-neutral-200\/20 {
  color: rgb(229 229 229 / 0.2);
}

.text-neutral-200\/25 {
  color: rgb(229 229 229 / 0.25);
}

.text-neutral-200\/30 {
  color: rgb(229 229 229 / 0.3);
}

.text-neutral-200\/35 {
  color: rgb(229 229 229 / 0.35);
}

.text-neutral-200\/40 {
  color: rgb(229 229 229 / 0.4);
}

.text-neutral-200\/45 {
  color: rgb(229 229 229 / 0.45);
}

.text-neutral-200\/5 {
  color: rgb(229 229 229 / 0.05);
}

.text-neutral-200\/50 {
  color: rgb(229 229 229 / 0.5);
}

.text-neutral-200\/55 {
  color: rgb(229 229 229 / 0.55);
}

.text-neutral-200\/60 {
  color: rgb(229 229 229 / 0.6);
}

.text-neutral-200\/65 {
  color: rgb(229 229 229 / 0.65);
}

.text-neutral-200\/70 {
  color: rgb(229 229 229 / 0.7);
}

.text-neutral-200\/75 {
  color: rgb(229 229 229 / 0.75);
}

.text-neutral-200\/80 {
  color: rgb(229 229 229 / 0.8);
}

.text-neutral-200\/85 {
  color: rgb(229 229 229 / 0.85);
}

.text-neutral-200\/90 {
  color: rgb(229 229 229 / 0.9);
}

.text-neutral-200\/95 {
  color: rgb(229 229 229 / 0.95);
}

.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

.text-neutral-300\/0 {
  color: rgb(212 212 212 / 0);
}

.text-neutral-300\/10 {
  color: rgb(212 212 212 / 0.1);
}

.text-neutral-300\/100 {
  color: rgb(212 212 212 / 1);
}

.text-neutral-300\/15 {
  color: rgb(212 212 212 / 0.15);
}

.text-neutral-300\/20 {
  color: rgb(212 212 212 / 0.2);
}

.text-neutral-300\/25 {
  color: rgb(212 212 212 / 0.25);
}

.text-neutral-300\/30 {
  color: rgb(212 212 212 / 0.3);
}

.text-neutral-300\/35 {
  color: rgb(212 212 212 / 0.35);
}

.text-neutral-300\/40 {
  color: rgb(212 212 212 / 0.4);
}

.text-neutral-300\/45 {
  color: rgb(212 212 212 / 0.45);
}

.text-neutral-300\/5 {
  color: rgb(212 212 212 / 0.05);
}

.text-neutral-300\/50 {
  color: rgb(212 212 212 / 0.5);
}

.text-neutral-300\/55 {
  color: rgb(212 212 212 / 0.55);
}

.text-neutral-300\/60 {
  color: rgb(212 212 212 / 0.6);
}

.text-neutral-300\/65 {
  color: rgb(212 212 212 / 0.65);
}

.text-neutral-300\/70 {
  color: rgb(212 212 212 / 0.7);
}

.text-neutral-300\/75 {
  color: rgb(212 212 212 / 0.75);
}

.text-neutral-300\/80 {
  color: rgb(212 212 212 / 0.8);
}

.text-neutral-300\/85 {
  color: rgb(212 212 212 / 0.85);
}

.text-neutral-300\/90 {
  color: rgb(212 212 212 / 0.9);
}

.text-neutral-300\/95 {
  color: rgb(212 212 212 / 0.95);
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.text-neutral-400\/0 {
  color: rgb(163 163 163 / 0);
}

.text-neutral-400\/10 {
  color: rgb(163 163 163 / 0.1);
}

.text-neutral-400\/100 {
  color: rgb(163 163 163 / 1);
}

.text-neutral-400\/15 {
  color: rgb(163 163 163 / 0.15);
}

.text-neutral-400\/20 {
  color: rgb(163 163 163 / 0.2);
}

.text-neutral-400\/25 {
  color: rgb(163 163 163 / 0.25);
}

.text-neutral-400\/30 {
  color: rgb(163 163 163 / 0.3);
}

.text-neutral-400\/35 {
  color: rgb(163 163 163 / 0.35);
}

.text-neutral-400\/40 {
  color: rgb(163 163 163 / 0.4);
}

.text-neutral-400\/45 {
  color: rgb(163 163 163 / 0.45);
}

.text-neutral-400\/5 {
  color: rgb(163 163 163 / 0.05);
}

.text-neutral-400\/50 {
  color: rgb(163 163 163 / 0.5);
}

.text-neutral-400\/55 {
  color: rgb(163 163 163 / 0.55);
}

.text-neutral-400\/60 {
  color: rgb(163 163 163 / 0.6);
}

.text-neutral-400\/65 {
  color: rgb(163 163 163 / 0.65);
}

.text-neutral-400\/70 {
  color: rgb(163 163 163 / 0.7);
}

.text-neutral-400\/75 {
  color: rgb(163 163 163 / 0.75);
}

.text-neutral-400\/80 {
  color: rgb(163 163 163 / 0.8);
}

.text-neutral-400\/85 {
  color: rgb(163 163 163 / 0.85);
}

.text-neutral-400\/90 {
  color: rgb(163 163 163 / 0.9);
}

.text-neutral-400\/95 {
  color: rgb(163 163 163 / 0.95);
}

.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.text-neutral-50\/0 {
  color: rgb(250 250 250 / 0);
}

.text-neutral-50\/10 {
  color: rgb(250 250 250 / 0.1);
}

.text-neutral-50\/100 {
  color: rgb(250 250 250 / 1);
}

.text-neutral-50\/15 {
  color: rgb(250 250 250 / 0.15);
}

.text-neutral-50\/20 {
  color: rgb(250 250 250 / 0.2);
}

.text-neutral-50\/25 {
  color: rgb(250 250 250 / 0.25);
}

.text-neutral-50\/30 {
  color: rgb(250 250 250 / 0.3);
}

.text-neutral-50\/35 {
  color: rgb(250 250 250 / 0.35);
}

.text-neutral-50\/40 {
  color: rgb(250 250 250 / 0.4);
}

.text-neutral-50\/45 {
  color: rgb(250 250 250 / 0.45);
}

.text-neutral-50\/5 {
  color: rgb(250 250 250 / 0.05);
}

.text-neutral-50\/50 {
  color: rgb(250 250 250 / 0.5);
}

.text-neutral-50\/55 {
  color: rgb(250 250 250 / 0.55);
}

.text-neutral-50\/60 {
  color: rgb(250 250 250 / 0.6);
}

.text-neutral-50\/65 {
  color: rgb(250 250 250 / 0.65);
}

.text-neutral-50\/70 {
  color: rgb(250 250 250 / 0.7);
}

.text-neutral-50\/75 {
  color: rgb(250 250 250 / 0.75);
}

.text-neutral-50\/80 {
  color: rgb(250 250 250 / 0.8);
}

.text-neutral-50\/85 {
  color: rgb(250 250 250 / 0.85);
}

.text-neutral-50\/90 {
  color: rgb(250 250 250 / 0.9);
}

.text-neutral-50\/95 {
  color: rgb(250 250 250 / 0.95);
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.text-neutral-500\/0 {
  color: rgb(115 115 115 / 0);
}

.text-neutral-500\/10 {
  color: rgb(115 115 115 / 0.1);
}

.text-neutral-500\/100 {
  color: rgb(115 115 115 / 1);
}

.text-neutral-500\/15 {
  color: rgb(115 115 115 / 0.15);
}

.text-neutral-500\/20 {
  color: rgb(115 115 115 / 0.2);
}

.text-neutral-500\/25 {
  color: rgb(115 115 115 / 0.25);
}

.text-neutral-500\/30 {
  color: rgb(115 115 115 / 0.3);
}

.text-neutral-500\/35 {
  color: rgb(115 115 115 / 0.35);
}

.text-neutral-500\/40 {
  color: rgb(115 115 115 / 0.4);
}

.text-neutral-500\/45 {
  color: rgb(115 115 115 / 0.45);
}

.text-neutral-500\/5 {
  color: rgb(115 115 115 / 0.05);
}

.text-neutral-500\/50 {
  color: rgb(115 115 115 / 0.5);
}

.text-neutral-500\/55 {
  color: rgb(115 115 115 / 0.55);
}

.text-neutral-500\/60 {
  color: rgb(115 115 115 / 0.6);
}

.text-neutral-500\/65 {
  color: rgb(115 115 115 / 0.65);
}

.text-neutral-500\/70 {
  color: rgb(115 115 115 / 0.7);
}

.text-neutral-500\/75 {
  color: rgb(115 115 115 / 0.75);
}

.text-neutral-500\/80 {
  color: rgb(115 115 115 / 0.8);
}

.text-neutral-500\/85 {
  color: rgb(115 115 115 / 0.85);
}

.text-neutral-500\/90 {
  color: rgb(115 115 115 / 0.9);
}

.text-neutral-500\/95 {
  color: rgb(115 115 115 / 0.95);
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.text-neutral-600\/0 {
  color: rgb(82 82 82 / 0);
}

.text-neutral-600\/10 {
  color: rgb(82 82 82 / 0.1);
}

.text-neutral-600\/100 {
  color: rgb(82 82 82 / 1);
}

.text-neutral-600\/15 {
  color: rgb(82 82 82 / 0.15);
}

.text-neutral-600\/20 {
  color: rgb(82 82 82 / 0.2);
}

.text-neutral-600\/25 {
  color: rgb(82 82 82 / 0.25);
}

.text-neutral-600\/30 {
  color: rgb(82 82 82 / 0.3);
}

.text-neutral-600\/35 {
  color: rgb(82 82 82 / 0.35);
}

.text-neutral-600\/40 {
  color: rgb(82 82 82 / 0.4);
}

.text-neutral-600\/45 {
  color: rgb(82 82 82 / 0.45);
}

.text-neutral-600\/5 {
  color: rgb(82 82 82 / 0.05);
}

.text-neutral-600\/50 {
  color: rgb(82 82 82 / 0.5);
}

.text-neutral-600\/55 {
  color: rgb(82 82 82 / 0.55);
}

.text-neutral-600\/60 {
  color: rgb(82 82 82 / 0.6);
}

.text-neutral-600\/65 {
  color: rgb(82 82 82 / 0.65);
}

.text-neutral-600\/70 {
  color: rgb(82 82 82 / 0.7);
}

.text-neutral-600\/75 {
  color: rgb(82 82 82 / 0.75);
}

.text-neutral-600\/80 {
  color: rgb(82 82 82 / 0.8);
}

.text-neutral-600\/85 {
  color: rgb(82 82 82 / 0.85);
}

.text-neutral-600\/90 {
  color: rgb(82 82 82 / 0.9);
}

.text-neutral-600\/95 {
  color: rgb(82 82 82 / 0.95);
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.text-neutral-700\/0 {
  color: rgb(64 64 64 / 0);
}

.text-neutral-700\/10 {
  color: rgb(64 64 64 / 0.1);
}

.text-neutral-700\/100 {
  color: rgb(64 64 64 / 1);
}

.text-neutral-700\/15 {
  color: rgb(64 64 64 / 0.15);
}

.text-neutral-700\/20 {
  color: rgb(64 64 64 / 0.2);
}

.text-neutral-700\/25 {
  color: rgb(64 64 64 / 0.25);
}

.text-neutral-700\/30 {
  color: rgb(64 64 64 / 0.3);
}

.text-neutral-700\/35 {
  color: rgb(64 64 64 / 0.35);
}

.text-neutral-700\/40 {
  color: rgb(64 64 64 / 0.4);
}

.text-neutral-700\/45 {
  color: rgb(64 64 64 / 0.45);
}

.text-neutral-700\/5 {
  color: rgb(64 64 64 / 0.05);
}

.text-neutral-700\/50 {
  color: rgb(64 64 64 / 0.5);
}

.text-neutral-700\/55 {
  color: rgb(64 64 64 / 0.55);
}

.text-neutral-700\/60 {
  color: rgb(64 64 64 / 0.6);
}

.text-neutral-700\/65 {
  color: rgb(64 64 64 / 0.65);
}

.text-neutral-700\/70 {
  color: rgb(64 64 64 / 0.7);
}

.text-neutral-700\/75 {
  color: rgb(64 64 64 / 0.75);
}

.text-neutral-700\/80 {
  color: rgb(64 64 64 / 0.8);
}

.text-neutral-700\/85 {
  color: rgb(64 64 64 / 0.85);
}

.text-neutral-700\/90 {
  color: rgb(64 64 64 / 0.9);
}

.text-neutral-700\/95 {
  color: rgb(64 64 64 / 0.95);
}

.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.text-neutral-800\/0 {
  color: rgb(38 38 38 / 0);
}

.text-neutral-800\/10 {
  color: rgb(38 38 38 / 0.1);
}

.text-neutral-800\/100 {
  color: rgb(38 38 38 / 1);
}

.text-neutral-800\/15 {
  color: rgb(38 38 38 / 0.15);
}

.text-neutral-800\/20 {
  color: rgb(38 38 38 / 0.2);
}

.text-neutral-800\/25 {
  color: rgb(38 38 38 / 0.25);
}

.text-neutral-800\/30 {
  color: rgb(38 38 38 / 0.3);
}

.text-neutral-800\/35 {
  color: rgb(38 38 38 / 0.35);
}

.text-neutral-800\/40 {
  color: rgb(38 38 38 / 0.4);
}

.text-neutral-800\/45 {
  color: rgb(38 38 38 / 0.45);
}

.text-neutral-800\/5 {
  color: rgb(38 38 38 / 0.05);
}

.text-neutral-800\/50 {
  color: rgb(38 38 38 / 0.5);
}

.text-neutral-800\/55 {
  color: rgb(38 38 38 / 0.55);
}

.text-neutral-800\/60 {
  color: rgb(38 38 38 / 0.6);
}

.text-neutral-800\/65 {
  color: rgb(38 38 38 / 0.65);
}

.text-neutral-800\/70 {
  color: rgb(38 38 38 / 0.7);
}

.text-neutral-800\/75 {
  color: rgb(38 38 38 / 0.75);
}

.text-neutral-800\/80 {
  color: rgb(38 38 38 / 0.8);
}

.text-neutral-800\/85 {
  color: rgb(38 38 38 / 0.85);
}

.text-neutral-800\/90 {
  color: rgb(38 38 38 / 0.9);
}

.text-neutral-800\/95 {
  color: rgb(38 38 38 / 0.95);
}

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.text-neutral-900\/0 {
  color: rgb(23 23 23 / 0);
}

.text-neutral-900\/10 {
  color: rgb(23 23 23 / 0.1);
}

.text-neutral-900\/100 {
  color: rgb(23 23 23 / 1);
}

.text-neutral-900\/15 {
  color: rgb(23 23 23 / 0.15);
}

.text-neutral-900\/20 {
  color: rgb(23 23 23 / 0.2);
}

.text-neutral-900\/25 {
  color: rgb(23 23 23 / 0.25);
}

.text-neutral-900\/30 {
  color: rgb(23 23 23 / 0.3);
}

.text-neutral-900\/35 {
  color: rgb(23 23 23 / 0.35);
}

.text-neutral-900\/40 {
  color: rgb(23 23 23 / 0.4);
}

.text-neutral-900\/45 {
  color: rgb(23 23 23 / 0.45);
}

.text-neutral-900\/5 {
  color: rgb(23 23 23 / 0.05);
}

.text-neutral-900\/50 {
  color: rgb(23 23 23 / 0.5);
}

.text-neutral-900\/55 {
  color: rgb(23 23 23 / 0.55);
}

.text-neutral-900\/60 {
  color: rgb(23 23 23 / 0.6);
}

.text-neutral-900\/65 {
  color: rgb(23 23 23 / 0.65);
}

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

.text-neutral-900\/75 {
  color: rgb(23 23 23 / 0.75);
}

.text-neutral-900\/80 {
  color: rgb(23 23 23 / 0.8);
}

.text-neutral-900\/85 {
  color: rgb(23 23 23 / 0.85);
}

.text-neutral-900\/90 {
  color: rgb(23 23 23 / 0.9);
}

.text-neutral-900\/95 {
  color: rgb(23 23 23 / 0.95);
}

.text-neutral-950 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}

.text-neutral-950\/0 {
  color: rgb(10 10 10 / 0);
}

.text-neutral-950\/10 {
  color: rgb(10 10 10 / 0.1);
}

.text-neutral-950\/100 {
  color: rgb(10 10 10 / 1);
}

.text-neutral-950\/15 {
  color: rgb(10 10 10 / 0.15);
}

.text-neutral-950\/20 {
  color: rgb(10 10 10 / 0.2);
}

.text-neutral-950\/25 {
  color: rgb(10 10 10 / 0.25);
}

.text-neutral-950\/30 {
  color: rgb(10 10 10 / 0.3);
}

.text-neutral-950\/35 {
  color: rgb(10 10 10 / 0.35);
}

.text-neutral-950\/40 {
  color: rgb(10 10 10 / 0.4);
}

.text-neutral-950\/45 {
  color: rgb(10 10 10 / 0.45);
}

.text-neutral-950\/5 {
  color: rgb(10 10 10 / 0.05);
}

.text-neutral-950\/50 {
  color: rgb(10 10 10 / 0.5);
}

.text-neutral-950\/55 {
  color: rgb(10 10 10 / 0.55);
}

.text-neutral-950\/60 {
  color: rgb(10 10 10 / 0.6);
}

.text-neutral-950\/65 {
  color: rgb(10 10 10 / 0.65);
}

.text-neutral-950\/70 {
  color: rgb(10 10 10 / 0.7);
}

.text-neutral-950\/75 {
  color: rgb(10 10 10 / 0.75);
}

.text-neutral-950\/80 {
  color: rgb(10 10 10 / 0.8);
}

.text-neutral-950\/85 {
  color: rgb(10 10 10 / 0.85);
}

.text-neutral-950\/90 {
  color: rgb(10 10 10 / 0.9);
}

.text-neutral-950\/95 {
  color: rgb(10 10 10 / 0.95);
}

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

.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}

.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}

.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}

.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-slate-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

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

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.text-transparent {
  color: transparent;
}

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

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.shadow-\[0_18px_40px_rgba\(15\2c 23\2c 42\2c 0\.35\)\] {
  --tw-shadow: 0 18px 40px rgba(15,23,42,0.35);
  --tw-shadow-colored: 0 18px 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_18px_44px_rgba\(15\2c 23\2c 42\2c 0\.07\)\] {
  --tw-shadow: 0 18px 44px rgba(15,23,42,0.07);
  --tw-shadow-colored: 0 18px 44px 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_18px_45px_rgba\(15\2c 23\2c 42\2c 0\.10\)\] {
  --tw-shadow: 0 18px 45px rgba(15,23,42,0.10);
  --tw-shadow-colored: 0 18px 45px 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_18px_45px_rgba\(15\2c 23\2c 42\2c 0\.12\)\] {
  --tw-shadow: 0 18px 45px rgba(15,23,42,0.12);
  --tw-shadow-colored: 0 18px 45px 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_45px_rgba\(15\2c 23\2c 42\2c 0\.10\)\] {
  --tw-shadow: 0 20px 45px rgba(15,23,42,0.10);
  --tw-shadow-colored: 0 20px 45px 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_rgba\(15\2c 23\2c 42\2c 0\.12\)\] {
  --tw-shadow: 0 20px 60px rgba(15,23,42,0.12);
  --tw-shadow-colored: 0 20px 60px 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_24px_60px_rgba\(15\2c 23\2c 42\2c 0\.12\)\] {
  --tw-shadow: 0 24px 60px rgba(15,23,42,0.12);
  --tw-shadow-colored: 0 24px 60px 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_24px_60px_rgba\(15\2c 23\2c 42\2c 0\.55\)\] {
  --tw-shadow: 0 24px 60px rgba(15,23,42,0.55);
  --tw-shadow-colored: 0 24px 60px 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_32px_80px_rgba\(15\2c 23\2c 42\2c 0\.16\)\] {
  --tw-shadow: 0 32px 80px rgba(15,23,42,0.16);
  --tw-shadow-colored: 0 32px 80px 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-panel-sm {
  --tw-shadow: 0 6px 20px rgba(15,23,42,0.06);
  --tw-shadow-colored: 0 6px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-panel-soft {
  --tw-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
  --tw-shadow-colored: 0 24px 60px 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-alutel-primary-700\/30 {
  --tw-shadow-color: rgb(0 85 164 / 0.3);
  --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-slate-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(241 245 249 / var(--tw-ring-opacity));
}

.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  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-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-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.will-change-transform {
  will-change: transform;
}

.\[-ms-overflow-style\:none\] {
  -ms-overflow-style: none;
}

.\[scrollbar-width\:none\] {
  scrollbar-width: none;
}

@keyframes logo-marquee {
  0% {
    transform: translateX(0);
  }

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

.animate-logo-marquee {
  animation: logo-marquee 50s linear infinite;
}

/* RTL: invertimos la dirección del marquee */

html[dir="rtl"] .animate-logo-marquee {
  animation-direction: reverse;
}

.hero-slide {
  opacity: 0;
  transition: opacity 600ms ease-in-out;
}

.hero-slide:first-child {
  /* por si el JS demora en correr, que no veas todas las imágenes apiladas */
  opacity: 1;
}

/* Activa los estilos RTL */

.rtl {
  direction: rtl;
  text-align: right;
}

/* La columna del hero debe invertirse visualmente */

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

/* Botones con márgenes corregidos */

.rtl .flex-wrap > * {
  margin-left: 0 !important;
}

/* Forms */

.field-validation-error {
  margin-top: 0.25rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.input-validation-error {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
}

.input-validation-error:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity)) !important;
}

.hover\:border-alutel-primary-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.hover\:bg-alutel-primary-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}

.hover\:bg-alutel-primary-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 36 63 / var(--tw-bg-opacity));
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.hover\:bg-slate-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

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

.hover\:text-alutel-primary-300:hover {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}

.hover\:text-alutel-primary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(0 85 164 / var(--tw-text-opacity));
}

.hover\:text-alutel-primary-900:hover {
  --tw-text-opacity: 1;
  color: rgb(2 36 63 / var(--tw-text-opacity));
}

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

.hover\:shadow-panel-soft:hover {
  --tw-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
  --tw-shadow-colored: 0 24px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.hover\:\[animation-play-state\:paused\]:hover {
  animation-play-state: paused;
}

.focus\:border-alutel-primary-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}

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

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

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

.focus\:ring-alutel-primary-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity));
}

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

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

.focus\:ring-offset-\[\#050816\]:focus {
  --tw-ring-offset-color: #050816;
}

.focus\:ring-offset-slate-900:focus {
  --tw-ring-offset-color: #0f172a;
}

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

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

.focus-visible\:ring-alutel-primary-500:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity));
}

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

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

.group:hover .group-hover\:translate-x-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-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.group:hover .group-hover\:text-alutel-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(0 85 164 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }

  .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\:flex-row {
    flex-direction: row;
  }

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

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

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

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

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

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

  .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-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

  .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\:gap-6 {
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

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

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

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:grid-flow-dense {
    grid-auto-flow: dense;
  }

  .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-\[1\.15fr\2c 1\.4fr\] {
    grid-template-columns: 1.15fr 1.4fr;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:justify-self-end {
    justify-self: end;
  }

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

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

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

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

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

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

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

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.rtl\:left-0:where([dir="rtl"], [dir="rtl"] *) {
  left: 0px;
}

.rtl\:left-auto:where([dir="rtl"], [dir="rtl"] *) {
  left: auto;
}

.rtl\:right-0:where([dir="rtl"], [dir="rtl"] *) {
  right: 0px;
}

.rtl\:right-auto:where([dir="rtl"], [dir="rtl"] *) {
  right: auto;
}

.rtl\:ml-0:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0px;
}

.rtl\:mr-1:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.25rem;
}

.rtl\:mr-2:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.5rem;
}

.rtl\:flex-row-reverse:where([dir="rtl"], [dir="rtl"] *) {
  flex-direction: row-reverse;
}

.rtl\:space-y-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.rtl\:bg-gradient-to-l:where([dir="rtl"], [dir="rtl"] *) {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.rtl\:bg-gradient-to-r:where([dir="rtl"], [dir="rtl"] *) {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}

.group\/cta:hover .rtl\:group-hover\/cta\:-translate-x-1:where([dir="rtl"], [dir="rtl"] *) {
  --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 .rtl\:group-hover\:-translate-x-0\.5:where([dir="rtl"], [dir="rtl"] *) {
  --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 .rtl\:group-hover\:-translate-x-1:where([dir="rtl"], [dir="rtl"] *) {
  --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));
}

@media (min-width: 1024px) {
  .rtl\:lg\:grid-cols-2:where([dir="rtl"], [dir="rtl"] *) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rtl\:lg\:grid-cols-\[minmax\(0\2c 1fr\)_1\.2fr\]:where([dir="rtl"], [dir="rtl"] *) {
    grid-template-columns: minmax(0,1fr) 1.2fr;
  }

  .rtl\:lg\:grid-cols-\[minmax\(0\2c 3fr\)_minmax\(0\2c 2fr\)\]:where([dir="rtl"], [dir="rtl"] *) {
    grid-template-columns: minmax(0,3fr) minmax(0,2fr);
  }

  .rtl\:lg\:flex-row:where([dir="rtl"], [dir="rtl"] *) {
    flex-direction: row;
  }

  .rtl\:lg\:flex-row-reverse:where([dir="rtl"], [dir="rtl"] *) {
    flex-direction: row-reverse;
  }

  .rtl\:lg\:justify-start:where([dir="rtl"], [dir="rtl"] *) {
    justify-content: flex-start;
  }
}

.\[\&\>div\>img\]\:max-h-10>div>img {
  max-height: 2.5rem;
}

.\[\&\>div\>img\]\:opacity-80>div>img {
  opacity: 0.8;
}

.\[\&\>div\]\:flex>div {
  display: flex;
}

.\[\&\>div\]\:min-w-\[140px\]>div {
  min-width: 140px;
}

.\[\&\>div\]\:items-center>div {
  align-items: center;
}

.\[\&\>div\]\:justify-center>div {
  justify-content: center;
}

.\[\&\>div\]\:rounded-2xl>div {
  border-radius: 1rem;
}

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

.\[\&\>div\]\:border-slate-100>div {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.\[\&\>div\]\:bg-slate-50\/70>div {
  background-color: rgb(248 250 252 / 0.7);
}

.\[\&\>div\]\:px-6>div {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.\[\&\>div\]\:py-4>div {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .md\:\[\&\>div\]\:min-w-\[160px\]>div {
    min-width: 160px;
  }
}

.\[\&_a\]\:font-medium a {
  font-weight: 500;
}

.\[\&_a\]\:text-blue-600 a {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}

.\[\&_a\]\:underline-offset-4 a {
  text-underline-offset: 4px;
}

.hover\:\[\&_a\]\:text-blue-800 a:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.\[\&_h1\]\:mb-8 h1 {
  margin-bottom: 2rem;
}

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

.\[\&_h1\]\:font-black h1 {
  font-weight: 900;
}

.\[\&_h1\]\:tracking-tight h1 {
  letter-spacing: -0.025em;
}

.\[\&_h1\]\:text-alutel-primary-700 h1 {
  --tw-text-opacity: 1;
  color: rgb(0 85 164 / var(--tw-text-opacity));
}

.\[\&_h2\]\:mb-4 h2 {
  margin-bottom: 1rem;
}

.\[\&_h2\]\:mt-12 h2 {
  margin-top: 3rem;
}

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

.\[\&_h2\]\:border-slate-200 h2 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.\[\&_h2\]\:pb-2 h2 {
  padding-bottom: 0.5rem;
}

.\[\&_h2\]\:text-2xl h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

.\[\&_h2\]\:text-alutel-primary-900 h2 {
  --tw-text-opacity: 1;
  color: rgb(2 36 63 / var(--tw-text-opacity));
}

.\[\&_img\]\:object-bottom img {
  -o-object-position: bottom;
     object-position: bottom;
}

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

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

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

.\[\&_section\]\:mb-10 section {
  margin-bottom: 2.5rem;
}

.\[\&_strong\]\:font-semibold strong {
  font-weight: 600;
}

.\[\&_strong\]\:text-slate-900 strong {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

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

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

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