/* Theme base styles */

/* Flapp Tokens */
/* ============================================================
   FLAPP DESIGN SYSTEM — flapp-tokens.css
   ============================================================

   1. BRAND        Primitive values    --brand-*
   2. ALIAS        Semantic            --alias-*
   3. MAPPED       UI Components       --text-* --surface-* --border-* --icon-*
   4. RESPONSIVE   Typography, etc...  --font-size-* --spacing-* --elevation-*

   ============================================================ */

:root {

  /* Scale */
  --brand-scale-0:    0px;   --brand-scale-25:   1px;
  --brand-scale-50:   2px;   --brand-scale-100:  4px;
  --brand-scale-200:  8px;   --brand-scale-300:  12px;
  --brand-scale-400:  16px;  --brand-scale-500:  20px;
  --brand-scale-600:  24px;  --brand-scale-700:  28px;
  --brand-scale-800:  32px;  --brand-scale-900:  36px;
  --brand-scale-1000: 40px;  --brand-scale-1100: 44px;
  --brand-scale-1200: 48px;  --brand-scale-1300: 52px;
  --brand-scale-1400: 56px;  --brand-scale-1500: 60px;
  --brand-scale-1600: 64px;  --brand-scale-1700: 80px;

  /* Royal */
  --brand-royal-25:      #f9fbfe;
  --brand-royal-50:      #f2f6fb;
  --brand-royal-100:     #e6eff8;
  --brand-royal-200:     #ccddf1;
  --brand-royal-300:     #669ad4;
  --brand-royal-400:     #3379c6;
  --brand-royal-default: #0057b8;
  --brand-royal-600:     #004693;
  --brand-royal-700:     #00346e;
  --brand-royal-800:     #00234a;
  --brand-royal-900:     #001125;

  /* Frost */
  --brand-frost-100:     #f1f8fa;
  --brand-frost-200:     #e4f1f5;
  --brand-frost-300:     #d6ebf0;
  --brand-frost-400:     #c9e4eb;
  --brand-frost-default: #bbdde6;
  --brand-frost-600:     #96b1b8;
  --brand-frost-700:     #70858a;
  --brand-frost-800:     #4b585c;
  --brand-frost-900:     #252c2e;

  /* Green */
  --brand-green-100:     #d6edd1;
  --brand-green-200:     #aedaa4;
  --brand-green-300:     #85c876;
  --brand-green-400:     #6bc74a;
  --brand-green-default: #34a31b;
  --brand-green-600:     #2a8216;
  --brand-green-700:     #1f6210;
  --brand-green-800:     #15410b;
  --brand-green-900:     #0a2105;

  /* Yellow */
  --brand-yellow-100:     #fff5cc;
  --brand-yellow-200:     #ffeb99;
  --brand-yellow-300:     #ffe066;
  --brand-yellow-400:     #ffd633;
  --brand-yellow-default: #ffcc00;
  --brand-yellow-600:     #cca300;
  --brand-yellow-700:     #997a00;
  --brand-yellow-800:     #665200;
  --brand-yellow-900:     #332900;

  /* Red */
  --brand-red-100:     #f8dbd2;
  --brand-red-200:     #f1b6a4;
  --brand-red-300:     #eb9277;
  --brand-red-400:     #e46d49;
  --brand-red-default: #dd491c;
  --brand-red-600:     #b13a16;
  --brand-red-700:     #852c11;
  --brand-red-800:     #581d0b;
  --brand-red-900:     #2c0f06;

  /* Grey */
  --brand-grey-25:      #fcfcfc;
  --brand-grey-50:      #f6f8fb;
  --brand-grey-100:     #eef2f6;
  --brand-grey-200:     #e0e6ed;
  --brand-grey-300:     #c8d0da;
  --brand-grey-400:     #a1abb8;
  --brand-grey-default: #7e8896;
  --brand-grey-600:     #5a6472;
  --brand-grey-700:     #3e4755;
  --brand-grey-800:     #2b3340;
  --brand-grey-900:     #1b212c;

  /* Foundation */
  --brand-white: #fefefe;
  --brand-black: #0c0e0e;

  /* Typography */
  --brand-font-family:          'Onest', sans-serif;
  --brand-font-weight-light:    300;
  --brand-font-weight-regular:  400;
  --brand-font-weight-medium:   500;
  --brand-font-weight-semibold: 600;
}


