*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Onest, 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;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 1400px) {

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

  .container {
    max-width: 1400px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-\[-0\.4\%_-0\.19\%_-0\.4\%_-0\.36\%\] {
  inset: -0.4% -0.19% -0.4% -0.36%;
}
.inset-\[-0\.4\%_-0\.36\%_-0\.4\%_-0\.19\%\] {
  inset: -0.4% -0.36% -0.4% -0.19%;
}
.inset-\[-100\%_-38\.71\%\] {
  inset: -100% -38.71%;
}
.inset-\[-105\.42\%_-108\%_-109\.17\%_-107\.92\%\] {
  inset: -105.42% -108% -109.17% -107.92%;
}
.inset-\[-106\.47\%_-109\.1\%\] {
  inset: -106.47% -109.1%;
}
.inset-\[-107\.96\%_-32\.4\%\] {
  inset: -107.96% -32.4%;
}
.inset-\[-115\.761\%\] {
  inset: -115.761%;
}
.inset-\[-119\.08\%_-116\.3\%\] {
  inset: -119.08% -116.3%;
}
.inset-\[-12\.74\%_-70\.58\%\] {
  inset: -12.74% -70.58%;
}
.inset-\[-125\.852\%\] {
  inset: -125.852%;
}
.inset-\[-127\.14\%_-124\.2\%_-124\.2\%_-124\.2\%\] {
  inset: -127.14% -124.2% -124.2% -124.2%;
}
.inset-\[-127\.5\%_-146\.25\%\] {
  inset: -127.5% -146.25%;
}
.inset-\[-138\.971\%\] {
  inset: -138.971%;
}
.inset-\[-140\.63\%_-140\.54\%_-140\.63\%_-140\.63\%\] {
  inset: -140.63% -140.54% -140.63% -140.63%;
}
.inset-\[-143\.75\%_-140\.63\%_-140\.63\%_-140\.63\%\] {
  inset: -143.75% -140.63% -140.63% -140.63%;
}
.inset-\[-15\%_-0\.52\%_-15\%_-0\.6\%\] {
  inset: -15% -0.52% -15% -0.6%;
}
.inset-\[-152\.93\%_-155\.43\%_-152\.93\%_-150\.43\%\] {
  inset: -152.93% -155.43% -152.93% -150.43%;
}
.inset-\[-158\.68\%_-161\.81\%\] {
  inset: -158.68% -161.81%;
}
.inset-\[-174\.51\%_-174\.51\%_-170\.34\%_-174\.51\%\] {
  inset: -174.51% -174.51% -170.34% -174.51%;
}
.inset-\[-174\.648\%\] {
  inset: -174.648%;
}
.inset-\[-18\.04\%_-21\.53\%\] {
  inset: -18.04% -21.53%;
}
.inset-\[-190\.625\%\] {
  inset: -190.625%;
}
.inset-\[-1px\] {
  inset: -1px;
}
.inset-\[-33\.46\%_-41\.59\%\] {
  inset: -33.46% -41.59%;
}
.inset-\[-33\.97\%_-30\.69\%\] {
  inset: -33.97% -30.69%;
}
.inset-\[-4px\] {
  inset: -4px;
}
.inset-\[-5\%_0\.17\%_-5\%_0\.09\%\] {
  inset: -5% 0.17% -5% 0.09%;
}
.inset-\[-50\%_-40\%\] {
  inset: -50% -40%;
}
.inset-\[-53\.48\%_-63\.89\%_-53\.55\%_-63\.91\%\] {
  inset: -53.48% -63.89% -53.55% -63.91%;
}
.inset-\[-58\.24\%_-58\.34\%_-58\.34\%_-58\.24\%\] {
  inset: -58.24% -58.34% -58.34% -58.24%;
}
.inset-\[-60\%_-50\%\] {
  inset: -60% -50%;
}
.inset-\[-66\.38\%_-68\.23\%_-65\.2\%_-68\.23\%\] {
  inset: -66.38% -68.23% -65.2% -68.23%;
}
.inset-\[-8\.33\%_-16\.67\%\] {
  inset: -8.33% -16.67%;
}
.inset-\[-88\.552\%\] {
  inset: -88.552%;
}
.inset-\[-95\.34\%\] {
  inset: -95.34%;
}
.inset-\[1\.03\%_76\.9\%_1\.03\%_1\.09\%\] {
  inset: 1.03% 76.9% 1.03% 1.09%;
}
.inset-\[12\.2\%_0\.86\%_3\.88\%_27\.91\%\] {
  inset: 12.2% 0.86% 3.88% 27.91%;
}
.inset-\[12\.2\%_51\.01\%_62\.6\%_28\.73\%\] {
  inset: 12.2% 51.01% 62.6% 28.73%;
}
.inset-\[13\.67\%_36\.59\%_67\.19\%_28\.39\%\] {
  inset: 13.67% 36.59% 67.19% 28.39%;
}
.inset-\[13\.67\%_36\.59\%_67\.33\%_62\.19\%\] {
  inset: 13.67% 36.59% 67.33% 62.19%;
}
.inset-\[14\.95\%_47\.02\%_67\.56\%_52\.15\%\] {
  inset: 14.95% 47.02% 67.56% 52.15%;
}
.inset-\[15\.31\%_67\.1\%_67\.19\%_28\.39\%\] {
  inset: 15.31% 67.1% 67.19% 28.39%;
}
.inset-\[19\.64\%_39\.01\%_67\.29\%_57\.67\%\] {
  inset: 19.64% 39.01% 67.29% 57.67%;
}
.inset-\[19\.64\%_42\.84\%_67\.29\%_53\.84\%\] {
  inset: 19.64% 42.84% 67.29% 53.84%;
}
.inset-\[19\.64\%_53\.43\%_67\.26\%_42\.47\%\] {
  inset: 19.64% 53.43% 67.26% 42.47%;
}
.inset-\[19\.64\%_63\.23\%_67\.29\%_33\.46\%\] {
  inset: 19.64% 63.23% 67.29% 33.46%;
}
.inset-\[19\.69\%_48\.91\%_67\.56\%_47\.58\%\] {
  inset: 19.69% 48.91% 67.56% 47.58%;
}
.inset-\[19\.69\%_58\.51\%_67\.56\%_37\.99\%\] {
  inset: 19.69% 58.51% 67.56% 37.99%;
}
.inset-\[3\.33\%_5\.25\%_3\.33\%_5\.27\%\] {
  inset: 3.33% 5.25% 3.33% 5.27%;
}
.inset-\[3\.333\%\] {
  inset: 3.333%;
}
.inset-\[38\.26\%_1\.71\%_11\.5\%_28\.52\%\] {
  inset: 38.26% 1.71% 11.5% 28.52%;
}
.inset-\[38\.26\%_46\.44\%_11\.69\%_43\.48\%\] {
  inset: 38.26% 46.44% 11.69% 43.48%;
}
.inset-\[42\.34\%_79\.9\%_9\.26\%_2\.72\%\] {
  inset: 42.34% 79.9% 9.26% 2.72%;
}
.inset-\[42\.99\%_82\.58\%_43\.86\%_12\.69\%\] {
  inset: 42.99% 82.58% 43.86% 12.69%;
}
.inset-\[43\.53\%_59\.93\%_11\.5\%_28\.52\%\] {
  inset: 43.53% 59.93% 11.5% 28.52%;
}
.inset-\[43\.55\%_0\.86\%_3\.88\%_27\.91\%\] {
  inset: 43.55% 0.86% 3.88% 27.91%;
}
.inset-\[43\.65\%_87\.64\%_44\.04\%_5\.03\%\] {
  inset: 43.65% 87.64% 44.04% 5.03%;
}
.inset-\[44\.3\%_12\.48\%_11\.75\%_80\.84\%\] {
  inset: 44.3% 12.48% 11.75% 80.84%;
}
.inset-\[53\.28\%_80\.52\%_21\.47\%_16\.68\%\] {
  inset: 53.28% 80.52% 21.47% 16.68%;
}
.inset-\[54\.08\%_22\.25\%_12\.45\%_68\.56\%\] {
  inset: 54.08% 22.25% 12.45% 68.56%;
}
.inset-\[54\.71\%_1\.71\%_11\.81\%_89\.09\%\] {
  inset: 54.71% 1.71% 11.81% 89.09%;
}
.inset-\[54\.71\%_34\.71\%_11\.81\%_56\.09\%\] {
  inset: 54.71% 34.71% 11.81% 56.09%;
}
.inset-\[57\.41\%_92\.42\%_29\.45\%_2\.85\%\] {
  inset: 57.41% 92.42% 29.45% 2.85%;
}
.inset-\[72\.58\%_88\.18\%_13\.34\%_4\.6\%\] {
  inset: 72.58% 88.18% 13.34% 4.6%;
}
.inset-\[74\.36\%_83\.11\%_12\.48\%_12\.16\%\] {
  inset: 74.36% 83.11% 12.48% 12.16%;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-\[-0\.28\%\] {
  bottom: -0.28%;
}
.bottom-\[-0\.29\%\] {
  bottom: -0.29%;
}
.bottom-\[-0\.38\%\] {
  bottom: -0.38%;
}
.bottom-\[-0\.5px\] {
  bottom: -0.5px;
}
.bottom-\[-0\.77\%\] {
  bottom: -0.77%;
}
.bottom-\[-0\.84\%\] {
  bottom: -0.84%;
}
.bottom-\[-1\.64\%\] {
  bottom: -1.64%;
}
.bottom-\[-2\.67px\] {
  bottom: -2.67px;
}
.bottom-\[0\.04\%\] {
  bottom: 0.04%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-12 {
  left: 3rem;
}
.left-2\.5 {
  left: 0.625rem;
}
.left-20 {
  left: 5rem;
}
.left-24 {
  left: 6rem;
}
.left-9 {
  left: 2.25rem;
}
.left-\[-0\.01\%\] {
  left: -0.01%;
}
.left-\[-0\.17\%\] {
  left: -0.17%;
}
.left-\[-1\.35\%\] {
  left: -1.35%;
}
.left-\[-1\.37\%\] {
  left: -1.37%;
}
.left-\[-52px\] {
  left: -52px;
}
.left-\[-7px\] {
  left: -7px;
}
.left-\[1\.5px\] {
  left: 1.5px;
}
.left-\[100\.79px\] {
  left: 100.79px;
}
.left-\[100px\] {
  left: 100px;
}
.left-\[111\.64px\] {
  left: 111.64px;
}
.left-\[1143\.41px\] {
  left: 1143.41px;
}
.left-\[118px\] {
  left: 118px;
}
.left-\[119\.78px\] {
  left: 119.78px;
}
.left-\[120px\] {
  left: 120px;
}
.left-\[1259\.35px\] {
  left: 1259.35px;
}
.left-\[125px\] {
  left: 125px;
}
.left-\[140px\] {
  left: 140px;
}
.left-\[175px\] {
  left: 175px;
}
.left-\[178\.5px\] {
  left: 178.5px;
}
.left-\[179px\] {
  left: 179px;
}
.left-\[18\.1\%\] {
  left: 18.1%;
}
.left-\[186px\] {
  left: 186px;
}
.left-\[18px\] {
  left: 18px;
}
.left-\[198px\] {
  left: 198px;
}
.left-\[205px\] {
  left: 205px;
}
.left-\[20px\] {
  left: 20px;
}
.left-\[216px\] {
  left: 216px;
}
.left-\[223px\] {
  left: 223px;
}
.left-\[228px\] {
  left: 228px;
}
.left-\[26px\] {
  left: 26px;
}
.left-\[282px\] {
  left: 282px;
}
.left-\[29px\] {
  left: 29px;
}
.left-\[306px\] {
  left: 306px;
}
.left-\[312px\] {
  left: 312px;
}
.left-\[321px\] {
  left: 321px;
}
.left-\[35px\] {
  left: 35px;
}
.left-\[36\.5px\] {
  left: 36.5px;
}
.left-\[37px\] {
  left: 37px;
}
.left-\[442px\] {
  left: 442px;
}
.left-\[45px\] {
  left: 45px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[50px\] {
  left: 50px;
}
.left-\[550\.5px\] {
  left: 550.5px;
}
.left-\[551px\] {
  left: 551px;
}
.left-\[7\.47\%\] {
  left: 7.47%;
}
.left-\[741px\] {
  left: 741px;
}
.left-\[74px\] {
  left: 74px;
}
.left-\[7px\] {
  left: 7px;
}
.left-\[81px\] {
  left: 81px;
}
.left-\[88px\] {
  left: 88px;
}
.left-\[91px\] {
  left: 91px;
}
.left-\[937\.63px\] {
  left: 937.63px;
}
.left-\[94\.47px\] {
  left: 94.47px;
}
.left-\[9px\] {
  left: 9px;
}
.left-px {
  left: 1px;
}
.right-0 {
  right: 0px;
}
.right-8 {
  right: 2rem;
}
.right-\[-0\.08\%\] {
  right: -0.08%;
}
.right-\[-0\.1\%\] {
  right: -0.1%;
}
.right-\[-0\.11\%\] {
  right: -0.11%;
}
.right-\[-0\.19\%\] {
  right: -0.19%;
}
.right-\[-1\.36\%\] {
  right: -1.36%;
}
.right-\[-1\.63\%\] {
  right: -1.63%;
}
.right-\[-189\.07px\] {
  right: -189.07px;
}
.right-\[-9\.89\%\] {
  right: -9.89%;
}
.right-\[0\.03\%\] {
  right: 0.03%;
}
.right-\[18\.33\%\] {
  right: 18.33%;
}
.right-\[20px\] {
  right: 20px;
}
.right-\[530px\] {
  right: 530px;
}
.right-\[7\.47\%\] {
  right: 7.47%;
}
.right-\[77\.18\%\] {
  right: 77.18%;
}
.right-\[77\.36\%\] {
  right: 77.36%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-8 {
  top: 2rem;
}
.top-\[-0\.27\%\] {
  top: -0.27%;
}
.top-\[-0\.31\%\] {
  top: -0.31%;
}
.top-\[-0\.5px\] {
  top: -0.5px;
}
.top-\[-1\.83\%\] {
  top: -1.83%;
}
.top-\[-130px\] {
  top: -130px;
}
.top-\[-177\.31px\] {
  top: -177.31px;
}
.top-\[-1px\] {
  top: -1px;
}
.top-\[-2\.67px\] {
  top: -2.67px;
}
.top-\[-20px\] {
  top: -20px;
}
.top-\[-259px\] {
  top: -259px;
}
.top-\[-3\.16\%\] {
  top: -3.16%;
}
.top-\[-36px\] {
  top: -36px;
}
.top-\[-82px\] {
  top: -82px;
}
.top-\[102px\] {
  top: 102px;
}
.top-\[107px\] {
  top: 107px;
}
.top-\[11px\] {
  top: 11px;
}
.top-\[120px\] {
  top: 120px;
}
.top-\[133px\] {
  top: 133px;
}
.top-\[134\.21px\] {
  top: 134.21px;
}
.top-\[143px\] {
  top: 143px;
}
.top-\[150px\] {
  top: 150px;
}
.top-\[152px\] {
  top: 152px;
}
.top-\[160px\] {
  top: 160px;
}
.top-\[181px\] {
  top: 181px;
}
.top-\[207px\] {
  top: 207px;
}
.top-\[221px\] {
  top: 221px;
}
.top-\[232px\] {
  top: 232px;
}
.top-\[264px\] {
  top: 264px;
}
.top-\[28\.71px\] {
  top: 28.71px;
}
.top-\[28\.7px\] {
  top: 28.7px;
}
.top-\[285px\] {
  top: 285px;
}
.top-\[33px\] {
  top: 33px;
}
.top-\[362px\] {
  top: 362px;
}
.top-\[37px\] {
  top: 37px;
}
.top-\[38px\] {
  top: 38px;
}
.top-\[40\.5px\] {
  top: 40.5px;
}
.top-\[400\.26px\] {
  top: 400.26px;
}
.top-\[40px\] {
  top: 40px;
}
.top-\[41px\] {
  top: 41px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[50px\] {
  top: 50px;
}
.top-\[5px\] {
  top: 5px;
}
.top-\[6\.74px\] {
  top: 6.74px;
}
.top-\[66\.5px\] {
  top: 66.5px;
}
.top-\[78px\] {
  top: 78px;
}
.top-\[7px\] {
  top: 7px;
}
.top-\[80\.56\%\] {
  top: 80.56%;
}
.top-\[88px\] {
  top: 88px;
}
.top-\[93px\] {
  top: 93px;
}
.top-\[98px\] {
  top: 98px;
}
.top-\[9px\] {
  top: 9px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[15\] {
  z-index: 15;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[30\] {
  z-index: 30;
}
.mx-\[35px\] {
  margin-left: 35px;
  margin-right: 35px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mt-4 {
  margin-top: -1rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-24 {
  margin-bottom: 6rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-\[0\.001\%\] {
  margin-left: 0.001%;
}
.ml-\[0\.004\%\] {
  margin-left: 0.004%;
}
.ml-\[0\.064\%\] {
  margin-left: 0.064%;
}
.ml-\[11\.811\%\] {
  margin-left: 11.811%;
}
.ml-\[29\.268\%\] {
  margin-left: 29.268%;
}
.ml-\[6\.415\%\] {
  margin-left: 6.415%;
}
.ml-\[6\.418\%\] {
  margin-left: 6.418%;
}
.ml-\[6\.422\%\] {
  margin-left: 6.422%;
}
.ml-\[6\.447\%\] {
  margin-left: 6.447%;
}
.mt-0 {
  margin-top: 0px;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[-0\.001\%\] {
  margin-top: -0.001%;
}
.mt-\[-0\.004\%\] {
  margin-top: -0.004%;
}
.mt-\[-0\.006\%\] {
  margin-top: -0.006%;
}
.mt-\[0\.002\%\] {
  margin-top: 0.002%;
}
.mt-\[0\.005\%\] {
  margin-top: 0.005%;
}
.mt-\[0\.036\%\] {
  margin-top: 0.036%;
}
.mt-\[11\.712\%\] {
  margin-top: 11.712%;
}
.mt-\[29\.278\%\] {
  margin-top: 29.278%;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[271\/98\] {
  aspect-ratio: 271/98;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}
.size-12 {
  width: 3rem;
  height: 3rem;
}
.size-16 {
  width: 4rem;
  height: 4rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}
.size-\[124px\] {
  width: 124px;
  height: 124px;
}
.size-\[28px\] {
  width: 28px;
  height: 28px;
}
.size-\[30px\] {
  width: 30px;
  height: 30px;
}
.size-\[34px\] {
  width: 34px;
  height: 34px;
}
.size-\[37px\] {
  width: 37px;
  height: 37px;
}
.size-\[38px\] {
  width: 38px;
  height: 38px;
}
.size-\[42px\] {
  width: 42px;
  height: 42px;
}
.size-\[46px\] {
  width: 46px;
  height: 46px;
}
.size-\[52px\] {
  width: 52px;
  height: 52px;
}
.size-\[54px\] {
  width: 54px;
  height: 54px;
}
.size-\[61px\] {
  width: 61px;
  height: 61px;
}
.size-\[68px\] {
  width: 68px;
  height: 68px;
}
.size-\[70px\] {
  width: 70px;
  height: 70px;
}
.size-\[71px\] {
  width: 71px;
  height: 71px;
}
.size-\[74px\] {
  width: 74px;
  height: 74px;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-0 {
  height: 0px;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[1087px\] {
  height: 1087px;
}
.h-\[108px\] {
  height: 108px;
}
.h-\[1162px\] {
  height: 1162px;
}
.h-\[118\.5px\] {
  height: 118.5px;
}
.h-\[122px\] {
  height: 122px;
}
.h-\[126\.5px\] {
  height: 126.5px;
}
.h-\[129\.5px\] {
  height: 129.5px;
}
.h-\[130px\] {
  height: 130px;
}
.h-\[136px\] {
  height: 136px;
}
.h-\[139\.227px\] {
  height: 139.227px;
}
.h-\[143\.334px\] {
  height: 143.334px;
}
.h-\[144\.5px\] {
  height: 144.5px;
}
.h-\[152px\] {
  height: 152px;
}
.h-\[156px\] {
  height: 156px;
}
.h-\[163px\] {
  height: 163px;
}
.h-\[167px\] {
  height: 167px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[187px\] {
  height: 187px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[193px\] {
  height: 193px;
}
.h-\[196px\] {
  height: 196px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[23\.321px\] {
  height: 23.321px;
}
.h-\[232px\] {
  height: 232px;
}
.h-\[24\.197px\] {
  height: 24.197px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[249px\] {
  height: 249px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[264px\] {
  height: 264px;
}
.h-\[28\.058px\] {
  height: 28.058px;
}
.h-\[282px\] {
  height: 282px;
}
.h-\[295px\] {
  height: 295px;
}
.h-\[336\.581px\] {
  height: 336.581px;
}
.h-\[336\.6px\] {
  height: 336.6px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[360px\] {
  height: 360px;
}
.h-\[363px\] {
  height: 363px;
}
.h-\[37px\] {
  height: 37px;
}
.h-\[386px\] {
  height: 386px;
}
.h-\[39\.998px\] {
  height: 39.998px;
}
.h-\[39\.999px\] {
  height: 39.999px;
}
.h-\[393px\] {
  height: 393px;
}
.h-\[399px\] {
  height: 399px;
}
.h-\[40\.001px\] {
  height: 40.001px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[414\.938px\] {
  height: 414.938px;
}
.h-\[414px\] {
  height: 414px;
}
.h-\[426px\] {
  height: 426px;
}
.h-\[428px\] {
  height: 428px;
}
.h-\[457px\] {
  height: 457px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[486\.5px\] {
  height: 486.5px;
}
.h-\[528px\] {
  height: 528px;
}
.h-\[535px\] {
  height: 535px;
}
.h-\[568\.668px\] {
  height: 568.668px;
}
.h-\[570\.061px\] {
  height: 570.061px;
}
.h-\[639\.523px\] {
  height: 639.523px;
}
.h-\[740px\] {
  height: 740px;
}
.h-\[74px\] {
  height: 74px;
}
.h-\[76px\] {
  height: 76px;
}
.h-\[78px\] {
  height: 78px;
}
.h-\[80\.652px\] {
  height: 80.652px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[821\.756px\] {
  height: 821.756px;
}
.h-\[90\.367px\] {
  height: 90.367px;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[95\.801px\] {
  height: 95.801px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-\[90px\] {
  min-height: 90px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-4 {
  width: 1rem;
}
.w-72 {
  width: 18rem;
}
.w-\[1\.933px\] {
  width: 1.933px;
}
.w-\[100\.074px\] {
  width: 100.074px;
}
.w-\[1008\.5px\] {
  width: 1008.5px;
}
.w-\[1008px\] {
  width: 1008px;
}
.w-\[1009px\] {
  width: 1009px;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[106px\] {
  width: 106px;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[1116px\] {
  width: 1116px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[125px\] {
  width: 125px;
}
.w-\[1340px\] {
  width: 1340px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[1440px\] {
  width: 1440px;
}
.w-\[155px\] {
  width: 155px;
}
.w-\[165px\] {
  width: 165px;
}
.w-\[169px\] {
  width: 169px;
}
.w-\[172px\] {
  width: 172px;
}
.w-\[174px\] {
  width: 174px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[190px\] {
  width: 190px;
}
.w-\[194\.5px\] {
  width: 194.5px;
}
.w-\[195px\] {
  width: 195px;
}
.w-\[196px\] {
  width: 196px;
}
.w-\[197px\] {
  width: 197px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[201px\] {
  width: 201px;
}
.w-\[206px\] {
  width: 206px;
}
.w-\[211\.721px\] {
  width: 211.721px;
}
.w-\[211\.727px\] {
  width: 211.727px;
}
.w-\[213px\] {
  width: 213px;
}
.w-\[216px\] {
  width: 216px;
}
.w-\[221\.224px\] {
  width: 221.224px;
}
.w-\[230px\] {
  width: 230px;
}
.w-\[237\.537px\] {
  width: 237.537px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[246px\] {
  width: 246px;
}
.w-\[249px\] {
  width: 249px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[264px\] {
  width: 264px;
}
.w-\[275px\] {
  width: 275px;
}
.w-\[28\.114px\] {
  width: 28.114px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[29\.126px\] {
  width: 29.126px;
}
.w-\[295px\] {
  width: 295px;
}
.w-\[296\.44px\] {
  width: 296.44px;
}
.w-\[296px\] {
  width: 296px;
}
.w-\[298px\] {
  width: 298px;
}
.w-\[315\.964px\] {
  width: 315.964px;
}
.w-\[321px\] {
  width: 321px;
}
.w-\[34\.868px\] {
  width: 34.868px;
}
.w-\[34\.883px\] {
  width: 34.883px;
}
.w-\[34\.884px\] {
  width: 34.884px;
}
.w-\[34\.885px\] {
  width: 34.885px;
}
.w-\[347\.866px\] {
  width: 347.866px;
}
.w-\[348px\] {
  width: 348px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[351px\] {
  width: 351px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[403px\] {
  width: 403px;
}
.w-\[409px\] {
  width: 409px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[428px\] {
  width: 428px;
}
.w-\[435px\] {
  width: 435px;
}
.w-\[456\.5px\] {
  width: 456.5px;
}
.w-\[457px\] {
  width: 457px;
}
.w-\[458px\] {
  width: 458px;
}
.w-\[46px\] {
  width: 46px;
}
.w-\[480px\] {
  width: 480px;
}
.w-\[481\.5px\] {
  width: 481.5px;
}
.w-\[49px\] {
  width: 49px;
}
.w-\[513px\] {
  width: 513px;
}
.w-\[518\.204px\] {
  width: 518.204px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[535\.12px\] {
  width: 535.12px;
}
.w-\[55px\] {
  width: 55px;
}
.w-\[570\.061px\] {
  width: 570.061px;
}
.w-\[588px\] {
  width: 588px;
}
.w-\[620px\] {
  width: 620px;
}
.w-\[632px\] {
  width: 632px;
}
.w-\[66\.036px\] {
  width: 66.036px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[735px\] {
  width: 735px;
}
.w-\[74px\] {
  width: 74px;
}
.w-\[76px\] {
  width: 76px;
}
.w-\[783\.324px\] {
  width: 783.324px;
}
.w-\[78px\] {
  width: 78px;
}
.w-\[80\.652px\] {
  width: 80.652px;
}
.w-\[800px\] {
  width: 800px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[815px\] {
  width: 815px;
}
.w-\[81px\] {
  width: 81px;
}
.w-\[829px\] {
  width: 829px;
}
.w-\[888px\] {
  width: 888px;
}
.w-\[90\.367px\] {
  width: 90.367px;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-\[91px\] {
  width: 91px;
}
.w-\[95\.801px\] {
  width: 95.801px;
}
.w-\[990px\] {
  width: 990px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[273px\] {
  max-width: 273px;
}
.max-w-\[351px\] {
  max-width: 351px;
}
.max-w-\[396px\] {
  max-width: 396px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[547px\] {
  max-width: 547px;
}
.max-w-\[90vw\] {
  max-width: 90vw;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.origin-\[60px_0px\] {
  transform-origin: 60px 0px;
}
.origin-top {
  transform-origin: top;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-3 {
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-100\%\] {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[180deg\] {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[25deg\] {
  --tw-rotate: 25deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[282deg\] {
  --tw-rotate: 282deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[30deg\] {
  --tw-rotate: 30deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[310deg\] {
  --tw-rotate: 310deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[335deg\] {
  --tw-rotate: 335deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[45deg\] {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[50deg\] {
  --tw-rotate: 50deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[78deg\] {
  --tw-rotate: 78deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[90deg\] {
  --tw-rotate: 90deg;
  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));
}
.skew-x-\[346\.639deg\] {
  --tw-skew-x: 346.639deg;
  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));
}
.skew-x-\[359\.514deg\] {
  --tw-skew-x: 359.514deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-\[-1\] {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-\[-100\%\] {
  --tw-scale-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-grab {
  cursor: grab;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[max-content\] {
  grid-template-columns: max-content;
}
.grid-cols-\[repeat\(4\2c _minmax\(0px\2c _1fr\)\)\] {
  grid-template-columns: repeat(4, minmax(0px, 1fr));
}
.grid-rows-\[max-content\] {
  grid-template-rows: max-content;
}
.grid-rows-\[repeat\(2\2c _minmax\(0px\2c _1fr\)\)\] {
  grid-template-rows: repeat(2, minmax(0px, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-start {
  place-items: start;
}
.content-start {
  align-content: flex-start;
}
.content-stretch {
  align-content: stretch;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-\[117px\] {
  gap: 117px;
}
.gap-\[120px\] {
  gap: 120px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[17px\] {
  gap: 17px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[26px\] {
  gap: 26px;
}
.gap-\[27px\] {
  gap: 27px;
}
.gap-\[38px\] {
  gap: 38px;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-\[414px\] {
  gap: 414px;
}
.gap-\[45px\] {
  gap: 45px;
}
.gap-\[46px\] {
  gap: 46px;
}
.gap-\[47px\] {
  gap: 47px;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-\[63px\] {
  gap: 63px;
}
.gap-\[80px\] {
  gap: 80px;
}
.gap-\[85px\] {
  gap: 85px;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-clip {
  overflow: clip;
}
.overflow-visible {
  overflow: visible;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[11px\] {
  border-radius: 11px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[17px\] {
  border-radius: 17px;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-\[1px\] {
  border-radius: 1px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[35px\] {
  border-radius: 35px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[7px\] {
  border-radius: 7px;
}
.rounded-\[9\.6px\] {
  border-radius: 9.6px;
}
.rounded-\[99px\] {
  border-radius: 99px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: var(--radius);
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-bl-\[25px\] {
  border-bottom-left-radius: 25px;
}
.rounded-br-\[13px\] {
  border-bottom-right-radius: 13px;
}
.rounded-tl-\[13px\] {
  border-top-left-radius: 13px;
}
.rounded-tr-\[25px\] {
  border-top-right-radius: 25px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-\[0\.5px\] {
  border-width: 0.5px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-\[\#1c1c1c\] {
  --tw-border-opacity: 1;
  border-color: rgb(28 28 28 / var(--tw-border-opacity, 1));
}
.border-\[\#303030\] {
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity, 1));
}
.border-\[\#323131\] {
  --tw-border-opacity: 1;
  border-color: rgb(50 49 49 / var(--tw-border-opacity, 1));
}
.border-\[\#353535\] {
  --tw-border-opacity: 1;
  border-color: rgb(53 53 53 / var(--tw-border-opacity, 1));
}
.border-\[\#3C3C3C\] {
  --tw-border-opacity: 1;
  border-color: rgb(60 60 60 / var(--tw-border-opacity, 1));
}
.border-\[\#3a3a3a\] {
  --tw-border-opacity: 1;
  border-color: rgb(58 58 58 / var(--tw-border-opacity, 1));
}
.border-\[\#3f3f3f\] {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 63 / var(--tw-border-opacity, 1));
}
.border-\[\#404040\] {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.border-\[\#747474\] {
  --tw-border-opacity: 1;
  border-color: rgb(116 116 116 / var(--tw-border-opacity, 1));
}
.border-\[\#808080\] {
  --tw-border-opacity: 1;
  border-color: rgb(128 128 128 / var(--tw-border-opacity, 1));
}
.border-\[\#c3c3c3\] {
  --tw-border-opacity: 1;
  border-color: rgb(195 195 195 / var(--tw-border-opacity, 1));
}
.border-\[\#ffffff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-\[rgb\(38\2c 38\2c 38\)\] {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}
.border-\[rgba\(200\2c 200\2c 200\2c 0\.1\)\] {
  border-color: rgba(200,200,200,0.1);
}
.border-\[rgba\(233\2c 84\2c 32\2c 0\.1\)\] {
  border-color: rgba(233,84,32,0.1);
}
.border-\[rgba\(233\2c 84\2c 32\2c 0\.8\)\] {
  border-color: rgba(233,84,32,0.8);
}
.border-\[rgba\(255\2c 255\2c 255\2c 0\.12\)\] {
  border-color: rgba(255,255,255,0.12);
}
.border-\[var\(--border\)\] {
  border-color: var(--border);
}
.border-zinc-700 {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.border-zinc-800 {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.bg-\[\#0A0A0A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}
.bg-\[\#110a0f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 10 15 / var(--tw-bg-opacity, 1));
}
.bg-\[\#121212\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity, 1));
}
.bg-\[\#141414\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1C1C1C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1b1b1b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(27 27 27 / var(--tw-bg-opacity, 1));
}
.bg-\[\#202020\] {
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity, 1));
}
.bg-\[\#232323\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
}
.bg-\[\#a2488a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(162 72 138 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e95420\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 84 32 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.04\)\] {
  background-color: rgba(255,255,255,0.04);
}
.bg-\[rgba\(26\2c 26\2c 26\2c 0\.5\)\] {
  background-color: rgba(26,26,26,0.5);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-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-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#09090b00\] {
  --tw-gradient-from: #09090b00 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(9 9 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0a0a0a00\] {
  --tw-gradient-from: #0a0a0a00 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 10 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#14141400\] {
  --tw-gradient-from: #14141400 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 20 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#1DBADF\] {
  --tw-gradient-from: #1DBADF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 186 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#1ad3bb\] {
  --tw-gradient-from: #1ad3bb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 211 187 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#1dbadf\] {
  --tw-gradient-from: #1dbadf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 186 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#2dbab2\] {
  --tw-gradient-from: #2dbab2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 186 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#51ae34b3\] {
  --tw-gradient-from: #51ae34b3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 174 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffffff1f\] {
  --tw-gradient-from: #ffffff1f 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);
}
.from-red-600 {
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.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);
}
.from-zinc-900 {
  --tw-gradient-from: #18181b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-25\% {
  --tw-gradient-from-position: 25%;
}
.from-65\% {
  --tw-gradient-from-position: 65%;
}
.via-\[\#0a0a0aad\] {
  --tw-gradient-to: rgb(10 10 10 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0a0a0aad var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-zinc-800 {
  --tw-gradient-to: rgb(39 39 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #27272a var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[63\.903\%\] {
  --tw-gradient-via-position: 63.903%;
}
.to-\[\#09090b0d\] {
  --tw-gradient-to: #09090b0d var(--tw-gradient-to-position);
}
.to-\[\#0a0a0a\] {
  --tw-gradient-to: #0a0a0a var(--tw-gradient-to-position);
}
.to-\[\#141414\] {
  --tw-gradient-to: #141414 var(--tw-gradient-to-position);
}
.to-\[\#1dbadfb3\] {
  --tw-gradient-to: #1dbadfb3 var(--tw-gradient-to-position);
}
.to-\[\#4ba941\] {
  --tw-gradient-to: #4ba941 var(--tw-gradient-to-position);
}
.to-\[\#52AE32\] {
  --tw-gradient-to: #52AE32 var(--tw-gradient-to-position);
}
.to-\[\#52ae32\] {
  --tw-gradient-to: #52ae32 var(--tw-gradient-to-position);
}
.to-\[\#ffffff05\] {
  --tw-gradient-to: #ffffff05 var(--tw-gradient-to-position);
}
.to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}
.to-gray-300 {
  --tw-gradient-to: #d1d5db var(--tw-gradient-to-position);
}
.to-red-700 {
  --tw-gradient-to: #b91c1c var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-zinc-900 {
  --tw-gradient-to: #18181b var(--tw-gradient-to-position);
}
.to-\[49\.519\%\] {
  --tw-gradient-to-position: 49.519%;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.stroke-purple-500\/70 {
  stroke: rgb(168 85 247 / 0.7);
}
.stroke-2 {
  stroke-width: 2;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[24px\] {
  padding: 24px;
}
.p-\[8px\] {
  padding: 8px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.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-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[-40px\] {
  padding-bottom: -40px;
}
.pb-\[18px\] {
  padding-bottom: 18px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pl-\[50px\] {
  padding-left: 50px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-\[110px\] {
  padding-right: 110px;
}
.pr-\[50px\] {
  padding-right: 50px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-\[\'Inter\'\] {
  font-family: 'Inter';
}
.font-\[\'Onest\'\] {
  font-family: 'Onest';
}
.font-\[\'Onest\:Bold\'\2c _sans-serif\] {
  font-family: 'Onest:Bold', sans-serif;
}
.font-\[\'Onest\:Medium\'\2c _sans-serif\] {
  font-family: 'Onest:Medium', sans-serif;
}
.font-\[\'Onest\:Medium\'\] {
  font-family: 'Onest:Medium';
}
.font-\[\'Onest\:Regular\'\2c _sans-serif\] {
  font-family: 'Onest:Regular', sans-serif;
}
.font-\[\'Onest\:SemiBold\'\2c _sans-serif\] {
  font-family: 'Onest:SemiBold', sans-serif;
}
.font-\[\'Onest\:SemiBold\'\] {
  font-family: 'Onest:SemiBold';
}
.font-\[\'Rethink_Sans\:Bold\'\2c _sans-serif\] {
  font-family: 'Rethink Sans:Bold', sans-serif;
}
.font-sans {
  font-family: Onest, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-\[72px\] {
  font-size: 72px;
}
.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;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-\[0\] {
  line-height: 0;
}
.leading-\[1\.12\] {
  line-height: 1.12;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[1\.6\] {
  line-height: 1.6;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[21px\] {
  line-height: 21px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[normal\] {
  line-height: normal;
}
.leading-loose {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[-0\.54px\] {
  letter-spacing: -0.54px;
}
.tracking-\[-0\.65px\] {
  letter-spacing: -0.65px;
}
.tracking-\[-0\.72px\] {
  letter-spacing: -0.72px;
}
.tracking-\[-2\.16px\] {
  letter-spacing: -2.16px;
}
.text-\[\#676767\] {
  --tw-text-opacity: 1;
  color: rgb(103 103 103 / var(--tw-text-opacity, 1));
}
.text-\[\#9c9c9c\] {
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity, 1));
}
.text-\[\#b2b2b2\] {
  --tw-text-opacity: 1;
  color: rgb(178 178 178 / var(--tw-text-opacity, 1));
}
.text-\[\#b8b8b8\] {
  --tw-text-opacity: 1;
  color: rgb(184 184 184 / var(--tw-text-opacity, 1));
}
.text-\[\#d2d2d2\] {
  --tw-text-opacity: 1;
  color: rgb(210 210 210 / var(--tw-text-opacity, 1));
}
.text-\[\#e95420\] {
  --tw-text-opacity: 1;
  color: rgb(233 84 32 / var(--tw-text-opacity, 1));
}
.text-\[\#f6f6f7\] {
  --tw-text-opacity: 1;
  color: rgb(246 246 247 / var(--tw-text-opacity, 1));
}
.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[lightgrey\] {
  --tw-text-opacity: 1;
  color: rgb(211 211 211 / var(--tw-text-opacity, 1));
}
.text-\[rgba\(255\2c 255\2c 255\2c 0\.56\)\] {
  color: rgba(255,255,255,0.56);
}
.text-\[var\(--primary\)\] {
  color: var(--primary);
}
.text-\[var\(--text\)\] {
  color: var(--text);
}
.text-\[var\(--text-muted\)\] {
  color: var(--text-muted);
}
.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}
.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-\[0\.23\] {
  opacity: 0.23;
}
.opacity-\[0\.42\] {
  opacity: 0.42;
}
.opacity-\[0\.85\] {
  opacity: 0.85;
}
.shadow-\[-3px_3px_12\.1px_0px_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-shadow: -3px 3px 12.1px 0px rgba(0,0,0,0.3);
  --tw-shadow-colored: -3px 3px 12.1px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[-4px_-4px_12\.1px_0px_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-shadow: -4px -4px 12.1px 0px rgba(0,0,0,0.3);
  --tw-shadow-colored: -4px -4px 12.1px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_32px_0_rgba\(0\2c 0\2c 0\2c 0\.4\)\] {
  --tw-shadow: 0 4px 32px 0 rgba(0,0,0,0.4);
  --tw-shadow-colored: 0 4px 32px 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-\[0px_0px_90\.4px_10px_rgba\(162\2c 72\2c 138\2c 0\.58\)\] {
  --tw-shadow: 0px 0px 90.4px 10px rgba(162,72,138,0.58);
  --tw-shadow-colored: 0px 0px 90.4px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_16px_36px_0px_rgba\(162\2c 72\2c 138\2c 0\.1\)\] {
  --tw-shadow: 0px 16px 36px 0px rgba(162,72,138,0.1);
  --tw-shadow-colored: 0px 16px 36px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_4px_12px_0px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0px 4px 12px 0px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0px 4px 12px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[3px_3px_12\.1px_0px_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-shadow: 3px 3px 12.1px 0px rgba(0,0,0,0.3);
  --tw-shadow-colored: 3px 3px 12.1px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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-\[27\.313px\] {
  --tw-blur: blur(27.313px);
  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);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[15px\] {
  --tw-backdrop-blur: blur(15px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@keyframes enter {

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

  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.duration-150 {
  animation-duration: 150ms;
}
.duration-200 {
  animation-duration: 200ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  animation-timing-function: linear;
}
.ease-out {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[grid-area\:1_\/_1\] {
  grid-area: 1 / 1;
}
.\[mask-clip\:no-clip\2c _no-clip\2c _no-clip\] {
  -webkit-mask-clip: no-clip, no-clip, no-clip;
          mask-clip: no-clip, no-clip, no-clip;
}
.\[mask-composite\:intersect\2c _intersect\2c _intersect\] {
  -webkit-mask-composite: source-in, source-in, source-in, xor;
          mask-composite: intersect, intersect, intersect;
}
.\[mask-mode\:alpha\2c _alpha\2c _alpha\] {
  mask-mode: alpha, alpha, alpha;
}
.\[mask-repeat\:no-repeat\2c _no-repeat\2c _no-repeat\] {
  -webkit-mask-repeat: no-repeat, no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat, no-repeat;
}

/* ServerForm Variables */
:root {
  --primary: #3CB378;
  --bg: #0A0A0A;
  --surface: #1c1c1c;
  --surface-dark: #121212;
  --border: #313131;
  --text: #ffffff;
  --text-muted: #eaeaea;
}

/* MAIN */

* {
    font-family: var(--aureofy-font);
    color: var(--white-text);

    line-height: 1;
    padding: 0;
    border: 0;
    margin: 0;
    outline: none;

    text-decoration: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;

    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    overflow-x: hidden;
    background-color: var(--black-bg);
}

/* ELEMENTS */

ul,
ol {
    list-style-type: none;
}

strong {
    font-weight: inherit;
}

button,
a {
    cursor: pointer;
}

img {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

/* ACCESSIBILITY */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Hide scrollbar for carousel slider */
[data-name="Slider"]::-webkit-scrollbar {
    display: none;
}

[data-name="Slider"] {
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
}

/* Fade effect for slider edges */
[data-name="Slider"]::before,
[data-name="Slider"]::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 120px;
    pointer-events: none;
    z-index: 10;
}

[data-name="Slider"]::before {
    top: 0;
    background: linear-gradient(to bottom, var(--black-bg) 0%, rgba(10, 10, 10, 0.9) 20%, rgba(10, 10, 10, 0.6) 40%, rgba(10, 10, 10, 0.3) 70%, transparent 100%);
}

[data-name="Slider"]::after {
    bottom: 0;
    background: linear-gradient(to top, var(--black-bg) 0%, rgba(10, 10, 10, 0.9) 20%, rgba(10, 10, 10, 0.6) 40%, rgba(10, 10, 10, 0.3) 70%, transparent 100%);
}

/* Swiper carousel styles */
.swiper-slide {
  transition: all 0.3s ease;
  opacity: 0.3;
  transform: scale(0.6);
  filter: grayscale(0.8);
  cursor: pointer;
}

.swiper-slide:hover {
  cursor: pointer;
}

.swiper-slide-active {
  opacity: 1 !important;
  transform: scale(1) !important;
  filter: grayscale(0) !important;
  cursor: default !important;
}

/* Distance-based scaling - adjacent slides */
.swiper-slide-prev,
.swiper-slide-next {
  opacity: 0.7 !important;
  transform: scale(0.85) !important;
  filter: grayscale(0.4) !important;
}

/* Further distance slides */
.swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
  opacity: 0.4;
  transform: scale(0.7);
  filter: grayscale(0.7);
}

/* Icon filters for inactive slides */
.swiper-slide:not(.swiper-slide-active) img {
  transition: filter 0.3s ease;
  filter: grayscale(1) !important;
}

.swiper-slide-active img {
  filter: grayscale(0) !important;
}

/* Text color adjustments for inactive slides */
.swiper-slide:not(.swiper-slide-active) [data-name="Wrapper"] > div:first-child {
  color: #888888 !important;
}

.swiper-slide:not(.swiper-slide-active) [data-name="Wrapper"] > div:last-child {
  color: #666666 !important;
}

.swiper-slide-active [data-name="Wrapper"] > div:first-child {
  color: #ffffff !important;
}

.swiper-slide-active [data-name="Wrapper"] > div:last-child {
  color: #a8a8a8 !important;
}

/* Default tab glow */
.tab-glow {
  background: linear-gradient(to right, rgba(20, 20, 20, 0.25), rgba(128, 128, 128, 0.25)) !important;
}

/* Active tab glow */
.swiper-slide-active .tab-glow {
  background: linear-gradient(to right, rgba(20, 20, 20, 0.25), rgba(162, 72, 138, 0.25)) !important;
}

/* Mobile tabs - Apply purple glow to all */
@media (max-width: 1024px) {
  .tab-glow {
    background: linear-gradient(to right, rgba(20, 20, 20, 0.25), rgba(162, 72, 138, 0.25)) !important;
  }
  
  /* Gray glow only for "Ver más" button */
  .tab-glow-gray {
    background: linear-gradient(to right, rgba(20, 20, 20, 0.25), rgba(128, 128, 128, 0.25)) !important;
  }
}

h1 {
    font-size: var(--main-title);
    font-weight: 700;
}

h2 {
    font-size: var(--section-title);
    text-align: center;
    font-weight: 700;
}

h3 {
    font-size: var(--regular-title);
    font-weight: 600;
}

h1,
h2,
h3,
p,
span,
textarea {
    text-wrap: balance;
}

textarea {
    resize: none;
}

input,
textarea {
    padding: var(--space-3);
    font-size: 16px;
    background-color: var(--mid-gray-bg);

    border: var(--border);
    border-color: var(--border-color);
}

label:has(input[type="radio"], span) {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    margin-bottom: 10px;
    width: -moz-fit-content;
    width: fit-content;
}

input[type="radio"] {
    position: relative;
    aspect-ratio: 1/1;
    border: 2.8px solid var(--canonical-orange);
    padding: 8.5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

input[type="radio"]:after {
    background-color: var(--canonical-orange);
    position: absolute;
    width: 72%;
    height: 72%;
    border-radius: 1.5px;
}

input[type="radio"]:checked:after {
    content: '';
}

input[type="radio"]+span {
    font-weight: 500;
}

input[type="radio"]:checked+span {
    color: var(--canonical-orange)
}

.placeholder\:text-\[\#7E7E7E\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(126 126 126 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#7E7E7E\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(126 126 126 / var(--tw-text-opacity, 1));
}

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

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

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:drop-shadow-lg:hover {
  --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);
}

.active\:cursor-grabbing:active {
  cursor: grabbing;
}

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

.group:hover .group-hover\:border-purple-500\/50 {
  border-color: rgb(168 85 247 / 0.5);
}

.group:hover .group-hover\:bg-\[\#2a2a2a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity, 1));
}

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

.group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}

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

.group:hover .group-hover\:shadow-purple-500\/20 {
  --tw-shadow-color: rgb(168 85 247 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

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

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

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

  .max-md\:left-1\/2 {
    left: 50%;
  }

  .max-md\:left-\[17px\] {
    left: 17px;
  }

  .max-md\:top-\[-50px\] {
    top: -50px;
  }

  .max-md\:top-\[120px\] {
    top: 120px;
  }

  .max-md\:top-\[32px\] {
    top: 32px;
  }

  .max-md\:size-\[80px\] {
    width: 80px;
    height: 80px;
  }

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

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

  .max-md\:h-\[380px\] {
    height: 380px;
  }

  .max-md\:w-80 {
    width: 20rem;
  }

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

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

  .max-md\:w-\[85\%\] {
    width: 85%;
  }

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

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

  .max-md\:origin-top {
    transform-origin: top;
  }

  .max-md\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-md\:scale-\[0\.4\] {
    --tw-scale-x: 0.4;
    --tw-scale-y: 0.4;
    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));
  }

  .max-md\:scale-\[0\.85\] {
    --tw-scale-x: 0.85;
    --tw-scale-y: 0.85;
    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));
  }

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

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

  .max-md\:overflow-hidden {
    overflow: hidden;
  }

  .max-md\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .max-md\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .max-md\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .max-md\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

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

  .max-md\:border-\[\#3C3C3C\] {
    --tw-border-opacity: 1;
    border-color: rgb(60 60 60 / var(--tw-border-opacity, 1));
  }

  .max-md\:p-\[18px_20px\] {
    padding: 18px 20px;
  }

  .max-md\:p-\[20px_24px\] {
    padding: 20px 24px;
  }

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

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

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

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

  .max-sm\:w-\[90\%\] {
    width: 90%;
  }

  .max-sm\:min-w-\[260px\] {
    min-width: 260px;
  }

  .max-sm\:p-\[16px_18px\] {
    padding: 16px 18px;
  }

  .max-sm\:p-\[18px_22px\] {
    padding: 18px 22px;
  }

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

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

@media (min-width: 640px) {

  .sm\:left-\[659px\] {
    left: 659px;
  }

  .sm\:left-\[73px\] {
    left: 73px;
  }

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

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

  .sm\:top-\[211px\] {
    top: 211px;
  }

  .sm\:top-\[50\%\] {
    top: 50%;
  }

  .sm\:top-\[calc\(50\%\+0\.5px\)\] {
    top: calc(50% + 0.5px);
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:gap-\[26px\] {
    gap: 26px;
  }

  .sm\:overflow-clip {
    overflow: clip;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:text-nowrap {
    text-wrap: nowrap;
  }

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

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

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

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

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

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

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

  .sm\:leading-\[32px\] {
    line-height: 32px;
  }
}

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

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

  .md\:left-\[204px\] {
    left: 204px;
  }

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

  .md\:top-\[45px\] {
    top: 45px;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

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

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

  .md\:w-\[70\%\] {
    width: 70%;
  }

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

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

  .md\:cursor-default {
    cursor: default;
  }

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

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

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

  .md\:gap-\[135px\] {
    gap: 135px;
  }

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

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .md\:pr-\[100px\] {
    padding-right: 100px;
  }

  .md\:pt-\[100px\] {
    padding-top: 100px;
  }

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

@media (min-width: 1024px) {

  .lg\:left-\[650px\] {
    left: 650px;
  }

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

  .lg\:size-\[37px\] {
    width: 37px;
    height: 37px;
  }

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

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

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

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

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

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

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

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

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

  .lg\:rotate-0 {
    --tw-rotate: 0deg;
    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));
  }

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

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

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

  .lg\:gap-\[125px\] {
    gap: 125px;
  }

  .lg\:gap-\[27px\] {
    gap: 27px;
  }

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

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

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

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

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

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

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

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

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

.\[\&_\*\]\:\!cursor-grab * {
  cursor: grab !important;
}/* ONEST */

@font-face {
    font-family: 'Onest';
    src: url('/assets/Onest-VariableFont_wght-ClXEBONp.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
}

/* INTER */

@font-face {
    font-family: 'Inter';
    src: url('/assets/Inter-VariableFont_opsz_wght-c8O0ljhh.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/Inter-Italic-VariableFont_opsz_wght-B-9PvMw6.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
    font-style: italic;
}

/* UBUNTU */

@font-face {
  font-family: 'Ubuntu';
  src: url('/assets/Ubuntu-Light-DlXMI-yU.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('/assets/Ubuntu-LightItalic-BBGxubWq.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('/assets/Ubuntu-Regular-D14tH6yt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('/assets/Ubuntu-Italic-BxSEJX07.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('/assets/Ubuntu-Medium-C-1-7KOl.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('/assets/Ubuntu-MediumItalic-Cp5nc9PY.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('/assets/Ubuntu-Bold-BGoo8i9Y.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('/assets/Ubuntu-BoldItalic-DiND6kz9.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}:root {
    /* AUREOFY COLORS */

    --aureofy-cyan: #1DBADF;
    --aureofy-green: #52AE32;
    --aureofy-gray: #878787;

    --aureofy-vertical-gradient: linear-gradient(0, var(--aureofy-cyan) 0%, var(--aureofy-green) 100%);
    --aureofy-diagonal-gradient: linear-gradient(45deg, var(--aureofy-cyan) 0%, var(--aureofy-green) 100%);
    --aureofy-horizontal-gradient: linear-gradient(90deg, var(--aureofy-cyan) 0%, var(--aureofy-green) 100%);

    --white-text: #FFFFFF;
    --gray-text: #717171;

    --dark-gray-bg: #121212;
    --mid-gray-bg: #1C1C1C;

    --black-bg: #0A0A0A;
    --border-color: #313131;

    /* ODOO COLORS */

    --odoo-primary: #714B67;
    --odoo-gray: #8F8F8F;
    --odoo-secondary: #017E84;

    --odoo-partner-learning: #E46E78;
    --odoo-partner-ready: #21B799;
    --odoo-partner-silver: #5B899E;
    --odoo-partner-gold: #E4A900;

    /* CANONICAL COLORS */

    --canonical-orange: #E95420;
    --canonical-white: #FFFFFF;
    --canonical-black: #000000;

    --canonical-aubergine: #772953;
    --canonical-light-aubergine: #77216F;
    --canonical-mid-aubergine: #5E2750;
    --canonical-dark-aubergine: #2C001E;

    --canonical-warm-gray: #AEA79F;
    --canonical-cool-gray: #333333;
    --canonical-text-gray: #111111;

    /* ZOHO COLORS */

    --zoho-red: #E42527;
    --zoho-green: #089949;
    --zoho-blue: #226DB4;
    --zoho-yellow: #F9B21D;

    /* FONTS */

    --aureofy-font: 'Onest', sans-serif;
    --canonical-font: 'Ubuntu', sans-serif;
    --odoo-font: 'Inter', sans-serif;

    /* SPACING */

    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 20px;
    --space-6: 24px;
    --space-7: 28px;
    --space-8: 32px;
    --space-9: 36px;
    --space-10: 40px;

    /* SIZES */

    --main-title: 80px;
    
    --section-title: 68px;
    --section-subtitle: 20px;
    --section-preheading: 17px;
    
    --regular-title: 24px;

    --main-subtitle: 24px;

    --regular-text: 16px;
    --small-text: 14px;

    /* WEIGHTS */

    --title-weight: 700;
    --regular-title-weight: 600;
    --subtitle-weight: 500;
    --text-weight: 400;

    /* PADDINGS */

    --max-padding: 64px;
    --mid-padding-1: 48px;
    --mid-padding-2: 34px;
    --mid-padding-3: 24px;
    --min-padding: 16px;

    /* GAPS */

    --grid-gap: 16px;
    --vertical-list-gap: 10px;

    /* TRANSITIONS */

    --transition-fast: .2s ease;
    --transition-slow: .5s ease;

    /* BORDER */

    --card-border: 1px solid;

    --rounded-border: 10000px;
    --max-rounded-border: 20px;
    --mid-rounded-border: 16px;
    --min-rounded-border: 12px;
}.main-btn {
    font-size: var(--regular-text);
    font-weight: var(--regular-title-weight);
    background: var(--aureofy-horizontal-gradient);
    padding: var(--min-padding) 28px;
    border-radius: var(--mid-rounded-border);
    box-shadow: 0 14px 35px #2EB9AD70;
}/* Header.module.css */

._header_1qioo_3 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 24px;
}

._container_1qioo_10 {
    background:
        linear-gradient(var(--mid-gray-bg), var(--mid-gray-bg)) padding-box,
        linear-gradient(142deg, #b8b8b8, #b8b8b800, #b8b8b800, #b8b8b800, #b8b8b800, #b8b8b800, #b8b8b800, #b8b8b800, #b8b8b800, #b8b8b8) border-box;
    border: 1.5px solid transparent;
    margin-top: 20px;
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 9999px;
}

._right_1qioo_24 {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 50px;
}

._menuButton_1qioo_31 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    transition: opacity 0.2s ease;
}

._menuButton_1qioo_31:hover {
    opacity: 0.8;
}

@media (max-width: 1024px) {
    ._header_1qioo_3 {
        padding: 0 24px;
    }


    ._right_1qioo_24 {
        gap: 0;
    }
}

@media (max-width: 768px) {
    ._header_1qioo_3 {
        padding: 0 16px;
    }

}

/* Ajustes adicionales para móviles */
@media (max-width: 480px) {

    ._container_1qioo_10 {
        padding: 0;
    }
}/* GENERAL */

._link_15ueb_3 {}

._img_15ueb_5 {}

/* HEADER */

._header-link_15ueb_9 {
    margin-top: 7px;
    margin-left: 15px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

._header-img_15ueb_16 {
    height: 32px;
}

@media (max-width: 1024px) {
    ._header-link_15ueb_9 {
        margin-top: 0;
    }

    ._header-img_15ueb_16 {
        height: 40px;
        width: 40px;
        -o-object-fit: contain;
           object-fit: contain;
    }

    ._header-link_15ueb_9 {
        margin-left: 12px;
    }
}

/* FOOTER */

._footer-link_15ueb_38 {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

._footer-img_15ueb_43 {
    height: 24px;
}

@media (max-width: 1024px) {
    ._footer-img_15ueb_43 {
        height: 22px;
    }
}

@media (max-width: 768px) {
    ._footer-img_15ueb_43 {
        height: 20px;
    }
}

@media (max-width: 480px) {
    ._footer-img_15ueb_43 {
        height: 18px;
    }
}/* GENERAL */

._nav_l1430_3 {}

._list_l1430_5 {}

._navItem_l1430_7 {}

/* HEADER */

._header-nav_l1430_11 {}

._header-nav_l1430_11 ._list_l1430_5 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

/* FOOTER */

._footer-nav_l1430_22 ._list_l1430_5 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 12px;
}/* GENERAL */

._item_nwo0l_3 {
    transition: opacity 0.2s ease-in-out;
}

._dimmed_nwo0l_7 {
    opacity: 0.65;
}

._link_nwo0l_11 {}

._text_nwo0l_13 {}

._inactive-item_nwo0l_15 {
    transition: opacity 0.2s ease-in-out;
    opacity: 0.3;
}

/* HEADER */

._header-item_nwo0l_22 ._link_nwo0l_11 {
    color: #dbdbdb
}

/* FOOTER */

._footer-item_nwo0l_28 ._link_nwo0l_11 {
    font-weight: 400;
}._button_t2297_1 {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
    will-change: transform;
    backface-visibility: hidden;
}

._text_t2297_10 {
    display: inline-block;
    transition: transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1);
}

._contact-button_t2297_15 {
    margin: 8px 10px;
    background: linear-gradient(90deg, #1ABDB5, #49AA5E);
    border: 1.5px solid #929292;
    border-radius: 10000px;
    padding: 14px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 40px #1ABDB56A;
    min-width: -moz-max-content;
    min-width: max-content;
}

._contact-text_t2297_28 {
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
}

._main-hero-button_t2297_34 {
    padding: 20px 32px;
    border-radius: 10000px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
}

._main-hero-button_t2297_34:first-of-type {
    background-color: #ffffff;
}

._main-hero-button_t2297_34:last-of-type {
    background-color: #0000002a;
}

._main-hero-button_t2297_34 ._text_t2297_10 {
    text-align: center;
}

._main-hero-button_t2297_34:first-of-type ._text_t2297_10 {
    font-weight: 700;
    color: #000000;
}

@media (min-width: 581px) and (max-width: 768px) {
    ._main-hero-button_t2297_34 {
        flex: 1;
        max-width: 300px;
    }
}

._main-hero-button_t2297_34:last-of-type ._text_t2297_10 {
    font-weight: 600;
    color: #ffffff;
}/* Mobile menu styles */
._mobileMenu_1dqch_2 {
  background: var(--mid-gray-bg) !important;
  border-left: 1px solid #2C2C2C;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.3);
  height: 100vh !important;
  top: 0;
}

._overlay_1dqch_10 {
  background: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(4px);
}

/* Position and sizing of burger menu */
._bm-menu-wrap_1dqch_16 {
  position: fixed !important;
  height: 100vh !important;
  top: 0 !important;
  right: 0 !important;
  width: 280px !important;
  overflow: hidden !important;
}

/* General sidebar styles */
._bm-menu_1dqch_16 {
  padding: 0 !important;
  font-size: 1.15em !important;
  background: #1a1a1a !important;
  border-left: 1px solid #2C2C2C !important;
  height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  width: 280px !important;
}

/* Close button styles */
._bm-cross-button_1dqch_40 {
  right: 24px !important;
  top: 24px !important;
}

._bm-cross_1dqch_40 {
  background: #fff;
}

/* Menu Header Styles */
._menuHeader_1dqch_50 {
  padding: 24px 20px !important;
  border-bottom: 1px solid #2C2C2C !important;
}

._brandSection_1dqch_55 {
  margin-top: 10px;
  display: flex !important;
  align-items: center !important;
  justify-content: start !important;
}

._logo_1dqch_62 {
  height: 32px !important;
  width: auto !important;
}

/* Mobile navigation styles */
._mobileNav_1dqch_68 {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  padding: 20px 0 !important;
  list-style: none !important;
  flex: 1 !important;
  justify-content: flex-start !important;
}

._mobileLink_1dqch_78 {
  color: #B0B0B0 !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 12px 20px !important;
  display: block !important;
  transition: all 0.2s ease !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

._mobileLink_1dqch_78:hover {
  background: rgba(57, 180, 133, 0.1) !important;
  color: white !important;
}





/* Hide scrollbar completely with higher specificity */
._bm-menu_1dqch_16::-webkit-scrollbar {
  display: none !important;
}

._bm-menu_1dqch_16 {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
  overflow: hidden !important;
}

._bm-menu-wrap_1dqch_16::-webkit-scrollbar {
  display: none !important;
}

._bm-menu-wrap_1dqch_16 {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
  overflow: hidden !important;
}

/* Ensure proper spacing and alignment */
._bm-item-list_1dqch_121 {
  padding: 0 !important;
  margin: 0 !important;
  height: 100% !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
}

._bm-item_1dqch_121 {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Force full height */
._bm-overlay_1dqch_137 {
  height: 100vh !important;
}

/* Ensure menu takes full viewport height */
._bm-menu-wrap_1dqch_16,
._bm-menu_1dqch_16 {
  min-height: 100vh !important;
  max-height: 100vh !important;
}

/* Override any inline styles from react-burger-menu */
._bm-menu_1dqch_16[style] {
  overflow: hidden !important;
  height: 100vh !important;
  box-sizing: border-box !important;
}

._bm-menu-wrap_1dqch_16[style] {
  overflow: hidden !important;
  height: 100vh !important;
}

._bm-item-list_1dqch_121[style] {
  overflow: hidden !important;
  height: 100% !important;
}
._footer_1ur5u_1 {
    z-index: 20 !important;
    width: 100v;
    border-top: 1px solid var(--border-color);
    padding: 48px;
    background-color: #121212;
}

._container_1ur5u_9 {
    display: flex;
    justify-content: flex-start;
    gap: 120px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

._left_1ur5u_19 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 60px;
}

._rights_1ur5u_27 {
    color: #aaaaaa;
    font-size: 14px;
}

._copyrightContainer_1ur5u_32 {
    display: none;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid var(--border-color);
    margin-top: 40px;
    text-align: center;
}

._right_1ur5u_27 {
    flex: 0 1 auto;
    min-width: 300px;
}

._topRight_1ur5u_47 {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 50px;
    margin-bottom: 42px;
    flex-wrap: nowrap;
}

._bottomRight_1ur5u_56 {
    display: flex;
    align-items: end;
    gap: 55px;
}

._nav_1ur5u_62 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 60px;
    row-gap: 30px;
}

._title_1ur5u_72 {
    font-size: 14.5px;
    font-weight: 400;
    color: #717171;
    margin-bottom: 26px;
}

._item_1ur5u_79:not(:last-of-type) {
    margin-bottom: 12px;
}

._selector_1ur5u_83 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

._btn_1ur5u_90 {
    background: none;
    border: 1px solid #444;
    color: #aaa;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
}

._btn_1ur5u_90:hover {
    border-color: #666;
    color: #fff;
}

._btn_1ur5u_90._active_1ur5u_106 {
    background-color: #fff;
    color: #121212;
    border-color: #fff;
}

/* Tablet responsive adjustments */
@media (max-width: 1024px) {
    ._footer_1ur5u_1 {
        padding: 40px;
    }
    
    ._container_1ur5u_9 {
        gap: 80px;
        padding: 0;
    }
    
    ._topRight_1ur5u_47 {
        gap: 40px;
        flex-wrap: nowrap;
    }
    
    ._nav_1ur5u_62 {
        gap: 50px;
        row-gap: 40px;
    }

    ._left_1ur5u_19 > ._rights_1ur5u_27 {
        display: none;
    }
    
    ._copyrightContainer_1ur5u_32 {
        display: flex !important;
        justify-content: center;
        align-items: center;
        padding-top: 35px;
        margin-top: 35px;
        text-align: center;
    }

}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    ._footer_1ur5u_1 {
        padding: 30px;
    }
    
    ._container_1ur5u_9 {
        flex-direction: column;
        gap: 40px;
        padding: 0;
    }
    
    ._left_1ur5u_19 {
        gap: 30px;
    }
    
    ._right_1ur5u_27 {
        min-width: auto;
        width: 100%;
    }
    
    ._topRight_1ur5u_47 {
        gap: 30px;
        margin-bottom: 30px;
    }
    
    ._bottomRight_1ur5u_56 {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
    
    ._nav_1ur5u_62 {
        gap: 40px;
        row-gap: 35px;
        flex-wrap: wrap;
    }
    
    /* Improve line height for multi-line text */
    ._item_1ur5u_79 {
        line-height: 1.42;
    }

    ._left_1ur5u_19 > ._rights_1ur5u_27 {
        display: none;
    }
    
    ._copyrightContainer_1ur5u_32 {
        display: flex !important;
        justify-content: center;
        align-items: center;
        padding-top: 30px;
        margin-top: 30px;
        text-align: center;
    }

}

@media (max-width: 480px) {
    ._footer_1ur5u_1 {
        padding: 25px 15px;
    }
    
    ._container_1ur5u_9 {
        gap: 30px;
        padding: 0 8px;
    }
    
    ._left_1ur5u_19 {
        gap: 25px;
    }
    
    ._topRight_1ur5u_47 {
        gap: 25px;
        margin-bottom: 25px;
    }
    
    ._nav_1ur5u_62 {
        gap: 30px;
        row-gap: 30px;
    }
    
    ._title_1ur5u_72 {
        font-size: 13px;
        margin-bottom: 20px;
    }
    
    ._left_1ur5u_19 > ._rights_1ur5u_27 {
        display: none;
    }
    
    ._copyrightContainer_1ur5u_32 {
        display: flex !important;
        justify-content: center;
        align-items: center;
        padding-top: 25px;
        margin-top: 25px;
        text-align: center;
    }
}._section_12p7w_1 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 26px;
}

._title_12p7w_9 {
    font-size: 14.5px;
    font-weight: 400;
    color: #717171;
}

._link_12p7w_15 {
    font-weight: 400;
}._hero_j9biq_1 {
    margin-top: 38px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 24px;
}

._container_j9biq_9 {
    position: relative;
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    border-radius: 32px;
    overflow: hidden;
    padding: 64px;
    gap: 130px;
}

@media (max-width: 768px) {
    ._hero_j9biq_1 {
        padding: 0 16px;
    }
    
    ._container_j9biq_9 {
        padding: 48px 24px;
        gap: 80px;
    }
}

@media (max-width: 480px) {
    ._container_j9biq_9 {
        padding: 32px 16px;
        gap: 64px;
    }
}

._content_j9biq_41 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px;
    z-index: 1;
}

._title_j9biq_50 {
    font-weight: 600;
    font-size: 72px;
    line-height: 110%;
}

._subtitle_j9biq_56 {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
}

._buttons_j9biq_62 {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
    z-index: 1;
    flex-wrap: wrap;
    width: 100%;
}

@media (max-width: 580px) {
    ._buttons_j9biq_62 {
        flex-direction: column;
        align-items: stretch;
    }

    ._buttons_j9biq_62 > * {
        width: 100%;
    }
}

._buttons_j9biq_62 > * {
    white-space: nowrap;
    min-width: -moz-fit-content;
    min-width: fit-content;
}

@media (max-width: 768px) {
    ._container_j9biq_9 {
        padding: 32px 24px;
        gap: 64px;
    }

    ._title_j9biq_50 {
        font-size: 48px;
    }

    ._subtitle_j9biq_56 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    ._buttons_j9biq_62 {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    ._buttons_j9biq_62 > * {
        width: 100%;
    }
}._iridescence-container_32wl0_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}._animated-gradient-text_s4gzj_1 {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    /* Heredamos la tipografía desde el estilo en línea */
    overflow: hidden;
    background: none !important;
    font-weight: inherit;
    line-height: inherit;
}

._gradient-overlay_s4gzj_14 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 300% 100%;
    animation: _gradient_s4gzj_14 linear infinite;
    border-radius: inherit;
    z-index: 0;
    pointer-events: none;
}

@keyframes _gradient_s4gzj_14 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

._text-content_s4gzj_41 {
    display: inline-block;
    position: relative;
    z-index: 2;
    background-size: 300% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: _gradient_s4gzj_14 linear infinite;
    font-weight: inherit;
    line-height: inherit;
    /* Heredamos la tipografía desde el estilo en línea */
}

._plus-12-team-members_s4gzj_55 span {
    font-size: 50px !important;
    font-weight: 700 !important;
}/* Nuevos clientes: cv-control y covencomputers */
._section_f5iz5_2 {
    width: 100%;
    background: #0A0A0A;
    padding: 86px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

._label_f5iz5_11 {
    color: #bdbdbd;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.42;
    letter-spacing: 0.02em;
    text-align: center;
}

._carouselWrapper_f5iz5_21 {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: 70px;
    display: flex;
    align-items: center;
}

._carousel_f5iz5_21 {
    display: flex;
    align-items: center;
    height: 70px;
    animation: _scroll_f5iz5_1 22s linear infinite;
}

._logo_f5iz5_38 {
    flex: 0 0 auto;
    margin: 0 58px;
    filter: grayscale(1);
    opacity: .8;
    transition: filter 0.2s, opacity 0.2s;
}

._logo_f5iz5_38 img {
    height: 44px;
    width: auto;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
}

/* Selectores individuales para cada logo de cliente */
._logo_f5iz5_38 img[src*="2f-camas-rebatibles"] {
    height: 28px;
}

._logo_f5iz5_38 img[src*="atp-solutions"] {
    height: 56px;
}

._logo_f5iz5_38 img[src*="grupo-ambient"] {
    height: 58px;
}

._logo_f5iz5_38 img[src*="litoral-neumaticos"] {
    height: 55px;
}

._logo_f5iz5_38 img[src*="polyllantas"] {
    height: 38px;
}

._logo_f5iz5_38 img[src*="taller-charlie"] {
    height: 58px;
}

._logo_f5iz5_38 img[src*="teamworks"] {
    height: 30px;
}

._logo_f5iz5_38 img[src*="working-&-co"] {
    height: 20px;
}

._logo_f5iz5_38 img[src*="cv-control"] {
    height: 58px;
}

._logo_f5iz5_38 img[src*="covencomputers"] {
    height: 36px;
}


._fadeLeft_f5iz5_96,
._fadeRight_f5iz5_97 {
    position: absolute;
    top: 0;
    width: 320px;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

._fadeLeft_f5iz5_96 {
    left: 0;
    background: linear-gradient(90deg, 
        #0A0A0A 20%,
        rgba(10, 10, 10, 0.9) 40%,
        rgba(10, 10, 10, 0.6) 60%,
        rgba(10, 10, 10, 0.2) 80%,
        rgba(10, 10, 10, 0.0) 100%
    );
}

._fadeRight_f5iz5_97 {
    right: 0;
    background: linear-gradient(270deg,
        #0A0A0A 20%,
        rgba(10, 10, 10, 0.9) 40%,
        rgba(10, 10, 10, 0.6) 60%,
        rgba(10, 10, 10, 0.2) 80%,
        rgba(10, 10, 10, 0.0) 100%
    );
}

@media (max-width: 768px) {
    ._fadeLeft_f5iz5_96,
    ._fadeRight_f5iz5_97 {
        width: 240px;
    }

    ._fadeLeft_f5iz5_96 {
        background: linear-gradient(90deg,
            #0A0A0A 10%,
            rgba(10, 10, 10, 0.8) 30%,
            rgba(10, 10, 10, 0.5) 50%,
            rgba(10, 10, 10, 0.2) 70%,
            rgba(10, 10, 10, 0.0) 100%
        );
    }

    ._fadeRight_f5iz5_97 {
        background: linear-gradient(270deg,
            #0A0A0A 10%,
            rgba(10, 10, 10, 0.8) 30%,
            rgba(10, 10, 10, 0.5) 50%,
            rgba(10, 10, 10, 0.2) 70%,
            rgba(10, 10, 10, 0.0) 100%
        );
    }
}

@keyframes _scroll_f5iz5_1 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}._section_j1nnn_1 {
    position: relative;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 3500px;
    display: flex;
    align-items: start;
    justify-content: center;
}

._text_j1nnn_12 {
    position: sticky;
    top: 45vh;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    z-index: 10;
    opacity: 0;
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100vw - 40px);
    margin: 0;
    box-sizing: border-box;

    animation-name: _text_j1nnn_12;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-timeline: view(block 100%);
}

._card_j1nnn_34 {
    position: absolute;
    z-index: -1;
    opacity: 1;
    filter: drop-shadow(0 0 18px #1DBADF15);
    width: 8vw;
    min-width: 80px;
    max-width: 140px;
    height: auto;
}

._card_j1nnn_34:first-of-type {
    top: 1000px;
    left: 15vw;
    height: 100px;
    width: -moz-fit-content;
    width: fit-content;
}

._card_j1nnn_34:nth-of-type(2) {
    top: 1520px;
    right: 15vw;
}

._card_j1nnn_34:nth-of-type(3) {
    top: 2150px;
    left: 7vw;
    width: 12vw;
    min-width: 120px;
    max-width: 200px;
}

._card_j1nnn_34:last-of-type {
    top: 2580px;
    right: 4vw;
    width: 12vw;
    min-width: 120px;
    max-width: 200px;
}

@keyframes _text_j1nnn_12 {

    0%,
    10% {
        opacity: 0;
        transform: translate(-50%, calc(-50% + 20px));
    }

    20%,
    80% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    90%,
    100% {
        opacity: 0;
        transform: translate(-50%, calc(-50% - 20px));
    }
}

@media (max-width: 1024px) {
    ._section_j1nnn_1 {
        height: 3000px;
        align-items: center;
    }
    
    ._text_j1nnn_12 {
        font-size: 42px;
        position: static;
        transform: none;
        opacity: 1;
        animation: none;
        top: auto;
        left: auto;
        width: calc(100vw - 20px) !important;
    }
    
    ._card_j1nnn_34 {
        width: 10vw;
        min-width: 70px;
        max-width: 120px;
        height: auto;
    }
    
    ._card_j1nnn_34:first-of-type {
        top: 800px;
        left: 5vw;
    }
    
    ._card_j1nnn_34:nth-of-type(2) {
        top: 1200px;
        right: 5vw;
    }
    
    ._card_j1nnn_34:nth-of-type(3) {
        top: 1700px;
        left: 3vw;
        width: 15vw;
        min-width: 105px;
        max-width: 180px;
    }
    
    ._card_j1nnn_34:last-of-type {
        top: 2000px;
        right: 3vw;
        width: 15vw;
        min-width: 105px;
        max-width: 180px;
    }
}

@media (max-width: 768px) {
    ._section_j1nnn_1 {
        height: 2500px;
        align-items: center;
    }
    
    ._text_j1nnn_12 {
        font-size: 32px;
        max-width: calc(100vw - 15px);
        position: static;
        transform: none;
        opacity: 1;
        animation: none;
        top: auto;
        left: auto;
    }
    
    
    ._card_j1nnn_34:first-of-type {
        top: 600px;
        left: 3vw;
    }
    
    ._card_j1nnn_34:nth-of-type(2) {
        top: 900px;
        right: 3vw;
    }
    
    ._card_j1nnn_34:nth-of-type(3) {
        top: 1300px;
        left: 2vw;
        width: 18vw;
        min-width: 90px;
        max-width: 135px;
    }
    
    ._card_j1nnn_34:last-of-type {
        top: 1500px;
        right: 2vw;
        width: 18vw;
        min-width: 90px;
        max-width: 135px;
    }
}

@media (max-width: 480px) {
    ._section_j1nnn_1 {
        display: none !important;
    }
}._cards_1atji_1 {
    
}

._mobileContainer_1atji_5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
}/* GENERAL */

._section_uwrum_3 {
  width: 100%;
  margin-bottom: 200px;
}

/* Secciones específicas con padding superior */
._section_uwrum_3[id="partners"],
._section_uwrum_3[id="solutions"],
._section_uwrum_3[id="team"],
._section_uwrum_3[id="values"] {
  padding-top: 100px;
}

._container_uwrum_16 {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 85px;
}

/* Responsive styles for mobile devices */
@media (max-width: 1024px) {
  ._container_uwrum_16 {
    padding: 0 24px;
  }
}

@media (max-width: 768px) {
  ._container_uwrum_16 {
    padding: 0 20px;
    gap: 60px;
  }
}

@media (max-width: 480px) {
  ._container_uwrum_16 {
    padding: 0 16px;
    gap: 50px;
  }
}

._content_uwrum_45 {
}

/* CANONICAL PRODUCTS */

._products-section_uwrum_50 {
}

._products-container_uwrum_53 {
}

._products-content_uwrum_56 {
}

/* CANONICAL PRICING */

._canonical-pricing-section_uwrum_61 {
}

._canonical-pricing-container_uwrum_64 {
}

._canonical-pricing-content_uwrum_67 {
}

/* CANONICAL CATEGORIES */

._values-section_uwrum_72 {
    width: 100%;
}

._values-content_uwrum_76 {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

._odoo-industries-content_uwrum_84 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}._heading_ax8e5_1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

/* Responsive padding for mobile devices */
@media (max-width: 768px) {
  ._heading_ax8e5_1 {
    padding: 0 20px;
  }
  
  ._title_ax8e5_16 {
    padding: 0 10px;
  }
  
  ._subtitle_ax8e5_20 {
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  ._heading_ax8e5_1 {
    padding: 0 16px;
  }
  
  ._title_ax8e5_16 {
    padding: 0 8px;
  }
  
  ._subtitle_ax8e5_20 {
    padding: 0 8px;
  }
}

._preheading_ax8e5_39 {
  background-color: #121212;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  border: 1px solid #303030;
  justify-content: center;
  padding: 0.5rem 0.9rem;
  border-radius: 10px;
  color: #ffffff;
  font-family: 'Onest', sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
  white-space: nowrap;
}

._title_ax8e5_16 {
  color: #ffffff;
  font-family: 'Onest', sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
}

._title_ax8e5_16 ._adjustLetterSpacing_ax8e5_68 {
  letter-spacing: -0.02em;
  background: linear-gradient(to right, #1dbadf 38%, #52ae32 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

._subtitle_ax8e5_20 {
  color: rgba(255, 255, 255, 0.56);
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  ._title_ax8e5_16 {
    font-size: 3.3rem;
  }
}

@media (min-width: 1024px) {
  ._title_ax8e5_16 {
    font-size: 4.125rem;
  }
}

/* Global utility class that can be used in HTML strings */
.adjustLetterSpacing {
  letter-spacing: -0.02em;
}

.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-38\%\2f from-\[\#1dbadf\] {
  --tw-gradient-from: #1dbadf var(--tw-gradient-from-position, 38%);
  --tw-gradient-to: rgba(29, 186, 223, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#52ae32\] {
  --tw-gradient-to: #52ae32 var(--tw-gradient-to-position);
}._content_k35dz_1 {
    font-weight: inherit;
}

._fullHeight_k35dz_5 {
    height: 100%;
}

._fullWidth_k35dz_9 {
    width: 100%;
}

._fullSize_k35dz_13 {
    height: 100%;
    width: 100%;
}

/* Grid positioning for CategoryCard animations - Mobile First */
._cardWrapper0_k35dz_19,
._cardWrapper1_k35dz_20,
._cardWrapper2_k35dz_21,
._cardWrapper3_k35dz_22,
._cardWrapper4_k35dz_23 {
    grid-column: 1;
    grid-row: auto;
}

/* Tablet - 2 columns */
@media (min-width: 768px) {
    ._cardWrapper0_k35dz_19,
    ._cardWrapper1_k35dz_20,
    ._cardWrapper2_k35dz_21,
    ._cardWrapper3_k35dz_22,
    ._cardWrapper4_k35dz_23 {
        grid-column: auto;
        grid-row: auto;
    }
}

/* Desktop - 3 columns */
@media (min-width: 1024px) {
    ._cardWrapper0_k35dz_19,
    ._cardWrapper1_k35dz_20,
    ._cardWrapper2_k35dz_21,
    ._cardWrapper3_k35dz_22,
    ._cardWrapper4_k35dz_23 {
        grid-column: auto;
        grid-row: auto;
    }
}

/* Large Desktop - Original Bento Layout */
@media (min-width: 1280px) {
    ._cardWrapper0_k35dz_19 {
        grid-column: span 4 / span 4;
        grid-row: span 4 / span 4;
    }

    ._cardWrapper1_k35dz_20 {
        grid-column: span 5 / span 5;
        grid-row: span 4 / span 4;
        grid-column-start: 5;
    }

    ._cardWrapper2_k35dz_21 {
        grid-column: span 5 / span 5;
        grid-row: span 6 / span 6;
        grid-row-start: 5;
    }

    ._cardWrapper3_k35dz_22 {
        grid-column: span 4 / span 4;
        grid-row: span 3 / span 3;
        grid-column-start: 6;
        grid-row-start: 5;
    }

    ._cardWrapper4_k35dz_23 {
        grid-column: span 4 / span 4;
        grid-row: span 3 / span 3;
        grid-column-start: 6;
        grid-row-start: 8;
    }
}._card_1hdma_1 {
    background-color: #080B0E;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #282828;
    border-radius: var(--max-rounded-border);
    width: 460px !important;
    height: 380px !important;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    padding: 38px;
    position: relative;
}

@media (max-width: 1024px) {
    ._card_1hdma_1 {
        width: 400px !important;
        height: 330px !important;
        padding: 32px;
    }
}

@media (max-width: 768px) {
    ._card_1hdma_1 {
        width: 340px !important;
        height: 280px !important;
        padding: 24px;
    }
}

@media (max-width: 480px) {
    ._card_1hdma_1 {
        width: 300px !important;
        height: 250px !important;
        padding: 20px;
    }
}

._odoo-card_1hdma_42 {
    background-image: url('/assets/odoo-mask-DbdzlSdg.svg');
}

._unleap-card_1hdma_46 {
    background-image: url('/assets/unleap-mask-f1apwPcl.svg');
}

._canonical-card_1hdma_50 {
    background-image: url('/assets/canonical-mask-CkG1WmAz.svg');
}

._zoho-card_1hdma_54 {
    background-image: url('/assets/zoho-mask-f4bL8n5E.svg');
}

._link_1hdma_58 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    background-color: #15171A;
    border-radius: var(--rounded-border);
    padding: 10px 22px;
}

._text_1hdma_68 {
    margin-left: 6px;
    font-weight: 300;
    color: #C3C3C3;
}

._icon_1hdma_74 {
    width: 18px;
    stroke-width: 2.5px;
    stroke: #C3C3C3;
}

._header_1hdma_80 {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

._wrapper_1hdma_86 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    gap: 20px
}

._logo_1hdma_94 {
    height: 50px;
}

/*  */

._odoo-logo_1hdma_100 {
    height: 40px;
}

._unleap-logo_1hdma_104 {}

._canonical-logo_1hdma_106 {}

._zoho-logo_1hdma_108 {}

/*  */

._description_1hdma_112 {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    line-height: 1.5;
    font-weight: 300;
    color: #EBF6FF;
    font-size: 16px;
}

@media (max-width: 1024px) {
    ._description_1hdma_112 {
        font-size: 15px;
        line-height: 1.45;
    }
    ._logo_1hdma_94 {
        height: 45px;
    }
    ._odoo-logo_1hdma_100 {
        height: 36px;
    }
}

@media (max-width: 768px) {
    ._description_1hdma_112 {
        font-size: 15px;
        line-height: 1.4;
    }
    ._logo_1hdma_94 {
        height: 40px;
    }
    ._odoo-logo_1hdma_100 {
        height: 32px;
    }
    ._wrapper_1hdma_86 {
        gap: 16px;
    }
}

@media (max-width: 480px) {
    ._description_1hdma_112 {
        font-size: 15px;
        line-height: 1.35;
    }
    ._logo_1hdma_94 {
        height: 35px;
    }
    ._odoo-logo_1hdma_100 {
        height: 28px;
    }
    ._wrapper_1hdma_86 {
        gap: 14px;
    }
    ._link_1hdma_58 {
        padding: 8px 18px;
    }
}

._lastCard_1hdma_168 {
    margin-right: calc(50vw + 230px);
}._wrapper_1woms_1 {
    position: relative;
    width: 100%;
}

._viewport_1woms_6 {
    overflow-x: auto;
    overflow-y: visible;
    cursor: grab;
    scroll-behavior: smooth; /* Transición suave uniforme para todos los movimientos */
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* Optimizaciones de rendimiento */
    will-change: scroll-position;
    transform: translateZ(0); /* Forzar aceleración por hardware */
    -webkit-overflow-scrolling: touch;
}

._viewport_1woms_6::-webkit-scrollbar {
    display: none;
}

/* Grabbing state */
._grabbing_1woms_24 {
    cursor: grabbing !important;
}

._track_1woms_28 {
    display: flex;
    gap: 120px;
    padding-left: calc(50vw - 230px); /* Mueve las cards hacia la derecha */
    padding-right: 1160px; /* Espacio adicional para permitir desplazamiento completo de 580px */
    /* Optimizaciones de rendimiento */
    will-change: transform;
    transform: translateZ(0); /* Aceleración por hardware */
}

._slide_1woms_38 {
    flex: 0 0 auto;
}

._fade_1woms_42 {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0a0a0a 5%, rgba(10, 10, 10, 0) 40%, rgba(10, 10, 10, 0) 60%, #0a0a0a 95%);
    z-index: 10;
}

/* Swipe indicator below carousel */
._indicator_1woms_54 {
    border: 1px solid #272727;
    background-color: var(--dark-gray-bg);
    border-radius: 250px;
    padding: 2px 8px;
    position: absolute;
    bottom: -62px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

._arrow_1woms_69 {
    stroke: #b6b6b6;
    margin: 0 4px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

._arrow_1woms_69:hover {
    stroke: #ffffff;
    transform: scale(1.1);
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}

._arrow_1woms_69:active {
    transform: scale(0.95);
    transition: all 0.1s ease-out;
}

._arrow_1woms_69:disabled {
    stroke: #666666;
    cursor: not-allowed;
    opacity: 0.5;
}

._arrow_1woms_69:disabled:hover {
    stroke: #666666;
    transform: none;
    filter: none;
}

._grab_1woms_24 {
    stroke: #cecece;
    width: 26px;
    height: 26px;
    margin-bottom: 4px;
}

@media (max-width: 1024px) {
    ._track_1woms_28 {
        gap: 80px;
    }
    
    ._indicator_1woms_54 {
        padding: 2px 6px;
        bottom: -54px;
    }
    
    ._arrow_1woms_69 {
        width: 18px;
        height: 18px;
        margin: 0 3px;
    }
    
    ._arrow_1woms_69:hover {
        transform: scale(1.08);
    }
    
    ._grab_1woms_24 {
        width: 24px;
        height: 24px;
        margin-bottom: 3px;
    }
}

@media (max-width: 768px) {
    ._track_1woms_28 {
        gap: 50px;
    }
    
    ._indicator_1woms_54 {
        padding: 1px 5px;
        bottom: -48px;
    }
    
    ._arrow_1woms_69 {
        width: 16px;
        height: 16px;
        margin: 0 2px;
    }
    
    ._arrow_1woms_69:hover {
        transform: scale(1.06);
    }
    
    ._grab_1woms_24 {
        width: 22px;
        height: 22px;
        margin-bottom: 3px;
    }
}

@media (max-width: 480px) {
    ._track_1woms_28 {
        gap: 30px;
    }
    
    ._indicator_1woms_54 {
        padding: 1px 4px;
        bottom: -42px;
        transform: translateX(-50%) scale(0.9);
    }
    
    ._arrow_1woms_69 {
        width: 14px;
        height: 14px;
        margin: 0 2px;
    }
    
    ._arrow_1woms_69:hover {
        transform: scale(1.05);
    }
    
    ._grab_1woms_24 {
        width: 20px;
        height: 20px;
        margin-bottom: 2px;
    }
}._wrapper_13dpy_1 {
    display: flex;
    align-items: start;
    justify-content: center;
    position: relative;
    gap: 120px;
}

._left_13dpy_9,
._right_13dpy_10 {
    z-index: 100 !important;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: start;
    gap: 500px;
}

._left_13dpy_9>*:first-of-type {
    margin-top: 356px;
}

._line_13dpy_23 {
    margin: 84px 0;
    width: 16px;
    background-color: #151515;
    border: 1px solid #2C2C2C;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
}

._line_13dpy_23:before {
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(0, var(--aureofy-green) 0%, var(--aureofy-cyan) 100%);
    width: 100%;
    height: 44px;
    border-radius: 100000px;
    box-shadow: 0 0 46px #39B4859F;

    animation-name: _growHeight_13dpy_1;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-timeline: view(40%);
}

@keyframes _growHeight_13dpy_1 {
    from {
        height: 44px;
    }

    to {
        height: 100%;
    }
}

._scroll_13dpy_62 {
    margin-top: 400px;
    position: relative;
    overflow: visible;
    height: 3950px;
}

/* Hide Universe section on mobile devices */
@media (max-width: 1024px) {
    ._scroll_13dpy_62 {
        display: none !important;
    }
}

._central_13dpy_76 {
    position: sticky;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%);
    font-size: 1.2rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

._image_13dpy_89 {
    width: 40px;
}

._text_13dpy_93 {
    opacity: 0;
    font-size: 40px;
    text-align: center;
    line-height: 1.35;
    font-weight: 600;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;

    animation-name: _text_13dpy_93;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-timeline: view();
}

/* Mobile text animations */
@media (max-width: 1024px) {
    ._text_13dpy_93 {
        opacity: 0;
        animation: _mobileTextSequence_13dpy_1 4s ease-in-out forwards;
    }
}

@keyframes _mobileTextSequence_13dpy_1 {
    0%, 10% {
        opacity: 0;
        transform: translateY(20px);
    }
    20%, 60% {
        opacity: 1;
        transform: translateY(0);
    }
    70%, 100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

/* Tablet responsive adjustments */
@media (max-width: 1024px) {
    ._wrapper_13dpy_1 {
        flex-direction: column;
        gap: 60px;
        align-items: center;
    }
    
    ._left_13dpy_9,
    ._right_13dpy_10 {
        gap: 400px;
        align-items: center;
    }
    
    ._left_13dpy_9>*:first-of-type {
        margin-top: 200px;
    }
    
    ._text_13dpy_93 {
        font-size: 32px;
    }
    
    ._logomark_13dpy_153 {
        width: 80px;
    }
}

._mobileContainer_13dpy_158 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    ._wrapper_13dpy_1 {
        flex-direction: column;
        gap: 40px;
        align-items: center;
        padding: 0 20px;
    }
    
    ._left_13dpy_9,
    ._right_13dpy_10 {
        gap: 300px;
        align-items: center;
    }
    
    ._left_13dpy_9>*:first-of-type {
        margin-top: 150px;
    }
    
    ._text_13dpy_93 {
        font-size: 24px;
    }
    
    ._logomark_13dpy_153 {
        width: 65px;
    }
}

@media (max-width: 480px) {
    ._wrapper_13dpy_1 {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        padding: 0 15px;
    }
    
    ._left_13dpy_9,
    ._right_13dpy_10 {
        gap: 250px;
        align-items: center;
    }
    
    ._left_13dpy_9>*:first-of-type {
        margin-top: 100px;
    }
    
    ._text_13dpy_93 {
        font-size: 25px;
    }
    
    ._logomark_13dpy_153 {
        width: 55px;
    }
}

._text_13dpy_93::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 100%;
    border-radius: 100%;
    background-color: #0A0A0A;
    z-index: -1;
    filter: blur(32px);
}

._logomark_13dpy_153 {
    opacity: 0;
    width: 92px;
    filter: drop-shadow(0 0 50px #1DBADF90);
    position: absolute;

    animation-name: _logo_13dpy_153;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-timeline: view();
}

/* Mobile logomark animations - sequential after text */
@media (max-width: 1024px) {
    ._logomark_13dpy_153 {
        opacity: 1;
        position: absolute;
        animation: none;
        transform: scale(1);
        filter: drop-shadow(0 0 50px #1DBADF90);
    }
}

@keyframes _mobileLogoSequence_13dpy_1 {
    0%, 70% {
        opacity: 0;
        transform: scale(0.5);
    }
    80%, 100% {
        opacity: 1;
        transform: scale(1);
        filter: drop-shadow(0 0 50px #1DBADF90);
    }
}

@keyframes _logo_13dpy_153 {

    0%,
    20% {
        transform: scale(.5);
        opacity: 0;
    }

    60%,
    80% {
        display: inline-block;
        transform: scale(1);
        opacity: 1;
    }
    
    90%, 100% {
        transform: scale(.5);
        opacity: 0;
    }
}

@keyframes _text_13dpy_93 {

    0%,
    8% {
        opacity: 0;
    }

    20%,
    40% {
        opacity: 1;
    }

    50%,
    100% {
        opacity: 0;
    }
}._container_iet9t_1 {
    width: 100%;
    height: 1000px;
    position: sticky;
    top: 50vh;
    margin-top: 50%;
    transform: translateY(-50%);
}

._orbit_iet9t_10 {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: transparent;
}

._small_iet9t_18,
._medium_iet9t_19,
._large_iet9t_20 {
    animation-name: _orbit_iet9t_10;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-timeline: view();
}

/* Disable scroll animations on mobile */
@media (max-width: 1024px) {
    ._small_iet9t_18,
    ._medium_iet9t_19,
    ._large_iet9t_20 {
        animation: none;
        transform: scale(1);
    }
}

._small_iet9t_18 {
    width: 500px;
    height: 500px;
    margin-left: -250px;
    margin-top: -250px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

._medium_iet9t_19 {
    width: 720px;
    height: 720px;
    margin-left: -360px;
    margin-top: -360px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

._large_iet9t_20 {
    width: 950px;
    height: 950px;
    margin-left: -475px;
    margin-top: -475px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

._item_iet9t_61 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

._image_iet9t_70 {
    width: 40px;
}

/* Single animation for all screen sizes */
@keyframes _orbit_iet9t_10 {
    0% {
        transform: scale(1);
    }

    60%,
    100% {
        transform: scale(0.68);
    }
}._card_14g5b_1 {
    position: relative;
    background-color: #080B0E;
    border-radius: var(--max-rounded-border);
    border: var(--card-border) var(--border-color);
    width: 365px;
    height: 212px;
    padding: 33px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    overflow: hidden;
}

/* Animaciones CSS y opacidad inicial solo para pantallas grandes (desktop y tablets horizontales) */
@media (min-width: 1025px) {
    ._card_14g5b_1 {
        opacity: 0;
        animation-timing-function: ease-out;
        animation-fill-mode: forwards;
        animation-duration: 2s;
        animation-timeline: view(block 58%);
    }
}

@keyframes _appear-left_14g5b_1 {
    from {
        transform: translateX(-100px);
        opacity: 0;
    }
    
    to {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes _appear-right_14g5b_1 {
    from {
        transform: translateX(100px);
        opacity: 0;
    }
    
    to {
        transform: translateX(0px);
        opacity: 1;
    }
}

._card_14g5b_1::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    aspect-ratio: 1;
    border-radius: var(--max-rounded-border);
    background-color: red;
    border-radius: 1000000px;
    filter: blur(100px);
    transform: translateX(-75%);
    z-index: 0;
}

._left-card_14g5b_65 {
    /* Clase base sin animación por defecto */
}

._right-card_14g5b_69 {
    /* Clase base sin animación por defecto */
}

/* Animaciones de aparición solo para pantallas grandes */
@media (min-width: 1025px) {
    ._left-card_14g5b_65 {
        animation-name: _appear-left_14g5b_1;
    }

    ._right-card_14g5b_69 {
        animation-name: _appear-right_14g5b_1;
    }
}

._left-card_14g5b_65::after {
    left: 0;
    transform: translateX(-75%);
}

._right-card_14g5b_69::after {
    right: 0;
    transform: translateX(75%);
}

._logo_14g5b_94 {
    height: 40px;
    z-index: 1;
}

._description_14g5b_99 {
    color: #c4c4c4;
    font-size: 17px;
    line-height: 1.5;
    z-index: 1;
}

._persat-card_14g5b_106::after {
    background-color: #F6A500;
}

._appro-card_14g5b_110::after {
    background-color: #E02B20;
}

._jumpcloud-card_14g5b_114::after {
    background-color: #002B49;
}

._tline-technology-card_14g5b_118::after {
    background-color: #8DC6E8;
}

._ispmanager-card_14g5b_122::after {
    background-color: #749EFF;
}

._xter-card_14g5b_126::after {
    background-color: #676767;
}

/* Tablet responsive adjustments - only reduce slightly */
@media (max-width: 1024px) {
    ._card_14g5b_1 {
        width: 340px;
        height: 200px;
        padding: 30px 22px;
    }
    
    ._description_14g5b_99 {
        font-size: 16px;
    }
    
    ._logo_14g5b_94 {
        height: 38px;
    }
}

/* Mobile responsive adjustments - minimal reduction */
@media (max-width: 768px) {
    ._card_14g5b_1 {
        width: 320px;
        height: 190px;
        padding: 28px 20px;
    }
    
    ._description_14g5b_99 {
        font-size: 15px;
    }
    
    ._logo_14g5b_94 {
        height: 36px;
    }
}

@media (max-width: 480px) {
    ._card_14g5b_1 {
        width: 300px;
        height: 180px;
        padding: 26px 18px;
    }
    
    ._description_14g5b_99 {
        font-size: 15px;
    }
    
    ._logo_14g5b_94 {
        height: 34px;
    }
}
._top_gguap_2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 150px;
}

._member_gguap_10 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}



._wrapper_gguap_19 {
    position: relative;
    width: 160px;
    height: 160px;
    margin-bottom: 25px;
}

._photo_gguap_26 {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    display: block;
    box-shadow: 0 0 40px #38B3868F;
}

._wrapper_gguap_19::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 6.5px);
    height: calc(100% + 6.5px);
    border-radius: 100%;
    background: var(--aureofy-diagonal-gradient);
    z-index: -1;
}

._name_gguap_47 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-align: center;
}


._role_gguap_56 {
    font-weight: 400;
    color: #dbdbdb;
    white-space: nowrap;
    text-align: center;
}

/* Más separación arriba y estilos destacados para el +12 */
._plus_gguap_64 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 120px;
    gap: 10px;
}

._text_gguap_72 {
    line-height: 1.2;
    font-size: 18px;
    white-space: nowrap;
}

/* Tablet responsive adjustments */
@media (max-width: 1024px) {
    ._top_gguap_2 {
        gap: 100px;
        margin-top: 60px;
    }
    
    ._wrapper_gguap_19 {
        width: 140px;
        height: 140px;
    }
    
    ._name_gguap_47 {
        font-size: 20px;
    }
    
    ._role_gguap_56 {
        font-size: 14px;
    }
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    ._top_gguap_2 {
        flex-direction: column;
        gap: 60px;
        align-items: center;
        margin-top: 80px;
    }
    
    /* Reorder team members for mobile - Nazareno first */
    ._member_gguap_10 {
        order: var(--mobile-order, 0);
    }
    
    ._member_gguap_10[data-mobile-order="0"] {
        order: 0;
    }
    
    ._member_gguap_10[data-mobile-order="1"] {
        order: 1;
    }
    
    ._member_gguap_10[data-mobile-order="2"] {
        order: 2;
    }
    
    ._wrapper_gguap_19 {
        width: 120px;
        height: 120px;
    }
    
    ._name_gguap_47 {
        font-size: 18px;
    }
    
    ._role_gguap_56 {
        font-size: 13px;
    }
    
    ._plus_gguap_64 {
        margin-top: 80px;
        gap: 8px;
    }
    
    ._text_gguap_72 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    ._top_gguap_2 {
        gap: 50px;
        margin-top: 100px;
    }
    
    ._wrapper_gguap_19 {
        width: 150px;
        height: 150px;
    }
    
    ._name_gguap_47 {
        font-size: 24px;
    }
    
    ._role_gguap_56 {
        font-size: 15px;
    }
    
    ._plus_gguap_64 {
        margin-top: 60px;
    }
    
    ._text_gguap_72 {
        font-size: 17px;
    }
}
/* Note: this CSS is only an example, you can overlay whatever you want using the activeItem logic */

.container {
  width: calc(100% - 100px);
  height: calc(100% - 50px);
  border-radius: 32px;
  border: 1px solid #3030309A;
  overflow: hidden;
  position: relative;
  outline: none;
}

#infinite-grid-menu-canvas {
  cursor: grab;
  width: 100%;
  height: 100%;
}

#infinite-grid-menu-canvas:active {
  cursor: grabbing;
}

.face-title {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  font-size: 38px;
  left: 50%;
  top: 50%;
  font-weight: 700;
  transform: translate(calc(-100% - 350px), -50%);
}

.face-title.active {
  opacity: 1;
  transform: translate(calc(-100% - 226px), -50%);
  pointer-events: auto;
  transition: 0.5s ease;
}

.face-title.inactive {
  pointer-events: none;
  opacity: 0;
  transition: 0.1s ease;
}

.face-description {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  max-width: 300px;
  top: 50%;
  font-size: 22px;
  right: 0;
  line-height: 1.4;
  pointer-events: none;
}

.face-description.active {
  opacity: 1;
  transform: translate(-100px, -50%);
  pointer-events: auto;
  transition: 0.5s ease;
}

.face-description.inactive {
  pointer-events: none;
  transform: translate(-20px, -50%);
  opacity: 0;
  transition: 0.1s ease;
}/* Separación entre hero y primera sección */
._odoo_1qh0v_2 {
    margin-top: 100px;
}._darkveil-canvas_1btxe_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
._cards_1b8hr_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--space-4);
}

._wrapper_1b8hr_9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: var(--space-8);
}

._selector_1b8hr_18 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--regular-text);
    padding: 4px;
    border: var(--card-border) var(--border-color);
    border-radius: var(--rounded-border);
    background-color: #202020;
    gap: var(--space-4);
}

._selector-item_1b8hr_30 {
    color: var(--aureofy-gray);
    padding: 8px 15px;
    border-radius: var(--rounded-border);
    background: none;
}

._active_1b8hr_37 {
    color: var(--white-text);
    background: linear-gradient(180deg, #A2488A, #A2488A6A)
}._card_1sc3r_1 {
    overflow: hidden;
    position: relative;
    width: 300px;
    padding: calc(var(--mid-padding-3) + 3px) var(--mid-padding-3);
    border: var(--card-border) #3131317A;
    border-radius: var(--max-rounded-border);
    box-shadow: inset 0 0 15px #FFFFFF0C;
}

._highlighted-card_1sc3r_11::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 148px;
    height: 2px;
    background: linear-gradient(90deg, #A2488A00 0%, #A2488A 50%, #A2488A00 100%);
}

._heading_1sc3r_22 {}

._title_1sc3r_24 {
    margin-bottom: var(--space-3);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
}

._lemniscate_1sc3r_32 {
    stroke: #A2488A;
    height: 16px;
    vertical-align: middle;
    margin-right: var(--space-2);
}

._description_1sc3r_39 {
    color: var(--gray-text);
    line-height: 1.4;
    margin-bottom: var(--space-8);
}

._body_1sc3r_45 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

._price_1sc3r_51 {
    display: flex;
    align-items: end;
    margin-bottom: var(--space-6);
}

._symbol_1sc3r_57 {
    font-size: 20px;
    font-weight: 600;
    color: var(--gray-text);
    margin-bottom: var(--space-1);
    margin-right: var(--space-1);
}

._number_1sc3r_65 {
    font-size: 45px;
    font-weight: 600;
    margin-right: var(--space-2);
}

._block_1sc3r_71 {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: var(--space-1);
    margin-bottom: var(--space-1);
}

._currency_1sc3r_80 {
    font-size: 16px;
    font-weight: 400;
}

._frecuency_1sc3r_85 {
    color: var(--gray-text);
    font-size: 16px;
    font-weight: 400;
}

._btn_1sc3r_91 {
    padding: calc(var(--min-padding) - 2px);
    border-radius: 6px;
    background: linear-gradient(180deg, #A2488A 0%, #A2488A30 100%);
    color: var(--white-text);
    font-size: var(--regular-text);
    font-weight: 600;
    margin-bottom: var(--space-3);
}

._cta_1sc3r_101 {
    color: var(--aureofy-gray);
    font-size: var(--small-text);
}

._list_1sc3r_106 {
    margin-top: var(--space-7);
    padding-top: var(--space-7);
    border-top: 1px solid var(--border-color);
}

._item_1sc3r_112:not(:last-of-type) {
    margin-bottom: var(--vertical-list-gap);
}

._item_1sc3r_112 {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: var(--space-2);
}

._check_1sc3r_123 {
    stroke: #A1A1A1;
}

._highlighted-card_1sc3r_11 ._check_1sc3r_123 {
    stroke: #A2488A;
}

._check_1sc3r_123 {
    width: 16px;
}

._text_1sc3r_135 {
    color: var(--white-text);
    font-size: var(--regular-text);
    font-weight: var(--text-weight);
}

._glows_1sc3r_141 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}._cta_8mqlu_1 {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding-bottom: 175px;
    overflow: hidden;
}

._cta_8mqlu_1::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;

    transform: translate(0, 100%);
}

._title_8mqlu_24 {
    font-size: 55px;
    line-height: 1.5;
    margin-bottom: 65px;
    text-align: center;
}

/* Responsive styles for smaller screens */
@media (max-width: 1024px) {
    ._title_8mqlu_24 {
        font-size: 48px;
        line-height: 1.2;
        text-align: center;
    }
}

@media (max-width: 768px) {
    ._title_8mqlu_24 {
        font-size: 40px;
        line-height: 1.1;
        text-align: center;
    }
}

@media (max-width: 480px) {
    ._title_8mqlu_24 {
        font-size: 34px;
        line-height: 1.1;
        text-align: center;
    }
}

._btn_8mqlu_56 {
    display: flex;
    align-items: center;
    justify-content: center;
    
    background: var(--aureofy-horizontal-gradient);
    padding: 15px 25px;
    border-radius: var(--mid-rounded-border);
    
    box-shadow: 0 8px 38px #1DBADF6b;
}

._btn_8mqlu_56 ._icon_8mqlu_68 {
    width: 20px;
    aspect-ratio: 1 / 1;
}

._btn_8mqlu_56 span {
    font-weight: 600;
    margin-left: 12px;
}

/* SECTIONS */

._canonical-cta_8mqlu_80:after {
    background: linear-gradient(90deg, #E9542000 0%, #E95420 50%, #E9542000 100%);
    filter: drop-shadow(0 -120px 50px #E954204a);
}

._odoo-cta_8mqlu_85:after {
    background: linear-gradient(90deg, #714B6700 0%, #714B67 50%, #714B6700 100%);
    filter: drop-shadow(0 -120px 50px #714B677a);
}

._zoho-cta_8mqlu_90:after {
    background: linear-gradient(90deg, #E4252700 0%, #E42527 50%, #E4252700 100%);
    filter: drop-shadow(0 -120px 50px #E4252752);
}._canonical_1doom_1 {
    margin-top: 100px;
}._grid_4poky_1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: var(--grid-gap);
    margin: 0 20px;
}

@media (min-width: 768px) {
    ._grid_4poky_1 {
        grid-template-columns: repeat(2, 1fr);
        margin: 0 40px;
    }
}

@media (min-width: 1024px) {
    ._grid_4poky_1 {
        grid-template-columns: repeat(3, 1fr);
        margin: 0 60px;
    }
}

@media (min-width: 1280px) {
    ._grid_4poky_1 {
        grid-template-columns: repeat(9, 1fr);
        grid-template-rows: repeat(10, 1fr);
        margin: 0 96px;
    }
}._card_1rfx4_1 {
    overflow: hidden;
    position: relative;
    padding: var(--mid-padding-3);
    border: var(--card-border) #3131317A;
    border-radius: var(--max-rounded-border);
    box-shadow: inset 0 0 36px #FFFFFF08;
}

._heading_1rfx4_10 {}

._title_1rfx4_12 {
    font-size: var(--regular-title);
    margin-bottom: var(--space-3);
    line-height: 1.4;
    z-index: 3 !important;
}

._description_1rfx4_19 {
    color: var(--gray-text);
    line-height: 1.4;
    z-index: 3 !important;
}

._bottom_1rfx4_25 {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

._illustration_1rfx4_34 {
    margin-top: 30px;
    position: absolute;
    z-index: 1;
}

._glow_1rfx4_40 {
    position: absolute;
    z-index: 0;
}

._card-0_1rfx4_45 ._illustration_1rfx4_34 {
    margin-top: 230px;
}

._card-2_1rfx4_49 ._illustration_1rfx4_34 {
    margin-top: 88px;
}

._card-0_1rfx4_45 ._bottom_1rfx4_25,
._card-1_1rfx4_54 ._bottom_1rfx4_25 {
    height: 240px;
}

._card-2_1rfx4_49 ._bottom_1rfx4_25 {
    height: 350px;
}

._card-3_1rfx4_62 ._bottom_1rfx4_25,
._card-4_1rfx4_63 ._bottom_1rfx4_25 {
    height: 140px;
}

/* Grid positioning moved to AnimatedContent.module.css to maintain layout when wrapped */._illustration_1ls8h_1 {
    position: relative;
    width: 100%;
    margin: auto;
    margin-top: -250px;
    z-index: -1;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    ._illustration_1ls8h_1 {
        position: relative;
        margin-top: 0;
        margin-bottom: 80px;
        z-index: 1;
        width: 120%;
        max-width: none;
        transform: scale(1.2);
        margin-left: -10%;
    }
}._cards_1x56d_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--space-4);
}

._wrapper_1x56d_9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: var(--space-8);
}

._selector_1x56d_18 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--regular-text);
    padding: 4px;
    border: var(--card-border) var(--border-color);
    border-radius: var(--rounded-border);
    background-color: #202020;
    gap: var(--space-4);
}

._selector-item_1x56d_30 {
    color: var(--aureofy-gray);
    padding: 8px 15px;
    border-radius: var(--rounded-border);
    background: none;
}

._active_1x56d_37 {
    color: var(--white-text);
    background: linear-gradient(180deg, var(--canonical-orange), #E954206A)
}._card_guluv_1 {
    overflow: hidden;
    position: relative;
    width: 300px;
    padding: calc(var(--mid-padding-3) + 3px) var(--mid-padding-3);
    border: var(--card-border) #3131317A;
    border-radius: var(--max-rounded-border);
    box-shadow: inset 0 0 15px #FFFFFF0C;
}

._highlighted-card_guluv_11::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 148px;
    height: 2px;
    background: linear-gradient(90deg, #E9542000 0%, var(--canonical-orange) 50%, #E9542000 100%);
}

._heading_guluv_22 {}

._title_guluv_24 {
    margin-bottom: var(--space-3);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
}

._lemniscate_guluv_32 {
    stroke: var(--canonical-orange);
    height: 16px;
    vertical-align: middle;
    margin-right: var(--space-2);
}

._description_guluv_39 {
    color: var(--gray-text);
    line-height: 1.4;
    margin-bottom: var(--space-8);
}

._body_guluv_45 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

._price_guluv_51 {
    display: flex;
    align-items: end;
    margin-bottom: var(--space-6);
}

._symbol_guluv_57 {
    font-size: 20px;
    font-weight: 600;
    color: var(--gray-text);
    margin-bottom: var(--space-1);
    margin-right: var(--space-1);
}

._number_guluv_65 {
    font-size: 45px;
    font-weight: 600;
    margin-right: var(--space-2);
}

._block_guluv_71 {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: var(--space-1);
    margin-bottom: var(--space-1);
}

._currency_guluv_80 {
    font-size: 16px;
    font-weight: 400;
}

._frecuency_guluv_85 {
    color: var(--gray-text);
    font-size: 16px;
    font-weight: 400;
}

._btn_guluv_91 {
    padding: calc(var(--min-padding) - 2px);
    border-radius: 6px;
    background: linear-gradient(180deg, var(--canonical-orange) 0%, #E9542030 100%);
    color: var(--white-text);
    font-size: var(--regular-text);
    font-weight: 600;
    margin-bottom: var(--space-3);
}

._cta_guluv_101 {
    color: var(--aureofy-gray);
    font-size: var(--small-text);
}

._list_guluv_106 {
    margin-top: var(--space-7);
    padding-top: var(--space-7);
    border-top: 1px solid var(--border-color);
}

._item_guluv_112:not(:last-of-type) {
    margin-bottom: var(--vertical-list-gap);
}

._item_guluv_112 {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: var(--space-2);
}

._check_guluv_123 {
    stroke: #A1A1A1;
}

._highlighted-card_guluv_11 ._check_guluv_123 {
    stroke: var(--canonical-orange);
}

._check_guluv_123 {
    width: 16px;
}

._text_guluv_135 {
    color: var(--white-text);
    font-size: var(--regular-text);
    font-weight: var(--text-weight);
}

._glows_guluv_141 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}/* Separación entre hero y primera sección */
._zoho_1okgk_2 {
    margin-top: 100px;
}._cards_11c3r_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--space-4);
}

._wrapper_11c3r_9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: var(--space-8);
}

._selector_11c3r_18 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--regular-text);
    padding: 4px;
    border: var(--card-border) var(--border-color);
    border-radius: var(--rounded-border);
    background-color: #202020;
    gap: var(--space-4);
}

._selector-item_11c3r_30 {
    color: var(--aureofy-gray);
    padding: 8px 15px;
    border-radius: var(--rounded-border);
    background: none;
}

._active_11c3r_37 {
    color: var(--white-text);
    background: linear-gradient(180deg, #E42527, #E425276A)
}._card_rjqdu_1 {
    overflow: hidden;
    position: relative;
    width: 300px;
    padding: calc(var(--mid-padding-3) + 3px) var(--mid-padding-3);
    border: var(--card-border) #3131317A;
    border-radius: var(--max-rounded-border);
    box-shadow: inset 0 0 15px #FFFFFF0C;
}

._highlighted-card_rjqdu_11::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 148px;
    height: 2px;
    background: linear-gradient(90deg, #E4252700 0%, #E42527 50%, #E4252700 100%);
}

._heading_rjqdu_22 {}

._title_rjqdu_24 {
    margin-bottom: var(--space-3);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
}

._lemniscate_rjqdu_32 {
    stroke: #E42527;
    height: 16px;
    vertical-align: middle;
    margin-right: var(--space-2);
}

._description_rjqdu_39 {
    color: var(--gray-text);
    line-height: 1.4;
    margin-bottom: var(--space-8);
}

._body_rjqdu_45 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

._price_rjqdu_51 {
    display: flex;
    align-items: end;
    margin-bottom: var(--space-6);
}

._symbol_rjqdu_57 {
    font-size: 20px;
    font-weight: 600;
    color: var(--gray-text);
    margin-bottom: var(--space-1);
    margin-right: var(--space-1);
}

._number_rjqdu_65 {
    font-size: 45px;
    font-weight: 600;
    margin-right: var(--space-2);
}

._block_rjqdu_71 {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: var(--space-1);
    margin-bottom: var(--space-1);
}

._currency_rjqdu_80 {
    font-size: 16px;
    font-weight: 400;
}

._frecuency_rjqdu_85 {
    color: var(--gray-text);
    font-size: 16px;
    font-weight: 400;
}

._btn_rjqdu_91 {
    padding: calc(var(--min-padding) - 2px);
    border-radius: 6px;
    background: linear-gradient(180deg, #E42527 0%, #E4252730 100%);
    color: var(--white-text);
    font-size: var(--regular-text);
    font-weight: 600;
    margin-bottom: var(--space-3);
}

._cta_rjqdu_101 {
    color: var(--aureofy-gray);
    font-size: var(--small-text);
}

._list_rjqdu_106 {
    margin-top: var(--space-7);
    padding-top: var(--space-7);
    border-top: 1px solid var(--border-color);
}

._item_rjqdu_112:not(:last-of-type) {
    margin-bottom: var(--vertical-list-gap);
}

._item_rjqdu_112 {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: var(--space-2);
}

._check_rjqdu_123 {
    stroke: #A1A1A1;
}

._highlighted-card_rjqdu_11 ._check_rjqdu_123 {
    stroke: #E42527;
}

._check_rjqdu_123 {
    width: 16px;
}

._text_rjqdu_135 {
    color: var(--white-text);
    font-size: var(--regular-text);
    font-weight: var(--text-weight);
}

._glows_rjqdu_141 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}._overlay_lsrbu_1 {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100vh;
  background: #0a0a0a;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s cubic-bezier(.4,0,.2,1);
}

._glowContainer_142le_2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin: 0 0 0 0;
  min-height: 340px;
  z-index: -1 !important;
}


._glow_142le_2 {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 340px;
  background: radial-gradient(ellipse at 50% 100%, #38b38655 0%, #0a0a0a00 80%);
  filter: blur(48px);
  transform: translate(-50%, 50%);
  z-index: 2;
  pointer-events: none;
}


._logo_142le_30 {
  width: 500px;
  max-width: 95vw;
  height: auto;
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 32px;
  -webkit-mask-image: linear-gradient(to bottom, #fff 0%, transparent 100%);
  mask-image: linear-gradient(to bottom, #fff 00%, transparent 100%);
  opacity: 0.5;
}

/* Tablet responsive adjustments */
@media (max-width: 1024px) {
  ._logo_142le_30 {
    width: 400px;
    max-width: 90vw;
    margin-bottom: 28px;
  }
  
  ._glowContainer_142le_2 {
    min-height: 280px;
  }
  
  ._glow_142le_2 {
    height: 280px;
  }
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  ._logo_142le_30 {
    width: 300px;
    max-width: 85vw;
    margin-bottom: 24px;
  }
  
  ._glowContainer_142le_2 {
    min-height: 220px;
  }
  
  ._glow_142le_2 {
    height: 220px;
  }
}

@media (max-width: 480px) {
  ._logo_142le_30 {
    width: 250px;
    max-width: 80vw;
    margin-bottom: 20px;
  }
  
  ._glowContainer_142le_2 {
    min-height: 180px;
  }
  
  ._glow_142le_2 {
    height: 180px;
  }
}
._ctaHero_bmjdn_1 {
  width: 100%;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0 40px 0;
  margin-bottom: 120px;
}

._title_bmjdn_12 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.35;
}

._form_bmjdn_21 {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 16px;
  background: #1C1C1C;
  box-shadow: 0 4px 32px 0 #000a;
  min-width: 380px;
  max-width: 90vw;
  border: 1px solid #3C3C3C;
}

._input_bmjdn_33 {
    flex: 1;
    background: #1C1C1C;
    border: none;
    color: #fff;
    font-size: 1rem;
    padding: 15px 15px;
    outline: none;
    padding-right: 110px;
    border-radius: 16px;
}

._input_bmjdn_33::-moz-placeholder {
  color: #7E7E7E;
  opacity: 1;
}

._input_bmjdn_33::placeholder {
  color: #7E7E7E;
  opacity: 1;
}

._button_bmjdn_50 {
  background: linear-gradient(90deg, #1DBADF 0%, #52AE32 100%);
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  border-radius: 15px;
  padding: 16px 32px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 0 70px #20ffda87;
  will-change: transform;
  backface-visibility: hidden;
  white-space: nowrap;
}

/* Tablet responsive adjustments */
@media (max-width: 1024px) {
  ._title_bmjdn_12 {
    font-size: 3.4rem;
    margin-bottom: 80px;
  }
  
  ._form_bmjdn_21 {
    min-width: 500px;
    width: 85%;
  }
  
  ._button_bmjdn_50 {
    font-size: 1rem;
    padding: 14px 28px;
  }
  
  ._input_bmjdn_33 {
    padding-right: 100px;
  }
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  ._ctaHero_bmjdn_1 {
    padding: 60px 20px 30px 20px;
    margin-bottom: 80px;
  }
  
  ._title_bmjdn_12 {
    font-size: 2.8rem;
    margin-bottom: 70px;
  }
  
  ._form_bmjdn_21 {
    flex-direction: column;
    min-width: 320px;
    width: 90%;
    max-width: none;
  }
  
  ._input_bmjdn_33 {
    width: 100%;
    padding: 18px 20px;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid #3C3C3C;
    font-size: 1.1rem;
  }
  
  ._button_bmjdn_50 {
    width: 100%;
    border-radius: 0 0 12px 12px;
    padding: 20px 24px;
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  ._ctaHero_bmjdn_1 {
    padding: 40px 15px 20px 15px;
    margin-bottom: 60px;
  }
  
  ._title_bmjdn_12 {
    font-size: 2.4rem;
    margin-bottom: 86px;
  }
  
  ._form_bmjdn_21 {
    min-width: 280px;
    width: 95%;
  }
  
  ._input_bmjdn_33 {
    font-size: 1rem;
    padding: 16px 18px;
  }
  
  ._button_bmjdn_50 {
    font-size: 1.1rem;
    padding: 18px 22px;
  }
}
