/* MAIN */

* {
    font-family: var(--aureofy-font);
    color: var(--white-text);

    line-height: 1;
    padding: 0;
    border: 0;
    margin: 0;
    outline: none;

    text-decoration: 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 {
    user-select: none;
}

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: 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)
}/* 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_1dw0x_5 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 24px;
}

._container_1dw0x_19 {
    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_1dw0x_47 {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 50px;
}

._menuButton_1dw0x_61 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    transition: opacity 0.2s ease;
}

._menuButton_1dw0x_61:hover {
    opacity: 0.8;
}

@media (max-width: 1024px) {
    ._header_1dw0x_5 {
        padding: 0 24px;
    }


    ._right_1dw0x_47 {
        gap: 0;
    }
}

@media (max-width: 768px) {
    ._header_1dw0x_5 {
        padding: 0 16px;
    }

}

/* Ajustes adicionales para móviles */
@media (max-width: 480px) {

    ._container_1dw0x_19 {
        padding: 0;
    }
}/* GENERAL */

._link_15ueb_3 {}

._img_15ueb_5 {}

/* HEADER */

._header-link_15ueb_9 {
    margin-top: 7px;
    margin-left: 15px;
    width: 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;
        object-fit: contain;
    }

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

/* FOOTER */

._footer-link_15ueb_38 {
    width: 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_w5ktf_5 {}

._list_w5ktf_9 {}

._navItem_w5ktf_13 {}

/* HEADER */

._header-nav_w5ktf_21 {}

._header-nav_w5ktf_21 ._list_w5ktf_9 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

/* FOOTER */

._footer-nav_w5ktf_43 ._list_w5ktf_9 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 12px;
}/* GENERAL */

._item_yp1rj_5 {
    transition: opacity 0.2s ease-in-out;
}

._dimmed_yp1rj_13 {
    opacity: 0.65;
}

._link_yp1rj_21 {}

._text_yp1rj_25 {}

._inactive-item_yp1rj_29 {
    transition: opacity 0.2s ease-in-out;
    opacity: 0.3;
}

/* HEADER */

._header-item_yp1rj_43 ._link_yp1rj_21 {
    color: #dbdbdb
}

/* FOOTER */

._footer-item_yp1rj_55 ._link_yp1rj_21 {
    font-weight: 400;
}._button_oxe33_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_oxe33_19 {
    display: inline-block;
    transition: transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1);
}

._contact-button_oxe33_29 {
    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: max-content;
}

._contact-text_oxe33_55 {
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
}

._main-hero-button_oxe33_67 {
    padding: 20px 32px;
    border-radius: 10000px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
}

._main-hero-button_oxe33_67:first-of-type {
    background-color: #ffffff;
}

._main-hero-button_oxe33_67:last-of-type {
    background-color: #0000002a;
}

._main-hero-button_oxe33_67 ._text_oxe33_19 {
    text-align: center;
}

._main-hero-button_oxe33_67:first-of-type ._text_oxe33_19 {
    font-weight: 700;
    color: #000000;
}

@media (min-width: 581px) and (max-width: 768px) {
    ._main-hero-button_oxe33_67 {
        flex: 1;
        max-width: 300px;
    }
}