/* ============================================================
   2. ALIAS
   ============================================================ */
:root {

  /* Primary (= Royal) */
  --alias-primary-25:      #f9fbfe;
  --alias-primary-50:      #f2f6fb;
  --alias-primary-100:     #e6eff8;
  --alias-primary-200:     #ccddf1;
  --alias-primary-300:     #669ad4;
  --alias-primary-400:     #3379c6;
  --alias-primary-default: #0057b8;
  --alias-primary-600:     #004693;
  --alias-primary-700:     #00346e;
  --alias-primary-800:     #00234a;
  --alias-primary-900:     #001125;

  /* Tertiary (= Frost) */
  --alias-tertiary-100:     #f1f8fa;
  --alias-tertiary-200:     #e4f1f5;
  --alias-tertiary-300:     #d6ebf0;
  --alias-tertiary-400:     #c9e4eb;
  --alias-tertiary-default: #bbdde6;
  --alias-tertiary-600:     #96b1b8;
  --alias-tertiary-700:     #70858a;
  --alias-tertiary-800:     #4b585c;
  --alias-tertiary-900:     #252c2e;

  /* Success (= Green) */
  --alias-success-100:     #d6edd1;
  --alias-success-200:     #aedaa4;
  --alias-success-300:     #85c876;
  --alias-success-400:     #6bc74a;
  --alias-success-default: #34a31b;
  --alias-success-600:     #2a8216;
  --alias-success-700:     #1f6210;
  --alias-success-800:     #15410b;
  --alias-success-900:     #0a2105;

  /* Information (= Royal) */
  --alias-information-100:     #e6eff8;
  --alias-information-200:     #ccddf1;
  --alias-information-300:     #669ad4;
  --alias-information-400:     #3379c6;
  --alias-information-default: #0057b8;
  --alias-information-600:     #004693;
  --alias-information-700:     #00346e;
  --alias-information-800:     #00234a;
  --alias-information-900:     #001125;

  /* Warning (= Yellow) */
  --alias-warning-100:     #fff5cc;
  --alias-warning-200:     #ffeb99;
  --alias-warning-300:     #ffe066;
  --alias-warning-400:     #ffd633;
  --alias-warning-default: #ffcc00;
  --alias-warning-600:     #cca300;
  --alias-warning-700:     #997a00;
  --alias-warning-800:     #665200;
  --alias-warning-900:     #332900;

  /* Error (= Red) */
  --alias-error-100:     #f8dbd2;
  --alias-error-200:     #f1b6a4;
  --alias-error-300:     #eb9277;
  --alias-error-400:     #e46d49;
  --alias-error-default: #dd491c;
  --alias-error-600:     #b13a16;
  --alias-error-700:     #852c11;
  --alias-error-800:     #581d0b;
  --alias-error-900:     #2c0f06;

  /* Neutral (= Grey + Foundation) */
  --alias-neutral-25:      #fcfcfc;
  --alias-neutral-50:      #f6f8fb;
  --alias-neutral-100:     #eef2f6;
  --alias-neutral-200:     #e0e6ed;
  --alias-neutral-300:     #c8d0da;
  --alias-neutral-400:     #a1abb8;
  --alias-neutral-default: #7e8896;
  --alias-neutral-600:     #5a6472;
  --alias-neutral-700:     #3e4755;
  --alias-neutral-800:     #2b3340;
  --alias-neutral-900:     #1b212c;
  --alias-neutral-white:   #fefefe;
  --alias-neutral-black:   #0c0e0e;

  /* Border Width */
  --alias-border-width-none: 0px;
  --alias-border-width-sm:   1px;
  --alias-border-width-md:   2px;
  --alias-border-width-lg:   4px;

  /* Border Radius */
  --alias-border-radius-none: 0px;
  --alias-border-radius-xs:   2px;
  --alias-border-radius-sm:   4px;
  --alias-border-radius-md:   8px;
  --alias-border-radius-lg:   12px;
}


/* ============================================================
   3. MAPPED
   ============================================================ */
