@charset "UTF-8";

/* src/styles.scss */
:root {
  --colors-primary-00: #FFFFFF;
  --colors-primary-00-rgb:
    255,
    255,
    255;
  --colors-primary-01: #2C2A29;
  --colors-primary-01-rgb:
    44,
    42,
    41;
  --colors-secundary-00: #FDDA24;
  --colors-secundary-00-rgb:
    253,
    218,
    36;
  --colors-secundary-01: #00C389;
  --colors-secundary-01-rgb:
    0,
    195,
    137;
  --colors-secundary-02: #9063CD;
  --colors-secundary-02-rgb:
    144,
    99,
    205;
  --colors-secundary-03: #FF7F41;
  --colors-secundary-03-rgb:
    255,
    127,
    65;
  --colors-secundary-04: #F5B6CD;
  --colors-secundary-04-rgb:
    245,
    182,
    205;
  --colors-secundary-05: #59CBE8;
  --colors-secundary-05-rgb:
    89,
    203,
    232;
  --colors-neutro-50: #F9F9FA;
  --colors-neutro-50-rgb:
    249,
    249,
    250;
  --colors-neutro-100: #F2F2F4;
  --colors-neutro-100-rgb:
    242,
    242,
    244;
  --colors-neutro-200: #D9DADD;
  --colors-neutro-200-rgb:
    217,
    218,
    221;
  --colors-neutro-300: #B3B5B8;
  --colors-neutro-300-rgb:
    179,
    181,
    184;
  --colors-neutro-400: #97999B;
  --colors-neutro-400-rgb:
    151,
    153,
    155;
  --colors-neutro-500: #7D7F82;
  --colors-neutro-500-rgb:
    125,
    127,
    130;
  --colors-neutro-600: #727476;
  --colors-neutro-600-rgb:
    114,
    116,
    118;
  --colors-neutro-700: #595A5C;
  --colors-neutro-700-rgb:
    89,
    90,
    92;
  --colors-neutro-800: #454648;
  --colors-neutro-800-rgb:
    69,
    70,
    72;
  --colors-neutro-900: #353537;
  --colors-neutro-900-rgb:
    53,
    53,
    55;
  --colors-status-success: #00C389;
  --colors-status-success-rgb:
    0,
    195,
    137;
  --colors-status-warning: #FDDA24;
  --colors-status-warning-rgb:
    253,
    218,
    36;
  --colors-status-error: #FF7F41;
  --colors-status-error-rgb:
    255,
    127,
    65;
  --colors-status-info: #59CBE8;
  --colors-status-info-rgb:
    89,
    203,
    232;
  --colors-status-generic: #F9F9FA;
  --colors-status-generic-rgb:
    249,
    249,
    250;
  --colors-tonalities-a-100: #FEF4BB;
  --colors-tonalities-a-100-rgb:
    254,
    244,
    187;
  --colors-tonalities-b-100: #B0ECDA;
  --colors-tonalities-b-100-rgb:
    176,
    236,
    218;
  --colors-tonalities-c-100: #DDCFF0;
  --colors-tonalities-c-100-rgb:
    221,
    207,
    240;
  --colors-tonalities-d-100: #FFD7C4;
  --colors-tonalities-d-100-rgb:
    255,
    215,
    196;
  --colors-tonalities-e-100: #FCE8F0;
  --colors-tonalities-e-100-rgb:
    252,
    232,
    240;
  --colors-tonalities-f-100: #CCEFF8;
  --colors-tonalities-f-100-rgb:
    204,
    239,
    248;
  --colors-tonalities-a-200: #FDE773;
  --colors-tonalities-a-200-rgb:
    253,
    231,
    115;
  --colors-tonalities-b-200: #66DBB8;
  --colors-tonalities-b-200-rgb:
    102,
    219,
    184;
  --colors-tonalities-c-200: #C5ADE5;
  --colors-tonalities-c-200-rgb:
    197,
    173,
    229;
  --colors-tonalities-d-200: #FFB28D;
  --colors-tonalities-d-200-rgb:
    255,
    178,
    141;
  --colors-tonalities-e-200: #F9D3E1;
  --colors-tonalities-e-200-rgb:
    249,
    211,
    225;
  --colors-tonalities-f-200: #9BE0F1;
  --colors-tonalities-f-200-rgb:
    155,
    224,
    241;
  --colors-accesibility-a-11-y-dark-green: #038144;
  --colors-accesibility-a-11-y-dark-green-rgb:
    3,
    129,
    68;
  --colors-accesibility-a-11-y-dark-red: #E20201;
  --colors-accesibility-a-11-y-dark-red-rgb:
    226,
    2,
    1;
  --colors-accesibility-a-11-y-dark-blue: #3455DB;
  --colors-accesibility-a-11-y-dark-blue-rgb:
    52,
    85,
    219;
  --colors-accesibility-a-11-y-green: #69CC96;
  --colors-accesibility-a-11-y-green-rgb:
    105,
    204,
    150;
  --colors-accesibility-a-11-y-red: #FF8389;
  --colors-accesibility-a-11-y-red-rgb:
    255,
    131,
    137;
  --colors-accesibility-a-11-y-blue: #59CBE8;
  --colors-accesibility-a-11-y-blue-rgb:
    89,
    203,
    232;
  --outline-color-focus: var(--colors-accesibility-a-11-y-dark-blue);
}
:root .nv-bg-colors-primary-00 {
  background-color: #FFFFFF;
}
:root .nv-border-colors-primary-00 {
  border-color: #FFFFFF;
}
:root .nv-text-colors-primary-00 {
  color: #FFFFFF;
}
:root .nv-bg-colors-primary-01 {
  background-color: #2C2A29;
}
:root .nv-border-colors-primary-01 {
  border-color: #2C2A29;
}
:root .nv-text-colors-primary-01 {
  color: #2C2A29;
}
:root .nv-bg-colors-secundary-00 {
  background-color: #FDDA24;
}
:root .nv-border-colors-secundary-00 {
  border-color: #FDDA24;
}
:root .nv-text-colors-secundary-00 {
  color: #FDDA24;
}
:root .nv-bg-colors-secundary-01 {
  background-color: #00C389;
}
:root .nv-border-colors-secundary-01 {
  border-color: #00C389;
}
:root .nv-text-colors-secundary-01 {
  color: #00C389;
}
:root .nv-bg-colors-secundary-02 {
  background-color: #9063CD;
}
:root .nv-border-colors-secundary-02 {
  border-color: #9063CD;
}
:root .nv-text-colors-secundary-02 {
  color: #9063CD;
}
:root .nv-bg-colors-secundary-03 {
  background-color: #FF7F41;
}
:root .nv-border-colors-secundary-03 {
  border-color: #FF7F41;
}
:root .nv-text-colors-secundary-03 {
  color: #FF7F41;
}
:root .nv-bg-colors-secundary-04 {
  background-color: #F5B6CD;
}
:root .nv-border-colors-secundary-04 {
  border-color: #F5B6CD;
}
:root .nv-text-colors-secundary-04 {
  color: #F5B6CD;
}
:root .nv-bg-colors-secundary-05 {
  background-color: #59CBE8;
}
:root .nv-border-colors-secundary-05 {
  border-color: #59CBE8;
}
:root .nv-text-colors-secundary-05 {
  color: #59CBE8;
}
:root .nv-bg-colors-neutro-50 {
  background-color: #F9F9FA;
}
:root .nv-border-colors-neutro-50 {
  border-color: #F9F9FA;
}
:root .nv-text-colors-neutro-50 {
  color: #F9F9FA;
}
:root .nv-bg-colors-neutro-100 {
  background-color: #F2F2F4;
}
:root .nv-border-colors-neutro-100 {
  border-color: #F2F2F4;
}
:root .nv-text-colors-neutro-100 {
  color: #F2F2F4;
}
:root .nv-bg-colors-neutro-200 {
  background-color: #D9DADD;
}
:root .nv-border-colors-neutro-200 {
  border-color: #D9DADD;
}
:root .nv-text-colors-neutro-200 {
  color: #D9DADD;
}
:root .nv-bg-colors-neutro-300 {
  background-color: #B3B5B8;
}
:root .nv-border-colors-neutro-300 {
  border-color: #B3B5B8;
}
:root .nv-text-colors-neutro-300 {
  color: #B3B5B8;
}
:root .nv-bg-colors-neutro-400 {
  background-color: #97999B;
}
:root .nv-border-colors-neutro-400 {
  border-color: #97999B;
}
:root .nv-text-colors-neutro-400 {
  color: #97999B;
}
:root .nv-bg-colors-neutro-500 {
  background-color: #7D7F82;
}
:root .nv-border-colors-neutro-500 {
  border-color: #7D7F82;
}
:root .nv-text-colors-neutro-500 {
  color: #7D7F82;
}
:root .nv-bg-colors-neutro-600 {
  background-color: #727476;
}
:root .nv-border-colors-neutro-600 {
  border-color: #727476;
}
:root .nv-text-colors-neutro-600 {
  color: #727476;
}
:root .nv-bg-colors-neutro-700 {
  background-color: #595A5C;
}
:root .nv-border-colors-neutro-700 {
  border-color: #595A5C;
}
:root .nv-text-colors-neutro-700 {
  color: #595A5C;
}
:root .nv-bg-colors-neutro-800 {
  background-color: #454648;
}
:root .nv-border-colors-neutro-800 {
  border-color: #454648;
}
:root .nv-text-colors-neutro-800 {
  color: #454648;
}
:root .nv-bg-colors-neutro-900 {
  background-color: #353537;
}
:root .nv-border-colors-neutro-900 {
  border-color: #353537;
}
:root .nv-text-colors-neutro-900 {
  color: #353537;
}
:root .nv-bg-colors-status-success {
  background-color: #00C389;
}
:root .nv-border-colors-status-success {
  border-color: #00C389;
}
:root .nv-text-colors-status-success {
  color: #00C389;
}
:root .nv-bg-colors-status-warning {
  background-color: #FDDA24;
}
:root .nv-border-colors-status-warning {
  border-color: #FDDA24;
}
:root .nv-text-colors-status-warning {
  color: #FDDA24;
}
:root .nv-bg-colors-status-error {
  background-color: #FF7F41;
}
:root .nv-border-colors-status-error {
  border-color: #FF7F41;
}
:root .nv-text-colors-status-error {
  color: #FF7F41;
}
:root .nv-bg-colors-status-info {
  background-color: #59CBE8;
}
:root .nv-border-colors-status-info {
  border-color: #59CBE8;
}
:root .nv-text-colors-status-info {
  color: #59CBE8;
}
:root .nv-bg-colors-status-generic {
  background-color: #F9F9FA;
}
:root .nv-border-colors-status-generic {
  border-color: #F9F9FA;
}
:root .nv-text-colors-status-generic {
  color: #F9F9FA;
}
:root .nv-bg-colors-tonalities-a-100 {
  background-color: #FEF4BB;
}
:root .nv-border-colors-tonalities-a-100 {
  border-color: #FEF4BB;
}
:root .nv-text-colors-tonalities-a-100 {
  color: #FEF4BB;
}
:root .nv-bg-colors-tonalities-b-100 {
  background-color: #B0ECDA;
}
:root .nv-border-colors-tonalities-b-100 {
  border-color: #B0ECDA;
}
:root .nv-text-colors-tonalities-b-100 {
  color: #B0ECDA;
}
:root .nv-bg-colors-tonalities-c-100 {
  background-color: #DDCFF0;
}
:root .nv-border-colors-tonalities-c-100 {
  border-color: #DDCFF0;
}
:root .nv-text-colors-tonalities-c-100 {
  color: #DDCFF0;
}
:root .nv-bg-colors-tonalities-d-100 {
  background-color: #FFD7C4;
}
:root .nv-border-colors-tonalities-d-100 {
  border-color: #FFD7C4;
}
:root .nv-text-colors-tonalities-d-100 {
  color: #FFD7C4;
}
:root .nv-bg-colors-tonalities-e-100 {
  background-color: #FCE8F0;
}
:root .nv-border-colors-tonalities-e-100 {
  border-color: #FCE8F0;
}
:root .nv-text-colors-tonalities-e-100 {
  color: #FCE8F0;
}
:root .nv-bg-colors-tonalities-f-100 {
  background-color: #CCEFF8;
}
:root .nv-border-colors-tonalities-f-100 {
  border-color: #CCEFF8;
}
:root .nv-text-colors-tonalities-f-100 {
  color: #CCEFF8;
}
:root .nv-bg-colors-tonalities-a-200 {
  background-color: #FDE773;
}
:root .nv-border-colors-tonalities-a-200 {
  border-color: #FDE773;
}
:root .nv-text-colors-tonalities-a-200 {
  color: #FDE773;
}
:root .nv-bg-colors-tonalities-b-200 {
  background-color: #66DBB8;
}
:root .nv-border-colors-tonalities-b-200 {
  border-color: #66DBB8;
}
:root .nv-text-colors-tonalities-b-200 {
  color: #66DBB8;
}
:root .nv-bg-colors-tonalities-c-200 {
  background-color: #C5ADE5;
}
:root .nv-border-colors-tonalities-c-200 {
  border-color: #C5ADE5;
}
:root .nv-text-colors-tonalities-c-200 {
  color: #C5ADE5;
}
:root .nv-bg-colors-tonalities-d-200 {
  background-color: #FFB28D;
}
:root .nv-border-colors-tonalities-d-200 {
  border-color: #FFB28D;
}
:root .nv-text-colors-tonalities-d-200 {
  color: #FFB28D;
}
:root .nv-bg-colors-tonalities-e-200 {
  background-color: #F9D3E1;
}
:root .nv-border-colors-tonalities-e-200 {
  border-color: #F9D3E1;
}
:root .nv-text-colors-tonalities-e-200 {
  color: #F9D3E1;
}
:root .nv-bg-colors-tonalities-f-200 {
  background-color: #9BE0F1;
}
:root .nv-border-colors-tonalities-f-200 {
  border-color: #9BE0F1;
}
:root .nv-text-colors-tonalities-f-200 {
  color: #9BE0F1;
}
:root .nv-bg-colors-accesibility-a-11-y-dark-green {
  background-color: #038144;
}
:root .nv-border-colors-accesibility-a-11-y-dark-green {
  border-color: #038144;
}
:root .nv-text-colors-accesibility-a-11-y-dark-green {
  color: #038144;
}
:root .nv-bg-colors-accesibility-a-11-y-dark-red {
  background-color: #E20201;
}
:root .nv-border-colors-accesibility-a-11-y-dark-red {
  border-color: #E20201;
}
:root .nv-text-colors-accesibility-a-11-y-dark-red {
  color: #E20201;
}
:root .nv-bg-colors-accesibility-a-11-y-dark-blue {
  background-color: #3455DB;
}
:root .nv-border-colors-accesibility-a-11-y-dark-blue {
  border-color: #3455DB;
}
:root .nv-text-colors-accesibility-a-11-y-dark-blue {
  color: #3455DB;
}
:root .nv-bg-colors-accesibility-a-11-y-green {
  background-color: #69CC96;
}
:root .nv-border-colors-accesibility-a-11-y-green {
  border-color: #69CC96;
}
:root .nv-text-colors-accesibility-a-11-y-green {
  color: #69CC96;
}
:root .nv-bg-colors-accesibility-a-11-y-red {
  background-color: #FF8389;
}
:root .nv-border-colors-accesibility-a-11-y-red {
  border-color: #FF8389;
}
:root .nv-text-colors-accesibility-a-11-y-red {
  color: #FF8389;
}
:root .nv-bg-colors-accesibility-a-11-y-blue {
  background-color: #59CBE8;
}
:root .nv-border-colors-accesibility-a-11-y-blue {
  border-color: #59CBE8;
}
:root .nv-text-colors-accesibility-a-11-y-blue {
  color: #59CBE8;
}
:host {
  --colors-primary-00: #FFFFFF;
  --colors-primary-00-rgb:
    255,
    255,
    255;
  --colors-primary-01: #2C2A29;
  --colors-primary-01-rgb:
    44,
    42,
    41;
  --colors-secundary-00: #FDDA24;
  --colors-secundary-00-rgb:
    253,
    218,
    36;
  --colors-secundary-01: #00C389;
  --colors-secundary-01-rgb:
    0,
    195,
    137;
  --colors-secundary-02: #9063CD;
  --colors-secundary-02-rgb:
    144,
    99,
    205;
  --colors-secundary-03: #FF7F41;
  --colors-secundary-03-rgb:
    255,
    127,
    65;
  --colors-secundary-04: #F5B6CD;
  --colors-secundary-04-rgb:
    245,
    182,
    205;
  --colors-secundary-05: #59CBE8;
  --colors-secundary-05-rgb:
    89,
    203,
    232;
  --colors-neutro-50: #F9F9FA;
  --colors-neutro-50-rgb:
    249,
    249,
    250;
  --colors-neutro-100: #F2F2F4;
  --colors-neutro-100-rgb:
    242,
    242,
    244;
  --colors-neutro-200: #D9DADD;
  --colors-neutro-200-rgb:
    217,
    218,
    221;
  --colors-neutro-300: #B3B5B8;
  --colors-neutro-300-rgb:
    179,
    181,
    184;
  --colors-neutro-400: #97999B;
  --colors-neutro-400-rgb:
    151,
    153,
    155;
  --colors-neutro-500: #7D7F82;
  --colors-neutro-500-rgb:
    125,
    127,
    130;
  --colors-neutro-600: #727476;
  --colors-neutro-600-rgb:
    114,
    116,
    118;
  --colors-neutro-700: #595A5C;
  --colors-neutro-700-rgb:
    89,
    90,
    92;
  --colors-neutro-800: #454648;
  --colors-neutro-800-rgb:
    69,
    70,
    72;
  --colors-neutro-900: #353537;
  --colors-neutro-900-rgb:
    53,
    53,
    55;
  --colors-status-success: #00C389;
  --colors-status-success-rgb:
    0,
    195,
    137;
  --colors-status-warning: #FDDA24;
  --colors-status-warning-rgb:
    253,
    218,
    36;
  --colors-status-error: #FF7F41;
  --colors-status-error-rgb:
    255,
    127,
    65;
  --colors-status-info: #59CBE8;
  --colors-status-info-rgb:
    89,
    203,
    232;
  --colors-status-generic: #F9F9FA;
  --colors-status-generic-rgb:
    249,
    249,
    250;
  --colors-tonalities-a-100: #FEF4BB;
  --colors-tonalities-a-100-rgb:
    254,
    244,
    187;
  --colors-tonalities-b-100: #B0ECDA;
  --colors-tonalities-b-100-rgb:
    176,
    236,
    218;
  --colors-tonalities-c-100: #DDCFF0;
  --colors-tonalities-c-100-rgb:
    221,
    207,
    240;
  --colors-tonalities-d-100: #FFD7C4;
  --colors-tonalities-d-100-rgb:
    255,
    215,
    196;
  --colors-tonalities-e-100: #FCE8F0;
  --colors-tonalities-e-100-rgb:
    252,
    232,
    240;
  --colors-tonalities-f-100: #CCEFF8;
  --colors-tonalities-f-100-rgb:
    204,
    239,
    248;
  --colors-tonalities-a-200: #FDE773;
  --colors-tonalities-a-200-rgb:
    253,
    231,
    115;
  --colors-tonalities-b-200: #66DBB8;
  --colors-tonalities-b-200-rgb:
    102,
    219,
    184;
  --colors-tonalities-c-200: #C5ADE5;
  --colors-tonalities-c-200-rgb:
    197,
    173,
    229;
  --colors-tonalities-d-200: #FFB28D;
  --colors-tonalities-d-200-rgb:
    255,
    178,
    141;
  --colors-tonalities-e-200: #F9D3E1;
  --colors-tonalities-e-200-rgb:
    249,
    211,
    225;
  --colors-tonalities-f-200: #9BE0F1;
  --colors-tonalities-f-200-rgb:
    155,
    224,
    241;
  --colors-accesibility-a-11-y-dark-green: #038144;
  --colors-accesibility-a-11-y-dark-green-rgb:
    3,
    129,
    68;
  --colors-accesibility-a-11-y-dark-red: #E20201;
  --colors-accesibility-a-11-y-dark-red-rgb:
    226,
    2,
    1;
  --colors-accesibility-a-11-y-dark-blue: #3455DB;
  --colors-accesibility-a-11-y-dark-blue-rgb:
    52,
    85,
    219;
  --colors-accesibility-a-11-y-green: #69CC96;
  --colors-accesibility-a-11-y-green-rgb:
    105,
    204,
    150;
  --colors-accesibility-a-11-y-red: #FF8389;
  --colors-accesibility-a-11-y-red-rgb:
    255,
    131,
    137;
  --colors-accesibility-a-11-y-blue: #59CBE8;
  --colors-accesibility-a-11-y-blue-rgb:
    89,
    203,
    232;
  --outline-color-focus: var(--colors-accesibility-a-11-y-dark-blue);
}
:host .nv-bg-colors-primary-00 {
  background-color: #FFFFFF;
}
:host .nv-border-colors-primary-00 {
  border-color: #FFFFFF;
}
:host .nv-text-colors-primary-00 {
  color: #FFFFFF;
}
:host .nv-bg-colors-primary-01 {
  background-color: #2C2A29;
}
:host .nv-border-colors-primary-01 {
  border-color: #2C2A29;
}
:host .nv-text-colors-primary-01 {
  color: #2C2A29;
}
:host .nv-bg-colors-secundary-00 {
  background-color: #FDDA24;
}
:host .nv-border-colors-secundary-00 {
  border-color: #FDDA24;
}
:host .nv-text-colors-secundary-00 {
  color: #FDDA24;
}
:host .nv-bg-colors-secundary-01 {
  background-color: #00C389;
}
:host .nv-border-colors-secundary-01 {
  border-color: #00C389;
}
:host .nv-text-colors-secundary-01 {
  color: #00C389;
}
:host .nv-bg-colors-secundary-02 {
  background-color: #9063CD;
}
:host .nv-border-colors-secundary-02 {
  border-color: #9063CD;
}
:host .nv-text-colors-secundary-02 {
  color: #9063CD;
}
:host .nv-bg-colors-secundary-03 {
  background-color: #FF7F41;
}
:host .nv-border-colors-secundary-03 {
  border-color: #FF7F41;
}
:host .nv-text-colors-secundary-03 {
  color: #FF7F41;
}
:host .nv-bg-colors-secundary-04 {
  background-color: #F5B6CD;
}
:host .nv-border-colors-secundary-04 {
  border-color: #F5B6CD;
}
:host .nv-text-colors-secundary-04 {
  color: #F5B6CD;
}
:host .nv-bg-colors-secundary-05 {
  background-color: #59CBE8;
}
:host .nv-border-colors-secundary-05 {
  border-color: #59CBE8;
}
:host .nv-text-colors-secundary-05 {
  color: #59CBE8;
}
:host .nv-bg-colors-neutro-50 {
  background-color: #F9F9FA;
}
:host .nv-border-colors-neutro-50 {
  border-color: #F9F9FA;
}
:host .nv-text-colors-neutro-50 {
  color: #F9F9FA;
}
:host .nv-bg-colors-neutro-100 {
  background-color: #F2F2F4;
}
:host .nv-border-colors-neutro-100 {
  border-color: #F2F2F4;
}
:host .nv-text-colors-neutro-100 {
  color: #F2F2F4;
}
:host .nv-bg-colors-neutro-200 {
  background-color: #D9DADD;
}
:host .nv-border-colors-neutro-200 {
  border-color: #D9DADD;
}
:host .nv-text-colors-neutro-200 {
  color: #D9DADD;
}
:host .nv-bg-colors-neutro-300 {
  background-color: #B3B5B8;
}
:host .nv-border-colors-neutro-300 {
  border-color: #B3B5B8;
}
:host .nv-text-colors-neutro-300 {
  color: #B3B5B8;
}
:host .nv-bg-colors-neutro-400 {
  background-color: #97999B;
}
:host .nv-border-colors-neutro-400 {
  border-color: #97999B;
}
:host .nv-text-colors-neutro-400 {
  color: #97999B;
}
:host .nv-bg-colors-neutro-500 {
  background-color: #7D7F82;
}
:host .nv-border-colors-neutro-500 {
  border-color: #7D7F82;
}
:host .nv-text-colors-neutro-500 {
  color: #7D7F82;
}
:host .nv-bg-colors-neutro-600 {
  background-color: #727476;
}
:host .nv-border-colors-neutro-600 {
  border-color: #727476;
}
:host .nv-text-colors-neutro-600 {
  color: #727476;
}
:host .nv-bg-colors-neutro-700 {
  background-color: #595A5C;
}
:host .nv-border-colors-neutro-700 {
  border-color: #595A5C;
}
:host .nv-text-colors-neutro-700 {
  color: #595A5C;
}
:host .nv-bg-colors-neutro-800 {
  background-color: #454648;
}
:host .nv-border-colors-neutro-800 {
  border-color: #454648;
}
:host .nv-text-colors-neutro-800 {
  color: #454648;
}
:host .nv-bg-colors-neutro-900 {
  background-color: #353537;
}
:host .nv-border-colors-neutro-900 {
  border-color: #353537;
}
:host .nv-text-colors-neutro-900 {
  color: #353537;
}
:host .nv-bg-colors-status-success {
  background-color: #00C389;
}
:host .nv-border-colors-status-success {
  border-color: #00C389;
}
:host .nv-text-colors-status-success {
  color: #00C389;
}
:host .nv-bg-colors-status-warning {
  background-color: #FDDA24;
}
:host .nv-border-colors-status-warning {
  border-color: #FDDA24;
}
:host .nv-text-colors-status-warning {
  color: #FDDA24;
}
:host .nv-bg-colors-status-error {
  background-color: #FF7F41;
}
:host .nv-border-colors-status-error {
  border-color: #FF7F41;
}
:host .nv-text-colors-status-error {
  color: #FF7F41;
}
:host .nv-bg-colors-status-info {
  background-color: #59CBE8;
}
:host .nv-border-colors-status-info {
  border-color: #59CBE8;
}
:host .nv-text-colors-status-info {
  color: #59CBE8;
}
:host .nv-bg-colors-status-generic {
  background-color: #F9F9FA;
}
:host .nv-border-colors-status-generic {
  border-color: #F9F9FA;
}
:host .nv-text-colors-status-generic {
  color: #F9F9FA;
}
:host .nv-bg-colors-tonalities-a-100 {
  background-color: #FEF4BB;
}
:host .nv-border-colors-tonalities-a-100 {
  border-color: #FEF4BB;
}
:host .nv-text-colors-tonalities-a-100 {
  color: #FEF4BB;
}
:host .nv-bg-colors-tonalities-b-100 {
  background-color: #B0ECDA;
}
:host .nv-border-colors-tonalities-b-100 {
  border-color: #B0ECDA;
}
:host .nv-text-colors-tonalities-b-100 {
  color: #B0ECDA;
}
:host .nv-bg-colors-tonalities-c-100 {
  background-color: #DDCFF0;
}
:host .nv-border-colors-tonalities-c-100 {
  border-color: #DDCFF0;
}
:host .nv-text-colors-tonalities-c-100 {
  color: #DDCFF0;
}
:host .nv-bg-colors-tonalities-d-100 {
  background-color: #FFD7C4;
}
:host .nv-border-colors-tonalities-d-100 {
  border-color: #FFD7C4;
}
:host .nv-text-colors-tonalities-d-100 {
  color: #FFD7C4;
}
:host .nv-bg-colors-tonalities-e-100 {
  background-color: #FCE8F0;
}
:host .nv-border-colors-tonalities-e-100 {
  border-color: #FCE8F0;
}
:host .nv-text-colors-tonalities-e-100 {
  color: #FCE8F0;
}
:host .nv-bg-colors-tonalities-f-100 {
  background-color: #CCEFF8;
}
:host .nv-border-colors-tonalities-f-100 {
  border-color: #CCEFF8;
}
:host .nv-text-colors-tonalities-f-100 {
  color: #CCEFF8;
}
:host .nv-bg-colors-tonalities-a-200 {
  background-color: #FDE773;
}
:host .nv-border-colors-tonalities-a-200 {
  border-color: #FDE773;
}
:host .nv-text-colors-tonalities-a-200 {
  color: #FDE773;
}
:host .nv-bg-colors-tonalities-b-200 {
  background-color: #66DBB8;
}
:host .nv-border-colors-tonalities-b-200 {
  border-color: #66DBB8;
}
:host .nv-text-colors-tonalities-b-200 {
  color: #66DBB8;
}
:host .nv-bg-colors-tonalities-c-200 {
  background-color: #C5ADE5;
}
:host .nv-border-colors-tonalities-c-200 {
  border-color: #C5ADE5;
}
:host .nv-text-colors-tonalities-c-200 {
  color: #C5ADE5;
}
:host .nv-bg-colors-tonalities-d-200 {
  background-color: #FFB28D;
}
:host .nv-border-colors-tonalities-d-200 {
  border-color: #FFB28D;
}
:host .nv-text-colors-tonalities-d-200 {
  color: #FFB28D;
}
:host .nv-bg-colors-tonalities-e-200 {
  background-color: #F9D3E1;
}
:host .nv-border-colors-tonalities-e-200 {
  border-color: #F9D3E1;
}
:host .nv-text-colors-tonalities-e-200 {
  color: #F9D3E1;
}
:host .nv-bg-colors-tonalities-f-200 {
  background-color: #9BE0F1;
}
:host .nv-border-colors-tonalities-f-200 {
  border-color: #9BE0F1;
}
:host .nv-text-colors-tonalities-f-200 {
  color: #9BE0F1;
}
:host .nv-bg-colors-accesibility-a-11-y-dark-green {
  background-color: #038144;
}
:host .nv-border-colors-accesibility-a-11-y-dark-green {
  border-color: #038144;
}
:host .nv-text-colors-accesibility-a-11-y-dark-green {
  color: #038144;
}
:host .nv-bg-colors-accesibility-a-11-y-dark-red {
  background-color: #E20201;
}
:host .nv-border-colors-accesibility-a-11-y-dark-red {
  border-color: #E20201;
}
:host .nv-text-colors-accesibility-a-11-y-dark-red {
  color: #E20201;
}
:host .nv-bg-colors-accesibility-a-11-y-dark-blue {
  background-color: #3455DB;
}
:host .nv-border-colors-accesibility-a-11-y-dark-blue {
  border-color: #3455DB;
}
:host .nv-text-colors-accesibility-a-11-y-dark-blue {
  color: #3455DB;
}
:host .nv-bg-colors-accesibility-a-11-y-green {
  background-color: #69CC96;
}
:host .nv-border-colors-accesibility-a-11-y-green {
  border-color: #69CC96;
}
:host .nv-text-colors-accesibility-a-11-y-green {
  color: #69CC96;
}
:host .nv-bg-colors-accesibility-a-11-y-red {
  background-color: #FF8389;
}
:host .nv-border-colors-accesibility-a-11-y-red {
  border-color: #FF8389;
}
:host .nv-text-colors-accesibility-a-11-y-red {
  color: #FF8389;
}
:host .nv-bg-colors-accesibility-a-11-y-blue {
  background-color: #59CBE8;
}
:host .nv-border-colors-accesibility-a-11-y-blue {
  border-color: #59CBE8;
}
:host .nv-text-colors-accesibility-a-11-y-blue {
  color: #59CBE8;
}
:host(.theme-dark) {
  --outline-color-focus: var(--colors-accesibility-a-11-y-blue);
}
:host {
  --icon--default: var(--colors-primary-01);
}
:host(.theme-dark) {
  --icon--default: var(--colors-primary-00);
}
@font-face {
  font-family: "BC Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://library-sdb.apps.bancolombia.com/assets/1.6.0/icons/functionals/icons.eot);
  src:
    url(https://library-sdb.apps.bancolombia.com/assets/1.6.0/icons/functionals/icons.eot) format("embedded-opentype"),
    url(https://library-sdb.apps.bancolombia.com/assets/1.6.0/icons/functionals/icons.ttf) format("truetype"),
    url(https://library-sdb.apps.bancolombia.com/assets/1.6.0/icons/functionals/icons.woff) format("woff"),
    url(https://library-sdb.apps.bancolombia.com/assets/1.6.0/icons/functionals/icons.svg) format("svg");
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "BC Icons" !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  color: var(--icon--default);
  letter-spacing: 0;
  font-weight: 100;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ico-circle-error-filled:before {
  content: "\ea18";
}
.icon-pse:before {
  content: "\eadb";
}
.icon-x-circle:before {
  content: "\eadc";
}
.icon-square-search:before {
  content: "\eadd";
}
.icon-gift-money:before {
  content: "\eade";
}
.icon-gift-settings:before {
  content: "\eadf";
}
.icon-gift-open:before {
  content: "\eae0";
}
.icon-gift-send:before {
  content: "\eae1";
}
.icon-gift-receive:before {
  content: "\eae2";
}
.icon-ticket-money:before {
  content: "\eae3";
}
.icon-ticket-sale:before {
  content: "\eae4";
}
.icon-keyboard:before {
  content: "\eae5";
}
.icon-in-ear:before {
  content: "\eae6";
}
.icon-syringe:before {
  content: "\eae7";
}
.icon-usb:before {
  content: "\eae8";
}
.icon-webcam:before {
  content: "\eae9";
}
.icon-mouse:before {
  content: "\eaea";
}
.icon-cassette:before {
  content: "\eaeb";
}
.icon-drums:before {
  content: "\eaec";
}
.icon-mic:before {
  content: "\eaed";
}
.icon-desktop-responsive:before {
  content: "\eaee";
}
.icon-laptop-responsive:before {
  content: "\eaef";
}
.icon-hand-security:before {
  content: "\eaf0";
}
.icon-hand-gift-holding:before {
  content: "\eaf1";
}
.icon-moon:before {
  content: "\eaf2";
}
.icon-tooth:before {
  content: "\eaf3";
}
.icon-birthday:before {
  content: "\eaf4";
}
.icon-soda:before {
  content: "\eaf5";
}
.icon-ramen:before {
  content: "\eaf6";
}
.icon-pizza:before {
  content: "\eaf7";
}
.icon-fries:before {
  content: "\eaf8";
}
.icon-taco:before {
  content: "\eaf9";
}
.icon-arepa:before {
  content: "\eafa";
}
.icon-ham:before {
  content: "\eafb";
}
.icon-chicken-leg:before {
  content: "\eafc";
}
.icon-bread:before {
  content: "\eafd";
}
.icon-meat:before {
  content: "\eafe";
}
.icon-mis-aliados:before {
  content: "\ead3";
}
.icon-x:before {
  content: "\eada";
}
.icon-motorcycle-touring:before {
  content: "\ead2";
}
.icon-bike-bmx:before {
  content: "\ead4";
}
.icon-motocar:before {
  content: "\ead5";
}
.icon-motorcycle-enduro:before {
  content: "\ead6";
}
.icon-motorcycle-chopper:before {
  content: "\ead7";
}
.icon-motorcycle-quad:before {
  content: "\ead8";
}
.icon-bike-electric:before {
  content: "\ead9";
}
.icon-megaphone-small:before {
  content: "\eac9";
}
.icon-check-small:before {
  content: "\eaca";
}
.icon-error-small-2:before {
  content: "\eacb";
}
.icon-lightbulb-small:before {
  content: "\eacc";
}
.icon-hand-five-small:before {
  content: "\eacd";
}
.icon-face-dog-small:before {
  content: "\eace";
}
.icon-alert-2-small:before {
  content: "\eacf";
}
.icon-puntos-colombia-2:before {
  content: "\ead0";
}
.icon-building-pay:before {
  content: "\ead1";
}
.icon-money-edit:before {
  content: "\ed8e";
}
.icon-error-small:before {
  content: "\ed8f";
}
.icon-document-filled:before {
  content: "\ed90";
}
.icon-circle-check-filled:before {
  content: "\ed91";
}
.icon-settings-filled:before {
  content: "\ed92";
}
.icon-square-filled:before {
  content: "\ed93";
}
.icon-money-filled:before {
  content: "\ed94";
}
.icon-home-filled:before {
  content: "\ed95";
}
.icon-flywheel:before {
  content: "\eac3";
}
.icon-tire:before {
  content: "\eac4";
}
.icon-mileage:before {
  content: "\eac5";
}
.icon-bus-card:before {
  content: "\eac6";
}
.icon-bus-pinbus:before {
  content: "\eac7";
}
.icon-car-hatchback:before {
  content: "\ea36";
}
.icon-car-sedan:before {
  content: "\ea38";
}
.icon-car-coupe:before {
  content: "\ea3a";
}
.icon-car-pickup:before {
  content: "\ea44";
}
.icon-car-mini-truck:before {
  content: "\ea46";
}
.icon-car-suv:before {
  content: "\ea48";
}
.icon-car-minivan:before {
  content: "\ea4a";
}
.icon-bike-vintage:before {
  content: "\ea4c";
}
.icon-bike-road:before {
  content: "\ea4e";
}
.icon-bike-folding:before {
  content: "\ea50";
}
.icon-bike-dual:before {
  content: "\ea52";
}
.icon-bike-kids:before {
  content: "\ea54";
}
.icon-bike-mountain:before {
  content: "\ea56";
}
.icon-motorcycle-sport:before {
  content: "\ea58";
}
.icon-motorcycle-scooter:before {
  content: "\ea5a";
}
.icon-motorcycle-classic:before {
  content: "\ea5c";
}
.icon-dislike-fill:before {
  content: "\ea5e";
}
.icon-dislike:before {
  content: "\ea60";
}
.icon-muverang:before {
  content: "\ea62";
}
.icon-whatsapp:before {
  content: "\ea64";
}
.icon-international-payment:before {
  content: "\ea65";
}
.icon-money-minus:before {
  content: "\ea74";
}
.icon-send-money-from-2:before {
  content: "\ea85";
}
.icon-send-money-to-2:before {
  content: "\eaa5";
}
.icon-user-check-money:before {
  content: "\eaa6";
}
.icon-manilla:before {
  content: "\eaa7";
}
.icon-mobile-sticker:before {
  content: "\eaa8";
}
.icon-stone:before {
  content: "\eaa9";
}
.icon-taxi:before {
  content: "\eaaa";
}
.icon-car-keys:before {
  content: "\eaab";
}
.icon-pulsera:before {
  content: "\eaac";
}
.icon-pulsera-slash:before {
  content: "\eaad";
}
.icon-link:before {
  content: "\eaae";
}
.icon-flashlight:before {
  content: "\eaaf";
}
.icon-ice-cream:before {
  content: "\eab0";
}
.icon-document-pdf:before {
  content: "\eab1";
}
.icon-document-excel-xls:before {
  content: "\eab2";
}
.icon-calendar-historical:before {
  content: "\eab3";
}
.icon-shield-car-soat:before {
  content: "\eab4";
}
.icon-shield-money:before {
  content: "\eab5";
}
.icon-phone-card-slash:before {
  content: "\eab6";
}
.icon-phone-card:before {
  content: "\eab7";
}
.icon-industry-money:before {
  content: "\eab8";
}
.icon-industry:before {
  content: "\eab9";
}
.icon-store-error:before {
  content: "\eaba";
}
.icon-wheelchair:before {
  content: "\ed9d";
}
.icon-universal-acces:before {
  content: "\ed9c";
}
.icon-elderly:before {
  content: "\ea86";
}
.icon-shine:before {
  content: "\ed9b";
}
.icon-information:before {
  content: "\ed9a";
}
.icon-information-fill:before {
  content: "\ed99";
}
.icon-alert:before {
  content: "\e909";
}
.icon-alarm:before {
  content: "\e908";
}
.icon-assistence:before {
  content: "\e922";
}
.icon-megaphone:before {
  content: "\ea29";
}
.icon-notification:before {
  content: "\e9c8";
}
.icon-angle-down:before {
  content: "\e91d";
}
.icon-angle-up:before {
  content: "\e920";
}
.icon-angle-left:before {
  content: "\e91e";
}
.icon-angle-right:before {
  content: "\e91f";
}
.icon-chart-bar:before {
  content: "\e947";
}
.icon-gem:before {
  content: "\ed98";
}
.icon-equipment:before {
  content: "\ed97";
}
.icon-coins-growth:before {
  content: "\ed96";
}
.icon-cash-contribution:before {
  content: "\e943";
}
.icon-arrow-up:before {
  content: "\e91c";
}
.icon-arrow-down:before {
  content: "\e915";
}
.icon-arrow-left:before {
  content: "\e916";
}
.icon-arrow-right:before {
  content: "\e91b";
}
.icon-arrow-diagonal:before {
  content: "\e914";
}
.icon-angle-up-small:before {
  content: "\ea8b";
}
.icon-angle-down-small:before {
  content: "\ea88";
}
.icon-angle-left-small:before {
  content: "\ea89";
}
.icon-angle-right-small:before {
  content: "\ea8a";
}
.icon-long-arrow-up:before {
  content: "\e91a";
}
.icon-long-arrow-down:before {
  content: "\e917";
}
.icon-long-arrow-left:before {
  content: "\e918";
}
.icon-long-arrow-right:before {
  content: "\e919";
}
.icon-angle-double-up:before {
  content: "\e913";
}
.icon-angle-double-down:before {
  content: "\e910";
}
.icon-angle-double-left:before {
  content: "\e911";
}
.icon-angle-double-right:before {
  content: "\e912";
}
.icon-reply:before {
  content: "\ea49";
}
.icon-redirect:before {
  content: "\ea47";
}
.icon-reply-all:before {
  content: "\ea71";
}
.icon-exchange-vertical:before {
  content: "\eac8";
}
.icon-exchange:before {
  content: "\e971";
}
.icon-futbol:before {
  content: "\ea98";
}
.icon-user-form:before {
  content: "\ea43";
}
.icon-mobile-check:before {
  content: "\ea99";
}
.icon-layers:before {
  content: "\ea94";
}
.icon-tablet:before {
  content: "\ea95";
}
.icon-copy:before {
  content: "\e9be";
}
.icon-font:before {
  content: "\ea92";
}
.icon-toggle:before {
  content: "\ea93";
}
.icon-plus:before {
  content: "\e9d6";
}
.icon-medal-2:before {
  content: "\ea91";
}
.icon-face-mask:before {
  content: "\ea8f";
}
.icon-menu-dots-v-2:before {
  content: "\ea90";
}
.icon-sufi:before {
  content: "\ea79";
}
.icon-boxes-pile:before {
  content: "\ea8d";
}
.icon-puzzle-piece:before {
  content: "\ea8c";
}
.icon-project-diagram:before {
  content: "\ea8e";
}
.icon-mail-lock:before {
  content: "\ea7a";
}
.icon-id-key:before {
  content: "\ea7b";
}
.icon-id-lock:before {
  content: "\ea7c";
}
.icon-laptop-chat:before {
  content: "\ea7d";
}
.icon-mobile-chat:before {
  content: "\ea7e";
}
.icon-invoice-add:before {
  content: "\ea7f";
}
.icon-invoice-edit:before {
  content: "\ea80";
}
.icon-invoice-search:before {
  content: "\ea81";
}
.icon-password-safe:before {
  content: "\ea82";
}
.icon-chat-lock:before {
  content: "\ea83";
}
.icon-bank-add:before {
  content: "\ea84";
}
.icon-face-cat:before {
  content: "\ea75";
}
.icon-face-dog:before {
  content: "\ea77";
}
.icon-bezier:before {
  content: "\ea76";
}
.icon-currency-euro:before {
  content: "\ea72";
}
.icon-currency-peso:before {
  content: "\ea73";
}
.icon-send-message:before {
  content: "\ea6f";
}
.icon-paper-plane:before {
  content: "\ea70";
}
.icon-asterisk:before {
  content: "\2022";
}
.icon-dot:before {
  content: "\ea9d";
}
.icon-shield:before {
  content: "\e9f1";
}
.icon-shield-user:before {
  content: "\ea6e";
}
.icon-hand-holding-box:before {
  content: "\ea6c";
}
.icon-game-controller:before {
  content: "\ea6b";
}
.icon-map:before {
  content: "\ea69";
}
.icon-code:before {
  content: "\ea68";
}
.icon-balance:before {
  content: "\ea67";
}
.icon-marketplace:before {
  content: "\ea3d";
}
.icon-plug:before {
  content: "\ea41";
}
.icon-project:before {
  content: "\ea45";
}
.icon-token:before {
  content: "\ea4b";
}
.icon-walking:before {
  content: "\ea21";
}
.icon-user-direct:before {
  content: "\ea4d";
}
.icon-user-check-2:before {
  content: "\ea4f";
}
.icon-user-check:before {
  content: "\ea51";
}
.icon-user-error:before {
  content: "\ea53";
}
.icon-user-plus:before {
  content: "\e900";
}
.icon-users-check:before {
  content: "\ea55";
}
.icon-ico-constructor:before {
  content: "\eaa2";
}
.icon-hiking:before {
  content: "\ea66";
}
.icon-users:before {
  content: "\e9cf";
}
.icon-constructor-team:before {
  content: "\eaa1";
}
.icon-hand-holding-coin:before {
  content: "\ea57";
}
.icon-gas-pump:before {
  content: "\ea59";
}
.icon-bank:before {
  content: "\ea5b";
}
.icon-paperclip:before {
  content: "\ea5d";
}
.icon-affinity:before {
  content: "\ea5f";
}
.icon-store-ok:before {
  content: "\eaa0";
}
.icon-store-add:before {
  content: "\ea61";
}
.icon-store:before {
  content: "\ea07";
}
.icon-store-pending:before {
  content: "\ea3f";
}
.icon-square-plus:before {
  content: "\ea63";
}
.icon-square:before {
  content: "\ea03";
}
.icon-wallet-coin:before {
  content: "\e9ce";
}
.icon-microphone:before {
  content: "\ea31";
}
.icon-hand-investment:before {
  content: "\e95e";
}
.icon-burger:before {
  content: "\e98d";
}
.icon-hand-handshake:before {
  content: "\ea9c";
}
.icon-coin:before {
  content: "\e955";
}
.icon-settings-2:before {
  content: "\ea2d";
}
.icon-baby-bottle:before {
  content: "\ea2b";
}
.icon-apple:before {
  content: "\ea9e";
}
.icon-frontify:before {
  content: "\ea97";
}
.icon-line-whatsapp:before {
  content: "\ea2f";
}
.icon-line-facebook:before {
  content: "\ea33";
}
.icon-line-instagram:before {
  content: "\ea35";
}
.icon-figma:before {
  content: "\ea78";
}
.icon-line-linkedin:before {
  content: "\ea37";
}
.icon-line-youtube:before {
  content: "\ea3b";
}
.icon-line-twitter:before {
  content: "\ea39";
}
.icon-safe-box:before {
  content: "\ea9a";
}
.icon-turn:before {
  content: "\ea9b";
}
.icon-cube-3d:before {
  content: "\e901";
}
.icon-hand-holding-card:before {
  content: "\e902";
}
.icon-key:before {
  content: "\e903";
}
.icon-money-plus:before {
  content: "\e904";
}
.icon-shopping-cart-plus:before {
  content: "\e905";
}
.icon-file-add:before {
  content: "\e906";
}
.icon-address-book:before {
  content: "\e907";
}
.icon-align-left:before {
  content: "\e90a";
}
.icon-align-center:before {
  content: "\e90b";
}
.icon-align-right:before {
  content: "\e90c";
}
.icon-align-justify:before {
  content: "\e90d";
}
.icon-circle-money:before {
  content: "\e90e";
}
.icon-chart-analytics:before {
  content: "\e90f";
}
.icon-plant:before {
  content: "\ea2e";
}
.icon-headset:before {
  content: "\e921";
}
.icon-tabot:before {
  content: "\ea6a";
}
.icon-atm:before {
  content: "\e923";
}
.icon-briefcase-bank:before {
  content: "\e924";
}
.icon-barcode-scan:before {
  content: "\e925";
}
.icon-barcode:before {
  content: "\e926";
}
.icon-basket:before {
  content: "\e927";
}
.icon-check-box:before {
  content: "\e928";
}
.icon-money:before {
  content: "\e92a";
}
.icon-birthday-cake:before {
  content: "\e92b";
}
.icon-lock-error:before {
  content: "\e92c";
}
.icon-book-2:before {
  content: "\e92d";
}
.icon-bookmark:before {
  content: "\e92e";
}
.icon-building:before {
  content: "\e92f";
}
.icon-calculator:before {
  content: "\e931";
}
.icon-calendar-check:before {
  content: "\e932";
}
.icon-calendar-day:before {
  content: "\e933";
}
.icon-calendar-exclamation:before {
  content: "\e934";
}
.icon-calendar-minus:before {
  content: "\e935";
}
.icon-calendar-plus:before {
  content: "\e936";
}
.icon-calendar-star:before {
  content: "\e937";
}
.icon-calendar-times:before {
  content: "\e938";
}
.icon-calendar:before {
  content: "\e939";
}
.icon-calendar-edit:before {
  content: "\e93a";
}
.icon-calendar-month:before {
  content: "\e9bf";
}
.icon-call-help:before {
  content: "\e93b";
}
.icon-camera:before {
  content: "\e93c";
}
.icon-sack-cash:before {
  content: "\e93d";
}
.icon-car-id:before {
  content: "\e93e";
}
.icon-card:before {
  content: "\e940";
}
.icon-cards:before {
  content: "\e941";
}
.icon-carousel:before {
  content: "\e942";
}
.icon-hand-holding-cash:before {
  content: "\e944";
}
.icon-money-2:before {
  content: "\e945";
}
.icon-channels:before {
  content: "\e946";
}
.icon-chart-bar-separate:before {
  content: "\e9d1";
}
.icon-chart-pie-2:before {
  content: "\e948";
}
.icon-comments-dots:before {
  content: "\e949";
}
.icon-comment-dots:before {
  content: "\e94a";
}
.icon-comment:before {
  content: "\e94b";
}
.icon-checks:before {
  content: "\e94c";
}
.icon-child:before {
  content: "\e94d";
}
.icon-popcorn:before {
  content: "\e94e";
}
.icon-lock-dynamic-key:before {
  content: "\e94f";
}
.icon-cloud-download:before {
  content: "\e950";
}
.icon-cloud-upload:before {
  content: "\e951";
}
.icon-cloud:before {
  content: "\e952";
}
.icon-cloud-sun:before {
  content: "\e953";
}
.icon-coffee:before {
  content: "\e954";
}
.icon-comment-line:before {
  content: "\e956";
}
.icon-construction:before {
  content: "\e958";
}
.icon-contact-center:before {
  content: "\e959";
}
.icon-mobile-wave:before {
  content: "\e9bc";
}
.icon-mobile:before {
  content: "\e9fe";
}
.icon-card-contactless:before {
  content: "\e95a";
}
.icon-calendar-stopwatch:before {
  content: "\e95b";
}
.icon-money-exchange:before {
  content: "\e95c";
}
.icon-document-coin:before {
  content: "\e95d";
}
.icon-desktop:before {
  content: "\e95f";
}
.icon-laptop:before {
  content: "\e9aa";
}
.icon-directions:before {
  content: "\e960";
}
.icon-file-check:before {
  content: "\e961";
}
.icon-hand-holding-document:before {
  content: "\e962";
}
.icon-document-search:before {
  content: "\e963";
}
.icon-document:before {
  content: "\e964";
}
.icon-documents:before {
  content: "\e965";
}
.icon-door:before {
  content: "\e966";
}
.icon-document-download:before {
  content: "\e967";
}
.icon-file-download:before {
  content: "\e968";
}
.icon-download:before {
  content: "\e969";
}
.icon-e-card:before {
  content: "\e96a";
}
.icon-e-prepago:before {
  content: "\e96b";
}
.icon-document-edit:before {
  content: "\e96c";
}
.icon-edit:before {
  content: "\e96d";
}
.icon-pencil-edit:before {
  content: "\e9bd";
}
.icon-book:before {
  content: "\e96e";
}
.icon-trash:before {
  content: "\e96f";
}
.icon-error:before {
  content: "\e970";
}
.icon-expand:before {
  content: "\e972";
}
.icon-external-link:before {
  content: "\e973";
}
.icon-fire-extinguisher:before {
  content: "\e974";
}
.icon-face-angry:before {
  content: "\e975";
}
.icon-face-grin-wink-1:before {
  content: "\e976";
}
.icon-face-grin-wink-2:before {
  content: "\e977";
}
.icon-face-laugh:before {
  content: "\e978";
}
.icon-face-laughbeam:before {
  content: "\e979";
}
.icon-face-meh:before {
  content: "\e97a";
}
.icon-face-sad:before {
  content: "\e97b";
}
.icon-face-smile:before {
  content: "\e97c";
}
.icon-id-face:before {
  content: "\e97e";
}
.icon-file-money:before {
  content: "\e97f";
}
.icon-filter:before {
  content: "\e980";
}
.icon-slider:before {
  content: "\e981";
}
.icon-slider-2:before {
  content: "\e957";
}
.icon-coins:before {
  content: "\e983";
}
.icon-file-search:before {
  content: "\e984";
}
.icon-id-fingerprint:before {
  content: "\e985";
}
.icon-face-id:before {
  content: "\ea34";
}
.icon-fire-slash:before {
  content: "\e986";
}
.icon-flag:before {
  content: "\e987";
}
.icon-flypass:before {
  content: "\e98b";
}
.icon-folder:before {
  content: "\e98c";
}
.icon-gift:before {
  content: "\e98e";
}
.icon-shopping-cart:before {
  content: "\e990";
}
.icon-hand-tap:before {
  content: "\e991";
}
.icon-hand-four:before {
  content: "\e992";
}
.icon-hand-one:before {
  content: "\e993";
}
.icon-hand-three:before {
  content: "\e994";
}
.icon-hand-paper:before {
  content: "\e995";
}
.icon-hand-two:before {
  content: "\e996";
}
.icon-hand-five:before {
  content: "\e997";
}
.icon-hand-holding-coin-2:before {
  content: "\e99b";
}
.icon-like:before {
  content: "\e9ac";
}
.icon-like-fill:before {
  content: "\ea2c";
}
.icon-hand-thumbs-down:before {
  content: "\ea11";
}
.icon-hand-thumbs-up:before {
  content: "\ea12";
}
.icon-briefcase-medical:before {
  content: "\e998";
}
.icon-circle-question:before {
  content: "\e99a";
}
.icon-home:before {
  content: "\e99c";
}
.icon-house:before {
  content: "\e99d";
}
.icon-card-number:before {
  content: "\e99e";
}
.icon-card-id:before {
  content: "\e99f";
}
.icon-lightbulb:before {
  content: "\e9a0";
}
.icon-image:before {
  content: "\e9a1";
}
.icon-inbox:before {
  content: "\e9a2";
}
.icon-insert-coin:before {
  content: "\e9a4";
}
.icon-umbrella:before {
  content: "\e9a6";
}
.icon-globe:before {
  content: "\e9a7";
}
.icon-investment:before {
  content: "\e9a8";
}
.icon-globe-2:before {
  content: "\e9a9";
}
.icon-gavel:before {
  content: "\e9ab";
}
.icon-users-2:before {
  content: "\e9ad";
}
.icon-twitter:before {
  content: "\ea17";
}
.icon-facebook:before {
  content: "\e97d";
}
.icon-instagram:before {
  content: "\e9a5";
}
.icon-linkedin:before {
  content: "\e9ae";
}
.icon-youtube:before {
  content: "\ea26";
}
.icon-heart-fill:before {
  content: "\ea96";
}
.icon-heart:before {
  content: "\e999";
}
.icon-star-fill:before {
  content: "\ea9f";
}
.icon-star:before {
  content: "\e9da";
}
.icon-menu-dots-h:before {
  content: "\e9ef";
}
.icon-menu-dots-v:before {
  content: "\e9f0";
}
.icon-list:before {
  content: "\e9af";
}
.icon-menu-bar:before {
  content: "\e9b9";
}
.icon-map-marker:before {
  content: "\e9b0";
}
.icon-map-marker-plus:before {
  content: "\eaa4";
}
.icon-lock-open:before {
  content: "\e9b1";
}
.icon-location:before {
  content: "\e98f";
}
.icon-lock:before {
  content: "\e9b2";
}
.icon-sign-in:before {
  content: "\e9b3";
}
.icon-briefcase:before {
  content: "\e9b4";
}
.icon-mail-open:before {
  content: "\e9b5";
}
.icon-mail:before {
  content: "\e9b6";
}
.icon-medal:before {
  content: "\e9b7";
}
.icon-hospital:before {
  content: "\e9b8";
}
.icon-restroom:before {
  content: "\e9bb";
}
.icon-movie:before {
  content: "\e9c1";
}
.icon-museum:before {
  content: "\e9c2";
}
.icon-newslatter:before {
  content: "\e9c3";
}
.icon-card-slash:before {
  content: "\e9c4";
}
.icon-user-slash:before {
  content: "\e9c5";
}
.icon-no-smoking:before {
  content: "\e9c6";
}
.icon-view:before {
  content: "\ea1f";
}
.icon-view-slash:before {
  content: "\e9c7";
}
.icon-building-2:before {
  content: "\e9c9";
}
.icon-box:before {
  content: "\e9cb";
}
.icon-password-input:before {
  content: "\e9cc";
}
.icon-password:before {
  content: "\e9cd";
}
.icon-pet:before {
  content: "\e9d2";
}
.icon-phone-contact:before {
  content: "\e9d3";
}
.icon-phone-money:before {
  content: "\e9d4";
}
.icon-circle-play:before {
  content: "\e9d5";
}
.icon-pocket:before {
  content: "\e9d7";
}
.icon-percentage:before {
  content: "\e9d0";
}
.icon-minus:before {
  content: "\e9ba";
}
.icon-check:before {
  content: "\e9ca";
}
.icon-podcast:before {
  content: "\e9d8";
}
.icon-printer:before {
  content: "\e9db";
}
.icon-product-number:before {
  content: "\e9dc";
}
.icon-puntos-colombia:before {
  content: "\e9dd";
}
.icon-qr-plus:before {
  content: "\e9de";
}
.icon-qr-heart:before {
  content: "\e9df";
}
.icon-qr-scan:before {
  content: "\e9e0";
}
.icon-qr-send:before {
  content: "\e9e1";
}
.icon-sign-out:before {
  content: "\e9e2";
}
.icon-invoice:before {
  content: "\e9e3";
}
.icon-refresh:before {
  content: "\e9e4";
}
.icon-circle-error:before {
  content: "\e9e5";
}
.icon-card-removing:before {
  content: "\e9e6";
}
.icon-restaurant:before {
  content: "\e9e7";
}
.icon-route-right:before {
  content: "\e9e8";
}
.icon-money-3:before {
  content: "\e9e9";
}
.icon-save:before {
  content: "\e9ea";
}
.icon-saving:before {
  content: "\e9eb";
}
.icon-file-coin:before {
  content: "\e9f2";
}
.icon-send-money-from:before {
  content: "\e9f3";
}
.icon-send-money-to:before {
  content: "\e9f4";
}
.icon-send-money:before {
  content: "\e9f5";
}
.icon-paper-plane-money:before {
  content: "\e9f6";
}
.icon-settings:before {
  content: "\e9f7";
}
.icon-share-external-link:before {
  content: "\e9f8";
}
.icon-share:before {
  content: "\e9f9";
}
.icon-car-ship:before {
  content: "\e9fa";
}
.icon-shopping:before {
  content: "\e9fb";
}
.icon-shower:before {
  content: "\e9fc";
}
.icon-smart-watch:before {
  content: "\e9fd";
}
.icon-sort-amount-up:before {
  content: "\e9ff";
}
.icon-sound-off:before {
  content: "\ea00";
}
.icon-sound-on:before {
  content: "\ea01";
}
.icon-spinner:before {
  content: "\ea02";
}
.icon-stethoscope:before {
  content: "\ea04";
}
.icon-chart-line:before {
  content: "\ea05";
}
.icon-chart-pie:before {
  content: "\ea06";
}
.icon-car-subway:before {
  content: "\ea08";
}
.icon-circle-check:before {
  content: "\ea09";
}
.icon-swimming-pool:before {
  content: "\ea0b";
}
.icon-tag-price:before {
  content: "\ea0c";
}
.icon-tag-sale:before {
  content: "\ea0d";
}
.icon-target:before {
  content: "\ea0e";
}
.icon-files-money:before {
  content: "\ea0f";
}
.icon-temperature:before {
  content: "\ea10";
}
.icon-thumbtack:before {
  content: "\ea13";
}
.icon-calendar-clock:before {
  content: "\ea14";
}
.icon-trophy:before {
  content: "\ea15";
}
.icon-file-number:before {
  content: "\ea16";
}
.icon-money-slash:before {
  content: "\ea19";
}
.icon-briefcase-error:before {
  content: "\ea1a";
}
.icon-briefcase-3:before {
  content: "\ea1e";
}
.icon-cocktail:before {
  content: "\ea20";
}
.icon-chart-bar-window:before {
  content: "\ea23";
}
.icon-search-less:before {
  content: "\ea27";
}
.icon-search:before {
  content: "\e9ee";
}
.icon-search-chart:before {
  content: "\e9ec";
}
.icon-search-money:before {
  content: "\e9ed";
}
.icon-search-plus:before {
  content: "\ea28";
}
.icon-redo-money:before {
  content: "\ea30";
}
.icon-forbidden:before {
  content: "\ea32";
}
.icon-menu-dots-double-v:before {
  content: "\ea3c";
}
.icon-circle-pause:before {
  content: "\ea3e";
}
.icon-circle-minus:before {
  content: "\ea40";
}
.icon-circle-plus:before {
  content: "\ea42";
}
.icon-flight-late:before {
  content: "\e989";
}
.icon-flight-cancelled:before {
  content: "\e988";
}
.icon-flight:before {
  content: "\e98a";
}
.icon-scooter:before {
  content: "\ea6d";
}
.icon-car:before {
  content: "\e93f";
}
.icon-car-bus:before {
  content: "\e930";
}
.icon-bike:before {
  content: "\e929";
}
.icon-motorcycle:before {
  content: "\e9c0";
}
.icon-send-money2:before {
  content: "\ecb4";
}
.icon-options-menu:before {
  content: "\eb93";
}
.icon-Sufi:before {
  content: "\ea87";
}
.icon-foundation:before {
  content: "\eb94";
}
.icon-accesibility:before {
  content: "\eb95";
}
.icon-arrow3-down:before {
  content: "\eb97";
}
.icon-arrow3-left:before {
  content: "\eb98";
}
.icon-arrow3-right:before {
  content: "\eb99";
}
.icon-arrow3-up:before {
  content: "\eb9a";
}
.icon-components:before {
  content: "\eb9b";
}
.icon-widget:before {
  content: "\eb9c";
}
.icon-mail-safe:before {
  content: "\eb9e";
}
.icon-ID-key:before {
  content: "\eba1";
}
.icon-ID-lock:before {
  content: "\eba9";
}
.icon-phone-chat:before {
  content: "\ebab";
}
.icon-receipt-add:before {
  content: "\ebac";
}
.icon-receipt-edit:before {
  content: "\ebb6";
}
.icon-receipt-search:before {
  content: "\ebbe";
}
.icon-chat-safe:before {
  content: "\ebc3";
}
.icon-add-bank:before {
  content: "\ebc4";
}
.icon-cat:before {
  content: "\ebc5";
}
.icon-design:before {
  content: "\ebc6";
}
.icon-dog:before {
  content: "\ebc9";
}
.icon-send:before {
  content: "\ebd2";
}
.icon-security:before {
  content: "\ea0a";
}
.icon-my-products:before {
  content: "\ebdd";
}
.icon-coding:before {
  content: "\ebe1";
}
.icon-balance1:before {
  content: "\ebe2";
}
.icon-power-cord:before {
  content: "\ebe4";
}
.icon-forward:before {
  content: "\ebe7";
}
.icon-preparer-User:before {
  content: "\ebea";
}
.icon-direct-user:before {
  content: "\ebeb";
}
.icon-approving-user:before {
  content: "\ebec";
}
.icon-add-user:before {
  content: "\e982";
}
.icon-main-users:before {
  content: "\ebef";
}
.icon-walk:before {
  content: "\ea2a";
}
.icon-achievement:before {
  content: "\ebf0";
}
.icon-people:before {
  content: "\e9d9";
}
.icon-lend:before {
  content: "\ebf1";
}
.icon-gasoline-tank:before {
  content: "\ebf2";
}
.icon-attachment:before {
  content: "\ebf4";
}
.icon-add-store:before {
  content: "\ebf6";
}
.icon-pending-store:before {
  content: "\ebf7";
}
.icon-add_square:before {
  content: "\ebf8";
}
.icon-whatsapp-outline:before {
  content: "\ebfa";
}
.icon-facebook-outline:before {
  content: "\ebfb";
}
.icon-instagram-outline:before {
  content: "\ebfc";
}
.icon-linkedin-outline:before {
  content: "\ebfd";
}
.icon-twitter-outline:before {
  content: "\ebfe";
}
.icon-youtube-outline:before {
  content: "\ebff";
}
.icon-pay-with-wallet:before {
  content: "\ec00";
}
.icon-day-to-day:before {
  content: "\e9a3";
}
.icon-table-settings:before {
  content: "\ec03";
}
.icon-logos-Bam-endoso-primario-positivo:before {
  content: "\ec06";
}
.icon-Gestor-transaccional:before {
  content: "\ec07";
}
.icon-logos-Bam-endoso-secundario-positivo:before {
  content: "\ec08";
}
.icon-logos-Bam-primario-positivo:before {
  content: "\ec09";
}
.icon-logos-Bam-secundario-positivo:before {
  content: "\ec0a";
}
.icon-logos-BancadeInversion-primario-positivo:before {
  content: "\ec0b";
}
.icon-logos-BancadeInversion-secundario-positivo:before {
  content: "\ec0c";
}
.icon-logos-BancoAgricola-endoso-primario-positivo:before {
  content: "\ec0d";
}
.icon-logos-BancoAgricola-endoso-secundario-positivo:before {
  content: "\ec0e";
}
.icon-logos-BancoAgricola-primario-positivo:before {
  content: "\ec0f";
}
.icon-logos-BancoAgricola-secundario-positivo:before {
  content: "\ec10";
}
.icon-logos-Bancolombia-endoso-primario-positivo:before {
  content: "\ec12";
}
.icon-logos-Bancolombia-endoso-secundario-positivo:before {
  content: "\ec14";
}
.icon-logos-Bancolombia-filiales-cayman-primario-positivo:before {
  content: "\ec16";
}
.icon-logos-Bancolombia-filiales-cayman-secundario-positivo:before {
  content: "\ec17";
}
.icon-bancolomba-panama-horizontal:before {
  content: "\ec18";
}
.icon-logos-Bancolombia-filiales-panama-secundario-positivo:before {
  content: "\ec1a";
}
.icon-logos-Bancolombia-filiales-puertorico-primario-positivo:before {
  content: "\ec1b";
}
.icon-logos-Bancolombia-filiales-puertorico-secundario-positivo:before {
  content: "\ec1c";
}
.icon-logos-Bancolombia-isotipo-negro:before {
  content: "\ec1d";
}
.icon-logos-Bancolombia-primario-positivo:before {
  content: "\ec1f";
}
.icon-logos-Bancolombia-secundario-positivo:before {
  content: "\ec23";
}
.icon-logos-Banitsmo-endoso-primario-positivo:before {
  content: "\ec24";
}
.icon-logos-Banitsmo-endoso-secundario-positivo:before {
  content: "\ec25";
}
.icon-logos-Banitsmo-primario-positivo:before {
  content: "\ec27";
}
.icon-logos-Banitsmo-secundario-positivo:before {
  content: "\ec28";
}
.icon-logos-FundacionGrupoBancolombia-primario-positivo:before {
  content: "\ec2a";
}
.icon-logos-FundacionGrupoBancolombia-secundario-positivo:before {
  content: "\ec2c";
}
.icon-logos-GrupoBancolombia-endoso-positivo:before {
  content: "\ec30";
}
.icon-logos-GrupoBancolombia-primario-positivo:before {
  content: "\ec31";
}
.icon-logos-GrupoBancolombia-secundario-positivo:before {
  content: "\ec33";
}
.icon-logos-GrupoBancolombia-Capital-positivo:before {
  content: "\ec35";
}
.icon-logos-vigilado:before {
  content: "\ec37";
}
.icon-3d:before {
  content: "\ec39";
}
.icon-accepted-card:before {
  content: "\ec41";
}
.icon-access:before {
  content: "\ec42";
}
.icon-add-money:before {
  content: "\ec43";
}
.icon-add-to-car:before {
  content: "\ec44";
}
.icon-add-doc:before {
  content: "\ec45";
}
.icon-address-book2:before {
  content: "\ec59";
}
.icon-align:before {
  content: "\ec5f";
}
.icon-amount:before {
  content: "\ec60";
}
.icon-analytics:before {
  content: "\ec61";
}
.icon-arrow-angle-double-down:before {
  content: "\ec62";
}
.icon-arrow-angle-double-left:before {
  content: "\ec63";
}
.icon-arrow-angle-double-right:before {
  content: "\ec64";
}
.icon-arrow-angle-double-up:before {
  content: "\ec65";
}
.icon-arrow-long-down:before {
  content: "\ec69";
}
.icon-arrow-long-left:before {
  content: "\ec6a";
}
.icon-arrow-long-right:before {
  content: "\ec6b";
}
.icon-arrow-long-up:before {
  content: "\ec6c";
}
.icon-arrow2-down:before {
  content: "\ec6f";
}
.icon-arrow2-left:before {
  content: "\ec70";
}
.icon-arrow2-right:before {
  content: "\ec71";
}
.icon-arrow2-up:before {
  content: "\ec72";
}
.icon-assistant:before {
  content: "\ec74";
}
.icon-ATM:before {
  content: "\ec77";
}
.icon-bank-commitments:before {
  content: "\ec78";
}
.icon-benefits:before {
  content: "\ec7c";
}
.icon-bicycle:before {
  content: "\ec7d";
}
.icon-bill:before {
  content: "\ec7e";
}
.icon-block:before {
  content: "\ec80";
}
.icon-bus:before {
  content: "\ec85";
}
.icon-calendar-exclamation1:before {
  content: "\ec89";
}
.icon-calendar-premium:before {
  content: "\ec8c";
}
.icon-month:before {
  content: "\ec90";
}
.icon-capital:before {
  content: "\ec93";
}
.icon-car-plate:before {
  content: "\ec94";
}
.icon-cash-payment:before {
  content: "\ec99";
}
.icon-cash:before {
  content: "\ec9a";
}
.icon-chart-lines:before {
  content: "\ec9c";
}
.icon-performance:before {
  content: "\ec9d";
}
.icon-chat-comments:before {
  content: "\ec9f";
}
.icon-chat-dots:before {
  content: "\eca0";
}
.icon-chat:before {
  content: "\eca1";
}
.icon-cinema:before {
  content: "\eca4";
}
.icon-clave-dinamica:before {
  content: "\eca5";
}
.icon-cloudy:before {
  content: "\eca9";
}
.icon-contactless:before {
  content: "\ecae";
}
.icon-countdown:before {
  content: "\ecaf";
}
.icon-currency-exchange:before {
  content: "\ecb0";
}
.icon-data:before {
  content: "\ecb1";
}
.icon-smartphone:before {
  content: "\ecce";
}
.icon-document-check:before {
  content: "\ecd0";
}
.icon-document-delivery:before {
  content: "\ecd1";
}
.icon-download-document:before {
  content: "\ecd6";
}
.icon-download-file:before {
  content: "\ecd7";
}
.icon-edit-document:before {
  content: "\ecdb";
}
.icon-modify:before {
  content: "\ecdd";
}
.icon-education:before {
  content: "\ecde";
}
.icon-erase:before {
  content: "\ecdf";
}
.icon-extinguisher:before {
  content: "\ece3";
}
.icon-face-grin-wink:before {
  content: "\ece5";
}
.icon-face-grin-wink2:before {
  content: "\ece6";
}
.icon-faceid:before {
  content: "\ecec";
}
.icon-file-invoice:before {
  content: "\eced";
}
.icon-filters:before {
  content: "\ecef";
}
.icon-finantial-growth-indicator:before {
  content: "\ecf0";
}
.icon-config:before {
  content: "\ecf1";
}
.icon-finantial:before {
  content: "\ecf2";
}
.icon-find-doc:before {
  content: "\ecf3";
}
.icon-fingerprint:before {
  content: "\ecf4";
}
.icon-fire:before {
  content: "\ecf5";
}
.icon-food-burger:before {
  content: "\ecfc";
}
.icon-gps:before {
  content: "\ecfe";
}
.icon-grocery:before {
  content: "\ecff";
}
.icon-hand-button:before {
  content: "\ed00";
}
.icon-hand-four-fingers:before {
  content: "\ed01";
}
.icon-hand-index:before {
  content: "\ed02";
}
.icon-hand-three-fingers:before {
  content: "\ed03";
}
.icon-hand-top:before {
  content: "\ed04";
}
.icon-hand-two-fingers:before {
  content: "\ed05";
}
.icon-hand:before {
  content: "\ed06";
}
.icon-health:before {
  content: "\ed07";
}
.icon-help:before {
  content: "\ed09";
}
.icon-holding-money:before {
  content: "\ed0a";
}
.icon-id-number:before {
  content: "\ed0d";
}
.icon-id:before {
  content: "\ed0e";
}
.icon-idea:before {
  content: "\ed0f";
}
.icon-info:before {
  content: "\ed12";
}
.icon-insurance:before {
  content: "\ed14";
}
.icon-international:before {
  content: "\ed15";
}
.icon-language:before {
  content: "\ed17";
}
.icon-law:before {
  content: "\ed18";
}
.icon-line-of-people:before {
  content: "\ed1a";
}
.icon-secondary-menu-horizontal:before {
  content: "\ed20";
}
.icon-secondary-menu:before {
  content: "\ed21";
}
.icon-menu:before {
  content: "\ed23";
}
.icon-login:before {
  content: "\ed27";
}
.icon-luggage:before {
  content: "\ed28";
}
.icon-medical-assistance:before {
  content: "\ed2c";
}
.icon-mixed-service:before {
  content: "\ed2d";
}
.icon-mobile-payment:before {
  content: "\ed2e";
}
.icon-motorcycle2:before {
  content: "\ed30";
}
.icon-news:before {
  content: "\ed33";
}
.icon-no-card:before {
  content: "\ed34";
}
.icon-no-people:before {
  content: "\ed35";
}
.icon-no-view:before {
  content: "\ed38";
}
.icon-office:before {
  content: "\ed3a";
}
.icon-package:before {
  content: "\ed3b";
}
.icon-pass:before {
  content: "\ed3c";
}
.icon-play:before {
  content: "\ed41";
}
.icon-plus2:before {
  content: "\ed43";
}
.icon-ok:before {
  content: "\ed46";
}
.icon-preferential:before {
  content: "\ed48";
}
.icon-premium:before {
  content: "\ed49";
}
.icon-print:before {
  content: "\ed4a";
}
.icon-QR-add:before {
  content: "\ed4d";
}
.icon-QR-heart:before {
  content: "\ed4e";
}
.icon-QR-scan:before {
  content: "\ed4f";
}
.icon-QR-send:before {
  content: "\ed50";
}
.icon-quit:before {
  content: "\ed51";
}
.icon-receipt:before {
  content: "\ed52";
}
.icon-remove:before {
  content: "\ed54";
}
.icon-removing-card:before {
  content: "\ed55";
}
.icon-route:before {
  content: "\ed57";
}
.icon-salary:before {
  content: "\ed58";
}
.icon-savings:before {
  content: "\ed5a";
}
.icon-search-charts:before {
  content: "\ed5b";
}
.icon-see-balance:before {
  content: "\ed5e";
}
.icon-send-money-2:before {
  content: "\ed62";
}
.icon-share-external-link2:before {
  content: "\ed64";
}
.icon-ship:before {
  content: "\ed66";
}
.icon-sort:before {
  content: "\ed6a";
}
.icon-stock-exchange:before {
  content: "\ed6f";
}
.icon-stocks:before {
  content: "\ed70";
}
.icon-subway:before {
  content: "\ed71";
}
.icon-successful:before {
  content: "\ed72";
}
.icon-sunny:before {
  content: "\ed73";
}
.icon-swimming:before {
  content: "\ed74";
}
.icon-taxes:before {
  content: "\ed78";
}
.icon-thumbs-down:before {
  content: "\ed7a";
}
.icon-thumbs-up:before {
  content: "\ed7b";
}
.icon-time:before {
  content: "\ed7d";
}
.icon-umbrella-beach:before {
  content: "\ed80";
}
.icon-undo-payment:before {
  content: "\ed81";
}
.icon-unemployment:before {
  content: "\ed82";
}
.icon-upload:before {
  content: "\ed83";
}
.icon-user:before {
  content: "\ed84";
}
.icon-value:before {
  content: "\ed85";
}
.icon-variations:before {
  content: "\ed86";
}
.icon-vip:before {
  content: "\ed87";
}
.icon-wallet:before {
  content: "\ed88";
}
.icon-window-analytics:before {
  content: "\ed89";
}
.icon-withdraw-cash:before {
  content: "\ed8a";
}
.icon-wrench:before {
  content: "\ed8d";
}
.icon-zoom-minus:before {
  content: "\ed8c";
}
.icon-zoom-plus:before {
  content: "\ed8b";
}
:host {
  --size-3xl: 64px;
  --size-2xl: 56px;
  --size-xl: 48px;
  --size-lg: 40px;
  --size-md: 32px;
  --size-sm: 24px;
  --size-2xs: 20px;
  --size-xs: 16px;
}
:root {
  --border-radius-0:0px;
  --border-radius-1:4px;
  --border-radius-2:8px;
  --border-radius-3:16px;
  --border-radius-4:24px;
  --border-radius-5:32px;
  --border-radius-6:48px;
  --border-radius-7:64px;
  --border-radius-full:100px;
  --border-radius-0:0px;
  --border-radius-1:4px;
  --border-radius-2:8px;
  --border-radius-3:16px;
  --border-radius-4:24px;
  --border-radius-5:32px;
  --border-radius-6:48px;
  --border-radius-7:64px;
  --border-radius-full:100px;
  --border-radius-0:0px;
  --border-radius-1:4px;
  --border-radius-2:8px;
  --border-radius-3:16px;
  --border-radius-4:24px;
  --border-radius-5:32px;
  --border-radius-6:48px;
  --border-radius-7:64px;
  --border-radius-full:100px;
  --border-radius-0:0px;
  --border-radius-1:4px;
  --border-radius-2:8px;
  --border-radius-3:16px;
  --border-radius-4:24px;
  --border-radius-5:32px;
  --border-radius-6:48px;
  --border-radius-7:64px;
  --border-radius-full:100px;
  --border-radius-0:0px;
  --border-radius-1:4px;
  --border-radius-2:8px;
  --border-radius-3:16px;
  --border-radius-4:24px;
  --border-radius-5:32px;
  --border-radius-6:48px;
  --border-radius-7:64px;
  --border-radius-full:100px;
  --border-radius-0:0px;
  --border-radius-1:4px;
  --border-radius-2:8px;
  --border-radius-3:16px;
  --border-radius-4:24px;
  --border-radius-5:32px;
  --border-radius-6:48px;
  --border-radius-7:64px;
  --border-radius-full:100px;
  --border-radius-0:0px;
  --border-radius-1:4px;
  --border-radius-2:8px;
  --border-radius-3:16px;
  --border-radius-4:24px;
  --border-radius-5:32px;
  --border-radius-6:48px;
  --border-radius-7:64px;
  --border-radius-full:100px;
  --border-radius-0:0px;
  --border-radius-1:4px;
  --border-radius-2:8px;
  --border-radius-3:16px;
  --border-radius-4:24px;
  --border-radius-5:32px;
  --border-radius-6:48px;
  --border-radius-7:64px;
  --border-radius-full:100px;
  --border-radius-0:0px;
  --border-radius-1:4px;
  --border-radius-2:8px;
  --border-radius-3:16px;
  --border-radius-4:24px;
  --border-radius-5:32px;
  --border-radius-6:48px;
  --border-radius-7:64px;
  --border-radius-full:100px;
}
:root .nv-border-radius-0-full {
  border-radius: 0px 0px 0px 0px;
}
:root .nv-border-radius-1-full {
  border-radius: 4px 4px 4px 4px;
}
:root .nv-border-radius-2-full {
  border-radius: 8px 8px 8px 8px;
}
:root .nv-border-radius-3-full {
  border-radius: 16px 16px 16px 16px;
}
:root .nv-border-radius-4-full {
  border-radius: 24px 24px 24px 24px;
}
:root .nv-border-radius-5-full {
  border-radius: 32px 32px 32px 32px;
}
:root .nv-border-radius-6-full {
  border-radius: 48px 48px 48px 48px;
}
:root .nv-border-radius-7-full {
  border-radius: 64px 64px 64px 64px;
}
:root .nv-border-radius-full-full {
  border-radius: 100px 100px 100px 100px;
}
:root .nv-border-radius-0-top {
  border-radius: 0px 0px 0 0;
}
:root .nv-border-radius-1-top {
  border-radius: 4px 4px 0 0;
}
:root .nv-border-radius-2-top {
  border-radius: 8px 8px 0 0;
}
:root .nv-border-radius-3-top {
  border-radius: 16px 16px 0 0;
}
:root .nv-border-radius-4-top {
  border-radius: 24px 24px 0 0;
}
:root .nv-border-radius-5-top {
  border-radius: 32px 32px 0 0;
}
:root .nv-border-radius-6-top {
  border-radius: 48px 48px 0 0;
}
:root .nv-border-radius-7-top {
  border-radius: 64px 64px 0 0;
}
:root .nv-border-radius-full-top {
  border-radius: 100px 100px 0 0;
}
:root .nv-border-radius-0-bottom {
  border-radius: 0 0 0px 0px;
}
:root .nv-border-radius-1-bottom {
  border-radius: 0 0 4px 4px;
}
:root .nv-border-radius-2-bottom {
  border-radius: 0 0 8px 8px;
}
:root .nv-border-radius-3-bottom {
  border-radius: 0 0 16px 16px;
}
:root .nv-border-radius-4-bottom {
  border-radius: 0 0 24px 24px;
}
:root .nv-border-radius-5-bottom {
  border-radius: 0 0 32px 32px;
}
:root .nv-border-radius-6-bottom {
  border-radius: 0 0 48px 48px;
}
:root .nv-border-radius-7-bottom {
  border-radius: 0 0 64px 64px;
}
:root .nv-border-radius-full-bottom {
  border-radius: 0 0 100px 100px;
}
:root .nv-border-radius-0-right {
  border-radius: 0 0px 0px 0;
}
:root .nv-border-radius-1-right {
  border-radius: 0 4px 4px 0;
}
:root .nv-border-radius-2-right {
  border-radius: 0 8px 8px 0;
}
:root .nv-border-radius-3-right {
  border-radius: 0 16px 16px 0;
}
:root .nv-border-radius-4-right {
  border-radius: 0 24px 24px 0;
}
:root .nv-border-radius-5-right {
  border-radius: 0 32px 32px 0;
}
:root .nv-border-radius-6-right {
  border-radius: 0 48px 48px 0;
}
:root .nv-border-radius-7-right {
  border-radius: 0 64px 64px 0;
}
:root .nv-border-radius-full-right {
  border-radius: 0 100px 100px 0;
}
:root .nv-border-radius-0-left {
  border-radius: 0px 0 0 0px;
}
:root .nv-border-radius-1-left {
  border-radius: 4px 0 0 4px;
}
:root .nv-border-radius-2-left {
  border-radius: 8px 0 0 8px;
}
:root .nv-border-radius-3-left {
  border-radius: 16px 0 0 16px;
}
:root .nv-border-radius-4-left {
  border-radius: 24px 0 0 24px;
}
:root .nv-border-radius-5-left {
  border-radius: 32px 0 0 32px;
}
:root .nv-border-radius-6-left {
  border-radius: 48px 0 0 48px;
}
:root .nv-border-radius-7-left {
  border-radius: 64px 0 0 64px;
}
:root .nv-border-radius-full-left {
  border-radius: 100px 0 0 100px;
}
:root .nv-border-radius-0-top-right {
  border-radius: 0 0px 0 0;
}
:root .nv-border-radius-1-top-right {
  border-radius: 0 4px 0 0;
}
:root .nv-border-radius-2-top-right {
  border-radius: 0 8px 0 0;
}
:root .nv-border-radius-3-top-right {
  border-radius: 0 16px 0 0;
}
:root .nv-border-radius-4-top-right {
  border-radius: 0 24px 0 0;
}
:root .nv-border-radius-5-top-right {
  border-radius: 0 32px 0 0;
}
:root .nv-border-radius-6-top-right {
  border-radius: 0 48px 0 0;
}
:root .nv-border-radius-7-top-right {
  border-radius: 0 64px 0 0;
}
:root .nv-border-radius-full-top-right {
  border-radius: 0 100px 0 0;
}
:root .nv-border-radius-0-top-left {
  border-radius: 0px 0 0 0;
}
:root .nv-border-radius-1-top-left {
  border-radius: 4px 0 0 0;
}
:root .nv-border-radius-2-top-left {
  border-radius: 8px 0 0 0;
}
:root .nv-border-radius-3-top-left {
  border-radius: 16px 0 0 0;
}
:root .nv-border-radius-4-top-left {
  border-radius: 24px 0 0 0;
}
:root .nv-border-radius-5-top-left {
  border-radius: 32px 0 0 0;
}
:root .nv-border-radius-6-top-left {
  border-radius: 48px 0 0 0;
}
:root .nv-border-radius-7-top-left {
  border-radius: 64px 0 0 0;
}
:root .nv-border-radius-full-top-left {
  border-radius: 100px 0 0 0;
}
:root .nv-border-radius-0-bottom-right {
  border-radius: 0 0 0px 0;
}
:root .nv-border-radius-1-bottom-right {
  border-radius: 0 0 4px 0;
}
:root .nv-border-radius-2-bottom-right {
  border-radius: 0 0 8px 0;
}
:root .nv-border-radius-3-bottom-right {
  border-radius: 0 0 16px 0;
}
:root .nv-border-radius-4-bottom-right {
  border-radius: 0 0 24px 0;
}
:root .nv-border-radius-5-bottom-right {
  border-radius: 0 0 32px 0;
}
:root .nv-border-radius-6-bottom-right {
  border-radius: 0 0 48px 0;
}
:root .nv-border-radius-7-bottom-right {
  border-radius: 0 0 64px 0;
}
:root .nv-border-radius-full-bottom-right {
  border-radius: 0 0 100px 0;
}
:root .nv-border-radius-0-bottom-left {
  border-radius: 0 0 0 0px;
}
:root .nv-border-radius-1-bottom-left {
  border-radius: 0 0 0 4px;
}
:root .nv-border-radius-2-bottom-left {
  border-radius: 0 0 0 8px;
}
:root .nv-border-radius-3-bottom-left {
  border-radius: 0 0 0 16px;
}
:root .nv-border-radius-4-bottom-left {
  border-radius: 0 0 0 24px;
}
:root .nv-border-radius-5-bottom-left {
  border-radius: 0 0 0 32px;
}
:root .nv-border-radius-6-bottom-left {
  border-radius: 0 0 0 48px;
}
:root .nv-border-radius-7-bottom-left {
  border-radius: 0 0 0 64px;
}
:root .nv-border-radius-full-bottom-left {
  border-radius: 0 0 0 100px;
}
:host {
  --border-radius-0:0px;
  --border-radius-1:4px;
  --border-radius-2:8px;
  --border-radius-3:16px;
  --border-radius-4:24px;
  --border-radius-5:32px;
  --border-radius-6:48px;
  --border-radius-7:64px;
  --border-radius-full:100px;
  --border-radius-0:0px;
  --border-radius-1:4px;
  --border-radius-2:8px;
  --border-radius-3:16px;
  --border-radius-4:24px;
  --border-radius-5:32px;
  --border-radius-6:48px;
  --border-radius-7:64px;
  --border-radius-full:100px;
  --border-radius-0:0px;
  --border-radius-1:4px;
  --border-radius-2:8px;
  --border-radius-3:16px;
  --border-radius-4:24px;
  --border-radius-5:32px;
  --border-radius-6:48px;
  --border-radius-7:64px;
  --border-radius-full:100px;
  --border-radius-0:0px;
  --border-radius-1:4px;
  --border-radius-2:8px;
  --border-radius-3:16px;
  --border-radius-4:24px;
  --border-radius-5:32px;
  --border-radius-6:48px;
  --border-radius-7:64px;
  --border-radius-full:100px;
  --border-radius-0:0px;
  --border-radius-1:4px;
  --border-radius-2:8px;
  --border-radius-3:16px;
  --border-radius-4:24px;
  --border-radius-5:32px;
  --border-radius-6:48px;
  --border-radius-7:64px;
  --border-radius-full:100px;
  --border-radius-0:0px;
  --border-radius-1:4px;
  --border-radius-2:8px;
  --border-radius-3:16px;
  --border-radius-4:24px;
  --border-radius-5:32px;
  --border-radius-6:48px;
  --border-radius-7:64px;
  --border-radius-full:100px;
  --border-radius-0:0px;
  --border-radius-1:4px;
  --border-radius-2:8px;
  --border-radius-3:16px;
  --border-radius-4:24px;
  --border-radius-5:32px;
  --border-radius-6:48px;
  --border-radius-7:64px;
  --border-radius-full:100px;
  --border-radius-0:0px;
  --border-radius-1:4px;
  --border-radius-2:8px;
  --border-radius-3:16px;
  --border-radius-4:24px;
  --border-radius-5:32px;
  --border-radius-6:48px;
  --border-radius-7:64px;
  --border-radius-full:100px;
  --border-radius-0:0px;
  --border-radius-1:4px;
  --border-radius-2:8px;
  --border-radius-3:16px;
  --border-radius-4:24px;
  --border-radius-5:32px;
  --border-radius-6:48px;
  --border-radius-7:64px;
  --border-radius-full:100px;
}
:host .nv-border-radius-0-full {
  border-radius: 0px 0px 0px 0px;
}
:host .nv-border-radius-1-full {
  border-radius: 4px 4px 4px 4px;
}
:host .nv-border-radius-2-full {
  border-radius: 8px 8px 8px 8px;
}
:host .nv-border-radius-3-full {
  border-radius: 16px 16px 16px 16px;
}
:host .nv-border-radius-4-full {
  border-radius: 24px 24px 24px 24px;
}
:host .nv-border-radius-5-full {
  border-radius: 32px 32px 32px 32px;
}
:host .nv-border-radius-6-full {
  border-radius: 48px 48px 48px 48px;
}
:host .nv-border-radius-7-full {
  border-radius: 64px 64px 64px 64px;
}
:host .nv-border-radius-full-full {
  border-radius: 100px 100px 100px 100px;
}
:host .nv-border-radius-0-top {
  border-radius: 0px 0px 0 0;
}
:host .nv-border-radius-1-top {
  border-radius: 4px 4px 0 0;
}
:host .nv-border-radius-2-top {
  border-radius: 8px 8px 0 0;
}
:host .nv-border-radius-3-top {
  border-radius: 16px 16px 0 0;
}
:host .nv-border-radius-4-top {
  border-radius: 24px 24px 0 0;
}
:host .nv-border-radius-5-top {
  border-radius: 32px 32px 0 0;
}
:host .nv-border-radius-6-top {
  border-radius: 48px 48px 0 0;
}
:host .nv-border-radius-7-top {
  border-radius: 64px 64px 0 0;
}
:host .nv-border-radius-full-top {
  border-radius: 100px 100px 0 0;
}
:host .nv-border-radius-0-bottom {
  border-radius: 0 0 0px 0px;
}
:host .nv-border-radius-1-bottom {
  border-radius: 0 0 4px 4px;
}
:host .nv-border-radius-2-bottom {
  border-radius: 0 0 8px 8px;
}
:host .nv-border-radius-3-bottom {
  border-radius: 0 0 16px 16px;
}
:host .nv-border-radius-4-bottom {
  border-radius: 0 0 24px 24px;
}
:host .nv-border-radius-5-bottom {
  border-radius: 0 0 32px 32px;
}
:host .nv-border-radius-6-bottom {
  border-radius: 0 0 48px 48px;
}
:host .nv-border-radius-7-bottom {
  border-radius: 0 0 64px 64px;
}
:host .nv-border-radius-full-bottom {
  border-radius: 0 0 100px 100px;
}
:host .nv-border-radius-0-right {
  border-radius: 0 0px 0px 0;
}
:host .nv-border-radius-1-right {
  border-radius: 0 4px 4px 0;
}
:host .nv-border-radius-2-right {
  border-radius: 0 8px 8px 0;
}
:host .nv-border-radius-3-right {
  border-radius: 0 16px 16px 0;
}
:host .nv-border-radius-4-right {
  border-radius: 0 24px 24px 0;
}
:host .nv-border-radius-5-right {
  border-radius: 0 32px 32px 0;
}
:host .nv-border-radius-6-right {
  border-radius: 0 48px 48px 0;
}
:host .nv-border-radius-7-right {
  border-radius: 0 64px 64px 0;
}
:host .nv-border-radius-full-right {
  border-radius: 0 100px 100px 0;
}
:host .nv-border-radius-0-left {
  border-radius: 0px 0 0 0px;
}
:host .nv-border-radius-1-left {
  border-radius: 4px 0 0 4px;
}
:host .nv-border-radius-2-left {
  border-radius: 8px 0 0 8px;
}
:host .nv-border-radius-3-left {
  border-radius: 16px 0 0 16px;
}
:host .nv-border-radius-4-left {
  border-radius: 24px 0 0 24px;
}
:host .nv-border-radius-5-left {
  border-radius: 32px 0 0 32px;
}
:host .nv-border-radius-6-left {
  border-radius: 48px 0 0 48px;
}
:host .nv-border-radius-7-left {
  border-radius: 64px 0 0 64px;
}
:host .nv-border-radius-full-left {
  border-radius: 100px 0 0 100px;
}
:host .nv-border-radius-0-top-right {
  border-radius: 0 0px 0 0;
}
:host .nv-border-radius-1-top-right {
  border-radius: 0 4px 0 0;
}
:host .nv-border-radius-2-top-right {
  border-radius: 0 8px 0 0;
}
:host .nv-border-radius-3-top-right {
  border-radius: 0 16px 0 0;
}
:host .nv-border-radius-4-top-right {
  border-radius: 0 24px 0 0;
}
:host .nv-border-radius-5-top-right {
  border-radius: 0 32px 0 0;
}
:host .nv-border-radius-6-top-right {
  border-radius: 0 48px 0 0;
}
:host .nv-border-radius-7-top-right {
  border-radius: 0 64px 0 0;
}
:host .nv-border-radius-full-top-right {
  border-radius: 0 100px 0 0;
}
:host .nv-border-radius-0-top-left {
  border-radius: 0px 0 0 0;
}
:host .nv-border-radius-1-top-left {
  border-radius: 4px 0 0 0;
}
:host .nv-border-radius-2-top-left {
  border-radius: 8px 0 0 0;
}
:host .nv-border-radius-3-top-left {
  border-radius: 16px 0 0 0;
}
:host .nv-border-radius-4-top-left {
  border-radius: 24px 0 0 0;
}
:host .nv-border-radius-5-top-left {
  border-radius: 32px 0 0 0;
}
:host .nv-border-radius-6-top-left {
  border-radius: 48px 0 0 0;
}
:host .nv-border-radius-7-top-left {
  border-radius: 64px 0 0 0;
}
:host .nv-border-radius-full-top-left {
  border-radius: 100px 0 0 0;
}
:host .nv-border-radius-0-bottom-right {
  border-radius: 0 0 0px 0;
}
:host .nv-border-radius-1-bottom-right {
  border-radius: 0 0 4px 0;
}
:host .nv-border-radius-2-bottom-right {
  border-radius: 0 0 8px 0;
}
:host .nv-border-radius-3-bottom-right {
  border-radius: 0 0 16px 0;
}
:host .nv-border-radius-4-bottom-right {
  border-radius: 0 0 24px 0;
}
:host .nv-border-radius-5-bottom-right {
  border-radius: 0 0 32px 0;
}
:host .nv-border-radius-6-bottom-right {
  border-radius: 0 0 48px 0;
}
:host .nv-border-radius-7-bottom-right {
  border-radius: 0 0 64px 0;
}
:host .nv-border-radius-full-bottom-right {
  border-radius: 0 0 100px 0;
}
:host .nv-border-radius-0-bottom-left {
  border-radius: 0 0 0 0px;
}
:host .nv-border-radius-1-bottom-left {
  border-radius: 0 0 0 4px;
}
:host .nv-border-radius-2-bottom-left {
  border-radius: 0 0 0 8px;
}
:host .nv-border-radius-3-bottom-left {
  border-radius: 0 0 0 16px;
}
:host .nv-border-radius-4-bottom-left {
  border-radius: 0 0 0 24px;
}
:host .nv-border-radius-5-bottom-left {
  border-radius: 0 0 0 32px;
}
:host .nv-border-radius-6-bottom-left {
  border-radius: 0 0 0 48px;
}
:host .nv-border-radius-7-bottom-left {
  border-radius: 0 0 0 64px;
}
:host .nv-border-radius-full-bottom-left {
  border-radius: 0 0 0 100px;
}
.nv-display-inline {
  display: inline;
}
.nv-display-inline-block {
  display: inline-block;
}
.nv-display-block {
  display: block;
}
.nv-display-grid {
  display: grid;
}
.nv-display-table {
  display: table;
}
.nv-display-table-row {
  display: table-row;
}
.nv-display-table-cell {
  display: table-cell;
}
.nv-display-flex {
  display: flex;
}
.nv-display-inline-flex {
  display: inline-flex;
}
.nv-display-none {
  display: none;
}
.nv-flex-direction-row {
  flex-direction: row;
}
.nv-flex-direction-column {
  flex-direction: column;
}
.nv-flex-direction-row-reverse {
  flex-direction: row-reverse;
}
.nv-flex-direction-column-reverse {
  flex-direction: column-reverse;
}
.nv-justify-content-start {
  justify-content: flex-start;
}
.nv-justify-content-end {
  justify-content: flex-end;
}
.nv-justify-content-center {
  justify-content: center;
}
.nv-justify-content-between {
  justify-content: space-between;
}
.nv-justify-content-around {
  justify-content: space-around;
}
.nv-justify-content-evenly {
  justify-content: space-evenly;
}
.nv-align-items-start {
  align-items: flex-start;
}
.nv-align-items-end {
  align-items: flex-end;
}
.nv-align-items-center {
  align-items: center;
}
.nv-align-items-baseline {
  align-items: baseline;
}
.nv-align-items-stretch {
  align-items: stretch;
}
.nv-align-content-start {
  align-content: flex-start;
}
.nv-align-content-end {
  align-content: flex-end;
}
.nv-align-content-center {
  align-content: center;
}
.nv-align-content-between {
  align-content: space-between;
}
.nv-align-content-around {
  align-content: space-around;
}
.nv-align-content-stretch {
  align-content: stretch;
}
.nv-align-self-auto {
  align-self: auto;
}
.nv-align-self-start {
  align-self: flex-start;
}
.nv-align-self-end {
  align-self: flex-end;
}
.nv-align-self-center {
  align-self: center;
}
.nv-align-self-baseline {
  align-self: baseline;
}
.nv-align-self-stretch {
  align-self: stretch;
}
.nv-text-align-start {
  text-align: start;
}
.nv-text-align-end {
  text-align: end;
}
.nv-text-align-center {
  text-align: center;
}
.nv-text-align-justify {
  text-align: justify;
}
.nv-text-align-left {
  text-align: left;
}
.nv-text-align-right {
  text-align: right;
}
.nv-flex-wrap-wrap {
  flex-wrap: wrap;
}
.nv-flex-wrap-nowrap {
  flex-wrap: nowrap;
}
.nv-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse;
}
:host {
  --shadow-color: var(--colors-primary-01-rgb);
}
:host(.theme-dark) {
  --shadow-color:
    24,
    22,
    21;
}
:root {
  --shadow-color: var(--colors-primary-01-rgb);
}
:root {
  --shadow-00: 0px 1px 0px 0px rgba(var(--shadow-color), 0.00);
  --shadow-01: 0px 1px 4px 0px rgba(var(--shadow-color), 0.16), 0px 1px 2px 0px rgba(var(--shadow-color), 0.08);
  --shadow-02: 0px 3px 6px 0px rgba(var(--shadow-color), 0.16), 0px 1px 4px 0px rgba(var(--shadow-color), 0.08);
  --shadow-03: 0px 5px 8px 0px rgba(var(--shadow-color), 0.16), 0px 1px 6px 0px rgba(var(--shadow-color), 0.08);
  --shadow-04: 0px 8px 12px 0px rgba(var(--shadow-color), 0.16), 0px 1px 8px 0px rgba(var(--shadow-color), 0.08);
  --shadow-05: 0px 12px 16px 0px rgba(var(--shadow-color), 0.16), 0px 1px 10px 0px rgba(var(--shadow-color), 0.08);
  --shadow-06: 0px 16px 20px 0px rgba(var(--shadow-color), 0.16), 0px 1px 12px 0px rgba(var(--shadow-color), 0.08);
}
:root .nv-shadow-00 {
  box-shadow: 0px 1px 0px 0px rgba(var(--shadow-color), 0.00);
}
:root .nv-shadow-01 {
  box-shadow: 0px 1px 4px 0px rgba(var(--shadow-color), 0.16), 0px 1px 2px 0px rgba(var(--shadow-color), 0.08);
}
:root .nv-shadow-02 {
  box-shadow: 0px 3px 6px 0px rgba(var(--shadow-color), 0.16), 0px 1px 4px 0px rgba(var(--shadow-color), 0.08);
}
:root .nv-shadow-03 {
  box-shadow: 0px 5px 8px 0px rgba(var(--shadow-color), 0.16), 0px 1px 6px 0px rgba(var(--shadow-color), 0.08);
}
:root .nv-shadow-04 {
  box-shadow: 0px 8px 12px 0px rgba(var(--shadow-color), 0.16), 0px 1px 8px 0px rgba(var(--shadow-color), 0.08);
}
:root .nv-shadow-05 {
  box-shadow: 0px 12px 16px 0px rgba(var(--shadow-color), 0.16), 0px 1px 10px 0px rgba(var(--shadow-color), 0.08);
}
:root .nv-shadow-06 {
  box-shadow: 0px 16px 20px 0px rgba(var(--shadow-color), 0.16), 0px 1px 12px 0px rgba(var(--shadow-color), 0.08);
}
:host {
  --shadow-00: 0px 1px 0px 0px rgba(var(--shadow-color), 0.00);
  --shadow-01: 0px 1px 4px 0px rgba(var(--shadow-color), 0.16), 0px 1px 2px 0px rgba(var(--shadow-color), 0.08);
  --shadow-02: 0px 3px 6px 0px rgba(var(--shadow-color), 0.16), 0px 1px 4px 0px rgba(var(--shadow-color), 0.08);
  --shadow-03: 0px 5px 8px 0px rgba(var(--shadow-color), 0.16), 0px 1px 6px 0px rgba(var(--shadow-color), 0.08);
  --shadow-04: 0px 8px 12px 0px rgba(var(--shadow-color), 0.16), 0px 1px 8px 0px rgba(var(--shadow-color), 0.08);
  --shadow-05: 0px 12px 16px 0px rgba(var(--shadow-color), 0.16), 0px 1px 10px 0px rgba(var(--shadow-color), 0.08);
  --shadow-06: 0px 16px 20px 0px rgba(var(--shadow-color), 0.16), 0px 1px 12px 0px rgba(var(--shadow-color), 0.08);
}
:host .nv-shadow-00 {
  box-shadow: 0px 1px 0px 0px rgba(var(--shadow-color), 0.00);
}
:host .nv-shadow-01 {
  box-shadow: 0px 1px 4px 0px rgba(var(--shadow-color), 0.16), 0px 1px 2px 0px rgba(var(--shadow-color), 0.08);
}
:host .nv-shadow-02 {
  box-shadow: 0px 3px 6px 0px rgba(var(--shadow-color), 0.16), 0px 1px 4px 0px rgba(var(--shadow-color), 0.08);
}
:host .nv-shadow-03 {
  box-shadow: 0px 5px 8px 0px rgba(var(--shadow-color), 0.16), 0px 1px 6px 0px rgba(var(--shadow-color), 0.08);
}
:host .nv-shadow-04 {
  box-shadow: 0px 8px 12px 0px rgba(var(--shadow-color), 0.16), 0px 1px 8px 0px rgba(var(--shadow-color), 0.08);
}
:host .nv-shadow-05 {
  box-shadow: 0px 12px 16px 0px rgba(var(--shadow-color), 0.16), 0px 1px 10px 0px rgba(var(--shadow-color), 0.08);
}
:host .nv-shadow-06 {
  box-shadow: 0px 16px 20px 0px rgba(var(--shadow-color), 0.16), 0px 1px 12px 0px rgba(var(--shadow-color), 0.08);
}
.nv-space {
  margin: 8px;
}
.nv-space-padding {
  padding: 8px;
}
.nv-space-top {
  margin-block-start: 8px;
}
.nv-space-top-padding {
  padding-block-start: 8px;
}
.nv-space-bottom {
  margin-block-end: 8px;
}
.nv-space-bottom-padding {
  padding-block-end: 8px;
}
.nv-space-left {
  margin-inline-start: 8px;
}
.nv-space-left-padding {
  padding-inline-start: 8px;
}
.nv-space-right {
  margin-inline-end: 8px;
}
.nv-space-right-padding {
  padding-inline-end: 8px;
}
.nv-space-2 {
  margin: 16px;
}
.nv-space-2-padding {
  padding: 16px;
}
.nv-space-2-top {
  margin-block-start: 16px;
}
.nv-space-2-top-padding {
  padding-block-start: 16px;
}
.nv-space-2-bottom {
  margin-block-end: 16px;
}
.nv-space-2-bottom-padding {
  padding-block-end: 16px;
}
.nv-space-2-left {
  margin-inline-start: 16px;
}
.nv-space-2-left-padding {
  padding-inline-start: 16px;
}
.nv-space-2-right {
  margin-inline-end: 16px;
}
.nv-space-2-right-padding {
  padding-inline-end: 16px;
}
.nv-space-3 {
  margin: 24px;
}
.nv-space-3-padding {
  padding: 24px;
}
.nv-space-3-top {
  margin-block-start: 24px;
}
.nv-space-3-top-padding {
  padding-block-start: 24px;
}
.nv-space-3-bottom {
  margin-block-end: 24px;
}
.nv-space-3-bottom-padding {
  padding-block-end: 24px;
}
.nv-space-3-left {
  margin-inline-start: 24px;
}
.nv-space-3-left-padding {
  padding-inline-start: 24px;
}
.nv-space-3-right {
  margin-inline-end: 24px;
}
.nv-space-3-right-padding {
  padding-inline-end: 24px;
}
.nv-space-4 {
  margin: 32px;
}
.nv-space-4-padding {
  padding: 32px;
}
.nv-space-4-top {
  margin-block-start: 32px;
}
.nv-space-4-top-padding {
  padding-block-start: 32px;
}
.nv-space-4-bottom {
  margin-block-end: 32px;
}
.nv-space-4-bottom-padding {
  padding-block-end: 32px;
}
.nv-space-4-left {
  margin-inline-start: 32px;
}
.nv-space-4-left-padding {
  padding-inline-start: 32px;
}
.nv-space-4-right {
  margin-inline-end: 32px;
}
.nv-space-4-right-padding {
  padding-inline-end: 32px;
}
.nv-space-5 {
  margin: 40px;
}
.nv-space-5-padding {
  padding: 40px;
}
.nv-space-5-top {
  margin-block-start: 40px;
}
.nv-space-5-top-padding {
  padding-block-start: 40px;
}
.nv-space-5-bottom {
  margin-block-end: 40px;
}
.nv-space-5-bottom-padding {
  padding-block-end: 40px;
}
.nv-space-5-left {
  margin-inline-start: 40px;
}
.nv-space-5-left-padding {
  padding-inline-start: 40px;
}
.nv-space-5-right {
  margin-inline-end: 40px;
}
.nv-space-5-right-padding {
  padding-inline-end: 40px;
}
.nv-space-6 {
  margin: 48px;
}
.nv-space-6-padding {
  padding: 48px;
}
.nv-space-6-top {
  margin-block-start: 48px;
}
.nv-space-6-top-padding {
  padding-block-start: 48px;
}
.nv-space-6-bottom {
  margin-block-end: 48px;
}
.nv-space-6-bottom-padding {
  padding-block-end: 48px;
}
.nv-space-6-left {
  margin-inline-start: 48px;
}
.nv-space-6-left-padding {
  padding-inline-start: 48px;
}
.nv-space-6-right {
  margin-inline-end: 48px;
}
.nv-space-6-right-padding {
  padding-inline-end: 48px;
}
.nv-space-7 {
  margin: 56px;
}
.nv-space-7-padding {
  padding: 56px;
}
.nv-space-7-top {
  margin-block-start: 56px;
}
.nv-space-7-top-padding {
  padding-block-start: 56px;
}
.nv-space-7-bottom {
  margin-block-end: 56px;
}
.nv-space-7-bottom-padding {
  padding-block-end: 56px;
}
.nv-space-7-left {
  margin-inline-start: 56px;
}
.nv-space-7-left-padding {
  padding-inline-start: 56px;
}
.nv-space-7-right {
  margin-inline-end: 56px;
}
.nv-space-7-right-padding {
  padding-inline-end: 56px;
}
.nv-space-8 {
  margin: 64px;
}
.nv-space-8-padding {
  padding: 64px;
}
.nv-space-8-top {
  margin-block-start: 64px;
}
.nv-space-8-top-padding {
  padding-block-start: 64px;
}
.nv-space-8-bottom {
  margin-block-end: 64px;
}
.nv-space-8-bottom-padding {
  padding-block-end: 64px;
}
.nv-space-8-left {
  margin-inline-start: 64px;
}
.nv-space-8-left-padding {
  padding-inline-start: 64px;
}
.nv-space-8-right {
  margin-inline-end: 64px;
}
.nv-space-8-right-padding {
  padding-inline-end: 64px;
}
@font-face {
  font-family: "Open Sans";
  src: url(https://library-sdb.apps.bancolombia.com/bds/6.58.1/assets/fonts/Open_Sans/OpenSans-Regular.ttf) format("opentype");
}
@font-face {
  font-family: "CIB Sans";
  src: url(https://library-sdb.apps.bancolombia.com/bds/6.58.1/assets/fonts/CIBFont/CIBFontSans-Regular.ttf) format("opentype");
}
@font-face {
  font-family: "CIB Serif";
  src: url(https://library-sdb.apps.bancolombia.com/bds/6.58.1/assets/fonts/CIBFont/CIBFontSerif-Bold.ttf) format("opentype");
}
body {
  font-size: 16px;
  font-family:
    "Open Sans",
    Arial,
    sans-serif;
  line-height: 24px;
  letter-spacing: -0.3px;
}
h1 {
  font-size: 40px;
  font-family: "CIB Sans Bold", sans-serif;
  line-height: 40px;
  letter-spacing: -0.6px;
}
h1.display1 {
  font-size: 96px;
  font-family: "CIB Sans Bold", sans-serif;
  line-height: 90px;
}
h1.display2 {
  font-size: 88px;
  font-family: "CIB Sans Bold", sans-serif;
  line-height: 80px;
}
h1.display3 {
  font-size: 72px;
  font-family: "CIB Sans Bold", sans-serif;
  line-height: 68px;
}
h1.display4 {
  font-size: 56px;
  font-family: "CIB Sans Bold", sans-serif;
  line-height: 50px;
  letter-spacing: -0.47px;
}
h2 {
  font-size: 32px;
  font-family: "CIB Sans Bold", sans-serif;
  line-height: 32px;
  letter-spacing: -0.6px;
}
h3 {
  font-size: 28px;
  font-family: "CIB Sans Bold", sans-serif;
  line-height: 30px;
  letter-spacing: -0.6px;
}
h4 {
  font-size: 24px;
  font-family: "CIB Sans Bold", sans-serif;
  line-height: 26px;
  letter-spacing: -0.45px;
}
h5 {
  font-size: 20px;
  font-family: "CIB Sans Bold", sans-serif;
  line-height: 24px;
  letter-spacing: -0.38px;
}
h6 {
  font-size: 16px;
  font-family: "CIB Sans Bold", sans-serif;
  line-height: 20px;
  letter-spacing: -0.3px;
}
p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  letter-spacing: -0.3px;
}
p.small {
  font-size: 14px;
  line-height: 20px;
}
p.xSmall {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.17px;
}
label {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
}
label.small {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.2px;
}
a {
  font-family: "Open Sans SemiBold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  text-decoration: underline;
}
caption {
  font-size: 20px;
  font-family: "Nunito Bold", sans-serif;
  line-height: 26px;
  letter-spacing: -0.38px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
input {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 24px;
}
input.input-place-holder::placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
}
input.input-place-holder:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
}
input.input-place-holder::-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
}
textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 24px;
}
h1.light {
  font-family: "CIB Sans Light", sans-serif;
}
h1.serif {
  font-family: "CIB Serif", sans-serif;
}
h2.light {
  font-family: "CIB Sans Light", sans-serif;
}
h2.serif {
  font-family: "CIB Serif", sans-serif;
}
h3.light {
  font-family: "CIB Sans Light", sans-serif;
}
h3.serif {
  font-family: "CIB Serif", sans-serif;
}
h4.light {
  font-family: "CIB Sans Light", sans-serif;
}
h4.serif {
  font-family: "CIB Serif", sans-serif;
}
h5.light {
  font-family: "CIB Sans Light", sans-serif;
}
h5.serif {
  font-family: "CIB Serif", sans-serif;
}
h6.light {
  font-family: "CIB Sans Light", sans-serif;
}
h6.serif {
  font-family: "CIB Serif", sans-serif;
}
:root {
  --open-sans-font: Open Sans;
  --cib-sans-font: CIB Sans;
  --cib-serif-font: CIB Serif;
}
:root .nv-open-sans-font-bold {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:root .nv-open-sans-font-semibold {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:root .nv-open-sans-font-regular {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:root .nv-open-sans-font-extra-light {
  font-family: "Open Sans";
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:root .nv-cib-sans-font-bold {
  font-family: "CIB Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:root .nv-cib-sans-font-semibold {
  font-family: "CIB Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:root .nv-cib-sans-font-regular {
  font-family: "CIB Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:root .nv-cib-sans-font-extra-light {
  font-family: "CIB Sans";
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:root .nv-cib-serif-font-bold {
  font-family: "CIB Serif";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:root .nv-cib-serif-font-semibold {
  font-family: "CIB Serif";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:root .nv-cib-serif-font-regular {
  font-family: "CIB Serif";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:root .nv-cib-serif-font-extra-light {
  font-family: "CIB Serif";
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host {
  --open-sans-font: Open Sans;
  --cib-sans-font: CIB Sans;
  --cib-serif-font: CIB Serif;
}
:host .nv-open-sans-font-bold {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host .nv-open-sans-font-semibold {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host .nv-open-sans-font-regular {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host .nv-open-sans-font-extra-light {
  font-family: "Open Sans";
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host .nv-cib-sans-font-bold {
  font-family: "CIB Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host .nv-cib-sans-font-semibold {
  font-family: "CIB Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host .nv-cib-sans-font-regular {
  font-family: "CIB Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host .nv-cib-sans-font-extra-light {
  font-family: "CIB Sans";
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host .nv-cib-serif-font-bold {
  font-family: "CIB Serif";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host .nv-cib-serif-font-semibold {
  font-family: "CIB Serif";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host .nv-cib-serif-font-regular {
  font-family: "CIB Serif";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host .nv-cib-serif-font-extra-light {
  font-family: "CIB Serif";
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host {
  --opacity-0x: 0;
  --opacity-1x: 0.08;
  --opacity-2x: 0.16;
  --opacity-3x: 0.24;
  --opacity-4x: 0.32;
  --opacity-5x: 0.40;
  --opacity-6x: 0.48;
  --opacity-7x: 0.56;
  --opacity-8x: 0.64;
  --opacity-9x: 0.72;
  --opacity-10x: 0.80;
  --opacity-11x: 0.88;
  --opacity-12x: 0.96;
  --opacity-full: 1;
}
:root {
  --nv-breakpoint-xs: 0;
  --nv-breakpoint-sm: 576px;
  --nv-breakpoint-md: 768px;
  --nv-breakpoint-lg: 992px;
  --nv-breakpoint-xl: 1200px;
  --nv-breakpoint-xxl: 1400px;
}
:root .nv-container {
  display: grid;
  padding: 0 16px;
  margin: 0 auto;
  grid-template-rows: repeat(var(--nv-rows, 1), 1fr);
  grid-template-columns: repeat(var(--nv-columns, 12), 1fr);
  column-gap: var(--nv-gap, 8px);
  row-gap: 8px;
}
:root .nv-container .nv-col-1 {
  grid-column: auto/span 1;
}
:root .nv-container .nv-col-2 {
  grid-column: auto/span 2;
}
:root .nv-container .nv-col-3 {
  grid-column: auto/span 3;
}
:root .nv-container .nv-col-4 {
  grid-column: auto/span 4;
}
:root .nv-container .nv-col-5 {
  grid-column: auto/span 5;
}
:root .nv-container .nv-col-6 {
  grid-column: auto/span 6;
}
:root .nv-container .nv-col-7 {
  grid-column: auto/span 7;
}
:root .nv-container .nv-col-8 {
  grid-column: auto/span 8;
}
:root .nv-container .nv-col-9 {
  grid-column: auto/span 9;
}
:root .nv-container .nv-col-10 {
  grid-column: auto/span 10;
}
:root .nv-container .nv-col-11 {
  grid-column: auto/span 11;
}
:root .nv-container .nv-col-12 {
  grid-column: auto/span 12;
}
:root .nv-container .nv-col-offset-1 {
  grid-column-start: 1;
}
:root .nv-container .nv-col-offset-2 {
  grid-column-start: 2;
}
:root .nv-container .nv-col-offset-3 {
  grid-column-start: 3;
}
:root .nv-container .nv-col-offset-4 {
  grid-column-start: 4;
}
:root .nv-container .nv-col-offset-5 {
  grid-column-start: 5;
}
:root .nv-container .nv-col-offset-6 {
  grid-column-start: 6;
}
:root .nv-container .nv-col-offset-7 {
  grid-column-start: 7;
}
:root .nv-container .nv-col-offset-8 {
  grid-column-start: 8;
}
:root .nv-container .nv-col-offset-9 {
  grid-column-start: 9;
}
:root .nv-container .nv-col-offset-10 {
  grid-column-start: 10;
}
:root .nv-container .nv-col-offset-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  :root .nv-container .nv-col-sm-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-sm-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-sm-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-sm-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-sm-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-sm-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-sm-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-sm-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-sm-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-sm-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-sm-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-sm-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-sm-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-sm-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-sm-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-sm-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-sm-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-sm-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-sm-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-sm-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-sm-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-sm-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  :root .nv-container .nv-col-md-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-md-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-md-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-md-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-md-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-md-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-md-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-md-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-md-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-md-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-md-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-md-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-md-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-md-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-md-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-md-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-md-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-md-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-md-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-md-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-md-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-md-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  :root .nv-container .nv-col-lg-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-lg-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-lg-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-lg-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-lg-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-lg-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-lg-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-lg-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-lg-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-lg-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-lg-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-lg-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-lg-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-lg-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-lg-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-lg-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-lg-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-lg-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-lg-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-lg-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-lg-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-lg-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  :root .nv-container .nv-col-xl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-xl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-xl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-xl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-xl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-xl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-xl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-xl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-xl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-xl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-xl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-xl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-xl-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-xl-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-xl-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-xl-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-xl-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-xl-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-xl-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-xl-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-xl-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-xl-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  :root .nv-container .nv-col-xxl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-xxl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-xxl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-xxl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-xxl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-xxl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-xxl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-xxl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-xxl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-xxl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-xxl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-xxl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-xxl-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-xxl-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-xxl-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-xxl-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-xxl-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-xxl-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-xxl-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-xxl-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-xxl-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-xxl-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-xxl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  :root .nv-container {
    max-width: auto;
    --nv-columns: 6;
    --nv-gap: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  :root .nv-container {
    max-width: 544px;
    --nv-columns: 12;
    --nv-gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root .nv-container {
    max-width: 716px;
    --nv-columns: 12;
    --nv-gap: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :root .nv-container {
    max-width: 956px;
    --nv-columns: 12;
    --nv-gap: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  :root .nv-container {
    max-width: 1136px;
    --nv-columns: 12;
    --nv-gap: 16px;
  }
}
@media (min-width: 1400px) and (max-width: 9999px) {
  :root .nv-container {
    max-width: 1316px;
    --nv-columns: 12;
    --nv-gap: 16px;
  }
}
:root .nv-container-16 {
  display: grid;
  padding: 0 16px;
  margin: 0 auto;
  grid-template-rows: repeat(var(--nv-rows, 1), 1fr);
  grid-template-columns: repeat(var(--nv-columns, 12), 1fr);
  column-gap: var(--nv-gap, 8px);
  row-gap: 8px;
}
:root .nv-container-16 .nv-col-1 {
  grid-column: auto/span 1;
}
:root .nv-container-16 .nv-col-2 {
  grid-column: auto/span 2;
}
:root .nv-container-16 .nv-col-3 {
  grid-column: auto/span 3;
}
:root .nv-container-16 .nv-col-4 {
  grid-column: auto/span 4;
}
:root .nv-container-16 .nv-col-5 {
  grid-column: auto/span 5;
}
:root .nv-container-16 .nv-col-6 {
  grid-column: auto/span 6;
}
:root .nv-container-16 .nv-col-7 {
  grid-column: auto/span 7;
}
:root .nv-container-16 .nv-col-8 {
  grid-column: auto/span 8;
}
:root .nv-container-16 .nv-col-9 {
  grid-column: auto/span 9;
}
:root .nv-container-16 .nv-col-10 {
  grid-column: auto/span 10;
}
:root .nv-container-16 .nv-col-11 {
  grid-column: auto/span 11;
}
:root .nv-container-16 .nv-col-12 {
  grid-column: auto/span 12;
}
:root .nv-container-16 .nv-col-offset-1 {
  grid-column-start: 1;
}
:root .nv-container-16 .nv-col-offset-2 {
  grid-column-start: 2;
}
:root .nv-container-16 .nv-col-offset-3 {
  grid-column-start: 3;
}
:root .nv-container-16 .nv-col-offset-4 {
  grid-column-start: 4;
}
:root .nv-container-16 .nv-col-offset-5 {
  grid-column-start: 5;
}
:root .nv-container-16 .nv-col-offset-6 {
  grid-column-start: 6;
}
:root .nv-container-16 .nv-col-offset-7 {
  grid-column-start: 7;
}
:root .nv-container-16 .nv-col-offset-8 {
  grid-column-start: 8;
}
:root .nv-container-16 .nv-col-offset-9 {
  grid-column-start: 9;
}
:root .nv-container-16 .nv-col-offset-10 {
  grid-column-start: 10;
}
:root .nv-container-16 .nv-col-offset-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  :root .nv-container-16 .nv-col-sm-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-16 .nv-col-sm-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-16 .nv-col-sm-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-16 .nv-col-sm-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-16 .nv-col-sm-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-16 .nv-col-sm-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-16 .nv-col-sm-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-16 .nv-col-sm-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-16 .nv-col-sm-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-16 .nv-col-sm-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-16 .nv-col-sm-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-16 .nv-col-sm-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-16 .nv-col-offset-sm-1 {
    grid-column-start: 1;
  }
  :root .nv-container-16 .nv-col-offset-sm-2 {
    grid-column-start: 2;
  }
  :root .nv-container-16 .nv-col-offset-sm-3 {
    grid-column-start: 3;
  }
  :root .nv-container-16 .nv-col-offset-sm-4 {
    grid-column-start: 4;
  }
  :root .nv-container-16 .nv-col-offset-sm-5 {
    grid-column-start: 5;
  }
  :root .nv-container-16 .nv-col-offset-sm-6 {
    grid-column-start: 6;
  }
  :root .nv-container-16 .nv-col-offset-sm-7 {
    grid-column-start: 7;
  }
  :root .nv-container-16 .nv-col-offset-sm-8 {
    grid-column-start: 8;
  }
  :root .nv-container-16 .nv-col-offset-sm-9 {
    grid-column-start: 9;
  }
  :root .nv-container-16 .nv-col-offset-sm-10 {
    grid-column-start: 10;
  }
  :root .nv-container-16 .nv-col-offset-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  :root .nv-container-16 .nv-col-md-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-16 .nv-col-md-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-16 .nv-col-md-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-16 .nv-col-md-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-16 .nv-col-md-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-16 .nv-col-md-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-16 .nv-col-md-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-16 .nv-col-md-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-16 .nv-col-md-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-16 .nv-col-md-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-16 .nv-col-md-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-16 .nv-col-md-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-16 .nv-col-offset-md-1 {
    grid-column-start: 1;
  }
  :root .nv-container-16 .nv-col-offset-md-2 {
    grid-column-start: 2;
  }
  :root .nv-container-16 .nv-col-offset-md-3 {
    grid-column-start: 3;
  }
  :root .nv-container-16 .nv-col-offset-md-4 {
    grid-column-start: 4;
  }
  :root .nv-container-16 .nv-col-offset-md-5 {
    grid-column-start: 5;
  }
  :root .nv-container-16 .nv-col-offset-md-6 {
    grid-column-start: 6;
  }
  :root .nv-container-16 .nv-col-offset-md-7 {
    grid-column-start: 7;
  }
  :root .nv-container-16 .nv-col-offset-md-8 {
    grid-column-start: 8;
  }
  :root .nv-container-16 .nv-col-offset-md-9 {
    grid-column-start: 9;
  }
  :root .nv-container-16 .nv-col-offset-md-10 {
    grid-column-start: 10;
  }
  :root .nv-container-16 .nv-col-offset-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  :root .nv-container-16 .nv-col-lg-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-16 .nv-col-lg-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-16 .nv-col-lg-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-16 .nv-col-lg-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-16 .nv-col-lg-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-16 .nv-col-lg-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-16 .nv-col-lg-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-16 .nv-col-lg-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-16 .nv-col-lg-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-16 .nv-col-lg-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-16 .nv-col-lg-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-16 .nv-col-lg-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-16 .nv-col-offset-lg-1 {
    grid-column-start: 1;
  }
  :root .nv-container-16 .nv-col-offset-lg-2 {
    grid-column-start: 2;
  }
  :root .nv-container-16 .nv-col-offset-lg-3 {
    grid-column-start: 3;
  }
  :root .nv-container-16 .nv-col-offset-lg-4 {
    grid-column-start: 4;
  }
  :root .nv-container-16 .nv-col-offset-lg-5 {
    grid-column-start: 5;
  }
  :root .nv-container-16 .nv-col-offset-lg-6 {
    grid-column-start: 6;
  }
  :root .nv-container-16 .nv-col-offset-lg-7 {
    grid-column-start: 7;
  }
  :root .nv-container-16 .nv-col-offset-lg-8 {
    grid-column-start: 8;
  }
  :root .nv-container-16 .nv-col-offset-lg-9 {
    grid-column-start: 9;
  }
  :root .nv-container-16 .nv-col-offset-lg-10 {
    grid-column-start: 10;
  }
  :root .nv-container-16 .nv-col-offset-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  :root .nv-container-16 .nv-col-xl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-16 .nv-col-xl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-16 .nv-col-xl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-16 .nv-col-xl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-16 .nv-col-xl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-16 .nv-col-xl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-16 .nv-col-xl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-16 .nv-col-xl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-16 .nv-col-xl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-16 .nv-col-xl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-16 .nv-col-xl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-16 .nv-col-xl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-16 .nv-col-offset-xl-1 {
    grid-column-start: 1;
  }
  :root .nv-container-16 .nv-col-offset-xl-2 {
    grid-column-start: 2;
  }
  :root .nv-container-16 .nv-col-offset-xl-3 {
    grid-column-start: 3;
  }
  :root .nv-container-16 .nv-col-offset-xl-4 {
    grid-column-start: 4;
  }
  :root .nv-container-16 .nv-col-offset-xl-5 {
    grid-column-start: 5;
  }
  :root .nv-container-16 .nv-col-offset-xl-6 {
    grid-column-start: 6;
  }
  :root .nv-container-16 .nv-col-offset-xl-7 {
    grid-column-start: 7;
  }
  :root .nv-container-16 .nv-col-offset-xl-8 {
    grid-column-start: 8;
  }
  :root .nv-container-16 .nv-col-offset-xl-9 {
    grid-column-start: 9;
  }
  :root .nv-container-16 .nv-col-offset-xl-10 {
    grid-column-start: 10;
  }
  :root .nv-container-16 .nv-col-offset-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  :root .nv-container-16 .nv-col-xxl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-16 .nv-col-xxl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-16 .nv-col-xxl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-16 .nv-col-xxl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-16 .nv-col-xxl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-16 .nv-col-xxl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-16 .nv-col-xxl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-16 .nv-col-xxl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-16 .nv-col-xxl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-16 .nv-col-xxl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-16 .nv-col-xxl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-16 .nv-col-xxl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-16 .nv-col-offset-xxl-1 {
    grid-column-start: 1;
  }
  :root .nv-container-16 .nv-col-offset-xxl-2 {
    grid-column-start: 2;
  }
  :root .nv-container-16 .nv-col-offset-xxl-3 {
    grid-column-start: 3;
  }
  :root .nv-container-16 .nv-col-offset-xxl-4 {
    grid-column-start: 4;
  }
  :root .nv-container-16 .nv-col-offset-xxl-5 {
    grid-column-start: 5;
  }
  :root .nv-container-16 .nv-col-offset-xxl-6 {
    grid-column-start: 6;
  }
  :root .nv-container-16 .nv-col-offset-xxl-7 {
    grid-column-start: 7;
  }
  :root .nv-container-16 .nv-col-offset-xxl-8 {
    grid-column-start: 8;
  }
  :root .nv-container-16 .nv-col-offset-xxl-9 {
    grid-column-start: 9;
  }
  :root .nv-container-16 .nv-col-offset-xxl-10 {
    grid-column-start: 10;
  }
  :root .nv-container-16 .nv-col-offset-xxl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  :root .nv-container-16 {
    max-width: auto;
    --nv-columns: 6;
    --nv-gap: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  :root .nv-container-16 {
    max-width: 544px;
    --nv-columns: 12;
    --nv-gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root .nv-container-16 {
    max-width: 716px;
    --nv-columns: 12;
    --nv-gap: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :root .nv-container-16 {
    max-width: 956px;
    --nv-columns: 12;
    --nv-gap: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  :root .nv-container-16 {
    max-width: 1136px;
    --nv-columns: 12;
    --nv-gap: 16px;
  }
}
@media (min-width: 1400px) and (max-width: 9999px) {
  :root .nv-container-16 {
    max-width: 1316px;
    --nv-columns: 12;
    --nv-gap: 16px;
  }
}
:root .nv-container-fluid-16 {
  display: grid;
  padding: 0 16px;
  margin: 0 auto;
  grid-template-rows: repeat(var(--nv-rows, 1), 1fr);
  grid-template-columns: repeat(var(--nv-columns, 12), 1fr);
  column-gap: var(--nv-gap, 8px);
  row-gap: 8px;
}
:root .nv-container-fluid-16 .nv-col-1 {
  grid-column: auto/span 1;
}
:root .nv-container-fluid-16 .nv-col-2 {
  grid-column: auto/span 2;
}
:root .nv-container-fluid-16 .nv-col-3 {
  grid-column: auto/span 3;
}
:root .nv-container-fluid-16 .nv-col-4 {
  grid-column: auto/span 4;
}
:root .nv-container-fluid-16 .nv-col-5 {
  grid-column: auto/span 5;
}
:root .nv-container-fluid-16 .nv-col-6 {
  grid-column: auto/span 6;
}
:root .nv-container-fluid-16 .nv-col-7 {
  grid-column: auto/span 7;
}
:root .nv-container-fluid-16 .nv-col-8 {
  grid-column: auto/span 8;
}
:root .nv-container-fluid-16 .nv-col-9 {
  grid-column: auto/span 9;
}
:root .nv-container-fluid-16 .nv-col-10 {
  grid-column: auto/span 10;
}
:root .nv-container-fluid-16 .nv-col-11 {
  grid-column: auto/span 11;
}
:root .nv-container-fluid-16 .nv-col-12 {
  grid-column: auto/span 12;
}
:root .nv-container-fluid-16 .nv-col-offset-1 {
  grid-column-start: 1;
}
:root .nv-container-fluid-16 .nv-col-offset-2 {
  grid-column-start: 2;
}
:root .nv-container-fluid-16 .nv-col-offset-3 {
  grid-column-start: 3;
}
:root .nv-container-fluid-16 .nv-col-offset-4 {
  grid-column-start: 4;
}
:root .nv-container-fluid-16 .nv-col-offset-5 {
  grid-column-start: 5;
}
:root .nv-container-fluid-16 .nv-col-offset-6 {
  grid-column-start: 6;
}
:root .nv-container-fluid-16 .nv-col-offset-7 {
  grid-column-start: 7;
}
:root .nv-container-fluid-16 .nv-col-offset-8 {
  grid-column-start: 8;
}
:root .nv-container-fluid-16 .nv-col-offset-9 {
  grid-column-start: 9;
}
:root .nv-container-fluid-16 .nv-col-offset-10 {
  grid-column-start: 10;
}
:root .nv-container-fluid-16 .nv-col-offset-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  :root .nv-container-fluid-16 .nv-col-sm-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-16 .nv-col-sm-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-16 .nv-col-sm-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-16 .nv-col-sm-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-16 .nv-col-sm-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-16 .nv-col-sm-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-16 .nv-col-sm-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-16 .nv-col-sm-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-16 .nv-col-sm-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-16 .nv-col-sm-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-16 .nv-col-sm-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-16 .nv-col-sm-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-16 .nv-col-offset-sm-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-16 .nv-col-offset-sm-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-16 .nv-col-offset-sm-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-16 .nv-col-offset-sm-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-16 .nv-col-offset-sm-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-16 .nv-col-offset-sm-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-16 .nv-col-offset-sm-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-16 .nv-col-offset-sm-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-16 .nv-col-offset-sm-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-16 .nv-col-offset-sm-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-16 .nv-col-offset-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  :root .nv-container-fluid-16 .nv-col-md-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-16 .nv-col-md-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-16 .nv-col-md-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-16 .nv-col-md-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-16 .nv-col-md-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-16 .nv-col-md-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-16 .nv-col-md-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-16 .nv-col-md-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-16 .nv-col-md-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-16 .nv-col-md-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-16 .nv-col-md-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-16 .nv-col-md-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-16 .nv-col-offset-md-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-16 .nv-col-offset-md-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-16 .nv-col-offset-md-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-16 .nv-col-offset-md-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-16 .nv-col-offset-md-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-16 .nv-col-offset-md-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-16 .nv-col-offset-md-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-16 .nv-col-offset-md-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-16 .nv-col-offset-md-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-16 .nv-col-offset-md-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-16 .nv-col-offset-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  :root .nv-container-fluid-16 .nv-col-lg-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-16 .nv-col-lg-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-16 .nv-col-lg-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-16 .nv-col-lg-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-16 .nv-col-lg-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-16 .nv-col-lg-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-16 .nv-col-lg-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-16 .nv-col-lg-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-16 .nv-col-lg-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-16 .nv-col-lg-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-16 .nv-col-lg-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-16 .nv-col-lg-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-16 .nv-col-offset-lg-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-16 .nv-col-offset-lg-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-16 .nv-col-offset-lg-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-16 .nv-col-offset-lg-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-16 .nv-col-offset-lg-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-16 .nv-col-offset-lg-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-16 .nv-col-offset-lg-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-16 .nv-col-offset-lg-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-16 .nv-col-offset-lg-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-16 .nv-col-offset-lg-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-16 .nv-col-offset-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  :root .nv-container-fluid-16 .nv-col-xl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-16 .nv-col-xl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-16 .nv-col-xl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-16 .nv-col-xl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-16 .nv-col-xl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-16 .nv-col-xl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-16 .nv-col-xl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-16 .nv-col-xl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-16 .nv-col-xl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-16 .nv-col-xl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-16 .nv-col-xl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-16 .nv-col-xl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xl-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xl-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xl-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xl-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xl-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xl-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xl-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xl-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xl-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xl-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  :root .nv-container-fluid-16 .nv-col-xxl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-16 .nv-col-xxl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-16 .nv-col-xxl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-16 .nv-col-xxl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-16 .nv-col-xxl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-16 .nv-col-xxl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-16 .nv-col-xxl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-16 .nv-col-xxl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-16 .nv-col-xxl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-16 .nv-col-xxl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-16 .nv-col-xxl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-16 .nv-col-xxl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xxl-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xxl-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xxl-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xxl-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xxl-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xxl-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xxl-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xxl-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xxl-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xxl-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xxl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  :root .nv-container-fluid-16 {
    --nv-columns: 6;
    --nv-gap: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  :root .nv-container-fluid-16 {
    --nv-columns: 12;
    --nv-gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root .nv-container-fluid-16 {
    --nv-columns: 12;
    --nv-gap: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :root .nv-container-fluid-16 {
    --nv-columns: 12;
    --nv-gap: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  :root .nv-container-fluid-16 {
    --nv-columns: 12;
    --nv-gap: 16px;
  }
}
@media (min-width: 1400px) and (max-width: 9999px) {
  :root .nv-container-fluid-16 {
    --nv-columns: 12;
    --nv-gap: 16px;
  }
}
:root .nv-container {
  display: grid;
  padding: 0 16px;
  margin: 0 auto;
  grid-template-rows: repeat(var(--nv-rows, 1), 1fr);
  grid-template-columns: repeat(var(--nv-columns, 12), 1fr);
  column-gap: var(--nv-gap, 8px);
  row-gap: 8px;
}
:root .nv-container .nv-col-1 {
  grid-column: auto/span 1;
}
:root .nv-container .nv-col-2 {
  grid-column: auto/span 2;
}
:root .nv-container .nv-col-3 {
  grid-column: auto/span 3;
}
:root .nv-container .nv-col-4 {
  grid-column: auto/span 4;
}
:root .nv-container .nv-col-5 {
  grid-column: auto/span 5;
}
:root .nv-container .nv-col-6 {
  grid-column: auto/span 6;
}
:root .nv-container .nv-col-7 {
  grid-column: auto/span 7;
}
:root .nv-container .nv-col-8 {
  grid-column: auto/span 8;
}
:root .nv-container .nv-col-9 {
  grid-column: auto/span 9;
}
:root .nv-container .nv-col-10 {
  grid-column: auto/span 10;
}
:root .nv-container .nv-col-11 {
  grid-column: auto/span 11;
}
:root .nv-container .nv-col-12 {
  grid-column: auto/span 12;
}
:root .nv-container .nv-col-offset-1 {
  grid-column-start: 1;
}
:root .nv-container .nv-col-offset-2 {
  grid-column-start: 2;
}
:root .nv-container .nv-col-offset-3 {
  grid-column-start: 3;
}
:root .nv-container .nv-col-offset-4 {
  grid-column-start: 4;
}
:root .nv-container .nv-col-offset-5 {
  grid-column-start: 5;
}
:root .nv-container .nv-col-offset-6 {
  grid-column-start: 6;
}
:root .nv-container .nv-col-offset-7 {
  grid-column-start: 7;
}
:root .nv-container .nv-col-offset-8 {
  grid-column-start: 8;
}
:root .nv-container .nv-col-offset-9 {
  grid-column-start: 9;
}
:root .nv-container .nv-col-offset-10 {
  grid-column-start: 10;
}
:root .nv-container .nv-col-offset-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  :root .nv-container .nv-col-sm-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-sm-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-sm-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-sm-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-sm-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-sm-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-sm-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-sm-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-sm-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-sm-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-sm-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-sm-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-sm-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-sm-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-sm-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-sm-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-sm-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-sm-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-sm-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-sm-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-sm-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-sm-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  :root .nv-container .nv-col-md-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-md-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-md-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-md-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-md-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-md-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-md-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-md-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-md-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-md-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-md-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-md-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-md-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-md-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-md-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-md-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-md-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-md-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-md-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-md-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-md-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-md-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  :root .nv-container .nv-col-lg-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-lg-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-lg-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-lg-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-lg-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-lg-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-lg-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-lg-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-lg-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-lg-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-lg-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-lg-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-lg-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-lg-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-lg-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-lg-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-lg-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-lg-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-lg-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-lg-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-lg-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-lg-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  :root .nv-container .nv-col-xl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-xl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-xl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-xl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-xl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-xl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-xl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-xl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-xl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-xl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-xl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-xl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-xl-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-xl-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-xl-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-xl-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-xl-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-xl-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-xl-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-xl-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-xl-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-xl-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  :root .nv-container .nv-col-xxl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-xxl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-xxl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-xxl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-xxl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-xxl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-xxl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-xxl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-xxl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-xxl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-xxl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-xxl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-xxl-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-xxl-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-xxl-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-xxl-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-xxl-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-xxl-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-xxl-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-xxl-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-xxl-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-xxl-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-xxl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  :root .nv-container {
    max-width: auto;
    --nv-columns: 6;
    --nv-gap: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  :root .nv-container {
    max-width: 544px;
    --nv-columns: 12;
    --nv-gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root .nv-container {
    max-width: 720px;
    --nv-columns: 12;
    --nv-gap: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :root .nv-container {
    max-width: 960px;
    --nv-columns: 12;
    --nv-gap: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  :root .nv-container {
    max-width: 1140px;
    --nv-columns: 12;
    --nv-gap: 24px;
  }
}
@media (min-width: 1400px) and (max-width: 9999px) {
  :root .nv-container {
    max-width: 1320px;
    --nv-columns: 12;
    --nv-gap: 24px;
  }
}
:root .nv-container-24 {
  display: grid;
  padding: 0 16px;
  margin: 0 auto;
  grid-template-rows: repeat(var(--nv-rows, 1), 1fr);
  grid-template-columns: repeat(var(--nv-columns, 12), 1fr);
  column-gap: var(--nv-gap, 8px);
  row-gap: 8px;
}
:root .nv-container-24 .nv-col-1 {
  grid-column: auto/span 1;
}
:root .nv-container-24 .nv-col-2 {
  grid-column: auto/span 2;
}
:root .nv-container-24 .nv-col-3 {
  grid-column: auto/span 3;
}
:root .nv-container-24 .nv-col-4 {
  grid-column: auto/span 4;
}
:root .nv-container-24 .nv-col-5 {
  grid-column: auto/span 5;
}
:root .nv-container-24 .nv-col-6 {
  grid-column: auto/span 6;
}
:root .nv-container-24 .nv-col-7 {
  grid-column: auto/span 7;
}
:root .nv-container-24 .nv-col-8 {
  grid-column: auto/span 8;
}
:root .nv-container-24 .nv-col-9 {
  grid-column: auto/span 9;
}
:root .nv-container-24 .nv-col-10 {
  grid-column: auto/span 10;
}
:root .nv-container-24 .nv-col-11 {
  grid-column: auto/span 11;
}
:root .nv-container-24 .nv-col-12 {
  grid-column: auto/span 12;
}
:root .nv-container-24 .nv-col-offset-1 {
  grid-column-start: 1;
}
:root .nv-container-24 .nv-col-offset-2 {
  grid-column-start: 2;
}
:root .nv-container-24 .nv-col-offset-3 {
  grid-column-start: 3;
}
:root .nv-container-24 .nv-col-offset-4 {
  grid-column-start: 4;
}
:root .nv-container-24 .nv-col-offset-5 {
  grid-column-start: 5;
}
:root .nv-container-24 .nv-col-offset-6 {
  grid-column-start: 6;
}
:root .nv-container-24 .nv-col-offset-7 {
  grid-column-start: 7;
}
:root .nv-container-24 .nv-col-offset-8 {
  grid-column-start: 8;
}
:root .nv-container-24 .nv-col-offset-9 {
  grid-column-start: 9;
}
:root .nv-container-24 .nv-col-offset-10 {
  grid-column-start: 10;
}
:root .nv-container-24 .nv-col-offset-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  :root .nv-container-24 .nv-col-sm-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-24 .nv-col-sm-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-24 .nv-col-sm-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-24 .nv-col-sm-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-24 .nv-col-sm-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-24 .nv-col-sm-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-24 .nv-col-sm-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-24 .nv-col-sm-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-24 .nv-col-sm-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-24 .nv-col-sm-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-24 .nv-col-sm-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-24 .nv-col-sm-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-24 .nv-col-offset-sm-1 {
    grid-column-start: 1;
  }
  :root .nv-container-24 .nv-col-offset-sm-2 {
    grid-column-start: 2;
  }
  :root .nv-container-24 .nv-col-offset-sm-3 {
    grid-column-start: 3;
  }
  :root .nv-container-24 .nv-col-offset-sm-4 {
    grid-column-start: 4;
  }
  :root .nv-container-24 .nv-col-offset-sm-5 {
    grid-column-start: 5;
  }
  :root .nv-container-24 .nv-col-offset-sm-6 {
    grid-column-start: 6;
  }
  :root .nv-container-24 .nv-col-offset-sm-7 {
    grid-column-start: 7;
  }
  :root .nv-container-24 .nv-col-offset-sm-8 {
    grid-column-start: 8;
  }
  :root .nv-container-24 .nv-col-offset-sm-9 {
    grid-column-start: 9;
  }
  :root .nv-container-24 .nv-col-offset-sm-10 {
    grid-column-start: 10;
  }
  :root .nv-container-24 .nv-col-offset-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  :root .nv-container-24 .nv-col-md-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-24 .nv-col-md-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-24 .nv-col-md-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-24 .nv-col-md-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-24 .nv-col-md-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-24 .nv-col-md-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-24 .nv-col-md-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-24 .nv-col-md-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-24 .nv-col-md-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-24 .nv-col-md-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-24 .nv-col-md-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-24 .nv-col-md-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-24 .nv-col-offset-md-1 {
    grid-column-start: 1;
  }
  :root .nv-container-24 .nv-col-offset-md-2 {
    grid-column-start: 2;
  }
  :root .nv-container-24 .nv-col-offset-md-3 {
    grid-column-start: 3;
  }
  :root .nv-container-24 .nv-col-offset-md-4 {
    grid-column-start: 4;
  }
  :root .nv-container-24 .nv-col-offset-md-5 {
    grid-column-start: 5;
  }
  :root .nv-container-24 .nv-col-offset-md-6 {
    grid-column-start: 6;
  }
  :root .nv-container-24 .nv-col-offset-md-7 {
    grid-column-start: 7;
  }
  :root .nv-container-24 .nv-col-offset-md-8 {
    grid-column-start: 8;
  }
  :root .nv-container-24 .nv-col-offset-md-9 {
    grid-column-start: 9;
  }
  :root .nv-container-24 .nv-col-offset-md-10 {
    grid-column-start: 10;
  }
  :root .nv-container-24 .nv-col-offset-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  :root .nv-container-24 .nv-col-lg-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-24 .nv-col-lg-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-24 .nv-col-lg-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-24 .nv-col-lg-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-24 .nv-col-lg-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-24 .nv-col-lg-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-24 .nv-col-lg-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-24 .nv-col-lg-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-24 .nv-col-lg-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-24 .nv-col-lg-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-24 .nv-col-lg-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-24 .nv-col-lg-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-24 .nv-col-offset-lg-1 {
    grid-column-start: 1;
  }
  :root .nv-container-24 .nv-col-offset-lg-2 {
    grid-column-start: 2;
  }
  :root .nv-container-24 .nv-col-offset-lg-3 {
    grid-column-start: 3;
  }
  :root .nv-container-24 .nv-col-offset-lg-4 {
    grid-column-start: 4;
  }
  :root .nv-container-24 .nv-col-offset-lg-5 {
    grid-column-start: 5;
  }
  :root .nv-container-24 .nv-col-offset-lg-6 {
    grid-column-start: 6;
  }
  :root .nv-container-24 .nv-col-offset-lg-7 {
    grid-column-start: 7;
  }
  :root .nv-container-24 .nv-col-offset-lg-8 {
    grid-column-start: 8;
  }
  :root .nv-container-24 .nv-col-offset-lg-9 {
    grid-column-start: 9;
  }
  :root .nv-container-24 .nv-col-offset-lg-10 {
    grid-column-start: 10;
  }
  :root .nv-container-24 .nv-col-offset-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  :root .nv-container-24 .nv-col-xl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-24 .nv-col-xl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-24 .nv-col-xl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-24 .nv-col-xl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-24 .nv-col-xl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-24 .nv-col-xl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-24 .nv-col-xl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-24 .nv-col-xl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-24 .nv-col-xl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-24 .nv-col-xl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-24 .nv-col-xl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-24 .nv-col-xl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-24 .nv-col-offset-xl-1 {
    grid-column-start: 1;
  }
  :root .nv-container-24 .nv-col-offset-xl-2 {
    grid-column-start: 2;
  }
  :root .nv-container-24 .nv-col-offset-xl-3 {
    grid-column-start: 3;
  }
  :root .nv-container-24 .nv-col-offset-xl-4 {
    grid-column-start: 4;
  }
  :root .nv-container-24 .nv-col-offset-xl-5 {
    grid-column-start: 5;
  }
  :root .nv-container-24 .nv-col-offset-xl-6 {
    grid-column-start: 6;
  }
  :root .nv-container-24 .nv-col-offset-xl-7 {
    grid-column-start: 7;
  }
  :root .nv-container-24 .nv-col-offset-xl-8 {
    grid-column-start: 8;
  }
  :root .nv-container-24 .nv-col-offset-xl-9 {
    grid-column-start: 9;
  }
  :root .nv-container-24 .nv-col-offset-xl-10 {
    grid-column-start: 10;
  }
  :root .nv-container-24 .nv-col-offset-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  :root .nv-container-24 .nv-col-xxl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-24 .nv-col-xxl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-24 .nv-col-xxl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-24 .nv-col-xxl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-24 .nv-col-xxl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-24 .nv-col-xxl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-24 .nv-col-xxl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-24 .nv-col-xxl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-24 .nv-col-xxl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-24 .nv-col-xxl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-24 .nv-col-xxl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-24 .nv-col-xxl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-24 .nv-col-offset-xxl-1 {
    grid-column-start: 1;
  }
  :root .nv-container-24 .nv-col-offset-xxl-2 {
    grid-column-start: 2;
  }
  :root .nv-container-24 .nv-col-offset-xxl-3 {
    grid-column-start: 3;
  }
  :root .nv-container-24 .nv-col-offset-xxl-4 {
    grid-column-start: 4;
  }
  :root .nv-container-24 .nv-col-offset-xxl-5 {
    grid-column-start: 5;
  }
  :root .nv-container-24 .nv-col-offset-xxl-6 {
    grid-column-start: 6;
  }
  :root .nv-container-24 .nv-col-offset-xxl-7 {
    grid-column-start: 7;
  }
  :root .nv-container-24 .nv-col-offset-xxl-8 {
    grid-column-start: 8;
  }
  :root .nv-container-24 .nv-col-offset-xxl-9 {
    grid-column-start: 9;
  }
  :root .nv-container-24 .nv-col-offset-xxl-10 {
    grid-column-start: 10;
  }
  :root .nv-container-24 .nv-col-offset-xxl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  :root .nv-container-24 {
    max-width: auto;
    --nv-columns: 6;
    --nv-gap: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  :root .nv-container-24 {
    max-width: 544px;
    --nv-columns: 12;
    --nv-gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root .nv-container-24 {
    max-width: 720px;
    --nv-columns: 12;
    --nv-gap: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :root .nv-container-24 {
    max-width: 960px;
    --nv-columns: 12;
    --nv-gap: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  :root .nv-container-24 {
    max-width: 1140px;
    --nv-columns: 12;
    --nv-gap: 24px;
  }
}
@media (min-width: 1400px) and (max-width: 9999px) {
  :root .nv-container-24 {
    max-width: 1320px;
    --nv-columns: 12;
    --nv-gap: 24px;
  }
}
:root .nv-container-fluid-24 {
  display: grid;
  padding: 0 16px;
  margin: 0 auto;
  grid-template-rows: repeat(var(--nv-rows, 1), 1fr);
  grid-template-columns: repeat(var(--nv-columns, 12), 1fr);
  column-gap: var(--nv-gap, 8px);
  row-gap: 8px;
}
:root .nv-container-fluid-24 .nv-col-1 {
  grid-column: auto/span 1;
}
:root .nv-container-fluid-24 .nv-col-2 {
  grid-column: auto/span 2;
}
:root .nv-container-fluid-24 .nv-col-3 {
  grid-column: auto/span 3;
}
:root .nv-container-fluid-24 .nv-col-4 {
  grid-column: auto/span 4;
}
:root .nv-container-fluid-24 .nv-col-5 {
  grid-column: auto/span 5;
}
:root .nv-container-fluid-24 .nv-col-6 {
  grid-column: auto/span 6;
}
:root .nv-container-fluid-24 .nv-col-7 {
  grid-column: auto/span 7;
}
:root .nv-container-fluid-24 .nv-col-8 {
  grid-column: auto/span 8;
}
:root .nv-container-fluid-24 .nv-col-9 {
  grid-column: auto/span 9;
}
:root .nv-container-fluid-24 .nv-col-10 {
  grid-column: auto/span 10;
}
:root .nv-container-fluid-24 .nv-col-11 {
  grid-column: auto/span 11;
}
:root .nv-container-fluid-24 .nv-col-12 {
  grid-column: auto/span 12;
}
:root .nv-container-fluid-24 .nv-col-offset-1 {
  grid-column-start: 1;
}
:root .nv-container-fluid-24 .nv-col-offset-2 {
  grid-column-start: 2;
}
:root .nv-container-fluid-24 .nv-col-offset-3 {
  grid-column-start: 3;
}
:root .nv-container-fluid-24 .nv-col-offset-4 {
  grid-column-start: 4;
}
:root .nv-container-fluid-24 .nv-col-offset-5 {
  grid-column-start: 5;
}
:root .nv-container-fluid-24 .nv-col-offset-6 {
  grid-column-start: 6;
}
:root .nv-container-fluid-24 .nv-col-offset-7 {
  grid-column-start: 7;
}
:root .nv-container-fluid-24 .nv-col-offset-8 {
  grid-column-start: 8;
}
:root .nv-container-fluid-24 .nv-col-offset-9 {
  grid-column-start: 9;
}
:root .nv-container-fluid-24 .nv-col-offset-10 {
  grid-column-start: 10;
}
:root .nv-container-fluid-24 .nv-col-offset-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  :root .nv-container-fluid-24 .nv-col-sm-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-24 .nv-col-sm-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-24 .nv-col-sm-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-24 .nv-col-sm-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-24 .nv-col-sm-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-24 .nv-col-sm-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-24 .nv-col-sm-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-24 .nv-col-sm-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-24 .nv-col-sm-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-24 .nv-col-sm-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-24 .nv-col-sm-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-24 .nv-col-sm-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-24 .nv-col-offset-sm-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-24 .nv-col-offset-sm-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-24 .nv-col-offset-sm-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-24 .nv-col-offset-sm-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-24 .nv-col-offset-sm-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-24 .nv-col-offset-sm-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-24 .nv-col-offset-sm-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-24 .nv-col-offset-sm-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-24 .nv-col-offset-sm-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-24 .nv-col-offset-sm-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-24 .nv-col-offset-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  :root .nv-container-fluid-24 .nv-col-md-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-24 .nv-col-md-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-24 .nv-col-md-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-24 .nv-col-md-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-24 .nv-col-md-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-24 .nv-col-md-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-24 .nv-col-md-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-24 .nv-col-md-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-24 .nv-col-md-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-24 .nv-col-md-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-24 .nv-col-md-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-24 .nv-col-md-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-24 .nv-col-offset-md-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-24 .nv-col-offset-md-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-24 .nv-col-offset-md-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-24 .nv-col-offset-md-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-24 .nv-col-offset-md-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-24 .nv-col-offset-md-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-24 .nv-col-offset-md-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-24 .nv-col-offset-md-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-24 .nv-col-offset-md-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-24 .nv-col-offset-md-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-24 .nv-col-offset-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  :root .nv-container-fluid-24 .nv-col-lg-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-24 .nv-col-lg-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-24 .nv-col-lg-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-24 .nv-col-lg-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-24 .nv-col-lg-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-24 .nv-col-lg-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-24 .nv-col-lg-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-24 .nv-col-lg-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-24 .nv-col-lg-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-24 .nv-col-lg-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-24 .nv-col-lg-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-24 .nv-col-lg-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-24 .nv-col-offset-lg-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-24 .nv-col-offset-lg-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-24 .nv-col-offset-lg-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-24 .nv-col-offset-lg-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-24 .nv-col-offset-lg-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-24 .nv-col-offset-lg-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-24 .nv-col-offset-lg-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-24 .nv-col-offset-lg-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-24 .nv-col-offset-lg-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-24 .nv-col-offset-lg-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-24 .nv-col-offset-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  :root .nv-container-fluid-24 .nv-col-xl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-24 .nv-col-xl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-24 .nv-col-xl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-24 .nv-col-xl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-24 .nv-col-xl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-24 .nv-col-xl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-24 .nv-col-xl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-24 .nv-col-xl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-24 .nv-col-xl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-24 .nv-col-xl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-24 .nv-col-xl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-24 .nv-col-xl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xl-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xl-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xl-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xl-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xl-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xl-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xl-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xl-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xl-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xl-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  :root .nv-container-fluid-24 .nv-col-xxl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-24 .nv-col-xxl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-24 .nv-col-xxl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-24 .nv-col-xxl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-24 .nv-col-xxl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-24 .nv-col-xxl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-24 .nv-col-xxl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-24 .nv-col-xxl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-24 .nv-col-xxl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-24 .nv-col-xxl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-24 .nv-col-xxl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-24 .nv-col-xxl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xxl-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xxl-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xxl-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xxl-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xxl-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xxl-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xxl-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xxl-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xxl-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xxl-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xxl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  :root .nv-container-fluid-24 {
    --nv-columns: 6;
    --nv-gap: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  :root .nv-container-fluid-24 {
    --nv-columns: 12;
    --nv-gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root .nv-container-fluid-24 {
    --nv-columns: 12;
    --nv-gap: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :root .nv-container-fluid-24 {
    --nv-columns: 12;
    --nv-gap: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  :root .nv-container-fluid-24 {
    --nv-columns: 12;
    --nv-gap: 24px;
  }
}
@media (min-width: 1400px) and (max-width: 9999px) {
  :root .nv-container-fluid-24 {
    --nv-columns: 12;
    --nv-gap: 24px;
  }
}
:root .nv-container {
  display: grid;
  padding: 0 16px;
  margin: 0 auto;
  grid-template-rows: repeat(var(--nv-rows, 1), 1fr);
  grid-template-columns: repeat(var(--nv-columns, 12), 1fr);
  column-gap: var(--nv-gap, 8px);
  row-gap: 8px;
}
:root .nv-container .nv-col-1 {
  grid-column: auto/span 1;
}
:root .nv-container .nv-col-2 {
  grid-column: auto/span 2;
}
:root .nv-container .nv-col-3 {
  grid-column: auto/span 3;
}
:root .nv-container .nv-col-4 {
  grid-column: auto/span 4;
}
:root .nv-container .nv-col-5 {
  grid-column: auto/span 5;
}
:root .nv-container .nv-col-6 {
  grid-column: auto/span 6;
}
:root .nv-container .nv-col-7 {
  grid-column: auto/span 7;
}
:root .nv-container .nv-col-8 {
  grid-column: auto/span 8;
}
:root .nv-container .nv-col-9 {
  grid-column: auto/span 9;
}
:root .nv-container .nv-col-10 {
  grid-column: auto/span 10;
}
:root .nv-container .nv-col-11 {
  grid-column: auto/span 11;
}
:root .nv-container .nv-col-12 {
  grid-column: auto/span 12;
}
:root .nv-container .nv-col-offset-1 {
  grid-column-start: 1;
}
:root .nv-container .nv-col-offset-2 {
  grid-column-start: 2;
}
:root .nv-container .nv-col-offset-3 {
  grid-column-start: 3;
}
:root .nv-container .nv-col-offset-4 {
  grid-column-start: 4;
}
:root .nv-container .nv-col-offset-5 {
  grid-column-start: 5;
}
:root .nv-container .nv-col-offset-6 {
  grid-column-start: 6;
}
:root .nv-container .nv-col-offset-7 {
  grid-column-start: 7;
}
:root .nv-container .nv-col-offset-8 {
  grid-column-start: 8;
}
:root .nv-container .nv-col-offset-9 {
  grid-column-start: 9;
}
:root .nv-container .nv-col-offset-10 {
  grid-column-start: 10;
}
:root .nv-container .nv-col-offset-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  :root .nv-container .nv-col-sm-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-sm-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-sm-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-sm-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-sm-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-sm-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-sm-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-sm-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-sm-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-sm-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-sm-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-sm-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-sm-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-sm-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-sm-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-sm-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-sm-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-sm-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-sm-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-sm-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-sm-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-sm-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  :root .nv-container .nv-col-md-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-md-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-md-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-md-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-md-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-md-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-md-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-md-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-md-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-md-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-md-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-md-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-md-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-md-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-md-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-md-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-md-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-md-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-md-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-md-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-md-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-md-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  :root .nv-container .nv-col-lg-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-lg-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-lg-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-lg-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-lg-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-lg-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-lg-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-lg-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-lg-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-lg-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-lg-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-lg-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-lg-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-lg-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-lg-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-lg-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-lg-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-lg-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-lg-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-lg-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-lg-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-lg-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  :root .nv-container .nv-col-xl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-xl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-xl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-xl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-xl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-xl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-xl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-xl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-xl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-xl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-xl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-xl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-xl-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-xl-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-xl-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-xl-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-xl-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-xl-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-xl-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-xl-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-xl-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-xl-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  :root .nv-container .nv-col-xxl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-xxl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-xxl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-xxl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-xxl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-xxl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-xxl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-xxl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-xxl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-xxl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-xxl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-xxl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-xxl-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-xxl-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-xxl-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-xxl-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-xxl-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-xxl-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-xxl-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-xxl-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-xxl-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-xxl-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-xxl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  :root .nv-container {
    max-width: auto;
    --nv-columns: 6;
    --nv-gap: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  :root .nv-container {
    max-width: 544px;
    --nv-columns: 12;
    --nv-gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root .nv-container {
    max-width: 724px;
    --nv-columns: 12;
    --nv-gap: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :root .nv-container {
    max-width: 964px;
    --nv-columns: 12;
    --nv-gap: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  :root .nv-container {
    max-width: 1144px;
    --nv-columns: 12;
    --nv-gap: 32px;
  }
}
@media (min-width: 1400px) and (max-width: 9999px) {
  :root .nv-container {
    max-width: 1324px;
    --nv-columns: 12;
    --nv-gap: 32px;
  }
}
:root .nv-container-32 {
  display: grid;
  padding: 0 16px;
  margin: 0 auto;
  grid-template-rows: repeat(var(--nv-rows, 1), 1fr);
  grid-template-columns: repeat(var(--nv-columns, 12), 1fr);
  column-gap: var(--nv-gap, 8px);
  row-gap: 8px;
}
:root .nv-container-32 .nv-col-1 {
  grid-column: auto/span 1;
}
:root .nv-container-32 .nv-col-2 {
  grid-column: auto/span 2;
}
:root .nv-container-32 .nv-col-3 {
  grid-column: auto/span 3;
}
:root .nv-container-32 .nv-col-4 {
  grid-column: auto/span 4;
}
:root .nv-container-32 .nv-col-5 {
  grid-column: auto/span 5;
}
:root .nv-container-32 .nv-col-6 {
  grid-column: auto/span 6;
}
:root .nv-container-32 .nv-col-7 {
  grid-column: auto/span 7;
}
:root .nv-container-32 .nv-col-8 {
  grid-column: auto/span 8;
}
:root .nv-container-32 .nv-col-9 {
  grid-column: auto/span 9;
}
:root .nv-container-32 .nv-col-10 {
  grid-column: auto/span 10;
}
:root .nv-container-32 .nv-col-11 {
  grid-column: auto/span 11;
}
:root .nv-container-32 .nv-col-12 {
  grid-column: auto/span 12;
}
:root .nv-container-32 .nv-col-offset-1 {
  grid-column-start: 1;
}
:root .nv-container-32 .nv-col-offset-2 {
  grid-column-start: 2;
}
:root .nv-container-32 .nv-col-offset-3 {
  grid-column-start: 3;
}
:root .nv-container-32 .nv-col-offset-4 {
  grid-column-start: 4;
}
:root .nv-container-32 .nv-col-offset-5 {
  grid-column-start: 5;
}
:root .nv-container-32 .nv-col-offset-6 {
  grid-column-start: 6;
}
:root .nv-container-32 .nv-col-offset-7 {
  grid-column-start: 7;
}
:root .nv-container-32 .nv-col-offset-8 {
  grid-column-start: 8;
}
:root .nv-container-32 .nv-col-offset-9 {
  grid-column-start: 9;
}
:root .nv-container-32 .nv-col-offset-10 {
  grid-column-start: 10;
}
:root .nv-container-32 .nv-col-offset-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  :root .nv-container-32 .nv-col-sm-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-32 .nv-col-sm-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-32 .nv-col-sm-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-32 .nv-col-sm-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-32 .nv-col-sm-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-32 .nv-col-sm-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-32 .nv-col-sm-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-32 .nv-col-sm-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-32 .nv-col-sm-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-32 .nv-col-sm-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-32 .nv-col-sm-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-32 .nv-col-sm-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-32 .nv-col-offset-sm-1 {
    grid-column-start: 1;
  }
  :root .nv-container-32 .nv-col-offset-sm-2 {
    grid-column-start: 2;
  }
  :root .nv-container-32 .nv-col-offset-sm-3 {
    grid-column-start: 3;
  }
  :root .nv-container-32 .nv-col-offset-sm-4 {
    grid-column-start: 4;
  }
  :root .nv-container-32 .nv-col-offset-sm-5 {
    grid-column-start: 5;
  }
  :root .nv-container-32 .nv-col-offset-sm-6 {
    grid-column-start: 6;
  }
  :root .nv-container-32 .nv-col-offset-sm-7 {
    grid-column-start: 7;
  }
  :root .nv-container-32 .nv-col-offset-sm-8 {
    grid-column-start: 8;
  }
  :root .nv-container-32 .nv-col-offset-sm-9 {
    grid-column-start: 9;
  }
  :root .nv-container-32 .nv-col-offset-sm-10 {
    grid-column-start: 10;
  }
  :root .nv-container-32 .nv-col-offset-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  :root .nv-container-32 .nv-col-md-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-32 .nv-col-md-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-32 .nv-col-md-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-32 .nv-col-md-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-32 .nv-col-md-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-32 .nv-col-md-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-32 .nv-col-md-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-32 .nv-col-md-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-32 .nv-col-md-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-32 .nv-col-md-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-32 .nv-col-md-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-32 .nv-col-md-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-32 .nv-col-offset-md-1 {
    grid-column-start: 1;
  }
  :root .nv-container-32 .nv-col-offset-md-2 {
    grid-column-start: 2;
  }
  :root .nv-container-32 .nv-col-offset-md-3 {
    grid-column-start: 3;
  }
  :root .nv-container-32 .nv-col-offset-md-4 {
    grid-column-start: 4;
  }
  :root .nv-container-32 .nv-col-offset-md-5 {
    grid-column-start: 5;
  }
  :root .nv-container-32 .nv-col-offset-md-6 {
    grid-column-start: 6;
  }
  :root .nv-container-32 .nv-col-offset-md-7 {
    grid-column-start: 7;
  }
  :root .nv-container-32 .nv-col-offset-md-8 {
    grid-column-start: 8;
  }
  :root .nv-container-32 .nv-col-offset-md-9 {
    grid-column-start: 9;
  }
  :root .nv-container-32 .nv-col-offset-md-10 {
    grid-column-start: 10;
  }
  :root .nv-container-32 .nv-col-offset-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  :root .nv-container-32 .nv-col-lg-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-32 .nv-col-lg-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-32 .nv-col-lg-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-32 .nv-col-lg-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-32 .nv-col-lg-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-32 .nv-col-lg-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-32 .nv-col-lg-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-32 .nv-col-lg-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-32 .nv-col-lg-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-32 .nv-col-lg-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-32 .nv-col-lg-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-32 .nv-col-lg-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-32 .nv-col-offset-lg-1 {
    grid-column-start: 1;
  }
  :root .nv-container-32 .nv-col-offset-lg-2 {
    grid-column-start: 2;
  }
  :root .nv-container-32 .nv-col-offset-lg-3 {
    grid-column-start: 3;
  }
  :root .nv-container-32 .nv-col-offset-lg-4 {
    grid-column-start: 4;
  }
  :root .nv-container-32 .nv-col-offset-lg-5 {
    grid-column-start: 5;
  }
  :root .nv-container-32 .nv-col-offset-lg-6 {
    grid-column-start: 6;
  }
  :root .nv-container-32 .nv-col-offset-lg-7 {
    grid-column-start: 7;
  }
  :root .nv-container-32 .nv-col-offset-lg-8 {
    grid-column-start: 8;
  }
  :root .nv-container-32 .nv-col-offset-lg-9 {
    grid-column-start: 9;
  }
  :root .nv-container-32 .nv-col-offset-lg-10 {
    grid-column-start: 10;
  }
  :root .nv-container-32 .nv-col-offset-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  :root .nv-container-32 .nv-col-xl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-32 .nv-col-xl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-32 .nv-col-xl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-32 .nv-col-xl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-32 .nv-col-xl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-32 .nv-col-xl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-32 .nv-col-xl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-32 .nv-col-xl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-32 .nv-col-xl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-32 .nv-col-xl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-32 .nv-col-xl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-32 .nv-col-xl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-32 .nv-col-offset-xl-1 {
    grid-column-start: 1;
  }
  :root .nv-container-32 .nv-col-offset-xl-2 {
    grid-column-start: 2;
  }
  :root .nv-container-32 .nv-col-offset-xl-3 {
    grid-column-start: 3;
  }
  :root .nv-container-32 .nv-col-offset-xl-4 {
    grid-column-start: 4;
  }
  :root .nv-container-32 .nv-col-offset-xl-5 {
    grid-column-start: 5;
  }
  :root .nv-container-32 .nv-col-offset-xl-6 {
    grid-column-start: 6;
  }
  :root .nv-container-32 .nv-col-offset-xl-7 {
    grid-column-start: 7;
  }
  :root .nv-container-32 .nv-col-offset-xl-8 {
    grid-column-start: 8;
  }
  :root .nv-container-32 .nv-col-offset-xl-9 {
    grid-column-start: 9;
  }
  :root .nv-container-32 .nv-col-offset-xl-10 {
    grid-column-start: 10;
  }
  :root .nv-container-32 .nv-col-offset-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  :root .nv-container-32 .nv-col-xxl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-32 .nv-col-xxl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-32 .nv-col-xxl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-32 .nv-col-xxl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-32 .nv-col-xxl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-32 .nv-col-xxl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-32 .nv-col-xxl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-32 .nv-col-xxl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-32 .nv-col-xxl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-32 .nv-col-xxl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-32 .nv-col-xxl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-32 .nv-col-xxl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-32 .nv-col-offset-xxl-1 {
    grid-column-start: 1;
  }
  :root .nv-container-32 .nv-col-offset-xxl-2 {
    grid-column-start: 2;
  }
  :root .nv-container-32 .nv-col-offset-xxl-3 {
    grid-column-start: 3;
  }
  :root .nv-container-32 .nv-col-offset-xxl-4 {
    grid-column-start: 4;
  }
  :root .nv-container-32 .nv-col-offset-xxl-5 {
    grid-column-start: 5;
  }
  :root .nv-container-32 .nv-col-offset-xxl-6 {
    grid-column-start: 6;
  }
  :root .nv-container-32 .nv-col-offset-xxl-7 {
    grid-column-start: 7;
  }
  :root .nv-container-32 .nv-col-offset-xxl-8 {
    grid-column-start: 8;
  }
  :root .nv-container-32 .nv-col-offset-xxl-9 {
    grid-column-start: 9;
  }
  :root .nv-container-32 .nv-col-offset-xxl-10 {
    grid-column-start: 10;
  }
  :root .nv-container-32 .nv-col-offset-xxl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  :root .nv-container-32 {
    max-width: auto;
    --nv-columns: 6;
    --nv-gap: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  :root .nv-container-32 {
    max-width: 544px;
    --nv-columns: 12;
    --nv-gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root .nv-container-32 {
    max-width: 724px;
    --nv-columns: 12;
    --nv-gap: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :root .nv-container-32 {
    max-width: 964px;
    --nv-columns: 12;
    --nv-gap: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  :root .nv-container-32 {
    max-width: 1144px;
    --nv-columns: 12;
    --nv-gap: 32px;
  }
}
@media (min-width: 1400px) and (max-width: 9999px) {
  :root .nv-container-32 {
    max-width: 1324px;
    --nv-columns: 12;
    --nv-gap: 32px;
  }
}
:root .nv-container-fluid-32 {
  display: grid;
  padding: 0 16px;
  margin: 0 auto;
  grid-template-rows: repeat(var(--nv-rows, 1), 1fr);
  grid-template-columns: repeat(var(--nv-columns, 12), 1fr);
  column-gap: var(--nv-gap, 8px);
  row-gap: 8px;
}
:root .nv-container-fluid-32 .nv-col-1 {
  grid-column: auto/span 1;
}
:root .nv-container-fluid-32 .nv-col-2 {
  grid-column: auto/span 2;
}
:root .nv-container-fluid-32 .nv-col-3 {
  grid-column: auto/span 3;
}
:root .nv-container-fluid-32 .nv-col-4 {
  grid-column: auto/span 4;
}
:root .nv-container-fluid-32 .nv-col-5 {
  grid-column: auto/span 5;
}
:root .nv-container-fluid-32 .nv-col-6 {
  grid-column: auto/span 6;
}
:root .nv-container-fluid-32 .nv-col-7 {
  grid-column: auto/span 7;
}
:root .nv-container-fluid-32 .nv-col-8 {
  grid-column: auto/span 8;
}
:root .nv-container-fluid-32 .nv-col-9 {
  grid-column: auto/span 9;
}
:root .nv-container-fluid-32 .nv-col-10 {
  grid-column: auto/span 10;
}
:root .nv-container-fluid-32 .nv-col-11 {
  grid-column: auto/span 11;
}
:root .nv-container-fluid-32 .nv-col-12 {
  grid-column: auto/span 12;
}
:root .nv-container-fluid-32 .nv-col-offset-1 {
  grid-column-start: 1;
}
:root .nv-container-fluid-32 .nv-col-offset-2 {
  grid-column-start: 2;
}
:root .nv-container-fluid-32 .nv-col-offset-3 {
  grid-column-start: 3;
}
:root .nv-container-fluid-32 .nv-col-offset-4 {
  grid-column-start: 4;
}
:root .nv-container-fluid-32 .nv-col-offset-5 {
  grid-column-start: 5;
}
:root .nv-container-fluid-32 .nv-col-offset-6 {
  grid-column-start: 6;
}
:root .nv-container-fluid-32 .nv-col-offset-7 {
  grid-column-start: 7;
}
:root .nv-container-fluid-32 .nv-col-offset-8 {
  grid-column-start: 8;
}
:root .nv-container-fluid-32 .nv-col-offset-9 {
  grid-column-start: 9;
}
:root .nv-container-fluid-32 .nv-col-offset-10 {
  grid-column-start: 10;
}
:root .nv-container-fluid-32 .nv-col-offset-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  :root .nv-container-fluid-32 .nv-col-sm-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-32 .nv-col-sm-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-32 .nv-col-sm-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-32 .nv-col-sm-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-32 .nv-col-sm-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-32 .nv-col-sm-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-32 .nv-col-sm-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-32 .nv-col-sm-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-32 .nv-col-sm-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-32 .nv-col-sm-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-32 .nv-col-sm-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-32 .nv-col-sm-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-32 .nv-col-offset-sm-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-32 .nv-col-offset-sm-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-32 .nv-col-offset-sm-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-32 .nv-col-offset-sm-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-32 .nv-col-offset-sm-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-32 .nv-col-offset-sm-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-32 .nv-col-offset-sm-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-32 .nv-col-offset-sm-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-32 .nv-col-offset-sm-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-32 .nv-col-offset-sm-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-32 .nv-col-offset-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  :root .nv-container-fluid-32 .nv-col-md-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-32 .nv-col-md-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-32 .nv-col-md-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-32 .nv-col-md-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-32 .nv-col-md-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-32 .nv-col-md-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-32 .nv-col-md-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-32 .nv-col-md-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-32 .nv-col-md-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-32 .nv-col-md-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-32 .nv-col-md-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-32 .nv-col-md-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-32 .nv-col-offset-md-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-32 .nv-col-offset-md-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-32 .nv-col-offset-md-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-32 .nv-col-offset-md-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-32 .nv-col-offset-md-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-32 .nv-col-offset-md-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-32 .nv-col-offset-md-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-32 .nv-col-offset-md-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-32 .nv-col-offset-md-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-32 .nv-col-offset-md-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-32 .nv-col-offset-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  :root .nv-container-fluid-32 .nv-col-lg-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-32 .nv-col-lg-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-32 .nv-col-lg-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-32 .nv-col-lg-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-32 .nv-col-lg-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-32 .nv-col-lg-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-32 .nv-col-lg-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-32 .nv-col-lg-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-32 .nv-col-lg-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-32 .nv-col-lg-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-32 .nv-col-lg-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-32 .nv-col-lg-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-32 .nv-col-offset-lg-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-32 .nv-col-offset-lg-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-32 .nv-col-offset-lg-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-32 .nv-col-offset-lg-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-32 .nv-col-offset-lg-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-32 .nv-col-offset-lg-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-32 .nv-col-offset-lg-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-32 .nv-col-offset-lg-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-32 .nv-col-offset-lg-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-32 .nv-col-offset-lg-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-32 .nv-col-offset-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  :root .nv-container-fluid-32 .nv-col-xl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-32 .nv-col-xl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-32 .nv-col-xl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-32 .nv-col-xl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-32 .nv-col-xl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-32 .nv-col-xl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-32 .nv-col-xl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-32 .nv-col-xl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-32 .nv-col-xl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-32 .nv-col-xl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-32 .nv-col-xl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-32 .nv-col-xl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xl-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xl-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xl-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xl-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xl-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xl-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xl-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xl-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xl-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xl-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  :root .nv-container-fluid-32 .nv-col-xxl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-32 .nv-col-xxl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-32 .nv-col-xxl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-32 .nv-col-xxl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-32 .nv-col-xxl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-32 .nv-col-xxl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-32 .nv-col-xxl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-32 .nv-col-xxl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-32 .nv-col-xxl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-32 .nv-col-xxl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-32 .nv-col-xxl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-32 .nv-col-xxl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xxl-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xxl-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xxl-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xxl-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xxl-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xxl-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xxl-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xxl-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xxl-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xxl-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xxl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  :root .nv-container-fluid-32 {
    --nv-columns: 6;
    --nv-gap: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  :root .nv-container-fluid-32 {
    --nv-columns: 12;
    --nv-gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root .nv-container-fluid-32 {
    --nv-columns: 12;
    --nv-gap: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :root .nv-container-fluid-32 {
    --nv-columns: 12;
    --nv-gap: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  :root .nv-container-fluid-32 {
    --nv-columns: 12;
    --nv-gap: 32px;
  }
}
@media (min-width: 1400px) and (max-width: 9999px) {
  :root .nv-container-fluid-32 {
    --nv-columns: 12;
    --nv-gap: 32px;
  }
}
body {
  margin: 0;
}

/* angular:styles/global:styles */