._main-hero-button_oxe33_67:last-of-type ._text_oxe33_19 {
    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_hclmj_1 {
    z-index: 20 !important;
    width: 100vw;
    border-top: 1px solid var(--border-color);
    padding: 48px;
    background-color: #121212;
}

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

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

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

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

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

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

._bottomRight_hclmj_55 {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

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

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

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

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

._btn_hclmj_89 {
    background: none;
}

/* Tablet responsive adjustments */
@media (max-width: 1024px) {
    ._footer_hclmj_1 {
        padding: 40px;
    }
    
    ._container_hclmj_9 {
        gap: 80px;
        padding: 0;
    }
    
    ._topRight_hclmj_46 {
        gap: 40px;
        flex-wrap: nowrap;
    }
    
    ._nav_hclmj_61 {
        gap: 50px;
        row-gap: 40px;
    }
    
    ._copyrightContainer_hclmj_32 {
        display: flex !important;
        padding-top: 35px;
        margin-top: 35px;
    }
    
    ._rights_hclmj_27 {
        display: none;
    }
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    ._footer_hclmj_1 {
        padding: 30px;
    }
    
    ._container_hclmj_9 {
        flex-direction: column;
        gap: 40px;
        padding: 0;
    }
    
    ._left_hclmj_19 {
        gap: 30px;
    }
    
    ._right_hclmj_27 {
        min-width: auto;
        width: 100%;
    }
    
    ._topRight_hclmj_46 {
        gap: 30px;
        margin-bottom: 30px;
    }
    
    ._bottomRight_hclmj_55 {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
    
    ._nav_hclmj_61 {
        gap: 40px;
        row-gap: 35px;
        flex-wrap: wrap;
    }
    
    /* Improve line height for multi-line text */
    ._item_hclmj_78 {
        line-height: 1.42;
    }
    
    ._copyrightContainer_hclmj_32 {
        display: flex !important;
        padding-top: 30px;
        margin-top: 30px;
    }
    
    ._rights_hclmj_27 {
        display: none;
    }
}

@media (max-width: 480px) {
    ._footer_hclmj_1 {
        padding: 25px 15px;
    }
    
    ._container_hclmj_9 {
        gap: 30px;
        padding: 0 8px;
    }
    
    ._left_hclmj_19 {
        gap: 25px;
    }
    
    ._topRight_hclmj_46 {
        gap: 25px;
        margin-bottom: 25px;
    }
    
    ._nav_hclmj_61 {
        gap: 30px;
        row-gap: 30px;
    }
    
    ._title_hclmj_71 {
        font-size: 13px;
        margin-bottom: 20px;
    }
    
    ._rights_hclmj_27 {
        font-size: 12px;
        display: none;
    }
    
    ._copyrightContainer_hclmj_32 {
        display: flex !important;
        padding-top: 25px;
        margin-top: 25px;
    }
}._section_1munt_1 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 26px;
}

._title_1munt_17 {
    font-size: 14.5px;
    font-weight: 400;
    color: #717171;
}

._link_1munt_29 {
    font-weight: 400;
}._hero_ebvuj_1 {
    margin-top: 38px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 24px;
}

._container_ebvuj_17 {
    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_ebvuj_1 {
        padding: 0 16px;
    }
    
    ._container_ebvuj_17 {
        padding: 48px 24px;
        gap: 80px;
    }
}

@media (max-width: 480px) {
    ._container_ebvuj_17 {
        padding: 32px 16px;
        gap: 64px;
    }
}

._content_ebvuj_81 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px;
    z-index: 1;
}

._title_ebvuj_99 {
    font-weight: 600;
    font-size: 72px;
    line-height: 110%;
}

._subtitle_ebvuj_111 {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
}

._buttons_ebvuj_123 {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
    z-index: 1;
    flex-wrap: wrap;
    width: 100%;
}

@media (max-width: 580px) {
    ._buttons_ebvuj_123 {
        flex-direction: column;
        align-items: stretch;
    }

    ._buttons_ebvuj_123 > * {
        width: 100%;
    }
}

._buttons_ebvuj_123 > * {
    white-space: nowrap;
    min-width: fit-content;
}

@media (max-width: 768px) {
    ._container_ebvuj_17 {
        padding: 32px 24px;
        gap: 64px;
    }

    ._title_ebvuj_99 {
        font-size: 48px;
    }

    ._subtitle_ebvuj_111 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    ._buttons_ebvuj_123 {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    ._buttons_ebvuj_123 > * {
        width: 100%;
    }
}._iridescence-container_1q0m2_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}._animated-gradient-text_138rz_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_138rz_27 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 300% 100%;
    animation: _gradient_138rz_27 linear infinite;
    border-radius: inherit;
    z-index: 0;
    pointer-events: none;
}

@keyframes _gradient_138rz_27 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

._text-content_138rz_81 {
    display: inline-block;
    position: relative;
    z-index: 2;
    background-size: 300% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: _gradient_138rz_27 linear infinite;
    font-weight: inherit;
    line-height: inherit;
    /* Heredamos la tipografía desde el estilo en línea */
}