:root {

  /* Text */
  --text-headings:           #0c0e0e;
  --text-body:               #3e4755;
  --text-primary:            #0057b8;
  --text-primary-hover:      #004693;
  --text-disabled:           #a1abb8;
  --text-placeholder:        #7e8896;
  --text-on-primary:         #fefefe;
  --text-on-disabled:        #5a6472;
  --text-on-primary-hover:   #ccddf1;
  --text-on-primary-hover-2: #669ad4;
  --text-information:        #00234a;
  --text-warning:            #665200;
  --text-success:            #15410b;
  --text-error:              #dd491c;
  --text-error-dark:         #581d0b;
  --text-error-hover:        #b13a16;
  --text-on-error-hover:     #f8dbd2;
  --text-on-error-hover-2:   #eb9277;

  /* Icon */
  --icon-default:            #3e4755;
  --icon-primary:            #0057b8;
  --icon-primary-hover:      #004693;
  --icon-disabled:           #a1abb8;
  --icon-information:        #0057b8;
  --icon-warning:            #ffcc00;
  --icon-success:            #6bc74a;
  --icon-error:              #dd491c;
  --icon-on-primary:         #fefefe;
  --icon-on-primary-hover:   #ccddf1;
  --icon-on-primary-hover-2: #669ad4;
  --icon-error-hover:        #f8dbd2;
  --icon-on-error-hover:     #b13a16;
  --icon-error-hover-2:      #eb9277;

  /* Surface */
  --surface-page:             #fefefe;
  --surface-25:               #fcfcfc;
  --surface-50:               #f6f8fb;
  --surface-100:              #eef2f6;
  --surface-200:              #e0e6ed;
  --surface-hover:            #eef2f6;
  --surface-pressed:          #c8d0da;
  --surface-disabled:         #e0e6ed;
  --surface-primary:          #0057b8;
  --surface-primary-hover:    #3379c6;
  --surface-primary-pressed:  #00346e;
  --surface-tertiary:         #e4f1f5;
  --surface-success:          #d6edd1;
  --surface-information:      #e6eff8;
  --surface-warning:          #fff5cc;
  --surface-error:            #f8dbd2;
  --surface-error-hover:      #f1b6a4;
  --surface-error-pressed:    #eb9277;
  --surface-on-error:         #dd491c;
  --surface-on-error-hover:   #e46d49;
  --surface-on-error-pressed: #852c11;

  /* Border */
  --border-default:                 #7e8896;
  --border-secondary:               #a1abb8;
  --border-secondary-light:         #e0e6ed;
  --border-disabled:                #c8d0da;
  --border-primary:                 #0057b8;
  --border-primary-hover:           #004693;
  --border-focus:                   #0057b8;
  --border-information:             #3379c6;
  --border-warning:                 #ffd633;
  --border-success:                 #6bc74a;
  --border-error:                   #e46d49;
  --border-error-hover:             #b13a16;
  --border-button-link:             #ccddf1;
  --border-button-link-error:       #f1b6a4;
  --border-button-link-error-hover: #dd491c;
}


/* ============================================================
   4. RESPONSIVE
   ============================================================ */
