/* Generic */



:root {
  /* Colors */
  --color-primary: 

  
  
    
  


  rgba(0, 155, 200, 1.0)

;
  --color-secondary: 

  
  
    
  


  rgba(240, 139, 29, 1.0)

;
  --color-tertiary: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  --color-body: 

  
  
    
  


  rgba(22, 22, 22, 1.0)

;

  /* Body */
  --container-max-width: 1238px;
  --theme-layout-responsive-breakpoint: 992px;

  /* Buttons */
  --button-spacing: 0.75em 2em;

  /* Primary Button */
  --button-primary-font: {font=Inter, font_set=GOOGLE, styles={font-family=Inter, sans-serif, font-style=normal, font-weight=500, text-decoration=none}, size=null, size_unit=null, color=null, variant=500, fallback=sans-serif, line_height=null, letter_spacing=null, casing=null, style=font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none, css=font-family: Inter, sans-serif; font-weight: 500;};
  --button-primary-text-transform: none;
  --button-primary-bg-gradient: ;
  --button-primary-bg-color: 

  
  
    
  


  rgba(240, 139, 29, 1.0)

;
  --button-primary-border: 1px solid #F08B1D;
  --button-primary-corner-radius: 0px;

  --button-primary-bg-color-hover: 

  
  
    
  


  rgba(192, 111, 23, 1.0)

;
  --button-primary-bg-gradient-hover: ;
  --button-primary-border-hover: 1px solid #c06f17;

  /* Secondary Button */
  --button-secondary-font: {font=Inter, font_set=GOOGLE, styles={font-family=Inter, sans-serif, font-style=normal, font-weight=500, text-decoration=none}, size=null, size_unit=null, color=null, variant=500, fallback=sans-serif, line_height=null, letter_spacing=null, casing=null, style=font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none, css=font-family: Inter, sans-serif; font-weight: 500;};
  --button-secondary-text-transform: none;
  --button-secondary-bg-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  --button-secondary-bg-gradient: ;
  --button-secondary-border: 1px solid #FFFFFF;
  --button-secondary-corner-radius: 0px;

  --button-secondary-bg-color-hover: 

  
  
    
  


  rgba(240, 139, 29, 0.0)

;
  --button-secondary-bg-gradient-hover: ;
  --button-secondary-border-hover: 1px solid #FFFFFF;

  /* Tertiary Button */
  --button-tertiary-font: {font=Inter, font_set=GOOGLE, styles={font-family=Inter, sans-serif, font-style=normal, font-weight=500, text-decoration=none}, size=null, size_unit=null, color=null, variant=500, fallback=sans-serif, line_height=null, letter_spacing=null, casing=null, style=font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none, css=font-family: Inter, sans-serif; font-weight: 500;};
  --button-tertiary-text-transform: none;
  --button-tertiary-bg-color: 

  
  
    
  


  rgba(0, 155, 200, 1.0)

;
  --button-tertiary-bg-gradient: ;
  --button-tertiary-border: 1px solid #009BC8;
  --button-tertiary-corner-radius: 0px;

  --button-tertiary-bg-color-hover: 

  
  
    
  


  rgba(0, 127, 166, 1.0)

;
  --button-tertiary-bg-gradient-hover: ;
  --button-tertiary-border-hover: 1px solid #007fa6;

  /* Outline Button */
  --button-outline-font: {font=Inter, font_set=GOOGLE, styles={font-family=Inter, sans-serif, font-style=normal, font-weight=500, text-decoration=none}, size=null, size_unit=null, color=null, variant=500, fallback=sans-serif, line_height=null, letter_spacing=null, casing=null, style=font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none, css=font-family: Inter, sans-serif; font-weight: 500;};
  --button-outline-text-transform: none;
  --button-outline-bg-color: 

  
  
    
  


  rgba(0, 155, 200, 0.0)

;
  --button-outline-bg-gradient: ;
  --button-outline-border: 1px solid #161616;
  --button-outline-corner-radius: 0px;

  --button-outline-bg-color-hover: 

  
  
    
  


  rgba(0, 155, 200, 0.0)

;
  --button-outline-bg-gradient-hover: ;
  --button-outline-border-hover: 1px solid #F08B1D;

  /* Simple Button */
  --button-simple-font: {font=Inter, font_set=GOOGLE, styles={font-family=Inter, sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=null, variant=regular, fallback=sans-serif, line_height=null, letter_spacing=null, casing=null, style=font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=font-family: Inter, sans-serif;};
  --button-simple-text-transform: none;
  --button-simple-underline: {add_underline=, color=, width=};
  --button-simple-underline-hover: {add_underline=, color=, width=};

  /* Botón Disabled */
  --button-disabled-bg-color: gray;
  --button-disabled-color: lightgray;

  /* Typography */
  --base-font-size: 16;
  --theme-header-left_right_padding: 24px;
  
  /* paragraph */
  --theme-typography-paragraph-size_desktop: 16px;
  --theme-typography-paragraph-text_color: #161616;
  --theme-typography-paragraph-font-font: 'Inter';
  --theme-typography-paragraph-font-style: normal;
  --theme-typography-paragraph-font-weight: normal;
  --theme-typography-paragraph-text-decoration: none;
  --theme-typography-paragraph-line_height: 1.47em;
  --theme-typography-paragraph-letter_spacing: 0em;

  --theme-typography-paragraph-size_tablet: 16px;
  --theme-typography-paragraph-size_mobile: 16px;
  
  --theme-typography-paragraph-margin_bottom: 1.8em;
  
  /* link */
  --theme-typography-link-size_desktop: px;
  --theme-typography-link-color: ;
  --theme-typography-link-text_transform: ;
  --theme-typography-link-line_height: em;
  --theme-typography-link-letter_spacing: em;
  --theme-typography-link-size_tablet: px;
  --theme-typography-link-size_mobile: px;
  --theme-typography-link-color_hover: ;
  
  /* H1 */
  --theme-typography-heading_one-size_desktop: 64px;
  --theme-typography-heading_one-text_color: #161616;
  --theme-typography-heading_one-font_family: 'Inter';
  --theme-typography-heading_one-font_style: normal;
  --theme-typography-heading_one-font_weight: normal;
  --theme-typography-heading_one-text_decoration: none;
  --theme-typography-heading_one-text_transform: none;
  --theme-typography-heading_one-line_height: 1.2em;
  --theme-typography-heading_one-letter_spacing: 0em;
  --theme-typography-heading_one-margin_bottom: 0.5em;
  --theme-typography-heading_one-size_tablet: 48px;
  --theme-typography-heading_one-size_mobile: 48px;
  
  /* H2 */
  --theme-typography-heading_two-size_desktop: 50px;
  --theme-typography-heading_two-text_color: #161616;
  --theme-typography-heading_two-font_family: 'Inter';
  --theme-typography-heading_two-font_style: normal;
  --theme-typography-heading_two-font_weight: 500;
  --theme-typography-heading_two-text_decoration: none;
  --theme-typography-heading_two-text_transform: none;
  --theme-typography-heading_two-line_height: 1.2em;
  --theme-typography-heading_two-letter_spacing: 0em;
  --theme-typography-heading_two-margin_bottom: 0.64em;
  --theme-typography-heading_two-size_tablet: 40px;
  --theme-typography-heading_two-size_mobile: 40px;
  
  /* H3 */
  --theme-typography-heading_three-size_desktop: 40px;
  --theme-typography-heading_three-text_color: #161616;
  --theme-typography-heading_three-font_family: 'Inter';
  --theme-typography-heading_three-font_style: normal;
  --theme-typography-heading_three-font_weight: 500;
  --theme-typography-heading_three-text_decoration: none;
  --theme-typography-heading_three-text_transform: none;
  --theme-typography-heading_three-line_height: 1.2em;
  --theme-typography-heading_three-letter_spacing: 0em;
  --theme-typography-heading_three-margin_bottom: 0.5em;
  --theme-typography-heading_three-size_tablet: 32px;
  --theme-typography-heading_three-size_mobile: 32px;
  
  /* H4 */
  --theme-typography-heading_four-size_desktop: 36px;
  --theme-typography-heading_four-text_color: #161616;
  --theme-typography-heading_four-font_family: 'Inter';
  --theme-typography-heading_four-font_style: normal;
  --theme-typography-heading_four-font_weight: normal;
  --theme-typography-heading_four-text_decoration: none;
  --theme-typography-heading_four-text_transform: none;
  --theme-typography-heading_four-line_height: 1.2em;
  --theme-typography-heading_four-letter_spacing: 0em;
  --theme-typography-heading_four-margin_bottom: 0.5em;
  --theme-typography-heading_four-size_tablet: 24px;
  --theme-typography-heading_four-size_mobile: 24px;
  
  /* H5 */
  --theme-typography-heading_five-size_desktop: 32px;
  --theme-typography-heading_five-text_color: #161616;
  --theme-typography-heading_five-font_family: 'Inter';
  --theme-typography-heading_five-font_style: normal;
  --theme-typography-heading_five-font_weight: 500;
  --theme-typography-heading_five-text_decoration: none;
  --theme-typography-heading_five-text_transform: none;
  --theme-typography-heading_five-line_height: 1.2em;
  --theme-typography-heading_five-letter_spacing: 0em;
  --theme-typography-heading_five-margin_bottom: 0.5em;
  --theme-typography-heading_five-size_tablet: 20px;
  --theme-typography-heading_five-size_mobile: 20px;
  
  /* H6 */
  --theme-typography-heading_six-size_desktop: 18px;
  --theme-typography-heading_six-text_color: #161616;
  --theme-typography-heading_six-font_family: 'Inter';
  --theme-typography-heading_six-font_style: normal;
  --theme-typography-heading_six-font_weight: normal;
  --theme-typography-heading_six-text_decoration: none;
  --theme-typography-heading_six-text_transform: none;
  --theme-typography-heading_six-line_height: 1.2em;
  --theme-typography-heading_six-letter_spacing: 0em;
  --theme-typography-heading_six-margin_bottom: 0.5em;
  --theme-typography-heading_six-size_tablet: 18px;
  --theme-typography-heading_six-size_mobile: 18px;
  
  /* Header */
  --header-menu-text-transform: none;
  --header-menu-line-height: 1.3em;
  --header-menu-text-size-desktop: 16px;
  --header-menu-text-letter-spacing: 0em;
  --header-menu-text-font-family: Inter;
  --header-menu-text-font-styles: 300;
  --header-menu-text-link-color: 

  
  
    
  


  rgba(22, 22, 22, 1.0)

;
  
  --theme-header-background-color-rgba: rgba(255, 255, 255, 1.0);
  --theme-header-box-shadow: -4px 9px 9px rgba(0, 0, 0, 0.1);
  --theme-header-top-bottom-padding: 32px;
  --theme-header-left-right-padding: 24px;
  --theme-header-top-bottom-padding-m: 32px;
  --theme-header-left-right-padding-m: 24px;
  --theme-header-search-icon-stroke: rgba(240, 139, 29, 1.0);
  --theme-header-logo-size: 200px;
  --theme-header-search-popup-bg: rgb(255, 255, 255);
  --theme-header-search-popup-button: rgb(240, 139, 29);
  --theme-header-search-popup-icon: rgb(255, 255, 255);
  --theme-header-menu-link-color: rgba(22, 22, 22, 1.0);
  --theme-header-menu-font-size-desktop: 16px;
  --theme-header-menu-font-family: Inter;
  --theme-header-menu-font-style: normal;
  --theme-header-menu-font-weight: 300;
  --theme-header-menu-text-decoration: none;
  --theme-header-menu-link-hover-color: rgba(240, 139, 29, 1.0);
  --theme-paragraph-font-family: {font=Inter, font_set=GOOGLE, styles={font-family=Inter, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#161616, variant=null, fallback=null, line_height=null, letter_spacing=null, casing=null, style=font-family: Inter; font-style: normal; font-weight: normal; text-decoration: none, css=color: #161616;font-family: Inter;};
  --theme-header-menu-link-color: rgba(22, 22, 22, 1.0);
  --theme-header-hamburger-color: rgba(240, 139, 29, 1.0);
  --theme-header-bg-color: rgba(255, 255, 255, 1.0);
  --theme-header-menu-display: ;
  --theme-header-search-icon-display: none;

  /* Layout dnd */
  --theme-layout-responsive_breakpoint: 992px;
  --theme-spacing-horizontal_column_spacing: 0px;
  --theme-spacing-horizontal_column_spacing_m: 0px;
  --theme-spacing-horizontal_spacing: 20px;
  --theme-spacing-horizontal_spacing_m: 20px;
  --theme-spacing-vertical_spacing: 64px;
  --theme-spacing-vertical_spacing_m: 64px;
  
  /* Butons */
  --buttons-font-size-desktop: 16px;
  --buttons-font-size-tablet: 16px;
  --buttons-font-size-mobile: 16px;
  
  --buttons-padding: 0.75em 2em;
  
  /* Primary Button */
  --buttons-primary-font-style: font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  --buttons-primary-bg: 

  
  
    
  


  rgba(240, 139, 29, 1.0)

;
  --buttons-primary-border: 1px solid #F08B1D;
  --buttons-primary-radius: 0px;
  --buttons-primary-text-color: #ffffff;
  --buttons-primary-text-transform: none;
  --buttons-primary-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
  --buttons-primary-hover-bg: 

  
  
    
  


  rgba(192, 111, 23, 1.0)

;
  --buttons-primary-hover-border: 1px solid #c06f17;
  --buttons-primary-hover-text-color: #FFFFFF;
  
  /* Secondary Button */
  --buttons-secondary-font-style: font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  --buttons-secondary-bg: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  --buttons-secondary-border: 1px solid #FFFFFF;
  --buttons-secondary-radius: 0px;
  --buttons-secondary-text-color: #009BC8;
  --buttons-secondary-text-transform: none;
  --buttons-secondary-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
  --buttons-secondary-hover-bg: 

  
  
    
  


  rgba(240, 139, 29, 0.0)

;
  --buttons-secondary-hover-border: 1px solid #FFFFFF;
  --buttons-secondary-hover-text-color: #FFFFFF;
  
  /* Tertiary Button  */
  --buttons-tertiary-font-style: font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  --buttons-tertiary-bg: 

  
  
    
  


  rgba(0, 155, 200, 1.0)

;
  --buttons-tertiary-border: 1px solid #009BC8;
  --buttons-tertiary-radius: 0px;
  --buttons-tertiary-text-color: #ffffff;
  --buttons-tertiary-text-transform: none;
  --buttons-tertiary-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
  --buttons-tertiary-hover-bg: 

  
  
    
  


  rgba(0, 127, 166, 1.0)

;
  --buttons-tertiary-hover-border: 1px solid #007fa6;
  --buttons-tertiary-hover-text-color: #FFFFFF;
  
  /* Outline Button */
  --buttons-outline-font-style: font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  --buttons-outline-bg: 

  
  
    
  


  rgba(0, 155, 200, 0.0)

;
  --buttons-outline-border: 1px solid #161616;
  --buttons-outline-radius: 0px;
  --buttons-outline-text-color: #161616;
  --buttons-outline-text-transform: none;
  --buttons-outline-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
  --buttons-outline-hover-bg: 

  
  
    
  


  rgba(0, 155, 200, 0.0)

;
  --buttons-outline-hover-border: 1px solid #F08B1D;
  --buttons-outline-hover-text-color: #F08B1D;
  
  /* Simple Button */
  --buttons-simple-font-style: font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  --buttons-simple-text-color: #F08B1D;
  --buttons-simple-text-transform: none;
  --buttons-simple-line-height: em;
  --buttons-simple-hover-text-color: #c06f17;
  --buttons-simple-underline-color: #F08B1D;
  --buttons-simple-underline-width: 1px;
  --buttons-simple-underline-offset: 2px;
  --buttons-simple-hover-underline-color: #c06f17;
  --buttons-simple-hover-underline-width: 1px;
  --buttons-simple-hover-underline-offset: 2px;
}
*, *: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 */
}

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




/* 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: 993px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .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));
    }
  
}
.container-fluid.body-container {
  padding: 0; 
}

.content-wrapper, .container {
  max-width: var(--container-max-width);
}

.dnd-section {
  padding: var(--theme-spacing-vertical_spacing) var(--theme-spacing-horizontal_spacing);
}

.dnd-section .widget-type-cell {
  padding-left: var(--theme-spacing-horizontal_column_spacing);
  padding-right: var(--theme-spacing-horizontal_column_spacing);
}


@media (max-width: var(--theme-layout-responsive_breakpoint)) {
  .dnd-section {
    padding-top: var(--theme-spacing-vertical_spacing_m);
    padding-bottom: var(--theme-spacing-vertical_spacing_m);  
    padding-right: var(--theme-spacing-horizontal_spacing_m);
    padding-left: var(--theme-spacing-horizontal_spacing_m);
  }
  .dnd-section .widget-type-cell {
    padding-left: var(--theme-spacing-horizontal_column_spacing_m);
    padding-right: var(--theme-spacing-horizontal_column_spacing_m);
  }
}

.dnd-section > .row-fluid {
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
}



@media (max-width: var(--theme-layout-responsive_breakpoint)) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* Elements */

body, html {
  font-size: var(--theme-typography-paragraph-size_desktop);
  color: var(--theme-typography-paragraph-text_color);
  font-family: var(--theme-typography-paragraph-font-font);
  font-style: var(--theme-typography-paragraph-font-style);
  font-weight: var(--theme-typography-paragraph-font-weight);
  text-decoration: var(--theme-typography-paragraph-text-decoration);
  line-height: var(--theme-typography-paragraph-line_height);
  letter-spacing: var(--theme-typography-paragraph-letter_spacing);
}

@media(max-width: 992px) {
  body, html {
    font-size: var(--theme-typography-paragraph-size_tablet);
  }
}

@media(max-width: 768px) {
  body, html {
    font-size: var(--theme-typography-paragraph-size_mobile);
  }
}

/** Paragraphs */
p {
  margin-bottom: var(--theme-typography-paragraph-margin_bottom);
}

/* Anchor Links */

a:hover, a:focus {
  text-decoration: underline;
}

a {
  font-size: var(--theme-typography-link-size_desktop);
  color: var(--theme-typography-link-color);
  font-family: var(--theme-typography-paragraph-font-font);
  font-style: var(--theme-typography-paragraph-font-style);
  font-weight: var(--theme-typography-paragraph-font-weight);
  text-decoration: var(--theme-typography-link-text-decoration);
  text-transform: var(--theme-typography-link-text_transform);
  line-height: var(--theme-typography-link-line_height);
  letter-spacing: var(--theme-typography-link-letter_spacing);
}

@media(max-width: 992px) {
  a {
    font-size: var(--theme-typography-link-size_tablet);    
  }
}

@media(max-width: 767px) {
  a {
    font-size: var(--theme-typography-link-size_mobile);    
  }
}

a:hover,
a:focus {
  color: var(--theme-typography-link-color_hover);
}

a:active {
  color: var(--theme-typography-link-color_hover);
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

pre {
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  word-break: break-word;
}

h1 {
  font-size: var(--theme-typography-heading_one-size_desktop);
  color: var(--theme-typography-heading_one-text_color);
  font-family: var(--theme-typography-heading_one-font_family);
  font-style: var(--theme-typography-heading_one-font_style);
  font-weight: var(--theme-typography-heading_one-font_weight);
  text-decoration: var(--theme-typography-heading_one-text_decoration);
  text-transform: var(--theme-typography-heading_one-text_transform);
  line-height: var(--theme-typography-heading_one-line_height);
  letter-spacing: var(--theme-typography-heading_one-letter_spacing);
  margin-bottom: var(--theme-typography-heading_one-margin_bottom);
}

@media(max-width: 992px) {
  h1 {
    font-size: var(--theme-typography-heading_one-size_tablet);
  }
}

@media(max-width: 768px) {
  h1 {
    font-size: var(--theme-typography-heading_one-size_mobile);
  }
}

h2 {
  font-size: var(--theme-typography-heading_two-size_desktop);
  color: var(--theme-typography-heading_two-text_color);
  font-family: var(--theme-typography-heading_two-font_family);
  font-style: var(--theme-typography-heading_two-font_style);
  font-weight: var(--theme-typography-heading_two-font_weight);
  text-decoration: var(--theme-typography-heading_two-text_decoration);
  text-transform: var(--theme-typography-heading_two-text_transform);
  line-height: var(--theme-typography-heading_two-line_height);
  letter-spacing: var(--theme-typography-heading_two-letter_spacing);
  margin-bottom: var(--theme-typography-heading_two-margin_bottom);
}

@media(max-width: 992px) {
  h2 {
    font-size: var(--theme-typography-heading_two-size_tablet);
  }
}

@media(max-width: 768px) {
  h2 {
    font-size: var(--theme-typography-heading_two-size_mobile);
  }
}

h3 {
  font-size: var(--theme-typography-heading_three-size_desktop);
  color: var(--theme-typography-heading_three-text_color);
  font-family: var(--theme-typography-heading_three-font_family);
  font-style: var(--theme-typography-heading_three-font_style);
  font-weight: var(--theme-typography-heading_three-font_weight);
  text-decoration: var(--theme-typography-heading_three-text_decoration);
  text-transform: var(--theme-typography-heading_three-text_transform);
  line-height: var(--theme-typography-heading_three-line_height);
  letter-spacing: var(--theme-typography-heading_three-letter_spacing);
  margin-bottom: var(--theme-typography-heading_three-margin_bottom);
}

@media(max-width: 992px) {
  h3 {
    font-size: var(--theme-typography-heading_three-size_tablet);
  }
}

@media(max-width: 768px) {
  h3 {
    font-size: var(--theme-typography-heading_three-size_mobile);
  }
}

h4 {
  font-size: var(--theme-typography-heading_four-size_desktop);
  color: var(--theme-typography-heading_four-text_color);
  font-family: var(--theme-typography-heading_four-font_family);
  font-style: var(--theme-typography-heading_four-font_style);
  font-weight: var(--theme-typography-heading_four-font_weight);
  text-decoration: var(--theme-typography-heading_four-text_decoration);
  text-transform: var(--theme-typography-heading_four-text_transform);
  line-height: var(--theme-typography-heading_four-line_height);
  letter-spacing: var(--theme-typography-heading_four-letter_spacing);
  margin-bottom: var(--theme-typography-heading_four-margin_bottom);
}

@media(max-width: 992px) {
  h4 {
    font-size: var(--theme-typography-heading_four-size_tablet);
  }
}

@media(max-width: 768px) {
  h4 {
    font-size: var(--theme-typography-heading_four-size_mobile);
  }
}

h5 {
  font-size: var(--theme-typography-heading_five-size_desktop);
  color: var(--theme-typography-heading_five-text_color);
  font-family: var(--theme-typography-heading_five-font_family);
  font-style: var(--theme-typography-heading_five-font_style);
  font-weight: var(--theme-typography-heading_five-font_weight);
  text-decoration: var(--theme-typography-heading_five-text_decoration);
  text-transform: var(--theme-typography-heading_five-text_transform);
  line-height: var(--theme-typography-heading_five-line_height);
  letter-spacing: var(--theme-typography-heading_five-letter_spacing);
  margin-bottom: var(--theme-typography-heading_five-margin_bottom);
}

@media(max-width: 992px) {
  h5 {
    font-size: var(--theme-typography-heading_five-size_tablet);
  }
}

@media(max-width: 768px) {
  h5 {
    font-size: var(--theme-typography-heading_five-size_mobile);
  }
}

h6 {
  font-size: var(--theme-typography-heading_six-size_desktop);
  color: var(--theme-typography-heading_six-text_color);
  font-family: var(--theme-typography-heading_six-font_family);
  font-style: var(--theme-typography-heading_six-font_style);
  font-weight: var(--theme-typography-heading_six-font_weight);
  text-decoration: var(--theme-typography-heading_six-text_decoration);
  text-transform: var(--theme-typography-heading_six-text_transform);
  line-height: var(--theme-typography-heading_six-line_height);
  letter-spacing: var(--theme-typography-heading_six-letter_spacing);
  margin-bottom: var(--theme-typography-heading_six-margin_bottom);
}

@media(max-width: 992px) {
  h6 {
    font-size: var(--theme-typography-heading_six-size_tablet);
  }
}

@media(max-width: 768px) {
  h6 {
    font-size: var(--theme-typography-heading_six-size_mobile);
  }
}
/****************** BUTTONS GENERAL STYLES ***********************/
button,
.button,
.hs-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 2;
  transform: scale(1);
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button:not(.button--simple),
.button:not(.button--simple),
.hs-button:not(.button--simple){
  position:relative;
  overflow:hidden;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  pointer-events: none;
  opacity:.5;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active {
  text-decoration: none;
}
/* Hover Transition Button */
button:not(.button--simple)::before,
button:not(.button--simple)::after,
.button:not(.button--simple)::before, 
.button:not(.button--simple)::after,
.hs-button:not(.button--simple)::before, 
.hs-button:not(.button--simple)::after{
  content: none;
  position: absolute;
  transition: all 0.3s ease;
  z-index: -1;
}

/* Simple Button */
.button.button--simple,
.hs-button.button--simple {
  background: transparent;
  border: none;
  border-radius: 0;
  position: relative;
  text-decoration: none;
}
.button.button--simple:after,
.hs-button.button--simple:after {
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}
.button.button--simple:hover,
.button.button--simple:focus,
.hs-button.button--simple:hover,
.hs-button.button--simple:focus,
.button.button--simple:active,
.hs-button.button--simple:active{
  background: transparent;
  border: none;
}
/**************** END BUTTONS GENERAL STYLES *********************/


/****************** BUTTONS ALIGNMENT ***********************/
.button--center { text-align:center }
.button--right { text-align:right }
.button--left { text-align:left }

@media (max-width:992px){
  .button--center-tablet { text-align:center }
  .button--right-tablet { text-align:right }
  .button--left-tablet { text-align:left }
}

@media (max-width:765px){
  .button--center-mobile { text-align:center }
  .button--right-mobile { text-align:right }
  .button--left-mobile { text-align:left }
}
/**************** END BUTTONS ALIGNMENT *********************/


/****************** BUTTONS & ICONS POSITION ***********************/
/* Common styles for svg and img */
.button .button__icon svg,
.hs-button .button__icon svg {
  fill: inherit;
  display: block;
  height: 1.1rem;
  margin-right: 1rem;
}

.button .button__icon.image-icon img,
.hs-button .button__icon.image-icon img {
  display: block;
  height: 1.1rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon,
.hs-button.button--icon-right .button__icon {
  order: 1;
}
.button.button--icon-right .button__icon svg,
.hs-button.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem;
}
.button.button--icon-right .button__icon.image-icon img,
.hs-button.button--icon-right .button__icon.image-icon img {
  margin-right: 0;
  margin-left: 1rem;
}

.button:not(.button--icon-right) .button__icon,
.hs-button:not(.button--icon-right) .button__icon {
  order: 0;
}

/* Resetting svg height to auto for specific class */
.button .button__icon.code-svg svg,
.hs-button .button__icon.code-svg svg {
  height: auto;
}

/**************** END BUTTONS & ICONS POSITION *********************/


/* Primary Button */
button,
.button,
.button.button--primary {
  
  var(--buttons-primary-font-style);
  
  background: var(--buttons-primary-bg);
  border: var(--buttons-primary-border);
  border-radius: var(--buttons-primary-radius);
  color: var(--buttons-primary-text-color);
  fill: var(--buttons-primary-text-color);
  padding: var(--buttons-padding);
  text-transform: var(--buttons-primary-text-transform);
  font-size: var(--buttons-font-size-desktop);
  
  -webkit-box-shadow: unset;
  box-shadow: unset;
  
}

button:active,
button:focus,
.button:focus,
.button:active,
.button.button--primary:active,
.button.button--primary:focus {
  background: var(--buttons-primary-hover-bg);
  border: var(--buttons-primary-hover-border);
  color: var(--buttons-primary-hover-text-color);
  fill: var(--buttons-primary-hover-text-color);
}

button:hover,
.button:hover,
.button.button--primary:hover {
  background: var(--buttons-primary-hover-bg);
  border: var(--buttons-primary-hover-border);
  color: var(--buttons-primary-hover-text-color);
  fill: var(--buttons-primary-hover-text-color);
}
/* End Primary Button */

/* Secondary Button */
.button.button--secondary {
  
  var(--buttons-secondary-font-style);
  
  background: var(--buttons-secondary-bg);
  border: var(--buttons-secondary-border);
  border-radius: var(--buttons-secondary-radius);
  color: var(--buttons-secondary-text-color);
  fill: var(--buttons-secondary-text-color);
  padding: var(--buttons-padding);
  text-transform: var(--buttons-secondary-text-transform);
  font-size: var(--buttons-font-size-desktop);
  
  -webkit-box-shadow: unset;
  box-shadow: unset;
  
}

.button.button--secondary:active,
.button.button--secondary:focus {
  background: var(--buttons-secondary-hover-bg);
  border: var(--buttons-secondary-hover-border);
  color: var(--buttons-secondary-hover-text-color);
  fill: var(--buttons-secondary-hover-text-color);
}

.button.button--secondary:hover {
  background: var(--buttons-secondary-hover-bg);
  border: var(--buttons-secondary-hover-border);
  color: var(--buttons-secondary-hover-text-color);
  fill: var(--buttons-secondary-hover-text-color);
}
/* End Secondary Button */


/* Tertiary Button */
.button.button--tertiary {
  
  var(--buttons-tertiary-font-style);
  
  background: var(--buttons-tertiary-bg);
  border: var(--buttons-tertiary-border);
  border-radius: var(--buttons-tertiary-radius);
  color: var(--buttons-tertiary-text-color);
  fill: var(--buttons-tertiary-text-color);
  padding: var(--buttons-padding);
  text-transform: var(--buttons-tertiary-text-transform);
  font-size: var(--buttons-font-size-desktop);
  
  -webkit-box-shadow: unset;
  box-shadow: unset;
  
}

.button.button--tertiary:active,
.button.button--tertiary:focus {
  background: var(--buttons-tertiary-hover-bg);
  border: var(--buttons-tertiary-hover-border);
  color: var(--buttons-tertiary-hover-text-color);
  fill: var(--buttons-tertiary-hover-text-color);
}

.button.button--tertiary:hover {
  background: var(--buttons-tertiary-hover-bg);
  border: var(--buttons-tertiary-hover-border);
  color: var(--buttons-tertiary-hover-text-color);
  fill: var(--buttons-tertiary-hover-text-color);
}
/* End Tertiary Button */

/* Outline Button */
.button.button--outline {
  
  var(--buttons-outline-font-style);
  
  background: var(--buttons-outline-bg);
  border: var(--buttons-outline-border);
  border-radius: var(--buttons-outline-radius);
  color: var(--buttons-outline-text-color);
  fill: var(--buttons-outline-text-color);
  padding: var(--buttons-padding);
  text-transform: var(--buttons-outline-text-transform);
  font-size: var(--buttons-font-size-desktop);
  
  -webkit-box-shadow: unset;
  box-shadow: unset;
  
}

.button.button--outline:active,
.button.button--outline:focus {
  background: var(--buttons-outline-hover-bg);
  border: var(--buttons-outline-hover-border);
  color: var(--buttons-outline-hover-text-color);
  fill: var(--buttons-outline-hover-text-color);
}

.button.button--outline:hover {
  background: var(--buttons-outline-hover-bg);
  border: var(--buttons-outline-hover-border);
  color: var(--buttons-outline-hover-text-color);
  fill: var(--buttons-outline-hover-text-color);
}
/* End Outline Button */


/* Simple Button */
.button.button--simple {
  
  var(--buttons-simple-font-style);
  
  color: var(--buttons-simple-text-color);
  fill: var(--buttons-simple-text-color);
  text-transform: var(--buttons-simple-text-transform);
  font-size: var(--buttons-font-size-desktop);
  line-height: var(--buttons-simple-line-height);
  -webkit-box-shadow: unset;
  box-shadow: unset;
  padding: 0;
}


.button.button--simple:after {
  background-color: var(--buttons-simple-underline-color);
  bottom: calc(-1 * var(--buttons-simple-underline-offset));
  content: '';
  height: var(--buttons-simple-underline-width);
  transition: all 0.3s ease-in-out;
}


.button.button--simple:hover,
.button.button--simple:focus {
  border: none;
  color: var(--buttons-simple-hover-text-color);
  fill: var(--buttons-simple-hover-text-color);
}


.button.button--simple:hover:after,
.button.button--simple:focus:after,
.button.button--simple:active:after {
  content: '';
  background-color: var(--buttons-simple-hover-underline-color);
  bottom: calc(-1 * var(--buttons-simple-hover-underline-offset));
  height: var(--buttons-simple-hover-underline-width);
}

/* End Simple Button */

@media (max-width: 992px) {
  button,
  .button,
  .hs-button {
    font-size: var(--buttons-font-size-tablet);
  }
}

@media (max-width: 765px) {
  button,
  .button,
  .hs-button {
    font-size: var(--buttons-font-size-mobile);
  }
}
/**************** END BUTTON SIZING *********************/
/* 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 */

footer .horizontal-menu__container {
  display: flex;
  gap: 36px;
  justify-content: flex-end;
}

@media(max-width:992px){
  footer .horizontal-menu__container {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
  footer .icon-list__item,
  footer .social-links {
    justify-content: center !important;
  }

  footer .hs_cos_wrapper_type_rich_text p {
    text-align: center !important;
  }

  footer .widget-span:has(.hs-image-widget) {
    align-items: center !important;
  }
}
header.header {
  background-color: var(--theme-header-background-color-rgba);
  
}

.hs-inline-edit .header {
  position: static;
}

.body-wrapper [data-global-resource-path*="header.html"],
.body-wrapper [data-global-resource-path*="megamenu.html"] {
  position: relative;
}

.body-wrapper--header-fixed [data-global-resource-path*="header.html"],
.body-wrapper--header-fixed [data-global-resource-path*="megamenu.html"],
.body-wrapper--header-dynamic_scroll_up [data-global-resource-path*="header.html"],
.body-wrapper--header-dynamic_scroll_up [data-global-resource-path*="megamenu.html"]{
  position: sticky;
  top: 0;
  z-index: 3;
}

.body-wrapper--header-dynamic_scroll_up .header {
  transition: all linear 0.2s;
}

.body-wrapper--header-dynamic_scroll_up.scroll-down .header{
  opacity: 0;
  visibility: hidden;
}

.body-wrapper--header-dynamic_scroll_up.scroll-down .header__navigation--toggle{
  display: none;
}
.body-wrapper--header-transparent header.header {
  background-color: transparent;
  transition: all linear 0.2s;
  box-shadow: initial;
}
.body-wrapper--header-transparent.scroll-transparent header.header {
  background-color: var(--theme-header-background-color-rgba);
  
}
.body-wrapper--header-transparent [data-global-resource-path*="header.html"],
.body-wrapper--header-transparent [data-global-resource-path*="megamenu.html"]{
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
.header__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: calc(var(--container-max-width) + (var(--theme-header-left-right-padding)*2));
  padding: var(--theme-header-top-bottom-padding) var(--theme-header-left-right-padding);
  margin: 0 auto;
}

@media screen and (max-width: var(--theme-layout-responsive-breakpoint)) {
  .header__container {
    padding: var(--theme-header-top-bottom-padding-m) var(--theme-header-left-right-padding-m);
  }
}

.header__menu--flex {
  display: flex;
}

.header__search--toggle,
.header__language-switcher--toggle {    
  margin-left: 30px;
}

.header__search--toggle path {
  stroke: var(--theme-header-search-icon-stroke);
}

.header__search--close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  left: 0;
  bottom: 0;
}


.header__navigation--toggle {
  display: none;
}

#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  margin-right: auto;
  position: relative;
  z-index: 3;

}

.header__logo img {
  max-width: 100%;
  max-width: var(--theme-header-logo-size);
  display: block;
}

.header__logo--tablet {
  display: none;
}

/* Styles for the Search Bar */

.header__search {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  display: block;
  z-index: -1;
  background-color: rgba(57 ,65 ,73,0.4);
  transition: all ease-in-out 0.3s;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  right: 0;
  left: 0;
}

.header .hs-search-field__bar button svg {
  height: 16px;
}

.header__search.open { 
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.header__search--content {
  align-content: center;
  display: grid;
  height: 100%;
  padding: 10px;
}
.header__search--box {
  background-color: var(--theme-header-search-popup-bg);
  padding: 32px;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 610px;
  margin: auto;
}

.header__search--box button {
  background-color: var(--theme-header-search-popup-button);
  border: var(--theme-header-search-popup-button);
}

.header__search--box svg path {
  fill: var(--theme-header-search-popup-icon);
}

.header__search--toggle {
  cursor: pointer;
  margin-left: 30px;
}

header .hs-search-field .hs-search-field__bar form{
  display: grid;
  grid-template-columns: 1fr auto;
}

.hs-search-field__bar{
  position:relative;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  border: 1px solid #EEE;
  background: #FFF;
  outline-color: transparent;
  outline: none;
  padding: 15px 12px;
  font-size: var(--base-font-size);
  line-height: 1.75;
}

.header__search .hs-search-field__input:focus {
  outline-color: transparent;
  outline: none;
}

.header__search .hs-search-field__input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #D1D6DC;
  opacity: 1; /* Firefox */
}

.header__search .hs-search-field__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #D1D6DC;
}

.header__search .hs-search-field__input::-ms-input-placeholder { /* Microsoft Edge */
  color: #D1D6DC;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border: none;
  border-radius: 0;
  z-index: 10;
  padding: 0 24px 32px 24px;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
}
.header__search .hs-search-field {
  position: initial;
}
.header__search .hs-search-field__suggestions li {
  border-bottom: 1px solid #D1D6DC;
}
.header__search .hs-search-field__suggestions li:last-child {
  border-bottom: none;
}

.header__search .hs-search-field__suggestions li a {
  color: var(--color-body);
  text-decoration: none;
  text-decoration: none;
  padding: 10px;
}
.header__search .hs-search-field__suggestions li a:hover {
  background: none;
}
.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher--toggle {
  cursor: pointer;
  background-image: none;
  background-position: initial;
  background-repeat: initial;
  background-size: auto;
}

.header__language-switcher--toggle:after {
  content: "";
}

.header__language-switcher .globe_class {
  background-image: none;
  background-position: initial;
  background-repeat: initial;
  background-size: auto;
  border-radius: initial;
  width: auto;
  height: auto;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
  display: block !important;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-size: 0.8rem;
  top: 0;
  right: 0;
  left: initial !important;
  transform: none !important;
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
}

.header__language-switcher--wrapper:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  background: inherit;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
  background-color: rgba(193, 190, 190, 0.1);
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

/* Header CTA */

.header__cta--desktop {
  display: flex;
  align-items: center;
}

.header__cta--desktop .header__cta--main,
.header__cta--desktop .header__cta--secondary {
  margin-left: 30px;
}

.header__cta--mobile {
  text-align: center;
  padding-bottom: 150px;
  display: none;
}

.header__cta--mobile .header__cta--main,
.header__cta--mobile .header__cta--secondary {
  padding: 0 24px;
}

.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: var(--theme-header-menu-link-color);
  
  font-family: var(--theme-header-menu-font-family);
  font-style: var(--theme-header-menu-font-style);
  font-weight: var(--theme-header-menu-font-weight);
  text-decoration: var(--theme-header-menu-text-decoration);
  
  font-size: var(--theme-header-menu-font-size-desktop);
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: var(--theme-header-menu-link-hover-color);
}

.header__language-switcher .lang_list_class:after, .lang_list_class:before {
  display: none !important;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: var(--theme-paragraph-font-family);
}

.header__language-switcher--toggle:before {
  color: var(--theme-header-menu-link-color);
}

.header__language-switcher-label-current:after {
  border-top-color: var(--theme-header-menu-link-color);
}

header .header__navigation--toggle > span,
header .header__navigation--toggle > span:after,
header .header__navigation--toggle > span:before {
  background-color: var(--theme-header-hamburger-color);
}

.header__navigation.open {
  background-color: var(--theme-header-bg-color);
}

.header__menu {
  display: var(--theme-header-menu-display);
}

.header__search--wrapper {
  display: var(--theme-header-search-icon-display);
}

.menu-arrow-bg {
  color: var(--theme-header-menu-link-color);
}

.header__navigation--toggle,
.header__language-switcher--toggle,
.header__close--toggle {
  position: relative;
  cursor: pointer;
}

.header__navigation--toggle,
.header__search--toggle,
.header__language-switcher--toggle{    
  margin-left: 20px;
}

.header__navigation--toggle.hide,
.header__search--toggle.hide,
.header__language-switcher--toggle.hide {
  display: none;
}

.header__navigation--toggle.open,
.header__search--toggle.open,
.header__language-switcher--toggle.open {
  display: block;
}

.header__navigation--toggle.open:after,
.header__search--toggle.open:after,
.header__language-switcher--toggle.open:after {
  display: block;
}

.header__navigation--toggle:after,
.header__search--toggle:after,
.header__language-switcher--toggle:after {
  display: none;
  position: absolute;
  left: 40px;
  top: -10px;
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
}

.header__column {
  position: relative;
}

.header__navigation--toggle {
  font-size: 0rem;
  cursor: pointer;
  position: relative;
}

.header__navigation--toggle > span {
  display: inline-block;
  position: relative;
  height: 2px;
  width: 18px;
  border-radius: 1px;
  background: #293335;
  vertical-align: middle;
}

.header__navigation--toggle > span:before, 
.header__navigation--toggle > span:after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 2px;
  border-radius: 1px;
  background: #293335;
  transition: all 200ms;
}

