:root {
    --font-family-base: bnpp-sans-light;
    --product-card-content-alignment: center;
    --headings-font-family: bnpp-sans-cond-bold;
    --bs-body-font-family: bnpp-sans-light;
    --btn-font-family: bnpp-sans-light;
    --bs-primary-rgb: 36, 160, 119;
    --bs-secondary-rgb: 77, 77, 77;
    --bs-tertiary-rgb: 0, 141, 90;
    --bs-orange-rgb: 255, 61, 0;
    --bs-gray-lighter-3-rgb: 234, 244, 240;
    --bs-gray-lighter-4-rgb: 223, 222, 222;
    --bs-heading-color: #000000;
}

:root {
  --bs-heading-color: inherit;
  --mnav-nav-link-text-transform-lg: uppercase;
  --mnav-nav-link-mobile-font-size: 22px;
  --product-breakdown-chart-cl1: #4d4d4d;
  --product-breakdown-chart-cl2: #24a077;
  --product-breakdown-chart-cl3: #008d5a;
  --product-breakdown-chart-cl4: #54c77a;
  --product-breakdown-chart-cl5: #004028;
  --product-breakdown-chart-cl6: #6f42c1;
  --product-breakdown-chart-cl7: #558ed5;
  --product-breakdown-chart-cl8: #f39c12;
  --product-breakdown-chart-cl9: #e74c3c;
  --product-breakdown-chart-cl10: #3498db;
  --product-breakdown-chart-cl11: #9b59b6;
  --product-breakdown-chart-cl12: #1abc9c;
  --product-breakdown-chart-cl13: #f1c40f;
  --product-breakdown-chart-cl14: #e67e22;
  --product-breakdown-chart-cl15: #34495e;
  --product-breakdown-chart-inner-radius: 40%;
  --product-breakdown-chart-outer-radius: 70%;
  --product-breakdown-chart-export-container-text-align: right;
  --product-breakdown-chart-export-container-padding: 50px 0;
  --product-breakdown-chart-export-btn-bg: rgb(var(--bs-primary-rgb));
  --product-breakdown-chart-export-btn-color: rgb(var(--bs-secondary-rgb));
  --product-breakdown-chart-export-btn-padding: 10px 16px 12px;
  --product-breakdown-chart-export-btn-border-radius: 5px;
  --product-breakdown-chart-export-btn-font-family: bnpp-sans-bold;
  --product-breakdown-chart-export-btn-font-size: 14px;
  --product-breakdown-chart-export-btn-hover-bg: rgb(var(--bs-secondary-rgb));
  --product-breakdown-chart-export-btn-hover-color: #001121;
  --product-breakdown-chart-th-vertical-align: middle;
  --product-breakdown-chart-th-border: none;
  --product-breakdown-chart-th-white-space: nowrap;
  --product-breakdown-chart-th-bg: transparent;
  --product-breakdown-chart-th-color: #001121;
  --product-breakdown-chart-th-font-family: bnpp-sans-bold;
  --product-breakdown-chart-th-font-size: 14px;
  --product-breakdown-chart-th-font-weight: 400;
  --product-breakdown-chart-th-line-height: 1;
  --product-breakdown-chart-th-padding: 16px 14px;
  --product-breakdown-chart-th-benchmark-text-align: center;
  --product-breakdown-chart-th-country-text-align: left;
  --product-breakdown-chart-th-weight-text-align: center;
  --product-breakdown-chart-breakdown-row-bg: #f5f5f7;
  --product-breakdown-chart-td-border-size: 1px;
  --product-breakdown-chart-td-border-type: solid;
  --product-breakdown-chart-td-border-color: #fff;
  --product-breakdown-chart-td-border: var(--product-breakdown-chart-td-border-size) var(--product-breakdown-chart-td-border-type);
  --product-breakdown-chart-td-padding: 13px 16px;
  --product-breakdown-chart-td-width: 25%;
  --product-breakdown-chart-td-white-space: nowrap;
  --product-breakdown-chart-breakdown-name-text-align: left;
  --product-breakdown-chart-breakdown-name-bg: #396090;
  --product-breakdown-chart-breakdown-name-font-family: bnpp-sans-bold;
  --product-breakdown-chart-breakdown-name-font-size: 14px;
  --product-breakdown-chart-breakdown-name-color: #001121;
  --product-breakdown-chart-breakdown-name-width: 50%;
  --product-breakdown-chart-breakdown-color-position: relative;
  --product-breakdown-chart-breakdown-color-top: 3px;
  --product-breakdown-chart-breakdown-color-width: 17px;
  --product-breakdown-chart-breakdown-color-height: 17px;
  --product-breakdown-chart-breakdown-color-border-radius: 3px;
  --product-breakdown-chart-breakdown-color-margin-right: 8px;
  --product-breakdown-chart-breakdown-color-display: inline-block;
  --product-breakdown-chart-breakdown-weight-text-align: center;
  --product-breakdown-chart-breakdown-weight-font-family: bnpp-sans;
  --product-breakdown-chart-breakdown-weight-font-size: 14px;
  --product-breakdown-chart-breakdown-weight-color: #001121;
  --product-breakdown-chart-breakdown-adjusted-weight-text-align: center;
  --product-breakdown-chart-breakdown-adjusted-weight-font-family: bnpp-sans;
  --product-breakdown-chart-breakdown-adjusted-weight-font-size: 14px;
  --product-breakdown-chart-breakdown-adjusted-weight-color: #001121;
  --product-breakdown-chart-breakdown-row-odd-bg: #f5f5f7;
  --product-breakdown-chart-separator-bg: #fff;
  --product-breakdown-chart-separator-border: none;
  --product-breakdown-chart-separator-padding: 0;
  --product-breakdown-chart-separator-height: 5px;
  --product-breakdown-chart-total-row-bg: #396090;
  --product-breakdown-chart-total-td-white-space: nowrap;
  --product-breakdown-chart-total-td-border: none;
  --product-breakdown-chart-total-td-padding: 5px 16px 8px;
  --product-breakdown-chart-total-label-text-align: left;
  --product-breakdown-chart-total-label-font-family: bnpp-sans-bold;
  --product-breakdown-chart-total-label-font-size: 14px;
  --product-breakdown-chart-total-label-padding-left: 45px;
  --product-breakdown-chart-total-label-color: #001121;
  --product-breakdown-chart-total-value-font-size: 18px;
  --product-breakdown-chart-total-value-font-family: bnpp-sans-bold;
  --product-breakdown-chart-total-value-text-align: center;
  --product-breakdown-chart-total-value-border-size: 2px;
  --product-breakdown-chart-total-value-border-type: solid;
  --product-breakdown-chart-total-value-border-color: #4d4d4d;
  --product-breakdown-chart-total-value-border: var(--product-breakdown-chart-total-value-border-size) var(--product-breakdown-chart-total-value-border-type);
  --product-breakdown-chart-total-value-color: #001121;
  
  
  
  
  
  
  --product-performance-graphs-cl1: #a9a9a9;
  --product-performance-graphs-cl2: #111612;
  --product-performance-graphs-cl3: #86c9d9;
  --product-performance-graphs-cl4: #0d6efd;
  --product-performance-graphs-cl5: #ff5e43;
  --product-performance-graphs-hypothetical-color: #f6f6f6;
  --product-performance-graphs-legend-text-color: #6f6f6f;
  --product-performance-graphs-axis-text-color: #6f6f6f;
  --product-performance-graphs-mark-line-color: #e6e6e6;
  --product-performance-graphs-container-btn-gap: 8px;
  --product-performance-graphs-performance-btn-color: rgb(var(--bs-primary-rgb));
  --product-performance-graphs-performance-btn-font-size: 10px;
  --product-performance-graphs-performance-btn-padding: 10px 16px;
  --product-performance-graphs-performance-btn-width-lg: calc(33% - 8px);
  --product-performance-graphs-performance-btn-active-bg-color: rgb(var(--bs-secondary-rgb));
  --product-performance-graphs-performance-btn-active-border-color: rgb(var(--bs-secondary-rgb));
  --product-performance-graphs-performance-btn-hover-color: #fff;
  --product-performance-graphs-performance-btn-hover-bg-color: rgb(var(--bs-primary-rgb));
  --product-performance-graphs-performance-btn-border-radius: var(--border-radius-size);
  --product-performance-graphs-performance-btn-bg-color: transparent;
  --product-performance-graphs-performance-btn-border-color: #dfdede;
  --product-performance-graphs-performance-btn-hover-border-color: rgb(var(--bs-primary-rgb));
  --product-performance-graphs-performance-btn-font-family: bnpp-sans;
  --product-performance-graphs-performance-btn-text-transform: none;
  --product-performance-graphs-container-input-gap: 30px;
  --product-performance-graphs-container-input-gap-md: 15px;
  --product-performance-graphs-container-input-label-gap: 10px;
  --product-performance-graphs-performance-label-font-size: 10px;
  --product-performance-graphs-performance-label-color: rgb(var(--bs-primary-rgb));
  --product-performance-graphs-performance-label-font-family: bnpp-sans;
  --product-performance-graphs-performance-input-border: 1px solid #dfdede;
  --product-performance-graphs-performance-input-color: rgb(var(--bs-primary-rgb));
  --product-performance-graphs-performance-input-text-transform: uppercase;
  --product-performance-graphs-performance-input-width: 96px;
  --product-performance-graphs-performance-input-font-size: 10px;
  --product-performance-graphs-performance-input-font-family: bnpp-sans;
  --product-performance-graphs-performance-input-padding: 10px 15px;
  --product-performance-graphs-btn-download-bg-color: rgb(var(--bs-primary-rgb));
  --product-performance-graphs-btn-download-color: #fff;
  --product-performance-graphs-btn-download-font-size: 12px;
  --product-performance-graphs-btn-download-font-family: inter-Medium-font;
  --product-performance-graphs-btn-download-text-transform: uppercase;
  --product-performance-graphs-btn-download-padding: 12px 20px;
  --product-performance-graphs-btn-download-border-radius: 50px;
  --product-performance-graphs-btn-download-icon-color: #fff;
  --product-performance-graphs-btn-download-color-hover: #fff;
  --product-performance-graphs-btn-download-bg-color-hover: rgba(36, 160, 119, 0.8);
  --product-composition-chart-outer-radius: 50%;
  --product-composition-chart-cl1: #003e38;
  --product-composition-chart-cl2: #ef7b5b;
  --product-composition-chart-cl3: #00685e;
  --product-composition-chart-cl4: #56b4c0;
  --product-composition-chart-cl5: #a3c43a;
  --product-composition-chart-cl6: #006755;
  --product-composition-chart-cl7: #52cdc5;
  --product-composition-chart-cl8: #00ab8e;
  --product-composition-chart-cl9: #006755;
  --product-composition-chart-cl10: #e46c0a;
  --product-composition-chart-cl11: #558ed5;
  --product-composition-chart-cl12: #e6af00;
  --product-composition-chart-cl13: #467ab8;
  --product-composition-chart-cl14: #ffd85d;
  --product-composition-chart-table-border-radius-size: 0;
  --product-composition-chart-table-th-bg: rgb(var(--bs-secondary-rgb));
  --product-composition-chart-table-th-font-size: 14px;
  --product-composition-chart-table-th-font-family: bnpp-sans-bold;
  --product-composition-chart-table-th-border-size: 1px;
  --product-composition-chart-table-th-border-type: solid;
  --product-composition-chart-table-th-border-color: #fff;
  --product-composition-chart-table-th-border: var(--product-composition-chart-table-th-border-size) var(--product-composition-chart-table-th-border-type);
  --product-composition-chart-table-th-color: #001121;
  --product-composition-chart-table-th-text-align: left;
  --product-composition-chart-table-th-font-weight: 400;
  --product-composition-chart-table-th-padding: 14px;
  --product-composition-chart-table-th-line-height: 1;
  --product-composition-chart-table-th-vertical-align: middle;
  --product-composition-chart-table-th-white-space: nowrap;
  --product-composition-chart-table-tr-td-odd-bg: #fff;
  --product-composition-chart-table-td-padding: 10px;
  --product-composition-chart-table-td-font-size: 14px;
  --product-composition-chart-table-td-font-family: bnpp-sans-light;
  --product-composition-chart-table-td-bg: #fff;
  --product-composition-chart-table-td-color: #666666;
  --product-composition-chart-table-td-box-shadow: none;
  --product-composition-chart-table-td-border-size: 1px;
  --product-composition-chart-table-td-border-type: solid;
  --product-composition-chart-table-td-border-color: #dfdede;
  --product-composition-chart-table-td-border: var(--product-composition-chart-table-td-border-size) var(--product-composition-chart-table-td-border-type) var(--product-composition-chart-table-td-border-color);
  --product-composition-chart-table-td-vertical-align: middle;
  --product-composition-chart-table-td-white-space: nowrap;
  --product-composition-chart-table-td-text-align: left;
  --product-composition-chart-table-td-first-child-text-align: left;
  --product-composition-chart-table-button-sort-icon-padding-left: 16px;
  
  
  --product-metrics-matrix-border-radius-size: 0;
  --product-metrics-matrix-border: none;
  --product-metrics-matrix-vertical-align: middle;
  --product-metrics-matrix-th-month-bg: #00947a;
  --product-metrics-matrix-th-month-font-size: 16px;
  --product-metrics-matrix-th-month-font-family: bnpp-sans;
  --product-metrics-matrix-th-month-border-size: 0;
  --product-metrics-matrix-th-month-border-style: solid;
  --product-metrics-matrix-th-month-border-color: #fff;
  --product-metrics-matrix-th-month-border: var(--product-metrics-matrix-th-month-border-size) var(--product-metrics-matrix-th-month-border-style);
  --product-metrics-matrix-th-month-color: #fff;
  --product-metrics-matrix-th-month-text-align: center;
  --product-metrics-matrix-th-month-font-weight: 400;
  --product-metrics-matrix-th-month-padding: 12px 16px;
  --product-metrics-matrix-th-month-line-height: 1;
  --product-metrics-matrix-th-month-nth-child-bg: #00947a;
  --product-metrics-matrix-td-padding: 10px;
  --product-metrics-matrix-td-font-size: 14px;
  --product-metrics-matrix-td-font-family: bnpp-sans-light;
  --product-metrics-matrix-td-bg: #fff;
  --product-metrics-matrix-td-text-color: #666666;
  --product-metrics-matrix-td-box-shadow: none;
  --product-metrics-matrix-td-border-size: 0px;
  --product-metrics-matrix-td-border-style: solid;
  --product-metrics-matrix-td-border-color: #dfdede;
  --product-metrics-matrix-td-border: var(--product-metrics-matrix-td-border-size) var(--product-metrics-matrix-td-border-style);
  --product-metrics-matrix-td-text-align: center;
  --product-metrics-matrix-td-vertical-align: middle;
  --product-metrics-matrix-td-white-space: nowrap;
  --product-metrics-matrix-td-year-bg-color: #86d1b6;
  --product-metrics-matrix-td-year-font-size: 16px;
  --product-metrics-matrix-td-year-text-color: #fff;
  --product-metrics-matrix-td-odd-bg-color: #f2f2f2;
  --product-metrics-matrix-td-odd-year-bg: rgb(var(--bs-primary-rgb));
  --product-metrics-matrix-td-return-bg: #f2f2f2;
  --product-metrics-matrix-td-return-color: #666666;
  --product-metrics-matrix-td-return-font-family: bnpp-sans-light;
  --product-metrics-matrix-td-odd-annuel-bg: #7189a6;
  --product-metrics-matrix-td-annuel-bg: #f2f2f2;
  --product-metrics-matrix-td-annuel-color: #666666;
  --product-composition-table-border-radius-size: 0;
  --product-composition-table-th-bg: #42b189;
  --product-composition-table-th-font-size: 14px;
  --product-composition-table-th-font-family: bnpp-sans;
  --product-composition-table-th-border-size: 1px;
  --product-composition-table-th-border-type: solid;
  --product-composition-table-th-border-color: #dfdede;
  --product-composition-table-th-border: var(--product-composition-table-th-border-size) var(--product-composition-table-th-border-type);
  --product-composition-table-th-color: #fff;
  --product-composition-table-th-text-align: center;
  --product-composition-table-th-font-weight: 400;
  --product-composition-table-th-padding: 12px 16px;
  --product-composition-table-th-line-height: 1;
  --product-composition-table-th-vertical-align: middle;
  --product-composition-table-th-white-space: nowrap;
  --product-composition-table-tr-td-odd-bg: #fff;
  --product-composition-table-td-padding: 10px 16px;
  --product-composition-table-td-font-size: 14px;
  --product-composition-table-td-font-family: bnpp-sans;
  --product-composition-table-td-bg: #fff;
  --product-composition-table-td-color: #001121;
  --product-composition-table-td-box-shadow: none;
  --product-composition-table-td-border-size: 1px;
  --product-composition-table-td-border-type: solid;
  --product-composition-table-td-border-color: #dfdede;
  --product-composition-table-td-border: var(--product-composition-table-td-border-size) var(--product-composition-table-td-border-type);
  --product-composition-table-td-vertical-align: middle;
  --product-composition-table-td-white-space: nowrap;
  --product-composition-table-td-text-align: left;
  --product-composition-table-td-first-child-text-align: left;
  --product-composition-table-link-text-decoration: none;
  --product-composition-table-link-color: #001121;
  --product-composition-table-button-sort-icon-color: #fff;
  --product-composition-table-button-sort-icon-padding-left: 16px;
  --product-metrics-table-border-radius-size: 0;
  --product-metrics-table-th-bg-color: #00947a;
  --product-metrics-table-th-color: #fff;
  --product-metrics-table-th-font-size: 15px;
  --product-metrics-table-th-font-family: bnpp-sans-bold;
  --product-metrics-table-th-padding: 16px 20px;
  --product-metrics-table-th-border: none;
  --product-metrics-table-th-text-align: center;
  --product-metrics-table-th-font-weight: 400;
  --product-metrics-table-first-td-color: #fff;
  --product-metrics-table-first-td-border-size: 2px;
  --product-metrics-table-first-td-border-type: solid;
  --product-metrics-table-first-td-border-color: #fff;
  --product-metrics-table-first-td-border: var(--product-metrics-table-first-td-border-size) var(--product-metrics-table-first-td-border-type) var(--product-metrics-table-first-td-border-color);
  --product-metrics-table-first-td-bg-color: #42b189;
  --product-metrics-table-td-bg-color-even: #42b189;
  --product-metrics-table-td-color: #000;
  --product-metrics-table-td-font-size: 14px;
  --product-metrics-table-td-font-family: bnpp-sans;
  --product-metrics-table-td-bg-color: #fff;
  --product-metrics-table-td-padding: 16px 8px;
  --product-metrics-table-td-border-bottom-size: 1px;
  --product-metrics-table-td-border-bottom-style: solid;
  --product-metrics-table-td-border-bottom-color: #dfdede;
  --product-metrics-table-td-border-bottom: var(--product-metrics-table-td-border-bottom-size) var(--product-metrics-table-td-border-bottom-style) var(--product-metrics-table-td-border-bottom-color);
  --product-metrics-table-td-text-align: center;
  --product-metrics-table-td-first-child-text-align: center;
  --product-metrics-table-td-first-child-font-family: bnpp-sans-bold;
  --product-metrics-table-td-first-child-border-bottom: 2px solid #fff;
  --product-metrics-table-td-last-child-border: none;
  --product-metrics-table-tr-bg-color-hover: none;
  --product-metrics-table-border: 1px solid #dfdede;
  --product-metrics-table-charac-border-radius-size: 0;
  --document-table-th-td-border-radius-size: 0;
  --document-table-icon-download-color: #24a077;
  --document-table-icon-download-width: 20px;
  --document-table-th-bg-color: #4d4d4d;
  --document-table-th-color: #001121;
  --document-table-th-border-bottom-size: 1px;
  --document-table-th-border-bottom-style: solid;
  --document-table-th-border-bottom-color: #4d4d4d;
  --document-table-th-border-bottom: var(--document-table-th-border-bottom-size) var(--document-table-th-border-bottom-style);
  --document-table-th-border-left-size: 1px;
  --document-table-th-border-left-style: solid;
  --document-table-th-border-left-color: #fff;
  --document-table-th-border-left: var(--document-table-th-border-left-size) var(--document-table-th-border-left-style);
  --document-table-th-text-align: center;
  --document-table-th-font-size: 14px;
  --document-table-th-padding: 15px 20px;
  --document-table-th-font-family: bnpp-sans-cond-bold;
  --document-table-th-font-weight: 400;
  --document-table-td-bg-color: #fff;
  --document-table-td-even-bg-color: #fff;
  --document-table-td-bg-color-hover: #396090;
  --document-table-td-color: #24a077;
  --document-table-td-font-size: 14px;
  --document-table-td-padding: 9px 20px;
  --document-table-td-font-family: bnpp-sans-cond;
  --document-table-td-border-size: 1px;
  --document-table-td-border-style: solid;
  --document-table-td-border-color: #fff;
  --document-table-td-border: var(--document-table-td-border-size) var(--document-table-td-border-style) var(--document-table-td-border-color);
  --document-table-td-height: 45px;
  --document-table-td-first-child-text-align: left;
  --document-table-td-text-align: center;
  --historical-table-border-radius-size: 0;
  --historical-table-th-bg-color: #4d4d4d;
  --historical-table-th-color: #001121;
  --historical-table-th-border-bottom-size: 1px;
  --historical-table-th-border-bottom-style: solid;
  --historical-table-th-border-bottom-color: #4d4d4d;
  --historical-table-th-border-bottom: var(--historical-table-th-border-bottom-size) var(--historical-table-th-border-bottom-style);
  --historical-table-th-border-left-size: 1px;
  --historical-table-th-border-left-style: solid;
  --historical-table-th-border-left-color: #fff;
  --historical-table-th-border-left: var(--historical-table-th-border-left-size) var(--historical-table-th-border-left-style);
  --historical-table-th-text-align: center;
  --historical-table-th-font-size: 14px;
  --historical-table-th-padding: 15px 20px;
  --historical-table-th-font-family: bnpp-sans-cond-bold;
  --historical-table-th-font-weight: 400;
  --historical-table-td-bg-color: #fff;
  --historical-table-td-even-bg-color: #fff;
  --historical-table-td-bg-color-hover: #396090;
  --historical-table-td-color: #24a077;
  --historical-table-td-font-size: 14px;
  --historical-table-td-padding: 9px 20px;
  --historical-table-td-font-family: bnpp-sans-cond;
  --historical-table-td-border-size: 1px;
  --historical-table-td-border-style: solid;
  --historical-table-td-border-color: #fff;
  --historical-table-td-border: var(--historical-table-td-border-size) var(--historical-table-td-border-style) var(--historical-table-td-border-color);
  --historical-table-td-height: 45px;
  --historical-table-td-first-child-text-align: left;
  --historical-table-td-text-align: center;
  --custom-cards-color: rgb(var(--bs-primary-rgb));
  --custom-cards-bg: #fff;
  --custom-cards-bg-hover: #6f6f6f;
  --custom-cards-border-color: #001121;
  --custom-cards-border-width: 1px;
  --custom-cards-gap: 20px;
  --custom-cards-min-height: 440px;
  --custom-cards-min-height-md: 400px;
  --custom-cards-badge-color: #fff;
  --custom-cards-badge-bg: rgb(var(--bs-primary-rgb));
  --custom-cards-badge-hover-color: #fff;
  --custom-cards-badge-hover-bg: rgb(var(--bs-primary-rgb));
  --custom-cards-card-title-hover-color: #fff;
  --custom-cards-card-link-icon-hover-color: #fff;
  --custom-cards-link-color: #fff;
  --custom-cards-link-bg: rgb(var(--bs-primary-rgb));
  --custom-cards-title-hover-color: #fff;
  --custom-cards-description-color: rgb(var(--bs-primary-rgb));
  --custom-cards-description-hover-color: #fff;
  --custom-cards-link-hover-color: #fff;
  --custom-cards-link-hover-bg: transparent;
  --custom-cards-link-hover-border-color: #fff;
  --custom-cards-with-image-link-hover-color: rgb(var(--bs-primary-rgb));
  --custom-cards-with-image-link-hover-bg: transparent;
  --custom-cards-padding-bottom: 20px;
  --custom-cards-with-image-color: #fff;
  --custom-cards-with-image-description-color: #fff;
  --custom-cards-with-image-link-color: rgb(var(--bs-primary-rgb));
  --custom-cards-with-image-link-bg: #fff;
  --nav-tabs-link-font-size: 18px;
  --nav-tabs-link-font-family: bnpp-sans;
  --nav-tabs-link-font-weight: 400;
  --nav-tabs-justify-content: center;
  --nav-tabs-gap: 25px;
  --nav-tabs-link-padding-top: 17px;
  --nav-tabs-link-padding-bottom: 15px;
  --nav-tabs-link-padding-right: 70px;
  --nav-tabs-link-padding-left: 70px;
  --nav-tabs-margin-bottom: 64px;
  --nav-tabs-border-width: 0;
  --nav-tabs-border-radius: 50px;
  --nav-tabs-link-hover-border-color: none;
  --nav-tabs-link-color: rgb(var(--bs-primary-rgb));
  --nav-tabs-link-bg: $white;
  --nav-tabs-link-active-color: #fff;
  --nav-tabs-link-hover-color: #fff;
  --nav-tabs-link-hover-bg-color: rgb(var(--bs-primary-rgb));
  --nav-tabs-link-active-bg: rgb(var(--bs-primary-rgb));
  --nav-tabs-link-border-color: rgb(var(--bs-primary-rgb));
  --nav-tabs-link-border-size: 1px;
  --nav-tabs-link-border-type: solid;
  --nav-tabs-link-border: var(--nav-tabs-link-border-size) var(--nav-tabs-link-border-type) var(--nav-tabs-link-border-color);
  --nav-tabs-link-active-border-color: none;
  --nav-tabs-link-border-bottom-color: transparent;
  --nav-tabs-link-border-bottom-height: 0;
  --nav-tabs-link-border-bottom-active-color: transparent;
  --nav-tabs-link-border-bottom-active-height: 0;
  --historical-flters-input-date-bg-color: #f7f0df;
  --historical-flters-input-date-border: 1px solid #4d4d4d;
  --historical-flters-input-date-color: #000;
  --historical-flters-input-date-padding: 10px 50px 10px 30px;
  --historical-flters-input-date-font-family: bnpp-sans-cond;
  --historical-flters-input-date-font-size: 12px;
  --historical-flters-input-date-border-radius: 5px;
  --historical-flters-input-date-color-placeholder: #000;
  --historical-flters-input-label-color: #000;
  --historical-flters-input-label-font-size: 15px;
  --historical-flters-input-label-font-family: bnpp-sans-bold;
  --historical-flters-input-label-margin-bottom: 0;
  --historical-flters-btn-export-bg-color: transparent;
  --historical-flters-btn-export-color: #001121;
  --historical-flters-btn-export-font-family: OpenSans-medium-font;
  --historical-flters-btn-export-border: 0;
  --historical-flters-btn-export-border-radius: 0;
  --historical-flters-btn-export-font-size: 12px;
  --historical-flters-btn-export-padding: 0;
  --historical-flters-btn-export-bg-color-hover: transparent;
  --historical-flters-btn-export-color-hover: #4d4d4d;
  --historical-flters-btn-export-border-hover: 0;
  --table-with-header-font-size: 0.875rem;
  --table-with-header-font-family: bnpp-sans-bold;
  --table-with-header-height: 46px;
  --table-with-header-padding: 10px;
  --table-with-header-bg: rgb(var(--bs-primary-rgb));
  --table-with-header-color: #fff;
  --table-with-header-border: 1px solid rgb(var(--bs-primary-rgb));
  --table-with-header-body-font-size: 1rem;
  --table-with-header-body-font-family: bnpp-sans;
  --table-with-header-body-td-color: #001121;
  --table-with-header-body-td-bg: #fff;
  --table-with-header-body-td-border: 1px solid rgb(var(--bs-primary-rgb));
  --table-with-header-body-td-padding: 10px 16px;
  --table-with-header-body-td-text-align: center;
  --table-with-header-body-td-height: 46px;
  --table-with-header-body-first-td-font-size: 1rem;
  --table-with-header-body-first-td-font-family: bnpp-sans;
  --table-with-header-body-first-td-color: #001121;
  --table-with-header-row-even-bg: #fff;
  --table-with-header-spacing: 2px;
  --table-with-header-border-collapse: separate;
  --header-postion: fixed;
  --h1-font-size: 7.5rem;
  --h2-font-size: 5.625rem;
  --h3-font-size: 2.688rem;
  --h4-font-size: 2.188rem;
  --h5-font-size: 1.12rem;
  --h6-font-size: 1rem;
  --bs-body-font-family: var(--font-family-base);
  --headings-font-family: bnpp-sans-cond-bold;
  --faqs-left-side-bg-color: #fff;
  --product-performance-scenario-filter-border-radius-size: 0;
  --product-performance-scenario-filter-bg-color: rgb(var(--bs-secondary-rgb));
  --product-performance-scenario-filter-padding: 10px 20px 10px 20px;
  --product-performance-scenario-table-th-bg-color: #f5f5f7;
  --product-performance-scenario-table-th-even-bg-color: #fff;
  --product-performance-scenario-table-th-color: #000;
  --product-performance-scenario-table-th-font-size: 15px;
  --product-performance-scenario-table-th-font-family: bnpp-sans;
  --product-performance-scenario-table-th-padding: 16px 20px;
  --product-performance-scenario-table-th-text-align: center;
  --product-performance-scenario-table-tr-odd-color: #fff;
  --product-performance-scenario-table-tr-even-color: #f5f5f7;
  --product-performance-scenario-table-td-text-align: center;
  --product-performance-scenario-table-td-color: #000;
  --product-performance-scenario-table-td-font-size: 14px;
  --product-performance-scenario-table-td-padding: 16px 8px;
  --product-performance-scenario-table-td-font-family: bnpp-sans-bold;
  --product-performance-scenario-table-td-span-font-family: bnpp-sans;
  --product-composition-graphs-cl1: #003e38;
  --product-composition-graphs-cl2: #ef7a5a;
  --product-composition-graphs-cl3: #00685e;
  --product-composition-graphs-cl4: #56b4c0;
  --product-composition-graphs-cl5: #a3c439;
  --product-composition-graphs-cl6: #006755;
  --product-composition-graphs-cl7: #52cdc5;
  --product-composition-graphs-cl8: #00ab8e;
  --product-composition-graphs-cl9: #1fab8b;
  --product-composition-graphs-cl10: #004229;
  --product-composition-graphs-cl11: #e46c0a;
  --product-composition-graphs-cl12: #ffd85d;
  --product-composition-graphs-cl13: #e6af00;
  --product-composition-graphs-cl14: #00915a;
  --product-composition-graphs-legend-text-color: #777777;
  --product-composition-graphs-axis-text-color: #777777;
  --product-metrics-td-carac-font-size: 14px;
  --product-metrics-td-carac-padding: 10px;
  --product-metrics-td-carac-txt-bg-color: #42b189;
  --product-metrics-td-carac-txt-odd-bg-color: #42b189;
  --product-metrics-td-carac-value-bg-color: #fff;
  --product-metrics-td-carac-value-odd-bg-color: #fff;
  --product-metrics-td-carac-txt-font-family: bnpp-sans;
  --product-metrics-td-carac-txt-color: #fff;
  --product-metrics-td-carac-value-color: #000;
  --product-metrics-td-carac-value-font: bnpp-sans;
  --product-metrics-td-carac-border-size: 1px;
  --product-metrics-td-carac-border-type: solid;
  --product-metrics-td-carac-border-color: #c4dbed;
  --product-metrics-td-carac-border: var(--product-metrics-td-carac-border-size) var(--product-metrics-td-carac-border-type);
  --product-metrics-td-carac-txt-align: center;
  --product-metrics-td-carac-value-align: center;
  --document-card-gutter-x-size: 67px;
  --document-card-gutter-y-size: 0;
  --document-card-box-shadow: none;
  --document-card-bg-color: rgb(var(--bs-primary-rgb));
  --document-card-title-color: rgb(var(--bs-secondary-rgb));
  --document-card-border-color: rgb(var(--bs-primary-rgb));
  --document-card-border-active: var(--border-size) var(--border-style) var(--border-color);
  --document-card-border-radius-size: var(--border-radius-size);
  --document-card-date-color: rgb(var(--bs-secondary-rgb));
  --document-card-date-icon-color: rgb(var(--bs-secondary-rgb));
  --document-card-icon-download-color: rgb(var(--bs-secondary-rgb));
  --document-card-bg-color-hover: rgb(var(--bs-secondary-rgb));
  --document-card-border-color-hover: rgb(var(--bs-secondary-rgb));
  --document-card-color-hover: rgb(var(--bs-primary-rgb));
  --document-card-icon-download-hover-color: rgb(var(--bs-primary-rgb));
  --table-two-columns-font-size: 1rem;
  --table-two-columns-font-family: bnpp-sans;
  --table-two-columns-td-color: #001121;
  --table-two-columns-td-bg: #fff;
  --table-two-columns-td-padding: 10px 16px;
  --table-two-columns-td-border: 1px solid rgb(var(--bs-primary-rgb));
  --table-two-columns-first-td-bg: rgb(var(--bs-primary-rgb));
  --table-two-columns-first-td-color: #fff;
  --table-two-columns-td-text-align: left;
  --table-two-columns-first-td-border: 1px solid rgb(var(--bs-primary-rgb));
  --table-two-columns-first-td-font-family: bnpp-sans-bold;
  --table-two-columns-first-td-font-size: 0.875rem;
  --table-two-columns-first-td-text-align: left;
  --m-custom-cards-nav-btn-border-color: #24a077;
  --m-custom-cards-nav-svg-color: #fff;
  --m-custom-cards-nav-svg-color-hover: #fff;
  --m-custom-cards-dots-btn-active-bg: #24a077;
  --m-custom-cards-nav-border-bg-hover: #24a077;
  --m-custom-cards-nav-btn-disabled-border-color: #6f6f6f;
  --m-custom-cards-nav-btn-disabled-bg: #6f6f6f;
  --m-custom-cards-nav-svg-disabled-color: #fff;
  --m-custom-cards-nav-btn-bg: #24a077;
  --m-custom-cards-dots-bg: #6f6f6f;
  --m-custom-cards-owl-dot-bg: #dfdede;
  --product-metrics-calendar-month-bg: rgb(var(--bs-secondary-rgb));
  --product-metrics-calendar-th-border-color: #fff;
  --product-metrics-calendar-td-bg: #fff;
  --product-metrics-calendar-td-border-color: #fff;
  --product-metrics-calendar-year-bg: 77, 77, 77;
  --product-metrics-calendar-annual-bg: 77, 77, 77;
  --product-metrics-calendar-td-odd-bg: 77, 77, 77;
  --product-metrics-calendar-td-year-odd-bg: 77, 77, 77;
  --product-metrics-calendar-annual-bg-odd-bg: 77, 77, 77;
  --product-metrics-calendar-td-color: #24a077;
  --product-registration-countries-font-size: 0.75rem;
  --product-registration-countries-font-family: bnpp-sans-bold;
  --product-registration-countries-color: #001121;
  --product-registration-countries-gap: 15px;
  --product-registration-countries-margin-bottom: 15px;
  --product-registration-countries-flag-width: 32px;
  --product-registration-countries-flag-height: 32px;
  --product-registration-countries-flag-border-radius-size: 100%;
  --product-registration-countries-flag-bg-color: #f5f5f7;
  --product-registration-countries-flag-shadow: 2px 2px 2px 2px rgba(#001121, 0.2);
  --content-cards-badge-bg: #396090;
  --content-cards-badge-bg-hover: #24a077;
  --content-cards-first-link-font-size: 30px;
  --content-cards-first-link-date-color: #001121;
  --content-cards-badge-color: #001121;
  --content-cards-badge-color-hover: #fff;
  --content-cards-badge-text-transform: uppercase;
  --content-cards-title-color: #24a077;
  --content-cards-title-font-family: bnpp-sans-cond;
  --m-component-custom-card-tag-color: 0, 17, 33;
  --m-component-custom-card-tag-font-family: bnpp-sans-bold;
  --m-component-custom-card-tag-bg: 223, 243, 254;
  --m-component-custom-card-date-bg: 36, 160, 119;
  --m-component-custom-card-title-color: 36, 160, 119;
  --m-component-custom-card-desc-color: #000;
  --m-component-custom-card-link-color: 0, 141, 90;
  --m-component-custom-card-link-border-color: 0, 141, 90;
  --m-component-custom-card-link-border-hover: 255, 255, 255;
  --m-custom-cards-vertical-col-body-bg: #fff;
  --m-custom-cards-vertical-col-body-border-color: #6f6f6f;
  --m-custom-cards-vertical-title-color: #24a077;
  --m-custom-cards-vertical-content-color: #24a077;
  --m-custom-cards-vertical-body-hover-border-color: #24a077;
  --m-custom-cards-vertical-body-hover-svg-color: #24a077;
  --m-custom-cards-vertical-box-shadow-color-hover: 36, 160, 119;
  --m-custom-cards-vertical-default-title-color: #fff;
  --m-custom-cards-vertical-default-content-color: #24a077;
  --product-card-gutter-x-size: 24px;
  --product-card-gutter-y-size: 0;
  --product-card-box-shadow-active: var(--box-shadow-horizontal-size) var(--box-shadow-vertical-size) var(--box-shadow-blur-radius-size) var(--box-shadow-spread-radius-size) rgba(var(--box-shadow-color-rgb), var(--box-shadow-opacity));
  --product-card-border-active: var(--border-size) var(--border-style) var(--border-color);
  --product-card-color-title: #fff;
  --product-card-bg: #000;
  --product-card-bg-hover: rgb(var(--bs-primary-rgb));
  --product-card-border-radius-size: var(--border-radius-size);
  --product-card-content-alignment: center;
  --dropdown-submenu-bg: #fff;
  --dropdown-submenu-bg-lg: #f5f5f7;
  --dropdown-submenu-title-color: #000;
  --dropdown-submenu-link-color: rgb(var(--bs-secondary-rgb));
  --dropdown-submenu-link-color-lg: rgb(var(--bs-secondary-rgb));
  --dropdown-submenu-description-color: #000;
  --dropdown-submenu-link-hover-color: #fff;
  --dropdown-submenu-link-hover-bg: rgb(var(--bs-tertiary-rgb));
  --chart-font-family: bnpp-sans-bold;
  --chart-tooltip-font-size: 12;
  --chart-label-font-size: 14;
  --chart-label-font-color: #000;
  --chart-legend-font-size: 12;
  --chart-emphasis-label-font-size: 20;
  --chart-font-color: #fff;
  --box-shadow-color-rgb: 36, 160, 119;
  --box-shadow-horizontal-size: 0;
  --box-shadow-vertical-size: 4px;
  --box-shadow-blur-radius-size: 11px;
  --box-shadow-spread-radius-size: 0;
  --box-shadow-opacity: 1;
  --nav-link-color: rgb(var(--bs-secondary-rgb));
  --nav-link-color-hover: rgb(var(--bs-tertiary-rgb));
  --nav-link-color-lg: rgb(var(--bs-secondary-rgb));
  --nav-link-color-hover-lg: rgb(var(--bs-tertiary-rgb));
  --nav-link-active-border-bottom-color: rgb(var(--bs-tertiary-rgb));
  --nav-link-active-border-bottom: 2px solid var(--nav-link-active-border-bottom-color);
  --product-map-breakdown-cl1: #1340754d;
  --product-map-breakdown-cl2: #13407580;
  --product-map-breakdown-cl3: #134075a6;
  --product-map-breakdown-cl4: #134075cc;
  --product-map-breakdown-cl5: #134075;
  --product-map-breakdown-hover-color: #2c5aa0;
  --card-title-color: #fff;
  --card-date-color: #fff;
  --card-color: #fff;
  --card-title-hover-color: rgb(var(--bs-primary-rgb));
  --card-link-icon-hover-color: rgb(var(--bs-primary-rgb));
  --footer-bg: #fff;
  --footer-color: #dff3fe;
  --footer-border-top: #0da676;
  --footer-social-media-color: #fff;
  --footer-social-media-color-hover: rgb(var(--bs-primary-rgb));
  --m-custom-cards-horizontal-body-border-color: 0, 0, 0;
  --m-custom-cards-horizontal-body-border-color-hover: 36, 160, 119;
  --m-custom-cards-horizontal-body-box-shadow-color-hover: 36, 160, 119;
  --m-custom-cards-horizontal-body-link-color: #fff;
  --m-custom-cards-horizontal-body-content-color: #24a077;
  --border-color: rgb(var(--bs-primary-rgb));
  --border-style: solid;
  --border-size: 1px;
  --border-radius-size: 0.3125rem;
  --btn-primary-custom-cards-vertical-bg: transparent;
  --btn-primary-custom-cards-vertical-color: #24a077;
  --btn-primary-custom-cards-vertical-svg-color: #24a077;
  --btn-primary-custom-cards-vertical-hover-color: #24a077;
  --footer-links-icon-color: rgb(var(--bs-primary-rgb));
  --footer-links-color: #6b6e71;
  --footer-links-color-hover: rgb(var(--bs-primary-rgb));
  --footer-links-icon-color-hover: rgb(var(--bs-primary-rgb));
  --modal-bg: #fff;
  --modal-backdrop-bg: 0, 0, 0;
  --modal-content-color: #001121;
  --modal-title-color: #001121;
  --navbar-header-bg: #fff;
  --navbar-header-bg-lg: #fff;
  --navbar-header-scroll-bg: #001121;
  --navbar-header-hover-bg: #001121;
  --product-calendar-performance-cl1: #00545c;
  --product-calendar-performance-cl2: #abd6c0;
  --product-calendar-performance-cl3: #22211d;
  --product-calendar-performance-cl4: #f6f6f6;
  --table-zebra-two-columns-td-bg-odd: #eaf4f0;
  --table-zebra-two-columns-td-bg-even: #fff;
  --table-zebra-two-columns-td-border-color: #dfdede;
  --table-zebra-two-columns-td-border: 1px solid var(--table-zebra-two-columns-td-border-color);
  --badge-hover-color: rgb(var(--bs-primary-rgb));
  --badge-hover-bg: rgb(var(--bs-primary-rgb));
  --input-focus-border-color: rgb(var(--bs-primary-rgb));
  --input-focus-color: rgb(var(--bs-primary-rgb));
  --m-section-credibly-bg: #f5f5f7;
  --m-section-custom-cards-bg: #f5f5f7;
  --responsive-rectangle-card-badge-color: #fff;
  --responsive-rectangle-card-badge-bg: #24a077;
  --slider-filter-width: 100%;
  --slider-filter-padding: 24px 0;
  --sub-footer-bg: #fff;
  --sub-footer-color: #000;
  --amount-wrapper-input-background: #fff;
  --btn-font-family: bnpp-sans-light;
  --custom-btn-color: #fff;
  --font-family-base: bnpp-sans-light;
  --form-label-color: #000;
  --input-bg: transparent;
  --input-border-color: #eaf4f0;
  --input-color: rgb(var(--bs-primary-rgb));
  --input-placeholder-color: #24a077;
  --nav-brand-wrapper-bg-lg: #fff;
  --standard-flters-composition-input-bg-color: rgba(77,77,77,.1);
}


.page-wrapper {
  padding-top: 70px;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .page-wrapper {
    padding-top: 63px;
  }
}

.btn {
  font-weight: 700;
}
.btn:not(.m-scroll-top-btn, .m-performance-btn, .btn-link) {
  min-width: 200px;
}
.btn.btn-info {
  color: #001121;
  background-color: #008d5a;
  border-color: #008d5a;
  border-radius: 12px;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background-color: #fff;
  color: #24a077;
}
.btn.m-performance-btn {
  font-weight: 400;
}

.m-disclaimer-modal .modal-lg {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .m-disclaimer-modal .modal-lg {
    justify-content: flex-start;
    padding-top: 10px;
  }
}
.m-disclaimer-modal .modal-header {
  display: flex;
  border: none;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .m-disclaimer-modal .modal-header {
    flex-direction: column;
  }
}
.m-disclaimer-modal .modal-header .modal-title {
  margin-top: 0;
  padding-left: 15px;
}
.m-disclaimer-modal .modal-header .m-dropdown .m-dropdown-btn {
  padding: 15px 16px !important;
}
@media (max-width: 991.98px) {
  .m-disclaimer-modal .modal-content {
    padding: 2rem 1rem 1rem;
  }
}
.m-disclaimer-modal .modal-content .modal-body .m-disclaimer-information {
  max-height: 340px;
  overflow-y: auto;
}
@media (min-width: 1400px) {
  .m-disclaimer-modal .modal-content .modal-body .m-disclaimer-information {
    max-height: calc(100vh - 240px) !important;
  }
}
@media (max-width: 991.98px) {
  .m-disclaimer-modal .modal-content .modal-body .m-disclaimer-information {
    max-height: 250px;
  }
}
.m-disclaimer-modal .modal-content .modal-body .m-disclaimer-information .m-disclaimer-condition p {
  margin-bottom: 8px;
  font-size: 0.87rem;
}
.m-disclaimer-modal .modal-content .modal-body .m-disclaimer-information::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.m-disclaimer-modal .modal-content .modal-body .m-disclaimer-information::-webkit-scrollbar-track {
  background-color: #a6a6a6;
}
.m-disclaimer-modal .modal-content .modal-body .m-disclaimer-information::-webkit-scrollbar-thumb {
  background-color: #4d4d4d;
}
.m-disclaimer-modal .modal-content .modal-body .m-disclaimer-information::-webkit-scrollbar-track, .m-disclaimer-modal .modal-content .modal-body .m-disclaimer-information::-webkit-scrollbar-thumb {
  border-radius: 8px;
}
.m-disclaimer-modal .modal-footer {
  padding: 0 8px;
}
.m-disclaimer-modal .modal-footer .btn {
  width: 150px;
}
@media (max-width: 767.98px) {
  .m-disclaimer-modal .modal-footer .btn {
    width: 100%;
    margin-bottom: 8px;
  }
}

.ngb-dp-content .ngb-dp-weekday {
  color: #fff !important;
}

.table-default {
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 1rem;
  font-family: "bnpp-sans";
  background-color: transparent !important;
}
.table-default tbody > tr td {
  color: #333333;
  background-color: #fff;
  width: 50%;
  padding: 10px 16px;
  border: 1px solid #81c6ae;
  vertical-align: middle;
  height: 46px;
}
.table-default tbody > tr td:first-child {
  background-color: #24a077;
  color: #fff;
  border: 1px solid #24a077;
  font-family: "bnpp-sans-bold";
  font-size: 0.87rem;
}

.table-with-header {
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 1rem;
  font-family: "bnpp-sans";
  background-color: transparent !important;
}
.table-with-header thead > tr th {
  background-color: #42b28a;
  border: 0;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-family: "bnpp-sans-bold";
  font-size: 0.87rem;
  height: 46px;
}
.table-with-header thead > tr th:first-child {
  background-color: #24a077;
}
.table-with-header tbody > tr td {
  color: #001121;
  background-color: #fff;
  width: 50%;
  padding: 10px 16px;
  border: 0;
  vertical-align: middle;
  text-align: center;
  height: 46px;
  font-size: 1rem;
}
.table-with-header tbody > tr td:first-child {
  font-size: 0.87rem;
  font-family: "bnpp-sans-bold";
  color: #24a077;
}
.table-with-header tbody > tr:nth-of-type(even) td {
  background-color: #eaf4f0;
}

asterius-product-composition-chart .m-table-finder-result > thead {
  display: none;
}
asterius-product-composition-chart .m-table-finder-result > tbody > tr.row-composition td .m-color-composition {
  border-radius: 50%;
}

asterius-product-metrics-matrix .m-table-finder-result > thead > tr th.col-month {
  text-transform: uppercase;
}
asterius-product-metrics-matrix .m-table-finder-result > tbody > tr td {
  border-bottom: 1px solid #24a077 !important;
}
asterius-product-metrics-matrix .m-table-finder-result > tbody > tr td.col-year {
  font-family: "bnpp-sans" !important;
}
asterius-product-metrics-matrix .m-table-finder-result > tbody > tr:nth-of-type(even) td:nth-child(14), asterius-product-metrics-matrix .m-table-finder-result > tbody > tr:nth-of-type(even) td:nth-child(n+15) {
  background-color: #fff !important;
}

asterius-product-composition-chart .chart-container {
  height: 350px !important;
}
.table-tow-columns{
    border-collapse: separate;
    border-spacing: 2px;
}