:root {
  
  --max-content-width: 1280px;

  /* Sections border radius */
  --desktop-section-border-radius: 120px;
  --mobile-section-border-radius: 48px;

  /* Font Size */
  --font-size-0:  12px;   --font-size-1:  14px;
  --font-size-2:  16px;   --font-size-3:  20px;
  --font-size-4:  24px;   --font-size-5:  28px;
  --font-size-6:  32px;   --font-size-7:  40px;
  --font-size-8:  48px;   --font-size-9:  56px;
  --font-size-10: 64px;   --font-size-11: 168px;

  /* Spacing semántico */
  --spacing-3xs: 2px;   --spacing-2xs: 4px;
  --spacing-xs:  8px;   --spacing-sm:  12px;
  --spacing-md:  16px;  --spacing-lg:  24px;
  --spacing-xl:  32px;  --spacing-2xl: 40px;
  --spacing-3xl: 48px;  --spacing-4xl: 56px;
  --spacing-5xl: 64px;  --spacing-6xl: 80px;

  /* Elevation */
  --elevation-1: 0 1px 2px #0000004d, 0 1px 3px 1px #00000026;
  --elevation-2: 0 1px 2px #0000004d, 0 2px 6px 2px #00000026;
  --elevation-3: 0 4px 8px 3px #00000026, 0 1px 3px #0000004d;
  --elevation-4: 0 6px 10px 4px #00000026, 0 2px 3px #0000004d;
  --elevation-5: 0 8px 12px 6px #00000026, 0 4px 4px #0000004d;

  /* Gradientes */
  --gradient-angular:      conic-gradient(#fefefe 7.86%, #0057b8 24.93%, #fefefe 57.54%, #0057b8 75.08%);
  --gradient-hero-angular: conic-gradient(#3379c6 5.29%, #d6edd1 31.25%, #bbdde6 100%);
  --gradient-hero-2:       conic-gradient(#669ad4 9.85%, #bbdde6 45.41%, #669ad4 80.01%);
}

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overscroll-behavior: none;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.body-container-wrapper {
  padding-top: var(--header-height, var(--spacing-6xl));
}


.content-wrapper {
  margin: 0 auto;
  padding: 0;
  max-width: var(--max-content-width);
}

@media (max-width: 767px) {
  .content-wrapper {
    padding: 0 var(--spacing-lg);
  }
}


.dnd-section,
.content-wrapper--vertical-spacing {
  padding: var(--spacing-6xl);
}

@media (max-width: 767px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: var(--spacing-2xl) var(--spacing-lg);
  }
}


.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width:  var(--max-content-width);
}


.dnd-section .dnd-column {
  padding: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HTML elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */




/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.btn,
.hs-button,
.hs-blog-post-listing__post-button {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  height: auto;
  border: none;

  padding-block: var(--spacing-sm);
  padding-inline: var(--spacing-md);
  gap: var(--spacing-xs);
  border-radius: var(--alias-border-radius-md);
  
  font-family: var(--brand-font-family);
  font-size: var(--font-size-2);
  font-weight: var(--brand-font-weight-medium);
  line-height: 20px;
}

button:disabled,
.btn:disabled,
.hs-button:disabled
.hs-blog-post-listing__post-button:disabled {
  cursor: not-allowed;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Variants */

.btn-primary {
  background-color: var(--surface-primary);
  color: var(--text-on-primary);
}
.btn-primary:hover:not(:disabled) {
  background-color: var(--surface-primary-hover);
  color: var(--text-on-primary-hover);
}
.btn-primary:active:not(:disabled) {
  background-color: var(--surface-primary-pressed);
  color: var(--text-on-primary);
}
.btn-primary:disabled {
  background-color: var(--surface-disabled);
  color: var(--text-on-disabled);
}

.btn-text {
  background-color: transparent;
  color: var(--text-primary);
}
.btn-text:hover:not(:disabled) {
  background-color: var(--surface-hover);
  color: var(--text-primary-hover);
}
.btn-text:active:not(:disabled) {
  background-color: var(--surface-pressed);
  color: var(--text-primary);
}
.btn-text:disabled {
  color: var(--text-disabled);
}

.btn-outline {
  background-color: transparent;
  color: var(--text-primary);
  border: var(--alias-border-width-md) solid var(--border-primary);
}
.btn-outline:hover:not(:disabled) {
  background-color: var(--surface-hover);
  color: var(--text-primary-hover);
  border: var(--alias-border-width-md) solid var(--border-primary-hover);
}
.btn-outline:active:not(:disabled) {
  background-color: var(--surface-pressed);
  color: var(--text-primary);
  border: var(--alias-border-width-md) solid var(--border-primary);
}
.btn-outline:disabled {
  color: var(--text-disabled);
  border: var(--alias-border-width-md) solid var(--border-disabled);
}

.btn-xs {
  padding: 6px var(--spacing-sm);
  gap: var(--spacing-2xs);
  font-size: var(--font-size-0);
  line-height: 14px;
}

/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
:root {
  --tertiary-card__shadow:
    0px 0px 10px 0px var(--alias-tertiary-default),
    0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  --normal-card__shadow:
    8px 8px 16px 0 #0057B80D,
    0 0 32px 2px #BBDDE680,
    0 1px 2px 0 #0000001A;
  --clickable-card__shadow--hover:
    0 8px 12px 6px #0057B826,
    0 4px 4px 0 #0057B84D;
  --clickable-card__shadow--active:
    0 1px 3px 0 #0057B84D,
    0 4px 8px 3px #0057B826;
}

.card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card > * {
  margin: 0;
}

.card__image {
  height: auto;
  display: block;
}

.card__text-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card__text-content * {
  margin: 0;
}

.card__title,
.card__description {
  margin: 0;
}


.card--clickable {
  transition: all 300ms ease-out;
}
.card--clickable:hover {
  cursor: pointer;
  background-color: var(--alias-tertiary-100) !important;
  box-shadow: var(--clickable-card__shadow--hover) !important;
}
.card--clickable:active {
  background-color: var(--alias-tertiary-200) !important;
  box-shadow: var(--clickable-card__shadow--active) !important;
  transition: none;
}
.header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  height: 100%;
}

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: var(--surface-50);
  box-shadow: 0 0 24px 0 #0057B833;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: var(--spacing-6xl);
  padding-right: var(--spacing-6xl);
  padding-top: var(--spacing-md);
  padding-bottom: var(--spacing-md);
}

@media (max-width: 1144px) {
  .header-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .header-wrapper {
    padding-left: var(--spacing-lg);
    padding-right: var(--spacing-lg);
  }
}

.header__logo {
    width: 101px;
    height: 32px;
    display: flex;
    align-items: center;
}
.header__logo img {
    width: 101px;
    height: 32px;
    display: block;
    object-fit: contain;
}

@media (max-width: 1144px) {
  .header__logo {
    width: 80px;
    flex-shrink: 0;
  }
}

.header__actions {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1144px) {
  .header__actions,
  .header-container .hs-menu-wrapper {
    display: none;
  }
}

.header__mobile-actions {
  display: none;
}

@media (max-width: 1144px) {
  .header__mobile-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--spacing-md);
    margin-left: auto;
  }
}
:root {
    --hsf-background__background-color: var(--surface-25);
    --hsf-background__border-radius: var(--alias-border-radius-lg);

    /* Label */
    --hsf-field-label__font-family: var(--brand-font-family);
    --hsf-field-label__font-size: var(--font-size-2);
    --hsf-field-label__line-height: 20px;
    --hsf-field-label__font-weight: var(--brand-font-weight-light);
    --hsf-field-label__color: var(--text-headings);

    /* Input */
    --hsf-field-input__background-color: var(--surface-100);
    --hsf-field-input__border-radius: var(--alias-border-radius-md);
    --hsf-field-input__border-color: transparent;
    
    --hsf-field-input__font-family: var(--brand-font-family);
    --hsf-field-input__font-size: var(--font-size-2);
    --hsf-field-input__line-height: 20px;
    --hsf-field-input__font-weight: var(--brand-font-weight-light);
    --hsf-field-input__color: var(--text-body);

}