._plus-12-team-members_138rz_109 span {
    font-size: 50px !important;
    font-weight: 700 !important;
}/* Nuevos clientes: cv-control y covencomputers */
._section_yo2uh_3 {
    width: 100%;
    background: #0A0A0A;
    padding: 86px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

._label_yo2uh_21 {
    color: #bdbdbd;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.42;
    letter-spacing: 0.02em;
    text-align: center;
}

._carouselWrapper_yo2uh_41 {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: 70px;
    display: flex;
    align-items: center;
}

._carousel_yo2uh_41 {
    display: flex;
    align-items: center;
    height: 70px;
    animation: _scroll_yo2uh_1 22s linear infinite;
}

._logo_yo2uh_75 {
    flex: 0 0 auto;
    margin: 0 58px;
    opacity: 0.85;
    filter: grayscale(1);
    opacity: .8;
    transition: filter 0.2s, opacity 0.2s;
}

._logo_yo2uh_75 img {
    height: 44px;
    width: auto;
    display: block;
    object-fit: contain;
}

/* Selectores individuales para cada logo de cliente */
._logo_yo2uh_75 img[src*="2f-camas-rebatibles"] {
    height: 28px;
}

._logo_yo2uh_75 img[src*="atp-solutions"] {
    height: 56px;
}

._logo_yo2uh_75 img[src*="grupo-ambient"] {
    height: 58px;
}

._logo_yo2uh_75 img[src*="litoral-neumaticos"] {
    height: 55px;
}

._logo_yo2uh_75 img[src*="polyllantas"] {
    height: 38px;
}

._logo_yo2uh_75 img[src*="taller-charlie"] {
    height: 58px;
}

._logo_yo2uh_75 img[src*="teamworks"] {
    height: 30px;
}

._logo_yo2uh_75 img[src*="working-&-co"] {
    height: 20px;
}

._logo_yo2uh_75 img[src*="cv-control"] {
    height: 58px;
}

._logo_yo2uh_75 img[src*="covencomputers"] {
    height: 36px;
}


._fadeLeft_yo2uh_191,
._fadeRight_yo2uh_193 {
    position: absolute;
    top: 0;
    width: 320px;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

._fadeLeft_yo2uh_191 {
    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_yo2uh_193 {
    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_yo2uh_191,
    ._fadeRight_yo2uh_193 {
        width: 240px;
    }

    ._fadeLeft_yo2uh_191 {
        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_yo2uh_193 {
        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_yo2uh_1 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}._section_c6v5x_1 {
    position: relative;
    height: 3500px;
}

._text_c6v5x_6 {
    position: sticky;
    top: 45vh;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    z-index: 10;
    opacity: 0;
    width: fit-content;

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

._card_c6v5x_26 {
    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_c6v5x_26:first-of-type {
    top: 1000px;
    left: 15vw;
    height: 100px;
    width: fit-content;
}

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

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

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

@keyframes _text_c6v5x_6 {

    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));
    }
}



/* Tablet responsive adjustments */
@media (max-width: 1024px) {
    ._section_c6v5x_1 {
        height: 3000px;
    }
    
    ._text_c6v5x_6 {
        font-size: 42px;
    }
    
    ._card_c6v5x_26 {
        width: 10vw;
        min-width: 70px;
        max-width: 120px;
        height: auto;
    }
    
    ._card_c6v5x_26:first-of-type {
        top: 800px;
        left: 5vw;
    }
    
    ._card_c6v5x_26:nth-of-type(2) {
        top: 1200px;
        right: 5vw;
    }
    
    ._card_c6v5x_26:nth-of-type(3) {
        top: 1700px;
        left: 3vw;
        width: 15vw;
        min-width: 105px;
        max-width: 180px;
    }
    
    ._card_c6v5x_26:last-of-type {
        top: 2000px;
        right: 3vw;
        width: 15vw;
        min-width: 105px;
        max-width: 180px;
    }
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    ._section_c6v5x_1 {
        height: 2500px;
    }
    
    ._text_c6v5x_6 {
        font-size: 32px;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 400px;
        text-align: center;
        margin: 0 auto;
        position: sticky;
        top: 45vh;
    }
    
    
    ._card_c6v5x_26:first-of-type {
        top: 600px;
        left: 3vw;
    }
    
    ._card_c6v5x_26:nth-of-type(2) {
        top: 900px;
        right: 3vw;
    }
    
    ._card_c6v5x_26:nth-of-type(3) {
        top: 1300px;
        left: 2vw;
        width: 18vw;
        min-width: 90px;
        max-width: 135px;
    }
    
    ._card_c6v5x_26:last-of-type {
        top: 1500px;
        right: 2vw;
        width: 18vw;
        min-width: 90px;
        max-width: 135px;
    }
}

@media (max-width: 480px) {
    ._section_c6v5x_1 {
        height: 2000px;
    }
    
    ._text_c6v5x_6 {
        font-size: 24px;
        max-width: 300px;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        margin: 0 auto;
        position: sticky;
        top: 45vh;
    }
    
    ._card_c6v5x_26 {
        width: 15vw;
        min-width: 45px;
        max-width: 70px;
        height: auto;
    }
    
    ._card_c6v5x_26:first-of-type {
        top: 500px;
        left: 2vw;
    }
    
    ._card_c6v5x_26:nth-of-type(2) {
        top: 750px;
        right: 2vw;
    }
    
    ._card_c6v5x_26:nth-of-type(3) {
        top: 1000px;
        left: 1.5vw;
        width: 22vw;
        min-width: 68px;
        max-width: 105px;
    }
    
    ._card_c6v5x_26:last-of-type {
        top: 1200px;
        right: 1.5vw;
        width: 22vw;
        min-width: 68px;
        max-width: 105px;
    }
}._cards_ywx7z_1 {
    
}/* GENERAL */

._section_svy0n_5 {
  width: 100%;
  margin-bottom: 200px;
}

/* Secciones específicas con padding superior */
._section_svy0n_5[id="partners"],
._section_svy0n_5[id="solutions"],
._section_svy0n_5[id="team"],
._section_svy0n_5[id="values"] {
  padding-top: 100px;
}

._container_svy0n_31 {
  width: 100%;
  margin: auto;
}

._content_svy0n_41 {
}

/* CANONICAL PRODUCTS */

._products-section_svy0n_51 {
}

._products-container_svy0n_57 {
}

._products-content_svy0n_63 {
}

/* CANONICAL PRICING */

._canonical-pricing-section_svy0n_73 {
}

._canonical-pricing-container_svy0n_79 {
}

._canonical-pricing-content_svy0n_85 {
}

/* CANONICAL CATEGORIES */

._values-section_svy0n_95 {
    width: 100%;
}

._values-content_svy0n_103 {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* GENERAL */

._heading_z9t84_5 {
    margin-bottom: calc(var(--space-10) * 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

._preheading_z9t84_21 {
    background-color: var(--dark-gray-bg);
    padding: 10px 15px;
    border: var(--card-border) var(--border-color);
    border-radius: var(--min-rounded-border);
    margin-bottom: 10px;
}

._preheading_z9t84_21 span {
    font-size: var(--section-preheading);
    font-weight: 500;
    background: var(--aureofy-horizontal-gradient);
    background-clip: text;
    color: transparent;
}

._title_z9t84_53 {
    color: var(--white-text);
    font-size: var(--section-title);
    font-weight: 600;
    margin-bottom: var(--space-5);
    line-height: 1.42;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

._title-text_z9t84_77 {
    overflow: visible;
    line-height: 1.42;
    opacity: 1;

    transition: opacity .3s ease;

    @starting-style {
        opacity: 0;
    }
}

._subtitle_z9t84_101 {
    color: var(--gray-text);
    font-size: var(--section-subtitle);
    font-weight: 500;
    display: block;
    text-align: center;
    line-height: 1.56;
    z-index: 100;
    text-shadow: 0 0 32px #000b;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    ._heading_z9t84_5 {
        margin-bottom: calc(var(--space-10) * 2);
    }

    ._title_z9t84_53 {
        font-size: calc(var(--section-title) * 0.85);
        line-height: 1.42;
        text-align: center;
    }

    ._subtitle_z9t84_101 {
        font-size: calc(var(--section-subtitle) * 0.95);
        line-height: 1.56;
    }
}

@media (max-width: 768px) {
    ._heading_z9t84_5 {
        margin-bottom: var(--space-10);
    }

    ._title_z9t84_53 {
        font-size: calc(var(--section-title) * 0.7);
        line-height: 1.42;
        padding: 0 16px;
    }

    ._subtitle_z9t84_101 {
        font-size: calc(var(--section-subtitle) * 0.9);
        line-height: 1.56;
        padding: 0 24px;
    }
}

/* CANONICAL PRODUCTS */

._canonical-products-heading_z9t84_201 {}

._canonical-products-title_z9t84_205 {
    margin-bottom: var(--space-10);
}

._canonical-products-subtitle_z9t84_213 {}

/* CANONICAL PRICING */

._canonical-pricing-heading_z9t84_221 {}

._canonical-pricing-title_z9t84_225 {}

._canonical-pricing-subtitle_z9t84_229 {}

/* CANONICAL CATEGORIES */

._canonical-categories-heading_z9t84_237 {}

._canonical-categories-title_z9t84_241 {}

._canonical-categories-subtitle_z9t84_245 {}._content_5o7uk_1 {
    font-weight: inherit;
}._card_wl74v_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: end;
    padding: 38px;
}

@media (max-width: 1024px) {
    ._card_wl74v_1 {
        width: 400px !important;
        height: 330px !important;
        padding: 32px;
    }
}

@media (max-width: 768px) {
    ._card_wl74v_1 {
        width: 340px !important;
        height: 280px !important;
        padding: 24px;
    }
}

@media (max-width: 480px) {
    ._card_wl74v_1 {
        width: 300px !important;
        height: 250px !important;
        padding: 20px;
    }
}

._odoo-card_wl74v_81 {
    background-image: url('/assets/odoo-mask-CN5e-Qve.svg');
}

._unleap-card_wl74v_89 {
    background-image: url('/assets/unleap-mask-g2UEHAim.svg');
}

._canonical-card_wl74v_97 {
    background-image: url('/assets/canonical-mask-BUBw-W7m.svg');
}

._zoho-card_wl74v_105 {
    background-image: url('/assets/zoho-mask-n0fOeYx5.svg');
}

._link_wl74v_113 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    background-color: #15171A;
    border-radius: var(--rounded-border);
    padding: 10px 22px;
}

._text_wl74v_133 {
    margin-left: 6px;
    font-weight: 300;
    color: #C3C3C3;
}

._icon_wl74v_145 {
    width: 18px;
    stroke-width: 2.5px;
    stroke: #C3C3C3;
}

._wrapper_wl74v_157 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    gap: 20px
}

._logo_wl74v_173 {
    height: 50px;
}

/*  */

._odoo-logo_wl74v_185 {
    height: 40px;
}

._unleap-logo_wl74v_193 {}

._canonical-logo_wl74v_197 {}

._zoho-logo_wl74v_201 {}

/*  */

._description_wl74v_209 {
    user-select: none;
    line-height: 1.5;
    font-weight: 300;
    color: #EBF6FF;
    font-size: 16px;
}

@media (max-width: 1024px) {
    ._description_wl74v_209 {
        font-size: 15px;
        line-height: 1.45;
    }
    ._logo_wl74v_173 {
        height: 45px;
    }
    ._odoo-logo_wl74v_185 {
        height: 36px;
    }
}

@media (max-width: 768px) {
    ._description_wl74v_209 {
        font-size: 14px;
        line-height: 1.4;
    }
    ._logo_wl74v_173 {
        height: 40px;
    }
    ._odoo-logo_wl74v_185 {
        height: 32px;
    }
    ._wrapper_wl74v_157 {
        gap: 16px;
    }
}

@media (max-width: 480px) {
    ._description_wl74v_209 {
        font-size: 13px;
        line-height: 1.35;
    }
    ._logo_wl74v_173 {
        height: 35px;
    }
    ._odoo-logo_wl74v_185 {
        height: 28px;
    }
    ._wrapper_wl74v_157 {
        gap: 14px;
    }
    ._link_wl74v_113 {
        padding: 8px 18px;
    }
}._wrapper_f5xwc_1 {
    position: relative;
    width: 100%;
}

._viewport_f5xwc_6 {
    overflow-x: auto;
    overflow-y: visible;
    cursor: grab;
    scroll-behavior: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

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

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

._track_f5xwc_24 {
    display: flex;
    gap: 120px;
}

._slide_f5xwc_29 {
    flex: 0 0 auto;
}

._fade_f5xwc_33 {
    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_f5xwc_45 {
    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;
    user-select: none;
}

._arrow_f5xwc_60 {
    stroke: #b6b6b6;
    margin: 0 4px;
    width: 20px;
    height: 20px;
}

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

@media (max-width: 1024px) {
    ._track_f5xwc_24 {
        gap: 80px;
    }
    
    ._indicator_f5xwc_45 {
        padding: 2px 6px;
        bottom: -54px;
    }
    
    ._arrow_f5xwc_60 {
        width: 18px;
        height: 18px;
        margin: 0 3px;
    }
    
    ._grab_f5xwc_20 {
        width: 24px;
        height: 24px;
        margin-bottom: 3px;
    }
}

@media (max-width: 768px) {
    ._track_f5xwc_24 {
        gap: 50px;
    }
    
    ._indicator_f5xwc_45 {
        padding: 1px 5px;
        bottom: -48px;
    }
    
    ._arrow_f5xwc_60 {
        width: 16px;
        height: 16px;
        margin: 0 2px;
    }
    
    ._grab_f5xwc_20 {
        width: 22px;
        height: 22px;
        margin-bottom: 3px;
    }
}

@media (max-width: 480px) {
    ._track_f5xwc_24 {
        gap: 30px;
    }
    
    ._indicator_f5xwc_45 {
        padding: 1px 4px;
        bottom: -42px;
        transform: translateX(-50%) scale(0.9);
    }
    
    ._arrow_f5xwc_60 {
        width: 14px;
        height: 14px;
        margin: 0 2px;
    }
    
    ._grab_f5xwc_20 {
        width: 20px;
        height: 20px;
        margin-bottom: 2px;
    }
}._wrapper_m8cc0_1 {
    display: flex;
    align-items: start;
    justify-content: center;
    position: relative;
    gap: 120px;
}

._left_m8cc0_17,
._right_m8cc0_19 {
    z-index: 100 !important;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: start;
    gap: 500px;
}

._left_m8cc0_17>*:first-of-type {
    margin-top: 356px;
}

._line_m8cc0_45 {
    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_m8cc0_45: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_m8cc0_1;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-timeline: view(40%);
}

@keyframes _growHeight_m8cc0_1 {
    from {
        height: 44px;
    }

    to {
        height: 100%;
    }
}

._scroll_m8cc0_123 {
    margin-top: 200px;
    position: relative;
    overflow: visible;
    height: 3950px;
}

._central_m8cc0_137 {
    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_m8cc0_163 {
    width: 40px;
}

._text_m8cc0_171 {
    opacity: 0;
    font-size: 40px;
    text-align: center;
    line-height: 1.35;
    font-weight: 600;
    width: fit-content;
    z-index: 2;

    animation-name: _text_m8cc0_171;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-timeline: view();
}

/* Tablet responsive adjustments */
@media (max-width: 1024px) {
    ._wrapper_m8cc0_1 {
        flex-direction: column;
        gap: 60px;
        align-items: center;
    }
    
    ._left_m8cc0_17,
    ._right_m8cc0_19 {
        gap: 400px;
        align-items: center;
    }
    
    ._left_m8cc0_17>*:first-of-type {
        margin-top: 200px;
    }
    
    ._text_m8cc0_171 {
        font-size: 32px;
    }
    
    ._logomark_m8cc0_245 {
        width: 80px;
    }
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    ._wrapper_m8cc0_1 {
        flex-direction: column;
        gap: 40px;
        align-items: center;
        padding: 0 20px;
    }
    
    ._left_m8cc0_17,
    ._right_m8cc0_19 {
        gap: 300px;
        align-items: center;
    }
    
    ._left_m8cc0_17>*:first-of-type {
        margin-top: 150px;
    }
    
    ._text_m8cc0_171 {
        font-size: 24px;
    }
    
    ._logomark_m8cc0_245 {
        width: 65px;
    }
}

@media (max-width: 480px) {
    ._wrapper_m8cc0_1 {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        padding: 0 15px;
    }
    
    ._left_m8cc0_17,
    ._right_m8cc0_19 {
        gap: 250px;
        align-items: center;
    }
    
    ._left_m8cc0_17>*:first-of-type {
        margin-top: 100px;
    }
    
    ._text_m8cc0_171 {
        font-size: 25px;
    }
    
    ._logomark_m8cc0_245 {
        width: 55px;
    }
}

._text_m8cc0_171::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_m8cc0_245 {
    opacity: 0;
    width: 92px;
    filter: drop-shadow(0 0 50px #1DBADF90);
    position: absolute;

    animation-name: _logo_m8cc0_245;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-timeline: view();
}

@keyframes _logo_m8cc0_245 {

    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_m8cc0_171 {

    0%,
    8% {
        opacity: 0;
    }

    20%,
    40% {
        opacity: 1;
    }

    50%,
    100% {
        opacity: 0;
    }
}._container_2e0lm_1 {
    width: 100%;
    height: 1000px;
    position: sticky;
    top: 50vh;
    margin-top: 50%;
    transform: translateY(-50%);
}

._orbit_2e0lm_19 {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: transparent;
}

._small_2e0lm_35,
._medium_2e0lm_37,
._large_2e0lm_39 {
    animation-name: _orbit_2e0lm_19;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-timeline: view();
}

._small_2e0lm_35 {
    width: 500px;
    height: 500px;
    margin-left: -250px;
    margin-top: -250px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

._medium_2e0lm_37 {
    width: 720px;
    height: 720px;
    margin-left: -360px;
    margin-top: -360px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

._large_2e0lm_39 {
    width: 950px;
    height: 950px;
    margin-left: -475px;
    margin-top: -475px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

._item_2e0lm_101 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

._image_2e0lm_119 {
    width: 40px;
}

/* Tablet responsive adjustments */
@media (max-width: 1024px) {
    ._small_2e0lm_35,
    ._medium_2e0lm_37,
    ._large_2e0lm_39 {
        transform: scale(0.95);
        animation-name: _orbit-tablet_2e0lm_1;
    }
    
    ._item_2e0lm_101 {
        transform: scale(0.95) translate(-20%, -20%);
    }
    
    ._image_2e0lm_119 {
        transform: scale(0.95);
    }
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    ._small_2e0lm_35,
    ._medium_2e0lm_37,
    ._large_2e0lm_39 {
        transform: scale(0.85);
        animation-name: _orbit-mobile_2e0lm_1;
    }
    
    ._item_2e0lm_101 {
        transform: scale(0.85) translate(-35%, -35%);
    }
    
    ._image_2e0lm_119 {
        transform: scale(0.85);
    }
}

@media (max-width: 480px) {
    ._small_2e0lm_35,
    ._medium_2e0lm_37,
    ._large_2e0lm_39 {
        transform: scale(0.75);
        animation-name: _orbit-mobile-small_2e0lm_1;
    }
    
    ._item_2e0lm_101 {
        transform: scale(0.75) translate(-50%, -50%);
    }
    
    ._image_2e0lm_119 {
        transform: scale(0.75);
    }
}

/* Desktop animation */
@keyframes _orbit_2e0lm_19 {
    0% {
        transform: scale(1);
    }

    60%,
    100% {
        transform: scale(0.68);
    }
}

/* Tablet animation */
@keyframes _orbit-tablet_2e0lm_1 {
    0% {
        transform: scale(0.95);
    }

    60%,
    100% {
        transform: scale(0.646);
    }
}

/* Mobile animation */
@keyframes _orbit-mobile_2e0lm_1 {
    0% {
        transform: scale(0.85);
    }

    60%,
    100% {
        transform: scale(0.578);
    }
}

/* Mobile small animation */
@keyframes _orbit-mobile-small_2e0lm_1 {
    0% {
        transform: scale(0.75);
    }

    60%,
    100% {
        transform: scale(0.51);
    }
}._card_1bhb9_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;
    opacity: 0;

    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    animation-timeline: view(block 58%);
}

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

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

._card_1bhb9_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_1bhb9_60 {
animation-name: _appear-left_1bhb9_1;
}

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

._right-card_1bhb9_69 {
animation-name: _appear-right_1bhb9_1;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    ._card_1bhb9_1 {
        width: 300px;
        height: 180px;
        padding: 26px 18px;
    }
    
    ._description_1bhb9_83 {
        font-size: 14px;
    }
    
    ._logo_1bhb9_78 {
        height: 34px;
    }
}
._top_j1iqh_2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 150px;
}

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



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

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

._wrapper_j1iqh_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_j1iqh_47 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-align: center;
}


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

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

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

/* Tablet responsive adjustments */
@media (max-width: 1024px) {
    ._top_j1iqh_2 {
        gap: 100px;
        margin-top: 60px;
    }
    
    ._wrapper_j1iqh_19 {
        width: 140px;
        height: 140px;
    }
    
    ._name_j1iqh_47 {
        font-size: 20px;
    }
    
    ._role_j1iqh_56 {
        font-size: 14px;
    }
}

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

@media (max-width: 480px) {
    ._top_j1iqh_2 {
        gap: 50px;
        margin-top: 100px;
    }
    
    ._wrapper_j1iqh_19 {
        width: 100px;
        height: 100px;
    }
    
    ._name_j1iqh_47 {
        font-size: 16px;
    }
    
    ._role_j1iqh_56 {
        font-size: 12px;
    }
    
    ._plus_j1iqh_64 {
        margin-top: 60px;
    }
    
    ._text_j1iqh_72 {
        font-size: 14px;
    }
}
/* 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 {
  user-select: none;
  position: absolute;
  font-weight: 900;
  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 {
  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;
}._cards_1po2s_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--space-4);
}

._wrapper_1po2s_17 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: var(--space-8);
}

._selector_1po2s_35 {
    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_1po2s_59 {
    color: var(--aureofy-gray);
    padding: 8px 15px;
    border-radius: var(--rounded-border);
    background: none;
}

._active_1po2s_73 {
    color: var(--white-text);
    background: linear-gradient(180deg, var(--canonical-orange), #E954206A)
}._card_rom53_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_rom53_21::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_rom53_43 {}

._title_rom53_47 {
    margin-bottom: var(--space-3);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
}

._lemniscate_rom53_63 {
    stroke: var(--canonical-orange);
    height: 16px;
    vertical-align: middle;
    margin-right: var(--space-2);
}

._description_rom53_77 {
    color: var(--gray-text);
    line-height: 1.4;
    margin-bottom: var(--space-8);
}

._body_rom53_89 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

._price_rom53_101 {
    display: flex;
    align-items: end;
    margin-bottom: var(--space-6);
}

._symbol_rom53_113 {
    font-size: 20px;
    font-weight: 600;
    color: var(--gray-text);
    margin-bottom: var(--space-1);
    margin-right: var(--space-1);
}

._number_rom53_129 {
    font-size: 45px;
    font-weight: 600;
    margin-right: var(--space-2);
}

._block_rom53_141 {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: var(--space-1);
    margin-bottom: var(--space-1);
}

._currency_rom53_159 {
    font-size: 16px;
    font-weight: 400;
}

._frecuency_rom53_169 {
    color: var(--gray-text);
    font-size: 16px;
    font-weight: 400;
}

._btn_rom53_181 {
    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_rom53_201 {
    color: var(--aureofy-gray);
    font-size: var(--small-text);
}

._list_rom53_211 {
    margin-top: var(--space-7);
    padding-top: var(--space-7);
    border-top: 1px solid var(--border-color);
}

._item_rom53_223:not(:last-of-type) {
    margin-bottom: var(--vertical-list-gap);
}

._item_rom53_223 {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: var(--space-2);
}

._check_rom53_245 {
    stroke: #A1A1A1;
}

._highlighted-card_rom53_21 ._check_rom53_245 {
    stroke: var(--canonical-orange);
}

._check_rom53_245 {
    width: 16px;
}

._text_rom53_269 {
    color: var(--white-text);
    font-size: var(--regular-text);
    font-weight: var(--text-weight);
}

._glows_rom53_281 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}._cta_b59y0_1 {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding-bottom: 175px;
    overflow: hidden;
}

._cta_b59y0_1::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;

    transform: translate(0, 100%);
}

._title_b59y0_47 {
    font-size: 45px;
    margin-bottom: 65px;
}

._btn_b59y0_57 {
    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_b59y0_57 ._icon_b59y0_81 {
    width: 20px;
    aspect-ratio: 1 / 1;
}

._btn_b59y0_57 span {
    font-weight: 600;
    margin-left: 12px;
}

/* SECTIONS */

._canonical-cta_b59y0_105:after {
    background: linear-gradient(90deg, #E9542000 0%, #E95420 50%, #E9542000 100%);
    filter: drop-shadow(0 -120px 50px #E954204a);
}

._odoo-cta_b59y0_115:after {
    background: linear-gradient(90deg, #714B6700 0%, #714B67 50%, #714B6700 100%);
    filter: drop-shadow(0 -120px 50px #714B677a);
}

._zoho-cta_b59y0_125:after {
    background: linear-gradient(90deg, #E4252700 0%, #E42527 50%, #E4252700 100%);
    filter: drop-shadow(0 -120px 50px #E4252752);
}::selection {
    background-color: var(--canonical-orange);
    color: var(--white-text);
}._hero_rl2tw_1 {}

._container_rl2tw_5 {}

._img_rl2tw_9 {}._block_16lw7_1 {}

._title_16lw7_5 {}

._description_16lw7_9 {}._grid_sxbm5_1 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(10, 1fr);
    gap: var(--grid-gap);
    margin: 0 96px;
}._card_gv99h_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_gv99h_19 {}

._title_gv99h_23 {
    font-size: var(--regular-title);
    margin-bottom: var(--space-3);
    z-index: 3 !important;
}

._description_gv99h_35 {
    color: var(--gray-text);
    line-height: 1.4;
    z-index: 3 !important;
}

._bottom_gv99h_47 {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

._illustration_gv99h_65 {
    margin-top: 30px;
    position: absolute;
    z-index: 1;
}

._glow_gv99h_77 {
    position: absolute;
    z-index: 0;
}

._card-0_gv99h_87 ._illustration_gv99h_65 {
    margin-top: 230px;
}

._card-2_gv99h_95 ._illustration_gv99h_65 {
    margin-top: 88px;
}

._card-0_gv99h_87 ._bottom_gv99h_47,
._card-1_gv99h_105 ._bottom_gv99h_47 {
    height: 240px;
}

._card-2_gv99h_95 ._bottom_gv99h_47 {
    height: 350px;
}

._card-3_gv99h_121 ._bottom_gv99h_47,
._card-4_gv99h_123 ._bottom_gv99h_47 {
    height: 140px;
}

/* CARD IN GRID */

._card-0_gv99h_87 {
    grid-column: span 4 / span 4;
    grid-row: span 4 / span 4;
}

._card-1_gv99h_105 {
    grid-column: span 5 / span 5;
    grid-row: span 4 / span 4;
    grid-column-start: 5;
}

._card-2_gv99h_95 {
    grid-column: span 5 / span 5;
    grid-row: span 6 / span 6;
    grid-row-start: 5;
}

._card-3_gv99h_121 {
    grid-column: span 4 / span 4;
    grid-row: span 3 / span 3;
    grid-column-start: 6;
    grid-row-start: 5;
}

._card-4_gv99h_123 {
    grid-column: span 4 / span 4;
    grid-row: span 3 / span 3;
    grid-column-start: 6;
    grid-row-start: 8;
}._illustration_11sd1_1 {
    position: relative;
    width: 100%;
    margin: auto;
    margin-top: -250px;
    z-index: -1;
}._overlay_n61iv_1 {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  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;
  z-index: 1;
  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::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;
  }
}