.header__navigation--toggle > span:before {
  top: -8px;
  width: 18px;
}

.header__navigation--toggle > span:after {
  top: 8px;
  width: 18px;
}

.header__navigation.open .header__navigation--close{
  display: block;
}

.no-scroll .header__navigation--toggle > span,
.header__navigation--close > span{
  height: 0;
}

.no-scroll .header__navigation--toggle > span:before,
.header__navigation--close > span:before{
  transform: rotate(45deg);
}

.no-scroll .header__navigation--toggle > span:after,
.header__navigation--close > span:after{
  transform: rotate(-45deg);
}

.no-scroll .header__navigation--toggle > span:after,
.no-scroll .header__navigation--toggle > span:before,
.header__navigation--close > span:after,
.header__navigation--close > span:before{
  top: 0px;
  left: 0;
  width: 18px;
}

/*--- Menu Left */
.header--menu_left .header__logo {
  margin-right: 30px;
}
.header--menu_left .header__menu {
  margin-right: auto;
}

/*--- Menu Center */
.header--menu_center .header__logo {
  margin-right: 20px;
}
.header--menu_center .header__menu {
  margin: auto;
}

/*--- Logo Top */
.header--logo_top .header__logo {
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.header--logo_top .menu-section .menu-link{
  transition:all ease 0.3s;
}
.header--logo_top .header__bottom {
  background-color: var(--color-primary);
}
.header--logo_top .header__container {
  justify-content: center;
}
@media screen and (max-width: 992px ){
  .header__navigation--toggle {;
    display: block;
    order:5;
  }

  .header__menu {
    order:2;
  }

  #hs_cos_wrapper_megamenu {
    order: 2;
  }
  

  .header__cta--desktop{
    order: 3;
  }

  .header__search--wrapper{
    order: 4;
  }
  .header__cta--mobile{
    display: block;
  }
  .header__navigation.open .menu-section{
    overflow: auto;
    height: calc(100vh - 100%);
  }
}

@media (max-width: 992px) {
  .header__logo img {
    max-width: var(--theme-header-logo-size-mobile);
  }
  body .navigation-primary a,
  .header__logo .logo-company-name,
  .header__language-switcher-label-current,
  .header__language-switcher .lang_list_class li a {
    font-size: var(--theme-header-menu-size-tablet);
  }
  .header--logo_top .header__container {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .header--logo_top .header__navigation--toggle {
    margin-right: auto;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  body .navigation-primary a,
  .header__logo .logo-company-name,
  .header__language-switcher-label-current,
  .header__language-switcher .lang_list_class li a {
    font-size: var(--theme-header-menu-size-mobile);
  }
}