/* Shadow en el contenedor del formulario */
.hbspt-form form,
.hsfc-Form,
.hs-form {
  border-radius: var(--alias-border-radius-lg);
  box-shadow: 
    0 0 56px 0 #CCDDF1,
    0 8px 12px 6px #00000026,
    0 4px 4px 0 #0000004D;
}

@media (max-width: 767px) {
  .hbspt-form button,
  .hsfc-Form button,
  .hs-form button {
    display: block;
    width: 100%;
    text-align: center !important;
  }
}
  .footer {
  background: linear-gradient(to top, 
    var(--surface-primary-pressed) 0%, 
    var(--alias-primary-default) 94%
  );
  padding: var(--spacing-6xl);
}

@media (max-width: 767px) {
  .footer {
    background: linear-gradient(to top, 
    var(--surface-primary-pressed) 3%, 
    var(--alias-primary-default) 80%
  );
    padding: var(--spacing-2xl) var(--spacing-lg);
  }
}


.footer-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2xl);
  max-width: var(--max-content-width);
  margin: 0 auto;
}


.footer-columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 1144px) {
  .footer-columns {
    display: flex;
    flex-direction: column;
    justify-content: normal;
    gap: var(--spacing-2xl);
  }
}

@media (max-width: 767px) {
  .footer-columns {
    gap: var(--spacing-xl);
  }
}


.footer-columns__logo-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-columns__logo-column img {
  width: 151px;
  height: auto;
}

@media (max-width: 1144px) {
  .footer-columns__logo-column {
    display: flex;
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .footer-columns__logo-column img {
    width: 101px;
  }
}


.footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--text-on-primary-hover);
  padding-top: var(--spacing-lg);
  width: 100%;
}

