:root {
  --le-background: var(--white-color);
  --le-padding-top: 0px;
  --le-padding-bottom: 0px;
  --le-padding-x: 0px;
  --le-margin: 0px;
  --le-max-width: initial;
  --le-paragraph-font-family: var(--p-font-family);
  --le-paragraph-color: var(--p-color);
  --le-paragraph-font-size: var(--p-font-size);
  --le-paragraph-line-height: var(--p-line-height);
  --le-paragraph-font-weight: var(--p-font-weight);
  --le-paragraph-font-style: var(--p-style);
  --le-paragraph-text-transform: var(--p-text-transform);
  --le-paragraph-margin: 30px;
  --le-paragraph-large-font-family: var(--p-font-family-large);
  --le-paragraph-large-color: var(--p-color-large);
  --le-paragraph-large-font-size: var(--p-font-size-large);
  --le-paragraph-large-line-height: var(--p-line-height-large);
  --le-paragraph-large-font-weight: var(--p-font-weight-large);
  --le-paragraph-margin-bottom-large: var(--le-paragraph-margin);
  --le-paragraph-small-font-family: var(--p-font-family-small);
  --le-paragraph-small-color: var(--p-color-large);
  --le-paragraph-small-font-size: var(--p-font-size-small);
  --le-paragraph-small-line-height: var(--p-line-height-small);
  --le-paragraph-small-font-weight: var(--p-font-weight-small);
  --le-paragraph-margin-bottom-small: var(--le-paragraph-margin);
  --le-paragraph-tiny-font-family: var(--p-font-family-tiny);
  --le-paragraph-tiny-color: var(--p-color-tiny);
  --le-paragraph-tiny-font-size: var(--p-font-size-tiny);
  --le-paragraph-tiny-line-height: var(--p-line-height-tiny);
  --le-paragraph-tiny-font-weight: var(--p-font-weight-tiny);
  --le-paragraph-margin-bottom-tiny: var(--le-paragraph-margin);
  --le-h1-color: var(--h1-color);
  --le-h1-font-size: var(--h1-font-size);
  --le-h1-line-height: var(--h1-line-height);
  --le-h1-font-weight: var(--h1-font-weight);
  --le-h1-font-style: var(--h1-style);
  --le-h1-margin-bottom: var(--h1-margin-bottom);
  --le-h1-text-transform: var(--h1-text-transform);
  --le-h1-font-family: var(--h1-font-family);
  --le-h2-color: var(--h2-color);
  --le-h2-font-size: var(--h2-font-size);
  --le-h2-line-height: var(--h2-line-height);
  --le-h2-font-weight: var(--h2-font-weight);
  --le-h2-font-style: var(--h2-style);
  --le-h2-margin-bottom: var(--h2-margin-bottom);
  --le-h2-text-transform: var(--h2-text-transform);
  --le-h2-font-family: var(--h2-font-family);
  --le-h3-color: var(--h3-color);
  --le-h3-font-size: var(--h3-font-size);
  --le-h3-line-height: var(--h3-line-height);
  --le-h3-font-weight: var(--h3-font-weight);
  --le-h3-font-style: var(--h3-style);
  --le-h3-margin-bottom: var(--h3-margin-bottom);
  --le-h3-text-transform: var(--h3-text-transform);
  --le-h3-font-family: var(--h3-font-family);
  --le-h4-color: var(--h4-color);
  --le-h4-font-size: var(--h4-font-size);
  --le-h4-line-height: var(--h4-line-height);
  --le-h4-font-weight: var(--h4-font-weight);
  --le-h4-font-style: var(--h4-style);
  --le-h4-margin-bottom: var(--h4-margin-bottom);
  --le-h4-text-transform: var(--h4-text-transform);
  --le-h4-font-family: var(--h4-font-family);
  --le-h5-color: var(--h5-color);
  --le-h5-font-size: var(--h5-font-size);
  --le-h5-line-height: var(--h5-line-height);
  --le-h5-font-weight: var(--h5-font-weight);
  --le-h5-font-style: var(--h5-style);
  --le-h5-margin-bottom: var(--h5-margin-bottom);
  --le-h5-text-transform: var(--h5-text-transform);
  --le-h5-font-family: var(--h5-font-family);
  --le-caption-extra-font-family: var(--caption-extra-font-family);
  --le-caption-extra-margin-bottom: var(--caption-extra-margin-bottom);
  --le-caption-extra-font-size: var(--caption-extra-font-size);
  --le-caption-extra-color: var(--caption-extra-color);
  --le-caption-extra-line-height: var(--caption-extra-line-height);
  --le-caption-extra-font-weight: var(--caption-extra-font-weight);
  --le-caption-extra-font-style: var(--caption-extra-style);
  --le-caption-extra-text-transform: var(--caption-extra-text-transform);
  --le-caption-extra-letter-spacing: var(--caption-extra-letter-spacing);
  --le-slider-arrow-prev-left: -25px;
  --le-slider-arrow-prev-right: auto;
  --le-slider-arrow-next-left: auto;
  --le-slider-arrow-next-right: -25px;
  --le-slider-arrow-top: 50%;
  --le-slider-arrow-bottom: auto;
  --le-slider-arrow-border-radius: 25px;
  --le-slider-arrow-shadow: 0 8px 12px 0 rgba(41, 43, 66, 0.17);
  --le-slider-icon-color: #000;
  --le-slider-arrow-size: 50px;
  --le-slider-icon-color-hover: #000;
  --le-slider-arrow-background-hover: #fff;
  --le-slider-arrows-transform-y: -50%;
  --le-slider-dots-size: 10px;
  --le-slider-dot-color: var(--grey-color-dark);
  --le-slider-dot-active-color: var(--primary-color);
  --le-slider-dot-space-between: 5px;
  --le-ac-name-color: var(--black-color);
  --le-ac-icon-color: var(--button-transparent-color-icon);
  --le-ac-icon-color-hover: var(--button-transparent-color-hover);
  --le-ac-name-font-size: 14px;
  --le-ac-name-line-height: 1.3;
  --le-ac-name-max-height: 36px;
  --le-ac-name-font-weight: 500;
  --le-ac-name-margin-bottom: 15px;
  --le-ac-name-font-family: var(--primary-font);
  --le-ac-description-font-size: 11px;
  --le-ac-slider-description-font-size: 13px;
  --le-ac-description-line-height: 18px;
  --le-ac-description-font-weight: 400;
  --le-ac-description-font-family: var(--primary-font);
  --le-ac-description-color: var(--grey-color-medium);
  --le-ac-link-font-size: 13px;
  --le-ac-link-line-height: 24px;
  --le-ac-asset-hover-scale: 1.1;
  --le-ac-image-border-radius: 0px;
  --le-ac-container-border-radius: 5px;
  --le-ac-annotation-title-color: #2f3748;
  --le-ac-annotation-text-color: #656c85;
  --le-cs-border-radius: 4px;
  --le-cs-values-font-size: 11px;
  --le-cs-values-line-height: 18px;
  --le-cs-name-font-size: 15px;
  --le-charts-font-family: var(--primary-font);
  --le-charts-tick-color: var(--grey-color-dark);
  --le-charts-legend-color: var(--grey-color-dark);
  --le-charts-line-color: #f1f4f8;
  --le-charts-background-color: #ffffff;
  --le-charts-box-shadow: 0 2px 6px 0 rgba(159, 167, 187, 0.22);
  --le-tb-rounded-padding: 20px;
  --le-tb-rounded-background-color: white;
  --le-faq-header-font-family: var(--accordion-header-font-family);
  --le-faq-header-font-size: var(--accordion-header-large-font-size);
  --le-faq-header-color: var(--accordion-header-color);
  --le-faq-header-font-weight: var(--accordion-header-font-weight);
  --le-split-layout-border-radius: 0px;
  --le-tc-title-font-family: var(--primary-font);
  --le-tc-title-font-weight: 400;
  --le-tc-title-font-size: 16px;
  --le-tc-title-line-height: 1.5;
  --le-tc-title-line-clamp: 2;
  --le-tc-title-margin-bottom: 4px;
  --le-tc-title-color: var(--black-color);
  --le-tc-type-font-family: var(--primary-font);
  --le-tc-type-font-weight: 400;
  --le-tc-type-font-size: 13px;
  --le-tc-type-line-height: 1.3;
  --le-tc-type-color: var(--grey-color-medium);
  --le-tc-container-border: 1px solid #e4eee2;
  --le-tc-container-border-hover: 1px solid #c5dec6;
  --le-tc-container-border-radius: 8px;
  --le-tc-container-background-color: transparent;
  --le-tc-container-box-shadow: none;
  --le-tc-container-box-shadow-hover: none;
  --le-tc-container-inner-padding: 24px;
  --le-tc-image-border-radius: 8px;
  --le-tc-image-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12), 0px 0.5px 1px 0px rgba(0, 0, 0, 0.1);
  --le-tc-image-box-shadow-hover: 0px 2px 4px 0px rgba(0, 0, 0, 0.12), 0px 0.5px 1px 0px rgba(0, 0, 0, 0.1);
  --le-tc-image-scale: 1.1;
  --le-table-inner-padding: 7px;
  --le-table-border: 1px solid #c5ced8;
  --le-table-header-font-color: var(--le-paragraph-color);
  --le-table-header-font-size: var(--le-paragraph-font-size);
  --le-table-header-line-height: var(--le-paragraph-line-height);
  --le-table-header-font-weight: var(--le-paragraph-font-weight);
  --le-table-font-color: var(--le-paragraph-color);
  --le-table-font-size: var(--le-paragraph-font-size);
  --le-table-line-height: var(--le-paragraph-line-height);
  --le-table-font-weight: var(--le-paragraph-font-weight);
  --le-fc-card-padding: 8px;
  --le-fc-card-border-radius: 24px;
  --le-fc-title-color: var(--black-color);
  --le-fc-title-inverse-color: var(--white-color);
  --le-fc-title-font-family: var(--primary-font);
  --le-fc-title-font-weight: 400;
  --le-fc-title-font-size: 16px;
  --le-fc-title-line-height: 1.5;
  --le-fc-title-line-clamp: 2;
  --le-fc-subtitle-color: var(--black-color);
  --le-fc-subtitle-inverse-color: var(--white-color);
  --le-fc-subtitle-font-family: var(--primary-font);
  --le-fc-subtitle-font-weight: 400;
  --le-fc-subtitle-font-size: 13px;
  --le-fc-subtitle-line-height: 1.4;
  --le-fc-subtitle-line-clamp: 6;
  --le-cs-background: transparent;
}