@media (max-width: 1144px) {
  .footer-bottom {
    display: flex;
    flex-direction: column;
    padding-top: var(--spacing-lg);
    gap: var(--spacing-md);
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .footer-bottom {
    padding-top: var(--spacing-2xl);
    gap: var(--spacing-lg);
  }
}

.footer-bottom__text {
  color: var(--text-on-primary);
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* ============================================================
    Typography utilities for the theme. Used by some modules.
   ============================================================ */

/* ── Display ─────────────────────────────────────────────── */

.text-display           { font-family: var(--brand-font-family); font-size: var(--font-size-9); line-height: 64px; font-weight: var(--brand-font-weight-regular); }
.text-display-medium    { font-family: var(--brand-font-family); font-size: var(--font-size-9); line-height: 64px; font-weight: var(--brand-font-weight-medium); }
.text-display-semibold  { font-family: var(--brand-font-family); font-size: var(--font-size-9); line-height: 64px; font-weight: var(--brand-font-weight-semibold); }
.text-display-uppercase { font-family: var(--brand-font-family); font-size: var(--font-size-9); line-height: 64px; font-weight: var(--brand-font-weight-semibold); text-transform: uppercase; }

@media (max-width: 767px) {
  .text-display,
  .text-display-medium,
  .text-display-semibold,
  .text-display-uppercase { font-size: var(--font-size-6); line-height: 40px; }
}

/* ── Headings ────────────────────────────────────────────── */

.text-heading-xl           { font-family: var(--brand-font-family); font-size: var(--font-size-8); line-height: 56px; font-weight: var(--brand-font-weight-regular); }
.text-heading-xl-light     { font-family: var(--brand-font-family); font-size: var(--font-size-8); line-height: 56px; font-weight: var(--brand-font-weight-light); }
.text-heading-xl-semibold  { font-family: var(--brand-font-family); font-size: var(--font-size-8); line-height: 56px; font-weight: var(--brand-font-weight-semibold); }
.text-heading-xl-uppercase { font-family: var(--brand-font-family); font-size: var(--font-size-8); line-height: 56px; font-weight: var(--brand-font-weight-semibold); text-transform: uppercase; }

@media (max-width: 767px) {
  .text-heading-xl,
  .text-heading-xl-light,
  .text-heading-xl-semibold,
  .text-heading-xl-uppercase { font-size: var(--font-size-5); line-height: 36px; }
}

.text-heading-lg           { font-family: var(--brand-font-family); font-size: var(--font-size-7); line-height: 48px; font-weight: var(--brand-font-weight-regular); }
.text-heading-lg-light     { font-family: var(--brand-font-family); font-size: var(--font-size-7); line-height: 48px; font-weight: var(--brand-font-weight-light); }
.text-heading-lg-semibold  { font-family: var(--brand-font-family); font-size: var(--font-size-7); line-height: 48px; font-weight: var(--brand-font-weight-semibold); }
.text-heading-lg-uppercase { font-family: var(--brand-font-family); font-size: var(--font-size-7); line-height: 48px; font-weight: var(--brand-font-weight-semibold); text-transform: uppercase; }

@media (max-width: 767px) {
  .text-heading-lg,
  .text-heading-lg-light,
  .text-heading-lg-semibold,
  .text-heading-lg-uppercase { font-size: var(--font-size-4); line-height: 28px; }
}

.text-heading-md           { font-family: var(--brand-font-family); font-size: var(--font-size-6); line-height: 40px; font-weight: var(--brand-font-weight-regular); }
.text-heading-md-light     { font-family: var(--brand-font-family); font-size: var(--font-size-6); line-height: 40px; font-weight: var(--brand-font-weight-light); }
.text-heading-md-semibold  { font-family: var(--brand-font-family); font-size: var(--font-size-6); line-height: 40px; font-weight: var(--brand-font-weight-semibold); }
.text-heading-md-uppercase { font-family: var(--brand-font-family); font-size: var(--font-size-6); line-height: 40px; font-weight: var(--brand-font-weight-semibold); text-transform: uppercase; }

@media (max-width: 767px) {
  .text-heading-md,
  .text-heading-md-light,
  .text-heading-md-semibold,
  .text-heading-md-uppercase { font-size: 22px; line-height: 26px; }
}

.text-heading-sm           { font-family: var(--brand-font-family); font-size: var(--font-size-5); line-height: 36px; font-weight: var(--brand-font-weight-regular); }
.text-heading-sm-light     { font-family: var(--brand-font-family); font-size: var(--font-size-5); line-height: 36px; font-weight: var(--brand-font-weight-light); }
.text-heading-sm-semibold  { font-family: var(--brand-font-family); font-size: var(--font-size-5); line-height: 36px; font-weight: var(--brand-font-weight-semibold); }
.text-heading-sm-uppercase { font-family: var(--brand-font-family); font-size: var(--font-size-5); line-height: 36px; font-weight: var(--brand-font-weight-semibold); text-transform: uppercase; }

@media (max-width: 767px) {
  .text-heading-sm,
  .text-heading-sm-light,
  .text-heading-sm-semibold,
  .text-heading-sm-uppercase { font-size: var(--font-size-3); line-height: 24px; }
}

.text-heading-xs           { font-family: var(--brand-font-family); font-size: var(--font-size-4); line-height: 28px; font-weight: var(--brand-font-weight-regular); }
.text-heading-xs-light     { font-family: var(--brand-font-family); font-size: var(--font-size-4); line-height: 28px; font-weight: var(--brand-font-weight-light); }
.text-heading-xs-semibold  { font-family: var(--brand-font-family); font-size: var(--font-size-4); line-height: 28px; font-weight: var(--brand-font-weight-semibold); }
.text-heading-xs-uppercase { font-family: var(--brand-font-family); font-size: var(--font-size-4); line-height: 28px; font-weight: var(--brand-font-weight-semibold); text-transform: uppercase; }

@media (max-width: 767px) {
  .text-heading-xs,
  .text-heading-xs-light,
  .text-heading-xs-semibold,
  .text-heading-xs-uppercase { font-size: 18px; line-height: 22px; }
}

.text-heading-2xs           { font-family: var(--brand-font-family); font-size: var(--font-size-3); line-height: 24px; font-weight: var(--brand-font-weight-regular); }
.text-heading-2xs-light     { font-family: var(--brand-font-family); font-size: var(--font-size-3); line-height: 24px; font-weight: var(--brand-font-weight-light); }
.text-heading-2xs-semibold  { font-family: var(--brand-font-family); font-size: var(--font-size-3); line-height: 24px; font-weight: var(--brand-font-weight-semibold); }
.text-heading-2xs-uppercase { font-family: var(--brand-font-family); font-size: var(--font-size-3); line-height: 24px; font-weight: var(--brand-font-weight-semibold); text-transform: uppercase; }

@media (max-width: 767px) {
  .text-heading-2xs,
  .text-heading-2xs-light,
  .text-heading-2xs-semibold,
  .text-heading-2xs-uppercase { font-size: var(--font-size-2); line-height: 20px; }
}

.text-heading-3xs           { font-family: var(--brand-font-family); font-size: var(--font-size-2); line-height: 20px; font-weight: var(--brand-font-weight-regular); }
.text-heading-3xs-light     { font-family: var(--brand-font-family); font-size: var(--font-size-2); line-height: 20px; font-weight: var(--brand-font-weight-light); }
.text-heading-3xs-semibold  { font-family: var(--brand-font-family); font-size: var(--font-size-2); line-height: 20px; font-weight: var(--brand-font-weight-semibold); }
.text-heading-3xs-uppercase { font-family: var(--brand-font-family); font-size: var(--font-size-2); line-height: 20px; font-weight: var(--brand-font-weight-semibold); text-transform: uppercase; }

@media (max-width: 767px) {
  .text-heading-3xs,
  .text-heading-3xs-light,
  .text-heading-3xs-semibold,
  .text-heading-3xs-uppercase { font-size: var(--font-size-1); line-height: 18px; }
}

/* ── Body ────────────────────────────────────────────────── */

.text-body-lg          { font-family: var(--brand-font-family); font-size: var(--font-size-3); line-height: 24px; font-weight: var(--brand-font-weight-regular); }
.text-body-lg-medium   { font-family: var(--brand-font-family); font-size: var(--font-size-3); line-height: 24px; font-weight: var(--brand-font-weight-medium); }
.text-body-lg-semibold { font-family: var(--brand-font-family); font-size: var(--font-size-3); line-height: 24px; font-weight: var(--brand-font-weight-semibold); }
.text-body-lg-link     { font-family: var(--brand-font-family); font-size: var(--font-size-3); line-height: 24px; font-weight: var(--brand-font-weight-regular); text-decoration: underline; }

.text-body-md          { font-family: var(--brand-font-family); font-size: var(--font-size-2); line-height: 20px; font-weight: var(--brand-font-weight-regular); }
.text-body-md-medium   { font-family: var(--brand-font-family); font-size: var(--font-size-2); line-height: 20px; font-weight: var(--brand-font-weight-medium); }
.text-body-md-semibold { font-family: var(--brand-font-family); font-size: var(--font-size-2); line-height: 20px; font-weight: var(--brand-font-weight-semibold); }
.text-body-md-link     { font-family: var(--brand-font-family); font-size: var(--font-size-2); line-height: 20px; font-weight: var(--brand-font-weight-regular); text-decoration: underline; }

.text-body-sm          { font-family: var(--brand-font-family); font-size: var(--font-size-1); line-height: 16px; font-weight: var(--brand-font-weight-regular); }
.text-body-sm-medium   { font-family: var(--brand-font-family); font-size: var(--font-size-1); line-height: 16px; font-weight: var(--brand-font-weight-medium); }
.text-body-sm-semibold { font-family: var(--brand-font-family); font-size: var(--font-size-1); line-height: 16px; font-weight: var(--brand-font-weight-semibold); }
.text-body-sm-link     { font-family: var(--brand-font-family); font-size: var(--font-size-1); line-height: 16px; font-weight: var(--brand-font-weight-regular); text-decoration: underline; }

.text-body-xs          { font-family: var(--brand-font-family); font-size: var(--font-size-0); line-height: 14px; font-weight: var(--brand-font-weight-regular); }
.text-body-xs-light    { font-family: var(--brand-font-family); font-size: var(--font-size-0); line-height: 14px; font-weight: var(--brand-font-weight-light); }
.text-body-xs-medium   { font-family: var(--brand-font-family); font-size: var(--font-size-0); line-height: 14px; font-weight: var(--brand-font-weight-medium); }
.text-body-xs-semibold { font-family: var(--brand-font-family); font-size: var(--font-size-0); line-height: 14px; font-weight: var(--brand-font-weight-semibold); }
.text-body-xs-link     { font-family: var(--brand-font-family); font-size: var(--font-size-0); line-height: 14px; font-weight: var(--brand-font-weight-regular); text-decoration: underline; }

/* ── Labels ──────────────────────────────────────────────── */

.text-label-xsm { font-family: var(--brand-font-family); font-size: var(--font-size-1); line-height: 20px; font-weight: var(--brand-font-weight-medium); }
.text-label-md  { font-family: var(--brand-font-family); font-size: var(--font-size-2); line-height: 20px; font-weight: var(--brand-font-weight-medium); }
.text-label-lg  { font-family: var(--brand-font-family); font-size: var(--font-size-4); line-height: 28px; font-weight: var(--brand-font-weight-medium); }
.text-label-xl  { font-family: var(--brand-font-family); font-size: var(--font-size-6); line-height: 40px; font-weight: var(--brand-font-weight-medium); }

/* ── Buttons ─────────────────────────────────────────────── */

.text-button-xs  { font-family: var(--brand-font-family); font-size: var(--font-size-0); line-height: 14px; font-weight: var(--brand-font-weight-medium); }
.text-button-sm  { font-family: var(--brand-font-family); font-size: var(--font-size-1); line-height: 16px; font-weight: var(--brand-font-weight-medium); }
.text-button-md  { font-family: var(--brand-font-family); font-size: var(--font-size-2); line-height: 20px; font-weight: var(--brand-font-weight-medium); }
.text-button-lg  { font-family: var(--brand-font-family); font-size: var(--font-size-3); line-height: 24px; font-weight: var(--brand-font-weight-medium); }
.text-button-xl  { font-family: var(--brand-font-family); font-size: var(--font-size-4); line-height: 28px; font-weight: var(--brand-font-weight-medium); }
.text-button-xxl { font-family: var(--brand-font-family); font-size: var(--font-size-6); line-height: 40px; font-weight: var(--brand-font-weight-medium); }
/* For content that needs to be visually hidden but stay visible for screenreaders */

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

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}