@charset "UTF-8";
:root {
    --bar--height: 2.5rem;
    --step: 1rem;
    --gutter: calc(var(--step) * 2);
    --radius-0: 0;
    --radius-50: 50%;
    --radius-xs: calc(var(--step) / 8);
    --radius-sm: calc(var(--step) / 6);
    --radius-md: calc(var(--step) / 4);
    --radius-lg: calc(var(--step) / 2);
    --radius-xl: var(--step);
    --radius-xxl: calc(var(--step) * 3 / 2);
    --base-border-width: .0625rem;
    --base-outline-width: .0625rem;
    --font-family-serif: serif;
    --font-family-sans-serif: Open Sans, sans-serif;
    --font-family-monospace: IBM Plex Mono, monospace;
    --font-family-fantasy: nunito, ui-rounded, Hiragino Maru Gothic ProN, quicksand, comfortaa, manjari, Arial Rounded MT, Arial Rounded MT Bold, calibri, source-sans-pro, sans-serif;
    --font-size-xxxs: 0.6875rem;
    --font-size-xxs2: 0.75rem;
    --font-size-xxs: 0.8125rem;
    --font-size-xs2: 0.875rem;
    --font-size-xs: 1rem;
    --font-size-sm: 1.125rem;
    --font-size-md: 1.424rem;
    --font-size-lg: 1.602rem;
    --font-size-xl: 1.802rem;
    --font-size-xxl: 2.281rem;
    --color-transparent: transparent;
    --color-neutral-lightest: #fff;
    --color-neutral-lightest-rgb: 255, 255, 255;
    --color-neutral-50: #f0eff0;
    --color-neutral-100: #e5e5e5;
    --color-neutral-200: #ccc;
    --color-neutral-300: #b2b2b2;
    --color-neutral-400: #999;
    --color-neutral-500: grey;
    --color-neutral-600: #666;
    --color-neutral-700: #4d4d4d;
    --color-neutral-800: #333;
    --color-neutral-900: #1a1a1a;
    --color-neutral-darkest: #000;
    --color-neutral-darkest-rgb: 0, 0, 0;
    --sko-blue-900: #0c1f35;
    --sko-blue-800: #112c4a;
    --sko-blue-700: #1b4473;
    --sko-blue-600: #003666;
    --sko-blue-500: #006dcc;
    --sko-blue-500-rgb: 0, 109, 204;
    --sko-blue-400: #08f;
    --sko-blue-300: #33a0ff;
    --sko-blue-200: #b3dbff;
    --sko-blue-100: #e5f3ff;
    --slate-900: #1a2428;
    --slate-800: #243238;
    --slate-800-rgb: 36, 50, 56;
    --slate-700: #516e7b;
    --slate-600: #708c9a;
    --slate-500: #8ea4af;
    --slate-400: #9cadb7;
    --slate-300: #acbcc4;
    --slate-200: #c8d2d7;
    --slate-100: #d7dee2;
    --slate-100-rgb: 215, 222, 226;
    --slate-50: #f3f5f6;
    --slate-25: #f9fafa;
    --color-primary-dark-darken-15: var(--sko-blue-900);
    --color-primary-dark-darken-10: var(--sko-blue-800);
    --color-primary-dark: var(--sko-blue-700);
    --color-primary-darken-20: var(--sko-blue-600);
    --color-primary: var(--sko-blue-500);
    --color-primary-rgb: var(--sko-blue-500-rgb);
    --color-primary-lighten-10: var(--sko-blue-400);
    --color-primary-lighten-20: var(--sko-blue-300);
    --color-primary-lighten-45: var(--sko-blue-200);
    --color-primary-lighten-55: var(--sko-blue-100);
    --color-comp-darker-darken-5: #1a2428;
    --color-comp-darker: #243238;
    --color-comp-darker-rgb: 36, 50, 56;
    --color-comp-dark: #516e7b;
    --color-comp-darken-10: #708c9a;
    --color-comp: #8ea4af;
    --color-comp-lighten-10: #acbcc4;
    --color-comp-light: #d7dee2;
    --color-comp-light-rgb: 215, 222, 226;
    --color-comp-light-darken-5: #c8d2d7;
    --color-comp-light-darken-20: #9cadb7;
    --color-comp-lighter: #f3f5f6;
    --color-comp-lighter-lighten-2: #f9fafa;
    --color-extra-darken-12-desaturate-30: #9de7cc;
    --color-extra-darken-7: #a3fadb;
    --color-extra: #c5fce8;
    --color-warn-dark-darken-20: #590009;
    --color-warn-dark: #84000d;
    --color-warn: #bf0013;
    --color-warn-lighten-20: #ff263c;
    --color-warn-lighten-55: #ffd8dc;
    --color-warn-light-darken-43: #5f1800;
    --color-warn-light-darken-20: #d43500;
    --color-warn-light-darken-3: #ff612c;
    --color-warn-light: #ff6c3b;
    --color-warn-light-lighten-6: #ff835a;
    --color-warn-light-alt-darken-20: #ff7808;
    --color-warn-light-alt-darken-10: #ff943b;
    --color-warn-light-alt: #ffb06e;
    --color-warn-lighter-darken-15-desaturate-50: #e6e2b3;
    --color-warn-lighter-darken-20: #fff580;
    --color-warn-lighter: #fffde6;
    --color-warn-extra-bright: #ff0;
    --color-error-lighter: #fff2f3;
    --color-success-darker: #1d3c0d;
    --color-success-dark: #346916;
    --color-success-darken-8: #528127;
    --color-success: #66a030;
    --color-success-light-darken-8-saturate-10: #dcee3f;
    --color-success-light: #dce96d;
    --color-success-lighter-darken-25: #b6da86;
    --color-success-lighter: #f1f8e8;
    --color-success2-lighter: #f0faab;
    --color-success2: #aab36b;
    --color-a: #538227;
    --color-b: #db3700;
    --color-c: #516e7b;
    --color-d: #2c3cc9;
    --color-e: #12f;
    --color-f: #001fcc;
    --color-g: #0018a7;
    --color-h: #018;
    --color-i: #006;
    --color-j: #000a37;
    --color-k: #000025;
    --color-l: #ab0072;
    --color-m: #900ead;
    --color-n: #5a0b7e;
    --color-o: #303;
    --color-p: #603;
    --color-q: #603;
    --color-r: #903;
    --color-s: #714159;
    --color-t: #653111;
    --color-u: #4c3e10;
    --color-v: #614f09;
    --color-w: #7a7a00;
    --color-x: #4d5f50;
    --color-y: #004080;
    --color-z: #32a;
    --color-00: #66d0dd;
    --color-01: #fffde6;
    --color-02: #00bdd4;
    --color-03: #f04;
    --color-04: #243238;
    --color-05: #fee6ff;
    --color-06: #c029c5;
    --color-07: #6a006e;
    --color-08: #d2f2ff;
    --color-09: #ffb400;
    --color-09b: #cc9000;
    --color-10: #222858;
    --color-11: #323868;
    --color-12: #43497d;
    --color-13: #cecbf2;
    --lime-1000: #001d00;
    --lime-900: #092f00;
    --lime-800: #194100;
    --lime-700: #2f5a00;
    --lime-600: #4d7b00;
    --lime-500: #679900;
    --lime-400: #84b800;
    --lime-300: #a1d731;
    --lime-200: #c2ed7d;
    --lime-100: #e7f9d1;
    --orange-1000: #300c00;
    --orange-900: #4a1800;
    --orange-800: #662400;
    --orange-700: #8b3500;
    --orange-600: #bb4d00;
    --orange-500: #e46500;
    --orange-400: #ff8838;
    --orange-300: #ffb680;
    --orange-200: #ffd7b8;
    --orange-100: #fff1e7;
    --cyan-1000: #001930;
    --cyan-900: #002949;
    --cyan-800: #003b65;
    --cyan-700: #005389;
    --cyan-600: #0074b7;
    --cyan-500: #0092de;
    --cyan-400: #3cb0fc;
    --cyan-300: #80cfff;
    --cyan-200: #b7e5ff;
    --cyan-100: #e6f5ff;
    --green-1000: #001d04;
    --green-900: #002f09;
    --green-800: #004311;
    --green-700: #005d1b;
    --green-600: #00812c;
    --green-500: #00a13d;
    --green-400: #19c154;
    --green-300: #5cdf7a;
    --green-200: #9df2ab;
    --green-100: #dafbde;
    --red-1000: #390104;
    --red-900: #56040a;
    --red-800: #750a12;
    --red-700: #9e1820;
    --red-600: #cf3236;
    --red-500: #f25451;
    --red-400: #ff837b;
    --red-300: #ffb2aa;
    --red-200: #ffd6d0;
    --red-100: #fff0ee;
    --yellow-1000: #2d0f00;
    --yellow-900: #3e2100;
    --yellow-800: #503300;
    --yellow-700: #684b00;
    --yellow-600: #886b00;
    --yellow-500: #a58800;
    --yellow-400: #c3a600;
    --yellow-300: #e2c51b;
    --yellow-200: #fbde44;
    --yellow-100: #fef3ba;
    --purple-1000: #23004e;
    --purple-900: #380074;
    --purple-800: #4d089a;
    --purple-700: #671fc8;
    --purple-600: #8743f6;
    --purple-500: #a06dff;
    --purple-400: #b895ff;
    --purple-300: #cfbbff;
    --purple-200: #e3d9ff;
    --purple-100: #f4f1ff;
    --lagoon-1000: #001b1f;
    --lagoon-900: #002d33;
    --lagoon-800: #003f47;
    --lagoon-700: #005962;
    --lagoon-600: #007b87;
    --lagoon-500: #0099a8;
    --lagoon-400: #01b9c9;
    --lagoon-300: #4ed8e8;
    --lagoon-200: #8fedf9;
    --lagoon-100: #d7f9fe;
    --pink-1000: #35031d;
    --pink-900: #51082e;
    --pink-800: #6e0f41;
    --pink-700: #951b5a;
    --pink-600: #c8307c;
    --pink-500: #f14999;
    --pink-400: #ff7abe;
    --pink-300: #ffaed9;
    --pink-200: #ffd2e9;
    --pink-100: #ffeef6;
    --indigo-1000: #120753;
    --indigo-900: #20117a;
    --indigo-800: #2e1da2;
    --indigo-700: #4032d2;
    --indigo-600: #5a55ff;
    --indigo-500: #757dff;
    --indigo-400: #93a1ff;
    --indigo-300: #b4c3ff;
    --indigo-200: #d4deff;
    --indigo-100: #eff3ff;
    --fuchsia-1000: #2f0136;
    --fuchsia-900: #4a0253;
    --fuchsia-800: #650572;
    --fuchsia-700: #891199;
    --fuchsia-600: #b629cb;
    --fuchsia-500: #da47f0;
    --fuchsia-400: #f474ff;
    --fuchsia-300: #ffa7ff;
    --fuchsia-200: #ffd0ff;
    --fuchsia-100: #ffedff;
    --blue-1000: #00114a;
    --blue-900: #001f6e;
    --blue-800: #022e92;
    --blue-700: #0c44bf;
    --blue-600: #2665ee;
    --blue-500: #4986ff;
    --blue-400: #74a8ff;
    --blue-300: #a3c8ff;
    --blue-200: #cce1ff;
    --blue-100: #ecf4ff;
    --emerald-1000: #001c17;
    --emerald-900: #002e26;
    --emerald-800: #004137;
    --emerald-700: #005b4d;
    --emerald-600: #007d6b;
    --emerald-500: #009d86;
    --emerald-400: #10bda4;
    --emerald-300: #42dcc1;
    --emerald-200: #82f3db;
    --emerald-100: #c8fdf0;
    --honey-1000: #271301;
    --honey-900: #3e2103;
    --honey-800: #553006;
    --honey-700: #76440d;
    --honey-600: #a06019;
    --honey-500: #c57927;
    --honey-400: #ea943c;
    --honey-300: #ffb864;
    --honey-200: #ffd99f;
    --honey-100: #fff1db;
    --ui-1000: #171623;
    --ui-900: #272638;
    --ui-800: #37364c;
    --ui-700: #4e4d66;
    --ui-600: #6d6d85;
    --ui-500: #8a899f;
    --ui-400: #a7a6b8;
    --ui-300: #c5c5d1;
    --ui-200: #dfdfe5;
    --ui-100: #f3f3f6;
    --navy-1000: #121531;
    --navy-900: #20254a;
    --navy-800: #303564;
    --navy-700: #444c82;
    --navy-600: #636ca0;
    --navy-500: #8088b7;
    --navy-400: #9fa6cb;
    --navy-300: #bfc5de;
    --navy-200: #dadeec;
    --navy-100: #f0f2f7;
    --opacity-ui-5: rgba(24, 23, 36, 0.050980392156862744);
    --opacity-ui-10: rgba(24, 23, 36, 0.09803921568627451);
    --opacity-ui-20: rgba(24, 23, 36, 0.2);
    --opacity-ui-30: rgba(24, 23, 36, 0.2980392156862745);
    --opacity-ui-40: rgba(24, 23, 36, 0.4);
    --opacity-ui-50: rgba(24, 23, 36, 0.4980392156862745);
    --opacity-ui-60: rgba(24, 23, 36, 0.6);
    --opacity-ui-70: rgba(24, 23, 36, 0.6980392156862745);
    --opacity-ui-80: rgba(24, 23, 36, 0.8);
    --opacity-ui-90: rgba(24, 23, 36, 0.8980392156862745);
    --opacity-ui-95: rgba(24, 23, 36, 0.9490196078431372);
    --opacity-white-5: hsla(0, 0%, 100%, 0.050980392156862744);
    --opacity-white-10: hsla(0, 0%, 100%, 0.09803921568627451);
    --opacity-white-20: hsla(0, 0%, 100%, 0.2);
    --opacity-white-30: hsla(0, 0%, 100%, 0.2980392156862745);
    --opacity-white-40: hsla(0, 0%, 100%, 0.4);
    --opacity-white-50: hsla(0, 0%, 100%, 0.4980392156862745);
    --opacity-white-60: hsla(0, 0%, 100%, 0.6);
    --opacity-white-70: hsla(0, 0%, 100%, 0.6980392156862745);
    --opacity-white-80: hsla(0, 0%, 100%, 0.8);
    --opacity-white-90: hsla(0, 0%, 100%, 0.8980392156862745);
    --opacity-white-95: hsla(0, 0%, 100%, 0.9490196078431372);
    --brand-candy: #f29a8f;
    --brand-redk: #dd4040;
    --brand-lagoon: #71c6d0;
    --brand-navy: #444a7e;
    --brand-phosphor: #f0eb71;
    --brand-aureolin: #e6df12;
    --black: #000;
    --white: #fff
}

.l-1 {
    --l-1-nav--border-color: var(--slate-100)
}

.badge, .has-badge {
    --badge-icon--background-color: var(--color-success);
    --badge-icon--box-shadow-color: rgba(var(--color-neutral-darkest-rgb), .2);
    --badge-icon-success--background-color: var(--color-success);
    --badge-icon-warn--background-color: var(--color-warn);
    --badge-icon-warn-light--background-color: var(--color-warn-light);
    --badge-icon-primary--background-color: var(--color-primary)
}

.link-pill {
    --link-pill--background-color: transparent;
    --link-pill--color: var(--slate-800);
    --link-pill-hover--background-color: var(--slate-100);
    --link-pill-focus--background-color: var(--cyan-200);
    --link-pill-focus--color: var(--blue-800);
    --link-pill-current--background-color: var(--white);
    --link-pill-current--border-color: var(--cyan-500)
}

:root {
    --box-shadow: var(--color-neutral-darkest-rgb)
}

.btn {
    --btn-select--background-color: var(--white);
    --btn-select--border-color: var(--color-comp);
    --btn-select--color: revert;
    --btn-select-after--color: var(--color-comp-dark)
}

.cartouche {
    --cartouche--background-color: var(--color-neutral-lightest);
    --cartouche--border-color: var(--color-comp);
    --cartouche--color: var(--color-comp-darker);
    --cartouche-transparent--background-color: transparent;
    --cartouche-transparent--border-color: transparent;
    --cartouche-transparent--color: inherit;
    --cartouche-neutral--background-color: var(--color-neutral-lightest);
    --cartouche-neutral--border-color: var(--color-comp);
    --cartouche-neutral--color: var(--color-comp-darker);
    --category--border-color: var(--opacity-ui-20);
    --category-0--background-color: var(--ui-300);
    --category-1--background-color: var(--fuchsia-400);
    --category-2--background-color: var(--pink-500);
    --category-3--background-color: var(--red-400);
    --category-4--background-color: var(--honey-300);
    --category-5--background-color: var(--yellow-100);
    --category-6--background-color: var(--cyan-400);
    --category-7--background-color: var(--blue-300);
    --category-8--background-color: var(--lime-400);
    --category-9--background-color: var(--lime-300);
    --category-10--background-color: var(--emerald-500);
    --cartouche-counter--background-color: hsla(0, 0%, 100%, 0.7)
}

.cartouche--color-01 {
    --cartouche--background-color: var(--red-500);
    --cartouche--border-color: var(--red-600);
    --cartouche--color: var(--red-1000)
}

.cartouche--color-02 {
    --cartouche--background-color: var(--indigo-500);
    --cartouche--border-color: var(--indigo-600);
    --cartouche--color: var(--indigo-1000)
}

.cartouche--color-03 {
    --cartouche--background-color: var(--pink-400);
    --cartouche--border-color: var(--pink-500);
    --cartouche--color: var(--pink-1000)
}

.cartouche--color-04 {
    --cartouche--background-color: var(--cyan-500);
    --cartouche--border-color: var(--cyan-600);
    --cartouche--color: var(--cyan-1000)
}

.cartouche--color-05 {
    --cartouche--background-color: var(--purple-500);
    --cartouche--border-color: var(--purple-600);
    --cartouche--color: var(--purple-1000)
}

.cartouche--color-06 {
    --cartouche--background-color: var(--yellow-200);
    --cartouche--border-color: var(--yellow-300);
    --cartouche--color: var(--yellow-700)
}

.cartouche--color-07 {
    --cartouche--background-color: var(--green-500);
    --cartouche--border-color: var(--green-700);
    --cartouche--color: var(--green-1000)
}

.cartouche--color-08 {
    --cartouche--background-color: var(--orange-400);
    --cartouche--border-color: var(--orange-500);
    --cartouche--color: var(--orange-1000)
}

.cartouche--color-09 {
    --cartouche--background-color: var(--ui-300);
    --cartouche--border-color: var(--ui-400);
    --cartouche--color: var(--ui-1000)
}

.cartouche--color-10 {
    --cartouche--background-color: var(--lime-200);
    --cartouche--border-color: var(--lime-300);
    --cartouche--color: var(--lime-700)
}

:root {
    --absence--background-color: var(--pink-200);
    --absence--border-color: var(--pink-500);
    --absence--color: var(--pink-700);
    --lateness--background-color: var(--blue-200);
    --lateness--border-color: var(--blue-500);
    --lateness--color: var(--blue-700);
    --departure--background-color: var(--purple-200);
    --departure--border-color: var(--purple-500);
    --departure--color: var(--purple-700);
    --exemption--background-color: var(--lime-200);
    --exemption--border-color: var(--lime-500);
    --exemption--color: var(--lime-700);
    --reproof--background-color: var(--lagoon-200);
    --reproof--border-color: var(--lagoon-500);
    --reproof--color: var(--lagoon-700);
    --reproof-m--background-color: var(--lagoon-600);
    --reproof-m--border-color: var(--lagoon-700);
    --reproof-m--color: var(--lagoon-100);
    --punishment--background-color: var(--honey-200);
    --punishment--border-color: var(--honey-500);
    --punishment--color: var(--honey-700);
    --sanction--background-color: var(--fuchsia-800);
    --sanction--border-color: var(--fuchsia-700);
    --sanction--color: var(--fuchsia-300);
    --register--background-color: var(--lagoon-100);
    --register--border-color: var(--lagoon-300);
    --register--color: var(--lagoon-700);
    --subject--background-color: var(--yellow-200);
    --subject--border-color: var(--yellow-300);
    --subject--color: var(--yellow-700);
    --occasional--background-color: var(--green-100);
    --occasional--border-color: var(--green-300);
    --occasional--color: var(--green-700);
    --periodic--background-color: var(--emerald-100);
    --periodic--border-color: var(--emerald-300);
    --periodic--color: var(--emerald-700)
}

.divider {
    --divider--background-color: var(--color-comp-light);
    --divider--height: var(--base-border-width);
    --divider-lighter--background-color: var(--color-comp-lighter);
    --divider-light--background-color: var(--color-comp-light);
    --divider-medium-luminosity--background-color: var(--color-comp);
    --divider-dark--background-color: var(--color-comp-dark);
    --divider-darker--background-color: var(--color-comp-darker)
}

.form__control {
    --form-control--background-color: var(--white)
}

:root {
    --skip-links-link-background-color: var(--color-09);
    --skip-links-link-color: var(--color-neutral-darkest);
    --header--background-color: var(--color-10);
    --header--border-bottom: none;
    --burger--color: var(--color-00);
    --burger-icon--color: var(--color-00);
    --bar--background-color: var(--color-10);
    --bar--color: var(--color-00);
    --services-shortcut-a-hover--background-color: var(--color-10);
    --services-shortcut-a-hover--color: var(--color-09);
    --services-shortcut-item-actif--background-color: var(--services-shortcut-a-hover--background-color);
    --services-shortcut-a-activ--color: var(--services-shortcut-a-hover--color);
    --services-shortcut-label--shadow: rgba(var(--color-neutral-darkest-rgb), .25);
    --user--color: var(--color-neutral-lightest);
    --user-a-hover--background-color: rgba(var(--color-neutral-darkest-rgb), .5);
    --menu--color: var(--color-neutral-lightest);
    --menu-a-hover--color: var(--color-09);
    --menu--background-color: var(--color-12);
    --menu--border: none;
    --menu--border-width: 0;
    --header-help--background-color: var(--color-00);
    --header-help-link--color: var(--color-12);
    --header-day--background-color: var(--color-neutral-lightest);
    --header-day-button--color: var(--color-12);
    --burger--background-color: var(--color-11);
    --burger--border-right: none;
    --burger-hover--background-color: var(--color-12);
    --burger-hover-touch--background-color: var(--color-12);
    --burger-icon-white--background-color: var(--color-neutral-lightest);
    --burger-hover--color: var(--color-00)
}

:root.menu-skin-2 {
    --header--background-color: var(--color-neutral-50);
    --header--border-bottom: 1px solid var(--color-neutral-200);
    --burger--color: var(--color-comp-darker);
    --burger-icon--color: var(--color-comp-darker);
    --burger--background-color: transparent;
    --burger-hover--background-color: transparent;
    --burger-hover-touch--background-color: var(--color-neutral-200);
    --burger-icon-white--background-color: var(--color-neutral-lightest);
    --burger-hover--color: var(--color-comp-darker);
    --burger--border-right: 1px solid var(--color-neutral-200);
    --menu--color: var(--color-primary);
    --menu-a-hover--color: var(--color-primary);
    --menu--background-color: var(--color-neutral-50);
    --menu--border: solid var(--color-neutral-200);
    --menu--border-width: 1px 1px 0 0;
    --user--color: var(--color-comp-darker);
    --user-a-hover--background-color: var(--color-neutral-lightest);
    --services-shortcut-a-hover--background-color: var(--color-neutral-lightest);
    --services-shortcut-a-hover--color: var(--color-primary);
    --services-shortcut-item-actif--background-color: var(--services-shortcut-a-hover--background-color);
    --services-shortcut-a-activ--color: var(--services-shortcut-a-hover--color);
    --services-shortcut-label--shadow: none;
    --bar--background-color: transparent;
    --bar--color: var(--color-comp-darker)
}

.menu-skin-3 {
    --menu-skin-3--background-color: var(--white);
    --menu-skin-3--border-color: var(--ui-200);
    --menu-skin-3-strip--background-color: var(--color-neutral-lightest);
    --menu-skin-3-strip--color: var(--color-comp-light);
    --menu-skin-3-search--color: var(--color-comp-darker);
    --menu-skin-3-search-icon--background-color: transparent;
    --menu-skin-3-search-icon-hover--background-color: var(--ui-100);
    --menu-skin-3-sections-icon--background-color: var(--ui-100);
    --menu-skin-3-sections-icon-focus--background-color: var(--indigo-600);
    --menu-skin-3-sections-link--color: var(--color-comp-darker);
    --menu-skin-3-user--background-color: var(--ui-100)
}

.msg {
    --msg--border-width: var(--base-border-width);
    --msg-error--background-color: var(--color-error-lighter);
    --msg-error--border-color: var(--color-warn-lighten-55);
    --msg-error--color: var(--color-warn);
    --msg-alert--background-color: var(--color-warn-lighter);
    --msg-alert--border-color: var(--color-warn-lighter-darken-15-desaturate-50);
    --msg-alert--color: var(--color-comp-darker);
    --msg-success--background-color: var(--color-success-lighter);
    --msg-success--border-color: var(--color-success-lighter-darken-25);
    --msg-success--color: var(--color-success-dark);
    --msg-information--background-color: var(--color-success2-lighter);
    --msg-information--border-color: var(--color-success2);
    --msg-information--color: var(--color-comp-darker);
    --msg-notice--background-color: var(--color-primary-lighten-55);
    --msg-notice--border-color: var(--color-primary-lighten-45);
    --msg-notice--color: var(--color-comp-darker);
    --msg-neutral--background-color: var(--color-neutral-lightest);
    --msg-neutral--border-color: var(--color-comp-light);
    --msg-neutral--color: var(--color-comp-dark)
}

.global-notices {
    --global-notices-panel--border-color: var(--color-comp-light);
    --global-notices-panel--background-color: var(--color-neutral-lightest);
    --global-notices-panel-lighter--border-color: var(--color-comp-lighter)
}

.pager-skin-1 {
    --pager-skin-1--border-color: var(--color-comp-light);
    --pager-skin-1__list-link-current--color: var(--color-comp-dark);
    --pager-skin-1__hellip--color: var(--color-comp-dark);
    --pager-skin-1__list-link-current--border-color: var(--color-comp-dark)
}

:root {
    --panel-hover--background-color: var(--color-primary-lighten-55);
    --panel-focus--outline-color: var(--color-primary-lighten-20);
    --pane-hover--background-color: var(--color-primary-lighten-55);
    --pane-checked--background-color: var(--color-primary-lighten-55);
    --pane-checked--outline-color: var(--color-primary-lighten-20)
}

table {
    --table--background-color: var(--color-neutral-lightest);
    --table--border-color: var(--color-comp-light);
    --table__caption--color: var(--color-comp-dark);
    --table__td--border-color: var(--color-comp-light);
    --table__tr-hover-td--box-shadow: rgba(var(--color-comp-darker-rgb), .04);
    --table__thead-th--background-color: var(--color-comp-lighter);
    --table__thead-th--color: var(--color-comp-dark);
    --table-thead-th-a-focus--background-color: rgba(var(--color-neutral-lightest-rgb), .2);
    --table__row-selected--background-color: var(--color-primary);
    --table__row-selected--border-color: var(--color-primary-lighten-10);
    --table__row-selected--color: var(--color-neutral-lightest);
    --table__row-selected-td-a--color: var(--color-neutral-lightest);
    --table__cell-sorted-widget--border-color: var(--color-primary);
    --table-has-task--border-color: var(--color-comp-light);
    --table__task--color: var(--color-comp-dark);
    --table-tfoot--background-color: var(--sko-blue-200);
    --table-tfoot--border-color: var(--color-neutral-lightest);
    --table-tfoot--color: var(--sko-blue-700);
    --table-tfoot-td--border-color: var(--color-neutral-lightest);
    --table-row-collapsible--background-color: var(--sko-blue-100);
    --table-row-collapsible--border-color: var(--sko-blue-200);
    --table-cell-sorter--background-color: transparent;
    --table-cell-sorter--color: var(--color-comp-dark);
    --table-cell-sorter--focus-hover: var(--slate-25);
    --table-cell-collapsible-sorted--box-shadow: rgba(var(--color-comp-darker-rgb), .04);
    --table-col-sorted-background-color: var(--color-comp-lighter)
}

.table-skin-1 {
    --table-skin-1--bakground-color: var(--color-success-dark);
    --table-skin-1-data--border-color: var(--color-comp-light)
}

.table-skin-2 {
    --table-skin-2--background-color: var(--color-transparent);
    --table-skin-2-thead-th--background-color: var(--color-transparent);
    --table-skin-2-thead-th-hover--background-color: var(--color-transparent)
}

.timeline {
    --timeline-label--background-color: var(--color-comp);
    --timeline-label-late--color: var(--orange-600);
    --timeline-label-late--background-color: var(--orange-600);
    --timeline-date--background-color: var(--color-comp-darker)
}

:root {
    --scheduler-color-00: var(--color-00);
    --wysiwyg-figcaption-background-color: var(--color-comp-lighter);
    --wysiwyg-caption-background-color: var(--color-comp-lighter)
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans-Regular"), url(content/fonts/opensans-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(content/fonts/opensans-italic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(content/fonts/opensans-bold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 700;
    src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(content/fonts/opensans-bold-italic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(content/fonts/opensans-semibold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 600;
    src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url(content/fonts/opensans-semibolditalic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: nunito;
    font-style: normal;
    font-weight: 700;
    src: local("Nunito Black"), local("Nunito-Black"), url(content/fonts/Nunito-Black.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: IBM Plex Mono;
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Mono"), local("IBMPlexMono"), url(content/fonts/IBMPlexMono-Regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: IBM Plex Mono;
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url(content/fonts/IBMPlexMono-Italic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: IBM Plex Mono;
    font-style: normal;
    font-weight: 700;
    src: local("IBM Plex Mono"), local("IBMPlexMono"), url(content/fonts/IBMPlexMono-Bold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: IBM Plex Mono;
    font-style: italic;
    font-weight: 700;
    src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url(content/fonts/IBMPlexMono-BoldItalic.woff) format("woff")
}

.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    box-sizing: border-box;
    touch-action: manipulation;
    background: #fff;
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08)
}

.flatpickr-calendar.inline, .flatpickr-calendar.open {
    opacity: 1;
    max-height: 640px;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer, .flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:after, .flatpickr-calendar:before {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 22px
}

.flatpickr-calendar.arrowRight:after, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px
}

.flatpickr-calendar.arrowCenter:after, .flatpickr-calendar.arrowCenter:before {
    left: 50%;
    right: 50%
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:after, .flatpickr-calendar.arrowTop:before {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:after, .flatpickr-calendar.arrowBottom:before {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: flex
}

.flatpickr-months .flatpickr-month {
    background: transparent;
    line-height: 1;
    text-align: center;
    position: relative;
    overflow: hidden;
    flex: 1
}

.flatpickr-months .flatpickr-month, .flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
    color: rgba(0, 0, 0, .9);
    fill: rgba(0, 0, 0, .9);
    height: 34px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    padding: 10px;
    z-index: 3
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled, .flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
    display: none
}

.flatpickr-months .flatpickr-next-month i, .flatpickr-months .flatpickr-prev-month i {
    position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month, .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month, .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0
}

.flatpickr-months .flatpickr-next-month:hover, .flatpickr-months .flatpickr-prev-month:hover {
    color: #959ea9
}

.flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg, .flatpickr-months .flatpickr-prev-month svg {
    width: 14px;
    height: 14px
}

.flatpickr-months .flatpickr-next-month svg path, .flatpickr-months .flatpickr-prev-month svg path {
    transition: fill .1s;
    fill: inherit
}

.numInputWrapper {
    position: relative;
    height: auto
}

.numInputWrapper input, .numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper input::-webkit-inner-spin-button, .numInputWrapper input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, .15);
    box-sizing: border-box
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, .2)
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, .6);
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, .6);
    top: 40%
}

.numInputWrapper span svg {
    width: inherit;
    height: auto
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, .5)
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, .05)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    transform: translateZ(0)
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch \0;
    display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month input.cur-year {
    background: transparent;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 .5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, .5);
    background: transparent;
    pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0;
    outline: none;
    padding: 0 0 0 .5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active, .flatpickr-current-month .flatpickr-monthDropdown-months:focus {
    outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0
}

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: flex;
    flex: 1
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0, 0, 0, .54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    flex: 1;
    font-weight: bolder
}

.dayContainer, .flatpickr-weeks {
    padding: 1px 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    box-sizing: border-box;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    transform: translateZ(0);
    opacity: 1
}

.dayContainer + .dayContainer {
    box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    justify-content: center;
    text-align: center
}

.flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.today.inRange, .flatpickr-day:focus, .flatpickr-day:hover {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6
}

.flatpickr-day.today {
    border-color: #959ea9
}

.flatpickr-day.today:focus, .flatpickr-day.today:hover {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff
}

.flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
    background: #569ff7;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7
}

.flatpickr-day.endRange.startRange, .flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange, .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.endRange.startRange.endRange, .flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.nextMonthDay, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.prevMonthDay {
    color: rgba(57, 57, 57, .3);
    background: transparent;
    border-color: transparent;
    cursor: default
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, .1)
}

.flatpickr-day.week.selected {
    border-radius: 0;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, .3);
    background: transparent;
    cursor: default;
    border: none
}

.flatpickr-innerContainer {
    display: block;
    display: flex;
    box-sizing: border-box;
    overflow: hidden
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    box-sizing: border-box
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both
}

.flatpickr-time .numInputWrapper {
    flex: 1;
    width: 40%;
    height: 40px;
    float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    background: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0
}

.flatpickr-time .flatpickr-am-pm, .flatpickr-time .flatpickr-time-separator {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: 700;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    align-self: center
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400
}

.flatpickr-time .flatpickr-am-pm:focus, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time input:hover {
    background: #eee
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@media screen {
    html {
        font-family: sans-serif;
        line-height: 1.15;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%
    }

    body {
        margin: 0
    }

    article, aside, footer, header, nav, section {
        display: block
    }

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

    figcaption, figure, main {
        display: block
    }

    figure {
        margin: 1em 40px
    }

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

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

    a {
        background-color: transparent;
        -webkit-text-decoration-skip: objects
    }

    a:active, a:hover {
        outline-width: 0
    }

    abbr[title] {
        border-bottom: none;
        text-decoration: underline;
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted
    }

    b, strong {
        font-weight: inherit;
        font-weight: bolder
    }

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

    dfn {
        font-style: italic
    }

    mark {
        background-color: #ff0;
        color: #000
    }

    small {
        font-size: 80%
    }

    sub, sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    audio, video {
        display: inline-block
    }

    audio:not([controls]) {
        display: none;
        height: 0
    }

    img {
        border-style: none
    }

    svg:not(:root) {
        overflow: hidden
    }

    button, input, optgroup, select, textarea {
        font-family: sans-serif;
        font-size: 100%;
        line-height: 1.15;
        margin: 0
    }

    button, input {
        overflow: visible
    }

    button, select {
        text-transform: none
    }

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

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

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

    fieldset {
        border: 1px solid silver;
        margin: 0 2px;
        padding: .35em .625em .75em
    }

    legend {
        box-sizing: border-box;
        color: inherit;
        display: table;
        max-width: 100%;
        padding: 0;
        white-space: normal
    }

    progress {
        display: inline-block;
        vertical-align: baseline
    }

    textarea {
        overflow: auto
    }

    [type=checkbox], [type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
        height: auto
    }

    [type=search] {
        -webkit-appearance: textfield;
        outline-offset: -2px
    }

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-file-upload-button {
        -webkit-appearance: button;
        font: inherit
    }

    details, menu {
        display: block
    }

    summary {
        display: list-item
    }

    canvas {
        display: inline-block
    }

    [hidden], template {
        display: none
    }

    .dropdown-skin-1__list, .dropdown__list, .jumbofiles__files, .list--inlined, .list--unstyled, .list-checkbox, .list-checkbox--inlined, .list-radio, .list-radio--inlined, .options__list, .pager-skin-1__list, .palette, .stepper--vertical .stepper__list, .stepper__list, .timeline__list {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .list--inlined > li, .list-checkbox--inlined > li, .list-radio--inlined > li {
        display: inline-block
    }

    .list--lined > li, .list--outlined-between > li, .list--outlined > li, .list--overlined > li, .list-enhanced1--inset > li, .list-enhanced1 > li {
        border-bottom: var(--base-border-width) solid var(--color-comp-light);
        padding: 1rem 0
    }

    .list--lined > li:first-child, .list--outlined-between > li:first-child, .list--outlined > li:first-child, .list--overlined > li:first-child, .list-enhanced1--inset > li:first-child, .list-enhanced1 > li:first-child {
        border-top: var(--base-border-width) solid var(--color-comp-light)
    }

    .list--outlined > li:first-child, .list-enhanced1 > li:first-child {
        border-top: 0
    }

    .list--overlined > li, .list-enhanced1--inset > li {
        border-bottom: 0;
        border-top: var(--base-border-width) solid var(--color-comp-light)
    }

    .list--outlined-between > li:first-child {
        border-top: 0
    }

    .list--outlined-between > li:last-child {
        border-bottom: 0
    }

    .list--no-padding > li {
        padding-bottom: 0;
        padding-top: 0
    }

    .list--padding-xxs > li {
        padding-bottom: .125rem;
        padding-top: .125rem
    }

    .list--padding-xs > li {
        padding-bottom: .25rem;
        padding-top: .25rem
    }

    .list--compact > li, .list--padding-sm > li {
        padding-bottom: .5rem;
        padding-top: .5rem
    }

    .list--centered {
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width: 0) {
    .responsive-util {
        content: "xs"
    }
}

@media screen and (min-width: 20rem) {
    .responsive-util {
        content: "xsb"
    }
}

@media screen and (min-width: 34rem) {
    .responsive-util {
        content: "sm"
    }
}

@media screen and (min-width: 48rem) {
    .responsive-util {
        content: "md"
    }
}

@media screen and (min-width: 62rem) {
    .responsive-util {
        content: "lg"
    }
}

@media screen and (min-width: 75rem) {
    .responsive-util {
        content: "xl"
    }
}

@media screen {
    .dropdown-skin-1__content--shadow-xs, .pane--shadow-xs, .panel--shadow-xs, .story--shadow-xs {
        box-shadow: 0 1px 3px rgba(var(--box-shadow), .12), 0 1px 2px rgba(var(--box-shadow), .24)
    }

    .dropdown-skin-1__content--shadow-sm, .pane--shadow-sm, .panel--shadow-sm, .scheduler__card--focus, .scheduler__card:focus-within, .scheduler__card:hover, .story--shadow-sm {
        box-shadow: 0 3px 6px rgba(var(--box-shadow), .12), 0 6px 6px rgba(var(--box-shadow), .24)
    }

    .dropdown-skin-1__content--shadow-md, .pane--shadow-md, .panel--shadow-md, .story--shadow-md {
        box-shadow: 0 10px 20px rgba(var(--box-shadow), .12), 0 6px 6px rgba(var(--box-shadow), .23)
    }

    .dropdown-skin-1__content--shadow-lg, .pane--shadow-lg, .panel--shadow-lg, .story--shadow-lg {
        box-shadow: 0 14px 28px rgba(var(--box-shadow), .2), 0 10px 10px rgba(var(--box-shadow), .23)
    }

    .dropdown-skin-1__content--shadow-xl, .pane--shadow-xl, .panel--shadow-xl, .story--shadow-xl {
        box-shadow: 0 19px 38px rgba(var(--box-shadow), .2), 0 15px 12px rgba(var(--box-shadow), .23)
    }

    .autocomplete-suggestions::-webkit-scrollbar {
        height: 5px;
        width: 5px
    }

    .autocomplete-suggestions::-webkit-scrollbar-button {
        height: 1px;
        width: 1px
    }

    .autocomplete-suggestions::-webkit-scrollbar-thumb {
        background: rgba(var(--color-neutral-darkest-rgb), .3)
    }

    .autocomplete-suggestions::-webkit-scrollbar-thumb:hover {
        background: rgba(var(--color-neutral-darkest-rgb), .8)
    }

    .autocomplete-suggestions::-webkit-scrollbar-thumb:active {
        background: var(--color-primary)
    }

    .autocomplete-suggestions::-webkit-scrollbar-track {
        background: rgba(var(--color-neutral-darkest-rgb), 0)
    }

    .autocomplete-suggestions::-webkit-scrollbar-track:hover {
        background: rgba(var(--color-neutral-darkest-rgb), .1)
    }

    .autocomplete-suggestions::-webkit-scrollbar-track:active {
        background: rgba(var(--color-neutral-darkest-rgb), 0)
    }

    .autocomplete-suggestions::-webkit-scrollbar-corner {
        background: transparent
    }

    .hide, .no-js .u-no-js {
        display: none !important
    }

    .no-scroll {
        overflow: hidden
    }

    .form__asterix-label, .form__label--hidden, .hide-gt--xs, .hide-lt--xs, .menu-skin-3--expanded .menu-skin-3__search-icon, .menu-skin-3:not(.menu-skin-3--expanded) .menu-skin-3__logout, .menu-skin-3:not(.menu-skin-3--expanded) .menu-skin-3__search-control, .menu-skin-3:not(.menu-skin-3--expanded) .menu-skin-3__sections-label, .menu-skin-3:not(.menu-skin-3--expanded) .menu-skin-3__user-name, .screen-reader-text, .visually-hidden, input[type=checkbox], input[type=radio] {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important
    }
}

@media screen and (min-width: 20rem) {
    .hide-gt--xsb {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important
    }
}

@media screen and (max-width: 20rem) {
    .hide-lt--xsb {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important
    }
}

@media screen and (min-width: 34rem) {
    .hide-gt--sm {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important
    }
}

@media screen and (max-width: 34rem) {
    .hide-lt--sm {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important
    }
}

@media screen and (min-width: 48rem) {
    .hide-gt--md {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important
    }
}

@media screen and (max-width: 48rem) {
    .hide-lt--md {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important
    }
}

@media screen and (min-width: 62rem) {
    .hide-gt--lg {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important
    }
}

@media screen and (max-width: 62rem) {
    .hide-lt--lg {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important
    }
}

@media screen and (min-width: 75rem) {
    .hide-gt--xl {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important
    }
}

@media screen and (max-width: 75rem) {
    .hide-lt--xl {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important
    }
}

@media screen and (min-width: 0) and (max-width: 19.937rem) {
    .hide--xs {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important
    }
}

@media screen and (min-width: 20rem) and (max-width: 33.937rem) {
    .hide--xsb {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important
    }
}

@media screen and (min-width: 34rem) and (max-width: 47.937rem) {
    .hide--sm {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important
    }
}

@media screen and (min-width: 48rem) and (max-width: 61.937rem) {
    .hide--md {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important
    }
}

@media screen and (min-width: 62rem) and (max-width: 74.937rem) {
    .hide--lg {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important
    }
}

@media screen and (min-width: 75rem) {
    .hide--xl {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important
    }
}

@media screen {
    .u-hidden {
        visibility: hidden
    }

    .u-overflow-auto {
        overflow: auto
    }

    .u-full-height {
        height: 100%
    }

    .u-full-vh {
        height: 100vh
    }

    .u-float-start {
        float: inline-start
    }

    .u-float-end {
        float: inline-end
    }

    .u-font-serif {
        font-family: var(--font-family-serif)
    }

    .u-font-sans-serif {
        font-family: var(--font-family-sans-serif)
    }

    .u-font-monospace {
        font-family: var(--font-family-monospace)
    }

    .u-font-fantasy {
        font-family: var(--font-family-fantasy)
    }

    .text--clip, .text--ellipsis {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: text-top;
        white-space: nowrap;
        width: 100%
    }

    .text--clip {
        text-overflow: clip
    }

    .text--strike {
        text-decoration: line-through
    }

    .text--underlined {
        text-decoration: underline
    }

    .text--pre-line {
        white-space: pre-line
    }

    .text--break-all {
        word-break: break-all
    }

    .text--nowrap {
        white-space: nowrap
    }

    .close, .window__close {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: transparent;
        border: 0;
        color: var(--color-primary);
        cursor: pointer;
        display: inline-block;
        font-size: 1.5rem;
        font-weight: 400;
        margin: 0;
        padding: 0
    }

    .close--rounded, .window__close--rounded {
        background-color: var(--color-neutral-lightest);
        border-radius: 50%;
        height: 2rem;
        line-height: 1rem;
        padding: .5rem;
        text-align: center;
        width: 2rem
    }

    .close--rounded:hover, .window__close--rounded:hover {
        background-color: var(--color-primary);
        color: var(--color-neutral-lightest)
    }

    .close--rounded:focus, .window__close--rounded:focus {
        box-shadow: 0 0 0 1px var(--color-comp-light)
    }

    .close--sm, .window__close--sm {
        font-size: 1.5rem
    }

    .close--transparent, .window__close--transparent {
        background-color: transparent
    }

    .close--transparent:hover, .window__close--transparent:hover {
        background-color: transparent;
        color: inherit
    }

    .fo-page .front--hidden {
        display: none
    }

    .cursor-auto {
        cursor: auto
    }

    .cursor-pointer {
        cursor: pointer
    }

    .cursor-grab {
        cursor: grab
    }

    .cursor-grabbing {
        cursor: grabbing
    }

    .cursor-move {
        cursor: move
    }

    .cursor-help {
        cursor: help
    }

    .u-triggable {
        position: relative
    }

    .u-triggable--hover {
        background-color: var(--color-primary-lighten-55)
    }

    .u-triggable__trigger:before {
        content: "";
        cursor: pointer;
        inset: 0;
        position: absolute
    }

    .grid--xs, .grid\@xs {
        display: grid
    }

    .grid--gap-xs-lg {
        gap: 4rem
    }

    .grid--gap-xs-md {
        gap: 2rem
    }

    .grid--gap-xs-sm {
        gap: 1rem
    }

    .grid--gap-xs-xs {
        gap: .125rem
    }

    .grid--template-columns-xs-1 {
        grid-template-columns:repeat(1, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xs-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xs-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xs-4 {
        grid-template-columns:repeat(4, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xs-5 {
        grid-template-columns:repeat(5, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xs-6 {
        grid-template-columns:repeat(6, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xs-7 {
        grid-template-columns:repeat(7, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xs-8 {
        grid-template-columns:repeat(8, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xs-9 {
        grid-template-columns:repeat(9, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xs-10 {
        grid-template-columns:repeat(10, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xs-11 {
        grid-template-columns:repeat(11, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xs-12 {
        grid-template-columns:repeat(12, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--column-start-xs-1 {
        grid-column-start: 1
    }

    .grid--column-end-xs-1 {
        grid-column-end: 1
    }

    .grid--column-start-xs-2 {
        grid-column-start: 2
    }

    .grid--column-end-xs-2 {
        grid-column-end: 2
    }

    .grid--column-start-xs-3 {
        grid-column-start: 3
    }

    .grid--column-end-xs-3 {
        grid-column-end: 3
    }

    .grid--column-start-xs-4 {
        grid-column-start: 4
    }

    .grid--column-end-xs-4 {
        grid-column-end: 4
    }

    .grid--column-start-xs-5 {
        grid-column-start: 5
    }

    .grid--column-end-xs-5 {
        grid-column-end: 5
    }

    .grid--column-start-xs-6 {
        grid-column-start: 6
    }

    .grid--column-end-xs-6 {
        grid-column-end: 6
    }

    .grid--column-start-xs-7 {
        grid-column-start: 7
    }

    .grid--column-end-xs-7 {
        grid-column-end: 7
    }

    .grid--column-start-xs-8 {
        grid-column-start: 8
    }

    .grid--column-end-xs-8 {
        grid-column-end: 8
    }

    .grid--column-start-xs-9 {
        grid-column-start: 9
    }

    .grid--column-end-xs-9 {
        grid-column-end: 9
    }

    .grid--column-start-xs-10 {
        grid-column-start: 10
    }

    .grid--column-end-xs-10 {
        grid-column-end: 10
    }

    .grid--column-start-xs-11 {
        grid-column-start: 11
    }

    .grid--column-end-xs-11 {
        grid-column-end: 11
    }

    .grid--column-start-xs-12 {
        grid-column-start: 12
    }

    .grid--column-end-xs-12 {
        grid-column-end: 12
    }

    .grid--column-start-xs-13 {
        grid-column-start: 13
    }

    .grid--column-end-xs-13 {
        grid-column-end: 13
    }

    .grid--row-start-xs-1 {
        grid-row-start: 1
    }

    .grid--row-end-xs-1 {
        grid-row-end: 1
    }

    .grid--row-start-xs-2 {
        grid-row-start: 2
    }

    .grid--row-end-xs-2 {
        grid-row-end: 2
    }

    .grid--row-start-xs-3 {
        grid-row-start: 3
    }

    .grid--row-end-xs-3 {
        grid-row-end: 3
    }

    .grid--row-start-xs-4 {
        grid-row-start: 4
    }

    .grid--row-end-xs-4 {
        grid-row-end: 4
    }

    .grid--row-start-xs-5 {
        grid-row-start: 5
    }

    .grid--row-end-xs-5 {
        grid-row-end: 5
    }

    .grid--row-start-xs-6 {
        grid-row-start: 6
    }

    .grid--row-end-xs-6 {
        grid-row-end: 6
    }

    .grid--row-start-xs-7 {
        grid-row-start: 7
    }

    .grid--row-end-xs-7 {
        grid-row-end: 7
    }

    .grid--row-start-xs-8 {
        grid-row-start: 8
    }

    .grid--row-end-xs-8 {
        grid-row-end: 8
    }

    .grid--row-start-xs-9 {
        grid-row-start: 9
    }

    .grid--row-end-xs-9 {
        grid-row-end: 9
    }

    .grid--row-start-xs-10 {
        grid-row-start: 10
    }

    .grid--row-end-xs-10 {
        grid-row-end: 10
    }

    .grid--row-start-xs-11 {
        grid-row-start: 11
    }

    .grid--row-end-xs-11 {
        grid-row-end: 11
    }

    .grid--row-start-xs-12 {
        grid-row-start: 12
    }

    .grid--row-end-xs-12 {
        grid-row-end: 12
    }
}

@media screen and (min-width: 20rem) {
    .grid--xsb, .grid\@xsb {
        display: grid
    }

    .grid--gap-xsb-lg {
        gap: 4rem
    }

    .grid--gap-xsb-md {
        gap: 2rem
    }

    .grid--gap-xsb-sm {
        gap: 1rem
    }

    .grid--gap-xsb-xs {
        gap: .125rem
    }

    .grid--template-columns-xsb-1 {
        grid-template-columns:repeat(1, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xsb-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xsb-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xsb-4 {
        grid-template-columns:repeat(4, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xsb-5 {
        grid-template-columns:repeat(5, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xsb-6 {
        grid-template-columns:repeat(6, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xsb-7 {
        grid-template-columns:repeat(7, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xsb-8 {
        grid-template-columns:repeat(8, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xsb-9 {
        grid-template-columns:repeat(9, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xsb-10 {
        grid-template-columns:repeat(10, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xsb-11 {
        grid-template-columns:repeat(11, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xsb-12 {
        grid-template-columns:repeat(12, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--column-start-xsb-1 {
        grid-column-start: 1
    }

    .grid--column-end-xsb-1 {
        grid-column-end: 1
    }

    .grid--column-start-xsb-2 {
        grid-column-start: 2
    }

    .grid--column-end-xsb-2 {
        grid-column-end: 2
    }

    .grid--column-start-xsb-3 {
        grid-column-start: 3
    }

    .grid--column-end-xsb-3 {
        grid-column-end: 3
    }

    .grid--column-start-xsb-4 {
        grid-column-start: 4
    }

    .grid--column-end-xsb-4 {
        grid-column-end: 4
    }

    .grid--column-start-xsb-5 {
        grid-column-start: 5
    }

    .grid--column-end-xsb-5 {
        grid-column-end: 5
    }

    .grid--column-start-xsb-6 {
        grid-column-start: 6
    }

    .grid--column-end-xsb-6 {
        grid-column-end: 6
    }

    .grid--column-start-xsb-7 {
        grid-column-start: 7
    }

    .grid--column-end-xsb-7 {
        grid-column-end: 7
    }

    .grid--column-start-xsb-8 {
        grid-column-start: 8
    }

    .grid--column-end-xsb-8 {
        grid-column-end: 8
    }

    .grid--column-start-xsb-9 {
        grid-column-start: 9
    }

    .grid--column-end-xsb-9 {
        grid-column-end: 9
    }

    .grid--column-start-xsb-10 {
        grid-column-start: 10
    }

    .grid--column-end-xsb-10 {
        grid-column-end: 10
    }

    .grid--column-start-xsb-11 {
        grid-column-start: 11
    }

    .grid--column-end-xsb-11 {
        grid-column-end: 11
    }

    .grid--column-start-xsb-12 {
        grid-column-start: 12
    }

    .grid--column-end-xsb-12 {
        grid-column-end: 12
    }

    .grid--column-start-xsb-13 {
        grid-column-start: 13
    }

    .grid--column-end-xsb-13 {
        grid-column-end: 13
    }

    .grid--row-start-xsb-1 {
        grid-row-start: 1
    }

    .grid--row-end-xsb-1 {
        grid-row-end: 1
    }

    .grid--row-start-xsb-2 {
        grid-row-start: 2
    }

    .grid--row-end-xsb-2 {
        grid-row-end: 2
    }

    .grid--row-start-xsb-3 {
        grid-row-start: 3
    }

    .grid--row-end-xsb-3 {
        grid-row-end: 3
    }

    .grid--row-start-xsb-4 {
        grid-row-start: 4
    }

    .grid--row-end-xsb-4 {
        grid-row-end: 4
    }

    .grid--row-start-xsb-5 {
        grid-row-start: 5
    }

    .grid--row-end-xsb-5 {
        grid-row-end: 5
    }

    .grid--row-start-xsb-6 {
        grid-row-start: 6
    }

    .grid--row-end-xsb-6 {
        grid-row-end: 6
    }

    .grid--row-start-xsb-7 {
        grid-row-start: 7
    }

    .grid--row-end-xsb-7 {
        grid-row-end: 7
    }

    .grid--row-start-xsb-8 {
        grid-row-start: 8
    }

    .grid--row-end-xsb-8 {
        grid-row-end: 8
    }

    .grid--row-start-xsb-9 {
        grid-row-start: 9
    }

    .grid--row-end-xsb-9 {
        grid-row-end: 9
    }

    .grid--row-start-xsb-10 {
        grid-row-start: 10
    }

    .grid--row-end-xsb-10 {
        grid-row-end: 10
    }

    .grid--row-start-xsb-11 {
        grid-row-start: 11
    }

    .grid--row-end-xsb-11 {
        grid-row-end: 11
    }

    .grid--row-start-xsb-12 {
        grid-row-start: 12
    }

    .grid--row-end-xsb-12 {
        grid-row-end: 12
    }
}

@media screen and (min-width: 34rem) {
    .grid--sm, .grid\@sm {
        display: grid
    }

    .grid--gap-sm-lg {
        gap: 4rem
    }

    .grid--gap-sm-md {
        gap: 2rem
    }

    .grid--gap-sm-sm {
        gap: 1rem
    }

    .grid--gap-sm-xs {
        gap: .125rem
    }

    .grid--template-columns-sm-1 {
        grid-template-columns:repeat(1, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-sm-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-sm-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-sm-4 {
        grid-template-columns:repeat(4, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-sm-5 {
        grid-template-columns:repeat(5, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-sm-6 {
        grid-template-columns:repeat(6, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-sm-7 {
        grid-template-columns:repeat(7, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-sm-8 {
        grid-template-columns:repeat(8, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-sm-9 {
        grid-template-columns:repeat(9, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-sm-10 {
        grid-template-columns:repeat(10, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-sm-11 {
        grid-template-columns:repeat(11, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-sm-12 {
        grid-template-columns:repeat(12, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--column-start-sm-1 {
        grid-column-start: 1
    }

    .grid--column-end-sm-1 {
        grid-column-end: 1
    }

    .grid--column-start-sm-2 {
        grid-column-start: 2
    }

    .grid--column-end-sm-2 {
        grid-column-end: 2
    }

    .grid--column-start-sm-3 {
        grid-column-start: 3
    }

    .grid--column-end-sm-3 {
        grid-column-end: 3
    }

    .grid--column-start-sm-4 {
        grid-column-start: 4
    }

    .grid--column-end-sm-4 {
        grid-column-end: 4
    }

    .grid--column-start-sm-5 {
        grid-column-start: 5
    }

    .grid--column-end-sm-5 {
        grid-column-end: 5
    }

    .grid--column-start-sm-6 {
        grid-column-start: 6
    }

    .grid--column-end-sm-6 {
        grid-column-end: 6
    }

    .grid--column-start-sm-7 {
        grid-column-start: 7
    }

    .grid--column-end-sm-7 {
        grid-column-end: 7
    }

    .grid--column-start-sm-8 {
        grid-column-start: 8
    }

    .grid--column-end-sm-8 {
        grid-column-end: 8
    }

    .grid--column-start-sm-9 {
        grid-column-start: 9
    }

    .grid--column-end-sm-9 {
        grid-column-end: 9
    }

    .grid--column-start-sm-10 {
        grid-column-start: 10
    }

    .grid--column-end-sm-10 {
        grid-column-end: 10
    }

    .grid--column-start-sm-11 {
        grid-column-start: 11
    }

    .grid--column-end-sm-11 {
        grid-column-end: 11
    }

    .grid--column-start-sm-12 {
        grid-column-start: 12
    }

    .grid--column-end-sm-12 {
        grid-column-end: 12
    }

    .grid--column-start-sm-13 {
        grid-column-start: 13
    }

    .grid--column-end-sm-13 {
        grid-column-end: 13
    }

    .grid--row-start-sm-1 {
        grid-row-start: 1
    }

    .grid--row-end-sm-1 {
        grid-row-end: 1
    }

    .grid--row-start-sm-2 {
        grid-row-start: 2
    }

    .grid--row-end-sm-2 {
        grid-row-end: 2
    }

    .grid--row-start-sm-3 {
        grid-row-start: 3
    }

    .grid--row-end-sm-3 {
        grid-row-end: 3
    }

    .grid--row-start-sm-4 {
        grid-row-start: 4
    }

    .grid--row-end-sm-4 {
        grid-row-end: 4
    }

    .grid--row-start-sm-5 {
        grid-row-start: 5
    }

    .grid--row-end-sm-5 {
        grid-row-end: 5
    }

    .grid--row-start-sm-6 {
        grid-row-start: 6
    }

    .grid--row-end-sm-6 {
        grid-row-end: 6
    }

    .grid--row-start-sm-7 {
        grid-row-start: 7
    }

    .grid--row-end-sm-7 {
        grid-row-end: 7
    }

    .grid--row-start-sm-8 {
        grid-row-start: 8
    }

    .grid--row-end-sm-8 {
        grid-row-end: 8
    }

    .grid--row-start-sm-9 {
        grid-row-start: 9
    }

    .grid--row-end-sm-9 {
        grid-row-end: 9
    }

    .grid--row-start-sm-10 {
        grid-row-start: 10
    }

    .grid--row-end-sm-10 {
        grid-row-end: 10
    }

    .grid--row-start-sm-11 {
        grid-row-start: 11
    }

    .grid--row-end-sm-11 {
        grid-row-end: 11
    }

    .grid--row-start-sm-12 {
        grid-row-start: 12
    }

    .grid--row-end-sm-12 {
        grid-row-end: 12
    }
}

@media screen and (min-width: 48rem) {
    .grid--md, .grid\@md {
        display: grid
    }

    .grid--gap-md-lg {
        gap: 4rem
    }

    .grid--gap-md-md {
        gap: 2rem
    }

    .grid--gap-md-sm {
        gap: 1rem
    }

    .grid--gap-md-xs {
        gap: .125rem
    }

    .grid--template-columns-md-1 {
        grid-template-columns:repeat(1, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-md-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-md-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-md-4 {
        grid-template-columns:repeat(4, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-md-5 {
        grid-template-columns:repeat(5, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-md-6 {
        grid-template-columns:repeat(6, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-md-7 {
        grid-template-columns:repeat(7, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-md-8 {
        grid-template-columns:repeat(8, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-md-9 {
        grid-template-columns:repeat(9, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-md-10 {
        grid-template-columns:repeat(10, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-md-11 {
        grid-template-columns:repeat(11, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-md-12 {
        grid-template-columns:repeat(12, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--column-start-md-1 {
        grid-column-start: 1
    }

    .grid--column-end-md-1 {
        grid-column-end: 1
    }

    .grid--column-start-md-2 {
        grid-column-start: 2
    }

    .grid--column-end-md-2 {
        grid-column-end: 2
    }

    .grid--column-start-md-3 {
        grid-column-start: 3
    }

    .grid--column-end-md-3 {
        grid-column-end: 3
    }

    .grid--column-start-md-4 {
        grid-column-start: 4
    }

    .grid--column-end-md-4 {
        grid-column-end: 4
    }

    .grid--column-start-md-5 {
        grid-column-start: 5
    }

    .grid--column-end-md-5 {
        grid-column-end: 5
    }

    .grid--column-start-md-6 {
        grid-column-start: 6
    }

    .grid--column-end-md-6 {
        grid-column-end: 6
    }

    .grid--column-start-md-7 {
        grid-column-start: 7
    }

    .grid--column-end-md-7 {
        grid-column-end: 7
    }

    .grid--column-start-md-8 {
        grid-column-start: 8
    }

    .grid--column-end-md-8 {
        grid-column-end: 8
    }

    .grid--column-start-md-9 {
        grid-column-start: 9
    }

    .grid--column-end-md-9 {
        grid-column-end: 9
    }

    .grid--column-start-md-10 {
        grid-column-start: 10
    }

    .grid--column-end-md-10 {
        grid-column-end: 10
    }

    .grid--column-start-md-11 {
        grid-column-start: 11
    }

    .grid--column-end-md-11 {
        grid-column-end: 11
    }

    .grid--column-start-md-12 {
        grid-column-start: 12
    }

    .grid--column-end-md-12 {
        grid-column-end: 12
    }

    .grid--column-start-md-13 {
        grid-column-start: 13
    }

    .grid--column-end-md-13 {
        grid-column-end: 13
    }

    .grid--row-start-md-1 {
        grid-row-start: 1
    }

    .grid--row-end-md-1 {
        grid-row-end: 1
    }

    .grid--row-start-md-2 {
        grid-row-start: 2
    }

    .grid--row-end-md-2 {
        grid-row-end: 2
    }

    .grid--row-start-md-3 {
        grid-row-start: 3
    }

    .grid--row-end-md-3 {
        grid-row-end: 3
    }

    .grid--row-start-md-4 {
        grid-row-start: 4
    }

    .grid--row-end-md-4 {
        grid-row-end: 4
    }

    .grid--row-start-md-5 {
        grid-row-start: 5
    }

    .grid--row-end-md-5 {
        grid-row-end: 5
    }

    .grid--row-start-md-6 {
        grid-row-start: 6
    }

    .grid--row-end-md-6 {
        grid-row-end: 6
    }

    .grid--row-start-md-7 {
        grid-row-start: 7
    }

    .grid--row-end-md-7 {
        grid-row-end: 7
    }

    .grid--row-start-md-8 {
        grid-row-start: 8
    }

    .grid--row-end-md-8 {
        grid-row-end: 8
    }

    .grid--row-start-md-9 {
        grid-row-start: 9
    }

    .grid--row-end-md-9 {
        grid-row-end: 9
    }

    .grid--row-start-md-10 {
        grid-row-start: 10
    }

    .grid--row-end-md-10 {
        grid-row-end: 10
    }

    .grid--row-start-md-11 {
        grid-row-start: 11
    }

    .grid--row-end-md-11 {
        grid-row-end: 11
    }

    .grid--row-start-md-12 {
        grid-row-start: 12
    }

    .grid--row-end-md-12 {
        grid-row-end: 12
    }
}

@media screen and (min-width: 62rem) {
    .grid--lg, .grid\@lg {
        display: grid
    }

    .grid--gap-lg-lg {
        gap: 4rem
    }

    .grid--gap-lg-md {
        gap: 2rem
    }

    .grid--gap-lg-sm {
        gap: 1rem
    }

    .grid--gap-lg-xs {
        gap: .125rem
    }

    .grid--template-columns-lg-1 {
        grid-template-columns:repeat(1, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-lg-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-lg-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-lg-4 {
        grid-template-columns:repeat(4, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-lg-5 {
        grid-template-columns:repeat(5, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-lg-6 {
        grid-template-columns:repeat(6, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-lg-7 {
        grid-template-columns:repeat(7, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-lg-8 {
        grid-template-columns:repeat(8, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-lg-9 {
        grid-template-columns:repeat(9, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-lg-10 {
        grid-template-columns:repeat(10, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-lg-11 {
        grid-template-columns:repeat(11, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-lg-12 {
        grid-template-columns:repeat(12, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--column-start-lg-1 {
        grid-column-start: 1
    }

    .grid--column-end-lg-1 {
        grid-column-end: 1
    }

    .grid--column-start-lg-2 {
        grid-column-start: 2
    }

    .grid--column-end-lg-2 {
        grid-column-end: 2
    }

    .grid--column-start-lg-3 {
        grid-column-start: 3
    }

    .grid--column-end-lg-3 {
        grid-column-end: 3
    }

    .grid--column-start-lg-4 {
        grid-column-start: 4
    }

    .grid--column-end-lg-4 {
        grid-column-end: 4
    }

    .grid--column-start-lg-5 {
        grid-column-start: 5
    }

    .grid--column-end-lg-5 {
        grid-column-end: 5
    }

    .grid--column-start-lg-6 {
        grid-column-start: 6
    }

    .grid--column-end-lg-6 {
        grid-column-end: 6
    }

    .grid--column-start-lg-7 {
        grid-column-start: 7
    }

    .grid--column-end-lg-7 {
        grid-column-end: 7
    }

    .grid--column-start-lg-8 {
        grid-column-start: 8
    }

    .grid--column-end-lg-8 {
        grid-column-end: 8
    }

    .grid--column-start-lg-9 {
        grid-column-start: 9
    }

    .grid--column-end-lg-9 {
        grid-column-end: 9
    }

    .grid--column-start-lg-10 {
        grid-column-start: 10
    }

    .grid--column-end-lg-10 {
        grid-column-end: 10
    }

    .grid--column-start-lg-11 {
        grid-column-start: 11
    }

    .grid--column-end-lg-11 {
        grid-column-end: 11
    }

    .grid--column-start-lg-12 {
        grid-column-start: 12
    }

    .grid--column-end-lg-12 {
        grid-column-end: 12
    }

    .grid--column-start-lg-13 {
        grid-column-start: 13
    }

    .grid--column-end-lg-13 {
        grid-column-end: 13
    }

    .grid--row-start-lg-1 {
        grid-row-start: 1
    }

    .grid--row-end-lg-1 {
        grid-row-end: 1
    }

    .grid--row-start-lg-2 {
        grid-row-start: 2
    }

    .grid--row-end-lg-2 {
        grid-row-end: 2
    }

    .grid--row-start-lg-3 {
        grid-row-start: 3
    }

    .grid--row-end-lg-3 {
        grid-row-end: 3
    }

    .grid--row-start-lg-4 {
        grid-row-start: 4
    }

    .grid--row-end-lg-4 {
        grid-row-end: 4
    }

    .grid--row-start-lg-5 {
        grid-row-start: 5
    }

    .grid--row-end-lg-5 {
        grid-row-end: 5
    }

    .grid--row-start-lg-6 {
        grid-row-start: 6
    }

    .grid--row-end-lg-6 {
        grid-row-end: 6
    }

    .grid--row-start-lg-7 {
        grid-row-start: 7
    }

    .grid--row-end-lg-7 {
        grid-row-end: 7
    }

    .grid--row-start-lg-8 {
        grid-row-start: 8
    }

    .grid--row-end-lg-8 {
        grid-row-end: 8
    }

    .grid--row-start-lg-9 {
        grid-row-start: 9
    }

    .grid--row-end-lg-9 {
        grid-row-end: 9
    }

    .grid--row-start-lg-10 {
        grid-row-start: 10
    }

    .grid--row-end-lg-10 {
        grid-row-end: 10
    }

    .grid--row-start-lg-11 {
        grid-row-start: 11
    }

    .grid--row-end-lg-11 {
        grid-row-end: 11
    }

    .grid--row-start-lg-12 {
        grid-row-start: 12
    }

    .grid--row-end-lg-12 {
        grid-row-end: 12
    }
}

@media screen and (min-width: 75rem) {
    .grid--xl, .grid\@xl {
        display: grid
    }

    .grid--gap-xl-lg {
        gap: 4rem
    }

    .grid--gap-xl-md {
        gap: 2rem
    }

    .grid--gap-xl-sm {
        gap: 1rem
    }

    .grid--gap-xl-xs {
        gap: .125rem
    }

    .grid--template-columns-xl-1 {
        grid-template-columns:repeat(1, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xl-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xl-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xl-4 {
        grid-template-columns:repeat(4, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xl-5 {
        grid-template-columns:repeat(5, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xl-6 {
        grid-template-columns:repeat(6, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xl-7 {
        grid-template-columns:repeat(7, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xl-8 {
        grid-template-columns:repeat(8, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xl-9 {
        grid-template-columns:repeat(9, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xl-10 {
        grid-template-columns:repeat(10, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xl-11 {
        grid-template-columns:repeat(11, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--template-columns-xl-12 {
        grid-template-columns:repeat(12, minmax(0, 1fr));
        grid-template-rows:auto
    }

    .grid--column-start-xl-1 {
        grid-column-start: 1
    }

    .grid--column-end-xl-1 {
        grid-column-end: 1
    }

    .grid--column-start-xl-2 {
        grid-column-start: 2
    }

    .grid--column-end-xl-2 {
        grid-column-end: 2
    }

    .grid--column-start-xl-3 {
        grid-column-start: 3
    }

    .grid--column-end-xl-3 {
        grid-column-end: 3
    }

    .grid--column-start-xl-4 {
        grid-column-start: 4
    }

    .grid--column-end-xl-4 {
        grid-column-end: 4
    }

    .grid--column-start-xl-5 {
        grid-column-start: 5
    }

    .grid--column-end-xl-5 {
        grid-column-end: 5
    }

    .grid--column-start-xl-6 {
        grid-column-start: 6
    }

    .grid--column-end-xl-6 {
        grid-column-end: 6
    }

    .grid--column-start-xl-7 {
        grid-column-start: 7
    }

    .grid--column-end-xl-7 {
        grid-column-end: 7
    }

    .grid--column-start-xl-8 {
        grid-column-start: 8
    }

    .grid--column-end-xl-8 {
        grid-column-end: 8
    }

    .grid--column-start-xl-9 {
        grid-column-start: 9
    }

    .grid--column-end-xl-9 {
        grid-column-end: 9
    }

    .grid--column-start-xl-10 {
        grid-column-start: 10
    }

    .grid--column-end-xl-10 {
        grid-column-end: 10
    }

    .grid--column-start-xl-11 {
        grid-column-start: 11
    }

    .grid--column-end-xl-11 {
        grid-column-end: 11
    }

    .grid--column-start-xl-12 {
        grid-column-start: 12
    }

    .grid--column-end-xl-12 {
        grid-column-end: 12
    }

    .grid--column-start-xl-13 {
        grid-column-start: 13
    }

    .grid--column-end-xl-13 {
        grid-column-end: 13
    }

    .grid--row-start-xl-1 {
        grid-row-start: 1
    }

    .grid--row-end-xl-1 {
        grid-row-end: 1
    }

    .grid--row-start-xl-2 {
        grid-row-start: 2
    }

    .grid--row-end-xl-2 {
        grid-row-end: 2
    }

    .grid--row-start-xl-3 {
        grid-row-start: 3
    }

    .grid--row-end-xl-3 {
        grid-row-end: 3
    }

    .grid--row-start-xl-4 {
        grid-row-start: 4
    }

    .grid--row-end-xl-4 {
        grid-row-end: 4
    }

    .grid--row-start-xl-5 {
        grid-row-start: 5
    }

    .grid--row-end-xl-5 {
        grid-row-end: 5
    }

    .grid--row-start-xl-6 {
        grid-row-start: 6
    }

    .grid--row-end-xl-6 {
        grid-row-end: 6
    }

    .grid--row-start-xl-7 {
        grid-row-start: 7
    }

    .grid--row-end-xl-7 {
        grid-row-end: 7
    }

    .grid--row-start-xl-8 {
        grid-row-start: 8
    }

    .grid--row-end-xl-8 {
        grid-row-end: 8
    }

    .grid--row-start-xl-9 {
        grid-row-start: 9
    }

    .grid--row-end-xl-9 {
        grid-row-end: 9
    }

    .grid--row-start-xl-10 {
        grid-row-start: 10
    }

    .grid--row-end-xl-10 {
        grid-row-end: 10
    }

    .grid--row-start-xl-11 {
        grid-row-start: 11
    }

    .grid--row-end-xl-11 {
        grid-row-end: 11
    }

    .grid--row-start-xl-12 {
        grid-row-start: 12
    }

    .grid--row-end-xl-12 {
        grid-row-end: 12
    }
}

@media screen and (min-width: 0) {
    .inline-flex\@xs {
        display: inline-flex
    }

    .flex\@xs {
        display: flex
    }
}

@media screen and (min-width: 20rem) {
    .inline-flex\@xsb {
        display: inline-flex
    }

    .flex\@xsb {
        display: flex
    }
}

@media screen and (min-width: 34rem) {
    .inline-flex\@sm {
        display: inline-flex
    }

    .flex\@sm {
        display: flex
    }
}

@media screen and (min-width: 48rem) {
    .inline-flex\@md {
        display: inline-flex
    }

    .flex\@md {
        display: flex
    }
}

@media screen and (min-width: 62rem) {
    .inline-flex\@lg {
        display: inline-flex
    }

    .flex\@lg {
        display: flex
    }
}

@media screen and (min-width: 75rem) {
    .inline-flex\@xl {
        display: inline-flex
    }

    .flex\@xl {
        display: flex
    }
}

@media screen {
    .flex {
        display: flex
    }

    .inline-flex {
        display: inline-flex
    }

    .flex--wrap {
        flex-wrap: wrap
    }

    .flex__item--basis-100 {
        flex-basis: 100%
    }

    .flex__item--overflow-auto {
        overflow: auto
    }

    .flex__item--grow-1 {
        flex-grow: 1
    }

    .flex__item--shrink-0 {
        flex-shrink: 0
    }

    .flex--column {
        flex-direction: column
    }

    .flex--row-reverse {
        flex-direction: row-reverse
    }

    .flex--column-reverse {
        flex-direction: column-reverse
    }

    .flex__item--to-left {
        margin-right: auto
    }

    .flex__item--to-right {
        margin-left: auto
    }

    .flex__item--to-top {
        margin-bottom: auto
    }

    .flex__item--to-bottom {
        margin-top: auto
    }

    .justify-content--start {
        justify-content: start
    }

    .justify-content--center {
        justify-content: center
    }

    .justify-content--end {
        justify-content: end
    }

    .justify-content--space-between {
        justify-content: space-between
    }

    .justify-content--space-around {
        justify-content: space-around
    }

    .justify-items--start {
        justify-items: start
    }

    .justify-items--center {
        justify-items: center
    }

    .justify-items--end {
        justify-items: end
    }

    .justify-items--stretch {
        justify-items: stretch
    }

    .justify-self--start {
        justify-self: start
    }

    .justify-self--center {
        justify-self: center
    }

    .justify-self--stretch {
        justify-self: stretch
    }

    .justify-self--end {
        justify-self: end
    }

    .align-content--start {
        align-content: start
    }

    .align-content--center {
        align-content: center
    }

    .align-content--end {
        align-content: end
    }

    .align-content--space-between {
        align-content: space-between
    }

    .align-content--space-around {
        align-content: space-around
    }

    .align-items--start {
        align-items: start
    }

    .align-items--center {
        align-items: center
    }

    .align-items--end {
        align-items: end
    }

    .align-items--stretch {
        align-items: stretch
    }

    .align-self--start {
        align-self: start
    }

    .align-self--center {
        align-self: center
    }

    .align-self--end {
        align-self: end
    }

    .align-self--stretch {
        align-self: stretch
    }

    .gap--xxs {
        gap: calc(var(--step) / 4)
    }

    .gap--row-xxs {
        row-gap: calc(var(--step) / 4)
    }

    .gap--column-xxs {
        -moz-column-gap: calc(var(--step) / 4);
        column-gap: calc(var(--step) / 4)
    }

    .gap--xs {
        gap: calc(var(--step) / 2)
    }

    .gap--row-xs {
        row-gap: calc(var(--step) / 2)
    }

    .gap--column-xs {
        -moz-column-gap: calc(var(--step) / 2);
        column-gap: calc(var(--step) / 2)
    }

    .gap--sm {
        gap: var(--step)
    }

    .gap--row-sm {
        row-gap: var(--step)
    }

    .gap--column-sm {
        -moz-column-gap: var(--step);
        column-gap: var(--step)
    }

    .gap--md {
        gap: calc(var(--step) * 1.5)
    }

    .gap--row-md {
        row-gap: calc(var(--step) * 1.5)
    }

    .gap--column-md {
        -moz-column-gap: calc(var(--step) * 1.5);
        column-gap: calc(var(--step) * 1.5)
    }

    .gap--lg {
        gap: calc(var(--step) * 2)
    }

    .gap--row-lg {
        row-gap: calc(var(--step) * 2)
    }

    .gap--column-lg {
        -moz-column-gap: calc(var(--step) * 2);
        column-gap: calc(var(--step) * 2)
    }

    .gap--xl {
        gap: calc(var(--step) * 2.5)
    }

    .gap--row-xl {
        row-gap: calc(var(--step) * 2.5)
    }

    .gap--column-xl {
        -moz-column-gap: calc(var(--step) * 2.5);
        column-gap: calc(var(--step) * 2.5)
    }

    .gap--xxl {
        gap: calc(var(--step) * 3)
    }

    .gap--row-xxl {
        row-gap: calc(var(--step) * 3)
    }

    .gap--column-xxl {
        -moz-column-gap: calc(var(--step) * 3);
        column-gap: calc(var(--step) * 3)
    }

    .container {
        display: flow-root;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 2rem
    }
}

@media screen and (min-width: 48rem) {
    .container {
        margin-left: 2rem;
        margin-right: 2rem;
        margin-top: 2rem
    }
}

@media screen {
    .container--fixed {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .container--full {
        margin: 0
    }

    .container--no-toolbar {
        margin-top: 3rem
    }
}

@media screen and (min-width: 34rem) {
    .container--no-toolbar {
        margin-top: 4rem
    }
}

@media screen {
    .container--full-sides {
        margin-left: 0;
        margin-right: 0;
        margin-top: 1rem
    }

    .container--bounded {
        max-width: 80rem
    }
}

@media screen and (min-width: 75rem) {
    #screenreader-contenu:not(.content--menu-expanded) .container--bounded {
        margin-left: auto;
        margin-right: auto
    }
}

@media screen {
    .row {
        display: flow-root;
        margin-left: -1rem;
        margin-right: -1rem
    }

    [class*=col--flex], [class*=col--lg], [class*=col--md], [class*=col--sm], [class*=col--xl], [class*=col--xs], [class*=push--] {
        display: block;
        min-height: 1px;
        padding-left: 1rem;
        padding-right: 1rem;
        position: relative
    }

    [class*=col--lg], [class*=col--md], [class*=col--sm], [class*=col--xl], [class*=col--xs] {
        float: left
    }

    .col--xs-1 {
        width: 8.33333%
    }

    .col--xs-2 {
        width: 16.66667%
    }

    .col--xs-3 {
        width: 25%
    }

    .col--xs-4 {
        width: 33.33333%
    }

    .col--xs-5 {
        width: 41.66667%
    }

    .col--xs-6 {
        width: 50%
    }

    .col--xs-7 {
        width: 58.33333%
    }

    .col--xs-8 {
        width: 66.66667%
    }

    .col--xs-9 {
        width: 75%
    }

    .col--xs-10 {
        width: 83.33333%
    }

    .col--xs-11 {
        width: 91.66667%
    }

    .col--xs-12 {
        width: 100%
    }

    .col--xs-1, .col--xs-2, .col--xs-3, .col--xs-4, .col--xs-5, .col--xs-6, .col--xs-7, .col--xs-8, .col--xs-9, .col--xs-10, .col--xs-11 {
        float: left
    }

    .is-full-height--xs {
        display: flex
    }

    .push--xs-0 {
        margin-left: 0
    }

    .push--xs-1 {
        margin-left: 8.33333%
    }

    .push--xs-2 {
        margin-left: 16.66667%
    }

    .push--xs-3 {
        margin-left: 25%
    }

    .push--xs-4 {
        margin-left: 33.33333%
    }

    .push--xs-5 {
        margin-left: 41.66667%
    }

    .push--xs-6 {
        margin-left: 50%
    }

    .push--xs-7 {
        margin-left: 58.33333%
    }

    .push--xs-8 {
        margin-left: 66.66667%
    }

    .push--xs-9 {
        margin-left: 75%
    }

    .push--xs-10 {
        margin-left: 83.33333%
    }

    .push--xs-11 {
        margin-left: 91.66667%
    }

    .push--xs-12 {
        margin-left: 100%
    }

    .pull--xs-0 {
        margin-right: 0
    }

    .pull--xs-1 {
        margin-right: -8.33333%
    }

    .pull--xs-2 {
        margin-right: -16.66667%
    }

    .pull--xs-3 {
        margin-right: -25%
    }

    .pull--xs-4 {
        margin-right: -33.33333%
    }

    .pull--xs-5 {
        margin-right: -41.66667%
    }

    .pull--xs-6 {
        margin-right: -50%
    }

    .pull--xs-7 {
        margin-right: -58.33333%
    }

    .pull--xs-8 {
        margin-right: -66.66667%
    }

    .pull--xs-9 {
        margin-right: -75%
    }

    .pull--xs-10 {
        margin-right: -83.33333%
    }

    .pull--xs-11 {
        margin-right: -91.66667%
    }

    .pull--xs-12 {
        margin-right: -100%
    }
}

@media screen and (min-width: 20rem) {
    .col--xsb-1 {
        width: 8.33333%
    }

    .col--xsb-2 {
        width: 16.66667%
    }

    .col--xsb-3 {
        width: 25%
    }

    .col--xsb-4 {
        width: 33.33333%
    }

    .col--xsb-5 {
        width: 41.66667%
    }

    .col--xsb-6 {
        width: 50%
    }

    .col--xsb-7 {
        width: 58.33333%
    }

    .col--xsb-8 {
        width: 66.66667%
    }

    .col--xsb-9 {
        width: 75%
    }

    .col--xsb-10 {
        width: 83.33333%
    }

    .col--xsb-11 {
        width: 91.66667%
    }

    .col--xsb-12 {
        width: 100%
    }

    .col--xsb-1, .col--xsb-2, .col--xsb-3, .col--xsb-4, .col--xsb-5, .col--xsb-6, .col--xsb-7, .col--xsb-8, .col--xsb-9, .col--xsb-10, .col--xsb-11 {
        float: left
    }

    .is-full-height--xsb {
        display: flex
    }

    .push--xsb-0 {
        margin-left: 0
    }

    .push--xsb-1 {
        margin-left: 8.33333%
    }

    .push--xsb-2 {
        margin-left: 16.66667%
    }

    .push--xsb-3 {
        margin-left: 25%
    }

    .push--xsb-4 {
        margin-left: 33.33333%
    }

    .push--xsb-5 {
        margin-left: 41.66667%
    }

    .push--xsb-6 {
        margin-left: 50%
    }

    .push--xsb-7 {
        margin-left: 58.33333%
    }

    .push--xsb-8 {
        margin-left: 66.66667%
    }

    .push--xsb-9 {
        margin-left: 75%
    }

    .push--xsb-10 {
        margin-left: 83.33333%
    }

    .push--xsb-11 {
        margin-left: 91.66667%
    }

    .push--xsb-12 {
        margin-left: 100%
    }

    .pull--xsb-0 {
        margin-right: 0
    }

    .pull--xsb-1 {
        margin-right: -8.33333%
    }

    .pull--xsb-2 {
        margin-right: -16.66667%
    }

    .pull--xsb-3 {
        margin-right: -25%
    }

    .pull--xsb-4 {
        margin-right: -33.33333%
    }

    .pull--xsb-5 {
        margin-right: -41.66667%
    }

    .pull--xsb-6 {
        margin-right: -50%
    }

    .pull--xsb-7 {
        margin-right: -58.33333%
    }

    .pull--xsb-8 {
        margin-right: -66.66667%
    }

    .pull--xsb-9 {
        margin-right: -75%
    }

    .pull--xsb-10 {
        margin-right: -83.33333%
    }

    .pull--xsb-11 {
        margin-right: -91.66667%
    }

    .pull--xsb-12 {
        margin-right: -100%
    }
}

@media screen and (min-width: 34rem) {
    .col--sm-1 {
        width: 8.33333%
    }

    .col--sm-2 {
        width: 16.66667%
    }

    .col--sm-3 {
        width: 25%
    }

    .col--sm-4 {
        width: 33.33333%
    }

    .col--sm-5 {
        width: 41.66667%
    }

    .col--sm-6 {
        width: 50%
    }

    .col--sm-7 {
        width: 58.33333%
    }

    .col--sm-8 {
        width: 66.66667%
    }

    .col--sm-9 {
        width: 75%
    }

    .col--sm-10 {
        width: 83.33333%
    }

    .col--sm-11 {
        width: 91.66667%
    }

    .col--sm-12 {
        width: 100%
    }

    .col--sm-1, .col--sm-2, .col--sm-3, .col--sm-4, .col--sm-5, .col--sm-6, .col--sm-7, .col--sm-8, .col--sm-9, .col--sm-10, .col--sm-11 {
        float: left
    }

    .is-full-height--sm {
        display: flex
    }

    .push--sm-0 {
        margin-left: 0
    }

    .push--sm-1 {
        margin-left: 8.33333%
    }

    .push--sm-2 {
        margin-left: 16.66667%
    }

    .push--sm-3 {
        margin-left: 25%
    }

    .push--sm-4 {
        margin-left: 33.33333%
    }

    .push--sm-5 {
        margin-left: 41.66667%
    }

    .push--sm-6 {
        margin-left: 50%
    }

    .push--sm-7 {
        margin-left: 58.33333%
    }

    .push--sm-8 {
        margin-left: 66.66667%
    }

    .push--sm-9 {
        margin-left: 75%
    }

    .push--sm-10 {
        margin-left: 83.33333%
    }

    .push--sm-11 {
        margin-left: 91.66667%
    }

    .push--sm-12 {
        margin-left: 100%
    }

    .pull--sm-0 {
        margin-right: 0
    }

    .pull--sm-1 {
        margin-right: -8.33333%
    }

    .pull--sm-2 {
        margin-right: -16.66667%
    }

    .pull--sm-3 {
        margin-right: -25%
    }

    .pull--sm-4 {
        margin-right: -33.33333%
    }

    .pull--sm-5 {
        margin-right: -41.66667%
    }

    .pull--sm-6 {
        margin-right: -50%
    }

    .pull--sm-7 {
        margin-right: -58.33333%
    }

    .pull--sm-8 {
        margin-right: -66.66667%
    }

    .pull--sm-9 {
        margin-right: -75%
    }

    .pull--sm-10 {
        margin-right: -83.33333%
    }

    .pull--sm-11 {
        margin-right: -91.66667%
    }

    .pull--sm-12 {
        margin-right: -100%
    }
}

@media screen and (min-width: 48rem) {
    .col--md-1 {
        width: 8.33333%
    }

    .col--md-2 {
        width: 16.66667%
    }

    .col--md-3 {
        width: 25%
    }

    .col--md-4 {
        width: 33.33333%
    }

    .col--md-5 {
        width: 41.66667%
    }

    .col--md-6 {
        width: 50%
    }

    .col--md-7 {
        width: 58.33333%
    }

    .col--md-8 {
        width: 66.66667%
    }

    .col--md-9 {
        width: 75%
    }

    .col--md-10 {
        width: 83.33333%
    }

    .col--md-11 {
        width: 91.66667%
    }

    .col--md-12 {
        width: 100%
    }

    .col--md-1, .col--md-2, .col--md-3, .col--md-4, .col--md-5, .col--md-6, .col--md-7, .col--md-8, .col--md-9, .col--md-10, .col--md-11 {
        float: left
    }

    .is-full-height--md {
        display: flex
    }

    .push--md-0 {
        margin-left: 0
    }

    .push--md-1 {
        margin-left: 8.33333%
    }

    .push--md-2 {
        margin-left: 16.66667%
    }

    .push--md-3 {
        margin-left: 25%
    }

    .push--md-4 {
        margin-left: 33.33333%
    }

    .push--md-5 {
        margin-left: 41.66667%
    }

    .push--md-6 {
        margin-left: 50%
    }

    .push--md-7 {
        margin-left: 58.33333%
    }

    .push--md-8 {
        margin-left: 66.66667%
    }

    .push--md-9 {
        margin-left: 75%
    }

    .push--md-10 {
        margin-left: 83.33333%
    }

    .push--md-11 {
        margin-left: 91.66667%
    }

    .push--md-12 {
        margin-left: 100%
    }

    .pull--md-0 {
        margin-right: 0
    }

    .pull--md-1 {
        margin-right: -8.33333%
    }

    .pull--md-2 {
        margin-right: -16.66667%
    }

    .pull--md-3 {
        margin-right: -25%
    }

    .pull--md-4 {
        margin-right: -33.33333%
    }

    .pull--md-5 {
        margin-right: -41.66667%
    }

    .pull--md-6 {
        margin-right: -50%
    }

    .pull--md-7 {
        margin-right: -58.33333%
    }

    .pull--md-8 {
        margin-right: -66.66667%
    }

    .pull--md-9 {
        margin-right: -75%
    }

    .pull--md-10 {
        margin-right: -83.33333%
    }

    .pull--md-11 {
        margin-right: -91.66667%
    }

    .pull--md-12 {
        margin-right: -100%
    }
}

@media screen and (min-width: 62rem) {
    .col--lg-1 {
        width: 8.33333%
    }

    .col--lg-2 {
        width: 16.66667%
    }

    .col--lg-3 {
        width: 25%
    }

    .col--lg-4 {
        width: 33.33333%
    }

    .col--lg-5 {
        width: 41.66667%
    }

    .col--lg-6 {
        width: 50%
    }

    .col--lg-7 {
        width: 58.33333%
    }

    .col--lg-8 {
        width: 66.66667%
    }

    .col--lg-9 {
        width: 75%
    }

    .col--lg-10 {
        width: 83.33333%
    }

    .col--lg-11 {
        width: 91.66667%
    }

    .col--lg-12 {
        width: 100%
    }

    .col--lg-1, .col--lg-2, .col--lg-3, .col--lg-4, .col--lg-5, .col--lg-6, .col--lg-7, .col--lg-8, .col--lg-9, .col--lg-10, .col--lg-11 {
        float: left
    }

    .is-full-height--lg {
        display: flex
    }

    .push--lg-0 {
        margin-left: 0
    }

    .push--lg-1 {
        margin-left: 8.33333%
    }

    .push--lg-2 {
        margin-left: 16.66667%
    }

    .push--lg-3 {
        margin-left: 25%
    }

    .push--lg-4 {
        margin-left: 33.33333%
    }

    .push--lg-5 {
        margin-left: 41.66667%
    }

    .push--lg-6 {
        margin-left: 50%
    }

    .push--lg-7 {
        margin-left: 58.33333%
    }

    .push--lg-8 {
        margin-left: 66.66667%
    }

    .push--lg-9 {
        margin-left: 75%
    }

    .push--lg-10 {
        margin-left: 83.33333%
    }

    .push--lg-11 {
        margin-left: 91.66667%
    }

    .push--lg-12 {
        margin-left: 100%
    }

    .pull--lg-0 {
        margin-right: 0
    }

    .pull--lg-1 {
        margin-right: -8.33333%
    }

    .pull--lg-2 {
        margin-right: -16.66667%
    }

    .pull--lg-3 {
        margin-right: -25%
    }

    .pull--lg-4 {
        margin-right: -33.33333%
    }

    .pull--lg-5 {
        margin-right: -41.66667%
    }

    .pull--lg-6 {
        margin-right: -50%
    }

    .pull--lg-7 {
        margin-right: -58.33333%
    }

    .pull--lg-8 {
        margin-right: -66.66667%
    }

    .pull--lg-9 {
        margin-right: -75%
    }

    .pull--lg-10 {
        margin-right: -83.33333%
    }

    .pull--lg-11 {
        margin-right: -91.66667%
    }

    .pull--lg-12 {
        margin-right: -100%
    }
}

@media screen and (min-width: 75rem) {
    .col--xl-1 {
        width: 8.33333%
    }

    .col--xl-2 {
        width: 16.66667%
    }

    .col--xl-3 {
        width: 25%
    }

    .col--xl-4 {
        width: 33.33333%
    }

    .col--xl-5 {
        width: 41.66667%
    }

    .col--xl-6 {
        width: 50%
    }

    .col--xl-7 {
        width: 58.33333%
    }

    .col--xl-8 {
        width: 66.66667%
    }

    .col--xl-9 {
        width: 75%
    }

    .col--xl-10 {
        width: 83.33333%
    }

    .col--xl-11 {
        width: 91.66667%
    }

    .col--xl-12 {
        width: 100%
    }

    .col--xl-1, .col--xl-2, .col--xl-3, .col--xl-4, .col--xl-5, .col--xl-6, .col--xl-7, .col--xl-8, .col--xl-9, .col--xl-10, .col--xl-11 {
        float: left
    }

    .is-full-height--xl {
        display: flex
    }

    .push--xl-0 {
        margin-left: 0
    }

    .push--xl-1 {
        margin-left: 8.33333%
    }

    .push--xl-2 {
        margin-left: 16.66667%
    }

    .push--xl-3 {
        margin-left: 25%
    }

    .push--xl-4 {
        margin-left: 33.33333%
    }

    .push--xl-5 {
        margin-left: 41.66667%
    }

    .push--xl-6 {
        margin-left: 50%
    }

    .push--xl-7 {
        margin-left: 58.33333%
    }

    .push--xl-8 {
        margin-left: 66.66667%
    }

    .push--xl-9 {
        margin-left: 75%
    }

    .push--xl-10 {
        margin-left: 83.33333%
    }

    .push--xl-11 {
        margin-left: 91.66667%
    }

    .push--xl-12 {
        margin-left: 100%
    }

    .pull--xl-0 {
        margin-right: 0
    }

    .pull--xl-1 {
        margin-right: -8.33333%
    }

    .pull--xl-2 {
        margin-right: -16.66667%
    }

    .pull--xl-3 {
        margin-right: -25%
    }

    .pull--xl-4 {
        margin-right: -33.33333%
    }

    .pull--xl-5 {
        margin-right: -41.66667%
    }

    .pull--xl-6 {
        margin-right: -50%
    }

    .pull--xl-7 {
        margin-right: -58.33333%
    }

    .pull--xl-8 {
        margin-right: -66.66667%
    }

    .pull--xl-9 {
        margin-right: -75%
    }

    .pull--xl-10 {
        margin-right: -83.33333%
    }

    .pull--xl-11 {
        margin-right: -91.66667%
    }

    .pull--xl-12 {
        margin-right: -100%
    }
}

@media screen and (min-width: 0) and (max-width: 19.937rem) {
    .col-break--xs {
        clear: left
    }
}

@media screen and (min-width: 20rem) and (max-width: 33.937rem) {
    .col-break--xsb {
        clear: left
    }
}

@media screen and (min-width: 34rem) and (max-width: 47.937rem) {
    .col-break--sm {
        clear: left
    }
}

@media screen and (min-width: 48rem) and (max-width: 61.937rem) {
    .col-break--md {
        clear: left
    }
}

@media screen and (min-width: 62rem) and (max-width: 74.937rem) {
    .col-break--lg {
        clear: left
    }
}

@media screen and (min-width: 75rem) {
    .col-break--xl {
        clear: left
    }
}

@media screen {
    .row--gutter-lg {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .col--gutter-lg {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .row--gutter-sm {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .col--gutter-sm {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .row--gutter-xs {
        margin-left: -.25rem;
        margin-right: -.25rem
    }

    .col--gutter-xs {
        padding-left: .25rem;
        padding-right: .25rem
    }

    .pull-right {
        float: right
    }

    .pull-left {
        float: left
    }

    .row--full {
        display: flow-root;
        margin: auto
    }

    .col--full, .push--full {
        padding-left: 0;
        padding-right: 0
    }

    .col--bg-lightest {
        background-color: var(--color-neutral-lightest)
    }

    .col--bg-lighter {
        background-color: var(--color-comp-lighter)
    }

    .col--bg-light {
        background-color: var(--color-comp-light)
    }

    .col--bg-dark {
        background-color: var(--color-comp-dark)
    }

    .col--bg-darker {
        background-color: var(--color-comp-darker)
    }

    .col--bg-darkest {
        background-color: var(--color-comp-darker-darken-5)
    }

    .col--border {
        border-right: 1px solid var(--color-comp-light)
    }

    .col--border-primary {
        border-color: var(--color-primary)
    }

    .col--border-primary-dark {
        border-color: var(--color-primary-dark)
    }

    .col--border-comp-light {
        border-color: var(--color-comp-light)
    }

    .col--border-comp {
        border-color: var(--color-comp)
    }

    .col--border-comp-dark {
        border-color: var(--color-comp-dark)
    }

    .col--border-warn-light {
        border-color: var(--color-warn-light)
    }

    .col--border-warn {
        border-color: var(--color-warn)
    }

    .col--border-warn-dark {
        border-color: var(--color-warn-dark)
    }

    .col--border-success-light {
        border-color: var(--color-success-light)
    }

    .col--border-success {
        border-color: var(--color-success)
    }

    .col--border-success-dark {
        border-color: var(--color-success-dark)
    }

    .row--table {
        display: table;
        width: calc(100% + 2rem)
    }

    .panel--padding-sm > .row--table {
        margin-left: -.5rem;
        margin-right: -.5rem;
        width: calc(100% + 1rem)
    }

    [class*=col--table-cell] {
        display: table-cell;
        float: none
    }

    .row--table-full {
        width: 100%
    }

    .col--table-cell-full-height, .row--table-full-height {
        height: 100%
    }

    .row--table-fixed {
        table-layout: fixed
    }

    .row__group {
        display: table-row
    }

    .row--flex-xs {
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        height: 100%;
        margin: auto;
        place-content: stretch flex-start;
        width: 100%
    }

    .row--flex-xs:after, .row--flex-xs:before {
        display: none
    }

    .col--flex-xs {
        align-self: stretch;
        flex: 0 1 auto;
        float: none;
        order: 0;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media screen and (min-width: 20rem) {
    .row--flex-xsb {
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        height: 100%;
        margin: auto;
        place-content: stretch flex-start;
        width: 100%
    }

    .row--flex-xsb:after, .row--flex-xsb:before {
        display: none
    }

    .col--flex-xsb {
        align-self: stretch;
        flex: 0 1 auto;
        float: none;
        order: 0;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media screen and (min-width: 34rem) {
    .row--flex-sm {
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        height: 100%;
        margin: auto;
        place-content: stretch flex-start;
        width: 100%
    }

    .row--flex-sm:after, .row--flex-sm:before {
        display: none
    }

    .col--flex-sm {
        align-self: stretch;
        flex: 0 1 auto;
        float: none;
        order: 0;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media screen and (min-width: 48rem) {
    .row--flex-md {
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        height: 100%;
        margin: auto;
        place-content: stretch flex-start;
        width: 100%
    }

    .row--flex-md:after, .row--flex-md:before {
        display: none
    }

    .col--flex-md {
        align-self: stretch;
        flex: 0 1 auto;
        float: none;
        order: 0;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media screen and (min-width: 62rem) {
    .row--flex-lg {
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        height: 100%;
        margin: auto;
        place-content: stretch flex-start;
        width: 100%
    }

    .row--flex-lg:after, .row--flex-lg:before {
        display: none
    }

    .col--flex-lg {
        align-self: stretch;
        flex: 0 1 auto;
        float: none;
        order: 0;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media screen and (min-width: 75rem) {
    .row--flex-xl {
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        height: 100%;
        margin: auto;
        place-content: stretch flex-start;
        width: 100%
    }

    .row--flex-xl:after, .row--flex-xl:before {
        display: none
    }

    .col--flex-xl {
        align-self: stretch;
        flex: 0 1 auto;
        float: none;
        order: 0;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media screen {
    .row--equal-height, .row--flex-auto {
        display: flex
    }

    .row--flex-auto:after, .row--flex-auto:before {
        display: none
    }

    .col--flex-locked {
        flex: none;
        float: none
    }

    .col--flex-grow {
        flex: 1 1 0%;
        float: none
    }

    .col--flex-full-height {
        height: 100%
    }

    .col--flex-full {
        padding-left: 0;
        padding-right: 0
    }

    .col--flex-scrollable {
        overflow: hidden auto
    }
}

@media screen and (min-width: 0) {
    .app-layout-1--at-xs {
        display: flex;
        flex-direction: column;
        height: 100vh
    }

    .app-layout-1--at-xs .app-layout-1__inner--full-height {
        height: 100%
    }

    .app-layout-1--at-xs .app-layout-1__header {
        box-sizing: content-box
    }

    .app-layout-1--at-xs .app-layout-1__row {
        align-items: stretch;
        display: flex;
        margin: 0 auto;
        overflow: auto
    }

    .app-layout-1--at-xs .app-layout-1__row.row--full {
        margin: 0
    }

    .app-layout-1--at-xs .app-layout-1__col {
        overflow: hidden auto
    }
}

@media screen and (min-width: 20rem) {
    .app-layout-1--at-xsb {
        display: flex;
        flex-direction: column;
        height: 100vh
    }

    .app-layout-1--at-xsb .app-layout-1__inner--full-height {
        height: 100%
    }

    .app-layout-1--at-xsb .app-layout-1__header {
        box-sizing: content-box
    }

    .app-layout-1--at-xsb .app-layout-1__row {
        align-items: stretch;
        display: flex;
        margin: 0 auto;
        overflow: auto
    }

    .app-layout-1--at-xsb .app-layout-1__row.row--full {
        margin: 0
    }

    .app-layout-1--at-xsb .app-layout-1__col {
        overflow: hidden auto
    }
}

@media screen and (min-width: 34rem) {
    .app-layout-1--at-sm {
        display: flex;
        flex-direction: column;
        height: 100vh
    }

    .app-layout-1--at-sm .app-layout-1__inner--full-height {
        height: 100%
    }

    .app-layout-1--at-sm .app-layout-1__header {
        box-sizing: content-box
    }

    .app-layout-1--at-sm .app-layout-1__row {
        align-items: stretch;
        display: flex;
        margin: 0 auto;
        overflow: auto
    }

    .app-layout-1--at-sm .app-layout-1__row.row--full {
        margin: 0
    }

    .app-layout-1--at-sm .app-layout-1__col {
        overflow: hidden auto
    }
}

@media screen and (min-width: 48rem) {
    .app-layout-1--at-md {
        display: flex;
        flex-direction: column;
        height: 100vh
    }

    .app-layout-1--at-md .app-layout-1__inner--full-height {
        height: 100%
    }

    .app-layout-1--at-md .app-layout-1__header {
        box-sizing: content-box
    }

    .app-layout-1--at-md .app-layout-1__row {
        align-items: stretch;
        display: flex;
        margin: 0 auto;
        overflow: auto
    }

    .app-layout-1--at-md .app-layout-1__row.row--full {
        margin: 0
    }

    .app-layout-1--at-md .app-layout-1__col {
        overflow: hidden auto
    }
}

@media screen and (min-width: 62rem) {
    .app-layout-1--at-lg {
        display: flex;
        flex-direction: column;
        height: 100vh
    }

    .app-layout-1--at-lg .app-layout-1__inner--full-height {
        height: 100%
    }

    .app-layout-1--at-lg .app-layout-1__header {
        box-sizing: content-box
    }

    .app-layout-1--at-lg .app-layout-1__row {
        align-items: stretch;
        display: flex;
        margin: 0 auto;
        overflow: auto
    }

    .app-layout-1--at-lg .app-layout-1__row.row--full {
        margin: 0
    }

    .app-layout-1--at-lg .app-layout-1__col {
        overflow: hidden auto
    }
}

@media screen and (min-width: 75rem) {
    .app-layout-1--at-xl {
        display: flex;
        flex-direction: column;
        height: 100vh
    }

    .app-layout-1--at-xl .app-layout-1__inner--full-height {
        height: 100%
    }

    .app-layout-1--at-xl .app-layout-1__header {
        box-sizing: content-box
    }

    .app-layout-1--at-xl .app-layout-1__row {
        align-items: stretch;
        display: flex;
        margin: 0 auto;
        overflow: auto
    }

    .app-layout-1--at-xl .app-layout-1__row.row--full {
        margin: 0
    }

    .app-layout-1--at-xl .app-layout-1__col {
        overflow: hidden auto
    }
}

@media screen {
    .app-layout-1--has-bar {
        height: calc(100vh - var(--bar--height))
    }

    .app-layout-1__row--full-height {
        height: 100%
    }

    .app-layout-1__row-body {
        display: grid;
        grid-template-areas:"content" "footer";
        grid-template-rows:10fr 1fr;
        height: 100%
    }

    .app-layout-1__row-content {
        grid-area: content;
        overflow: hidden auto
    }

    .app-layout-1__row-footer {
        grid-area: footer
    }
}

@media screen and (min-width: 48rem) {
    .l-1 {
        display: grid;
        grid-template-areas:"header header" "nav content";
        grid-template-columns:12.5rem auto;
        grid-template-rows:max-content
    }

    .l-1 > .app-layout-1__row-content {
        -ms-grid-row: 2;
        -ms-grid-column: 2
    }
}

@media screen {
    .l-1--fixed-height {
        height: 100vh
    }

    .l-1--fixed-height.content--has-bar {
        height: calc(100vh - var(--bar--height))
    }

    .l-1__header {
        grid-area: header
    }

    .l-1__nav {
        grid-area: nav
    }

    .l-1__nav--border {
        border-inline-end: 1px solid var(--l-1-nav--border-color)
    }

    .l-1__content {
        grid-area: content
    }

    ::-moz-selection {
        background-color: var(--color-primary);
        color: var(--color-neutral-lightest)
    }

    ::selection {
        background-color: var(--color-primary);
        color: var(--color-neutral-lightest)
    }

    ::-ms-clear {
        height: 0;
        width: 0
    }

    html {
        background-color: var(--color-comp-lighter);
        box-sizing: border-box
    }

    *, :after, :before {
        box-sizing: inherit
    }

    details * {
        box-sizing: border-box
    }

    :where(a) {
        color: var(--color-primary);
        cursor: pointer;
        text-decoration: none
    }

    :where(a:hover) {
        color: var(--color-primary-darken-20)
    }

    a.disabled {
        color: var(--color-neutral-400);
        cursor: not-allowed
    }

    iframe {
        border: 0;
        margin: 0;
        padding: 0;
        vertical-align: middle
    }

    ins {
        text-decoration: none
    }

    figure {
        margin: 0;
        padding: 0
    }

    optgroup {
        font-style: inherit
    }

    button, input, optgroup, select, textarea {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: revert
    }

    caption, th {
        text-align: left
    }

    pre {
        overflow: auto
    }

    img {
        vertical-align: middle
    }

    hr {
        background-color: transparent;
        border: 0
    }

    address {
        font-style: normal
    }

    body {
        color: var(--color-comp-darker);
        font-family: var(--font-family-sans-serif)
    }

    .div-like, body {
        font-size: .8125rem;
        font-weight: 500;
        line-height: 1rem
    }

    .div-like {
        display: block;
        margin: initial;
        padding: initial
    }

    .board__title, .h1-like, .ol-like, .ul-like, ol, p, ul {
        font-weight: 500;
        margin-top: 0
    }

    .h1-like {
        font-size: var(--font-size-xxl);
        line-height: calc(var(--step) * 3);
        margin-bottom: 1.4rem;
        padding-top: .6rem
    }

    .h2-like, .wysiwyg h1, .wysiwyg h2.h2-like {
        font-size: var(--font-size-xl);
        font-weight: 500;
        line-height: calc(var(--step) * 2);
        margin-bottom: .7rem;
        margin-top: 0;
        padding-top: 1.3rem
    }

    .citation__text, .content-toolbar__title, .h3-like, .modal__title, .panel__title--lg, .window__title, .wysiwyg .level1, .wysiwyg h2, .wysiwyg h3.h3-like {
        font-size: var(--font-size-lg);
        font-weight: 500;
        line-height: calc(var(--step) * 2);
        margin-bottom: .6rem;
        margin-top: 0;
        padding-top: .4rem
    }

    .h4-like, .wysiwyg .level2, .wysiwyg h3, .wysiwyg h4.h4-like {
        font-size: var(--font-size-md);
        font-weight: 500;
        line-height: calc(var(--step) * 2);
        margin-bottom: .5rem;
        margin-top: 0;
        padding-top: .5rem
    }

    .empty-state__title, .h5-like, .modal__content-title, .window__body-title, .wysiwyg .level3, .wysiwyg h4, .wysiwyg h5.h5-like {
        font-size: var(--font-size-sm);
        font-weight: 500;
        line-height: calc(var(--step) * 2);
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 0
    }

    .citation__source, .empty-state__title:first-line, .form__legend, .h6-like, .panel__title--sm, .table caption, .wysiwyg h5, .wysiwyg h6, .wysiwyg h6.h6-like {
        font-size: var(--font-size-xs);
        font-weight: 500;
        line-height: 1;
        margin-bottom: .5rem;
        margin-top: 0;
        padding-top: .5rem
    }

    .blockquote-like, .board__title, .dl-like, .ol-like, .p-like, .pre-like, .ul-like, blockquote, dl, ol, p, pre, ul {
        font-size: var(--font-size-xxs);
        line-height: var(--step);
        margin-bottom: .8rem;
        padding-top: .2rem
    }

    .h-like--no-margin, .p-like--no-margin {
        margin-bottom: 0
    }

    .h-like--no-padding, .p-like--no-padding {
        padding-top: 0
    }

    .h-like--default-line-height, .p-like--default-line-height, .text--line-height-normal {
        line-height: normal
    }

    .code-like, .pre-like, code, pre {
        font-family: var(--font-family-monospace)
    }

    .text--size-xxxs {
        font-size: .6875rem
    }

    .text--size-xxs2 {
        font-size: .75rem
    }

    .text--size-xxs {
        font-size: .8125rem
    }

    .text--size-xs2 {
        font-size: .875rem
    }

    .text--size-xs {
        font-size: 1rem
    }

    .text--size-sm {
        font-size: 1.125rem
    }

    .text--size-md {
        font-size: 1.424rem
    }

    .text--size-lg {
        font-size: 1.602rem
    }

    .text--size-xl {
        font-size: 1.802rem
    }

    .text--size-xxl {
        font-size: 2.281rem
    }

    .h1-like--lead-xs {
        margin-bottom: .95rem;
        padding-top: .3rem
    }

    .h1-like--lead-sm {
        margin-bottom: 1.1rem;
        padding-top: .4rem
    }

    .h1-like--lead-md {
        margin-bottom: 1.4rem;
        padding-top: .6rem
    }

    .h1-like--lead-lg {
        margin-bottom: 1.7rem;
        padding-top: .8rem
    }

    .h1-like--lead-xl {
        margin-bottom: 2rem;
        padding-top: 1rem
    }

    .h2-like--lead-xs {
        margin-bottom: .25rem;
        padding-top: .8rem
    }

    .h2-like--lead-sm {
        margin-bottom: .5rem;
        padding-top: 1rem
    }

    .h2-like--lead-md {
        margin-bottom: .7rem;
        padding-top: 1.3rem
    }

    .h2-like--lead-lg {
        margin-bottom: .9rem;
        padding-top: 1.6rem
    }

    .h2-like--lead-xl {
        margin-bottom: 1.1rem;
        padding-top: 1.9rem
    }

    .citation__text, .h3-like--lead-xs {
        margin-bottom: .15rem;
        padding-top: .1rem
    }

    .h3-like--lead-sm {
        margin-bottom: .3rem;
        padding-top: .2rem
    }

    .h3-like--lead-md {
        margin-bottom: .6rem;
        padding-top: .4rem
    }

    .h3-like--lead-lg {
        margin-bottom: .9rem;
        padding-top: .6rem
    }

    .h3-like--lead-xl {
        margin-bottom: 1.2rem;
        padding-top: .8rem
    }

    .h4-like--lead-sm, .h4-like--lead-xs {
        margin-bottom: .25rem;
        padding-top: .25rem
    }

    .h4-like--lead-md {
        margin-bottom: .5rem;
        padding-top: .5rem
    }

    .h4-like--lead-lg {
        margin-bottom: .75rem;
        padding-top: .75rem
    }

    .h4-like--lead-xl {
        margin-bottom: 1rem;
        padding-top: 1rem
    }

    .h5-like--lead-md {
        margin-bottom: 0;
        padding-top: 0
    }

    .h5-like--lead-lg {
        margin-bottom: .25rem;
        padding-top: .25rem
    }

    .h5-like--lead-xl {
        margin-bottom: .5rem;
        padding-top: .5rem
    }

    .h6-like--lead-sm, .h6-like--lead-xs {
        margin-bottom: .25rem;
        padding-top: .25rem
    }

    .h6-like--lead-md {
        margin-bottom: .5rem;
        padding-top: .5rem
    }

    .h6-like--lead-lg {
        margin-bottom: .75rem;
        padding-top: .75rem
    }

    .h6-like--lead-xl {
        margin-bottom: 1rem;
        padding-top: 1rem
    }

    .blockquote-like--lead-xs, .dl-like--lead-xs, .ol-like--lead-xs, .p-like--lead-xs, .pre-like--lead-xs, .ul-like--lead-xs {
        margin-bottom: .15rem;
        padding-top: .1rem
    }

    .blockquote-like--lead-sm, .dl-like--lead-sm, .ol-like--lead-sm, .p-like--lead-sm, .pre-like--lead-sm, .ul-like--lead-sm {
        margin-bottom: .3rem;
        padding-top: .2rem
    }

    .blockquote-like--lead-md, .dl-like--lead-md, .ol-like--lead-md, .p-like--lead-md, .pre-like--lead-md, .ul-like--lead-md {
        margin-bottom: .8rem;
        padding-top: .2rem
    }

    .blockquote-like--lead-lg, .dl-like--lead-lg, .ol-like--lead-lg, .p-like--lead-lg, .pre-like--lead-lg, .ul-like--lead-lg {
        margin-bottom: 1.1rem;
        padding-top: .4rem
    }

    .blockquote-like--lead-xl, .dl-like--lead-xl, .ol-like--lead-xl, .p-like--lead-xl, .pre-like--lead-xl, .ul-like--lead-xl {
        margin-bottom: 1.4rem;
        padding-top: .6rem
    }

    .text--indent {
        text-indent: var(--step)
    }

    .text--indent-outset {
        text-indent: calc(var(--step) * -1.2);
        padding-left: calc(var(--step) * 1.2)
    }

    .light-like {
        font-weight: 300
    }

    .normal-like {
        font-weight: 500
    }

    .semibold-like {
        font-weight: 600
    }

    .b-like, .bold-like {
        font-weight: 700
    }

    .extrabold-like {
        font-weight: 800
    }

    .em-like, .i-like {
        font-style: italic
    }

    .span-like {
        display: inline
    }

    .jumbofiles__file-download, .small-like, .speech__time {
        font-size: 80%
    }

    .line-height--xs {
        line-height: 1
    }

    .text--right {
        text-align: right
    }

    .text--left {
        text-align: left
    }

    .text--center {
        text-align: center
    }
}

@media screen {
    .app-layout-1__row-content {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .app-layout-1__row-footer {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }

    .l-1__content {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
}

@media screen and (min-width: 48rem) {
    .l-1__header {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }

    .l-1__nav {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }

    .l-1 > .l-1__content {
        -ms-grid-row: 2;
        -ms-grid-column: 2
    }
}

@media screen and (min-width: 20rem) {
    .text--right-xsb {
        text-align: right
    }

    .text--left-xsb {
        text-align: left
    }

    .text--center-xsb {
        text-align: center
    }
}

@media screen and (min-width: 34rem) {
    .text--right-sm {
        text-align: right
    }

    .text--left-sm {
        text-align: left
    }

    .text--center-sm {
        text-align: center
    }
}

@media screen and (min-width: 48rem) {
    .text--right-md {
        text-align: right
    }

    .text--left-md {
        text-align: left
    }

    .text--center-md {
        text-align: center
    }
}

@media screen and (min-width: 62rem) {
    .text--right-lg {
        text-align: right
    }

    .text--left-lg {
        text-align: left
    }

    .text--center-lg {
        text-align: center
    }
}

@media screen and (min-width: 75rem) {
    .text--right-xl {
        text-align: right
    }

    .text--left-xl {
        text-align: left
    }

    .text--center-xl {
        text-align: center
    }
}

@media screen {
    .text--uppercase {
        text-transform: uppercase
    }

    .text--lowercase {
        text-transform: lowercase
    }

    .text--capitalize {
        text-transform: capitalize
    }

    .text--capitalize-first-letter:first-letter {
        text-transform: uppercase
    }

    .text--underline {
        text-decoration: underline
    }

    a.text--underline {
        -webkit-text-decoration-color: inherit;
        text-decoration-color: inherit
    }

    a.text--underline:focus, a.text--underline:hover {
        text-decoration: none
    }

    .text--wrap {
        -webkit-hyphens: auto;
        hyphens: auto;
        min-width: 0;
        overflow-wrap: break-word
    }

    .text--digit, .text--inline-block {
        display: inline-block
    }

    .text--digit {
        min-width: 3ch;
        text-align: right
    }

    .blockquote-like, blockquote {
        font-style: italic
    }

    .citation {
        font-family: var(--font-family-serif);
        margin-bottom: calc(var(--step) * 1.25);
        margin-inline: calc(var(--step) * 2.5)
    }

    .citation__text {
        color: var(--color-comp-darken-10);
        display: inline-block;
        position: relative
    }

    .citation__text:after, .citation__text:before {
        font-size: 150%
    }

    .citation__text:before {
        content: "Â«\202f";
        left: -2rem;
        position: absolute;
        top: 0
    }

    .citation__text:after {
        content: "\202fÂ»";
        vertical-align: bottom
    }

    .citation__source {
        font-style: normal
    }

    .text--line-through {
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .text--line-through:after, .text--line-through:before {
        border-top: 1px solid;
        content: "";
        display: block;
        flex: 1 1 0;
        margin: auto 0;
        opacity: .3
    }

    .text--line-through:before {
        margin-right: .5rem
    }

    .text--line-through:after {
        margin-left: .5rem
    }

    .text--inherited-color {
        color: inherit
    }

    .text--black {
        color: var(--color-neutral-darkest)
    }

    .text--white {
        color: var(--color-neutral-lightest)
    }

    a.text--white:hover {
        color: var(--color-neutral-200)
    }

    .text--primary {
        color: var(--color-primary)
    }

    .text--primary-dark, a.text--primary-dark:hover, a.text--primary:hover {
        color: var(--color-primary-dark)
    }

    .text--extra {
        color: var(--color-extra)
    }

    a.text--extra:hover {
        color: var(--color-extra-darken-7)
    }

    .text--slate-darker {
        color: var(--color-comp-darker)
    }

    a.text--slate-darker:hover {
        color: var(--color-neutral-darkest)
    }

    .text--slate-dark {
        color: var(--color-comp-dark)
    }

    a.text--slate-dark:hover {
        color: var(--color-comp-darker)
    }

    .text--slate {
        color: var(--color-comp)
    }

    a.text--slate:hover {
        color: var(--color-comp-dark)
    }

    .text--slate-light {
        color: var(--color-comp-light)
    }

    a.text--slate-light:hover {
        color: var(--color-comp)
    }

    .text--slate-lighter {
        color: var(--color-comp-lighter)
    }

    a.text--slate-lighter:hover {
        color: var(--color-comp-light)
    }

    .text--warn-dark {
        color: var(--color-warn-dark)
    }

    a.text--warn-dark:hover {
        color: var(--color-warn-dark-darken-20)
    }

    .text--warn {
        color: var(--color-warn)
    }

    a.text--warn:hover {
        color: var(--color-warn-dark)
    }

    .text--warn-light {
        color: var(--color-warn-light)
    }

    a.text--warn-light:hover {
        color: var(--color-warn-light-darken-20)
    }

    .text--warn-light-alt {
        color: var(--color-warn-light-alt)
    }

    a.text--warn-light-alt:hover {
        color: var(--color-warn-light-alt-darken-20)
    }

    .text--warn-lighter {
        color: var(--color-warn-lighter)
    }

    a.text--warn-lighter:hover {
        color: var(--color-warn-lighter-darken-20)
    }

    .text--success-dark {
        color: var(--color-success-dark)
    }

    a.text--success-dark:hover {
        color: var(--color-success-darker)
    }

    .text--success {
        color: var(--color-success)
    }

    a.text--success:hover {
        color: var(--color-success-dark)
    }

    .text--success-light {
        color: var(--color-success-light)
    }

    a.text--success-light:hover {
        color: var(--color-success)
    }

    .text--success-lighter {
        color: var(--color-success-lighter)
    }

    a.text--success-lighter:hover {
        color: var(--color-success-light)
    }

    .mark--default {
        background-color: var(--color-warn-extra-bright);
        color: var(--body--color)
    }

    .mark--primary {
        background-color: var(--color-primary-lighten-20);
        color: var(--body--color)
    }

    .mark--success {
        background-color: var(--color-success-light-darken-8-saturate-10);
        color: var(--body--color)
    }

    .mark--warn {
        background-color: var(--color-warn-light-alt-darken-10);
        color: var(--body--color)
    }

    .slug[class*=slug--0] {
        margin-bottom: 0
    }

    .slug[class*=slug--xxs] {
        margin-bottom: calc(var(--step) / 4)
    }

    .slug[class*=slug--xs] {
        margin-bottom: calc(var(--step) / 2)
    }

    .slug[class*=slug--sm] {
        margin-bottom: var(--step)
    }

    .slug[class*=slug--md] {
        margin-bottom: calc(var(--step) * 1.5)
    }

    .slug[class*=slug--lg] {
        margin-bottom: calc(var(--step) * 2)
    }

    .slug[class*=slug--xl] {
        margin-bottom: calc(var(--step) * 3)
    }

    .slug[class*=slug--xxl] {
        margin-bottom: calc(var(--step) * 6)
    }

    .slug[class*=slug--negative-xxs] {
        margin-bottom: calc(var(--step) / -4)
    }

    .slug[class*=slug--negative-xs] {
        margin-bottom: calc(var(--step) / -2)
    }

    .slug[class*=slug--negative-sm] {
        margin-bottom: calc(var(--step) * -1)
    }

    .slug[class*=slug--negative-md] {
        margin-bottom: calc(var(--step) * -1.5)
    }

    .slug[class*=slug--negative-lg] {
        margin-bottom: calc(var(--step) * -2)
    }

    .slug[class*=slug--negative-xl] {
        margin-bottom: calc(var(--step) * -3)
    }

    .space--xs {
        width: .16667em
    }

    .space--sm {
        width: .25em
    }

    .space--md {
        width: .33333em
    }

    .space--lg {
        width: .5em
    }

    .space--xl {
        width: 1em
    }

    .space {
        display: inline-block;
        height: 1em
    }

    .space--xxl {
        width: 1.5em
    }

    .divider, hr {
        background-color: var(--divider--background-color);
        height: var(--divider--height);
        margin: var(--step) 0
    }

    .divider--sm {
        margin: calc(var(--step) / 2) 0
    }

    .divider--invisible {
        height: 0
    }

    .divider--no-margin {
        margin-bottom: 0;
        margin-top: 0
    }

    .divider--no-margin-top {
        margin-top: 0
    }

    .divider--no-margin-bottom {
        margin-bottom: 0
    }

    .divider--full-panel {
        margin-left: calc(var(--step) * -1);
        margin-right: calc(var(--step) * -1)
    }

    .divider--lighter {
        background-color: var(--divider-lighter--background-color)
    }

    .divider--light {
        background-color: var(--divider-light--background-color)
    }

    .divider--medium-luminosity {
        background-color: var(--divider-medium-luminosity--background-color)
    }

    .divider--dark {
        background-color: var(--divider-dark--background-color)
    }

    .divider--darker {
        background-color: var(--divider-darker--background-color)
    }

    .divider--thickness-xs {
        height: .125rem
    }

    .divider--thickness-sm {
        height: .25rem
    }

    .divider--thickness-md {
        height: .375rem
    }

    .divider--thickness-lg {
        height: .5rem
    }

    .divider--thickness-xl {
        height: .625rem
    }

    .color--primary {
        background-color: var(--color-primary);
        color: var(--color-neutral-lightest)
    }

    .color--primary--dark {
        background-color: var(--color-primary-dark);
        color: var(--color-neutral-lightest)
    }

    .color--comp--lighter {
        background-color: var(--color-comp-lighter)
    }

    .color--comp--light {
        background-color: var(--color-comp-light)
    }

    .color--comp {
        background-color: var(--color-comp)
    }

    .color--comp--dark {
        background-color: var(--color-comp-dark);
        color: var(--color-neutral-lightest)
    }

    .color--comp--darker {
        background-color: var(--color-comp-darker);
        color: var(--color-neutral-lightest)
    }

    .color--warn--lighter {
        background-color: var(--color-warn-lighter)
    }

    .color--warn--light {
        background-color: var(--color-warn-light);
        color: var(--color-neutral-lightest)
    }

    .color--warn--light-alt {
        background-color: var(--color-warn-light-alt)
    }

    .color--warn {
        background-color: var(--color-warn)
    }

    .color--warn, .color--warn--dark {
        color: var(--color-neutral-lightest)
    }

    .color--warn--dark {
        background-color: var(--color-warn-dark)
    }

    .color--success--lighter {
        background-color: var(--color-success-lighter)
    }

    .color--success--light {
        background-color: var(--color-success-light)
    }

    .color--success {
        background-color: var(--color-success);
        color: var(--color-neutral-lightest)
    }

    .color--success--dark {
        background-color: var(--color-success-dark)
    }

    .color--a, .color--success--dark {
        color: var(--color-neutral-lightest)
    }

    .color--a {
        background-color: var(--color-a)
    }

    .color--b {
        background-color: var(--color-b)
    }

    .color--b, .color--c {
        color: var(--color-neutral-lightest)
    }

    .color--c {
        background-color: var(--color-c)
    }

    .color--d {
        background-color: var(--color-d)
    }

    .color--d, .color--e {
        color: var(--color-neutral-lightest)
    }

    .color--e {
        background-color: var(--color-e)
    }

    .color--f {
        background-color: var(--color-f)
    }

    .color--f, .color--g {
        color: var(--color-neutral-lightest)
    }

    .color--g {
        background-color: var(--color-g)
    }

    .color--h {
        background-color: var(--color-h)
    }

    .color--h, .color--i {
        color: var(--color-neutral-lightest)
    }

    .color--i {
        background-color: var(--color-i)
    }

    .color--j {
        background-color: var(--color-j)
    }

    .color--j, .color--k {
        color: var(--color-neutral-lightest)
    }

    .color--k {
        background-color: var(--color-k)
    }

    .color--l {
        background-color: var(--color-l)
    }

    .color--l, .color--m {
        color: var(--color-neutral-lightest)
    }

    .color--m {
        background-color: var(--color-m)
    }

    .color--n {
        background-color: var(--color-n)
    }

    .color--n, .color--o {
        color: var(--color-neutral-lightest)
    }

    .color--o {
        background-color: var(--color-o)
    }

    .color--p {
        background-color: var(--color-p)
    }

    .color--p, .color--q {
        color: var(--color-neutral-lightest)
    }

    .color--q {
        background-color: var(--color-q)
    }

    .color--r {
        background-color: var(--color-r)
    }

    .color--r, .color--s {
        color: var(--color-neutral-lightest)
    }

    .color--s {
        background-color: var(--color-s)
    }

    .color--t {
        background-color: var(--color-t)
    }

    .color--t, .color--u {
        color: var(--color-neutral-lightest)
    }

    .color--u {
        background-color: var(--color-u)
    }

    .color--v {
        background-color: var(--color-v)
    }

    .color--v, .color--w {
        color: var(--color-neutral-lightest)
    }

    .color--w {
        background-color: var(--color-w)
    }

    .color--x {
        background-color: var(--color-x)
    }

    .color--x, .color--y {
        color: var(--color-neutral-lightest)
    }

    .color--y {
        background-color: var(--color-y)
    }

    .color--z {
        background-color: var(--color-z);
        color: var(--color-neutral-lightest)
    }

    @keyframes switch-on-bg {
        0% {
            background-color: var(--color-transparent)
        }
        to {
            background-color: rgba(var(--color-neutral-darkest-rgb), .4)
        }
    }.switch-on-bg {
         animation: switch-on-bg 1s ease-in-out infinite alternate
     }

    .bg--success-dark {
        background-color: var(--color-success-dark)
    }

    .bg--success {
        background-color: var(--color-success)
    }

    .bg--success-light {
        background-color: var(--color-success-light)
    }

    .bg--success-lighter {
        background-color: var(--color-success-lighter)
    }

    .bg--warn-dark {
        background-color: var(--color-warn-dark)
    }

    .bg--warn {
        background-color: var(--color-warn)
    }

    .bg--warn-light {
        background-color: var(--color-warn-light)
    }

    .bg--warn-light-alt {
        background-color: var(--color-warn-light-alt)
    }

    .bg--warn-lighter {
        background-color: var(--color-warn-lighter)
    }

    .bg--notice-lighter {
        background-color: var(--color-primary-lighten-55)
    }

    .bg--error-lighter {
        background-color: var(--color-error-lighter)
    }

    .bg--slate-darker {
        background-color: var(--color-comp-darker)
    }

    .bg--slate-dark {
        background-color: var(--color-comp-dark)
    }

    .bg--slate {
        background-color: var(--color-comp)
    }

    .bg--slate-light {
        background-color: var(--color-comp-light)
    }

    .bg--slate-lighter {
        background-color: var(--color-comp-lighter)
    }

    .bg--white {
        background-color: var(--color-neutral-lightest)
    }

    .bg--white-translucent {
        background-color: rgba(var(--color-neutral-lightest-rgb), .7)
    }

    .bg--extra {
        background-color: var(--color-extra)
    }

    .bg--extra-dark {
        background-color: var(--color-extra-darken-12-desaturate-30)
    }

    .bg--blue-100 {
        background-color: var(--sko-blue-900)
    }

    .bg--blue-200 {
        background-color: var(--sko-blue-800)
    }

    .bg--blue-300 {
        background-color: var(--sko-blue-700)
    }

    .bg--blue-400 {
        background-color: var(--sko-blue-600)
    }

    .bg--blue-500 {
        background-color: var(--sko-blue-500)
    }

    .bg--blue-600 {
        background-color: var(--sko-blue-400)
    }

    .bg--blue-700 {
        background-color: var(--sko-blue-300)
    }

    .bg--blue-800 {
        background-color: var(--sko-blue-200)
    }

    .bg--blue-900 {
        background-color: var(--sko-blue-100)
    }

    .bg--slate-100 {
        background-color: var(--slate-900)
    }

    .bg--slate-200 {
        background-color: var(--slate-800)
    }

    .bg--slate-300 {
        background-color: var(--slate-700)
    }

    .bg--slate-400 {
        background-color: var(--slate-600)
    }

    .bg--slate-500 {
        background-color: var(--slate-500)
    }

    .bg--slate-600 {
        background-color: var(--slate-400)
    }

    .bg--slate-700 {
        background-color: var(--slate-300)
    }

    .bg--slate-800 {
        background-color: var(--slate-200)
    }

    .bg--slate-900 {
        background-color: var(--slate-100)
    }

    .bg--slate-1000 {
        background-color: var(--slate-50)
    }

    .bg--slate-1100 {
        background-color: var(--slate-25)
    }

    .bg--lighten-0 {
        background-image: linear-gradient(90deg, rgba(var(--color-neutral-lightest-rgb), 0) 100%, rgba(var(--color-neutral-lightest-rgb), 0) 0)
    }

    .bg--darken-0 {
        background-image: linear-gradient(90deg, rgba(var(--color-neutral-darkest-rgb), 0) 100%, rgba(var(--color-neutral-darkest-rgb), 0) 0)
    }

    .bg--lighten-10 {
        background-image: linear-gradient(90deg, rgba(var(--color-neutral-lightest-rgb), .1) 100%, rgba(var(--color-neutral-lightest-rgb), .1) 0)
    }

    .bg--darken-10 {
        background-image: linear-gradient(90deg, rgba(var(--color-neutral-darkest-rgb), .1) 100%, rgba(var(--color-neutral-darkest-rgb), .1) 0)
    }

    .bg--lighten-20 {
        background-image: linear-gradient(90deg, rgba(var(--color-neutral-lightest-rgb), .2) 100%, rgba(var(--color-neutral-lightest-rgb), .2) 0)
    }

    .bg--darken-20 {
        background-image: linear-gradient(90deg, rgba(var(--color-neutral-darkest-rgb), .2) 100%, rgba(var(--color-neutral-darkest-rgb), .2) 0)
    }

    .bg--lighten-30 {
        background-image: linear-gradient(90deg, rgba(var(--color-neutral-lightest-rgb), .3) 100%, rgba(var(--color-neutral-lightest-rgb), .3) 0)
    }

    .bg--darken-30 {
        background-image: linear-gradient(90deg, rgba(var(--color-neutral-darkest-rgb), .3) 100%, rgba(var(--color-neutral-darkest-rgb), .3) 0)
    }

    .bg--lighten-40 {
        background-image: linear-gradient(90deg, rgba(var(--color-neutral-lightest-rgb), .4) 100%, rgba(var(--color-neutral-lightest-rgb), .4) 0)
    }

    .bg--darken-40 {
        background-image: linear-gradient(90deg, rgba(var(--color-neutral-darkest-rgb), .4) 100%, rgba(var(--color-neutral-darkest-rgb), .4) 0)
    }

    .bg--lighten-50 {
        background-image: linear-gradient(90deg, rgba(var(--color-neutral-lightest-rgb), .5) 100%, rgba(var(--color-neutral-lightest-rgb), .5) 0)
    }

    .bg--darken-50 {
        background-image: linear-gradient(90deg, rgba(var(--color-neutral-darkest-rgb), .5) 100%, rgba(var(--color-neutral-darkest-rgb), .5) 0)
    }

    .bg--lighten-60 {
        background-image: linear-gradient(90deg, rgba(var(--color-neutral-lightest-rgb), .6) 100%, rgba(var(--color-neutral-lightest-rgb), .6) 0)
    }

    .bg--darken-60 {
        background-image: linear-gradient(90deg, rgba(var(--color-neutral-darkest-rgb), .6) 100%, rgba(var(--color-neutral-darkest-rgb), .6) 0)
    }

    .bg--lighten-70 {
        background-image: linear-gradient(90deg, rgba(var(--color-neutral-lightest-rgb), .7) 100%, rgba(var(--color-neutral-lightest-rgb), .7) 0)
    }

    .bg--darken-70 {
        background-image: linear-gradient(90deg, rgba(var(--color-neutral-darkest-rgb), .7) 100%, rgba(var(--color-neutral-darkest-rgb), .7) 0)
    }

    .bg--lighten-80 {
        background-image: linear-gradient(90deg, rgba(var(--color-neutral-lightest-rgb), .8) 100%, rgba(var(--color-neutral-lightest-rgb), .8) 0)
    }

    .bg--darken-80 {
        background-image: linear-gradient(90deg, rgba(var(--color-neutral-darkest-rgb), .8) 100%, rgba(var(--color-neutral-darkest-rgb), .8) 0)
    }

    .bg--lighten-90 {
        background-image: linear-gradient(90deg, rgba(var(--color-neutral-lightest-rgb), .9) 100%, rgba(var(--color-neutral-lightest-rgb), .9) 0)
    }

    .bg--darken-90 {
        background-image: linear-gradient(90deg, rgba(var(--color-neutral-darkest-rgb), .9) 100%, rgba(var(--color-neutral-darkest-rgb), .9) 0)
    }

    img.icon {
        display: block
    }

    .icon {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        height: 1rem;
        vertical-align: -3px;
        width: 1rem
    }

    [disabled] .icon {
        opacity: .3
    }

    .icon--xs {
        height: .5rem;
        width: .5rem
    }

    .icon--sm {
        height: .75rem;
        vertical-align: -1px;
        width: .75rem
    }

    .icon--md {
        height: 1.25rem;
        vertical-align: -6px;
        width: 1.25rem
    }

    .icon--lg {
        height: 2rem;
        vertical-align: -11px;
        width: 2rem
    }

    .icon--xl {
        height: 4rem;
        vertical-align: -27px;
        width: 4rem
    }

    .icon--xxl {
        height: 6rem;
        vertical-align: -43px;
        width: 6rem
    }

    .icon--24 {
        height: 1.5rem;
        width: 1.5rem
    }

    .icon--128 {
        height: 8rem;
        width: 8rem
    }

    .icon--disabled {
        opacity: .25
    }

    .icon--messages {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-service-messages'%3E %3Cpath fill='%231d3c0d' d='M6.426 1.7c.888-.663 2.328-.657 3.2 0L16 6.5 8.033 16 0 6.5l6.426-4.8z'/%3E %3Cpath fill='%23dce96d' d='M0 6.5L16 16H0'/%3E %3Cpath fill='%2366a030' d='M16 6.5L0 16h16'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--messages-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-service-messages'%3E %3Cpath fill='%232492a0' d='M6.426 1.7c.888-.663 2.328-.657 3.2 0L16 6.5 8.033 16 0 6.5l6.426-4.8z'/%3E %3Cpath fill='%2366d0dd' d='M0 6.5L16 16H0'/%3E %3Cpath fill='%23e3f6f9' d='M16 6.5L0 16h16'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--messages-closed {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-service-messages-closed'%3E %3Cpath fill='%231b4473' d='M 16 3.25 L 8 8.777 L 0 3.25 Z'/%3E %3Cpath fill='%23d7dee2' d='M 0 3.25 L 16 12.75 L 0 12.75'/%3E %3Cpath fill='%23006dcc' d='M 16 3.25 L 0.01 12.75 L 16 12.75'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--peda {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-service-peda'%3E %3Cpath fill='%23fffde6' d='M9 3h5c2 0 2 2 2 2v8c0 2-2 2-2 2H2c-2 0-2-2-2-2V1h6c1.4 0 2 2 3 2z'/%3E %3Cpath fill='%2300bdd4' d='M2 5h5v5H2z'/%3E %3Ccircle cx='11' cy='7' r='2.5' fill='%23f04'/%3E %3Cpath fill='%23243238' d='M8 7l3 6H5'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--peda-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-service-peda'%3E %3Cpath fill='%23006dcc' d='M9 3h5c2 0 2 2 2 2v8c0 2-2 2-2 2H2c-2 0-2-2-2-2V1h6c1.4 0 2 2 3 2z'/%3E %3Cpath fill='%23fff' d='M2 5h5v5H2z'/%3E %3Ccircle cx='11' cy='7' r='2.5' fill='%23fff'/%3E %3Cpath fill='%23fff' d='M8 7l3 6H5'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--peda-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-service-peda'%3E %3Cpath fill='%23fff' d='M9 3h5c2 0 2 2 2 2v8c0 2-2 2-2 2H2c-2 0-2-2-2-2V1h6c1.4 0 2 2 3 2z'/%3E %3Cpath fill='%23006dcc' d='M2 5h5v5H2z'/%3E %3Ccircle cx='11' cy='7' r='2.5' fill='%23006dcc'/%3E %3Cpath fill='%23006dcc' d='M8 7l3 6H5'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--peda-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-service-peda'%3E %3Cpath fill='%2366d0dd' d='M9 3h5c2 0 2 2 2 2v8c0 2-2 2-2 2H2c-2 0-2-2-2-2V1h6c1.4 0 2 2 3 2z'/%3E %3Cpath fill='%23165961' d='M2 5h5v5H2z'/%3E %3Ccircle cx='11' cy='7' r='2.5' fill='%23165961'/%3E %3Cpath fill='%23165961' d='M8 7l3 6H5'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--peda-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-service-peda'%3E %3Cpath fill='%23ffb400' d='M9 3h5c2 0 2 2 2 2v8c0 2-2 2-2 2H2c-2 0-2-2-2-2V1h6c1.4 0 2 2 3 2z'/%3E %3Cpath fill='%23805a00' d='M2 5h5v5H2z'/%3E %3Ccircle cx='11' cy='7' r='2.5' fill='%23805a00'/%3E %3Cpath fill='%23805a00' d='M8 7l3 6H5'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--scheduler-enhanced {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-scheduler'%3E %3Cpath fill='%23006dcc' d='M2 0h2v2H2zm10 0h2v2h-2z'/%3E %3Cpath fill='%23006dcc' d='M 0,2 0,16 16,16 16,2 0,2 Z m 2,3 12,0 0,9 -12,0 0,-9 z'/%3E %3Cpath fill='%23fff' d='M2 5h12v9H2z'/%3E %3Crect x='9' y='6' width='4' height='4' fill='%23ff6c3b'/%3E %3Crect x='3' y='9' width='4' height='4' fill='%23006dcc'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--scheduler {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-scheduler'%3E %3Cpath fill='%23c5fce8' d='M2 0h2v2H2zm10 0h2v2h-2z'/%3E %3Cpath fill='%23c5fce8' d='M 0,2 0,16 16,16 16,2 0,2 Z m 2,3 12,0 0,9 -12,0 0,-9 z'/%3E %3Cpath fill='%23516e7b' d='M2 5h12v9H2z'/%3E %3Crect x='9' y='6' width='4' height='4' fill='%23c5fce8'/%3E %3Crect x='3' y='9' width='4' height='4' fill='%23c5fce8'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--scheduler-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-scheduler'%3E %3Cpath fill='%23d7dee2' d='M2 0h2v2H2zm10 0h2v2h-2z'/%3E %3Cpath fill='%23d7dee2' d='M 0,2 0,16 16,16 16,2 0,2 Z m 2,3 12,0 0,9 -12,0 0,-9 z'/%3E %3Cpath fill='%23fff' d='M2 5h12v9H2z'/%3E %3Crect x='9' y='6' width='4' height='4' fill='%23d7dee2'/%3E %3Crect x='3' y='9' width='4' height='4' fill='%23d7dee2'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--scheduler-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-scheduler'%3E %3Cpath fill='%238ea4af' d='M2 0h2v2H2zm10 0h2v2h-2z'/%3E %3Cpath fill='%238ea4af' d='M 0,2 0,16 16,16 16,2 0,2 Z m 2,3 12,0 0,9 -12,0 0,-9 z'/%3E %3Cpath fill='%23fff' d='M2 5h12v9H2z'/%3E %3Crect x='9' y='6' width='4' height='4' fill='%238ea4af'/%3E %3Crect x='3' y='9' width='4' height='4' fill='%238ea4af'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--scheduler-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-scheduler'%3E %3Cpath fill='%23006dcc' d='M2 0h2v2H2zm10 0h2v2h-2z'/%3E %3Cpath fill='%23006dcc' d='M 0,2 0,16 16,16 16,2 0,2 Z m 2,3 12,0 0,9 -12,0 0,-9 z'/%3E %3Cpath fill='%23fff' d='M2 5h12v9H2z'/%3E %3Crect x='9' y='6' width='4' height='4' fill='%23006dcc'/%3E %3Crect x='3' y='9' width='4' height='4' fill='%23006dcc'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--scheduler-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-scheduler'%3E %3Cpath fill='%2366d0dd' d='M2 0h2v2H2zm10 0h2v2h-2z'/%3E %3Cpath fill='%2366d0dd' d='M 0,2 0,16 16,16 16,2 0,2 Z m 2,3 12,0 0,9 -12,0 0,-9 z'/%3E %3Cpath fill='transparent' d='M2 5h12v9H2z'/%3E %3Crect x='9' y='6' width='4' height='4' fill='%2366d0dd'/%3E %3Crect x='3' y='9' width='4' height='4' fill='%2366d0dd'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--scheduler-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-scheduler'%3E %3Cpath fill='%23ffb400' d='M2 0h2v2H2zm10 0h2v2h-2z'/%3E %3Cpath fill='%23ffb400' d='M 0,2 0,16 16,16 16,2 0,2 Z m 2,3 12,0 0,9 -12,0 0,-9 z'/%3E %3Cpath fill='transparent' d='M2 5h12v9H2z'/%3E %3Crect x='9' y='6' width='4' height='4' fill='%23ffb400'/%3E %3Crect x='3' y='9' width='4' height='4' fill='%23ffb400'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--scheduler-menu-2 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-scheduler'%3E %3Cpath fill='%2343497d' d='M2 0h2v2H2zm10 0h2v2h-2z'/%3E %3Cpath fill='%2343497d' d='M 0,2 0,16 16,16 16,2 0,2 Z m 2,3 12,0 0,9 -12,0 0,-9 z'/%3E %3Cpath fill='transparent' d='M2 5h12v9H2z'/%3E %3Crect x='9' y='6' width='4' height='4' fill='%2343497d'/%3E %3Crect x='3' y='9' width='4' height='4' fill='%2343497d'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--cdt {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-service-cdt'%3E %3Cpath fill-rule='evenodd' d='M13.9999732,1.00002251 C14.5529003,1.00367456 15,1.45120508 15,2.00748397 L15,14.992516 C15,15.5489341 14.5500512,16 13.9931545,16 L2.00684547,16 C1.45325828,16 1.00402006,15.5550723 1.00002683,14.9999775 C1.00229793,14.9999925 1.00457082,15 1.00684547,15 L12.9931545,15 C13.5500512,15 14,14.5489341 14,13.992516 L14,1.00748397 C14,1.00499463 13.999991,1.00250747 13.9999732,1.00002251 Z' fill='%23000'/%3E %3Crect width='13' height='14' x='1' y='1' rx='1' fill-rule='evenodd' fill='%23dcefde'/%3E %3Crect width='13' height='14' rx='1' fill-rule='evenodd' fill='%2366a03a'/%3E %3Crect width='9' height='5' x='2' y='3' fill-rule='evenodd' fill='%23fff'/%3E %3Crect width='7' height='1' x='3' y='4' fill-rule='evenodd' fill='%23b7c8d2'/%3E %3Crect width='5' height='1' x='4' y='6' fill-rule='evenodd' fill='%23b7c8d2'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--cdt-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-service-cdt'%3E %3Cpath fill-rule='evenodd' d='M13.9999732,1.00002251 C14.5529003,1.00367456 15,1.45120508 15,2.00748397 L15,14.992516 C15,15.5489341 14.5500512,16 13.9931545,16 L2.00684547,16 C1.45325828,16 1.00402006,15.5550723 1.00002683,14.9999775 C1.00229793,14.9999925 1.00457082,15 1.00684547,15 L12.9931545,15 C13.5500512,15 14,14.5489341 14,13.992516 L14,1.00748397 C14,1.00499463 13.999991,1.00250747 13.9999732,1.00002251 Z' fill='%230c3338'/%3E %3Crect width='13' height='14' x='1' y='1' rx='1' fill-rule='evenodd' fill='%23fff'/%3E %3Crect width='13' height='14' rx='1' fill-rule='evenodd' fill='%2366d0dd'/%3E %3Crect width='9' height='5' x='2' y='3' fill-rule='evenodd' fill='%23fff'/%3E %3Crect width='7' height='1' x='3' y='4' fill-rule='evenodd' fill='%2328a5b5'/%3E %3Crect width='5' height='1' x='4' y='6' fill-rule='evenodd' fill='%2328a5b5'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--cdt-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-service-cdt'%3E %3Cpath fill-rule='evenodd' d='M13.9999732,1.00002251 C14.5529003,1.00367456 15,1.45120508 15,2.00748397 L15,14.992516 C15,15.5489341 14.5500512,16 13.9931545,16 L2.00684547,16 C1.45325828,16 1.00402006,15.5550723 1.00002683,14.9999775 C1.00229793,14.9999925 1.00457082,15 1.00684547,15 L12.9931545,15 C13.5500512,15 14,14.5489341 14,13.992516 L14,1.00748397 C14,1.00499463 13.999991,1.00250747 13.9999732,1.00002251 Z' fill='%23664800'/%3E %3Crect width='13' height='14' x='1' y='1' rx='1' fill-rule='evenodd' fill='%23fff'/%3E %3Crect width='13' height='14' rx='1' fill-rule='evenodd' fill='%23ffb400'/%3E %3Crect width='9' height='5' x='2' y='3' fill-rule='evenodd' fill='%23fff'/%3E %3Crect width='7' height='1' x='3' y='4' fill-rule='evenodd' fill='%23996c00'/%3E %3Crect width='5' height='1' x='4' y='6' fill-rule='evenodd' fill='%23996c00'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--stage {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-stage'%3E %3Cpath fill='%23ffc500' fill-rule='evenodd' d='M8,16 C3.581722,16 0,12.418278 0,8 C0,3.581722 3.581722,0 8,0 C12.418278,0 16,3.581722 16,8 C16,12.418278 12.418278,16 8,16 Z M4.266,11.32 C4.266,11.786669 4.60199664,12.2066648 5.274,12.58 C5.94600336,12.9533352 6.73466214,13.14 7.64,13.14 C8.68533856,13.14 9.52999678,12.8670027 10.174,12.321 C10.8180032,11.7749973 11.14,11.0120049 11.14,10.032 C11.14,9.48133058 11.0303344,8.99133548 10.811,8.562 C10.5916656,8.13266452 10.3186683,7.79900119 9.992,7.561 C9.6653317,7.32299881 9.30833527,7.10366767 8.921,6.903 C8.53366473,6.70233233 8.1766683,6.53900063 7.85,6.413 C7.5233317,6.28699937 7.25033443,6.13533422 7.031,5.958 C6.81166557,5.78066578 6.702,5.58466774 6.702,5.37 C6.702,5.1366655 6.8186655,4.93833415 7.052,4.775 C7.2853345,4.61166585 7.635331,4.53 8.102,4.53 C8.54066886,4.53 8.94199818,4.61866578 9.306,4.796 C9.67000182,4.97333422 9.90799944,5.062 10.02,5.062 C10.290668,5.062 10.5029992,4.93133464 10.657,4.67 C10.8110008,4.40866536 10.888,4.15666788 10.888,3.914 C10.888,3.66199874 10.783001,3.44733422 10.573,3.27 C10.3629989,3.09266578 10.092335,2.96433373 9.761,2.885 C9.42966501,2.80566627 9.13100133,2.75200014 8.865,2.724 C8.59899867,2.69599986 8.34466788,2.682 8.102,2.682 C7.11266172,2.682 6.2680035,2.92233093 5.568,3.403 C4.8679965,3.88366907 4.518,4.60932848 4.518,5.58 C4.518,6.1866697 4.66966515,6.70933114 4.973,7.148 C5.27633485,7.58666886 5.64733114,7.92499881 6.086,8.163 C6.52466886,8.40100119 6.96099783,8.61566571 7.395,8.807 C7.82900217,8.99833429 8.19766515,9.2106655 8.501,9.444 C8.80433485,9.6773345 8.956,9.94799846 8.956,10.256 C8.956,10.5640015 8.82066802,10.7949992 8.55,10.949 C8.27933198,11.1030008 7.96200182,11.18 7.598,11.18 C7.30866522,11.18 7.03333464,11.1263339 6.772,11.019 C6.51066536,10.9116661 6.30766739,10.7926673 6.163,10.662 C6.01833261,10.5313327 5.85966753,10.4123339 5.687,10.305 C5.51433247,10.1976661 5.3580007,10.144 5.218,10.144 C4.96599874,10.144 4.74433429,10.2746654 4.553,10.536 C4.36166571,10.7973346 4.266,11.0586654 4.266,11.32 Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--stage-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-stage'%3E %3Cpath fill='%238ea4af' fill-rule='evenodd' d='M8,16 C3.581722,16 0,12.418278 0,8 C0,3.581722 3.581722,0 8,0 C12.418278,0 16,3.581722 16,8 C16,12.418278 12.418278,16 8,16 Z M4.266,11.32 C4.266,11.786669 4.60199664,12.2066648 5.274,12.58 C5.94600336,12.9533352 6.73466214,13.14 7.64,13.14 C8.68533856,13.14 9.52999678,12.8670027 10.174,12.321 C10.8180032,11.7749973 11.14,11.0120049 11.14,10.032 C11.14,9.48133058 11.0303344,8.99133548 10.811,8.562 C10.5916656,8.13266452 10.3186683,7.79900119 9.992,7.561 C9.6653317,7.32299881 9.30833527,7.10366767 8.921,6.903 C8.53366473,6.70233233 8.1766683,6.53900063 7.85,6.413 C7.5233317,6.28699937 7.25033443,6.13533422 7.031,5.958 C6.81166557,5.78066578 6.702,5.58466774 6.702,5.37 C6.702,5.1366655 6.8186655,4.93833415 7.052,4.775 C7.2853345,4.61166585 7.635331,4.53 8.102,4.53 C8.54066886,4.53 8.94199818,4.61866578 9.306,4.796 C9.67000182,4.97333422 9.90799944,5.062 10.02,5.062 C10.290668,5.062 10.5029992,4.93133464 10.657,4.67 C10.8110008,4.40866536 10.888,4.15666788 10.888,3.914 C10.888,3.66199874 10.783001,3.44733422 10.573,3.27 C10.3629989,3.09266578 10.092335,2.96433373 9.761,2.885 C9.42966501,2.80566627 9.13100133,2.75200014 8.865,2.724 C8.59899867,2.69599986 8.34466788,2.682 8.102,2.682 C7.11266172,2.682 6.2680035,2.92233093 5.568,3.403 C4.8679965,3.88366907 4.518,4.60932848 4.518,5.58 C4.518,6.1866697 4.66966515,6.70933114 4.973,7.148 C5.27633485,7.58666886 5.64733114,7.92499881 6.086,8.163 C6.52466886,8.40100119 6.96099783,8.61566571 7.395,8.807 C7.82900217,8.99833429 8.19766515,9.2106655 8.501,9.444 C8.80433485,9.6773345 8.956,9.94799846 8.956,10.256 C8.956,10.5640015 8.82066802,10.7949992 8.55,10.949 C8.27933198,11.1030008 7.96200182,11.18 7.598,11.18 C7.30866522,11.18 7.03333464,11.1263339 6.772,11.019 C6.51066536,10.9116661 6.30766739,10.7926673 6.163,10.662 C6.01833261,10.5313327 5.85966753,10.4123339 5.687,10.305 C5.51433247,10.1976661 5.3580007,10.144 5.218,10.144 C4.96599874,10.144 4.74433429,10.2746654 4.553,10.536 C4.36166571,10.7973346 4.266,11.0586654 4.266,11.32 Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--stage-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-stage'%3E %3Cpath fill='%23d7dee2' fill-rule='evenodd' d='M8,16 C3.581722,16 0,12.418278 0,8 C0,3.581722 3.581722,0 8,0 C12.418278,0 16,3.581722 16,8 C16,12.418278 12.418278,16 8,16 Z M4.266,11.32 C4.266,11.786669 4.60199664,12.2066648 5.274,12.58 C5.94600336,12.9533352 6.73466214,13.14 7.64,13.14 C8.68533856,13.14 9.52999678,12.8670027 10.174,12.321 C10.8180032,11.7749973 11.14,11.0120049 11.14,10.032 C11.14,9.48133058 11.0303344,8.99133548 10.811,8.562 C10.5916656,8.13266452 10.3186683,7.79900119 9.992,7.561 C9.6653317,7.32299881 9.30833527,7.10366767 8.921,6.903 C8.53366473,6.70233233 8.1766683,6.53900063 7.85,6.413 C7.5233317,6.28699937 7.25033443,6.13533422 7.031,5.958 C6.81166557,5.78066578 6.702,5.58466774 6.702,5.37 C6.702,5.1366655 6.8186655,4.93833415 7.052,4.775 C7.2853345,4.61166585 7.635331,4.53 8.102,4.53 C8.54066886,4.53 8.94199818,4.61866578 9.306,4.796 C9.67000182,4.97333422 9.90799944,5.062 10.02,5.062 C10.290668,5.062 10.5029992,4.93133464 10.657,4.67 C10.8110008,4.40866536 10.888,4.15666788 10.888,3.914 C10.888,3.66199874 10.783001,3.44733422 10.573,3.27 C10.3629989,3.09266578 10.092335,2.96433373 9.761,2.885 C9.42966501,2.80566627 9.13100133,2.75200014 8.865,2.724 C8.59899867,2.69599986 8.34466788,2.682 8.102,2.682 C7.11266172,2.682 6.2680035,2.92233093 5.568,3.403 C4.8679965,3.88366907 4.518,4.60932848 4.518,5.58 C4.518,6.1866697 4.66966515,6.70933114 4.973,7.148 C5.27633485,7.58666886 5.64733114,7.92499881 6.086,8.163 C6.52466886,8.40100119 6.96099783,8.61566571 7.395,8.807 C7.82900217,8.99833429 8.19766515,9.2106655 8.501,9.444 C8.80433485,9.6773345 8.956,9.94799846 8.956,10.256 C8.956,10.5640015 8.82066802,10.7949992 8.55,10.949 C8.27933198,11.1030008 7.96200182,11.18 7.598,11.18 C7.30866522,11.18 7.03333464,11.1263339 6.772,11.019 C6.51066536,10.9116661 6.30766739,10.7926673 6.163,10.662 C6.01833261,10.5313327 5.85966753,10.4123339 5.687,10.305 C5.51433247,10.1976661 5.3580007,10.144 5.218,10.144 C4.96599874,10.144 4.74433429,10.2746654 4.553,10.536 C4.36166571,10.7973346 4.266,11.0586654 4.266,11.32 Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--espace-collab {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-collab'%3E %3Cpath id='p1' fill-rule='evenodd' d='M14 3h2v13l-3.8-3h-10l2.5-2H14' fill='%23227670'/%3E %3Cpath id='p2' fill-rule='evenodd' d='M13 10V0H0v13l3.8-3' fill='%2300ffed'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--espace-collab-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-collab'%3E %3Cpath id='p1' fill-rule='evenodd' d='M14 3h2v13l-3.8-3h-10l2.5-2H14' fill='%2328a5b5'/%3E %3Cpath id='p2' fill-rule='evenodd' d='M13 10V0H0v13l3.8-3' fill='%2366d0dd'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--espace-collab-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-collab'%3E %3Cpath id='p1' fill-rule='evenodd' d='M14 3h2v13l-3.8-3h-10l2.5-2H14' fill='%23996c00'/%3E %3Cpath id='p2' fill-rule='evenodd' d='M13 10V0H0v13l3.8-3' fill='%23ffb400'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--plug-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-plug'%3E %3Cpath fill='%23516e7b' d='M6.8543385 5.3333333H9.386636c.3858541 0 .733644.1620455.978292.4214278.224391.2286243.362656.5412016.362656.885889 0 .00429-.000021.00857-.000064.012846.000043.00439.000064.00878.000064.013171v2.5634097c.118635.2493449.313881.3740173.58574.3740173.650558 0 .992258-1.421816 2.524826-1.421816S16 9.3900122 16 10.4801084c0 1.090096-.710968 2.217965-2.16185 2.217965-1.450883 0-1.876892-1.170675-2.524826-1.170675-.271696 0-.466943.118168-.58574.354503v2.784766C10.727584 15.403046 10.127221 16 9.386636 16H1.340948c-.71683867 0-1.30230322-.559285-1.33911142-1.262944.00121933-.02331.00183659-.04678.00183659-.07039v-2.243222c.04548576-.597365.28420643-.896047.71616199-.896047.64793334 0 1.07394284 1.170675 2.52482544 1.170675 1.4508825 0 2.1618502-1.127869 2.1618502-2.217965 0-1.0900962-.6292821-2.2978303-2.1618502-2.2978303s-1.874268 1.421816-2.52482544 1.421816c-.43370494 0-.67242561-.3173009-.71616199-.9519029V6.7376344C.00123913 6.705624 0 6.6732809 0 6.6406501c0-.3446874.13826485-.6572647.36265552-.885889.24464819-.2593823.59243839-.4214278.97829248-.4214278h2.2938961c.4402044-.0907007.6603066-.3151245.6603066-.6732713 0-.6468631-1.429936-.9866227-1.429936-2.510488C2.8652147.62570874 4.0798462 0 5.1761677 0s2.2306321.70693044 2.2306321 2.149574c0 1.4426436-1.1773611 1.866234-1.1773611 2.510488 0 .3576588.2082999.5820826.6248998.6732713z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--plug-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-plug'%3E %3Cpath fill='%238ea4af' d='M6.8543385 5.3333333H9.386636c.3858541 0 .733644.1620455.978292.4214278.224391.2286243.362656.5412016.362656.885889 0 .00429-.000021.00857-.000064.012846.000043.00439.000064.00878.000064.013171v2.5634097c.118635.2493449.313881.3740173.58574.3740173.650558 0 .992258-1.421816 2.524826-1.421816S16 9.3900122 16 10.4801084c0 1.090096-.710968 2.217965-2.16185 2.217965-1.450883 0-1.876892-1.170675-2.524826-1.170675-.271696 0-.466943.118168-.58574.354503v2.784766C10.727584 15.403046 10.127221 16 9.386636 16H1.340948c-.71683867 0-1.30230322-.559285-1.33911142-1.262944.00121933-.02331.00183659-.04678.00183659-.07039v-2.243222c.04548576-.597365.28420643-.896047.71616199-.896047.64793334 0 1.07394284 1.170675 2.52482544 1.170675 1.4508825 0 2.1618502-1.127869 2.1618502-2.217965 0-1.0900962-.6292821-2.2978303-2.1618502-2.2978303s-1.874268 1.421816-2.52482544 1.421816c-.43370494 0-.67242561-.3173009-.71616199-.9519029V6.7376344C.00123913 6.705624 0 6.6732809 0 6.6406501c0-.3446874.13826485-.6572647.36265552-.885889.24464819-.2593823.59243839-.4214278.97829248-.4214278h2.2938961c.4402044-.0907007.6603066-.3151245.6603066-.6732713 0-.6468631-1.429936-.9866227-1.429936-2.510488C2.8652147.62570874 4.0798462 0 5.1761677 0s2.2306321.70693044 2.2306321 2.149574c0 1.4426436-1.1773611 1.866234-1.1773611 2.510488 0 .3576588.2082999.5820826.6248998.6732713z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--plug-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-plug'%3E %3Cpath fill='%23d7dee2' d='M6.8543385 5.3333333H9.386636c.3858541 0 .733644.1620455.978292.4214278.224391.2286243.362656.5412016.362656.885889 0 .00429-.000021.00857-.000064.012846.000043.00439.000064.00878.000064.013171v2.5634097c.118635.2493449.313881.3740173.58574.3740173.650558 0 .992258-1.421816 2.524826-1.421816S16 9.3900122 16 10.4801084c0 1.090096-.710968 2.217965-2.16185 2.217965-1.450883 0-1.876892-1.170675-2.524826-1.170675-.271696 0-.466943.118168-.58574.354503v2.784766C10.727584 15.403046 10.127221 16 9.386636 16H1.340948c-.71683867 0-1.30230322-.559285-1.33911142-1.262944.00121933-.02331.00183659-.04678.00183659-.07039v-2.243222c.04548576-.597365.28420643-.896047.71616199-.896047.64793334 0 1.07394284 1.170675 2.52482544 1.170675 1.4508825 0 2.1618502-1.127869 2.1618502-2.217965 0-1.0900962-.6292821-2.2978303-2.1618502-2.2978303s-1.874268 1.421816-2.52482544 1.421816c-.43370494 0-.67242561-.3173009-.71616199-.9519029V6.7376344C.00123913 6.705624 0 6.6732809 0 6.6406501c0-.3446874.13826485-.6572647.36265552-.885889.24464819-.2593823.59243839-.4214278.97829248-.4214278h2.2938961c.4402044-.0907007.6603066-.3151245.6603066-.6732713 0-.6468631-1.429936-.9866227-1.429936-2.510488C2.8652147.62570874 4.0798462 0 5.1761677 0s2.2306321.70693044 2.2306321 2.149574c0 1.4426436-1.1773611 1.866234-1.1773611 2.510488 0 .3576588.2082999.5820826.6248998.6732713z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--plug-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-plug'%3E %3Cpath fill='%23006dcc' d='M6.8543385 5.3333333H9.386636c.3858541 0 .733644.1620455.978292.4214278.224391.2286243.362656.5412016.362656.885889 0 .00429-.000021.00857-.000064.012846.000043.00439.000064.00878.000064.013171v2.5634097c.118635.2493449.313881.3740173.58574.3740173.650558 0 .992258-1.421816 2.524826-1.421816S16 9.3900122 16 10.4801084c0 1.090096-.710968 2.217965-2.16185 2.217965-1.450883 0-1.876892-1.170675-2.524826-1.170675-.271696 0-.466943.118168-.58574.354503v2.784766C10.727584 15.403046 10.127221 16 9.386636 16H1.340948c-.71683867 0-1.30230322-.559285-1.33911142-1.262944.00121933-.02331.00183659-.04678.00183659-.07039v-2.243222c.04548576-.597365.28420643-.896047.71616199-.896047.64793334 0 1.07394284 1.170675 2.52482544 1.170675 1.4508825 0 2.1618502-1.127869 2.1618502-2.217965 0-1.0900962-.6292821-2.2978303-2.1618502-2.2978303s-1.874268 1.421816-2.52482544 1.421816c-.43370494 0-.67242561-.3173009-.71616199-.9519029V6.7376344C.00123913 6.705624 0 6.6732809 0 6.6406501c0-.3446874.13826485-.6572647.36265552-.885889.24464819-.2593823.59243839-.4214278.97829248-.4214278h2.2938961c.4402044-.0907007.6603066-.3151245.6603066-.6732713 0-.6468631-1.429936-.9866227-1.429936-2.510488C2.8652147.62570874 4.0798462 0 5.1761677 0s2.2306321.70693044 2.2306321 2.149574c0 1.4426436-1.1773611 1.866234-1.1773611 2.510488 0 .3576588.2082999.5820826.6248998.6732713z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--notebook {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg fill='none' fill-rule='evenodd' id='icon-notebook'%3E %3Cpath fill='%23243238' class='couverture-derniere' d='M2 0h13c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H2V0z'/%3E %3Cpath fill='%238ea4af' class='couverture-premiere' d='M1 0h13c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H1V0z'/%3E %3Cpath fill='%23516e7b' class='tranche' d='M1 0h2v16H1z'/%3E %3Cpath fill='%23243238' class='tranche-agraffes' d='M1 2h2v1H1zm0 3h2v1H1zm0 3h2v1H1zm0 3h2v1H1zm0 3h2v1H1z'/%3E %3Cpath fill='%23fff' class='titre' d='M6 11h6v1H6zm1 2h4v1H7z'/%3E %3Ccircle fill='%23fff' class='illustration' cx='9' cy='6' r='3'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--notebook-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg fill='none' fill-rule='evenodd' id='icon-notebook'%3E %3Cpath fill='%230c1f35' class='couverture-derniere' d='M2 0h13c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H2V0z'/%3E %3Cpath fill='%23006dcc' class='couverture-premiere' d='M1 0h13c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H1V0z'/%3E %3Cpath fill='%231b4473' class='tranche' d='M1 0h2v16H1z'/%3E %3Cpath fill='%23112c4a' class='tranche-agraffes' d='M1 2h2v1H1zm0 3h2v1H1zm0 3h2v1H1zm0 3h2v1H1zm0 3h2v1H1z'/%3E %3Cpath fill='%23fff' class='titre' d='M6 11h6v1H6zm1 2h4v1H7z'/%3E %3Ccircle fill='%23fff' class='illustration' cx='9' cy='6' r='3'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--notebook-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg fill='none' fill-rule='evenodd' id='icon-notebook'%3E %3Cpath fill='%23060809' class='couverture-derniere' d='M2 0h13c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H2V0z'/%3E %3Cpath fill='%238ea4af' class='couverture-premiere' d='M1 0h13c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H1V0z'/%3E %3Cpath fill='%23516e7b' class='tranche' d='M1 0h2v16H1z'/%3E %3Cpath fill='%23060809' class='tranche-agraffes' d='M1 2h2v1H1zm0 3h2v1H1zm0 3h2v1H1zm0 3h2v1H1zm0 3h2v1H1z'/%3E %3Cpath fill='%23fff' class='titre' d='M6 11h6v1H6zm1 2h4v1H7z'/%3E %3Ccircle fill='%23fff' class='illustration' cx='9' cy='6' r='3'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--notebook-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg fill='none' fill-rule='evenodd' id='icon-notebook'%3E %3Cpath fill='%238ea4af' class='couverture-derniere' d='M2 0h13c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H2V0z'/%3E %3Cpath fill='%23d7dee2' class='couverture-premiere' d='M1 0h13c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H1V0z'/%3E %3Cpath fill='%238ea4af' class='tranche' d='M1 0h2v16H1z'/%3E %3Cpath fill='%23d7dee2' class='tranche-agraffes' d='M1 2h2v1H1zm0 3h2v1H1zm0 3h2v1H1zm0 3h2v1H1zm0 3h2v1H1z'/%3E %3Cpath fill='%23fff' class='titre' d='M6 11h6v1H6zm1 2h4v1H7z'/%3E %3Ccircle fill='%23fff' class='illustration' cx='9' cy='6' r='3'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--notebook-comp-lighter {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg fill='none' fill-rule='evenodd' id='icon-notebook'%3E %3Cpath fill='%23d7dee2' class='couverture-derniere' d='M2 0h13c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H2V0z'/%3E %3Cpath fill='%23f3f5f6' class='couverture-premiere' d='M1 0h13c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H1V0z'/%3E %3Cpath fill='%23d7dee2' class='tranche' d='M1 0h2v16H1z'/%3E %3Cpath fill='%23f3f5f6' class='tranche-agraffes' d='M1 2h2v1H1zm0 3h2v1H1zm0 3h2v1H1zm0 3h2v1H1zm0 3h2v1H1z'/%3E %3Cpath fill='%23fff' class='titre' d='M6 11h6v1H6zm1 2h4v1H7z'/%3E %3Ccircle fill='%23fff' class='illustration' cx='9' cy='6' r='3'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--notebook-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg fill='none' fill-rule='evenodd' id='icon-notebook'%3E %3Cpath fill='%23165961' class='couverture-derniere' d='M2 0h13c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H2V0z'/%3E %3Cpath fill='%2366d0dd' class='couverture-premiere' d='M1 0h13c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H1V0z'/%3E %3Cpath fill='%2366d0dd' class='tranche' d='M1 0h2v16H1z'/%3E %3Cpath fill='%23165961' class='tranche-agraffes' d='M1 2h2v1H1zm0 3h2v1H1zm0 3h2v1H1zm0 3h2v1H1zm0 3h2v1H1z'/%3E %3Cpath fill='%23fff' class='titre' d='M6 11h6v1H6zm1 2h4v1H7z'/%3E %3Ccircle fill='%23fff' class='illustration' cx='9' cy='6' r='3'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--notebook-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg fill='none' fill-rule='evenodd' id='icon-notebook'%3E %3Cpath fill='%23332400' class='couverture-derniere' d='M2 0h13c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H2V0z'/%3E %3Cpath fill='%23ffb400' class='couverture-premiere' d='M1 0h13c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H1V0z'/%3E %3Cpath fill='%23ffb400' class='tranche' d='M1 0h2v16H1z'/%3E %3Cpath fill='%23332400' class='tranche-agraffes' d='M1 2h2v1H1zm0 3h2v1H1zm0 3h2v1H1zm0 3h2v1H1zm0 3h2v1H1z'/%3E %3Cpath fill='%23fff' class='titre' d='M6 11h6v1H6zm1 2h4v1H7z'/%3E %3Ccircle fill='%23fff' class='illustration' cx='9' cy='6' r='3'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--files {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-service-files'%3E %3Cpath fill='%23e8900d' fill-stroke='inherit' d='m 8.7,3.367 h 5.802 C 15.329,3.367 16,3.992 16,4.763 v 8.84 C 16,14.375 15.333,15 14.502,15 H 1.498 C 0.67,15 0,14.375 0,13.603 V 2.43 C 0,1.916 0.447,1.5 1,1.5 h 5 c 1.373,0 1.505,1.867 2.7,1.867z'/%3E %3Crect width='15' height='10' x='.5' y='4' fill='%23fff' rx='3'/%3E %3Crect width='15' height='9.5' x='.5' y='5' fill='%23f0f4f6' rx='1'/%3E %3Cpath fill='%23f1c41a' d='m 3,5.5 10,0 c 1.662,0 3,1.338 3,3 l 0,5.10699 C 16,14.375 15.332031,15 14.502515,15 L 1.492187,15 C 0.671875,15 0,14.375 0,13.60156 L 0,8.5 c 0,-1.662 1.338,-3 3,-3 z' fill-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--help-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-help-rounded'%3E %3Ccircle cx='8' cy='8' r='6' fill-rule='evenodd' fill='%23006dcc'/%3E %3Cpath fill-rule='evenodd' d='M8 0a8 8 0 00-8 8 8 8 0 008 8 8 8 0 008-8 8 8 0 00-8-8zm.0996094 3.25c.6 0 1.1610937.1000781 1.6210937.3300781.4699999.23.8396099.5299219 1.0996089.9199219.25.4.378907.8195313.378907 1.2695312 0 .3600001-.07875.6811719-.21875.9511719-.15.27-.319531.4992188-.519531.6992188-.2.2-.5600786.53-1.0800786 1-.15.12-.2615625.2398437-.3515625.3398437-.1.1-.1492188.1995313-.1992188.2695313l-.0996093.25-.0996094.4316406c-.08.5000005-.33.6992185-.75.6992185-.22 0-.4005469-.049218-.5605469-.199218-.15-.130001-.2207031-.3508599-.2207031-.6308599 0-.36.0501562-.6696875.1601562-.9296875.1-.26.2594531-.5011719.4394532-.7011718C7.8792187 7.7492187 8.1294531 7.55 8.4394531 7.25c.27-.22.4600782-.3995313.5800781-.5195312.12-.1.2307813-.2403907.3007813-.4003907.1-.14.1289063-.3007031.1289063-.4707031 0-.36-.1189063-.6489063-.3789063-.8789062-.25-.2300001-.5707031-.3496094-.9707031-.3496094-.47 0-.7992969.0998437-1.0292969.3398437-.22.24-.4005469.5790625-.5605469 1.0390625-.1.48-.3988281.7207031-.7988281.7207032-.2 0-.4015625-.0997657-.6015625-.2597657-.12-.17-.1992188-.3507812-.1992188-.5507812l-.0605468-.0195313c0-.4.1303906-.8204687.4003906-1.2304687.25-.4.6191406-.7495313 1.1191406-1.0195313.5-.27 1.0704688-.4003906 1.7304688-.4003906zm-.1503906 7.699219c.2599999 0 .4999218.10125.6699218.28125.18.18.2714844.399922.2714844.669922 0 .3-.1007812.529218-.3007812.699218-.1924512.163584-.3883721.240269-.6699219.246094.010202.00025.01903.003906.0292969.003906H7.890625c.0113233 0 .0182531-.003677.0292969-.003906-.2481561-.006083-.4774985-.082807-.6503907-.246094-.2-.17-.2988281-.399218-.2988281-.699218 0-.27.0988281-.499922.2988281-.669922.18-.2.3996876-.28125.6796876-.28125z' fill='%23fff'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--help-invert-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-help-rounded'%3E %3Ccircle cx='8' cy='8' r='6' fill-rule='evenodd' fill='%23fff'/%3E %3Cpath fill-rule='evenodd' d='M8 0a8 8 0 00-8 8 8 8 0 008 8 8 8 0 008-8 8 8 0 00-8-8zm.0996094 3.25c.6 0 1.1610937.1000781 1.6210937.3300781.4699999.23.8396099.5299219 1.0996089.9199219.25.4.378907.8195313.378907 1.2695312 0 .3600001-.07875.6811719-.21875.9511719-.15.27-.319531.4992188-.519531.6992188-.2.2-.5600786.53-1.0800786 1-.15.12-.2615625.2398437-.3515625.3398437-.1.1-.1492188.1995313-.1992188.2695313l-.0996093.25-.0996094.4316406c-.08.5000005-.33.6992185-.75.6992185-.22 0-.4005469-.049218-.5605469-.199218-.15-.130001-.2207031-.3508599-.2207031-.6308599 0-.36.0501562-.6696875.1601562-.9296875.1-.26.2594531-.5011719.4394532-.7011718C7.8792187 7.7492187 8.1294531 7.55 8.4394531 7.25c.27-.22.4600782-.3995313.5800781-.5195312.12-.1.2307813-.2403907.3007813-.4003907.1-.14.1289063-.3007031.1289063-.4707031 0-.36-.1189063-.6489063-.3789063-.8789062-.25-.2300001-.5707031-.3496094-.9707031-.3496094-.47 0-.7992969.0998437-1.0292969.3398437-.22.24-.4005469.5790625-.5605469 1.0390625-.1.48-.3988281.7207031-.7988281.7207032-.2 0-.4015625-.0997657-.6015625-.2597657-.12-.17-.1992188-.3507812-.1992188-.5507812l-.0605468-.0195313c0-.4.1303906-.8204687.4003906-1.2304687.25-.4.6191406-.7495313 1.1191406-1.0195313.5-.27 1.0704688-.4003906 1.7304688-.4003906zm-.1503906 7.699219c.2599999 0 .4999218.10125.6699218.28125.18.18.2714844.399922.2714844.669922 0 .3-.1007812.529218-.3007812.699218-.1924512.163584-.3883721.240269-.6699219.246094.010202.00025.01903.003906.0292969.003906H7.890625c.0113233 0 .0182531-.003677.0292969-.003906-.2481561-.006083-.4774985-.082807-.6503907-.246094-.2-.17-.2988281-.399218-.2988281-.699218 0-.27.0988281-.499922.2988281-.669922.18-.2.3996876-.28125.6796876-.28125z' fill='%23006dcc'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--help-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-help-rounded'%3E %3Ccircle cx='8' cy='8' r='6' fill-rule='evenodd' fill='%2366d0dd'/%3E %3Cpath fill-rule='evenodd' d='M8 0a8 8 0 00-8 8 8 8 0 008 8 8 8 0 008-8 8 8 0 00-8-8zm.0996094 3.25c.6 0 1.1610937.1000781 1.6210937.3300781.4699999.23.8396099.5299219 1.0996089.9199219.25.4.378907.8195313.378907 1.2695312 0 .3600001-.07875.6811719-.21875.9511719-.15.27-.319531.4992188-.519531.6992188-.2.2-.5600786.53-1.0800786 1-.15.12-.2615625.2398437-.3515625.3398437-.1.1-.1492188.1995313-.1992188.2695313l-.0996093.25-.0996094.4316406c-.08.5000005-.33.6992185-.75.6992185-.22 0-.4005469-.049218-.5605469-.199218-.15-.130001-.2207031-.3508599-.2207031-.6308599 0-.36.0501562-.6696875.1601562-.9296875.1-.26.2594531-.5011719.4394532-.7011718C7.8792187 7.7492187 8.1294531 7.55 8.4394531 7.25c.27-.22.4600782-.3995313.5800781-.5195312.12-.1.2307813-.2403907.3007813-.4003907.1-.14.1289063-.3007031.1289063-.4707031 0-.36-.1189063-.6489063-.3789063-.8789062-.25-.2300001-.5707031-.3496094-.9707031-.3496094-.47 0-.7992969.0998437-1.0292969.3398437-.22.24-.4005469.5790625-.5605469 1.0390625-.1.48-.3988281.7207031-.7988281.7207032-.2 0-.4015625-.0997657-.6015625-.2597657-.12-.17-.1992188-.3507812-.1992188-.5507812l-.0605468-.0195313c0-.4.1303906-.8204687.4003906-1.2304687.25-.4.6191406-.7495313 1.1191406-1.0195313.5-.27 1.0704688-.4003906 1.7304688-.4003906zm-.1503906 7.699219c.2599999 0 .4999218.10125.6699218.28125.18.18.2714844.399922.2714844.669922 0 .3-.1007812.529218-.3007812.699218-.1924512.163584-.3883721.240269-.6699219.246094.010202.00025.01903.003906.0292969.003906H7.890625c.0113233 0 .0182531-.003677.0292969-.003906-.2481561-.006083-.4774985-.082807-.6503907-.246094-.2-.17-.2988281-.399218-.2988281-.699218 0-.27.0988281-.499922.2988281-.669922.18-.2.3996876-.28125.6796876-.28125z' fill='%2343497d'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--pdf-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-pdf-file'%3E %3Cpath fill='%238ea4af' d='M10.3 0H0v16h14V3.6'/%3E %3Cpath fill='%23fff' d='M1 1h9l3 3v11H1'/%3E %3Cpath fill='%2384000d' d='M15.5 10.4c0 .6-1.7.2-2.5-.4.3 0 2.5-.2 2.5.4zm-6.3-3c.2 1 1.7 2 1.8 2.2-1.2.2-2.3.5-3.2 1l1.4-3zm0-4.8s.3 2.2 0 2.5c0-.2-.4-1 0-2.3zm-3 9c-.7 1.5-1.4 2-1.8 2-.3-.5 1-1.5 1.8-2zm8-2.3h-2c-.3 0-2.2-1-2.5-3 0 0 1.5-4-.4-4 0 0-.7-.2-1 .4-.2.8 0 2.2.5 4 0 0-1.2 3.3-2.2 4.3 0 0-3.5 1.4-2.7 3 0 0 .7 1 3.3-2.8 1.4-.5 3-1 4.4-1 1 .5 2.4 1 3.2 1 .7 0 1-.6 1-.8 0 0 0-1.3-2-1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--pdf-file-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-pdf-file'%3E %3Cpath fill='%23006dcc' d='M10.3 0H0v16h14V3.6'/%3E %3Cpath fill='%23fff' d='M1 1h9l3 3v11H1'/%3E %3Cpath fill='%23006dcc' d='M15.5 10.4c0 .6-1.7.2-2.5-.4.3 0 2.5-.2 2.5.4zm-6.3-3c.2 1 1.7 2 1.8 2.2-1.2.2-2.3.5-3.2 1l1.4-3zm0-4.8s.3 2.2 0 2.5c0-.2-.4-1 0-2.3zm-3 9c-.7 1.5-1.4 2-1.8 2-.3-.5 1-1.5 1.8-2zm8-2.3h-2c-.3 0-2.2-1-2.5-3 0 0 1.5-4-.4-4 0 0-.7-.2-1 .4-.2.8 0 2.2.5 4 0 0-1.2 3.3-2.2 4.3 0 0-3.5 1.4-2.7 3 0 0 .7 1 3.3-2.8 1.4-.5 3-1 4.4-1 1 .5 2.4 1 3.2 1 .7 0 1-.6 1-.8 0 0 0-1.3-2-1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--link {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-link'%3E %3Cpath class='p1' d='M4.8 4.85c2.8 0 4.7 3.6 4.7 3.6l1.2-1.3s-2.4-4-6-4c-2.5 0-4.7 2.2-4.7 4.8 0 2.7 2.2 5 4.8 5h1.5v-2H4.8c-1.6 0-3-1.3-3-3 0-1.6 1.4-3.1 3-3.1z' fill='%23006dcc'/%3E %3Cpath class='p2' d='M11.2 10.85c-2.8 0-4.7-3.6-4.7-3.6l-1.2 1.4s2.4 4 6 4c2.5 0 4.7-2 4.7-4.8 0-2.6-2.2-4.8-4.8-4.8H9.7v1.8h1.5c1.6 0 3 1.4 3 3 0 1.7-1.4 3-3 3z' fill='%23006dcc'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--nexus {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-link'%3E %3Cpath class='p1' d='M4.8 4.85c2.8 0 4.7 3.6 4.7 3.6l1.2-1.3s-2.4-4-6-4c-2.5 0-4.7 2.2-4.7 4.8 0 2.7 2.2 5 4.8 5h1.5v-2H4.8c-1.6 0-3-1.3-3-3 0-1.6 1.4-3.1 3-3.1z' fill='%23dce96d'/%3E %3Cpath class='p2' d='M11.2 10.85c-2.8 0-4.7-3.6-4.7-3.6l-1.2 1.4s2.4 4 6 4c2.5 0 4.7-2 4.7-4.8 0-2.6-2.2-4.8-4.8-4.8H9.7v1.8h1.5c1.6 0 3 1.4 3 3 0 1.7-1.4 3-3 3z' fill='%23346916'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--nexus-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-link'%3E %3Cpath class='p1' d='M4.8 4.85c2.8 0 4.7 3.6 4.7 3.6l1.2-1.3s-2.4-4-6-4c-2.5 0-4.7 2.2-4.7 4.8 0 2.7 2.2 5 4.8 5h1.5v-2H4.8c-1.6 0-3-1.3-3-3 0-1.6 1.4-3.1 3-3.1z' fill='%23fff'/%3E %3Cpath class='p2' d='M11.2 10.85c-2.8 0-4.7-3.6-4.7-3.6l-1.2 1.4s2.4 4 6 4c2.5 0 4.7-2 4.7-4.8 0-2.6-2.2-4.8-4.8-4.8H9.7v1.8h1.5c1.6 0 3 1.4 3 3 0 1.7-1.4 3-3 3z' fill='%23d7dee2'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--nexus-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-link'%3E %3Cpath class='p1' d='M4.8 4.85c2.8 0 4.7 3.6 4.7 3.6l1.2-1.3s-2.4-4-6-4c-2.5 0-4.7 2.2-4.7 4.8 0 2.7 2.2 5 4.8 5h1.5v-2H4.8c-1.6 0-3-1.3-3-3 0-1.6 1.4-3.1 3-3.1z' fill='%238ea4af'/%3E %3Cpath class='p2' d='M11.2 10.85c-2.8 0-4.7-3.6-4.7-3.6l-1.2 1.4s2.4 4 6 4c2.5 0 4.7-2 4.7-4.8 0-2.6-2.2-4.8-4.8-4.8H9.7v1.8h1.5c1.6 0 3 1.4 3 3 0 1.7-1.4 3-3 3z' fill='%238ea4af'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--nexus-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-link'%3E %3Cpath class='p1' d='M4.8 4.85c2.8 0 4.7 3.6 4.7 3.6l1.2-1.3s-2.4-4-6-4c-2.5 0-4.7 2.2-4.7 4.8 0 2.7 2.2 5 4.8 5h1.5v-2H4.8c-1.6 0-3-1.3-3-3 0-1.6 1.4-3.1 3-3.1z' fill='%23006dcc'/%3E %3Cpath class='p2' d='M11.2 10.85c-2.8 0-4.7-3.6-4.7-3.6l-1.2 1.4s2.4 4 6 4c2.5 0 4.7-2 4.7-4.8 0-2.6-2.2-4.8-4.8-4.8H9.7v1.8h1.5c1.6 0 3 1.4 3 3 0 1.7-1.4 3-3 3z' fill='%231b4473'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--nexus-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-link'%3E %3Cpath class='p1' d='M4.8 4.85c2.8 0 4.7 3.6 4.7 3.6l1.2-1.3s-2.4-4-6-4c-2.5 0-4.7 2.2-4.7 4.8 0 2.7 2.2 5 4.8 5h1.5v-2H4.8c-1.6 0-3-1.3-3-3 0-1.6 1.4-3.1 3-3.1z' fill='%2366d0dd'/%3E %3Cpath class='p2' d='M11.2 10.85c-2.8 0-4.7-3.6-4.7-3.6l-1.2 1.4s2.4 4 6 4c2.5 0 4.7-2 4.7-4.8 0-2.6-2.2-4.8-4.8-4.8H9.7v1.8h1.5c1.6 0 3 1.4 3 3 0 1.7-1.4 3-3 3z' fill='%2366d0dd'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--nexus-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-link'%3E %3Cpath class='p1' d='M4.8 4.85c2.8 0 4.7 3.6 4.7 3.6l1.2-1.3s-2.4-4-6-4c-2.5 0-4.7 2.2-4.7 4.8 0 2.7 2.2 5 4.8 5h1.5v-2H4.8c-1.6 0-3-1.3-3-3 0-1.6 1.4-3.1 3-3.1z' fill='%23ffb400'/%3E %3Cpath class='p2' d='M11.2 10.85c-2.8 0-4.7-3.6-4.7-3.6l-1.2 1.4s2.4 4 6 4c2.5 0 4.7-2 4.7-4.8 0-2.6-2.2-4.8-4.8-4.8H9.7v1.8h1.5c1.6 0 3 1.4 3 3 0 1.7-1.4 3-3 3z' fill='%23ffb400'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--clock, .icon--clock-comp-darker {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-clock'%3E %3Ccircle cx='50%25' cy='50%25' r='8' fill='%23243238'/%3E %3Ccircle cx='50%25' cy='50%25' r='6.3' fill='%23fff'/%3E %3Crect x='1' y='10' width='3' height='1' fill='%23243238' transform='rotate(-20)'/%3E %3Crect x='7' y='4' width='1' height='5' fill='%23243238'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--clock-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-clock'%3E %3Ccircle cx='50%25' cy='50%25' r='8' fill='%23516e7b'/%3E %3Ccircle cx='50%25' cy='50%25' r='6.3' fill='%23fff'/%3E %3Crect x='1' y='10' width='3' height='1' fill='%23516e7b' transform='rotate(-20)'/%3E %3Crect x='7' y='4' width='1' height='5' fill='%23516e7b'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--clock-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-clock'%3E %3Ccircle cx='50%25' cy='50%25' r='8' fill='%238ea4af'/%3E %3Ccircle cx='50%25' cy='50%25' r='6.3' fill='%23fff'/%3E %3Crect x='1' y='10' width='3' height='1' fill='%238ea4af' transform='rotate(-20)'/%3E %3Crect x='7' y='4' width='1' height='5' fill='%238ea4af'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--clock-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-clock'%3E %3Ccircle cx='50%25' cy='50%25' r='8' fill='%23006dcc'/%3E %3Ccircle cx='50%25' cy='50%25' r='6.3' fill='%23fff'/%3E %3Crect x='1' y='10' width='3' height='1' fill='%23006dcc' transform='rotate(-20)'/%3E %3Crect x='7' y='4' width='1' height='5' fill='%23006dcc'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--forums {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-forums'%3E %3Cpath fill='%23006dcc' d='M14 3h2v13l-3.8-3h-10l2.5-2H14V3z'/%3E %3Cpath fill='%23006dcc' d='M13 10V0H0v13l3.8-3'/%3E %3Cpath fill='%23fff' d='M4 3h6v1H4zm0 2h6v1H4zm0 2h6v1H4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--forums-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-forums'%3E %3Cpath fill='%23006dcc' d='M14 3h2v13l-3.8-3h-10l2.5-2H14V3z'/%3E %3Cpath fill='%23006dcc' d='M13 10V0H0v13l3.8-3'/%3E %3Cpath fill='%23fff' d='M4 3h6v1H4zm0 2h6v1H4zm0 2h6v1H4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--forums-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-forums'%3E %3Cpath fill='%238ea4af' d='M14 3h2v13l-3.8-3h-10l2.5-2H14V3z'/%3E %3Cpath fill='%238ea4af' d='M13 10V0H0v13l3.8-3'/%3E %3Cpath fill='%23fff' d='M4 3h6v1H4zm0 2h6v1H4zm0 2h6v1H4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--forums-comp-darker {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-forums'%3E %3Cpath fill='%23243238' d='M14 3h2v13l-3.8-3h-10l2.5-2H14V3z'/%3E %3Cpath fill='%23243238' d='M13 10V0H0v13l3.8-3'/%3E %3Cpath fill='%23fff' d='M4 3h6v1H4zm0 2h6v1H4zm0 2h6v1H4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--range-thumb {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-range-thumb'%3E %3Cpath fill='%23000' d='m 4.25,13 0,0 c 0.345,0 0.625,-0.279875 0.625,-0.625 l 0,-8.75 C 4.875,3.279875 4.595,3 4.25,3 l 0,0 C 3.905,3 3.625,3.279875 3.625,3.625 l 0,8.75 C 3.625,12.720125 3.905,13 4.25,13 Z M 8,13 8,13 c 0.345,0 0.625,-0.279875 0.625,-0.625 l 0,-8.75 C 8.625,3.279875 8.345,3 8,3 L 8,3 C 7.655,3 7.375,3.279875 7.375,3.625 l 0,8.75 C 7.375,12.720125 7.655,13 8,13 Z m 3.75,0 0,0 c 0.345,0 0.625,-0.279875 0.625,-0.625 l 0,-8.75 C 12.375,3.279875 12.095,3 11.75,3 l 0,0 c -0.345,0 -0.625,0.279875 -0.625,0.625 l 0,8.75 c 0,0.345125 0.28,0.625 0.625,0.625 z' clip-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--range-thumb-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-range-thumb'%3E %3Cpath fill='%23516e7b' d='m 4.25,13 0,0 c 0.345,0 0.625,-0.279875 0.625,-0.625 l 0,-8.75 C 4.875,3.279875 4.595,3 4.25,3 l 0,0 C 3.905,3 3.625,3.279875 3.625,3.625 l 0,8.75 C 3.625,12.720125 3.905,13 4.25,13 Z M 8,13 8,13 c 0.345,0 0.625,-0.279875 0.625,-0.625 l 0,-8.75 C 8.625,3.279875 8.345,3 8,3 L 8,3 C 7.655,3 7.375,3.279875 7.375,3.625 l 0,8.75 C 7.375,12.720125 7.655,13 8,13 Z m 3.75,0 0,0 c 0.345,0 0.625,-0.279875 0.625,-0.625 l 0,-8.75 C 12.375,3.279875 12.095,3 11.75,3 l 0,0 c -0.345,0 -0.625,0.279875 -0.625,0.625 l 0,8.75 c 0,0.345125 0.28,0.625 0.625,0.625 z' clip-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--archive {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-archives'%3E %3Cpath fill='%23006dcc' d='M1 6h14v10H1z'/%3E %3Crect width='8' height='2' x='4' y='8' fill='%23fff' rx='1'/%3E %3Cpath fill='%23006dcc' d='M0 3h16v2H0z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--home-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-service-home'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M0 0h7v7H0zm0 9h7v7H0zm9-9h7v7H9zm0 9h7v7H9z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--home {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-service-home'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M0 0h7v7H0zm0 9h7v7H0zm9-9h7v7H9zm0 9h7v7H9z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--home-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-service-home'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M0 0h7v7H0zm0 9h7v7H0zm9-9h7v7H9zm0 9h7v7H9z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--home-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-service-home'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M0 0h7v7H0zm0 9h7v7H0zm9-9h7v7H9zm0 9h7v7H9z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--home-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-service-home'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M0 0h7v7H0zm0 9h7v7H0zm9-9h7v7H9zm0 9h7v7H9z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--home-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-service-home'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M0 0h7v7H0zm0 9h7v7H0zm9-9h7v7H9zm0 9h7v7H9z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--home-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-service-home'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M0 0h7v7H0zm0 9h7v7H0zm9-9h7v7H9zm0 9h7v7H9z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--home-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366d0dd'%3E %3Cg id='icon-service-home'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M0 0h7v7H0zm0 9h7v7H0zm9-9h7v7H9zm0 9h7v7H9z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--home-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ffb400'%3E %3Cg id='icon-service-home'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M0 0h7v7H0zm0 9h7v7H0zm9-9h7v7H9zm0 9h7v7H9z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--alert-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-alert'%3E %3Cpath fill-rule='inherit' d='M6.3 13H1v-2c1.3-1.2 2-2.4 2-3.8V7a5 5 0 0 1 4-4.9V1a1 1 0 1 1 2 0v1.1A5 5 0 0 1 13 7v.2c0 1.4.7 2.7 2 3.8v2H6.3zm3.7 1a2 2 0 1 1-4 0h4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--alert {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-alert'%3E %3Cpath fill-rule='inherit' d='M6.3 13H1v-2c1.3-1.2 2-2.4 2-3.8V7a5 5 0 0 1 4-4.9V1a1 1 0 1 1 2 0v1.1A5 5 0 0 1 13 7v.2c0 1.4.7 2.7 2 3.8v2H6.3zm3.7 1a2 2 0 1 1-4 0h4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--alert-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-alert'%3E %3Cpath fill-rule='inherit' d='M6.3 13H1v-2c1.3-1.2 2-2.4 2-3.8V7a5 5 0 0 1 4-4.9V1a1 1 0 1 1 2 0v1.1A5 5 0 0 1 13 7v.2c0 1.4.7 2.7 2 3.8v2H6.3zm3.7 1a2 2 0 1 1-4 0h4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--alert-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-alert'%3E %3Cpath fill-rule='inherit' d='M6.3 13H1v-2c1.3-1.2 2-2.4 2-3.8V7a5 5 0 0 1 4-4.9V1a1 1 0 1 1 2 0v1.1A5 5 0 0 1 13 7v.2c0 1.4.7 2.7 2 3.8v2H6.3zm3.7 1a2 2 0 1 1-4 0h4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--alert-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-alert'%3E %3Cpath fill-rule='inherit' d='M6.3 13H1v-2c1.3-1.2 2-2.4 2-3.8V7a5 5 0 0 1 4-4.9V1a1 1 0 1 1 2 0v1.1A5 5 0 0 1 13 7v.2c0 1.4.7 2.7 2 3.8v2H6.3zm3.7 1a2 2 0 1 1-4 0h4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--alert-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-alert'%3E %3Cpath fill-rule='inherit' d='M6.3 13H1v-2c1.3-1.2 2-2.4 2-3.8V7a5 5 0 0 1 4-4.9V1a1 1 0 1 1 2 0v1.1A5 5 0 0 1 13 7v.2c0 1.4.7 2.7 2 3.8v2H6.3zm3.7 1a2 2 0 1 1-4 0h4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--alert-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-alert'%3E %3Cpath fill-rule='inherit' d='M6.3 13H1v-2c1.3-1.2 2-2.4 2-3.8V7a5 5 0 0 1 4-4.9V1a1 1 0 1 1 2 0v1.1A5 5 0 0 1 13 7v.2c0 1.4.7 2.7 2 3.8v2H6.3zm3.7 1a2 2 0 1 1-4 0h4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--alert-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366d0dd'%3E %3Cg id='icon-alert'%3E %3Cpath fill-rule='inherit' d='M6.3 13H1v-2c1.3-1.2 2-2.4 2-3.8V7a5 5 0 0 1 4-4.9V1a1 1 0 1 1 2 0v1.1A5 5 0 0 1 13 7v.2c0 1.4.7 2.7 2 3.8v2H6.3zm3.7 1a2 2 0 1 1-4 0h4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--alert-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ffb400'%3E %3Cg id='icon-alert'%3E %3Cpath fill-rule='inherit' d='M6.3 13H1v-2c1.3-1.2 2-2.4 2-3.8V7a5 5 0 0 1 4-4.9V1a1 1 0 1 1 2 0v1.1A5 5 0 0 1 13 7v.2c0 1.4.7 2.7 2 3.8v2H6.3zm3.7 1a2 2 0 1 1-4 0h4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--calendar-arrow-left-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cpath fill-rule='evenodd' d='M13.60005 1.5999977h-.800041V0H11.20001v1.5999977H4.7999903V0H3.1999914v1.5999977h-.8000055c-.887998 0-1.5999989.7120093-1.5999989 1.6000109V14.400037C.799987 15.279999 1.5119879 16 2.3999859 16H13.60005c.879962 0 1.599963-.720001 1.599963-1.599963V3.2000086c0-.8880016-.720001-1.6000109-1.599963-1.6000109zm0 12.8000393H2.3999859V5.600013H13.60005ZM8.0000001 7.2000119v1.599999H11.20001v2.3999801H8.0000001v1.600083l-3.2000098-2.800061Z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--calendar-arrow-right-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cpath fill-rule='evenodd' d='M13.60005 1.5999977h-.800041V0H11.20001v1.5999977H4.7999904V0H3.1999915v1.5999977h-.8000056c-.887998 0-1.5999989.7120093-1.5999989 1.6000109V14.400037C.799987 15.28 1.5119879 16 2.3999859 16H13.60005c.879962 0 1.599963-.72 1.599963-1.599963V3.2000086c0-.8880016-.720001-1.6000109-1.599963-1.6000109zm0 12.8000393H2.3999859V5.6000131H13.60005Zm-5.6000497-1.599963v-1.600083H4.7999904V8.8000111h3.2000099v-1.599999L11.20001 10.000013Z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--flag-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-flag'%3E %3Cpath fill-rule='inherit' d='M3 0c-.554 0-1 .446-1 1v14c0 .554.446 1 1 1s1-.446 1-1V9h10l-2.537109-4L14 1H4c0-.554-.446-1-1-1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--flag-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-flag'%3E %3Cpath fill-rule='inherit' d='M3 0c-.554 0-1 .446-1 1v14c0 .554.446 1 1 1s1-.446 1-1V9h10l-2.537109-4L14 1H4c0-.554-.446-1-1-1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--flag-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-flag'%3E %3Cpath fill-rule='inherit' d='M3 0c-.554 0-1 .446-1 1v14c0 .554.446 1 1 1s1-.446 1-1V9h10l-2.537109-4L14 1H4c0-.554-.446-1-1-1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--flag-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-flag'%3E %3Cpath fill-rule='inherit' d='M3 0c-.554 0-1 .446-1 1v14c0 .554.446 1 1 1s1-.446 1-1V9h10l-2.537109-4L14 1H4c0-.554-.446-1-1-1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--flag-success {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366a030'%3E %3Cg id='icon-flag'%3E %3Cpath fill-rule='inherit' d='M3 0c-.554 0-1 .446-1 1v14c0 .554.446 1 1 1s1-.446 1-1V9h10l-2.537109-4L14 1H4c0-.554-.446-1-1-1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--flag-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-flag'%3E %3Cpath fill-rule='inherit' d='M3 0c-.554 0-1 .446-1 1v14c0 .554.446 1 1 1s1-.446 1-1V9h10l-2.537109-4L14 1H4c0-.554-.446-1-1-1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--flag-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-flag'%3E %3Cpath fill-rule='inherit' d='M3 0c-.554 0-1 .446-1 1v14c0 .554.446 1 1 1s1-.446 1-1V9h10l-2.537109-4L14 1H4c0-.554-.446-1-1-1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--flag-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-flag'%3E %3Cpath fill-rule='inherit' d='M3 0c-.554 0-1 .446-1 1v14c0 .554.446 1 1 1s1-.446 1-1V9h10l-2.537109-4L14 1H4c0-.554-.446-1-1-1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--place-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-place'%3E %3Cpath fill-rule='evenodd' d='M8 0c3.313709 0 6 2.686291 6 6 0 2.209139-2 5.542472-6 10-4-4.457528-6-7.790861-6-10 0-3.313709 2.6862915-6 6-6zm0 4c-1.1045695 0-2 .89543-2 2 0 1.1045695.8954305 2 2 2s2-.8954305 2-2c0-1.10457-.8954305-2-2-2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--place-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-place'%3E %3Cpath fill-rule='evenodd' d='M8 0c3.313709 0 6 2.686291 6 6 0 2.209139-2 5.542472-6 10-4-4.457528-6-7.790861-6-10 0-3.313709 2.6862915-6 6-6zm0 4c-1.1045695 0-2 .89543-2 2 0 1.1045695.8954305 2 2 2s2-.8954305 2-2c0-1.10457-.8954305-2-2-2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--place-success {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366a030'%3E %3Cg id='icon-place'%3E %3Cpath fill-rule='evenodd' d='M8 0c3.313709 0 6 2.686291 6 6 0 2.209139-2 5.542472-6 10-4-4.457528-6-7.790861-6-10 0-3.313709 2.6862915-6 6-6zm0 4c-1.1045695 0-2 .89543-2 2 0 1.1045695.8954305 2 2 2s2-.8954305 2-2c0-1.10457-.8954305-2-2-2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--place-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-place'%3E %3Cpath fill-rule='evenodd' d='M8 0c3.313709 0 6 2.686291 6 6 0 2.209139-2 5.542472-6 10-4-4.457528-6-7.790861-6-10 0-3.313709 2.6862915-6 6-6zm0 4c-1.1045695 0-2 .89543-2 2 0 1.1045695.8954305 2 2 2s2-.8954305 2-2c0-1.10457-.8954305-2-2-2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--messages-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-service-messages-primary'%3E %3Cpath fill='%231b4473' d='M6.426 1.7c.888-.663 2.328-.657 3.2 0L16 6.5 8.033 16 0 6.5l6.426-4.8z'/%3E %3Cpath fill='%23bfdcf4' d='M0 6.5L16 16H0'/%3E %3Cpath fill='%23006dcc' d='M16 6.5L0 16h16'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--repeat-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg fill-rule='inherit' id='icon-repeat'%3E %3Cpath d='M11,15 L14,11.5 L11,8 L11,11 L4.75383308,11 C3.78994342,11 3,10.2133102 3,9.25 L3,7 L2,7 L2,9.25 C2,10.766521 3.2385805,12 4.75383308,12 L11,12 L11,15 Z'/%3E %3Cpath d='M5,1 L2,4.5 L5,8 L5,5 L11.2461669,5 C12.2100566,5 13,5.78668977 13,6.75 L13,9 L14,9 L14,6.75 C14,5.23347898 12.7614195,4 11.2461669,4 L5,4 L5,1 Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--repeat {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg fill-rule='inherit' id='icon-repeat'%3E %3Cpath d='M11,15 L14,11.5 L11,8 L11,11 L4.75383308,11 C3.78994342,11 3,10.2133102 3,9.25 L3,7 L2,7 L2,9.25 C2,10.766521 3.2385805,12 4.75383308,12 L11,12 L11,15 Z'/%3E %3Cpath d='M5,1 L2,4.5 L5,8 L5,5 L11.2461669,5 C12.2100566,5 13,5.78668977 13,6.75 L13,9 L14,9 L14,6.75 C14,5.23347898 12.7614195,4 11.2461669,4 L5,4 L5,1 Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--repeat-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg fill-rule='inherit' id='icon-repeat'%3E %3Cpath d='M11,15 L14,11.5 L11,8 L11,11 L4.75383308,11 C3.78994342,11 3,10.2133102 3,9.25 L3,7 L2,7 L2,9.25 C2,10.766521 3.2385805,12 4.75383308,12 L11,12 L11,15 Z'/%3E %3Cpath d='M5,1 L2,4.5 L5,8 L5,5 L11.2461669,5 C12.2100566,5 13,5.78668977 13,6.75 L13,9 L14,9 L14,6.75 C14,5.23347898 12.7614195,4 11.2461669,4 L5,4 L5,1 Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--repeat-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg fill-rule='inherit' id='icon-repeat'%3E %3Cpath d='M11,15 L14,11.5 L11,8 L11,11 L4.75383308,11 C3.78994342,11 3,10.2133102 3,9.25 L3,7 L2,7 L2,9.25 C2,10.766521 3.2385805,12 4.75383308,12 L11,12 L11,15 Z'/%3E %3Cpath d='M5,1 L2,4.5 L5,8 L5,5 L11.2461669,5 C12.2100566,5 13,5.78668977 13,6.75 L13,9 L14,9 L14,6.75 C14,5.23347898 12.7614195,4 11.2461669,4 L5,4 L5,1 Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--repeat-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg fill-rule='inherit' id='icon-repeat'%3E %3Cpath d='M11,15 L14,11.5 L11,8 L11,11 L4.75383308,11 C3.78994342,11 3,10.2133102 3,9.25 L3,7 L2,7 L2,9.25 C2,10.766521 3.2385805,12 4.75383308,12 L11,12 L11,15 Z'/%3E %3Cpath d='M5,1 L2,4.5 L5,8 L5,5 L11.2461669,5 C12.2100566,5 13,5.78668977 13,6.75 L13,9 L14,9 L14,6.75 C14,5.23347898 12.7614195,4 11.2461669,4 L5,4 L5,1 Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--repeat-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg fill-rule='inherit' id='icon-repeat'%3E %3Cpath d='M11,15 L14,11.5 L11,8 L11,11 L4.75383308,11 C3.78994342,11 3,10.2133102 3,9.25 L3,7 L2,7 L2,9.25 C2,10.766521 3.2385805,12 4.75383308,12 L11,12 L11,15 Z'/%3E %3Cpath d='M5,1 L2,4.5 L5,8 L5,5 L11.2461669,5 C12.2100566,5 13,5.78668977 13,6.75 L13,9 L14,9 L14,6.75 C14,5.23347898 12.7614195,4 11.2461669,4 L5,4 L5,1 Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--repeat-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg fill-rule='inherit' id='icon-repeat'%3E %3Cpath d='M11,15 L14,11.5 L11,8 L11,11 L4.75383308,11 C3.78994342,11 3,10.2133102 3,9.25 L3,7 L2,7 L2,9.25 C2,10.766521 3.2385805,12 4.75383308,12 L11,12 L11,15 Z'/%3E %3Cpath d='M5,1 L2,4.5 L5,8 L5,5 L11.2461669,5 C12.2100566,5 13,5.78668977 13,6.75 L13,9 L14,9 L14,6.75 C14,5.23347898 12.7614195,4 11.2461669,4 L5,4 L5,1 Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--vector-shape-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cpath fill-rule='evenodd' d='M0 0v2.9090909h.72727273V13.090909H0V16h2.9090909v-.727273H13.090909V16H16v-2.909091h-.727273V2.9090909H16V0h-2.909091v.72727273H2.9090909V0m0 2.1818182H13.090909v.7272727h.727273V13.090909h-.727273v.727273H2.9090909v-.727273h-.7272727V2.9090909h.7272727m.7272727.7272727v5.8181819h2.1818182v2.9090905h6.5454542V5.8181818H9.4545455V3.6363636M5.0909091 5.0909091H8V8H5.0909091m4.3636364-.7272727h1.4545455v3.6363637H7.2727273V9.4545455h2.1818182' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--crop-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-crop'%3E %3Cpath fill-rule='evenodd' d='M3 5h-4V3h4v-4h2v4h8v8h4v2h-4v4h-2v-4H3V5zm2 0v6h6V5H5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--crop {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-crop'%3E %3Cpath fill-rule='evenodd' d='M3 5h-4V3h4v-4h2v4h8v8h4v2h-4v4h-2v-4H3V5zm2 0v6h6V5H5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--crop-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-crop'%3E %3Cpath fill-rule='evenodd' d='M3 5h-4V3h4v-4h2v4h8v8h4v2h-4v4h-2v-4H3V5zm2 0v6h6V5H5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--crop-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-crop'%3E %3Cpath fill-rule='evenodd' d='M3 5h-4V3h4v-4h2v4h8v8h4v2h-4v4h-2v-4H3V5zm2 0v6h6V5H5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--crop-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-crop'%3E %3Cpath fill-rule='evenodd' d='M3 5h-4V3h4v-4h2v4h8v8h4v2h-4v4h-2v-4H3V5zm2 0v6h6V5H5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--crop-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-crop'%3E %3Cpath fill-rule='evenodd' d='M3 5h-4V3h4v-4h2v4h8v8h4v2h-4v4h-2v-4H3V5zm2 0v6h6V5H5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--crop-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-crop'%3E %3Cpath fill-rule='evenodd' d='M3 5h-4V3h4v-4h2v4h8v8h4v2h-4v4h-2v-4H3V5zm2 0v6h6V5H5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--rot-cw-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-rot-cw'%3E %3Cpath fill='inherit' d='M2.23 2.44A7.68 7.68 0 0 0 0 7.99c0 2.17.78 4.05 2.35 5.62A7.68 7.68 0 0 0 8 15.96c2.18 0 4.06-.78 5.62-2.34a7.67 7.67 0 0 0 2.35-5.63 7.7 7.7 0 0 0-1.9-5.17l-.87.7A6.64 6.64 0 0 1 14.84 8a6.6 6.6 0 0 1-2.02 4.83A6.6 6.6 0 0 1 8 14.84a6.6 6.6 0 0 1-4.84-2.02A6.6 6.6 0 0 1 1.13 8a6.7 6.7 0 0 1 1.9-4.75l1.01 2.24L5.5 0 .03 1.46l2.2.98z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--rot-cw {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-rot-cw'%3E %3Cpath fill='inherit' d='M2.23 2.44A7.68 7.68 0 0 0 0 7.99c0 2.17.78 4.05 2.35 5.62A7.68 7.68 0 0 0 8 15.96c2.18 0 4.06-.78 5.62-2.34a7.67 7.67 0 0 0 2.35-5.63 7.7 7.7 0 0 0-1.9-5.17l-.87.7A6.64 6.64 0 0 1 14.84 8a6.6 6.6 0 0 1-2.02 4.83A6.6 6.6 0 0 1 8 14.84a6.6 6.6 0 0 1-4.84-2.02A6.6 6.6 0 0 1 1.13 8a6.7 6.7 0 0 1 1.9-4.75l1.01 2.24L5.5 0 .03 1.46l2.2.98z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--rot-cw-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-rot-cw'%3E %3Cpath fill='inherit' d='M2.23 2.44A7.68 7.68 0 0 0 0 7.99c0 2.17.78 4.05 2.35 5.62A7.68 7.68 0 0 0 8 15.96c2.18 0 4.06-.78 5.62-2.34a7.67 7.67 0 0 0 2.35-5.63 7.7 7.7 0 0 0-1.9-5.17l-.87.7A6.64 6.64 0 0 1 14.84 8a6.6 6.6 0 0 1-2.02 4.83A6.6 6.6 0 0 1 8 14.84a6.6 6.6 0 0 1-4.84-2.02A6.6 6.6 0 0 1 1.13 8a6.7 6.7 0 0 1 1.9-4.75l1.01 2.24L5.5 0 .03 1.46l2.2.98z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--rot-cw-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-rot-cw'%3E %3Cpath fill='inherit' d='M2.23 2.44A7.68 7.68 0 0 0 0 7.99c0 2.17.78 4.05 2.35 5.62A7.68 7.68 0 0 0 8 15.96c2.18 0 4.06-.78 5.62-2.34a7.67 7.67 0 0 0 2.35-5.63 7.7 7.7 0 0 0-1.9-5.17l-.87.7A6.64 6.64 0 0 1 14.84 8a6.6 6.6 0 0 1-2.02 4.83A6.6 6.6 0 0 1 8 14.84a6.6 6.6 0 0 1-4.84-2.02A6.6 6.6 0 0 1 1.13 8a6.7 6.7 0 0 1 1.9-4.75l1.01 2.24L5.5 0 .03 1.46l2.2.98z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--rot-cw-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-rot-cw'%3E %3Cpath fill='inherit' d='M2.23 2.44A7.68 7.68 0 0 0 0 7.99c0 2.17.78 4.05 2.35 5.62A7.68 7.68 0 0 0 8 15.96c2.18 0 4.06-.78 5.62-2.34a7.67 7.67 0 0 0 2.35-5.63 7.7 7.7 0 0 0-1.9-5.17l-.87.7A6.64 6.64 0 0 1 14.84 8a6.6 6.6 0 0 1-2.02 4.83A6.6 6.6 0 0 1 8 14.84a6.6 6.6 0 0 1-4.84-2.02A6.6 6.6 0 0 1 1.13 8a6.7 6.7 0 0 1 1.9-4.75l1.01 2.24L5.5 0 .03 1.46l2.2.98z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--rot-cw-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-rot-cw'%3E %3Cpath fill='inherit' d='M2.23 2.44A7.68 7.68 0 0 0 0 7.99c0 2.17.78 4.05 2.35 5.62A7.68 7.68 0 0 0 8 15.96c2.18 0 4.06-.78 5.62-2.34a7.67 7.67 0 0 0 2.35-5.63 7.7 7.7 0 0 0-1.9-5.17l-.87.7A6.64 6.64 0 0 1 14.84 8a6.6 6.6 0 0 1-2.02 4.83A6.6 6.6 0 0 1 8 14.84a6.6 6.6 0 0 1-4.84-2.02A6.6 6.6 0 0 1 1.13 8a6.7 6.7 0 0 1 1.9-4.75l1.01 2.24L5.5 0 .03 1.46l2.2.98z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--rot-cw-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-rot-cw'%3E %3Cpath fill='inherit' d='M2.23 2.44A7.68 7.68 0 0 0 0 7.99c0 2.17.78 4.05 2.35 5.62A7.68 7.68 0 0 0 8 15.96c2.18 0 4.06-.78 5.62-2.34a7.67 7.67 0 0 0 2.35-5.63 7.7 7.7 0 0 0-1.9-5.17l-.87.7A6.64 6.64 0 0 1 14.84 8a6.6 6.6 0 0 1-2.02 4.83A6.6 6.6 0 0 1 8 14.84a6.6 6.6 0 0 1-4.84-2.02A6.6 6.6 0 0 1 1.13 8a6.7 6.7 0 0 1 1.9-4.75l1.01 2.24L5.5 0 .03 1.46l2.2.98z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--rot-ccw-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-rot-ccw'%3E %3Cpath fill='inherit' d='M13.73 2.44a7.68 7.68 0 0 1 2.23 5.55c0 2.17-.78 4.05-2.35 5.62a7.68 7.68 0 0 1-5.64 2.35 7.68 7.68 0 0 1-5.62-2.34A7.67 7.67 0 0 1 0 7.99a7.7 7.7 0 0 1 1.9-5.17l.87.7A6.64 6.64 0 0 0 1.12 8c0 1.87.67 3.49 2.02 4.83a6.6 6.6 0 0 0 4.83 2.02 6.6 6.6 0 0 0 4.84-2.02A6.6 6.6 0 0 0 14.83 8a6.7 6.7 0 0 0-1.9-4.75l-1.01 2.24L10.46 0l5.47 1.46-2.2.98z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--rot-ccw {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-rot-ccw'%3E %3Cpath fill='inherit' d='M13.73 2.44a7.68 7.68 0 0 1 2.23 5.55c0 2.17-.78 4.05-2.35 5.62a7.68 7.68 0 0 1-5.64 2.35 7.68 7.68 0 0 1-5.62-2.34A7.67 7.67 0 0 1 0 7.99a7.7 7.7 0 0 1 1.9-5.17l.87.7A6.64 6.64 0 0 0 1.12 8c0 1.87.67 3.49 2.02 4.83a6.6 6.6 0 0 0 4.83 2.02 6.6 6.6 0 0 0 4.84-2.02A6.6 6.6 0 0 0 14.83 8a6.7 6.7 0 0 0-1.9-4.75l-1.01 2.24L10.46 0l5.47 1.46-2.2.98z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--rot-ccw-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-rot-ccw'%3E %3Cpath fill='inherit' d='M13.73 2.44a7.68 7.68 0 0 1 2.23 5.55c0 2.17-.78 4.05-2.35 5.62a7.68 7.68 0 0 1-5.64 2.35 7.68 7.68 0 0 1-5.62-2.34A7.67 7.67 0 0 1 0 7.99a7.7 7.7 0 0 1 1.9-5.17l.87.7A6.64 6.64 0 0 0 1.12 8c0 1.87.67 3.49 2.02 4.83a6.6 6.6 0 0 0 4.83 2.02 6.6 6.6 0 0 0 4.84-2.02A6.6 6.6 0 0 0 14.83 8a6.7 6.7 0 0 0-1.9-4.75l-1.01 2.24L10.46 0l5.47 1.46-2.2.98z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--rot-ccw-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-rot-ccw'%3E %3Cpath fill='inherit' d='M13.73 2.44a7.68 7.68 0 0 1 2.23 5.55c0 2.17-.78 4.05-2.35 5.62a7.68 7.68 0 0 1-5.64 2.35 7.68 7.68 0 0 1-5.62-2.34A7.67 7.67 0 0 1 0 7.99a7.7 7.7 0 0 1 1.9-5.17l.87.7A6.64 6.64 0 0 0 1.12 8c0 1.87.67 3.49 2.02 4.83a6.6 6.6 0 0 0 4.83 2.02 6.6 6.6 0 0 0 4.84-2.02A6.6 6.6 0 0 0 14.83 8a6.7 6.7 0 0 0-1.9-4.75l-1.01 2.24L10.46 0l5.47 1.46-2.2.98z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--rot-ccw-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-rot-ccw'%3E %3Cpath fill='inherit' d='M13.73 2.44a7.68 7.68 0 0 1 2.23 5.55c0 2.17-.78 4.05-2.35 5.62a7.68 7.68 0 0 1-5.64 2.35 7.68 7.68 0 0 1-5.62-2.34A7.67 7.67 0 0 1 0 7.99a7.7 7.7 0 0 1 1.9-5.17l.87.7A6.64 6.64 0 0 0 1.12 8c0 1.87.67 3.49 2.02 4.83a6.6 6.6 0 0 0 4.83 2.02 6.6 6.6 0 0 0 4.84-2.02A6.6 6.6 0 0 0 14.83 8a6.7 6.7 0 0 0-1.9-4.75l-1.01 2.24L10.46 0l5.47 1.46-2.2.98z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--rot-ccw-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-rot-ccw'%3E %3Cpath fill='inherit' d='M13.73 2.44a7.68 7.68 0 0 1 2.23 5.55c0 2.17-.78 4.05-2.35 5.62a7.68 7.68 0 0 1-5.64 2.35 7.68 7.68 0 0 1-5.62-2.34A7.67 7.67 0 0 1 0 7.99a7.7 7.7 0 0 1 1.9-5.17l.87.7A6.64 6.64 0 0 0 1.12 8c0 1.87.67 3.49 2.02 4.83a6.6 6.6 0 0 0 4.83 2.02 6.6 6.6 0 0 0 4.84-2.02A6.6 6.6 0 0 0 14.83 8a6.7 6.7 0 0 0-1.9-4.75l-1.01 2.24L10.46 0l5.47 1.46-2.2.98z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--rot-ccw-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-rot-ccw'%3E %3Cpath fill='inherit' d='M13.73 2.44a7.68 7.68 0 0 1 2.23 5.55c0 2.17-.78 4.05-2.35 5.62a7.68 7.68 0 0 1-5.64 2.35 7.68 7.68 0 0 1-5.62-2.34A7.67 7.67 0 0 1 0 7.99a7.7 7.7 0 0 1 1.9-5.17l.87.7A6.64 6.64 0 0 0 1.12 8c0 1.87.67 3.49 2.02 4.83a6.6 6.6 0 0 0 4.83 2.02 6.6 6.6 0 0 0 4.84-2.02A6.6 6.6 0 0 0 14.83 8a6.7 6.7 0 0 0-1.9-4.75l-1.01 2.24L10.46 0l5.47 1.46-2.2.98z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--pane-left-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Crect width='14' height='12' x='1' y='2'/%3E %3Crect style='fill:%23fff' width='7' height='8' x='6' y='4'/%3E %3C/svg%3E")
    }

    .icon--pane-top-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Crect width='14' height='12' x='1' y='2'/%3E %3Crect style='fill:%23fff' width='10' height='5' x='3' y='7'/%3E %3C/svg%3E")
    }

    .icon--pane-bottom-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Crect width='14' height='12' x='1' y='2'/%3E %3Crect style='fill:%23fff' width='10' height='5' x='3' y='4'/%3E %3C/svg%3E")
    }

    .icon--pane-right-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Crect width='14' height='12' x='1' y='2'/%3E %3Crect style='fill:%23fff' width='7' height='8' x='3' y='4'/%3E %3C/svg%3E")
    }

    .icon--pacman-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366d0dd'%3E %3Cpath fill='' fill-rule='evenodd' d='m8 8.5 4.713 4.713a6.635 6.635 0 0 1-9.426 0 6.635 6.635 0 0 1 0-9.426 6.635 6.635 0 0 1 9.426 0L8 8.5Zm4.667-1.333a1.333 1.333 0 1 0 0 2.666 1.333 1.333 0 0 0 0-2.666Z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--pacman-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ffb400'%3E %3Cpath fill='' fill-rule='evenodd' d='m8 8.5 4.713 4.713a6.635 6.635 0 0 1-9.426 0 6.635 6.635 0 0 1 0-9.426 6.635 6.635 0 0 1 9.426 0L8 8.5Zm4.667-1.333a1.333 1.333 0 1 0 0 2.666 1.333 1.333 0 0 0 0-2.666Z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--card-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366d0dd'%3E %3Cg id='icon-card'%3E %3Cpath d='M12,0 C13.1045695,-2.02906125e-16 14,0.8954305 14,2 L14,14 C14,15.1045695 13.1045695,16 12,16 L4,16 C2.8954305,16 2,15.1045695 2,14 L2,2 C2,0.8954305 2.8954305,2.02906125e-16 4,0 L12,0 Z M11.5,12 C10.6715729,12 10,12.6715729 10,13.5 C10,14.3284271 10.6715729,15 11.5,15 C12.3284271,15 13,14.3284271 13,13.5 C13,12.6715729 12.3284271,12 11.5,12 Z M8,5.17157288 L5.17157288,8 L8,10.8284271 L10.8284271,8 L8,5.17157288 Z M4.5,1 C3.67157288,1 3,1.67157288 3,2.5 C3,3.32842712 3.67157288,4 4.5,4 C5.32842712,4 6,3.32842712 6,2.5 C6,1.67157288 5.32842712,1 4.5,1 Z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--card-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ffb400'%3E %3Cg id='icon-card'%3E %3Cpath d='M12,0 C13.1045695,-2.02906125e-16 14,0.8954305 14,2 L14,14 C14,15.1045695 13.1045695,16 12,16 L4,16 C2.8954305,16 2,15.1045695 2,14 L2,2 C2,0.8954305 2.8954305,2.02906125e-16 4,0 L12,0 Z M11.5,12 C10.6715729,12 10,12.6715729 10,13.5 C10,14.3284271 10.6715729,15 11.5,15 C12.3284271,15 13,14.3284271 13,13.5 C13,12.6715729 12.3284271,12 11.5,12 Z M8,5.17157288 L5.17157288,8 L8,10.8284271 L10.8284271,8 L8,5.17157288 Z M4.5,1 C3.67157288,1 3,1.67157288 3,2.5 C3,3.32842712 3.67157288,4 4.5,4 C5.32842712,4 6,3.32842712 6,2.5 C6,1.67157288 5.32842712,1 4.5,1 Z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--email-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366d0dd'%3E %3Cg id='icon-email'%3E %3Cpath d='M0.666667743,4.601 L7.58299697,9.53273704 C7.83340967,9.71127171 8.16670481,9.71127171 8.41711751,9.53273704 L15.3326677,4.602 L15.3333906,12 C15.3333906,13.1015232 14.4349137,14 13.3333906,14 L2.66672391,14 C1.56520074,14 0.666667743,13.1015232 0.666667743,12 L0.666667743,4.601 Z M13.3333906,2 C14.0823429,2 14.7374275,2.41536312 15.0800518,3.02749684 C15.0019409,3.04812464 14.9259648,3.08381666 14.8556675,3.13393598 L8.00005724,8.02172369 L1.144447,3.13393598 C1.07425331,3.08389056 0.998397678,3.04822993 0.920254008,3.02634767 C1.262687,2.41536312 1.9177716,2 2.66672391,2 L13.3333906,2 Z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--email-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ffb400'%3E %3Cg id='icon-email'%3E %3Cpath d='M0.666667743,4.601 L7.58299697,9.53273704 C7.83340967,9.71127171 8.16670481,9.71127171 8.41711751,9.53273704 L15.3326677,4.602 L15.3333906,12 C15.3333906,13.1015232 14.4349137,14 13.3333906,14 L2.66672391,14 C1.56520074,14 0.666667743,13.1015232 0.666667743,12 L0.666667743,4.601 Z M13.3333906,2 C14.0823429,2 14.7374275,2.41536312 15.0800518,3.02749684 C15.0019409,3.04812464 14.9259648,3.08381666 14.8556675,3.13393598 L8.00005724,8.02172369 L1.144447,3.13393598 C1.07425331,3.08389056 0.998397678,3.04822993 0.920254008,3.02634767 C1.262687,2.41536312 1.9177716,2 2.66672391,2 L13.3333906,2 Z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--email-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-email'%3E %3Cpath d='M0.666667743,4.601 L7.58299697,9.53273704 C7.83340967,9.71127171 8.16670481,9.71127171 8.41711751,9.53273704 L15.3326677,4.602 L15.3333906,12 C15.3333906,13.1015232 14.4349137,14 13.3333906,14 L2.66672391,14 C1.56520074,14 0.666667743,13.1015232 0.666667743,12 L0.666667743,4.601 Z M13.3333906,2 C14.0823429,2 14.7374275,2.41536312 15.0800518,3.02749684 C15.0019409,3.04812464 14.9259648,3.08381666 14.8556675,3.13393598 L8.00005724,8.02172369 L1.144447,3.13393598 C1.07425331,3.08389056 0.998397678,3.04822993 0.920254008,3.02634767 C1.262687,2.41536312 1.9177716,2 2.66672391,2 L13.3333906,2 Z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--email-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-email'%3E %3Cpath d='M0.666667743,4.601 L7.58299697,9.53273704 C7.83340967,9.71127171 8.16670481,9.71127171 8.41711751,9.53273704 L15.3326677,4.602 L15.3333906,12 C15.3333906,13.1015232 14.4349137,14 13.3333906,14 L2.66672391,14 C1.56520074,14 0.666667743,13.1015232 0.666667743,12 L0.666667743,4.601 Z M13.3333906,2 C14.0823429,2 14.7374275,2.41536312 15.0800518,3.02749684 C15.0019409,3.04812464 14.9259648,3.08381666 14.8556675,3.13393598 L8.00005724,8.02172369 L1.144447,3.13393598 C1.07425331,3.08389056 0.998397678,3.04822993 0.920254008,3.02634767 C1.262687,2.41536312 1.9177716,2 2.66672391,2 L13.3333906,2 Z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--email-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-email'%3E %3Cpath d='M0.666667743,4.601 L7.58299697,9.53273704 C7.83340967,9.71127171 8.16670481,9.71127171 8.41711751,9.53273704 L15.3326677,4.602 L15.3333906,12 C15.3333906,13.1015232 14.4349137,14 13.3333906,14 L2.66672391,14 C1.56520074,14 0.666667743,13.1015232 0.666667743,12 L0.666667743,4.601 Z M13.3333906,2 C14.0823429,2 14.7374275,2.41536312 15.0800518,3.02749684 C15.0019409,3.04812464 14.9259648,3.08381666 14.8556675,3.13393598 L8.00005724,8.02172369 L1.144447,3.13393598 C1.07425331,3.08389056 0.998397678,3.04822993 0.920254008,3.02634767 C1.262687,2.41536312 1.9177716,2 2.66672391,2 L13.3333906,2 Z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--email-comp-darker {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-email'%3E %3Cpath d='M0.666667743,4.601 L7.58299697,9.53273704 C7.83340967,9.71127171 8.16670481,9.71127171 8.41711751,9.53273704 L15.3326677,4.602 L15.3333906,12 C15.3333906,13.1015232 14.4349137,14 13.3333906,14 L2.66672391,14 C1.56520074,14 0.666667743,13.1015232 0.666667743,12 L0.666667743,4.601 Z M13.3333906,2 C14.0823429,2 14.7374275,2.41536312 15.0800518,3.02749684 C15.0019409,3.04812464 14.9259648,3.08381666 14.8556675,3.13393598 L8.00005724,8.02172369 L1.144447,3.13393598 C1.07425331,3.08389056 0.998397678,3.04822993 0.920254008,3.02634767 C1.262687,2.41536312 1.9177716,2 2.66672391,2 L13.3333906,2 Z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--euro-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366d0dd'%3E %3Cg id='icon-euro'%3E %3Cpath d='M8,0 C12.418278,0 16,3.581722 16,8 C16,12.418278 12.418278,16 8,16 C3.581722,16 0,12.418278 0,8 C0,3.581722 3.581722,0 8,0 Z M8.3210929,3 C7.61236076,3 6.94434285,3.15600451 6.31701913,3.46801821 C5.68969541,3.78003191 5.14857696,4.21444446 4.69364754,4.77126891 C4.23871813,5.32809335 3.90590634,5.97131194 3.69520219,6.70094398 L3.69520219,6.70094398 L2.86196721,6.71534454 C2.56506591,6.71534454 2.34718193,6.76094586 2.20830874,6.85214986 C2.06943555,6.94335386 2,7.09455823 2,7.30576751 C2,7.50737636 2.06704122,7.64658038 2.20112568,7.72338375 C2.33521014,7.80018713 2.55548845,7.8337881 2.86196721,7.82418768 L2.86196721,7.82418768 L3.50844262,7.80978711 C3.4892877,8.04019723 3.47971038,8.21780236 3.47971038,8.34260784 C3.47971038,8.55381712 3.48449904,8.71222169 3.4940765,8.81782633 L3.4940765,8.81782633 L2.86196721,8.83222689 C2.56506591,8.84182731 2.35197059,8.88742863 2.22267486,8.96903221 C2.09337913,9.0506358 2.02873224,9.19704003 2.02873224,9.4082493 C2.02873224,9.61945857 2.09098481,9.76346273 2.2154918,9.84026611 C2.3399988,9.91706948 2.55548845,9.95547059 2.86196721,9.95547059 L2.86196721,9.95547059 L3.68083607,9.94107003 C3.96815991,10.987516 4.52603866,11.8059396 5.35448907,12.3963655 C6.18293948,12.9867915 7.16222021,13.282 8.29236066,13.282 C9.10644487,13.282 9.83432102,13.1307956 10.4760109,12.8283824 C11.1177008,12.5259691 11.6181157,12.1107571 11.9772705,11.5827339 C12.3364253,11.0547107 12.516,10.4594935 12.516,9.79706443 C12.516,9.55705389 12.4393815,9.36984848 12.2861421,9.23544258 C12.1329027,9.10103668 11.9222017,9.03383473 11.6540328,9.03383473 C11.4050188,9.03383473 11.1967121,9.10103668 11.0291066,9.23544258 C10.861501,9.36984848 10.7776995,9.53785333 10.7776995,9.73946218 C10.7776995,10.3826904 10.5717871,10.9059055 10.1599563,11.3091232 C9.74812545,11.712341 9.15912041,11.9139468 8.3929235,11.9139468 C7.68419136,11.9139468 7.07603168,11.7435419 6.56842623,11.4027269 C6.06082078,11.0619119 5.69209405,10.5650976 5.46223497,9.91226891 L5.46223497,9.91226891 L8.79517486,9.85466667 C9.07292124,9.85466667 9.27404491,9.81386549 9.39855191,9.7322619 C9.52305891,9.65065832 9.58531148,9.50425409 9.58531148,9.29304482 C9.58531148,9.09143597 9.52305891,8.9474318 9.39855191,8.86102801 C9.27404491,8.77462422 9.06813258,8.73622311 8.78080874,8.74582353 L8.78080874,8.74582353 L5.23237705,8.80342577 C5.22279959,8.69782113 5.21801093,8.53941656 5.21801093,8.32820728 C5.21801093,8.2034018 5.22758825,8.02579667 5.24674317,7.79538655 L5.24674317,7.79538655 L8.79517486,7.73778431 C9.0824987,7.72818389 9.28841104,7.68258257 9.41291803,7.60097899 C9.53742503,7.51937541 9.5996776,7.37777132 9.5996776,7.17616246 C9.5996776,6.97455361 9.5350307,6.83294952 9.40573497,6.75134594 C9.27643924,6.66974236 9.06813258,6.62894118 8.78080874,6.62894118 L8.78080874,6.62894118 L5.50533333,6.67214286 C5.75434733,5.98091251 6.13744004,5.42409642 6.65462295,5.00167787 C7.17180586,4.57925933 7.73207895,4.36805322 8.33545902,4.36805322 C8.80475462,4.36805322 9.20460764,4.464056 9.53503005,4.65606443 C9.86545247,4.84807286 10.1934756,5.18408257 10.5191093,5.66410364 C10.6053064,5.79850954 10.7154456,5.90171253 10.8495301,5.97371569 C10.9836145,6.04571885 11.1224856,6.08171989 11.2661475,6.08171989 C11.4768517,6.08171989 11.6636094,6.01451795 11.8264262,5.88011204 C11.9892431,5.74570614 12.0706503,5.57290115 12.0706503,5.36169188 C12.0706503,5.17928387 12.0083977,4.99207846 11.8838907,4.80007003 C11.5391021,4.252846 11.0434759,3.81603338 10.3969973,3.48961905 C9.75051863,3.16320472 9.05855742,3 8.3210929,3 Z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--euro-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ffb400'%3E %3Cg id='icon-euro'%3E %3Cpath d='M8,0 C12.418278,0 16,3.581722 16,8 C16,12.418278 12.418278,16 8,16 C3.581722,16 0,12.418278 0,8 C0,3.581722 3.581722,0 8,0 Z M8.3210929,3 C7.61236076,3 6.94434285,3.15600451 6.31701913,3.46801821 C5.68969541,3.78003191 5.14857696,4.21444446 4.69364754,4.77126891 C4.23871813,5.32809335 3.90590634,5.97131194 3.69520219,6.70094398 L3.69520219,6.70094398 L2.86196721,6.71534454 C2.56506591,6.71534454 2.34718193,6.76094586 2.20830874,6.85214986 C2.06943555,6.94335386 2,7.09455823 2,7.30576751 C2,7.50737636 2.06704122,7.64658038 2.20112568,7.72338375 C2.33521014,7.80018713 2.55548845,7.8337881 2.86196721,7.82418768 L2.86196721,7.82418768 L3.50844262,7.80978711 C3.4892877,8.04019723 3.47971038,8.21780236 3.47971038,8.34260784 C3.47971038,8.55381712 3.48449904,8.71222169 3.4940765,8.81782633 L3.4940765,8.81782633 L2.86196721,8.83222689 C2.56506591,8.84182731 2.35197059,8.88742863 2.22267486,8.96903221 C2.09337913,9.0506358 2.02873224,9.19704003 2.02873224,9.4082493 C2.02873224,9.61945857 2.09098481,9.76346273 2.2154918,9.84026611 C2.3399988,9.91706948 2.55548845,9.95547059 2.86196721,9.95547059 L2.86196721,9.95547059 L3.68083607,9.94107003 C3.96815991,10.987516 4.52603866,11.8059396 5.35448907,12.3963655 C6.18293948,12.9867915 7.16222021,13.282 8.29236066,13.282 C9.10644487,13.282 9.83432102,13.1307956 10.4760109,12.8283824 C11.1177008,12.5259691 11.6181157,12.1107571 11.9772705,11.5827339 C12.3364253,11.0547107 12.516,10.4594935 12.516,9.79706443 C12.516,9.55705389 12.4393815,9.36984848 12.2861421,9.23544258 C12.1329027,9.10103668 11.9222017,9.03383473 11.6540328,9.03383473 C11.4050188,9.03383473 11.1967121,9.10103668 11.0291066,9.23544258 C10.861501,9.36984848 10.7776995,9.53785333 10.7776995,9.73946218 C10.7776995,10.3826904 10.5717871,10.9059055 10.1599563,11.3091232 C9.74812545,11.712341 9.15912041,11.9139468 8.3929235,11.9139468 C7.68419136,11.9139468 7.07603168,11.7435419 6.56842623,11.4027269 C6.06082078,11.0619119 5.69209405,10.5650976 5.46223497,9.91226891 L5.46223497,9.91226891 L8.79517486,9.85466667 C9.07292124,9.85466667 9.27404491,9.81386549 9.39855191,9.7322619 C9.52305891,9.65065832 9.58531148,9.50425409 9.58531148,9.29304482 C9.58531148,9.09143597 9.52305891,8.9474318 9.39855191,8.86102801 C9.27404491,8.77462422 9.06813258,8.73622311 8.78080874,8.74582353 L8.78080874,8.74582353 L5.23237705,8.80342577 C5.22279959,8.69782113 5.21801093,8.53941656 5.21801093,8.32820728 C5.21801093,8.2034018 5.22758825,8.02579667 5.24674317,7.79538655 L5.24674317,7.79538655 L8.79517486,7.73778431 C9.0824987,7.72818389 9.28841104,7.68258257 9.41291803,7.60097899 C9.53742503,7.51937541 9.5996776,7.37777132 9.5996776,7.17616246 C9.5996776,6.97455361 9.5350307,6.83294952 9.40573497,6.75134594 C9.27643924,6.66974236 9.06813258,6.62894118 8.78080874,6.62894118 L8.78080874,6.62894118 L5.50533333,6.67214286 C5.75434733,5.98091251 6.13744004,5.42409642 6.65462295,5.00167787 C7.17180586,4.57925933 7.73207895,4.36805322 8.33545902,4.36805322 C8.80475462,4.36805322 9.20460764,4.464056 9.53503005,4.65606443 C9.86545247,4.84807286 10.1934756,5.18408257 10.5191093,5.66410364 C10.6053064,5.79850954 10.7154456,5.90171253 10.8495301,5.97371569 C10.9836145,6.04571885 11.1224856,6.08171989 11.2661475,6.08171989 C11.4768517,6.08171989 11.6636094,6.01451795 11.8264262,5.88011204 C11.9892431,5.74570614 12.0706503,5.57290115 12.0706503,5.36169188 C12.0706503,5.17928387 12.0083977,4.99207846 11.8838907,4.80007003 C11.5391021,4.252846 11.0434759,3.81603338 10.3969973,3.48961905 C9.75051863,3.16320472 9.05855742,3 8.3210929,3 Z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--eval-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366d0dd'%3E %3Cg id='icon-eval'%3E %3Cpath d='m 4,3.3333333 c 0.7363797,0 1.3333333,0.5969537 1.3333333,1.3333334 l 0,11.3333333 -4,0 0,-11.3333333 c 0,-0.7363797 0.5969537,-1.3333334 1.3333334,-1.3333334 z m 9.333333,-2 c 0.73638,0 1.333334,0.5969537 1.333334,1.3333334 l 0,13.3333333 -4,0 0,-13.3333333 C 10.666667,1.930287 11.26362,1.3333333 12,1.3333333 Z M 8.6666667,8 C 9.4030463,8 10,8.5969537 10,9.3333333 L 10,16 6,16 6,9.3333333 C 6,8.5969537 6.5969537,8 7.3333333,8 Z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--eval-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ffb400'%3E %3Cg id='icon-eval'%3E %3Cpath d='m 4,3.3333333 c 0.7363797,0 1.3333333,0.5969537 1.3333333,1.3333334 l 0,11.3333333 -4,0 0,-11.3333333 c 0,-0.7363797 0.5969537,-1.3333334 1.3333334,-1.3333334 z m 9.333333,-2 c 0.73638,0 1.333334,0.5969537 1.333334,1.3333334 l 0,13.3333333 -4,0 0,-13.3333333 C 10.666667,1.930287 11.26362,1.3333333 12,1.3333333 Z M 8.6666667,8 C 9.4030463,8 10,8.5969537 10,9.3333333 L 10,16 6,16 6,9.3333333 C 6,8.5969537 6.5969537,8 7.3333333,8 Z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--food-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366d0dd'%3E %3Cg id='icon-food'%3E %3Cpath d='M14,0 C15.1045695,-2.02906125e-16 16,0.8954305 16,2 L16,14 C16,15.1045695 15.1045695,16 14,16 L13,16 L13,13.6666667 C13,13.3319486 12.7533249,13.0548447 12.4318484,13.0072284 L12.3333333,13 L11.999,13 L11.999,12.037 L12.438861,12.0378002 C12.8070508,12.0378002 13.1055277,11.7393233 13.1055277,11.3711335 L13.1055277,11.3711335 L13.1055277,3.04250298 C11.7369393,2.80612039 10.6647608,3.55572849 9.88899224,5.29132728 C9.17273031,6.89379407 8.88928809,8.9337705 9.03866559,11.4112566 C9.05988711,11.7632241 9.35151592,12.037799 9.70412261,12.0378002 L9.70412261,12.0378002 L10.999,12.037 L10.999,13 L10.6666667,13 C10.2984768,13 10,13.2984768 10,13.6666667 L10,13.6666667 L10,16 L7,16 L7,13.6666667 C7,13.3319486 6.75332493,13.0548447 6.43184845,13.0072284 L6.33333333,13 L6,13 L6,12 L7.33333333,12 C7.70152317,12 8,11.7015232 8,11.3333333 L8,11.3333333 L8,4 L7,4 L7,10.6666667 L6.99322785,10.733845 C6.96214576,10.8857393 6.82774972,11 6.66666667,11 L6.66666667,11 L6.33333333,11 L6.26615504,10.9932279 C6.11426066,10.9621458 6,10.8277497 6,10.6666667 L6,10.6666667 L6,4 L5,4 L5,10.6666667 L4.99322785,10.733845 C4.96214576,10.8857393 4.82774972,11 4.66666667,11 L4.66666667,11 L4.33333333,11 L4.26615504,10.9932279 C4.11426066,10.9621458 4,10.8277497 4,10.6666667 L4,10.6666667 L4,4 L3,4 L3,11.3333333 C3,11.7015232 3.29847683,12 3.66666667,12 L3.66666667,12 L5,12 L5,13 L4.66666667,13 C4.29847683,13 4,13.2984768 4,13.6666667 L4,13.6666667 L4,16 L2,16 C0.8954305,16 1.3527075e-16,15.1045695 0,14 L0,2 C-1.3527075e-16,0.8954305 0.8954305,2.02906125e-16 2,0 L14,0 Z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--food-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ffb400'%3E %3Cg id='icon-food'%3E %3Cpath d='M14,0 C15.1045695,-2.02906125e-16 16,0.8954305 16,2 L16,14 C16,15.1045695 15.1045695,16 14,16 L13,16 L13,13.6666667 C13,13.3319486 12.7533249,13.0548447 12.4318484,13.0072284 L12.3333333,13 L11.999,13 L11.999,12.037 L12.438861,12.0378002 C12.8070508,12.0378002 13.1055277,11.7393233 13.1055277,11.3711335 L13.1055277,11.3711335 L13.1055277,3.04250298 C11.7369393,2.80612039 10.6647608,3.55572849 9.88899224,5.29132728 C9.17273031,6.89379407 8.88928809,8.9337705 9.03866559,11.4112566 C9.05988711,11.7632241 9.35151592,12.037799 9.70412261,12.0378002 L9.70412261,12.0378002 L10.999,12.037 L10.999,13 L10.6666667,13 C10.2984768,13 10,13.2984768 10,13.6666667 L10,13.6666667 L10,16 L7,16 L7,13.6666667 C7,13.3319486 6.75332493,13.0548447 6.43184845,13.0072284 L6.33333333,13 L6,13 L6,12 L7.33333333,12 C7.70152317,12 8,11.7015232 8,11.3333333 L8,11.3333333 L8,4 L7,4 L7,10.6666667 L6.99322785,10.733845 C6.96214576,10.8857393 6.82774972,11 6.66666667,11 L6.66666667,11 L6.33333333,11 L6.26615504,10.9932279 C6.11426066,10.9621458 6,10.8277497 6,10.6666667 L6,10.6666667 L6,4 L5,4 L5,10.6666667 L4.99322785,10.733845 C4.96214576,10.8857393 4.82774972,11 4.66666667,11 L4.66666667,11 L4.33333333,11 L4.26615504,10.9932279 C4.11426066,10.9621458 4,10.8277497 4,10.6666667 L4,10.6666667 L4,4 L3,4 L3,11.3333333 C3,11.7015232 3.29847683,12 3.66666667,12 L3.66666667,12 L5,12 L5,13 L4.66666667,13 C4.29847683,13 4,13.2984768 4,13.6666667 L4,13.6666667 L4,16 L2,16 C0.8954305,16 1.3527075e-16,15.1045695 0,14 L0,2 C-1.3527075e-16,0.8954305 0.8954305,2.02906125e-16 2,0 L14,0 Z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--homework-notebook-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366d0dd'%3E %3Cg id='icon-homework-notebook'%3E %3Cpath d='M7.5,4 C7.77614237,4 8,4.22385763 8,4.5 L8,5 L9,5 C10.1045695,5 11,5.8954305 11,7 L11,14 C11,15.1045695 10.1045695,16 9,16 L2,16 C0.8954305,16 0,15.1045695 0,14 L0,7 C0,5.8954305 0.8954305,5 2,5 L3,5 L3,4.5 C3,4.22385763 3.22385763,4 3.5,4 C3.77614237,4 4,4.22385763 4,4.5 L4,5 L7,5 L7,4.5 C7,4.22385763 7.22385763,4 7.5,4 Z M10,9 L1,9 L1,14 C1,14.5522847 1.44771525,15 2,15 L9,15 C9.55228475,15 10,14.5522847 10,14 L10,9 Z M6.5,-0.0221719527 L14.5073139,-0.0221719527 C15.28701,-0.0221719527 15.9277625,0.572716131 16.0004473,1.33336804 L16.0073139,1.47782805 L16.0073139,13.399287 C16.0073139,14.1789832 15.4124258,14.8197357 14.6517739,14.8924205 L14.5073139,14.899287 L12.5063645,14.899287 C12.2302221,14.899287 12.0063645,14.6754294 12.0063645,14.399287 C12.0063645,14.1538271 12.1832396,13.9496787 12.4164888,13.9073427 L12.5063645,13.899287 L14.5073139,13.899287 C14.7527738,13.899287 14.9569222,13.7224119 14.9992582,13.4891627 L15.0073139,13.399287 L15.0073139,1.47782805 C15.0073139,1.23236816 14.8304387,1.02821968 14.5971895,0.985883717 L14.5073139,0.977828047 L6.5,0.977828047 C6.25454011,0.977828047 6.05039163,1.15470321 6.00805567,1.38795241 L6,1.47782805 L6,3.5 C6,3.77614237 5.77614237,4 5.5,4 C5.25454011,4 5.05039163,3.82312484 5.00805567,3.58987563 L5,3.5 L5,1.47782805 C5,0.69813193 5.59488808,0.0573793692 6.35553999,-0.0153053746 L6.5,-0.0221719527 L14.5073139,-0.0221719527 Z M4.5,12 C4.77614237,12 5,12.2238576 5,12.5 C5,12.7761424 4.77614237,13 4.5,13 L3.5,13 C3.22385763,13 3,12.7761424 3,12.5 C3,12.2238576 3.22385763,12 3.5,12 L4.5,12 Z M7.5,12 C7.77614237,12 8,12.2238576 8,12.5 C8,12.7761424 7.77614237,13 7.5,13 L6.5,13 C6.22385763,13 6,12.7761424 6,12.5 C6,12.2238576 6.22385763,12 6.5,12 L7.5,12 Z M4.5,10 C4.77614237,10 5,10.2238576 5,10.5 C5,10.7761424 4.77614237,11 4.5,11 L3.5,11 C3.22385763,11 3,10.7761424 3,10.5 C3,10.2238576 3.22385763,10 3.5,10 L4.5,10 Z M7.5,10 C7.77614237,10 8,10.2238576 8,10.5 C8,10.7761424 7.77614237,11 7.5,11 L6.5,11 C6.22385763,11 6,10.7761424 6,10.5 C6,10.2238576 6.22385763,10 6.5,10 L7.5,10 Z M13.5,8 C13.7761424,8 14,8.22385763 14,8.5 C14,8.77614237 13.7761424,9 13.5,9 L12.5,9 C12.2238576,9 12,8.77614237 12,8.5 C12,8.22385763 12.2238576,8 12.5,8 L13.5,8 Z M3,6 L2,6 C1.44771525,6 1,6.44771525 1,7 L1,8 L10,8 L10,7 C10,6.44771525 9.55228475,6 9,6 L8,6 L8,6.5 C8,6.77614237 7.77614237,7 7.5,7 C7.22385763,7 7,6.77614237 7,6.5 L7,6 L4,6 L4,6.5 C4,6.77614237 3.77614237,7 3.5,7 C3.22385763,7 3,6.77614237 3,6.5 L3,6 Z M13.5,6 C13.7761424,6 14,6.22385763 14,6.5 C14,6.77614237 13.7761424,7 13.5,7 L12.5,7 C12.2238576,7 12,6.77614237 12,6.5 C12,6.22385763 12.2238576,6 12.5,6 L13.5,6 Z M13.5,4 C13.7761424,4 14,4.22385763 14,4.5 C14,4.77614237 13.7761424,5 13.5,5 L10.5,5 C10.2238576,5 10,4.77614237 10,4.5 C10,4.22385763 10.2238576,4 10.5,4 L13.5,4 Z M13.5,2 C13.7761424,2 14,2.22385763 14,2.5 C14,2.74545989 13.8231248,2.94960837 13.5898756,2.99194433 L13.5,3 L9.5,3 C9.22385763,3 9,2.77614237 9,2.5 C9,2.22385763 9.22385763,2 9.5,2 L13.5,2 Z M7.5,2 C7.77614237,2 8,2.22385763 8,2.5 C8,2.74545989 7.82312484,2.94960837 7.58987563,2.99194433 L7.5,3 C7.22385763,3 7,2.77614237 7,2.5 C7,2.22385763 7.22385763,2 7.5,2 Z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--homework-notebook-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ffb400'%3E %3Cg id='icon-homework-notebook'%3E %3Cpath d='M7.5,4 C7.77614237,4 8,4.22385763 8,4.5 L8,5 L9,5 C10.1045695,5 11,5.8954305 11,7 L11,14 C11,15.1045695 10.1045695,16 9,16 L2,16 C0.8954305,16 0,15.1045695 0,14 L0,7 C0,5.8954305 0.8954305,5 2,5 L3,5 L3,4.5 C3,4.22385763 3.22385763,4 3.5,4 C3.77614237,4 4,4.22385763 4,4.5 L4,5 L7,5 L7,4.5 C7,4.22385763 7.22385763,4 7.5,4 Z M10,9 L1,9 L1,14 C1,14.5522847 1.44771525,15 2,15 L9,15 C9.55228475,15 10,14.5522847 10,14 L10,9 Z M6.5,-0.0221719527 L14.5073139,-0.0221719527 C15.28701,-0.0221719527 15.9277625,0.572716131 16.0004473,1.33336804 L16.0073139,1.47782805 L16.0073139,13.399287 C16.0073139,14.1789832 15.4124258,14.8197357 14.6517739,14.8924205 L14.5073139,14.899287 L12.5063645,14.899287 C12.2302221,14.899287 12.0063645,14.6754294 12.0063645,14.399287 C12.0063645,14.1538271 12.1832396,13.9496787 12.4164888,13.9073427 L12.5063645,13.899287 L14.5073139,13.899287 C14.7527738,13.899287 14.9569222,13.7224119 14.9992582,13.4891627 L15.0073139,13.399287 L15.0073139,1.47782805 C15.0073139,1.23236816 14.8304387,1.02821968 14.5971895,0.985883717 L14.5073139,0.977828047 L6.5,0.977828047 C6.25454011,0.977828047 6.05039163,1.15470321 6.00805567,1.38795241 L6,1.47782805 L6,3.5 C6,3.77614237 5.77614237,4 5.5,4 C5.25454011,4 5.05039163,3.82312484 5.00805567,3.58987563 L5,3.5 L5,1.47782805 C5,0.69813193 5.59488808,0.0573793692 6.35553999,-0.0153053746 L6.5,-0.0221719527 L14.5073139,-0.0221719527 Z M4.5,12 C4.77614237,12 5,12.2238576 5,12.5 C5,12.7761424 4.77614237,13 4.5,13 L3.5,13 C3.22385763,13 3,12.7761424 3,12.5 C3,12.2238576 3.22385763,12 3.5,12 L4.5,12 Z M7.5,12 C7.77614237,12 8,12.2238576 8,12.5 C8,12.7761424 7.77614237,13 7.5,13 L6.5,13 C6.22385763,13 6,12.7761424 6,12.5 C6,12.2238576 6.22385763,12 6.5,12 L7.5,12 Z M4.5,10 C4.77614237,10 5,10.2238576 5,10.5 C5,10.7761424 4.77614237,11 4.5,11 L3.5,11 C3.22385763,11 3,10.7761424 3,10.5 C3,10.2238576 3.22385763,10 3.5,10 L4.5,10 Z M7.5,10 C7.77614237,10 8,10.2238576 8,10.5 C8,10.7761424 7.77614237,11 7.5,11 L6.5,11 C6.22385763,11 6,10.7761424 6,10.5 C6,10.2238576 6.22385763,10 6.5,10 L7.5,10 Z M13.5,8 C13.7761424,8 14,8.22385763 14,8.5 C14,8.77614237 13.7761424,9 13.5,9 L12.5,9 C12.2238576,9 12,8.77614237 12,8.5 C12,8.22385763 12.2238576,8 12.5,8 L13.5,8 Z M3,6 L2,6 C1.44771525,6 1,6.44771525 1,7 L1,8 L10,8 L10,7 C10,6.44771525 9.55228475,6 9,6 L8,6 L8,6.5 C8,6.77614237 7.77614237,7 7.5,7 C7.22385763,7 7,6.77614237 7,6.5 L7,6 L4,6 L4,6.5 C4,6.77614237 3.77614237,7 3.5,7 C3.22385763,7 3,6.77614237 3,6.5 L3,6 Z M13.5,6 C13.7761424,6 14,6.22385763 14,6.5 C14,6.77614237 13.7761424,7 13.5,7 L12.5,7 C12.2238576,7 12,6.77614237 12,6.5 C12,6.22385763 12.2238576,6 12.5,6 L13.5,6 Z M13.5,4 C13.7761424,4 14,4.22385763 14,4.5 C14,4.77614237 13.7761424,5 13.5,5 L10.5,5 C10.2238576,5 10,4.77614237 10,4.5 C10,4.22385763 10.2238576,4 10.5,4 L13.5,4 Z M13.5,2 C13.7761424,2 14,2.22385763 14,2.5 C14,2.74545989 13.8231248,2.94960837 13.5898756,2.99194433 L13.5,3 L9.5,3 C9.22385763,3 9,2.77614237 9,2.5 C9,2.22385763 9.22385763,2 9.5,2 L13.5,2 Z M7.5,2 C7.77614237,2 8,2.22385763 8,2.5 C8,2.74545989 7.82312484,2.94960837 7.58987563,2.99194433 L7.5,3 C7.22385763,3 7,2.77614237 7,2.5 C7,2.22385763 7.22385763,2 7.5,2 Z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--portal-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-service-portal'%3E %3Ccircle cx='8' cy='8' r='8' fill-rule='inherit'/%3E %3Cpath fill='%23FFF' d='M12 13c.6 0 1-.4 1-1V6L8 2 3 6v6c0 .6.5 1 1 1h1c.6 0 1-.4 1-1V9h4v3c0 .6.5 1 1 1h1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--portal-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-service-portal'%3E %3Ccircle cx='8' cy='8' r='8' fill-rule='inherit'/%3E %3Cpath fill='%23FFF' d='M12 13c.6 0 1-.4 1-1V6L8 2 3 6v6c0 .6.5 1 1 1h1c.6 0 1-.4 1-1V9h4v3c0 .6.5 1 1 1h1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--portal-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-service-portal'%3E %3Ccircle cx='8' cy='8' r='8' fill-rule='inherit'/%3E %3Cpath fill='%23FFF' d='M12 13c.6 0 1-.4 1-1V6L8 2 3 6v6c0 .6.5 1 1 1h1c.6 0 1-.4 1-1V9h4v3c0 .6.5 1 1 1h1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--portal-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-service-portal'%3E %3Ccircle cx='8' cy='8' r='8' fill-rule='inherit'/%3E %3Cpath fill='%23FFF' d='M12 13c.6 0 1-.4 1-1V6L8 2 3 6v6c0 .6.5 1 1 1h1c.6 0 1-.4 1-1V9h4v3c0 .6.5 1 1 1h1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--portal-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-service-portal'%3E %3Ccircle cx='8' cy='8' r='8' fill-rule='inherit'/%3E %3Cpath fill='%23FFF' d='M12 13c.6 0 1-.4 1-1V6L8 2 3 6v6c0 .6.5 1 1 1h1c.6 0 1-.4 1-1V9h4v3c0 .6.5 1 1 1h1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--portal-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-service-portal'%3E %3Ccircle cx='8' cy='8' r='8' fill-rule='inherit'/%3E %3Cpath fill='%23FFF' d='M12 13c.6 0 1-.4 1-1V6L8 2 3 6v6c0 .6.5 1 1 1h1c.6 0 1-.4 1-1V9h4v3c0 .6.5 1 1 1h1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--portal-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-service-portal'%3E %3Ccircle cx='8' cy='8' r='8' fill-rule='inherit'/%3E %3Cpath fill='%23FFF' d='M12 13c.6 0 1-.4 1-1V6L8 2 3 6v6c0 .6.5 1 1 1h1c.6 0 1-.4 1-1V9h4v3c0 .6.5 1 1 1h1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--portal {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-service-portal'%3E %3Ccircle cx='8' cy='8' r='8' fill-rule='inherit'/%3E %3Cpath fill='%23FFF' d='M12 13c.6 0 1-.4 1-1V6L8 2 3 6v6c0 .6.5 1 1 1h1c.6 0 1-.4 1-1V9h4v3c0 .6.5 1 1 1h1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--portal-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366d0dd'%3E %3Cg id='icon-service-portal'%3E %3Ccircle cx='8' cy='8' r='8' fill-rule='inherit'/%3E %3Cpath fill='%23FFF' d='M12 13c.6 0 1-.4 1-1V6L8 2 3 6v6c0 .6.5 1 1 1h1c.6 0 1-.4 1-1V9h4v3c0 .6.5 1 1 1h1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--portal-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ffb400'%3E %3Cg id='icon-service-portal'%3E %3Ccircle cx='8' cy='8' r='8' fill-rule='inherit'/%3E %3Cpath fill='%23FFF' d='M12 13c.6 0 1-.4 1-1V6L8 2 3 6v6c0 .6.5 1 1 1h1c.6 0 1-.4 1-1V9h4v3c0 .6.5 1 1 1h1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--portal2-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' version='1.1' id='svg4' fill='%23fff'%3E %3Cmetadata id='metadata10'%3E %3Crdf:RDF%3E %3Ccc:Work rdf:about=''%3E %3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E %3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E %3Cdc:title/%3E %3C/cc:Work%3E %3C/rdf:RDF%3E %3C/metadata%3E %3Cdefs id='defs8'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m 8,0 8,6 V 16 H 11 V 9 H 5 v 7 H 0 V 6 Z' id='path2'/%3E %3C/svg%3E")
    }

    .icon--admin-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366d0dd'%3E %3Cg id='icon-service-cog'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M4.5 13c.3 0 .7.3 1 .5l.3 2.5h4.4l.3-2.5 1-.6 2.3 1 2.2-4-2-1.7v-1L16 6l-2.2-4-2.3 1c-.3 0-.7-.3-1-.5L10.2 0H5.8l-.3 2.5-1 .6-2.3-1L0 6l2 1.4v1.2L0 10l2.2 4 2.3-1zM8 11c1.6 0 3-1.3 3-3S9.6 5 8 5 5 6.3 5 8s1.4 3 3 3zm0-2c.5 0 1-.4 1-1s-.5-1-1-1-1 .4-1 1 .5 1 1 1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--admin-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ffb400'%3E %3Cg id='icon-service-cog'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M4.5 13c.3 0 .7.3 1 .5l.3 2.5h4.4l.3-2.5 1-.6 2.3 1 2.2-4-2-1.7v-1L16 6l-2.2-4-2.3 1c-.3 0-.7-.3-1-.5L10.2 0H5.8l-.3 2.5-1 .6-2.3-1L0 6l2 1.4v1.2L0 10l2.2 4 2.3-1zM8 11c1.6 0 3-1.3 3-3S9.6 5 8 5 5 6.3 5 8s1.4 3 3 3zm0-2c.5 0 1-.4 1-1s-.5-1-1-1-1 .4-1 1 .5 1 1 1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--admin-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-service-cog'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M4.5 13c.3 0 .7.3 1 .5l.3 2.5h4.4l.3-2.5 1-.6 2.3 1 2.2-4-2-1.7v-1L16 6l-2.2-4-2.3 1c-.3 0-.7-.3-1-.5L10.2 0H5.8l-.3 2.5-1 .6-2.3-1L0 6l2 1.4v1.2L0 10l2.2 4 2.3-1zM8 11c1.6 0 3-1.3 3-3S9.6 5 8 5 5 6.3 5 8s1.4 3 3 3zm0-2c.5 0 1-.4 1-1s-.5-1-1-1-1 .4-1 1 .5 1 1 1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--admin, .icon--admin-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-service-cog'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M4.5 13c.3 0 .7.3 1 .5l.3 2.5h4.4l.3-2.5 1-.6 2.3 1 2.2-4-2-1.7v-1L16 6l-2.2-4-2.3 1c-.3 0-.7-.3-1-.5L10.2 0H5.8l-.3 2.5-1 .6-2.3-1L0 6l2 1.4v1.2L0 10l2.2 4 2.3-1zM8 11c1.6 0 3-1.3 3-3S9.6 5 8 5 5 6.3 5 8s1.4 3 3 3zm0-2c.5 0 1-.4 1-1s-.5-1-1-1-1 .4-1 1 .5 1 1 1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--admin-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-service-cog'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M4.5 13c.3 0 .7.3 1 .5l.3 2.5h4.4l.3-2.5 1-.6 2.3 1 2.2-4-2-1.7v-1L16 6l-2.2-4-2.3 1c-.3 0-.7-.3-1-.5L10.2 0H5.8l-.3 2.5-1 .6-2.3-1L0 6l2 1.4v1.2L0 10l2.2 4 2.3-1zM8 11c1.6 0 3-1.3 3-3S9.6 5 8 5 5 6.3 5 8s1.4 3 3 3zm0-2c.5 0 1-.4 1-1s-.5-1-1-1-1 .4-1 1 .5 1 1 1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--admin-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-service-cog'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M4.5 13c.3 0 .7.3 1 .5l.3 2.5h4.4l.3-2.5 1-.6 2.3 1 2.2-4-2-1.7v-1L16 6l-2.2-4-2.3 1c-.3 0-.7-.3-1-.5L10.2 0H5.8l-.3 2.5-1 .6-2.3-1L0 6l2 1.4v1.2L0 10l2.2 4 2.3-1zM8 11c1.6 0 3-1.3 3-3S9.6 5 8 5 5 6.3 5 8s1.4 3 3 3zm0-2c.5 0 1-.4 1-1s-.5-1-1-1-1 .4-1 1 .5 1 1 1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--admin-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-service-cog'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M4.5 13c.3 0 .7.3 1 .5l.3 2.5h4.4l.3-2.5 1-.6 2.3 1 2.2-4-2-1.7v-1L16 6l-2.2-4-2.3 1c-.3 0-.7-.3-1-.5L10.2 0H5.8l-.3 2.5-1 .6-2.3-1L0 6l2 1.4v1.2L0 10l2.2 4 2.3-1zM8 11c1.6 0 3-1.3 3-3S9.6 5 8 5 5 6.3 5 8s1.4 3 3 3zm0-2c.5 0 1-.4 1-1s-.5-1-1-1-1 .4-1 1 .5 1 1 1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--admin-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-service-cog'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M4.5 13c.3 0 .7.3 1 .5l.3 2.5h4.4l.3-2.5 1-.6 2.3 1 2.2-4-2-1.7v-1L16 6l-2.2-4-2.3 1c-.3 0-.7-.3-1-.5L10.2 0H5.8l-.3 2.5-1 .6-2.3-1L0 6l2 1.4v1.2L0 10l2.2 4 2.3-1zM8 11c1.6 0 3-1.3 3-3S9.6 5 8 5 5 6.3 5 8s1.4 3 3 3zm0-2c.5 0 1-.4 1-1s-.5-1-1-1-1 .4-1 1 .5 1 1 1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--admin-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-service-cog'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M4.5 13c.3 0 .7.3 1 .5l.3 2.5h4.4l.3-2.5 1-.6 2.3 1 2.2-4-2-1.7v-1L16 6l-2.2-4-2.3 1c-.3 0-.7-.3-1-.5L10.2 0H5.8l-.3 2.5-1 .6-2.3-1L0 6l2 1.4v1.2L0 10l2.2 4 2.3-1zM8 11c1.6 0 3-1.3 3-3S9.6 5 8 5 5 6.3 5 8s1.4 3 3 3zm0-2c.5 0 1-.4 1-1s-.5-1-1-1-1 .4-1 1 .5 1 1 1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--abs-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-attendee'%3E %3Cpath fill-rule='inherit' d='M2 14.3v-1.6L5.3 16H3.7L2 14.3zm0 1.4v.3h.3l-.3-.3zm.12-4.3c.14-.35.4-.7.7-.88L8.3 16H6.7l-4.58-4.6zm1.6-1.4c.3-.14.68-.3 1.12-.45L11.3 16H9.7l-5.98-6zm2.22-.77c.43-.1.9-.17 1.38-.2L14 15.7v.3h-1.3L5.95 9.23zM7.7 7.98L8 8c.38 0 .75-.07 1.1-.2L5.2 3.9c-.13.35-.2.72-.2 1.1 0 .1 0 .2.02.3L7.7 8zm1.04 1.05c.72.06 1.37.2 1.95.36l3.3 3.3v1.6L8.72 9zm1.23-1.77c.28-.25.52-.55.7-.9L6.63 2.34c-.34.18-.64.42-.9.7l4.24 4.23zM11 5.28V5c0-1.66-1.34-3-3-3h-.28L11 5.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--abs-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-attendee'%3E %3Cpath fill-rule='inherit' d='M2 14.3v-1.6L5.3 16H3.7L2 14.3zm0 1.4v.3h.3l-.3-.3zm.12-4.3c.14-.35.4-.7.7-.88L8.3 16H6.7l-4.58-4.6zm1.6-1.4c.3-.14.68-.3 1.12-.45L11.3 16H9.7l-5.98-6zm2.22-.77c.43-.1.9-.17 1.38-.2L14 15.7v.3h-1.3L5.95 9.23zM7.7 7.98L8 8c.38 0 .75-.07 1.1-.2L5.2 3.9c-.13.35-.2.72-.2 1.1 0 .1 0 .2.02.3L7.7 8zm1.04 1.05c.72.06 1.37.2 1.95.36l3.3 3.3v1.6L8.72 9zm1.23-1.77c.28-.25.52-.55.7-.9L6.63 2.34c-.34.18-.64.42-.9.7l4.24 4.23zM11 5.28V5c0-1.66-1.34-3-3-3h-.28L11 5.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--abs-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-attendee'%3E %3Cpath fill-rule='inherit' d='M2 14.3v-1.6L5.3 16H3.7L2 14.3zm0 1.4v.3h.3l-.3-.3zm.12-4.3c.14-.35.4-.7.7-.88L8.3 16H6.7l-4.58-4.6zm1.6-1.4c.3-.14.68-.3 1.12-.45L11.3 16H9.7l-5.98-6zm2.22-.77c.43-.1.9-.17 1.38-.2L14 15.7v.3h-1.3L5.95 9.23zM7.7 7.98L8 8c.38 0 .75-.07 1.1-.2L5.2 3.9c-.13.35-.2.72-.2 1.1 0 .1 0 .2.02.3L7.7 8zm1.04 1.05c.72.06 1.37.2 1.95.36l3.3 3.3v1.6L8.72 9zm1.23-1.77c.28-.25.52-.55.7-.9L6.63 2.34c-.34.18-.64.42-.9.7l4.24 4.23zM11 5.28V5c0-1.66-1.34-3-3-3h-.28L11 5.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--abs {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-attendee'%3E %3Cpath fill-rule='inherit' d='M2 14.3v-1.6L5.3 16H3.7L2 14.3zm0 1.4v.3h.3l-.3-.3zm.12-4.3c.14-.35.4-.7.7-.88L8.3 16H6.7l-4.58-4.6zm1.6-1.4c.3-.14.68-.3 1.12-.45L11.3 16H9.7l-5.98-6zm2.22-.77c.43-.1.9-.17 1.38-.2L14 15.7v.3h-1.3L5.95 9.23zM7.7 7.98L8 8c.38 0 .75-.07 1.1-.2L5.2 3.9c-.13.35-.2.72-.2 1.1 0 .1 0 .2.02.3L7.7 8zm1.04 1.05c.72.06 1.37.2 1.95.36l3.3 3.3v1.6L8.72 9zm1.23-1.77c.28-.25.52-.55.7-.9L6.63 2.34c-.34.18-.64.42-.9.7l4.24 4.23zM11 5.28V5c0-1.66-1.34-3-3-3h-.28L11 5.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--abs-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-attendee'%3E %3Cpath fill-rule='inherit' d='M2 14.3v-1.6L5.3 16H3.7L2 14.3zm0 1.4v.3h.3l-.3-.3zm.12-4.3c.14-.35.4-.7.7-.88L8.3 16H6.7l-4.58-4.6zm1.6-1.4c.3-.14.68-.3 1.12-.45L11.3 16H9.7l-5.98-6zm2.22-.77c.43-.1.9-.17 1.38-.2L14 15.7v.3h-1.3L5.95 9.23zM7.7 7.98L8 8c.38 0 .75-.07 1.1-.2L5.2 3.9c-.13.35-.2.72-.2 1.1 0 .1 0 .2.02.3L7.7 8zm1.04 1.05c.72.06 1.37.2 1.95.36l3.3 3.3v1.6L8.72 9zm1.23-1.77c.28-.25.52-.55.7-.9L6.63 2.34c-.34.18-.64.42-.9.7l4.24 4.23zM11 5.28V5c0-1.66-1.34-3-3-3h-.28L11 5.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--abs-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-attendee'%3E %3Cpath fill-rule='inherit' d='M2 14.3v-1.6L5.3 16H3.7L2 14.3zm0 1.4v.3h.3l-.3-.3zm.12-4.3c.14-.35.4-.7.7-.88L8.3 16H6.7l-4.58-4.6zm1.6-1.4c.3-.14.68-.3 1.12-.45L11.3 16H9.7l-5.98-6zm2.22-.77c.43-.1.9-.17 1.38-.2L14 15.7v.3h-1.3L5.95 9.23zM7.7 7.98L8 8c.38 0 .75-.07 1.1-.2L5.2 3.9c-.13.35-.2.72-.2 1.1 0 .1 0 .2.02.3L7.7 8zm1.04 1.05c.72.06 1.37.2 1.95.36l3.3 3.3v1.6L8.72 9zm1.23-1.77c.28-.25.52-.55.7-.9L6.63 2.34c-.34.18-.64.42-.9.7l4.24 4.23zM11 5.28V5c0-1.66-1.34-3-3-3h-.28L11 5.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--abs-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-attendee'%3E %3Cpath fill-rule='inherit' d='M2 14.3v-1.6L5.3 16H3.7L2 14.3zm0 1.4v.3h.3l-.3-.3zm.12-4.3c.14-.35.4-.7.7-.88L8.3 16H6.7l-4.58-4.6zm1.6-1.4c.3-.14.68-.3 1.12-.45L11.3 16H9.7l-5.98-6zm2.22-.77c.43-.1.9-.17 1.38-.2L14 15.7v.3h-1.3L5.95 9.23zM7.7 7.98L8 8c.38 0 .75-.07 1.1-.2L5.2 3.9c-.13.35-.2.72-.2 1.1 0 .1 0 .2.02.3L7.7 8zm1.04 1.05c.72.06 1.37.2 1.95.36l3.3 3.3v1.6L8.72 9zm1.23-1.77c.28-.25.52-.55.7-.9L6.63 2.34c-.34.18-.64.42-.9.7l4.24 4.23zM11 5.28V5c0-1.66-1.34-3-3-3h-.28L11 5.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--abs-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366d0dd'%3E %3Cg id='icon-attendee'%3E %3Cpath fill-rule='inherit' d='M2 14.3v-1.6L5.3 16H3.7L2 14.3zm0 1.4v.3h.3l-.3-.3zm.12-4.3c.14-.35.4-.7.7-.88L8.3 16H6.7l-4.58-4.6zm1.6-1.4c.3-.14.68-.3 1.12-.45L11.3 16H9.7l-5.98-6zm2.22-.77c.43-.1.9-.17 1.38-.2L14 15.7v.3h-1.3L5.95 9.23zM7.7 7.98L8 8c.38 0 .75-.07 1.1-.2L5.2 3.9c-.13.35-.2.72-.2 1.1 0 .1 0 .2.02.3L7.7 8zm1.04 1.05c.72.06 1.37.2 1.95.36l3.3 3.3v1.6L8.72 9zm1.23-1.77c.28-.25.52-.55.7-.9L6.63 2.34c-.34.18-.64.42-.9.7l4.24 4.23zM11 5.28V5c0-1.66-1.34-3-3-3h-.28L11 5.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--abs-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ffb400'%3E %3Cg id='icon-attendee'%3E %3Cpath fill-rule='inherit' d='M2 14.3v-1.6L5.3 16H3.7L2 14.3zm0 1.4v.3h.3l-.3-.3zm.12-4.3c.14-.35.4-.7.7-.88L8.3 16H6.7l-4.58-4.6zm1.6-1.4c.3-.14.68-.3 1.12-.45L11.3 16H9.7l-5.98-6zm2.22-.77c.43-.1.9-.17 1.38-.2L14 15.7v.3h-1.3L5.95 9.23zM7.7 7.98L8 8c.38 0 .75-.07 1.1-.2L5.2 3.9c-.13.35-.2.72-.2 1.1 0 .1 0 .2.02.3L7.7 8zm1.04 1.05c.72.06 1.37.2 1.95.36l3.3 3.3v1.6L8.72 9zm1.23-1.77c.28-.25.52-.55.7-.9L6.63 2.34c-.34.18-.64.42-.9.7l4.24 4.23zM11 5.28V5c0-1.66-1.34-3-3-3h-.28L11 5.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--inclass {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-inclass'%3E %3Crect width='16' height='12' y='2' fill-rule='inherit' rx='1'/%3E %3Cpath fill='%23FFF' d='M2 14c.2-.4.4-1 .7-1.1a9 9 0 0 1 2-1v-.6A4 4 0 0 1 3.4 8c0-1 .2-1.8.6-2.4.5-.6 1.2-.9 2-.9.9 0 1.6.3 2 .9.4.6.6 1.3.6 2.3 0 1.4-.5 2.5-1.4 3.3v.7c1.6.6 2 .7 2.6 1.1l.5 1H2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--inclass-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-inclass'%3E %3Crect width='16' height='12' y='2' fill-rule='inherit' rx='1'/%3E %3Cpath fill='%23FFF' d='M2 14c.2-.4.4-1 .7-1.1a9 9 0 0 1 2-1v-.6A4 4 0 0 1 3.4 8c0-1 .2-1.8.6-2.4.5-.6 1.2-.9 2-.9.9 0 1.6.3 2 .9.4.6.6 1.3.6 2.3 0 1.4-.5 2.5-1.4 3.3v.7c1.6.6 2 .7 2.6 1.1l.5 1H2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--inclass-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-inclass'%3E %3Crect width='16' height='12' y='2' fill-rule='inherit' rx='1'/%3E %3Cpath fill='%23FFF' d='M2 14c.2-.4.4-1 .7-1.1a9 9 0 0 1 2-1v-.6A4 4 0 0 1 3.4 8c0-1 .2-1.8.6-2.4.5-.6 1.2-.9 2-.9.9 0 1.6.3 2 .9.4.6.6 1.3.6 2.3 0 1.4-.5 2.5-1.4 3.3v.7c1.6.6 2 .7 2.6 1.1l.5 1H2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--inclass-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-inclass'%3E %3Crect width='16' height='12' y='2' fill-rule='inherit' rx='1'/%3E %3Cpath fill='%23FFF' d='M2 14c.2-.4.4-1 .7-1.1a9 9 0 0 1 2-1v-.6A4 4 0 0 1 3.4 8c0-1 .2-1.8.6-2.4.5-.6 1.2-.9 2-.9.9 0 1.6.3 2 .9.4.6.6 1.3.6 2.3 0 1.4-.5 2.5-1.4 3.3v.7c1.6.6 2 .7 2.6 1.1l.5 1H2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--inclass-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-inclass'%3E %3Crect width='16' height='12' y='2' fill-rule='inherit' rx='1'/%3E %3Cpath fill='%23FFF' d='M2 14c.2-.4.4-1 .7-1.1a9 9 0 0 1 2-1v-.6A4 4 0 0 1 3.4 8c0-1 .2-1.8.6-2.4.5-.6 1.2-.9 2-.9.9 0 1.6.3 2 .9.4.6.6 1.3.6 2.3 0 1.4-.5 2.5-1.4 3.3v.7c1.6.6 2 .7 2.6 1.1l.5 1H2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--inclass-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-inclass'%3E %3Crect width='16' height='12' y='2' fill-rule='inherit' rx='1'/%3E %3Cpath fill='%23FFF' d='M2 14c.2-.4.4-1 .7-1.1a9 9 0 0 1 2-1v-.6A4 4 0 0 1 3.4 8c0-1 .2-1.8.6-2.4.5-.6 1.2-.9 2-.9.9 0 1.6.3 2 .9.4.6.6 1.3.6 2.3 0 1.4-.5 2.5-1.4 3.3v.7c1.6.6 2 .7 2.6 1.1l.5 1H2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--inclass-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-inclass'%3E %3Crect width='16' height='12' y='2' fill-rule='inherit' rx='1'/%3E %3Cpath fill='%23FFF' d='M2 14c.2-.4.4-1 .7-1.1a9 9 0 0 1 2-1v-.6A4 4 0 0 1 3.4 8c0-1 .2-1.8.6-2.4.5-.6 1.2-.9 2-.9.9 0 1.6.3 2 .9.4.6.6 1.3.6 2.3 0 1.4-.5 2.5-1.4 3.3v.7c1.6.6 2 .7 2.6 1.1l.5 1H2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--notes {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-note'%3E %3Cpath fill-rule='evenodd' d='M5.62 1.105V5.81c0 .25.094.377.284.377.056 0 .136-.01.24-.026.106-.01.186-.02.242-.02.456 0 .683.23.683.68 0 .24-.07.43-.2.57-.14.15-.31.22-.53.22-.05 0-.09 0-.11-.01l-.63-.08c-.19-.02-.5-.03-.96-.03-.42 0-.69.01-.79.02l-.63.09c-.03.01-.07.01-.12.01-.24 0-.43-.07-.58-.21-.15-.15-.22-.33-.22-.57 0-.21.06-.37.17-.5.12-.12.28-.19.48-.19.06 0 .16.01.29.03.13.02.22.03.29.03.17 0 .27-.11.31-.332.004-.047.01-.23.01-.544V2.4c0-.33-.12-.49-.36-.49-.044 0-.12.007-.23.02-.14.036-.26.053-.36.053-.407 0-.61-.234-.61-.703 0-.237.074-.43.22-.572.15-.14.345-.21.59-.21.12 0 .3.017.54.052.24.035.42.05.54.05.15 0 .35-.022.61-.07.11-.02.226-.032.344-.032.19 0 .32.053.39.158.05.084.07.234.07.45zm5.355.567c-.903 0-1.372.602-1.407 1.806.588-.35 1.155-.525 1.7-.525.715 0 1.31.22 1.786.662.476.44.714.997.714 1.67 0 .706-.27 1.29-.81 1.753-.538.462-1.22.693-2.046.693-.973 0-1.75-.31-2.33-.94C8 6.16 7.71 5.32 7.71 4.26c0-1.19.3-2.14.91-2.847C9.232.703 10.05.35 11.08.35c.616 0 1.115.134 1.496.403.382.27.572.618.572 1.045 0 .28-.087.508-.262.683-.175.18-.406.27-.693.27-.252 0-.457-.06-.614-.17-.16-.11-.24-.26-.24-.44 0-.11.04-.24.13-.39-.14-.04-.31-.06-.51-.06zm1.092 3.633c0-.294-.115-.54-.347-.735-.23-.196-.52-.294-.87-.294-.344 0-.633.1-.867.3-.235.2-.352.442-.352.73 0 .3.12.552.36.755.24.21.53.31.87.31.35 0 .63-.1.87-.3.24-.2.35-.45.35-.75zm-7.56 7.684c-.637.18-1.053.35-1.25.48-.196.13-.318.34-.367.62.315-.38.714-.57 1.197-.57.35 0 .712.14 1.087.42.374.28.642.42.803.42.105 0 .224-.06.357-.16-.42-.09-.63-.32-.63-.7 0-.22.08-.4.236-.55.158-.15.352-.23.583-.23.3 0 .55.12.746.36.19.25.29.554.29.925 0 .49-.17.915-.51 1.28-.34.363-.74.545-1.19.545-.48 0-.98-.207-1.51-.62-.37-.287-.61-.43-.72-.43-.07 0-.14.035-.2.105.04.08.06.15.06.22 0 .22-.09.4-.25.54-.17.147-.38.22-.63.22-.37 0-.67-.15-.92-.447-.246-.295-.368-.67-.368-1.116 0-1.1.825-1.97 2.47-2.62.63-.246 1.037-.44 1.22-.58.18-.14.27-.33.27-.565 0-.21-.09-.38-.28-.505-.19-.128-.44-.19-.75-.19-.3 0-.58.07-.84.21.133.174.2.352.2.534 0 .265-.1.49-.295.68-.2.183-.435.28-.715.28-.315 0-.572-.108-.772-.318-.2-.21-.3-.48-.3-.81 0-.57.27-1.04.798-1.4.53-.36 1.217-.54 2.064-.54.853 0 1.53.19 2.03.567.5.38.75.89.75 1.533 0 .68-.275 1.2-.83 1.572-.425.29-1.05.557-1.87.8zm6.846 2.9c-1 0-1.776-.32-2.326-.97-.55-.65-.824-1.55-.824-2.72 0-1.16.273-2.06.82-2.72.545-.66 1.297-.98 2.256-.98.98 0 1.75.32 2.31.96.55.64.83 1.52.83 2.65 0 1.2-.27 2.12-.81 2.78-.54.65-1.3.98-2.28.98zm-.043-5.94c-.41 0-.734.2-.973.6-.238.4-.357.95-.357 1.65s.12 1.25.356 1.65c.24.4.564.6.977.6.42 0 .75-.2.988-.6.24-.4.36-.95.36-1.65 0-.71-.12-1.26-.35-1.66-.23-.4-.56-.6-.98-.6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--notes-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366d0dd'%3E %3Cg id='icon-note'%3E %3Cpath fill-rule='evenodd' d='M5.62 1.105V5.81c0 .25.094.377.284.377.056 0 .136-.01.24-.026.106-.01.186-.02.242-.02.456 0 .683.23.683.68 0 .24-.07.43-.2.57-.14.15-.31.22-.53.22-.05 0-.09 0-.11-.01l-.63-.08c-.19-.02-.5-.03-.96-.03-.42 0-.69.01-.79.02l-.63.09c-.03.01-.07.01-.12.01-.24 0-.43-.07-.58-.21-.15-.15-.22-.33-.22-.57 0-.21.06-.37.17-.5.12-.12.28-.19.48-.19.06 0 .16.01.29.03.13.02.22.03.29.03.17 0 .27-.11.31-.332.004-.047.01-.23.01-.544V2.4c0-.33-.12-.49-.36-.49-.044 0-.12.007-.23.02-.14.036-.26.053-.36.053-.407 0-.61-.234-.61-.703 0-.237.074-.43.22-.572.15-.14.345-.21.59-.21.12 0 .3.017.54.052.24.035.42.05.54.05.15 0 .35-.022.61-.07.11-.02.226-.032.344-.032.19 0 .32.053.39.158.05.084.07.234.07.45zm5.355.567c-.903 0-1.372.602-1.407 1.806.588-.35 1.155-.525 1.7-.525.715 0 1.31.22 1.786.662.476.44.714.997.714 1.67 0 .706-.27 1.29-.81 1.753-.538.462-1.22.693-2.046.693-.973 0-1.75-.31-2.33-.94C8 6.16 7.71 5.32 7.71 4.26c0-1.19.3-2.14.91-2.847C9.232.703 10.05.35 11.08.35c.616 0 1.115.134 1.496.403.382.27.572.618.572 1.045 0 .28-.087.508-.262.683-.175.18-.406.27-.693.27-.252 0-.457-.06-.614-.17-.16-.11-.24-.26-.24-.44 0-.11.04-.24.13-.39-.14-.04-.31-.06-.51-.06zm1.092 3.633c0-.294-.115-.54-.347-.735-.23-.196-.52-.294-.87-.294-.344 0-.633.1-.867.3-.235.2-.352.442-.352.73 0 .3.12.552.36.755.24.21.53.31.87.31.35 0 .63-.1.87-.3.24-.2.35-.45.35-.75zm-7.56 7.684c-.637.18-1.053.35-1.25.48-.196.13-.318.34-.367.62.315-.38.714-.57 1.197-.57.35 0 .712.14 1.087.42.374.28.642.42.803.42.105 0 .224-.06.357-.16-.42-.09-.63-.32-.63-.7 0-.22.08-.4.236-.55.158-.15.352-.23.583-.23.3 0 .55.12.746.36.19.25.29.554.29.925 0 .49-.17.915-.51 1.28-.34.363-.74.545-1.19.545-.48 0-.98-.207-1.51-.62-.37-.287-.61-.43-.72-.43-.07 0-.14.035-.2.105.04.08.06.15.06.22 0 .22-.09.4-.25.54-.17.147-.38.22-.63.22-.37 0-.67-.15-.92-.447-.246-.295-.368-.67-.368-1.116 0-1.1.825-1.97 2.47-2.62.63-.246 1.037-.44 1.22-.58.18-.14.27-.33.27-.565 0-.21-.09-.38-.28-.505-.19-.128-.44-.19-.75-.19-.3 0-.58.07-.84.21.133.174.2.352.2.534 0 .265-.1.49-.295.68-.2.183-.435.28-.715.28-.315 0-.572-.108-.772-.318-.2-.21-.3-.48-.3-.81 0-.57.27-1.04.798-1.4.53-.36 1.217-.54 2.064-.54.853 0 1.53.19 2.03.567.5.38.75.89.75 1.533 0 .68-.275 1.2-.83 1.572-.425.29-1.05.557-1.87.8zm6.846 2.9c-1 0-1.776-.32-2.326-.97-.55-.65-.824-1.55-.824-2.72 0-1.16.273-2.06.82-2.72.545-.66 1.297-.98 2.256-.98.98 0 1.75.32 2.31.96.55.64.83 1.52.83 2.65 0 1.2-.27 2.12-.81 2.78-.54.65-1.3.98-2.28.98zm-.043-5.94c-.41 0-.734.2-.973.6-.238.4-.357.95-.357 1.65s.12 1.25.356 1.65c.24.4.564.6.977.6.42 0 .75-.2.988-.6.24-.4.36-.95.36-1.65 0-.71-.12-1.26-.35-1.66-.23-.4-.56-.6-.98-.6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--notes-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ffb400'%3E %3Cg id='icon-note'%3E %3Cpath fill-rule='evenodd' d='M5.62 1.105V5.81c0 .25.094.377.284.377.056 0 .136-.01.24-.026.106-.01.186-.02.242-.02.456 0 .683.23.683.68 0 .24-.07.43-.2.57-.14.15-.31.22-.53.22-.05 0-.09 0-.11-.01l-.63-.08c-.19-.02-.5-.03-.96-.03-.42 0-.69.01-.79.02l-.63.09c-.03.01-.07.01-.12.01-.24 0-.43-.07-.58-.21-.15-.15-.22-.33-.22-.57 0-.21.06-.37.17-.5.12-.12.28-.19.48-.19.06 0 .16.01.29.03.13.02.22.03.29.03.17 0 .27-.11.31-.332.004-.047.01-.23.01-.544V2.4c0-.33-.12-.49-.36-.49-.044 0-.12.007-.23.02-.14.036-.26.053-.36.053-.407 0-.61-.234-.61-.703 0-.237.074-.43.22-.572.15-.14.345-.21.59-.21.12 0 .3.017.54.052.24.035.42.05.54.05.15 0 .35-.022.61-.07.11-.02.226-.032.344-.032.19 0 .32.053.39.158.05.084.07.234.07.45zm5.355.567c-.903 0-1.372.602-1.407 1.806.588-.35 1.155-.525 1.7-.525.715 0 1.31.22 1.786.662.476.44.714.997.714 1.67 0 .706-.27 1.29-.81 1.753-.538.462-1.22.693-2.046.693-.973 0-1.75-.31-2.33-.94C8 6.16 7.71 5.32 7.71 4.26c0-1.19.3-2.14.91-2.847C9.232.703 10.05.35 11.08.35c.616 0 1.115.134 1.496.403.382.27.572.618.572 1.045 0 .28-.087.508-.262.683-.175.18-.406.27-.693.27-.252 0-.457-.06-.614-.17-.16-.11-.24-.26-.24-.44 0-.11.04-.24.13-.39-.14-.04-.31-.06-.51-.06zm1.092 3.633c0-.294-.115-.54-.347-.735-.23-.196-.52-.294-.87-.294-.344 0-.633.1-.867.3-.235.2-.352.442-.352.73 0 .3.12.552.36.755.24.21.53.31.87.31.35 0 .63-.1.87-.3.24-.2.35-.45.35-.75zm-7.56 7.684c-.637.18-1.053.35-1.25.48-.196.13-.318.34-.367.62.315-.38.714-.57 1.197-.57.35 0 .712.14 1.087.42.374.28.642.42.803.42.105 0 .224-.06.357-.16-.42-.09-.63-.32-.63-.7 0-.22.08-.4.236-.55.158-.15.352-.23.583-.23.3 0 .55.12.746.36.19.25.29.554.29.925 0 .49-.17.915-.51 1.28-.34.363-.74.545-1.19.545-.48 0-.98-.207-1.51-.62-.37-.287-.61-.43-.72-.43-.07 0-.14.035-.2.105.04.08.06.15.06.22 0 .22-.09.4-.25.54-.17.147-.38.22-.63.22-.37 0-.67-.15-.92-.447-.246-.295-.368-.67-.368-1.116 0-1.1.825-1.97 2.47-2.62.63-.246 1.037-.44 1.22-.58.18-.14.27-.33.27-.565 0-.21-.09-.38-.28-.505-.19-.128-.44-.19-.75-.19-.3 0-.58.07-.84.21.133.174.2.352.2.534 0 .265-.1.49-.295.68-.2.183-.435.28-.715.28-.315 0-.572-.108-.772-.318-.2-.21-.3-.48-.3-.81 0-.57.27-1.04.798-1.4.53-.36 1.217-.54 2.064-.54.853 0 1.53.19 2.03.567.5.38.75.89.75 1.533 0 .68-.275 1.2-.83 1.572-.425.29-1.05.557-1.87.8zm6.846 2.9c-1 0-1.776-.32-2.326-.97-.55-.65-.824-1.55-.824-2.72 0-1.16.273-2.06.82-2.72.545-.66 1.297-.98 2.256-.98.98 0 1.75.32 2.31.96.55.64.83 1.52.83 2.65 0 1.2-.27 2.12-.81 2.78-.54.65-1.3.98-2.28.98zm-.043-5.94c-.41 0-.734.2-.973.6-.238.4-.357.95-.357 1.65s.12 1.25.356 1.65c.24.4.564.6.977.6.42 0 .75-.2.988-.6.24-.4.36-.95.36-1.65 0-.71-.12-1.26-.35-1.66-.23-.4-.56-.6-.98-.6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--pronote, .icon--pronote-menu, .icon--pronote-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-pronote'%3E %3Ccircle cx='8' cy='8' r='8' fill='%2316a478'/%3E %3Cpath fill='%23feca0d' stroke-width='.23235551' d='M14.257756 5.7219164l-.332269-.1324426c-2.054022-.8085972-4.354342.011618-5.31397 1.858844-1.250073 2.0911995-1.071159 3.4620972-1.071159 3.4620972a3.0485042 3.0485042 0 001.95411 2.55591l.260238.102237a.64362474.64362474 0 00.83648-.339239l.10456-.255591a2.8463549 2.8463549 0 00-.420564-2.820796 2.8161487 2.8161487 0 00-.318327-.3485334h.158002c.257915 0 .425211-.027883.425211-.027883a4.6308452 4.6308452 0 003.861748-2.8068541l.202149-.4995644a.57391809.57391809 0 00-.346209-.7481847z' class='cls-6'/%3E %3Cpath fill='%23feca0d' stroke-width='.23235551' d='M5.163361 1.9786693l.329945.1394133c2.028464.8713331 3.085681 3.0717397 2.474586 5.0537322-.576241 2.3584083-1.675283 3.2158002-1.675283 3.2158002a3.0415335 3.0415335 0 01-3.190241.446123l-.255591-.109208a.64130119.64130119 0 01-.35318-.8295088l.10456-.2532675a2.8393842 2.8393842 0 012.281731-1.7101365 2.9044438 2.9044438 0 01.464711-.025559l-.111531-.1115306c-.171943-.1905315-.28115-.318327-.28115-.318327a4.64711 4.64711 0 01-.762126-4.7144932l.20912-.4972407a.57624164.57624164 0 01.764449-.2857974z' class='cls-6'/%3E %3Cpath fill='%23f0b103' stroke-width='.23235551' d='M9.996356 9.8044026h.120825a4.6145803 4.6145803 0 004.226546-2.7022945c-1.419692 2.7603834-4.75167 1.4220157-4.75167 1.4220157-.243973.3926808.08597.929422.367122 1.2826023z' class='cls-7'/%3E %3Cpath fill='%23f0b103' stroke-width='.23235551' d='M5.309745 7.8781755l-.08365-.085972a4.6122567 4.6122567 0 01-1.103688-4.8934068c-.929422 2.9602091 2.376996 4.3520185 2.376996 4.3520185-.102236.4507697-.717978.6041243-1.161777.652919z' class='cls-7'/%3E %3Cpath fill='%23f0b103' stroke-width='.23235551' d='M7.535711 10.82909v.07203a3.0345629 3.0345629 0 00.148707.697066v.01162a2.6767354 2.6767354 0 00.141737.334592.95498111.95498111 0 00.06274.118501 2.8115016 2.8115016 0 00.213767.334592c.02788.0395.05809.07668.0883.113854a3.0206215 3.0206215 0 00.288121.309033c.05344.0488.106884.09527.162649.139413a2.892826 2.892826 0 00.350857.24862 3.3482428 3.3482428 0 00.501888.267209l.260238.102236.05809.01859h.318329c-2.936976-1.059543-2.123731-4.7168183-1.958759-5.3441782-.643625 1.3662504-.650595 2.3119372-.636654 2.5768222z' class='cls-7'/%3E %3Cpath fill='%23f0b103' stroke-width='.23235551' d='M6.341404 10.336497l-.01627.01627v.01162a2.8579727 2.8579727 0 01-.604125.397328 2.595411 2.595411 0 01-.334592.13709l-.127795.04182a3.2181237 3.2181237 0 01-.388034.08597l-.14406.01859a2.8486785 2.8486785 0 01-.422887.01627l-.211444-.01395a3.3761254 3.3761254 0 01-.42521-.06971 3.252977 3.252977 0 01-.520476-.174267l-.255591-.109207-.05344-.02556h-.01627l-.03718-.02323h-.01394l-.04415-.03485-.03485-.03485-.01394-.01394-.02556-.02788-.01394-.01394c0-.01394-.02091-.02788-.03021-.04415 2.832414 1.312809 4.826024-1.858844 5.153645-2.4234679-.564626 1.4289763-1.224516 2.1051309-1.419694 2.2840449z' class='cls-7'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--noefil-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366d0dd'%3E %3Cpath d='M.343 15.902a.339.339 0 0 1-.082-.347l1.574-4.72a7.451 7.451 0 0 1-.538-1.52 7.487 7.487 0 0 1-.202-1.741 7.567 7.567 0 0 1 1.133-3.98A7.57 7.57 0 0 1 5.283.801a7.49 7.49 0 0 1 1.647-.6A7.485 7.485 0 0 1 8.671 0h.443A7.573 7.573 0 0 1 14.9 3.227a.34.34 0 0 1-.081.472.339.339 0 0 1-.473-.08A6.899 6.899 0 0 0 9.086.676H8.65a6.824 6.824 0 0 0-3.063.73h-.002a6.86 6.86 0 0 0-3.814 6.167 6.825 6.825 0 0 0 .73 3.082.339.339 0 0 1 .019.26l-1.404 4.21 4.209-1.404a.34.34 0 0 1 .26.019 6.822 6.822 0 0 0 3.081.729.34.34 0 0 1 .34.338.34.34 0 0 1-.338.34 7.462 7.462 0 0 1-1.742-.201 7.473 7.473 0 0 1-1.519-.539l-4.72 1.574A.338.338 0 0 1 .58 16a.338.338 0 0 1-.237-.098zm8.128-2.711a1.209 1.209 0 0 1-1.207-1.208V7.21a.34.34 0 0 1 .131-.268l3.907-3.039a.335.335 0 0 1 .208-.072.338.338 0 0 1 .208.072l3.907 3.039a.34.34 0 0 1 .131.268v4.774a1.209 1.209 0 0 1-1.207 1.208zm-.528-5.817v4.61a.53.53 0 0 0 .528.528h6.078a.53.53 0 0 0 .529-.529V7.374L11.51 4.6zm4.78 1.717a.34.34 0 0 1 .34-.339.339.339 0 0 1 .338.34.339.339 0 0 1-.339.338.34.34 0 0 1-.34-.34zm-1.525 0a.339.339 0 0 1 .339-.339.339.339 0 0 1 .339.34.339.339 0 0 1-.34.338.339.339 0 0 1-.339-.34zm-1.526 0a.34.34 0 0 1 .34-.339.339.339 0 0 1 .338.34.339.339 0 0 1-.339.338.34.34 0 0 1-.34-.34z' fill=''/%3E %3C/svg%3E")
    }

    .icon--noefil-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ffb400'%3E %3Cpath d='M.343 15.902a.339.339 0 0 1-.082-.347l1.574-4.72a7.451 7.451 0 0 1-.538-1.52 7.487 7.487 0 0 1-.202-1.741 7.567 7.567 0 0 1 1.133-3.98A7.57 7.57 0 0 1 5.283.801a7.49 7.49 0 0 1 1.647-.6A7.485 7.485 0 0 1 8.671 0h.443A7.573 7.573 0 0 1 14.9 3.227a.34.34 0 0 1-.081.472.339.339 0 0 1-.473-.08A6.899 6.899 0 0 0 9.086.676H8.65a6.824 6.824 0 0 0-3.063.73h-.002a6.86 6.86 0 0 0-3.814 6.167 6.825 6.825 0 0 0 .73 3.082.339.339 0 0 1 .019.26l-1.404 4.21 4.209-1.404a.34.34 0 0 1 .26.019 6.822 6.822 0 0 0 3.081.729.34.34 0 0 1 .34.338.34.34 0 0 1-.338.34 7.462 7.462 0 0 1-1.742-.201 7.473 7.473 0 0 1-1.519-.539l-4.72 1.574A.338.338 0 0 1 .58 16a.338.338 0 0 1-.237-.098zm8.128-2.711a1.209 1.209 0 0 1-1.207-1.208V7.21a.34.34 0 0 1 .131-.268l3.907-3.039a.335.335 0 0 1 .208-.072.338.338 0 0 1 .208.072l3.907 3.039a.34.34 0 0 1 .131.268v4.774a1.209 1.209 0 0 1-1.207 1.208zm-.528-5.817v4.61a.53.53 0 0 0 .528.528h6.078a.53.53 0 0 0 .529-.529V7.374L11.51 4.6zm4.78 1.717a.34.34 0 0 1 .34-.339.339.339 0 0 1 .338.34.339.339 0 0 1-.339.338.34.34 0 0 1-.34-.34zm-1.525 0a.339.339 0 0 1 .339-.339.339.339 0 0 1 .339.34.339.339 0 0 1-.34.338.339.339 0 0 1-.339-.34zm-1.526 0a.34.34 0 0 1 .34-.339.339.339 0 0 1 .338.34.339.339 0 0 1-.339.338.34.34 0 0 1-.34-.34z' fill=''/%3E %3C/svg%3E")
    }

    .icon--tarteaucitron {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E %3Cpath d='M25.6 14.13c-9.47 0-17.15 7.68-17.15 17.15 0 9.3 7.41 16.87 16.64 17.14V30.045c0-.395432 0 0 0 0s.261359.266359 2.92 2.925c.523333.533333 9.536667 9.536667 10.06 10.07 2.9-3.07 4.68-7.21 4.68-11.77 0-9.46-7.68-17.14-17.15-17.14z' style='fill:%23ffffff;stroke-width:0.1' transform='translate(-.00018662) scale(.3125)'/%3E %3Cpath d='m26.62 33.8-.01 17.4c4.68-.14 8.92-2.01 12.1-5z' style='fill:%23ffffff' transform='translate(-.00018662) scale(.3125)'/%3E %3Cpath d='M25.09 28.38v-8.34c-2.64.12-5.12 1.14-7.08 2.93l5.9 5.9c.36-.25.76-.41 1.18-.49zm-1.9 4.59c-.23-.33-.4-.71-.48-1.11h-8.35c.13 2.62 1.16 5.07 2.93 7.01zm1.9 1.2c-.42-.07-.82-.24-1.18-.49l-5.9 5.9c1.95 1.79 4.43 2.81 7.08 2.93zm-10.73-3.33h8.33c.07-.45.24-.87.5-1.24l-5.9-5.9c-1.8 1.96-2.83 4.47-2.93 7.14zm11.75-2.46c.42.07.82.24 1.18.49l5.9-5.9c-1.95-1.79-4.43-2.81-7.08-2.93zm7.8-4.69-5.9 5.9c.26.37.43.79.5 1.24h8.33c-.1-2.66-1.13-5.17-2.93-7.14zm-7.29 21.14c2.85-.13 5.53-1.23 7.63-3.16l-7.63-7.87Zm1.39-11.86 5.9 5.9c1.77-1.94 2.8-4.39 2.93-7.01h-8.35c-.09.4-.25.77-.48 1.11z' style='fill:%23ffd800' transform='translate(-.00018662) scale(.3125)'/%3E %3Cpath d='M25.6 14.13c-9.47 0-17.15 7.68-17.15 17.15 0 9.3 7.41 16.87 16.64 17.14l-.01-2.25c-3.78-.13-7.34-1.68-10.02-4.36-2.82-2.82-4.37-6.56-4.37-10.54 0-3.98 1.55-7.73 4.37-10.54 2.82-2.82 6.56-4.37 10.54-4.37 3.98 0 7.73 1.55 10.54 4.37 2.82 2.82 4.37 6.56 4.37 10.54 0 3.79-1.42 7.4-4.01 10.17l1.57 1.6c2.9-3.07 4.68-7.21 4.68-11.77 0-9.46-7.68-17.14-17.15-17.14zm11.41 30.33c-2.83 2.64-6.52 4.16-10.39 4.3l-.01 2.44c4.68-.14 8.92-2.01 12.1-5z' style='fill:%23f0a424' transform='translate(-.00018662) scale(.3125)'/%3E %3Cpath d='M36.208615 41.160254c2.509861-2.689851 3.889785-6.199658 3.889785-9.879455 0-3.869786-1.509917-7.509585-4.249766-10.249434-2.739848-2.739849-6.379648-4.249766-10.249434-4.249766-3.869786 0-7.509586 1.509917-10.249434 4.249766C12.609917 23.771214 11.1 27.411013 11.1 31.280799c0 3.869787 1.509917 7.509586 4.249766 10.249435 2.609856 2.609856 6.069665 4.109773 9.739462 4.239766v-2.229877c-3.089829-.129993-5.96967-1.389923-8.169549-3.579802-2.319872-2.319872-3.589802-5.399703-3.589802-8.679522 0-3.279819 1.279929-6.359649 3.589802-8.679521 2.319872-2.319872 5.399702-3.589802 8.679521-3.589802s6.359649 1.27993 8.679521 3.589802c2.319872 2.309873 3.589802 5.399702 3.589802 8.679521 0 3.109829-1.149937 6.039667-3.239821 8.309542zM36.74 44.16l-1.71-1.71c-2.31 2.13-5.26 3.36-8.41 3.48v2.42c3.77-.13 7.36-1.62 10.12-4.19z' style='fill:%23ffd800' transform='translate(-.00018662) scale(.3125)'/%3E %3Cpath d='M15.67 16.13c-.01-.64-.01-1.31-.01-2 0-5.76 4.69-10.45 10.45-10.45 5.76 0 10.45 4.69 10.45 10.45 0 .95-.01 1.85-.03 2.71 1.34 1.02 2.54 2.22 3.55 3.56.1-1.8.15-3.87.15-6.27C40.24 6.32 33.91 0 26.11 0c-7.8 0-14.13 6.32-14.13 14.13 0 1.89.03 3.59.09 5.11 1.06-1.19 2.27-2.24 3.6-3.11z' style='fill:%23ffd800' transform='translate(-.00018662) scale(.3125)'/%3E %3C/svg%3E")
    }

    .icon--skolengo-donut {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.398898 12.4339C0.137852 13.5807 0 14.7743 0 16.0001C0 23.1894 4.74153 29.2711 11.268 31.2888C8.35459 29.2829 8.5355 26.5374 8.7242 23.6739C8.99564 19.5547 9.28318 15.1913 0.398898 12.4339Z' fill='%2373c6d0'/%3E %3Cpath d='M26.8914 4.2793C26.8914 4.2793 28.5832 5.7405 29.9328 8.11989C31.2824 10.6668 31.6047 12.4492 31.6047 12.4492C31.326 15.9789 28.8569 17.1955 26.2815 18.4644C24.7699 19.2092 23.2217 19.972 22.0584 21.2311C22.0576 21.232 22.0569 21.2329 22.0561 21.2337H22.0509C23.2654 19.8309 24.0002 18.0013 24.0002 16.0002C24.0002 12.2063 21.3593 9.02923 17.8155 8.20702C20.178 8.6282 23.022 7.85727 26.8914 4.2793Z' fill='%2373c6d0'/%3E %3Cpath d='M31.6039 12.4461C31.3263 15.9777 28.8565 17.1946 26.2805 18.4638C22.5773 20.2884 18.6545 22.2212 20.7093 31.2948L20.7098 31.2951C27.2477 29.2843 31.9999 23.1969 31.9999 15.9995C31.9999 14.7783 31.8631 13.5889 31.6039 12.4461Z' fill='%23f0eb71'/%3E %3Cpath d='M12.9943 5.86904C10.6068 4.27256 8.31777 2.74192 5.11977 4.26829C2.80357 6.41748 1.12488 9.24422 0.398926 12.4333C5.60119 14.0479 7.65863 16.2132 8.41596 18.5576H8.41774C8.14686 17.7544 8.00002 16.8941 8.00002 15.9995C8.00002 11.5813 11.5817 7.99955 16 7.99955C16.4922 7.99955 16.9739 8.04399 17.4415 8.12907C15.7952 7.74199 14.3782 6.79445 12.9943 5.86904Z' fill='%23f0eb71'/%3E %3Cpath d='M26.8918 4.27959C24.0357 1.62409 20.2075 0 15.9999 0C11.7976 0 7.9737 1.62006 5.11865 4.26969C8.31769 2.74174 10.6072 4.27268 12.9951 5.86949C14.38 6.79553 15.798 7.74372 17.4457 8.13031C17.5686 8.15274 17.6905 8.17798 17.8114 8.20595C20.1748 8.62911 23.0199 7.85972 26.8918 4.27959Z' fill='%2343497d'/%3E %3Cpath d='M11.2682 31.2887C8.35475 29.2828 8.53567 26.5373 8.72437 23.6737C8.84166 21.8939 8.96195 20.0684 8.34407 18.3467H8.34976C9.35257 21.6199 12.3984 24 16.0001 24C18.4285 24 20.33 23.2393 21.783 21.5477C21.8208 21.5015 21.859 21.4559 21.8978 21.411C21.8598 21.4572 21.8216 21.5028 21.783 21.5477C20.2802 23.3857 19.5628 26.2262 20.7108 31.2953C19.2215 31.7534 17.6396 32 16.0001 32C13.2264 32 11.2384 31.2681 11.2682 31.2887Z' fill='%2343497d'/%3E %3C/svg%3E")
    }

    .icon--skolengo-donut-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.398898 12.4339C0.137852 13.5807 0 14.7743 0 16.0001C0 23.1894 4.74153 29.2711 11.268 31.2888C8.35459 29.2829 8.5355 26.5374 8.7242 23.6739C8.99564 19.5547 9.28318 15.1913 0.398898 12.4339Z' fill='%23fff' opacity='0.7'/%3E %3Cpath d='M26.8914 4.2793C26.8914 4.2793 28.5832 5.7405 29.9328 8.11989C31.2824 10.6668 31.6047 12.4492 31.6047 12.4492C31.326 15.9789 28.8569 17.1955 26.2815 18.4644C24.7699 19.2092 23.2217 19.972 22.0584 21.2311C22.0576 21.232 22.0569 21.2329 22.0561 21.2337H22.0509C23.2654 19.8309 24.0002 18.0013 24.0002 16.0002C24.0002 12.2063 21.3593 9.02923 17.8155 8.20702C20.178 8.6282 23.022 7.85727 26.8914 4.2793Z' fill='%23fff' opacity='0.7'/%3E %3Cpath d='M31.6039 12.4461C31.3263 15.9777 28.8565 17.1946 26.2805 18.4638C22.5773 20.2884 18.6545 22.2212 20.7093 31.2948L20.7098 31.2951C27.2477 29.2843 31.9999 23.1969 31.9999 15.9995C31.9999 14.7783 31.8631 13.5889 31.6039 12.4461Z' fill='%23fff'/%3E %3Cpath d='M12.9943 5.86904C10.6068 4.27256 8.31777 2.74192 5.11977 4.26829C2.80357 6.41748 1.12488 9.24422 0.398926 12.4333C5.60119 14.0479 7.65863 16.2132 8.41596 18.5576H8.41774C8.14686 17.7544 8.00002 16.8941 8.00002 15.9995C8.00002 11.5813 11.5817 7.99955 16 7.99955C16.4922 7.99955 16.9739 8.04399 17.4415 8.12907C15.7952 7.74199 14.3782 6.79445 12.9943 5.86904Z' fill='%23fff'/%3E %3Cpath d='M26.8918 4.27959C24.0357 1.62409 20.2075 0 15.9999 0C11.7976 0 7.9737 1.62006 5.11865 4.26969C8.31769 2.74174 10.6072 4.27268 12.9951 5.86949C14.38 6.79553 15.798 7.74372 17.4457 8.13031C17.5686 8.15274 17.6905 8.17798 17.8114 8.20595C20.1748 8.62911 23.0199 7.85972 26.8918 4.27959Z' fill='%23fff' opacity='0.4'/%3E %3Cpath d='M11.2682 31.2887C8.35475 29.2828 8.53567 26.5373 8.72437 23.6737C8.84166 21.8939 8.96195 20.0684 8.34407 18.3467H8.34976C9.35257 21.6199 12.3984 24 16.0001 24C18.4285 24 20.33 23.2393 21.783 21.5477C21.8208 21.5015 21.859 21.4559 21.8978 21.411C21.8598 21.4572 21.8216 21.5028 21.783 21.5477C20.2802 23.3857 19.5628 26.2262 20.7108 31.2953C19.2215 31.7534 17.6396 32 16.0001 32C13.2264 32 11.2384 31.2681 11.2682 31.2887Z' fill='%23fff' opacity='0.4'/%3E %3C/svg%3E")
    }

    .icon--moodle {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='url('%23a')'%3E %3Cg id='icon-moodle'%3E %3CradialGradient id='a' cx='138.24001' cy='48.092999' r='123.33' gradientTransform='matrix(.27444 0 0 .27444 -4.281304 -1.9210978)' gradientUnits='userSpaceOnUse'%3E %3Cstop offset='0' stop-color='%23FAAF40'/%3E %3Cstop offset='.043215' stop-color='%23F9A538'/%3E %3Cstop offset='.1116' stop-color='%23F89D31'/%3E %3Cstop offset='.2269' stop-color='%23F89A2F'/%3E %3Cstop offset='.5276' stop-color='%23F7922D'/%3E %3Cstop offset='1' stop-color='%23F37B28'/%3E %3C/radialGradient%3E %3Cpath fill-rule='evenodd' d='M12.843911 13.310463V7.0531733c0-1.3173242-.548885-1.9759863-1.619211-1.9759863s-1.619211.6586621-1.619211 1.9759863v6.2572897H6.394511V7.0531733c0-1.3173242-.521441-1.9759863-1.591767-1.9759863-1.070325 0-1.619211.6586621-1.619211 1.9759863v6.2572897H0V6.696398c0-1.3722127.466552-2.3876501 1.427101-3.1012007.823328-.6312179 1.975986-.9331047 3.375643-.9331047 1.454546 0 2.497428.3567753 3.183534 1.0977702.576329-.7409949 1.646655-1.0977702 3.210978-1.0977702 1.427101 0 2.552315.3018868 3.375643.9331047C15.533448 4.3087479 16 5.3241853 16 6.696398v6.641509h-3.156089z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--moodle-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-moodle'%3E %3CradialGradient id='a' cx='138.24001' cy='48.092999' r='123.33' gradientTransform='matrix(.27444 0 0 .27444 -4.281304 -1.9210978)' gradientUnits='userSpaceOnUse'%3E %3Cstop offset='0' stop-color='%23FAAF40'/%3E %3Cstop offset='.043215' stop-color='%23F9A538'/%3E %3Cstop offset='.1116' stop-color='%23F89D31'/%3E %3Cstop offset='.2269' stop-color='%23F89A2F'/%3E %3Cstop offset='.5276' stop-color='%23F7922D'/%3E %3Cstop offset='1' stop-color='%23F37B28'/%3E %3C/radialGradient%3E %3Cpath fill-rule='evenodd' d='M12.843911 13.310463V7.0531733c0-1.3173242-.548885-1.9759863-1.619211-1.9759863s-1.619211.6586621-1.619211 1.9759863v6.2572897H6.394511V7.0531733c0-1.3173242-.521441-1.9759863-1.591767-1.9759863-1.070325 0-1.619211.6586621-1.619211 1.9759863v6.2572897H0V6.696398c0-1.3722127.466552-2.3876501 1.427101-3.1012007.823328-.6312179 1.975986-.9331047 3.375643-.9331047 1.454546 0 2.497428.3567753 3.183534 1.0977702.576329-.7409949 1.646655-1.0977702 3.210978-1.0977702 1.427101 0 2.552315.3018868 3.375643.9331047C15.533448 4.3087479 16 5.3241853 16 6.696398v6.641509h-3.156089z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--moodle-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-moodle'%3E %3CradialGradient id='a' cx='138.24001' cy='48.092999' r='123.33' gradientTransform='matrix(.27444 0 0 .27444 -4.281304 -1.9210978)' gradientUnits='userSpaceOnUse'%3E %3Cstop offset='0' stop-color='%23FAAF40'/%3E %3Cstop offset='.043215' stop-color='%23F9A538'/%3E %3Cstop offset='.1116' stop-color='%23F89D31'/%3E %3Cstop offset='.2269' stop-color='%23F89A2F'/%3E %3Cstop offset='.5276' stop-color='%23F7922D'/%3E %3Cstop offset='1' stop-color='%23F37B28'/%3E %3C/radialGradient%3E %3Cpath fill-rule='evenodd' d='M12.843911 13.310463V7.0531733c0-1.3173242-.548885-1.9759863-1.619211-1.9759863s-1.619211.6586621-1.619211 1.9759863v6.2572897H6.394511V7.0531733c0-1.3173242-.521441-1.9759863-1.591767-1.9759863-1.070325 0-1.619211.6586621-1.619211 1.9759863v6.2572897H0V6.696398c0-1.3722127.466552-2.3876501 1.427101-3.1012007.823328-.6312179 1.975986-.9331047 3.375643-.9331047 1.454546 0 2.497428.3567753 3.183534 1.0977702.576329-.7409949 1.646655-1.0977702 3.210978-1.0977702 1.427101 0 2.552315.3018868 3.375643.9331047C15.533448 4.3087479 16 5.3241853 16 6.696398v6.641509h-3.156089z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--moodle-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366d0dd'%3E %3Cg id='icon-moodle'%3E %3CradialGradient id='a' cx='138.24001' cy='48.092999' r='123.33' gradientTransform='matrix(.27444 0 0 .27444 -4.281304 -1.9210978)' gradientUnits='userSpaceOnUse'%3E %3Cstop offset='0' stop-color='%23FAAF40'/%3E %3Cstop offset='.043215' stop-color='%23F9A538'/%3E %3Cstop offset='.1116' stop-color='%23F89D31'/%3E %3Cstop offset='.2269' stop-color='%23F89A2F'/%3E %3Cstop offset='.5276' stop-color='%23F7922D'/%3E %3Cstop offset='1' stop-color='%23F37B28'/%3E %3C/radialGradient%3E %3Cpath fill-rule='evenodd' d='M12.843911 13.310463V7.0531733c0-1.3173242-.548885-1.9759863-1.619211-1.9759863s-1.619211.6586621-1.619211 1.9759863v6.2572897H6.394511V7.0531733c0-1.3173242-.521441-1.9759863-1.591767-1.9759863-1.070325 0-1.619211.6586621-1.619211 1.9759863v6.2572897H0V6.696398c0-1.3722127.466552-2.3876501 1.427101-3.1012007.823328-.6312179 1.975986-.9331047 3.375643-.9331047 1.454546 0 2.497428.3567753 3.183534 1.0977702.576329-.7409949 1.646655-1.0977702 3.210978-1.0977702 1.427101 0 2.552315.3018868 3.375643.9331047C15.533448 4.3087479 16 5.3241853 16 6.696398v6.641509h-3.156089z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--moodle-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ffb400'%3E %3Cg id='icon-moodle'%3E %3CradialGradient id='a' cx='138.24001' cy='48.092999' r='123.33' gradientTransform='matrix(.27444 0 0 .27444 -4.281304 -1.9210978)' gradientUnits='userSpaceOnUse'%3E %3Cstop offset='0' stop-color='%23FAAF40'/%3E %3Cstop offset='.043215' stop-color='%23F9A538'/%3E %3Cstop offset='.1116' stop-color='%23F89D31'/%3E %3Cstop offset='.2269' stop-color='%23F89A2F'/%3E %3Cstop offset='.5276' stop-color='%23F7922D'/%3E %3Cstop offset='1' stop-color='%23F37B28'/%3E %3C/radialGradient%3E %3Cpath fill-rule='evenodd' d='M12.843911 13.310463V7.0531733c0-1.3173242-.548885-1.9759863-1.619211-1.9759863s-1.619211.6586621-1.619211 1.9759863v6.2572897H6.394511V7.0531733c0-1.3173242-.521441-1.9759863-1.591767-1.9759863-1.070325 0-1.619211.6586621-1.619211 1.9759863v6.2572897H0V6.696398c0-1.3722127.466552-2.3876501 1.427101-3.1012007.823328-.6312179 1.975986-.9331047 3.375643-.9331047 1.454546 0 2.497428.3567753 3.183534 1.0977702.576329-.7409949 1.646655-1.0977702 3.210978-1.0977702 1.427101 0 2.552315.3018868 3.375643.9331047C15.533448 4.3087479 16 5.3241853 16 6.696398v6.641509h-3.156089z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--arrow {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-arrow'%3E %3Cpath fill-rule='evenodd' d='M7.984 2a1 1 0 0 0-.691.293L3.758 5.828a1 1 0 1 0 1.414 1.414L7 5.414V13a1 1 0 1 0 2 0V5.414l1.828 1.828a1 1 0 1 0 1.414-1.414L8.707 2.293A1 1 0 0 0 7.984 2z' overflow='visible'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--arrow-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-arrow'%3E %3Cpath fill-rule='evenodd' d='M7.984 2a1 1 0 0 0-.691.293L3.758 5.828a1 1 0 1 0 1.414 1.414L7 5.414V13a1 1 0 1 0 2 0V5.414l1.828 1.828a1 1 0 1 0 1.414-1.414L8.707 2.293A1 1 0 0 0 7.984 2z' overflow='visible'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--arrow-success {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366a030'%3E %3Cg id='icon-arrow'%3E %3Cpath fill-rule='evenodd' d='M7.984 2a1 1 0 0 0-.691.293L3.758 5.828a1 1 0 1 0 1.414 1.414L7 5.414V13a1 1 0 1 0 2 0V5.414l1.828 1.828a1 1 0 1 0 1.414-1.414L8.707 2.293A1 1 0 0 0 7.984 2z' overflow='visible'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--arrow-warn-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2384000d'%3E %3Cg id='icon-arrow'%3E %3Cpath fill-rule='evenodd' d='M7.984 2a1 1 0 0 0-.691.293L3.758 5.828a1 1 0 1 0 1.414 1.414L7 5.414V13a1 1 0 1 0 2 0V5.414l1.828 1.828a1 1 0 1 0 1.414-1.414L8.707 2.293A1 1 0 0 0 7.984 2z' overflow='visible'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--arrow-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-arrow'%3E %3Cpath fill-rule='evenodd' d='M7.984 2a1 1 0 0 0-.691.293L3.758 5.828a1 1 0 1 0 1.414 1.414L7 5.414V13a1 1 0 1 0 2 0V5.414l1.828 1.828a1 1 0 1 0 1.414-1.414L8.707 2.293A1 1 0 0 0 7.984 2z' overflow='visible'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--arrow-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-arrow'%3E %3Cpath fill-rule='evenodd' d='M7.984 2a1 1 0 0 0-.691.293L3.758 5.828a1 1 0 1 0 1.414 1.414L7 5.414V13a1 1 0 1 0 2 0V5.414l1.828 1.828a1 1 0 1 0 1.414-1.414L8.707 2.293A1 1 0 0 0 7.984 2z' overflow='visible'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--arrow-comp-darker {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-arrow'%3E %3Cpath fill-rule='evenodd' d='M7.984 2a1 1 0 0 0-.691.293L3.758 5.828a1 1 0 1 0 1.414 1.414L7 5.414V13a1 1 0 1 0 2 0V5.414l1.828 1.828a1 1 0 1 0 1.414-1.414L8.707 2.293A1 1 0 0 0 7.984 2z' overflow='visible'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--arrow-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-arrow'%3E %3Cpath fill-rule='evenodd' d='M7.984 2a1 1 0 0 0-.691.293L3.758 5.828a1 1 0 1 0 1.414 1.414L7 5.414V13a1 1 0 1 0 2 0V5.414l1.828 1.828a1 1 0 1 0 1.414-1.414L8.707 2.293A1 1 0 0 0 7.984 2z' overflow='visible'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--arrow-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-arrow'%3E %3Cpath fill-rule='evenodd' d='M7.984 2a1 1 0 0 0-.691.293L3.758 5.828a1 1 0 1 0 1.414 1.414L7 5.414V13a1 1 0 1 0 2 0V5.414l1.828 1.828a1 1 0 1 0 1.414-1.414L8.707 2.293A1 1 0 0 0 7.984 2z' overflow='visible'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--arrow-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-arrow'%3E %3Cpath fill-rule='evenodd' d='M7.984 2a1 1 0 0 0-.691.293L3.758 5.828a1 1 0 1 0 1.414 1.414L7 5.414V13a1 1 0 1 0 2 0V5.414l1.828 1.828a1 1 0 1 0 1.414-1.414L8.707 2.293A1 1 0 0 0 7.984 2z' overflow='visible'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--sort-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%23006dcc'%3E %3Cpath d='M2 7.333h8v1.334H2M2 12v-1.333h12V12M2 4h4v1.333H2Z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--sort2-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cpath d='M8.037 0c.058 0-5.343 5.363-5.371 5.334-.029-.029 10.697-.044 10.668-.016C13.304 5.347 7.978 0 8.037 0zm5.297 10.666c.029.029-10.697.042-10.668.014.03-.028 5.356 5.32 5.297 5.32-.058 0 5.343-5.363 5.371-5.334z'/%3E %3C/svg%3E")
    }

    .icon--sort2-asc-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cpath d='M13.334 10.666c.029.029-10.697.042-10.668.014.03-.028 5.356 5.32 5.297 5.32-.058 0 5.343-5.363 5.371-5.334z' style='opacity:.25'/%3E %3Cpath d='M8.037 0c.058 0-5.343 5.363-5.371 5.334-.029-.029 10.697-.044 10.668-.016C13.304 5.347 7.978 0 8.037 0Z'/%3E %3C/svg%3E")
    }

    .icon--sort2-desc-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cpath d='M13.334 10.666c.029.029-10.697.042-10.668.014.03-.028 5.356 5.32 5.297 5.32-.058 0 5.343-5.363 5.371-5.334z'/%3E %3Cpath d='M8.037 0c.058 0-5.343 5.363-5.371 5.334-.029-.029 10.697-.044 10.668-.016C13.304 5.347 7.978 0 8.037 0Z' style='opacity:.25'/%3E %3C/svg%3E")
    }

    .icon--equal {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-equal'%3E %3Cpath d='M4 4.9991a1.0001 1.0001 0 1 0 0 2h8a1.0001 1.0001 0 1 0 0-2H4zM4 8.9991a1.0001 1.0001 0 1 0 0 2h8a1.0001 1.0001 0 1 0 0-2H4z' fill-rule='evenodd' overflow='visible'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--equal-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-equal'%3E %3Cpath d='M4 4.9991a1.0001 1.0001 0 1 0 0 2h8a1.0001 1.0001 0 1 0 0-2H4zM4 8.9991a1.0001 1.0001 0 1 0 0 2h8a1.0001 1.0001 0 1 0 0-2H4z' fill-rule='evenodd' overflow='visible'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--equal-comp-darker {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-equal'%3E %3Cpath d='M4 4.9991a1.0001 1.0001 0 1 0 0 2h8a1.0001 1.0001 0 1 0 0-2H4zM4 8.9991a1.0001 1.0001 0 1 0 0 2h8a1.0001 1.0001 0 1 0 0-2H4z' fill-rule='evenodd' overflow='visible'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--equal-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-equal'%3E %3Cpath d='M4 4.9991a1.0001 1.0001 0 1 0 0 2h8a1.0001 1.0001 0 1 0 0-2H4zM4 8.9991a1.0001 1.0001 0 1 0 0 2h8a1.0001 1.0001 0 1 0 0-2H4z' fill-rule='evenodd' overflow='visible'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--equal-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-equal'%3E %3Cpath d='M4 4.9991a1.0001 1.0001 0 1 0 0 2h8a1.0001 1.0001 0 1 0 0-2H4zM4 8.9991a1.0001 1.0001 0 1 0 0 2h8a1.0001 1.0001 0 1 0 0-2H4z' fill-rule='evenodd' overflow='visible'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--equal-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-equal'%3E %3Cpath d='M4 4.9991a1.0001 1.0001 0 1 0 0 2h8a1.0001 1.0001 0 1 0 0-2H4zM4 8.9991a1.0001 1.0001 0 1 0 0 2h8a1.0001 1.0001 0 1 0 0-2H4z' fill-rule='evenodd' overflow='visible'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--less-than {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-less-than'%3E %3Cpath fill-rule='inherit' d='M12.5 1.25L11.15 0 3.5 8l7.65 8 1.325-1.25-6-6.75L12.5 1.25z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--less-than-comp-darker {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-less-than'%3E %3Cpath fill-rule='inherit' d='M12.5 1.25L11.15 0 3.5 8l7.65 8 1.325-1.25-6-6.75L12.5 1.25z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--less-than-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-less-than'%3E %3Cpath fill-rule='inherit' d='M12.5 1.25L11.15 0 3.5 8l7.65 8 1.325-1.25-6-6.75L12.5 1.25z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--less-than-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-less-than'%3E %3Cpath fill-rule='inherit' d='M12.5 1.25L11.15 0 3.5 8l7.65 8 1.325-1.25-6-6.75L12.5 1.25z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--less-than-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-less-than'%3E %3Cpath fill-rule='inherit' d='M12.5 1.25L11.15 0 3.5 8l7.65 8 1.325-1.25-6-6.75L12.5 1.25z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--less-than-comp-lighter {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23f3f5f6'%3E %3Cg id='icon-less-than'%3E %3Cpath fill-rule='inherit' d='M12.5 1.25L11.15 0 3.5 8l7.65 8 1.325-1.25-6-6.75L12.5 1.25z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--less-than-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-less-than'%3E %3Cpath fill-rule='inherit' d='M12.5 1.25L11.15 0 3.5 8l7.65 8 1.325-1.25-6-6.75L12.5 1.25z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--less-than-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-less-than'%3E %3Cpath fill-rule='inherit' d='M12.5 1.25L11.15 0 3.5 8l7.65 8 1.325-1.25-6-6.75L12.5 1.25z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--greater-than {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-greater-than'%3E %3Cpath fill-rule='inherit' d='M3.5 14.75L4.825 16 12.5 8 4.8 0 3.5 1.25 9.5 8l-6 6.75z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--greater-than-comp-darker {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-greater-than'%3E %3Cpath fill-rule='inherit' d='M3.5 14.75L4.825 16 12.5 8 4.8 0 3.5 1.25 9.5 8l-6 6.75z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--greater-than-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-greater-than'%3E %3Cpath fill-rule='inherit' d='M3.5 14.75L4.825 16 12.5 8 4.8 0 3.5 1.25 9.5 8l-6 6.75z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--greater-than-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-greater-than'%3E %3Cpath fill-rule='inherit' d='M3.5 14.75L4.825 16 12.5 8 4.8 0 3.5 1.25 9.5 8l-6 6.75z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--greater-than-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-greater-than'%3E %3Cpath fill-rule='inherit' d='M3.5 14.75L4.825 16 12.5 8 4.8 0 3.5 1.25 9.5 8l-6 6.75z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--greater-than-comp-lighter {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23f3f5f6'%3E %3Cg id='icon-greater-than'%3E %3Cpath fill-rule='inherit' d='M3.5 14.75L4.825 16 12.5 8 4.8 0 3.5 1.25 9.5 8l-6 6.75z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--greater-than-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-greater-than'%3E %3Cpath fill-rule='inherit' d='M3.5 14.75L4.825 16 12.5 8 4.8 0 3.5 1.25 9.5 8l-6 6.75z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--greater-than-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-greater-than'%3E %3Cpath fill-rule='inherit' d='M3.5 14.75L4.825 16 12.5 8 4.8 0 3.5 1.25 9.5 8l-6 6.75z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--up {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-up'%3E %3Cpath fill-rule='inherit' d='M14.75 12.5L16 11.175 8 3.5l-8 7.7 1.25 1.3L8 6.5l6.75 6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--up-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-up'%3E %3Cpath fill-rule='inherit' d='M14.75 12.5L16 11.175 8 3.5l-8 7.7 1.25 1.3L8 6.5l6.75 6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--up-slate-300 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-up'%3E %3Cpath fill-rule='inherit' d='M14.75 12.5L16 11.175 8 3.5l-8 7.7 1.25 1.3L8 6.5l6.75 6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--down {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-down'%3E %3Cpath fill-rule='inherit' d='M1.25 3.5L0 4.825 8 12.5l8-7.7-1.25-1.3L8 9.5l-6.75-6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--down-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-down'%3E %3Cpath fill-rule='inherit' d='M1.25 3.5L0 4.825 8 12.5l8-7.7-1.25-1.3L8 9.5l-6.75-6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--down-slate-300 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-down'%3E %3Cpath fill-rule='inherit' d='M1.25 3.5L0 4.825 8 12.5l8-7.7-1.25-1.3L8 9.5l-6.75-6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--loading-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' stroke='%23fff'%3E %3Cg id='icon-loader'%3E %3Ccircle cx='50%25' cy='50%25' r='6' fill='none' stroke='inherit' stroke-width='3' stroke-opacity='.3'/%3E %3Ccircle cx='50%25' cy='50%25' r='6' fill='none' stroke='inherit' stroke-width='3' stroke-linecap='round' stroke-dasharray='10 10 30 50 10' stroke-opacity='.5'%3E %3Canimate attributeName='stroke-dashoffset' dur='10s' repeatCount='indefinite' from='0' to='1000'/%3E %3C/circle%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--loading {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' stroke='%23006dcc'%3E %3Cg id='icon-loader'%3E %3Ccircle cx='50%25' cy='50%25' r='6' fill='none' stroke='inherit' stroke-width='3' stroke-opacity='.3'/%3E %3Ccircle cx='50%25' cy='50%25' r='6' fill='none' stroke='inherit' stroke-width='3' stroke-linecap='round' stroke-dasharray='10 10 30 50 10' stroke-opacity='.5'%3E %3Canimate attributeName='stroke-dashoffset' dur='10s' repeatCount='indefinite' from='0' to='1000'/%3E %3C/circle%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--files-comp-darker {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-service-files'%3E %3Cpath fill='' fill-stroke='inherit' d='m 8.7,3.367 h 5.802 C 15.329,3.367 16,3.992 16,4.763 v 8.84 C 16,14.375 15.333,15 14.502,15 H 1.498 C 0.67,15 0,14.375 0,13.603 V 2.43 C 0,1.916 0.447,1.5 1,1.5 h 5 c 1.373,0 1.505,1.867 2.7,1.867z'/%3E %3Crect width='15' height='10' x='.5' y='4' fill='%23fff' rx='3'/%3E %3Crect width='15' height='9.5' x='.5' y='5' fill='%23f0f4f6' rx='1'/%3E %3Cpath fill='' d='m 3,5.5 10,0 c 1.662,0 3,1.338 3,3 l 0,5.10699 C 16,14.375 15.332031,15 14.502515,15 L 1.492187,15 C 0.671875,15 0,14.375 0,13.60156 L 0,8.5 c 0,-1.662 1.338,-3 3,-3 z' fill-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--files-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-service-files'%3E %3Cpath fill='' fill-stroke='inherit' d='m 8.7,3.367 h 5.802 C 15.329,3.367 16,3.992 16,4.763 v 8.84 C 16,14.375 15.333,15 14.502,15 H 1.498 C 0.67,15 0,14.375 0,13.603 V 2.43 C 0,1.916 0.447,1.5 1,1.5 h 5 c 1.373,0 1.505,1.867 2.7,1.867z'/%3E %3Crect width='15' height='10' x='.5' y='4' fill='%23fff' rx='3'/%3E %3Crect width='15' height='9.5' x='.5' y='5' fill='%23f0f4f6' rx='1'/%3E %3Cpath fill='' d='m 3,5.5 10,0 c 1.662,0 3,1.338 3,3 l 0,5.10699 C 16,14.375 15.332031,15 14.502515,15 L 1.492187,15 C 0.671875,15 0,14.375 0,13.60156 L 0,8.5 c 0,-1.662 1.338,-3 3,-3 z' fill-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--files-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-service-files'%3E %3Cpath fill='' fill-stroke='inherit' d='m 8.7,3.367 h 5.802 C 15.329,3.367 16,3.992 16,4.763 v 8.84 C 16,14.375 15.333,15 14.502,15 H 1.498 C 0.67,15 0,14.375 0,13.603 V 2.43 C 0,1.916 0.447,1.5 1,1.5 h 5 c 1.373,0 1.505,1.867 2.7,1.867z'/%3E %3Crect width='15' height='10' x='.5' y='4' fill='%23fff' rx='3'/%3E %3Crect width='15' height='9.5' x='.5' y='5' fill='%23f0f4f6' rx='1'/%3E %3Cpath fill='' d='m 3,5.5 10,0 c 1.662,0 3,1.338 3,3 l 0,5.10699 C 16,14.375 15.332031,15 14.502515,15 L 1.492187,15 C 0.671875,15 0,14.375 0,13.60156 L 0,8.5 c 0,-1.662 1.338,-3 3,-3 z' fill-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--files-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-service-files'%3E %3Cpath fill='' fill-stroke='inherit' d='m 8.7,3.367 h 5.802 C 15.329,3.367 16,3.992 16,4.763 v 8.84 C 16,14.375 15.333,15 14.502,15 H 1.498 C 0.67,15 0,14.375 0,13.603 V 2.43 C 0,1.916 0.447,1.5 1,1.5 h 5 c 1.373,0 1.505,1.867 2.7,1.867z'/%3E %3Crect width='15' height='10' x='.5' y='4' fill='%23fff' rx='3'/%3E %3Crect width='15' height='9.5' x='.5' y='5' fill='%23f0f4f6' rx='1'/%3E %3Cpath fill='' d='m 3,5.5 10,0 c 1.662,0 3,1.338 3,3 l 0,5.10699 C 16,14.375 15.332031,15 14.502515,15 L 1.492187,15 C 0.671875,15 0,14.375 0,13.60156 L 0,8.5 c 0,-1.662 1.338,-3 3,-3 z' fill-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--files-comp-lighter {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23f3f5f6'%3E %3Cg id='icon-service-files'%3E %3Cpath fill='' fill-stroke='inherit' d='m 8.7,3.367 h 5.802 C 15.329,3.367 16,3.992 16,4.763 v 8.84 C 16,14.375 15.333,15 14.502,15 H 1.498 C 0.67,15 0,14.375 0,13.603 V 2.43 C 0,1.916 0.447,1.5 1,1.5 h 5 c 1.373,0 1.505,1.867 2.7,1.867z'/%3E %3Crect width='15' height='10' x='.5' y='4' fill='%23fff' rx='3'/%3E %3Crect width='15' height='9.5' x='.5' y='5' fill='%23f0f4f6' rx='1'/%3E %3Cpath fill='' d='m 3,5.5 10,0 c 1.662,0 3,1.338 3,3 l 0,5.10699 C 16,14.375 15.332031,15 14.502515,15 L 1.492187,15 C 0.671875,15 0,14.375 0,13.60156 L 0,8.5 c 0,-1.662 1.338,-3 3,-3 z' fill-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--files-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-service-files'%3E %3Cpath fill='' fill-stroke='inherit' d='m 8.7,3.367 h 5.802 C 15.329,3.367 16,3.992 16,4.763 v 8.84 C 16,14.375 15.333,15 14.502,15 H 1.498 C 0.67,15 0,14.375 0,13.603 V 2.43 C 0,1.916 0.447,1.5 1,1.5 h 5 c 1.373,0 1.505,1.867 2.7,1.867z'/%3E %3Crect width='15' height='10' x='.5' y='4' fill='%23fff' rx='3'/%3E %3Crect width='15' height='9.5' x='.5' y='5' fill='%23f0f4f6' rx='1'/%3E %3Cpath fill='' d='m 3,5.5 10,0 c 1.662,0 3,1.338 3,3 l 0,5.10699 C 16,14.375 15.332031,15 14.502515,15 L 1.492187,15 C 0.671875,15 0,14.375 0,13.60156 L 0,8.5 c 0,-1.662 1.338,-3 3,-3 z' fill-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--favs {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-service-favs'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath d='M4 0h9c2.125 0 2 3.61 2 3.61V8H4V0z' fill='%23516e7b'/%3E %3Cpath d='M0 2.75C0 0 2 0 2 0h11s-2 0-2 3.76V16l-5.5-5L0 16V2.75z' fill='%23d7dee2'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--favorite-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff' stroke='%23006dcc'%3E %3Cpath fill='' stroke='' stroke-width='1' d='M2.5.499946h11v14.323486L8 9.5203289 2.5 14.823432Z' paint-order='markers fill stroke'/%3E %3C/svg%3E")
    }

    .icon--favorite-full-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc' stroke='%23006dcc'%3E %3Cpath fill='' stroke='' stroke-width='1' d='M2.5.499946h11v14.323486L8 9.5203289 2.5 14.823432Z' paint-order='markers fill stroke'/%3E %3C/svg%3E")
    }

    .icon--star-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff' stroke='%23006dcc'%3E %3Cpath fill='' stroke='' stroke-width='1' stroke-linejoin='round' d='M8.0000335.86715499 5.6823777 5.5631222l-5.18243513.7530332L4.249988 9.9714565l-.8852657 5.1613665 4.6353108-2.436867 4.6353109 2.436867-.885266-5.1613665 3.750045-3.655301-5.182433-.7530332Z' paint-order='markers fill stroke'/%3E %3C/svg%3E")
    }

    .icon--star-full-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc' stroke='%23006dcc'%3E %3Cpath fill='' stroke='' stroke-width='1' stroke-linejoin='round' d='M8.0000335.86715499 5.6823777 5.5631222l-5.18243513.7530332L4.249988 9.9714565l-.8852657 5.1613665 4.6353108-2.436867 4.6353109 2.436867-.885266-5.1613665 3.750045-3.655301-5.182433-.7530332Z' paint-order='markers fill stroke'/%3E %3C/svg%3E")
    }

    .icon--forms {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg fill='none' fill-rule='evenodd' id='icon-service-forms'%3E %3Cpath fill='%23fff' d='M0 3c0-1.7 1.3-3 3-3h13v16H3c-1.7 0-3-1.3-3-3V3z'/%3E %3Cpath fill='%23536e7b' d='M4.5 12H3v-1h1.5c.8 0 1.5-.7 1.5-1.5v-5C6 3.7 5.3 3 4.5 3H3V2h1.5c.8 0 1.5.4 2 1 .5-.6 1.2-1 2-1H10v1H8.5C7.7 3 7 3.7 7 4.5v5c0 .8.7 1.5 1.5 1.5H10v1H8.5c-.8 0-1.5-.4-2-1-.5.6-1.2 1-2 1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--fullscreen-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-fullscreen'%3E %3Cpath fill-rule='inherit' d='M12.5857864 2L8 2 8 0 16 0 16 2 16 8 14 8 14 3.41421356 10 7.41421356 8.58578644 6 12.5857864 2zM3.41421356 14L8 14 8 16 0 16 0 14 2.00520439e-15 8 2 8 2 12.5857864 6 8.58578644 7.41421356 10 3.41421356 14z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--fullscreen {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-fullscreen'%3E %3Cpath fill-rule='inherit' d='M12.5857864 2L8 2 8 0 16 0 16 2 16 8 14 8 14 3.41421356 10 7.41421356 8.58578644 6 12.5857864 2zM3.41421356 14L8 14 8 16 0 16 0 14 2.00520439e-15 8 2 8 2 12.5857864 6 8.58578644 7.41421356 10 3.41421356 14z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--fullscreen-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-fullscreen'%3E %3Cpath fill-rule='inherit' d='M12.5857864 2L8 2 8 0 16 0 16 2 16 8 14 8 14 3.41421356 10 7.41421356 8.58578644 6 12.5857864 2zM3.41421356 14L8 14 8 16 0 16 0 14 2.00520439e-15 8 2 8 2 12.5857864 6 8.58578644 7.41421356 10 3.41421356 14z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--fullscreen-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-fullscreen'%3E %3Cpath fill-rule='inherit' d='M12.5857864 2L8 2 8 0 16 0 16 2 16 8 14 8 14 3.41421356 10 7.41421356 8.58578644 6 12.5857864 2zM3.41421356 14L8 14 8 16 0 16 0 14 2.00520439e-15 8 2 8 2 12.5857864 6 8.58578644 7.41421356 10 3.41421356 14z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--fullscreen-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-fullscreen'%3E %3Cpath fill-rule='inherit' d='M12.5857864 2L8 2 8 0 16 0 16 2 16 8 14 8 14 3.41421356 10 7.41421356 8.58578644 6 12.5857864 2zM3.41421356 14L8 14 8 16 0 16 0 14 2.00520439e-15 8 2 8 2 12.5857864 6 8.58578644 7.41421356 10 3.41421356 14z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--fullscreen-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-fullscreen'%3E %3Cpath fill-rule='inherit' d='M12.5857864 2L8 2 8 0 16 0 16 2 16 8 14 8 14 3.41421356 10 7.41421356 8.58578644 6 12.5857864 2zM3.41421356 14L8 14 8 16 0 16 0 14 2.00520439e-15 8 2 8 2 12.5857864 6 8.58578644 7.41421356 10 3.41421356 14z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--fullscreen-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-fullscreen'%3E %3Cpath fill-rule='inherit' d='M12.5857864 2L8 2 8 0 16 0 16 2 16 8 14 8 14 3.41421356 10 7.41421356 8.58578644 6 12.5857864 2zM3.41421356 14L8 14 8 16 0 16 0 14 2.00520439e-15 8 2 8 2 12.5857864 6 8.58578644 7.41421356 10 3.41421356 14z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--normalscreen-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-normalscreen'%3E %3Cpath fill-rule='inherit' d='M4.58578644 10L0 10 0 8 8 8 8 10 8 16 6 16 6 11.4142136 2 15.4142136.585786438 14 4.58578644 10zM11.4142136 6L16 6 16 8 8 8 8 6 8-1.77635684e-15 10-8.8817842e-16 10 4.58578644 14 .585786438 15.4142136 2 11.4142136 6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--normalscreen {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-normalscreen'%3E %3Cpath fill-rule='inherit' d='M4.58578644 10L0 10 0 8 8 8 8 10 8 16 6 16 6 11.4142136 2 15.4142136.585786438 14 4.58578644 10zM11.4142136 6L16 6 16 8 8 8 8 6 8-1.77635684e-15 10-8.8817842e-16 10 4.58578644 14 .585786438 15.4142136 2 11.4142136 6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--normalscreen-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-normalscreen'%3E %3Cpath fill-rule='inherit' d='M4.58578644 10L0 10 0 8 8 8 8 10 8 16 6 16 6 11.4142136 2 15.4142136.585786438 14 4.58578644 10zM11.4142136 6L16 6 16 8 8 8 8 6 8-1.77635684e-15 10-8.8817842e-16 10 4.58578644 14 .585786438 15.4142136 2 11.4142136 6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--normalscreen-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-normalscreen'%3E %3Cpath fill-rule='inherit' d='M4.58578644 10L0 10 0 8 8 8 8 10 8 16 6 16 6 11.4142136 2 15.4142136.585786438 14 4.58578644 10zM11.4142136 6L16 6 16 8 8 8 8 6 8-1.77635684e-15 10-8.8817842e-16 10 4.58578644 14 .585786438 15.4142136 2 11.4142136 6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--normalscreen-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-normalscreen'%3E %3Cpath fill-rule='inherit' d='M4.58578644 10L0 10 0 8 8 8 8 10 8 16 6 16 6 11.4142136 2 15.4142136.585786438 14 4.58578644 10zM11.4142136 6L16 6 16 8 8 8 8 6 8-1.77635684e-15 10-8.8817842e-16 10 4.58578644 14 .585786438 15.4142136 2 11.4142136 6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--normalscreen-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-normalscreen'%3E %3Cpath fill-rule='inherit' d='M4.58578644 10L0 10 0 8 8 8 8 10 8 16 6 16 6 11.4142136 2 15.4142136.585786438 14 4.58578644 10zM11.4142136 6L16 6 16 8 8 8 8 6 8-1.77635684e-15 10-8.8817842e-16 10 4.58578644 14 .585786438 15.4142136 2 11.4142136 6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--normalscreen-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-normalscreen'%3E %3Cpath fill-rule='inherit' d='M4.58578644 10L0 10 0 8 8 8 8 10 8 16 6 16 6 11.4142136 2 15.4142136.585786438 14 4.58578644 10zM11.4142136 6L16 6 16 8 8 8 8 6 8-1.77635684e-15 10-8.8817842e-16 10 4.58578644 14 .585786438 15.4142136 2 11.4142136 6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--prefs-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-service-prefs'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M3.3 3H.5c-.3 0-.5.2-.5.5s.2.5.5.5h2.8V3zm3.4 0h8.8c.3 0 .5.2.5.5s-.2.5-.5.5H6.7V3zm2.6 5H.5c-.3 0-.5.2-.5.5s.2.5.5.5h8.8V8zm3.4 0h2.8c.3 0 .5.2.5.5s-.2.5-.5.5h-2.8V8zM0 13.5c0-.3.2-.5.5-.5h15c.3 0 .5.2.5.5s-.2.5-.5.5H.5c-.3 0-.5-.2-.5-.5zm10-5.8c0-.6.4-1 1-1s1 .4 1 1v2c0 .5-.4 1-1 1s-1-.5-1-1v-2zM4 3c0-.5.4-1 1-1s1 .4 1 1v2c0 .5-.4 1-1 1s-1-.4-1-1V3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--prefs-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-service-prefs'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M3.3 3H.5c-.3 0-.5.2-.5.5s.2.5.5.5h2.8V3zm3.4 0h8.8c.3 0 .5.2.5.5s-.2.5-.5.5H6.7V3zm2.6 5H.5c-.3 0-.5.2-.5.5s.2.5.5.5h8.8V8zm3.4 0h2.8c.3 0 .5.2.5.5s-.2.5-.5.5h-2.8V8zM0 13.5c0-.3.2-.5.5-.5h15c.3 0 .5.2.5.5s-.2.5-.5.5H.5c-.3 0-.5-.2-.5-.5zm10-5.8c0-.6.4-1 1-1s1 .4 1 1v2c0 .5-.4 1-1 1s-1-.5-1-1v-2zM4 3c0-.5.4-1 1-1s1 .4 1 1v2c0 .5-.4 1-1 1s-1-.4-1-1V3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--prefs, .icon--prefs-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-service-prefs'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M3.3 3H.5c-.3 0-.5.2-.5.5s.2.5.5.5h2.8V3zm3.4 0h8.8c.3 0 .5.2.5.5s-.2.5-.5.5H6.7V3zm2.6 5H.5c-.3 0-.5.2-.5.5s.2.5.5.5h8.8V8zm3.4 0h2.8c.3 0 .5.2.5.5s-.2.5-.5.5h-2.8V8zM0 13.5c0-.3.2-.5.5-.5h15c.3 0 .5.2.5.5s-.2.5-.5.5H.5c-.3 0-.5-.2-.5-.5zm10-5.8c0-.6.4-1 1-1s1 .4 1 1v2c0 .5-.4 1-1 1s-1-.5-1-1v-2zM4 3c0-.5.4-1 1-1s1 .4 1 1v2c0 .5-.4 1-1 1s-1-.4-1-1V3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--prefs-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-service-prefs'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M3.3 3H.5c-.3 0-.5.2-.5.5s.2.5.5.5h2.8V3zm3.4 0h8.8c.3 0 .5.2.5.5s-.2.5-.5.5H6.7V3zm2.6 5H.5c-.3 0-.5.2-.5.5s.2.5.5.5h8.8V8zm3.4 0h2.8c.3 0 .5.2.5.5s-.2.5-.5.5h-2.8V8zM0 13.5c0-.3.2-.5.5-.5h15c.3 0 .5.2.5.5s-.2.5-.5.5H.5c-.3 0-.5-.2-.5-.5zm10-5.8c0-.6.4-1 1-1s1 .4 1 1v2c0 .5-.4 1-1 1s-1-.5-1-1v-2zM4 3c0-.5.4-1 1-1s1 .4 1 1v2c0 .5-.4 1-1 1s-1-.4-1-1V3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--prefs-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-service-prefs'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M3.3 3H.5c-.3 0-.5.2-.5.5s.2.5.5.5h2.8V3zm3.4 0h8.8c.3 0 .5.2.5.5s-.2.5-.5.5H6.7V3zm2.6 5H.5c-.3 0-.5.2-.5.5s.2.5.5.5h8.8V8zm3.4 0h2.8c.3 0 .5.2.5.5s-.2.5-.5.5h-2.8V8zM0 13.5c0-.3.2-.5.5-.5h15c.3 0 .5.2.5.5s-.2.5-.5.5H.5c-.3 0-.5-.2-.5-.5zm10-5.8c0-.6.4-1 1-1s1 .4 1 1v2c0 .5-.4 1-1 1s-1-.5-1-1v-2zM4 3c0-.5.4-1 1-1s1 .4 1 1v2c0 .5-.4 1-1 1s-1-.4-1-1V3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--prefs-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-service-prefs'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M3.3 3H.5c-.3 0-.5.2-.5.5s.2.5.5.5h2.8V3zm3.4 0h8.8c.3 0 .5.2.5.5s-.2.5-.5.5H6.7V3zm2.6 5H.5c-.3 0-.5.2-.5.5s.2.5.5.5h8.8V8zm3.4 0h2.8c.3 0 .5.2.5.5s-.2.5-.5.5h-2.8V8zM0 13.5c0-.3.2-.5.5-.5h15c.3 0 .5.2.5.5s-.2.5-.5.5H.5c-.3 0-.5-.2-.5-.5zm10-5.8c0-.6.4-1 1-1s1 .4 1 1v2c0 .5-.4 1-1 1s-1-.5-1-1v-2zM4 3c0-.5.4-1 1-1s1 .4 1 1v2c0 .5-.4 1-1 1s-1-.4-1-1V3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--prefs-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-service-prefs'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M3.3 3H.5c-.3 0-.5.2-.5.5s.2.5.5.5h2.8V3zm3.4 0h8.8c.3 0 .5.2.5.5s-.2.5-.5.5H6.7V3zm2.6 5H.5c-.3 0-.5.2-.5.5s.2.5.5.5h8.8V8zm3.4 0h2.8c.3 0 .5.2.5.5s-.2.5-.5.5h-2.8V8zM0 13.5c0-.3.2-.5.5-.5h15c.3 0 .5.2.5.5s-.2.5-.5.5H.5c-.3 0-.5-.2-.5-.5zm10-5.8c0-.6.4-1 1-1s1 .4 1 1v2c0 .5-.4 1-1 1s-1-.5-1-1v-2zM4 3c0-.5.4-1 1-1s1 .4 1 1v2c0 .5-.4 1-1 1s-1-.4-1-1V3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--transit-connection-variant-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-transit'%3E %3Cpath fill='' fill-rule='evenodd' d='M12 7.333H9.88A2.007 2.007 0 0 0 8 6c-.867 0-1.6.56-1.88 1.333H4c-.22 0-1.333-.066-1.333-1.333v-.667C2.667 4.113 3.693 4 4 4h6.787a2.007 2.007 0 0 0 1.88 1.333 2 2 0 1 0 0-4c-.867 0-1.6.56-1.88 1.334H4c-1.073 0-2.667.706-2.667 2.666V6c0 1.96 1.594 2.667 2.667 2.667h2.12A2.007 2.007 0 0 0 8 10c.867 0 1.6-.56 1.88-1.333H12c.22 0 1.333.066 1.333 1.333v.667C13.333 11.887 12.307 12 12 12H5.213a2.007 2.007 0 0 0-1.88-1.333 2 2 0 1 0 0 4c.867 0 1.6-.56 1.88-1.334H12c1.073 0 2.667-.713 2.667-2.666V10c0-1.953-1.594-2.667-2.667-2.667Zm.667-4.666a.667.667 0 1 1 0 1.333.667.667 0 0 1 0-1.333ZM3.333 13.333a.667.667 0 1 1 0-1.333.667.667 0 0 1 0 1.333Z' clip-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--transit-connection-variant-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-transit'%3E %3Cpath fill='' fill-rule='evenodd' d='M12 7.333H9.88A2.007 2.007 0 0 0 8 6c-.867 0-1.6.56-1.88 1.333H4c-.22 0-1.333-.066-1.333-1.333v-.667C2.667 4.113 3.693 4 4 4h6.787a2.007 2.007 0 0 0 1.88 1.333 2 2 0 1 0 0-4c-.867 0-1.6.56-1.88 1.334H4c-1.073 0-2.667.706-2.667 2.666V6c0 1.96 1.594 2.667 2.667 2.667h2.12A2.007 2.007 0 0 0 8 10c.867 0 1.6-.56 1.88-1.333H12c.22 0 1.333.066 1.333 1.333v.667C13.333 11.887 12.307 12 12 12H5.213a2.007 2.007 0 0 0-1.88-1.333 2 2 0 1 0 0 4c.867 0 1.6-.56 1.88-1.334H12c1.073 0 2.667-.713 2.667-2.666V10c0-1.953-1.594-2.667-2.667-2.667Zm.667-4.666a.667.667 0 1 1 0 1.333.667.667 0 0 1 0-1.333ZM3.333 13.333a.667.667 0 1 1 0-1.333.667.667 0 0 1 0 1.333Z' clip-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--transit-connection-variant-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-transit'%3E %3Cpath fill='' fill-rule='evenodd' d='M12 7.333H9.88A2.007 2.007 0 0 0 8 6c-.867 0-1.6.56-1.88 1.333H4c-.22 0-1.333-.066-1.333-1.333v-.667C2.667 4.113 3.693 4 4 4h6.787a2.007 2.007 0 0 0 1.88 1.333 2 2 0 1 0 0-4c-.867 0-1.6.56-1.88 1.334H4c-1.073 0-2.667.706-2.667 2.666V6c0 1.96 1.594 2.667 2.667 2.667h2.12A2.007 2.007 0 0 0 8 10c.867 0 1.6-.56 1.88-1.333H12c.22 0 1.333.066 1.333 1.333v.667C13.333 11.887 12.307 12 12 12H5.213a2.007 2.007 0 0 0-1.88-1.333 2 2 0 1 0 0 4c.867 0 1.6-.56 1.88-1.334H12c1.073 0 2.667-.713 2.667-2.666V10c0-1.953-1.594-2.667-2.667-2.667Zm.667-4.666a.667.667 0 1 1 0 1.333.667.667 0 0 1 0-1.333ZM3.333 13.333a.667.667 0 1 1 0-1.333.667.667 0 0 1 0 1.333Z' clip-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--off {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff' stroke='%23fff'%3E %3Cg id='icon-service-off'%3E %3Ccircle class='c' r='7' cx='8' cy='8' fill='none' stroke-linecap='round' stroke-location='outside' stroke-width='2' stroke-dasharray='35' stroke='inherit' transform='rotate(-53 8 8)'/%3E %3Crect width='2' height='8' x='7' fill='inherit' rx='1' stroke='none'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--off-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc' stroke='%23006dcc'%3E %3Cg id='icon-service-off'%3E %3Ccircle class='c' r='7' cx='8' cy='8' fill='none' stroke-linecap='round' stroke-location='outside' stroke-width='2' stroke-dasharray='35' stroke='inherit' transform='rotate(-53 8 8)'/%3E %3Crect width='2' height='8' x='7' fill='inherit' rx='1' stroke='none'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--off-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff' stroke='%23fff'%3E %3Cg id='icon-service-off'%3E %3Ccircle class='c' r='7' cx='8' cy='8' fill='none' stroke-linecap='round' stroke-location='outside' stroke-width='2' stroke-dasharray='35' stroke='inherit' transform='rotate(-53 8 8)'/%3E %3Crect width='2' height='8' x='7' fill='inherit' rx='1' stroke='none'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--help {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-service-help'%3E %3Cpath fill-rule='evenodd' d='M4 5.368c0-.51.164-1.028.49-1.55.33-.525.807-.96 1.436-1.302.628-.344 1.36-.516 2.2-.516.778 0 1.465.144 2.062.43.596.288 1.056.68 1.38 1.173.326.494.49 1.032.49 1.612 0 .456-.094.856-.28 1.2-.185.344-.405.64-.66.89s-.713.67-1.374 1.26c-.182.168-.33.314-.44.44-.11.126-.19.242-.244.347-.054.104-.096.21-.125.314-.03.105-.074.29-.133.552-.102.558-.422.838-.96.838-.278 0-.513-.092-.704-.274-.19-.183-.286-.454-.286-.814 0-.45.07-.842.21-1.172.14-.33.324-.62.555-.87.23-.25.543-.547.935-.89.344-.3.592-.528.745-.68.153-.154.282-.325.387-.513.105-.188.157-.392.157-.612 0-.43-.16-.792-.478-1.087-.32-.295-.732-.443-1.237-.443-.59 0-1.026.15-1.305.447-.28.298-.516.737-.71 1.317-.182.607-.528.91-1.038.91-.3 0-.555-.105-.762-.317-.207-.213-.31-.442-.31-.69zm3.932 8.83c-.328 0-.614-.106-.858-.318-.245-.213-.367-.51-.367-.89 0-.34.118-.624.355-.855.236-.23.526-.346.87-.346.338 0 .623.114.854.345.23.23.346.516.346.854 0 .375-.12.67-.362.885-.242.215-.52.323-.838.323z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--help-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-service-help'%3E %3Cpath fill-rule='evenodd' d='M4 5.368c0-.51.164-1.028.49-1.55.33-.525.807-.96 1.436-1.302.628-.344 1.36-.516 2.2-.516.778 0 1.465.144 2.062.43.596.288 1.056.68 1.38 1.173.326.494.49 1.032.49 1.612 0 .456-.094.856-.28 1.2-.185.344-.405.64-.66.89s-.713.67-1.374 1.26c-.182.168-.33.314-.44.44-.11.126-.19.242-.244.347-.054.104-.096.21-.125.314-.03.105-.074.29-.133.552-.102.558-.422.838-.96.838-.278 0-.513-.092-.704-.274-.19-.183-.286-.454-.286-.814 0-.45.07-.842.21-1.172.14-.33.324-.62.555-.87.23-.25.543-.547.935-.89.344-.3.592-.528.745-.68.153-.154.282-.325.387-.513.105-.188.157-.392.157-.612 0-.43-.16-.792-.478-1.087-.32-.295-.732-.443-1.237-.443-.59 0-1.026.15-1.305.447-.28.298-.516.737-.71 1.317-.182.607-.528.91-1.038.91-.3 0-.555-.105-.762-.317-.207-.213-.31-.442-.31-.69zm3.932 8.83c-.328 0-.614-.106-.858-.318-.245-.213-.367-.51-.367-.89 0-.34.118-.624.355-.855.236-.23.526-.346.87-.346.338 0 .623.114.854.345.23.23.346.516.346.854 0 .375-.12.67-.362.885-.242.215-.52.323-.838.323z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--help-negative-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-help-negative'%3E %3Ccircle cx='8' cy='8' r='8' fill='%23fff' fill-rule='inherit'/%3E %3Cpath fill-rule='evenodd' d='M8 0C3.588 0 0 3.588 0 8s3.588 8 8 8 8-3.588 8-8-3.588-8-8-8zm0 1c3.872 0 7 3.128 7 7s-3.128 7-7 7-7-3.128-7-7 3.128-7 7-7z'/%3E %3Cpath fill-rule='evenodd' d='M4.85 5.9c0-.4.13-.82.4-1.23.25-.4.62-.75 1.12-1.02.5-.27 1.07-.4 1.73-.4.6 0 1.16.1 1.62.33.47.23.84.53 1.1.92.25.4.38.82.38 1.27 0 .36-.08.68-.22.95-.15.27-.32.5-.52.7-.2.2-.56.53-1.08 1-.15.12-.26.24-.35.34-.1.1-.15.2-.2.27l-.1.25-.1.43c-.08.5-.33.7-.75.7-.22 0-.4-.05-.56-.2-.15-.13-.22-.35-.22-.63 0-.36.05-.67.16-.93.1-.26.26-.5.44-.7.18-.2.43-.4.74-.7.27-.22.46-.4.58-.52.12-.1.23-.24.3-.4.1-.14.13-.3.13-.47 0-.36-.12-.65-.38-.88-.25-.23-.57-.35-.97-.35-.47 0-.8.1-1.03.34-.22.24-.4.58-.56 1.04-.1.48-.4.72-.8.72-.2 0-.4-.1-.6-.26-.12-.17-.2-.35-.2-.55zm3.1 6.95a.97.97 0 0 1-.68-.25c-.2-.17-.3-.4-.3-.7 0-.27.1-.5.3-.67.18-.2.4-.28.68-.28.26 0 .5.1.67.28.18.18.27.4.27.67 0 .3-.1.53-.3.7-.2.17-.4.25-.7.25z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--help-negative-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-help-negative'%3E %3Ccircle cx='8' cy='8' r='8' fill='%23fff' fill-rule='inherit'/%3E %3Cpath fill-rule='evenodd' d='M8 0C3.588 0 0 3.588 0 8s3.588 8 8 8 8-3.588 8-8-3.588-8-8-8zm0 1c3.872 0 7 3.128 7 7s-3.128 7-7 7-7-3.128-7-7 3.128-7 7-7z'/%3E %3Cpath fill-rule='evenodd' d='M4.85 5.9c0-.4.13-.82.4-1.23.25-.4.62-.75 1.12-1.02.5-.27 1.07-.4 1.73-.4.6 0 1.16.1 1.62.33.47.23.84.53 1.1.92.25.4.38.82.38 1.27 0 .36-.08.68-.22.95-.15.27-.32.5-.52.7-.2.2-.56.53-1.08 1-.15.12-.26.24-.35.34-.1.1-.15.2-.2.27l-.1.25-.1.43c-.08.5-.33.7-.75.7-.22 0-.4-.05-.56-.2-.15-.13-.22-.35-.22-.63 0-.36.05-.67.16-.93.1-.26.26-.5.44-.7.18-.2.43-.4.74-.7.27-.22.46-.4.58-.52.12-.1.23-.24.3-.4.1-.14.13-.3.13-.47 0-.36-.12-.65-.38-.88-.25-.23-.57-.35-.97-.35-.47 0-.8.1-1.03.34-.22.24-.4.58-.56 1.04-.1.48-.4.72-.8.72-.2 0-.4-.1-.6-.26-.12-.17-.2-.35-.2-.55zm3.1 6.95a.97.97 0 0 1-.68-.25c-.2-.17-.3-.4-.3-.7 0-.27.1-.5.3-.67.18-.2.4-.28.68-.28.26 0 .5.1.67.28.18.18.27.4.27.67 0 .3-.1.53-.3.7-.2.17-.4.25-.7.25z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--help-negative-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-help-negative'%3E %3Ccircle cx='8' cy='8' r='8' fill='%23fff' fill-rule='inherit'/%3E %3Cpath fill-rule='evenodd' d='M8 0C3.588 0 0 3.588 0 8s3.588 8 8 8 8-3.588 8-8-3.588-8-8-8zm0 1c3.872 0 7 3.128 7 7s-3.128 7-7 7-7-3.128-7-7 3.128-7 7-7z'/%3E %3Cpath fill-rule='evenodd' d='M4.85 5.9c0-.4.13-.82.4-1.23.25-.4.62-.75 1.12-1.02.5-.27 1.07-.4 1.73-.4.6 0 1.16.1 1.62.33.47.23.84.53 1.1.92.25.4.38.82.38 1.27 0 .36-.08.68-.22.95-.15.27-.32.5-.52.7-.2.2-.56.53-1.08 1-.15.12-.26.24-.35.34-.1.1-.15.2-.2.27l-.1.25-.1.43c-.08.5-.33.7-.75.7-.22 0-.4-.05-.56-.2-.15-.13-.22-.35-.22-.63 0-.36.05-.67.16-.93.1-.26.26-.5.44-.7.18-.2.43-.4.74-.7.27-.22.46-.4.58-.52.12-.1.23-.24.3-.4.1-.14.13-.3.13-.47 0-.36-.12-.65-.38-.88-.25-.23-.57-.35-.97-.35-.47 0-.8.1-1.03.34-.22.24-.4.58-.56 1.04-.1.48-.4.72-.8.72-.2 0-.4-.1-.6-.26-.12-.17-.2-.35-.2-.55zm3.1 6.95a.97.97 0 0 1-.68-.25c-.2-.17-.3-.4-.3-.7 0-.27.1-.5.3-.67.18-.2.4-.28.68-.28.26 0 .5.1.67.28.18.18.27.4.27.67 0 .3-.1.53-.3.7-.2.17-.4.25-.7.25z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--info {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-info'%3E %3Cpath fill-rule='inherit' d='M10.64 13.673l-.204.835c-.612.242-1.1.426-1.466.552-.364.127-.788.19-1.27.19-.743 0-1.32-.18-1.73-.542-.412-.362-.618-.82-.618-1.378 0-.216.016-.438.047-.663.03-.226.08-.48.143-.766l.76-2.704c.07-.26.126-.505.172-.737.046-.233.07-.445.07-.637 0-.346-.072-.587-.214-.723-.142-.137-.414-.205-.816-.205-.2 0-.4.03-.608.092-.21.062-.386.12-.535.177l.205-.833c.5-.203.98-.38 1.437-.523.458-.146.89-.22 1.3-.22.735 0 1.303.18 1.7.535.4.357.6.82.6 1.388 0 .117-.014.325-.042.62-.027.298-.08.57-.152.818l-.76 2.7c-.064.216-.12.463-.17.742-.05.278-.073.488-.073.63 0 .36.08.604.24.734.162.13.44.194.836.194.187 0 .397-.032.63-.097s.407-.122.51-.172zm.195-11.327c0 .47-.178.87-.533 1.2-.356.332-.784.497-1.285.497-.5 0-.93-.165-1.29-.496-.358-.33-.538-.73-.538-1.2s.18-.873.533-1.207c.36-.334.79-.5 1.29-.5s.93.166 1.285.5c.355.334.533.736.533 1.206z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--info-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-info'%3E %3Cpath fill-rule='inherit' d='M10.64 13.673l-.204.835c-.612.242-1.1.426-1.466.552-.364.127-.788.19-1.27.19-.743 0-1.32-.18-1.73-.542-.412-.362-.618-.82-.618-1.378 0-.216.016-.438.047-.663.03-.226.08-.48.143-.766l.76-2.704c.07-.26.126-.505.172-.737.046-.233.07-.445.07-.637 0-.346-.072-.587-.214-.723-.142-.137-.414-.205-.816-.205-.2 0-.4.03-.608.092-.21.062-.386.12-.535.177l.205-.833c.5-.203.98-.38 1.437-.523.458-.146.89-.22 1.3-.22.735 0 1.303.18 1.7.535.4.357.6.82.6 1.388 0 .117-.014.325-.042.62-.027.298-.08.57-.152.818l-.76 2.7c-.064.216-.12.463-.17.742-.05.278-.073.488-.073.63 0 .36.08.604.24.734.162.13.44.194.836.194.187 0 .397-.032.63-.097s.407-.122.51-.172zm.195-11.327c0 .47-.178.87-.533 1.2-.356.332-.784.497-1.285.497-.5 0-.93-.165-1.29-.496-.358-.33-.538-.73-.538-1.2s.18-.873.533-1.207c.36-.334.79-.5 1.29-.5s.93.166 1.285.5c.355.334.533.736.533 1.206z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--info-success-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23346916'%3E %3Cg id='icon-info'%3E %3Cpath fill-rule='inherit' d='M10.64 13.673l-.204.835c-.612.242-1.1.426-1.466.552-.364.127-.788.19-1.27.19-.743 0-1.32-.18-1.73-.542-.412-.362-.618-.82-.618-1.378 0-.216.016-.438.047-.663.03-.226.08-.48.143-.766l.76-2.704c.07-.26.126-.505.172-.737.046-.233.07-.445.07-.637 0-.346-.072-.587-.214-.723-.142-.137-.414-.205-.816-.205-.2 0-.4.03-.608.092-.21.062-.386.12-.535.177l.205-.833c.5-.203.98-.38 1.437-.523.458-.146.89-.22 1.3-.22.735 0 1.303.18 1.7.535.4.357.6.82.6 1.388 0 .117-.014.325-.042.62-.027.298-.08.57-.152.818l-.76 2.7c-.064.216-.12.463-.17.742-.05.278-.073.488-.073.63 0 .36.08.604.24.734.162.13.44.194.836.194.187 0 .397-.032.63-.097s.407-.122.51-.172zm.195-11.327c0 .47-.178.87-.533 1.2-.356.332-.784.497-1.285.497-.5 0-.93-.165-1.29-.496-.358-.33-.538-.73-.538-1.2s.18-.873.533-1.207c.36-.334.79-.5 1.29-.5s.93.166 1.285.5c.355.334.533.736.533 1.206z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--info-bubble {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg fill-rule='inherit' id='icon-info-bubble'%3E %3Ccircle cx='8' cy='8' r='8' fill='%23ffffff' fill-rule='evenodd'/%3E %3Cpath d='M8 15c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm0 1c-4.418 0-8-3.582-8-8s3.582-8 8-8 8 3.582 8 8-3.582 8-8 8z'/%3E %3Cpath d='M9.98 13H5.968v-.463c.11-.01.218-.02.324-.032.106-.013.197-.034.273-.064.135-.05.23-.12.285-.216.056-.095.083-.22.083-.377V8.15c0-.148-.034-.278-.102-.39-.064-.112-.15-.202-.25-.27-.077-.05-.192-.1-.346-.146-.155-.046-.296-.076-.423-.09v-.462l3.11-.165.096.095v5.04c0 .148.032.274.095.378.065.104.156.18.274.232.085.038.178.072.28.1.1.03.207.052.317.065V13zm-.927-8.658c0 .32-.124.595-.37.822-.25.226-.542.34-.88.34-.343 0-.638-.114-.886-.34-.247-.227-.37-.5-.37-.822 0-.322.123-.597.37-.825.248-.23.543-.343.886-.343.342 0 .637.114.882.343.245.228.368.503.368.825z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--info-bubble-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg fill-rule='inherit' id='icon-info-bubble'%3E %3Ccircle cx='8' cy='8' r='8' fill='%23ffffff' fill-rule='evenodd'/%3E %3Cpath d='M8 15c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm0 1c-4.418 0-8-3.582-8-8s3.582-8 8-8 8 3.582 8 8-3.582 8-8 8z'/%3E %3Cpath d='M9.98 13H5.968v-.463c.11-.01.218-.02.324-.032.106-.013.197-.034.273-.064.135-.05.23-.12.285-.216.056-.095.083-.22.083-.377V8.15c0-.148-.034-.278-.102-.39-.064-.112-.15-.202-.25-.27-.077-.05-.192-.1-.346-.146-.155-.046-.296-.076-.423-.09v-.462l3.11-.165.096.095v5.04c0 .148.032.274.095.378.065.104.156.18.274.232.085.038.178.072.28.1.1.03.207.052.317.065V13zm-.927-8.658c0 .32-.124.595-.37.822-.25.226-.542.34-.88.34-.343 0-.638-.114-.886-.34-.247-.227-.37-.5-.37-.822 0-.322.123-.597.37-.825.248-.23.543-.343.886-.343.342 0 .637.114.882.343.245.228.368.503.368.825z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--info-bubble-full {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-bubble-full'%3E %3Cpath fill-rule='evenodd' d='M8,16 C3.581722,16 0,12.418278 0,8 C0,3.581722 3.581722,0 8,0 C12.418278,0 16,3.581722 16,8 C16,12.418278 12.418278,16 8,16 Z M9.98,13 L9.984,13 L9.984,12.537 C9.874,12.524 9.767,12.502 9.667,12.472 C9.565,12.444 9.472,12.41 9.387,12.372 C9.269,12.32 9.178,12.244 9.113,12.14 C9.05,12.036 9.018,11.91 9.018,11.762 L9.018,6.722 L8.922,6.627 L5.812,6.792 L5.812,7.254 C5.939,7.268 6.08,7.298 6.235,7.344 C6.389,7.39 6.504,7.44 6.581,7.49 C6.681,7.558 6.767,7.648 6.831,7.76 C6.899,7.872 6.933,8.002 6.933,8.15 L6.933,11.848 C6.933,12.005 6.906,12.13 6.85,12.225 C6.795,12.321 6.7,12.391 6.565,12.441 C6.489,12.471 6.398,12.492 6.292,12.505 C6.186,12.517 6.078,12.527 5.968,12.537 L5.968,13 L9.98,13 Z M9.053,4.342 C9.053,4.02 8.93,3.745 8.685,3.517 C8.44,3.288 8.145,3.174 7.803,3.174 C7.46,3.174 7.165,3.287 6.917,3.517 C6.67,3.745 6.547,4.02 6.547,4.342 C6.547,4.664 6.67,4.937 6.917,5.164 C7.165,5.39 7.46,5.504 7.803,5.504 C8.141,5.504 8.433,5.39 8.683,5.164 C8.929,4.937 9.053,4.662 9.053,4.342 Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--info-bubble-full-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-bubble-full'%3E %3Cpath fill-rule='evenodd' d='M8,16 C3.581722,16 0,12.418278 0,8 C0,3.581722 3.581722,0 8,0 C12.418278,0 16,3.581722 16,8 C16,12.418278 12.418278,16 8,16 Z M9.98,13 L9.984,13 L9.984,12.537 C9.874,12.524 9.767,12.502 9.667,12.472 C9.565,12.444 9.472,12.41 9.387,12.372 C9.269,12.32 9.178,12.244 9.113,12.14 C9.05,12.036 9.018,11.91 9.018,11.762 L9.018,6.722 L8.922,6.627 L5.812,6.792 L5.812,7.254 C5.939,7.268 6.08,7.298 6.235,7.344 C6.389,7.39 6.504,7.44 6.581,7.49 C6.681,7.558 6.767,7.648 6.831,7.76 C6.899,7.872 6.933,8.002 6.933,8.15 L6.933,11.848 C6.933,12.005 6.906,12.13 6.85,12.225 C6.795,12.321 6.7,12.391 6.565,12.441 C6.489,12.471 6.398,12.492 6.292,12.505 C6.186,12.517 6.078,12.527 5.968,12.537 L5.968,13 L9.98,13 Z M9.053,4.342 C9.053,4.02 8.93,3.745 8.685,3.517 C8.44,3.288 8.145,3.174 7.803,3.174 C7.46,3.174 7.165,3.287 6.917,3.517 C6.67,3.745 6.547,4.02 6.547,4.342 C6.547,4.664 6.67,4.937 6.917,5.164 C7.165,5.39 7.46,5.504 7.803,5.504 C8.141,5.504 8.433,5.39 8.683,5.164 C8.929,4.937 9.053,4.662 9.053,4.342 Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--bulb-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-bulb'%3E %3Cpath fill='evenodd' d='M5.3333333 15.166667c0 .441666.3583334.833333.8333334.833333h3.6666666c.4749997 0 .8333337-.391667.8333337-.833333v-.75H5.3333333v.75zM8 0C4.6791667 0 2 2.4958334 2 5.5833334 2 7.4875005 3.0041667 9.175 4.5583333 10.191667V12c0 .441667.3875.8.8583334.8h5.1625003c.475 0 .858333-.358333.858333-.8v-1.808333C12.995833 9.175 14 7.4875005 14 5.5833334 14 2.4958334 11.320834 0 8 0z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--bulb-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366d0dd'%3E %3Cg id='icon-bulb'%3E %3Cpath fill='evenodd' d='M5.3333333 15.166667c0 .441666.3583334.833333.8333334.833333h3.6666666c.4749997 0 .8333337-.391667.8333337-.833333v-.75H5.3333333v.75zM8 0C4.6791667 0 2 2.4958334 2 5.5833334 2 7.4875005 3.0041667 9.175 4.5583333 10.191667V12c0 .441667.3875.8.8583334.8h5.1625003c.475 0 .858333-.358333.858333-.8v-1.808333C12.995833 9.175 14 7.4875005 14 5.5833334 14 2.4958334 11.320834 0 8 0z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--bulb-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ffb400'%3E %3Cg id='icon-bulb'%3E %3Cpath fill='evenodd' d='M5.3333333 15.166667c0 .441666.3583334.833333.8333334.833333h3.6666666c.4749997 0 .8333337-.391667.8333337-.833333v-.75H5.3333333v.75zM8 0C4.6791667 0 2 2.4958334 2 5.5833334 2 7.4875005 3.0041667 9.175 4.5583333 10.191667V12c0 .441667.3875.8.8583334.8h5.1625003c.475 0 .858333-.358333.858333-.8v-1.808333C12.995833 9.175 14 7.4875005 14 5.5833334 14 2.4958334 11.320834 0 8 0z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--bulb-on {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cdefs%3E %3CclipPath id='i'%3E %3Cpath d='M1051 694c3.314 0 6 2.686 6 6s-2.686 6-6 6-6-2.686-6-6 2.686-6 6-6z'/%3E %3C/clipPath%3E %3CclipPath id='j'%3E %3Cpath d='M0 0h1111v719H0V0z'/%3E %3C/clipPath%3E %3CclipPath id='g'%3E %3Cpath d='M1048 691.946c0 1.108.597 1.328 1.422.616 0 0 .078-.61 1.578-.61s1.578.61 1.578.61c.785.767 1.422.495 1.422-.616v-.99c0-1.107-.898-2.005-1.998-2.005h-2.004c-1.104 0-1.998.9-1.998 2.01v.99z'/%3E %3C/clipPath%3E %3CclipPath id='h'%3E %3Cpath d='M0 0h1111v719H0V0z'/%3E %3C/clipPath%3E %3CclipPath id='e'%3E %3Cpath d='M1027.5 713.495h47V668.45h-47v45.045zm21-21.55c0 .656.076.687.595.24l-.17.314c.027-.21.155-.45.427-.65.354-.26.893-.41 1.648-.41.755 0 1.294.142 1.648.403.272.2.4.44.426.645l-.147-.296c.468.455.573.41.573-.26v-.99c0-.83-.673-1.505-1.498-1.505h-2.004c-.828 0-1.498.672-1.498 1.506v.99zm-1 0v-.99c0-1.384 1.117-2.504 2.498-2.504h2.004c1.377 0 2.498 1.13 2.498 2.51v.99c0 1.55-1.167 2.06-2.27.98l-.126-.12-.022-.172c.01.053.012.06-.027.033-.163-.12-.497-.21-1.055-.21-.558 0-.892.09-1.055.21-.04.028-.034.02-.027-.034l-.024.19-.145.125c-1.16.995-2.25.54-2.25-.993z'/%3E %3C/clipPath%3E %3CclipPath id='f'%3E %3Cpath d='M0 0h1111v719H0V0z'/%3E %3C/clipPath%3E %3CclipPath id='c'%3E %3Cpath d='M1048 693.953c0 1.104.597 1.32 1.422.61 0 0 .078-.612 1.578-.612s1.578.62 1.578.62c.785.77 1.422.506 1.422-.61v-4c0-1.103-.898-2-1.998-2h-2.004c-1.104 0-1.998.89-1.998 2v4.004z'/%3E %3C/clipPath%3E %3CclipPath id='d'%3E %3Cpath d='M0 0h1111v719H0V0z'/%3E %3C/clipPath%3E %3CclipPath id='a'%3E %3Cpath d='M1027.5 715.497h47V667.45h-47v48.047zm21-21.544c0 .65.075.68.595.23l-.17.316c.027-.21.155-.45.427-.65.354-.26.893-.41 1.648-.41.755 0 1.294.142 1.648.403.272.2.4.44.426.645l-.147-.296c.47.46.573.414.573-.253v-4.004c0-.828-.673-1.5-1.498-1.5h-2.004c-.83 0-1.498.666-1.498 1.5v4.002zm-1 0v-4.004c0-1.39 1.116-2.5 2.498-2.5h2.004c1.377 0 2.498 1.12 2.498 2.5v4c0 1.55-1.167 2.04-2.27.96l-.126-.124-.022-.17c.01.05.012.06-.027.032-.163-.12-.497-.21-1.055-.21-.558 0-.892.09-1.055.21-.04.027-.034.017-.027-.035l-.024.19-.145.124c-1.16.992-2.25.542-2.25-.99z'/%3E %3C/clipPath%3E %3CclipPath id='b'%3E %3Cpath d='M0 0h1111v719H0V0z'/%3E %3C/clipPath%3E %3CclipPath id='k'%3E %3Cpath d='M0 0h1111v719H0V0z'/%3E %3C/clipPath%3E %3C/defs%3E %3Cg id='bulb-on'%3E %3Cg transform='matrix(.66887 0 0 -.66887 -694.972 476.147)' clip-path='url(%23a)'%3E %3Cg clip-path='url(%23b)'%3E %3Cpath fill='%23eaeaea' d='M1048 693.953c0 1.104.597 1.32 1.422.61 0 0 .078-.612 1.578-.612s1.578.62 1.578.62c.785.77 1.422.506 1.422-.61v-4c0-1.103-.898-2-1.998-2h-2.004c-1.104 0-1.998.89-1.998 2v4.004z'/%3E %3C/g%3E %3C/g%3E %3Cg transform='matrix(.66887 0 0 -.66887 -694.972 475.832)' clip-path='url(%23c)'%3E %3Cg clip-path='url(%23d)'%3E %3Cpath fill='none' stroke='%23c4c4c4' stroke-width='2' stroke-miterlimit='10' d='M1048 693.953c0 1.104.597 1.32 1.422.61 0 0 .078-.612 1.578-.612s1.578.62 1.578.62c.785.77 1.422.506 1.422-.61v-4c0-1.103-.898-2-1.998-2h-2.004c-1.104 0-1.998.89-1.998 2v4.004z'/%3E %3C/g%3E %3C/g%3E %3Cg transform='matrix(.66887 0 0 -.66887 -694.972 476.147)' clip-path='url(%23e)'%3E %3Cg clip-path='url(%23f)'%3E %3Cpath fill='%23eaeaea' d='M1048 691.946c0 1.108.597 1.328 1.422.616 0 0 .078-.61 1.578-.61s1.578.61 1.578.61c.785.767 1.422.495 1.422-.616v-.99c0-1.107-.898-2.005-1.998-2.005h-2.004c-1.104 0-1.998.9-1.998 2.01v.99z'/%3E %3C/g%3E %3C/g%3E %3Cg transform='matrix(.66887 0 0 -.66887 -694.972 476.147)' clip-path='url(%23g)'%3E %3Cg clip-path='url(%23h)'%3E %3Cpath fill='none' stroke='%23c4c4c4' stroke-width='2' stroke-miterlimit='10' d='M1048 691.946c0 1.108.597 1.328 1.422.616 0 0 .078-.61 1.578-.61s1.578.61 1.578.61c.785.767 1.422.495 1.422-.616v-.99c0-1.107-.898-2.005-1.998-2.005h-2.004c-1.104 0-1.998.9-1.998 2.01v.99z'/%3E %3C/g%3E %3C/g%3E %3Cg transform='matrix(.78045 0 0 -.78045 -812.244 553.384)' clip-path='url(%23i)'%3E %3Cg clip-path='url(%23j)'%3E %3Cpath fill='%23fffa95' d='M1040 711h22v-22h-22v22z'/%3E %3C/g%3E %3C/g%3E %3Cpath fill='none' stroke='%23ffca78' stroke-width='.781' stroke-miterlimit='10' d='M8 11.756c2.586 0 4.683-2.096 4.683-4.682 0-2.587-2.097-4.684-4.683-4.684s-4.683 2.1-4.683 4.685c0 2.586 2.097 4.682 4.683 4.682z'/%3E %3Cpath fill='none' stroke='%23f9b751' stroke-width='.694' stroke-miterlimit='10' d='M12.512 11.37l1.39 1.39M13 3l1.75-1.4M3 3L1.42 1.652' stroke-linecap='square'/%3E %3Cpath fill='none' stroke='%23fabd5e' stroke-width='.694' stroke-miterlimit='10' d='M3.04 11.347L2 13' stroke-linecap='square'/%3E %3Cpath fill='none' stroke='%23fbc26a' stroke-width='.694' stroke-miterlimit='10' d='M2 7.347L.37 7.37m15.282-.035L14 7.347' stroke-linecap='square'/%3E %3Cg transform='matrix(1.0833 0 0 -.59152 -1129.94 420.585)' clip-path='url(%23k)'%3E %3Cpath fill='none' stroke='%23fbc26a' stroke-width='1.249' stroke-miterlimit='10' d='M1049.99 709.344l-.015.832' stroke-linecap='square'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--bulb-off {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cdefs%3E %3CclipPath id='i'%3E %3Cpath d='M1051 694c3.314 0 6 2.686 6 6s-2.686 6-6 6-6-2.686-6-6 2.686-6 6-6z'/%3E %3C/clipPath%3E %3CclipPath id='j'%3E %3Cpath d='M0 0h1111v719H0V0z'/%3E %3C/clipPath%3E %3CclipPath id='g'%3E %3Cpath d='M1048 691.946c0 1.108.597 1.328 1.422.616 0 0 .078-.61 1.578-.61s1.578.61 1.578.61c.785.767 1.422.495 1.422-.616v-.99c0-1.107-.898-2.005-1.998-2.005h-2.004c-1.104 0-1.998.896-1.998 2.007v.99z'/%3E %3C/clipPath%3E %3CclipPath id='h'%3E %3Cpath d='M0 0h1111v719H0V0z'/%3E %3C/clipPath%3E %3CclipPath id='e'%3E %3Cpath d='M1027.5 713.495h47V668.45h-47v45.045zm21-21.55c0 .656.076.687.595.24l-.17.314c.027-.208.155-.446.427-.647.354-.26.893-.403 1.648-.403.755 0 1.294.143 1.648.404.272.2.4.44.426.645l-.147-.296c.468.456.573.41.573-.26v-.99c0-.83-.673-1.504-1.498-1.504h-2.004c-.828 0-1.498.672-1.498 1.506v.99zm-1 0v-.99c0-1.384 1.117-2.504 2.498-2.504h2.004c1.377 0 2.498 1.125 2.498 2.507v.99c0 1.55-1.167 2.053-2.27.974l-.126-.12-.022-.173c.01.053.012.062-.027.033-.163-.12-.497-.21-1.055-.21-.558 0-.892.09-1.055.21-.04.028-.034.02-.027-.034l-.024.19-.145.125c-1.153.995-2.25.54-2.25-.993z'/%3E %3C/clipPath%3E %3CclipPath id='f'%3E %3Cpath d='M0 0h1111v719H0V0z'/%3E %3C/clipPath%3E %3CclipPath id='c'%3E %3Cpath d='M1048 693.953c0 1.104.597 1.32 1.422.61 0 0 .078-.612 1.578-.612s1.578.613 1.578.613c.785.767 1.422.503 1.422-.61v-4.003c0-1.104-.898-2-1.998-2h-2.004c-1.104 0-1.998.888-1.998 2v4.003z'/%3E %3C/clipPath%3E %3CclipPath id='d'%3E %3Cpath d='M0 0h1111v719H0V0z'/%3E %3C/clipPath%3E %3CclipPath id='a'%3E %3Cpath d='M1027.5 715.497h47V667.45h-47v48.047zm21-21.544c0 .65.075.68.595.23l-.17.316c.027-.208.155-.447.427-.647.354-.26.893-.403 1.648-.403.755 0 1.294.143 1.648.404.272.2.4.44.426.645l-.147-.296c.47.46.573.415.573-.252v-4.004c0-.827-.673-1.5-1.498-1.5h-2.004c-.83 0-1.498.667-1.498 1.5v4.003zm-1 0v-4.004c0-1.387 1.116-2.5 2.498-2.5h2.004c1.377 0 2.498 1.12 2.498 2.5v4.002c0 1.55-1.167 2.046-2.27.967l-.126-.123-.022-.172c.01.052.012.062-.027.033-.163-.12-.497-.21-1.055-.21-.558 0-.892.09-1.055.21-.04.028-.034.018-.027-.034l-.024.19-.145.125c-1.153.993-2.25.543-2.25-.988z'/%3E %3C/clipPath%3E %3CclipPath id='b'%3E %3Cpath d='M0 0h1111v719H0V0z'/%3E %3C/clipPath%3E %3C/defs%3E %3Cg transform='matrix(.66887 0 0 -.66887 -694.972 476.147)' clip-path='url(%23a)'%3E %3Cg clip-path='url(%23b)'%3E %3Cpath fill='%23eaeaea' d='M1048 693.953c0 1.104.597 1.32 1.422.61 0 0 .078-.612 1.578-.612s1.578.613 1.578.613c.785.767 1.422.503 1.422-.61v-4.003c0-1.104-.898-2-1.998-2h-2.004c-1.104 0-1.998.888-1.998 2v4.003z'/%3E %3C/g%3E %3C/g%3E %3Cg transform='matrix(.66887 0 0 -.66887 -694.972 475.832)' clip-path='url(%23c)'%3E %3Cg clip-path='url(%23d)'%3E %3Cpath fill='none' stroke='%23c4c4c4' stroke-width='2' stroke-miterlimit='10' d='M1048 693.953c0 1.104.597 1.32 1.422.61 0 0 .078-.612 1.578-.612s1.578.613 1.578.613c.785.767 1.422.503 1.422-.61v-4.003c0-1.104-.898-2-1.998-2h-2.004c-1.104 0-1.998.888-1.998 2v4.003z'/%3E %3C/g%3E %3C/g%3E %3Cg transform='matrix(.66887 0 0 -.66887 -694.972 476.147)' clip-path='url(%23e)'%3E %3Cg clip-path='url(%23f)'%3E %3Cpath fill='%23eaeaea' d='M1048 691.946c0 1.108.597 1.328 1.422.616 0 0 .078-.61 1.578-.61s1.578.61 1.578.61c.785.767 1.422.495 1.422-.616v-.99c0-1.107-.898-2.005-1.998-2.005h-2.004c-1.104 0-1.998.896-1.998 2.007v.99z'/%3E %3C/g%3E %3C/g%3E %3Cg transform='matrix(.66887 0 0 -.66887 -694.972 476.147)' clip-path='url(%23g)'%3E %3Cg clip-path='url(%23h)'%3E %3Cpath fill='none' stroke='%23c4c4c4' stroke-width='2' stroke-miterlimit='10' d='M1048 691.946c0 1.108.597 1.328 1.422.616 0 0 .078-.61 1.578-.61s1.578.61 1.578.61c.785.767 1.422.495 1.422-.616v-.99c0-1.107-.898-2.005-1.998-2.005h-2.004c-1.104 0-1.998.896-1.998 2.007v.99z'/%3E %3C/g%3E %3C/g%3E %3Cg transform='matrix(.78045 0 0 -.78045 -812.244 553.384)' clip-path='url(%23i)'%3E %3Cg clip-path='url(%23j)'%3E %3Cpath fill='%23fffa95' d='M1040 711h22v-22h-22v22z'/%3E %3C/g%3E %3C/g%3E %3Cpath fill='none' stroke='%23ffca78' stroke-width='.781' stroke-miterlimit='10' d='M8 11.756c2.586 0 4.683-2.096 4.683-4.682 0-2.587-2.097-4.684-4.683-4.684s-4.683 2.1-4.683 4.685c0 2.586 2.097 4.682 4.683 4.682z'/%3E %3C/svg%3E")
    }

    .icon--folder {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-folder'%3E %3Cpath fill-rule='inherit' d='M15 4s1 0 1 1v9s0 1-1 1H1s-1 0-1-1V3c0-1 1-1 1-1h7s1 0 1 1v1h6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--folder-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-folder'%3E %3Cpath fill-rule='inherit' d='M15 4s1 0 1 1v9s0 1-1 1H1s-1 0-1-1V3c0-1 1-1 1-1h7s1 0 1 1v1h6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--folder-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-folder'%3E %3Cpath fill-rule='inherit' d='M15 4s1 0 1 1v9s0 1-1 1H1s-1 0-1-1V3c0-1 1-1 1-1h7s1 0 1 1v1h6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--folder-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-folder'%3E %3Cpath fill-rule='inherit' d='M15 4s1 0 1 1v9s0 1-1 1H1s-1 0-1-1V3c0-1 1-1 1-1h7s1 0 1 1v1h6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--folder-success {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366a030'%3E %3Cg id='icon-folder'%3E %3Cpath fill-rule='inherit' d='M15 4s1 0 1 1v9s0 1-1 1H1s-1 0-1-1V3c0-1 1-1 1-1h7s1 0 1 1v1h6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--folder-warn-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2384000d'%3E %3Cg id='icon-folder'%3E %3Cpath fill-rule='inherit' d='M15 4s1 0 1 1v9s0 1-1 1H1s-1 0-1-1V3c0-1 1-1 1-1h7s1 0 1 1v1h6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--folder-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-folder'%3E %3Cpath fill-rule='inherit' d='M15 4s1 0 1 1v9s0 1-1 1H1s-1 0-1-1V3c0-1 1-1 1-1h7s1 0 1 1v1h6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--folder-alert-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-folder--alert'%3E %3Cpath fill-rule='evenodd' d='M14.85 4.284c.635 0 1.15.523 1.15 1.14v9.153C16 15.205 14.85 16 14.85 16H1.15S0 15.194 0 14.577V3.137C0 2.51.518 2 1.14 2h6.863c.63 0 1.14.508 1.14 1.138v1.147c0 .014 1.982 0 2.854 0h2.853zM4.057 6.394C4.02 5.8 4 5.374 4 5.116c0-.35.092-.625.276-.822.184-.197.426-.295.727-.295.364 0 .607.12.73.372.123.25.184.614.184 1.088 0 .28-.015.564-.044.85L5.6 9.448c-.03.373-.093.658-.19.857-.098.2-.26.3-.483.3-.23 0-.387-.098-.476-.29-.082-.193-.15-.486-.19-.88l-.2-3.04zm.232 6.966c-.2-.168-.29-.4-.29-.702 0-.262.09-.485.27-.67.184-.184.41-.276.676-.276.267 0 .494.092.683.277.19.18.282.4.282.662 0 .296-.095.53-.286.698-.19.17-.41.255-.666.255-.256 0-.482-.083-.674-.25z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--folder-back-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-folder-back'%3E %3Cpath fill-rule='inherit' d='M9 5h6c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h7c.55 0 1 .45 1 1v1zM8 6.06H5.9L3.27 9.53 5.87 13H8L5.4 9.53 8 6.06z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--folder-2 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-folder-2'%3E %3Cpath fill='%2324323f' d='M15.997 6.943L15.367 15c-.043.552-.533 1-1.097 1H7.593c-.563 0-.983-.458-.94-1L7.36 5.94h7.696c.563 0 .983.46.94 1z'/%3E %3Cpath fill='%238fa4af' d='M12.864 5.942c.563 0 1.082.458 1.156 1L15.125 15c.075.552-.32 1-.882 1H2.546c-.563 0-1.082-.458-1.157-1L.01 4.93C-.068 4.38.33 3.93.88 3.93h5.644c.557 0 1.07.448 1.146 1.002l.14 1.01h5.054z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--folder-add {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-folder-add'%3E %3Cpath fill-rule='inherit' d='M15 4s1 0 1 1v9s0 1-1 1H1s-1 0-1-1V3c0-1 1-1 1-1h7s1 0 1 1v1h6z'/%3E %3Cpath fill='%23fff' fill-rule='evenodd' d='M7 7v2H5v1h2v2h1v-2h2V9H8V7H7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--folder-add-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-folder-add'%3E %3Cpath fill-rule='inherit' d='M15 4s1 0 1 1v9s0 1-1 1H1s-1 0-1-1V3c0-1 1-1 1-1h7s1 0 1 1v1h6z'/%3E %3Cpath fill='%23fff' fill-rule='evenodd' d='M7 7v2H5v1h2v2h1v-2h2V9H8V7H7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--folders {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-folders'%3E %3Cpath fill-rule='inherit' d='M14 7h1.002c.55 0 .998.446.998.997v7.005c0 .55-.448.998-1 .998H4c-.553 0-1-.446-1-.998V14h10.002c.55 0 .998-.447.998-.998V7z'/%3E %3Cpath fill-rule='inherit' d='M7 4h5.002c.55 0 .998.446.998.997v7.005c0 .55-.448.998-1 .998H1c-.553 0-1-.446-1-.998V2.995c0-.547.438-.993 1.003-.993h4.994c.554 0 1.003.456 1.003.995v1.006z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--folders-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-folders'%3E %3Cpath fill-rule='inherit' d='M14 7h1.002c.55 0 .998.446.998.997v7.005c0 .55-.448.998-1 .998H4c-.553 0-1-.446-1-.998V14h10.002c.55 0 .998-.447.998-.998V7z'/%3E %3Cpath fill-rule='inherit' d='M7 4h5.002c.55 0 .998.446.998.997v7.005c0 .55-.448.998-1 .998H1c-.553 0-1-.446-1-.998V2.995c0-.547.438-.993 1.003-.993h4.994c.554 0 1.003.456 1.003.995v1.006z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--folder-export {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-folder-export'%3E %3Cpath fill-rule='inherit' d='M15 4s1 0 1 1v9s0 1-1 1H1s-1 0-1-1V3c0-1 1-1 1-1h7s1 0 1 1v1h6z'/%3E %3Cpath fill='%23fff' d='M8.99 8V6l3.58 3.474L8.99 13v-2.006c-2.513 0-4.267.8-5.56 2.72C3.962 11.074 5.486 8.48 8.99 8z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--cloud-plus, .icon--cloud-plus-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-cloud-plus'%3E %3Cpath fill-rule='inherit' d='M13.5 13c1.38 0 2.5-1.12 2.5-2.5S14.88 8 13.5 8c-.185 0-.365.02-.54.058-.114-.646-.478-1.207-.988-1.58C11.99 6.322 12 6.162 12 6c0-2.21-1.79-4-4-4S4 3.79 4 6v.036C3.837 6.012 3.67 6 3.5 6 1.567 6 0 7.567 0 9.5S1.567 13 3.5 13c3.422-.037 6.893.01 10 0z'/%3E %3Cpath fill='%23fff' fill-rule='evenodd' d='M6.75 6h1.5v5h-1.5z'/%3E %3Cpath fill='%23fff' fill-rule='evenodd' d='M10 7.75v1.5H5v-1.5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--generic-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-generic-file'%3E %3Cpath fill='%23fff' d='M2 1h8.914L14 4.064V15H2z'/%3E %3Cpath fill-rule='inherit' d='M1 0v16h14V3.625L11.344 0H1zm1 1h8.906L14 4.063V15H2V1z'/%3E %3Cpath fill-rule='inherit' d='M4 8h8v1H4zm0 2h8v1H4zm0 2h8v1H4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--generic-file-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-generic-file'%3E %3Cpath fill='%23fff' d='M2 1h8.914L14 4.064V15H2z'/%3E %3Cpath fill-rule='inherit' d='M1 0v16h14V3.625L11.344 0H1zm1 1h8.906L14 4.063V15H2V1z'/%3E %3Cpath fill-rule='inherit' d='M4 8h8v1H4zm0 2h8v1H4zm0 2h8v1H4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--generic-file-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-generic-file'%3E %3Cpath fill='%23fff' d='M2 1h8.914L14 4.064V15H2z'/%3E %3Cpath fill-rule='inherit' d='M1 0v16h14V3.625L11.344 0H1zm1 1h8.906L14 4.063V15H2V1z'/%3E %3Cpath fill-rule='inherit' d='M4 8h8v1H4zm0 2h8v1H4zm0 2h8v1H4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--generic-file-email {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-generic-file-email'%3E %3Cpath fill='%23fff' d='M2 1h8.914L14 4.064V15H2z'/%3E %3Cpath fill-rule='inherit' d='M1 0v16h14V3.625L11.344 0H1zm1 1h8.906L14 4.063V15H2V1z'/%3E %3Cpath d='M12.5 7.51225q0 .79363-.253521 1.45499-.253521.65585-.716473 1.03062-.462951.37477-1.074709.37477-.407838 0-.721984-.1929-.314146-.19841-.451929-.51806h-.08818q-.595224.71096-1.515616.71096-.975505 0-1.537661-.5842-.562155-.58971-.562155-1.60931 0-1.16289.738518-1.87385t1.928965-.71096q.473974 0 1.041641.0937.573179.0882.942438.21494l-.126761 2.69504q0 .76608.418861.76608.352725 0 .562156-.51256.20943-.51806.20943-1.35027 0-.88733-.369259-1.56522-.369259-.68341-1.041641-1.04164-.666871-.35824-1.526638-.35824-1.113289 0-1.934477.45744T5.158911 6.3163q-.435395.85977-.435395 1.98959 0 1.52113.810165 2.3368.815677.81017 2.358849.81017.584201 0 1.28414-.12676.699939-.13227 1.377832-.38028v1.05817q-1.179424.50153-2.617881.50153-2.094305 0-3.268218-1.10226Q3.5 10.30098 3.5 8.33895q0-1.3613.595223-2.46908.600735-1.11329 1.703001-1.74158 1.107777-.6338 2.546234-.6338 1.212492 0 2.165952.49602t1.471525 1.4109Q12.5 6.31629 12.5 7.51225zm-5.643601.68892q0 1.16289.947949 1.16289.496019 0 .755052-.34722.259032-.35272.314146-1.14084l.07165-1.21801q-.281078-.0606-.633803-.0606-.688916 0-1.074709.42988-.380282.42989-.380282 1.17392z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--generic-file-email-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-generic-file-email'%3E %3Cpath fill='%23fff' d='M2 1h8.914L14 4.064V15H2z'/%3E %3Cpath fill-rule='inherit' d='M1 0v16h14V3.625L11.344 0H1zm1 1h8.906L14 4.063V15H2V1z'/%3E %3Cpath d='M12.5 7.51225q0 .79363-.253521 1.45499-.253521.65585-.716473 1.03062-.462951.37477-1.074709.37477-.407838 0-.721984-.1929-.314146-.19841-.451929-.51806h-.08818q-.595224.71096-1.515616.71096-.975505 0-1.537661-.5842-.562155-.58971-.562155-1.60931 0-1.16289.738518-1.87385t1.928965-.71096q.473974 0 1.041641.0937.573179.0882.942438.21494l-.126761 2.69504q0 .76608.418861.76608.352725 0 .562156-.51256.20943-.51806.20943-1.35027 0-.88733-.369259-1.56522-.369259-.68341-1.041641-1.04164-.666871-.35824-1.526638-.35824-1.113289 0-1.934477.45744T5.158911 6.3163q-.435395.85977-.435395 1.98959 0 1.52113.810165 2.3368.815677.81017 2.358849.81017.584201 0 1.28414-.12676.699939-.13227 1.377832-.38028v1.05817q-1.179424.50153-2.617881.50153-2.094305 0-3.268218-1.10226Q3.5 10.30098 3.5 8.33895q0-1.3613.595223-2.46908.600735-1.11329 1.703001-1.74158 1.107777-.6338 2.546234-.6338 1.212492 0 2.165952.49602t1.471525 1.4109Q12.5 6.31629 12.5 7.51225zm-5.643601.68892q0 1.16289.947949 1.16289.496019 0 .755052-.34722.259032-.35272.314146-1.14084l.07165-1.21801q-.281078-.0606-.633803-.0606-.688916 0-1.074709.42988-.380282.42989-.380282 1.17392z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--generic-file-email-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-generic-file-email'%3E %3Cpath fill='%23fff' d='M2 1h8.914L14 4.064V15H2z'/%3E %3Cpath fill-rule='inherit' d='M1 0v16h14V3.625L11.344 0H1zm1 1h8.906L14 4.063V15H2V1z'/%3E %3Cpath d='M12.5 7.51225q0 .79363-.253521 1.45499-.253521.65585-.716473 1.03062-.462951.37477-1.074709.37477-.407838 0-.721984-.1929-.314146-.19841-.451929-.51806h-.08818q-.595224.71096-1.515616.71096-.975505 0-1.537661-.5842-.562155-.58971-.562155-1.60931 0-1.16289.738518-1.87385t1.928965-.71096q.473974 0 1.041641.0937.573179.0882.942438.21494l-.126761 2.69504q0 .76608.418861.76608.352725 0 .562156-.51256.20943-.51806.20943-1.35027 0-.88733-.369259-1.56522-.369259-.68341-1.041641-1.04164-.666871-.35824-1.526638-.35824-1.113289 0-1.934477.45744T5.158911 6.3163q-.435395.85977-.435395 1.98959 0 1.52113.810165 2.3368.815677.81017 2.358849.81017.584201 0 1.28414-.12676.699939-.13227 1.377832-.38028v1.05817q-1.179424.50153-2.617881.50153-2.094305 0-3.268218-1.10226Q3.5 10.30098 3.5 8.33895q0-1.3613.595223-2.46908.600735-1.11329 1.703001-1.74158 1.107777-.6338 2.546234-.6338 1.212492 0 2.165952.49602t1.471525 1.4109Q12.5 6.31629 12.5 7.51225zm-5.643601.68892q0 1.16289.947949 1.16289.496019 0 .755052-.34722.259032-.35272.314146-1.14084l.07165-1.21801q-.281078-.0606-.633803-.0606-.688916 0-1.074709.42988-.380282.42989-.380282 1.17392z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--generic-file-add {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-generic-file-add'%3E %3Cpath fill='%23fff' d='M2 1h8.914L14 4.064V15H2z'/%3E %3Cpath fill-rule='inherit' d='M1 0v16h14V3.625L11.344 0H1zm1 1h8.906L14 4.063V15H2V1z'/%3E %3Cpath fill-rule='inherit' d='M7 7v2H5v1h2v2h1v-2h2V9H8V7H7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--generic-file-add-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-generic-file-add'%3E %3Cpath fill='%23fff' d='M2 1h8.914L14 4.064V15H2z'/%3E %3Cpath fill-rule='inherit' d='M1 0v16h14V3.625L11.344 0H1zm1 1h8.906L14 4.063V15H2V1z'/%3E %3Cpath fill-rule='inherit' d='M7 7v2H5v1h2v2h1v-2h2V9H8V7H7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--generic-file-add-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-generic-file-add'%3E %3Cpath fill='%23fff' d='M2 1h8.914L14 4.064V15H2z'/%3E %3Cpath fill-rule='inherit' d='M1 0v16h14V3.625L11.344 0H1zm1 1h8.906L14 4.063V15H2V1z'/%3E %3Cpath fill-rule='inherit' d='M7 7v2H5v1h2v2h1v-2h2V9H8V7H7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--generic-files-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-generic-files'%3E %3Cpath fill='%23fff' d='M1 1h4.914L9 4.064V13H1z'/%3E %3Cpath fill-rule='inherit' d='M0 0v14h10V3.625L6.344 0zm1 1h4.906L9 4.063V13H1z'/%3E %3Cpath fill='%23fff' d='M7 3h4.914L15 6.064V15H7z'/%3E %3Cpath fill-rule='inherit' d='M6 2v14h10V5.625L12.344 2zm1 1h4.906L15 6.063V15H7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--generic-files-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-generic-files'%3E %3Cpath fill='%23fff' d='M1 1h4.914L9 4.064V13H1z'/%3E %3Cpath fill-rule='inherit' d='M0 0v14h10V3.625L6.344 0zm1 1h4.906L9 4.063V13H1z'/%3E %3Cpath fill='%23fff' d='M7 3h4.914L15 6.064V15H7z'/%3E %3Cpath fill-rule='inherit' d='M6 2v14h10V5.625L12.344 2zm1 1h4.906L15 6.063V15H7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--generic-files-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-generic-files'%3E %3Cpath fill='%23fff' d='M1 1h4.914L9 4.064V13H1z'/%3E %3Cpath fill-rule='inherit' d='M0 0v14h10V3.625L6.344 0zm1 1h4.906L9 4.063V13H1z'/%3E %3Cpath fill='%23fff' d='M7 3h4.914L15 6.064V15H7z'/%3E %3Cpath fill-rule='inherit' d='M6 2v14h10V5.625L12.344 2zm1 1h4.906L15 6.063V15H7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--video-and-generic-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-video-and-generic-file'%3E %3Cpath d='M0 0v9h3V8h3v1h3V0H6v1H3V0H0zm1 1h1v1H1V1zm6 0h1v1H7V1zM3 2h3v2H3V2zM1 3h1v1H1V3zm6 0h1v1H7V3zM1 5h1v1H1V5zm2 0h3v2H3V5zm4 0h1v1H7V5zM1 7h1v1H1V7zm6 0h1v1H7V7z'/%3E %3Cpath fill='%23fff' d='M8 7h5.2L15 8.787V15H8z'/%3E %3Cpath fill-rule='inherit' d='M7 6v10h9V8l-2-2zm1 1h5.206L15 8.795V15H8z'/%3E %3Cpath fill-rule='inherit' d='M9 9h5v1H9zm0 2h5v1H9zm0 2h5v1H9z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--video-and-generic-file-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-video-and-generic-file'%3E %3Cpath d='M0 0v9h3V8h3v1h3V0H6v1H3V0H0zm1 1h1v1H1V1zm6 0h1v1H7V1zM3 2h3v2H3V2zM1 3h1v1H1V3zm6 0h1v1H7V3zM1 5h1v1H1V5zm2 0h3v2H3V5zm4 0h1v1H7V5zM1 7h1v1H1V7zm6 0h1v1H7V7z'/%3E %3Cpath fill='%23fff' d='M8 7h5.2L15 8.787V15H8z'/%3E %3Cpath fill-rule='inherit' d='M7 6v10h9V8l-2-2zm1 1h5.206L15 8.795V15H8z'/%3E %3Cpath fill-rule='inherit' d='M9 9h5v1H9zm0 2h5v1H9zm0 2h5v1H9z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--video-and-generic-file-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-video-and-generic-file'%3E %3Cpath d='M0 0v9h3V8h3v1h3V0H6v1H3V0H0zm1 1h1v1H1V1zm6 0h1v1H7V1zM3 2h3v2H3V2zM1 3h1v1H1V3zm6 0h1v1H7V3zM1 5h1v1H1V5zm2 0h3v2H3V5zm4 0h1v1H7V5zM1 7h1v1H1V7zm6 0h1v1H7V7z'/%3E %3Cpath fill='%23fff' d='M8 7h5.2L15 8.787V15H8z'/%3E %3Cpath fill-rule='inherit' d='M7 6v10h9V8l-2-2zm1 1h5.206L15 8.795V15H8z'/%3E %3Cpath fill-rule='inherit' d='M9 9h5v1H9zm0 2h5v1H9zm0 2h5v1H9z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--video-and-generic-file-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-video-and-generic-file'%3E %3Cpath d='M0 0v9h3V8h3v1h3V0H6v1H3V0H0zm1 1h1v1H1V1zm6 0h1v1H7V1zM3 2h3v2H3V2zM1 3h1v1H1V3zm6 0h1v1H7V3zM1 5h1v1H1V5zm2 0h3v2H3V5zm4 0h1v1H7V5zM1 7h1v1H1V7zm6 0h1v1H7V7z'/%3E %3Cpath fill='%23fff' d='M8 7h5.2L15 8.787V15H8z'/%3E %3Cpath fill-rule='inherit' d='M7 6v10h9V8l-2-2zm1 1h5.206L15 8.795V15H8z'/%3E %3Cpath fill-rule='inherit' d='M9 9h5v1H9zm0 2h5v1H9zm0 2h5v1H9z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--video-image-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-video-image-file'%3E %3Cpath d='M0 0v9h3V8h3v1h3V0H6v1H3V0H0zm1 1h1v1H1V1zm6 0h1v1H7V1zM3 2h3v2H3V2zM1 3h1v1H1V3zm6 0h1v1H7V3zM1 5h1v1H1V5zm2 0h3v2H3V5zm4 0h1v1H7V5zM1 7h1v1H1V7zm6 0h1v1H7V7z'/%3E %3Cpath fill='%23fff' d='M8 7h5.2L15 8.787V15H8z'/%3E %3Cpath fill-rule='inherit' d='M7 6v10h9V8l-2-2zm1 1h5.206L15 8.795V15H8z'/%3E %3Ccircle cx='12.5' cy='9.5' r='1' fill-rule='inherit'/%3E %3Cpath fill-rule='inherit' d='M9 14h5v-2.47l-1.3.67-1.2-1.03-1.1 1.39-1.4-2.06'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--video-image-file-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-video-image-file'%3E %3Cpath d='M0 0v9h3V8h3v1h3V0H6v1H3V0H0zm1 1h1v1H1V1zm6 0h1v1H7V1zM3 2h3v2H3V2zM1 3h1v1H1V3zm6 0h1v1H7V3zM1 5h1v1H1V5zm2 0h3v2H3V5zm4 0h1v1H7V5zM1 7h1v1H1V7zm6 0h1v1H7V7z'/%3E %3Cpath fill='%23fff' d='M8 7h5.2L15 8.787V15H8z'/%3E %3Cpath fill-rule='inherit' d='M7 6v10h9V8l-2-2zm1 1h5.206L15 8.795V15H8z'/%3E %3Ccircle cx='12.5' cy='9.5' r='1' fill-rule='inherit'/%3E %3Cpath fill-rule='inherit' d='M9 14h5v-2.47l-1.3.67-1.2-1.03-1.1 1.39-1.4-2.06'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--video-image-file-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-video-image-file'%3E %3Cpath d='M0 0v9h3V8h3v1h3V0H6v1H3V0H0zm1 1h1v1H1V1zm6 0h1v1H7V1zM3 2h3v2H3V2zM1 3h1v1H1V3zm6 0h1v1H7V3zM1 5h1v1H1V5zm2 0h3v2H3V5zm4 0h1v1H7V5zM1 7h1v1H1V7zm6 0h1v1H7V7z'/%3E %3Cpath fill='%23fff' d='M8 7h5.2L15 8.787V15H8z'/%3E %3Cpath fill-rule='inherit' d='M7 6v10h9V8l-2-2zm1 1h5.206L15 8.795V15H8z'/%3E %3Ccircle cx='12.5' cy='9.5' r='1' fill-rule='inherit'/%3E %3Cpath fill-rule='inherit' d='M9 14h5v-2.47l-1.3.67-1.2-1.03-1.1 1.39-1.4-2.06'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--video-image-file-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-video-image-file'%3E %3Cpath d='M0 0v9h3V8h3v1h3V0H6v1H3V0H0zm1 1h1v1H1V1zm6 0h1v1H7V1zM3 2h3v2H3V2zM1 3h1v1H1V3zm6 0h1v1H7V3zM1 5h1v1H1V5zm2 0h3v2H3V5zm4 0h1v1H7V5zM1 7h1v1H1V7zm6 0h1v1H7V7z'/%3E %3Cpath fill='%23fff' d='M8 7h5.2L15 8.787V15H8z'/%3E %3Cpath fill-rule='inherit' d='M7 6v10h9V8l-2-2zm1 1h5.206L15 8.795V15H8z'/%3E %3Ccircle cx='12.5' cy='9.5' r='1' fill-rule='inherit'/%3E %3Cpath fill-rule='inherit' d='M9 14h5v-2.47l-1.3.67-1.2-1.03-1.1 1.39-1.4-2.06'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--video-audio-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-video-audio-file'%3E %3Cpath fill-rule='inherit' d='M0 0v9h3V8h3v1h3V0H6v1H3V0H0zm1 1h1v1H1V1zm6 0h1v1H7V1zM3 2h3v2H3V2zM1 3h1v1H1V3zm6 0h1v1H7V3zM1 5h1v1H1V5zm2 0h3v2H3V5zm4 0h1v1H7V5zM1 7h1v1H1V7zm6 0h1v1H7V7z'/%3E %3Cpath fill-rule='inherit' d='M9 13H7v-3h3v.1L13 8v7l-3-2.1v.05V10H9v3zm6.492-1.72v.61h-1.217v-.61h1.217zm-.14-1.91l.208.572-1.144.416-.208-.57 1.144-.418zm.212 3.942l-.276.542-1.085-.552.277-.543 1.084.552z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--video-audio-file-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-video-audio-file'%3E %3Cpath fill-rule='inherit' d='M0 0v9h3V8h3v1h3V0H6v1H3V0H0zm1 1h1v1H1V1zm6 0h1v1H7V1zM3 2h3v2H3V2zM1 3h1v1H1V3zm6 0h1v1H7V3zM1 5h1v1H1V5zm2 0h3v2H3V5zm4 0h1v1H7V5zM1 7h1v1H1V7zm6 0h1v1H7V7z'/%3E %3Cpath fill-rule='inherit' d='M9 13H7v-3h3v.1L13 8v7l-3-2.1v.05V10H9v3zm6.492-1.72v.61h-1.217v-.61h1.217zm-.14-1.91l.208.572-1.144.416-.208-.57 1.144-.418zm.212 3.942l-.276.542-1.085-.552.277-.543 1.084.552z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--video-audio-file-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-video-audio-file'%3E %3Cpath fill-rule='inherit' d='M0 0v9h3V8h3v1h3V0H6v1H3V0H0zm1 1h1v1H1V1zm6 0h1v1H7V1zM3 2h3v2H3V2zM1 3h1v1H1V3zm6 0h1v1H7V3zM1 5h1v1H1V5zm2 0h3v2H3V5zm4 0h1v1H7V5zM1 7h1v1H1V7zm6 0h1v1H7V7z'/%3E %3Cpath fill-rule='inherit' d='M9 13H7v-3h3v.1L13 8v7l-3-2.1v.05V10H9v3zm6.492-1.72v.61h-1.217v-.61h1.217zm-.14-1.91l.208.572-1.144.416-.208-.57 1.144-.418zm.212 3.942l-.276.542-1.085-.552.277-.543 1.084.552z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--video-audio-file-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-video-audio-file'%3E %3Cpath fill-rule='inherit' d='M0 0v9h3V8h3v1h3V0H6v1H3V0H0zm1 1h1v1H1V1zm6 0h1v1H7V1zM3 2h3v2H3V2zM1 3h1v1H1V3zm6 0h1v1H7V3zM1 5h1v1H1V5zm2 0h3v2H3V5zm4 0h1v1H7V5zM1 7h1v1H1V7zm6 0h1v1H7V7z'/%3E %3Cpath fill-rule='inherit' d='M9 13H7v-3h3v.1L13 8v7l-3-2.1v.05V10H9v3zm6.492-1.72v.61h-1.217v-.61h1.217zm-.14-1.91l.208.572-1.144.416-.208-.57 1.144-.418zm.212 3.942l-.276.542-1.085-.552.277-.543 1.084.552z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--video-audio-file-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-video-audio-file'%3E %3Cpath fill-rule='inherit' d='M0 0v9h3V8h3v1h3V0H6v1H3V0H0zm1 1h1v1H1V1zm6 0h1v1H7V1zM3 2h3v2H3V2zM1 3h1v1H1V3zm6 0h1v1H7V3zM1 5h1v1H1V5zm2 0h3v2H3V5zm4 0h1v1H7V5zM1 7h1v1H1V7zm6 0h1v1H7V7z'/%3E %3Cpath fill-rule='inherit' d='M9 13H7v-3h3v.1L13 8v7l-3-2.1v.05V10H9v3zm6.492-1.72v.61h-1.217v-.61h1.217zm-.14-1.91l.208.572-1.144.416-.208-.57 1.144-.418zm.212 3.942l-.276.542-1.085-.552.277-.543 1.084.552z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--video-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-video-file'%3E %3Cpath fill='%23fff' stroke='%238ea4af' stroke-width='1' d='m 1.4367967,0.50010022 9.7509243,0 3.375482,3.28054678 0,11.719253 -13.1264063,0 z'/%3E %3Cpath fill='%23bf0013' fill-rule='evenodd' d='M5 12.464V5.536l3 1.732L11 9l-3 1.732z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--audio-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E %3Cdefs%3E %3Cpath id='a' d='M0 0h10.4L14 3.5V16H0z'/%3E %3C/defs%3E %3Cg id='icon-audio-file'%3E %3Cuse width='15' height='16' fill='%23fff' fill-rule='evenodd' stroke='%238ea4af' stroke-width='2' transform='matrix(.87402 0 0 .88977 1.882 .882)' xlink:href='%23a'/%3E %3Cuse width='1' height='1' fill='%23fff' transform='matrix(.85714 0 0 .875 2 1)' xlink:href='%23a'/%3E %3Cpath fill='%23516e7b' fill-rule='evenodd' d='M3 7h2.667l2.666-2.556v8.178L5.667 10H3M9.188 5.344v.78c1.446 0 2.593 1.18 2.593 2.626s-1.146 2.625-2.592 2.625v.813c1.89 0 3.406-1.548 3.406-3.438 0-1.89-1.517-3.406-3.406-3.406z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--image-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-image-file-colored'%3E %3Cpath fill='%23fff' d='M1.778.89h9.244l3.2 3.11v11.11H1.778z'/%3E %3Cpath fill='%238ea4af' fill-rule='evenodd' d='M.89 0v16h14.22V3.61L11.39 0H.89zm.888.89h9.25L14.222 4v11.11H1.778V.89z'/%3E %3Ccircle cx='10' cy='5' r='2' fill='%23ff6c3b' fill-rule='evenodd'/%3E %3Cpath fill='%2366a030' fill-rule='evenodd' d='M3 14h10V9.06l-2.6 1.337L8 8.337l-2.2 2.78L3 7'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--image-file-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-image-file'%3E %3Cpath fill='%23fff' d='M1.778.89h9.244l3.2 3.11v11.11H1.778z'/%3E %3Cpath fill-rule='inherit' d='M.89 0v16h14.22V3.61L11.39 0H.89zm.888.89h9.25L14.222 4v11.11H1.778V.89z'/%3E %3Ccircle cx='10' cy='5' r='2' fill-rule='inherit'/%3E %3Cpath fill-rule='inherit' d='M3 14h10V9.06l-2.6 1.337L8 8.337l-2.2 2.78L3 7'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--image-file-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-image-file'%3E %3Cpath fill='%23fff' d='M1.778.89h9.244l3.2 3.11v11.11H1.778z'/%3E %3Cpath fill-rule='inherit' d='M.89 0v16h14.22V3.61L11.39 0H.89zm.888.89h9.25L14.222 4v11.11H1.778V.89z'/%3E %3Ccircle cx='10' cy='5' r='2' fill-rule='inherit'/%3E %3Cpath fill-rule='inherit' d='M3 14h10V9.06l-2.6 1.337L8 8.337l-2.2 2.78L3 7'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--upload {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-upload'%3E %3Cpath fill-rule='inherit' d='M8 0L1.96 5.99 3.04 7 7.25 2.74V11h1.406V2.72L13 7l1-1z'/%3E %3Cpath d='M2 13v3h12v-3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--upload-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-upload'%3E %3Cpath fill-rule='inherit' d='M8 0L1.96 5.99 3.04 7 7.25 2.74V11h1.406V2.72L13 7l1-1z'/%3E %3Cpath d='M2 13v3h12v-3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--upload-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-upload'%3E %3Cpath fill-rule='inherit' d='M8 0L1.96 5.99 3.04 7 7.25 2.74V11h1.406V2.72L13 7l1-1z'/%3E %3Cpath d='M2 13v3h12v-3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--upload-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-upload'%3E %3Cpath fill-rule='inherit' d='M8 0L1.96 5.99 3.04 7 7.25 2.74V11h1.406V2.72L13 7l1-1z'/%3E %3Cpath d='M2 13v3h12v-3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--upload-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-upload'%3E %3Cpath fill-rule='inherit' d='M8 0L1.96 5.99 3.04 7 7.25 2.74V11h1.406V2.72L13 7l1-1z'/%3E %3Cpath d='M2 13v3h12v-3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--download {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-download'%3E %3Cpath fill-rule='inherit' d='M7 6V0h2v6h4l-5 6-5-6h4zm-5 8h12V8h2v8H0V8h2v6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--download-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-download'%3E %3Cpath fill-rule='inherit' d='M7 6V0h2v6h4l-5 6-5-6h4zm-5 8h12V8h2v8H0V8h2v6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--download-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-download'%3E %3Cpath fill-rule='inherit' d='M7 6V0h2v6h4l-5 6-5-6h4zm-5 8h12V8h2v8H0V8h2v6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--download-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-download'%3E %3Cpath fill-rule='inherit' d='M7 6V0h2v6h4l-5 6-5-6h4zm-5 8h12V8h2v8H0V8h2v6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--download-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-download'%3E %3Cpath fill-rule='inherit' d='M7 6V0h2v6h4l-5 6-5-6h4zm-5 8h12V8h2v8H0V8h2v6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--download-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-download'%3E %3Cpath fill-rule='inherit' d='M7 6V0h2v6h4l-5 6-5-6h4zm-5 8h12V8h2v8H0V8h2v6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--download-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366d0dd'%3E %3Cg id='icon-download'%3E %3Cpath fill-rule='inherit' d='M7 6V0h2v6h4l-5 6-5-6h4zm-5 8h12V8h2v8H0V8h2v6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--download-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ffb400'%3E %3Cg id='icon-download'%3E %3Cpath fill-rule='inherit' d='M7 6V0h2v6h4l-5 6-5-6h4zm-5 8h12V8h2v8H0V8h2v6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--az {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-az'%3E %3Cpath fill-rule='inherit' d='M5.9 10H3.6l-.3 1h-2l2.4-6.4h2.2L8.3 11H6.2l-.3-1zm-.4-1.5l-.8-2.3L4 8.5h1.5zm3.2-4h5.7v1.3l-3.6 3.8h3.7V11H8.4V9.7L12 5.9H8.7V4.6zM8 0l3 3H5zm0 16l-3-3h6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--az-comp-darker {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-az'%3E %3Cpath fill-rule='inherit' d='M5.9 10H3.6l-.3 1h-2l2.4-6.4h2.2L8.3 11H6.2l-.3-1zm-.4-1.5l-.8-2.3L4 8.5h1.5zm3.2-4h5.7v1.3l-3.6 3.8h3.7V11H8.4V9.7L12 5.9H8.7V4.6zM8 0l3 3H5zm0 16l-3-3h6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--az-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-az'%3E %3Cpath fill-rule='inherit' d='M5.9 10H3.6l-.3 1h-2l2.4-6.4h2.2L8.3 11H6.2l-.3-1zm-.4-1.5l-.8-2.3L4 8.5h1.5zm3.2-4h5.7v1.3l-3.6 3.8h3.7V11H8.4V9.7L12 5.9H8.7V4.6zM8 0l3 3H5zm0 16l-3-3h6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--az-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-az'%3E %3Cpath fill-rule='inherit' d='M5.9 10H3.6l-.3 1h-2l2.4-6.4h2.2L8.3 11H6.2l-.3-1zm-.4-1.5l-.8-2.3L4 8.5h1.5zm3.2-4h5.7v1.3l-3.6 3.8h3.7V11H8.4V9.7L12 5.9H8.7V4.6zM8 0l3 3H5zm0 16l-3-3h6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--az-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-az'%3E %3Cpath fill-rule='inherit' d='M5.9 10H3.6l-.3 1h-2l2.4-6.4h2.2L8.3 11H6.2l-.3-1zm-.4-1.5l-.8-2.3L4 8.5h1.5zm3.2-4h5.7v1.3l-3.6 3.8h3.7V11H8.4V9.7L12 5.9H8.7V4.6zM8 0l3 3H5zm0 16l-3-3h6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--link-external {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-link-external'%3E %3Cpath d='M4.8 7.137c2.8 0 4.7 3.6 4.7 3.6l1.2-1.3s-2.4-4-6-4c-2.5 0-4.7 2.4-4.7 5 0 2.7 2.2 5 4.8 5h1.5v-2H4.8c-1.6 0-3-1.3-3-3 0-1.6 1.413-3.3 3.013-3.3z'/%3E %3Cpath d='M11.2 13.137c-2.8 0-4.7-3.6-4.7-3.6l-1.2 1.4s2.4 4 6 4c2.5 0 4.7-2 4.7-4.8 0-2.6-2.2-4.8-4.8-4.8H9.7l1.5 1.8c1.6 0 3 1.4 3 3 0 1.7-1.4 3-3 3zM5 3.837l3.5-3.5 3.5 3.5'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--link-external-2 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-link-external-2'%3E %3Cpath fill-rule='inherit' d='M12.156 3.03L7 8.19l.813.81 5.156-5.156-.817-.813z'/%3E %3Cpath fill-rule='inherit' d='M11 1l4 4V1z'/%3E %3Cpath fill-rule='inherit' d='M4.5 0C2.024 0 0 2.024 0 4.5v7C0 13.976 2.024 16 4.5 16h7c2.476 0 4.5-2.024 4.5-4.5V7h-2v4.5c0 1.402-1.098 2.5-2.5 2.5h-7C3.098 14 2 12.902 2 11.5v-7C2 3.098 3.098 2 4.5 2H9V0H4.5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--link-external-2-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-link-external-2'%3E %3Cpath fill-rule='inherit' d='M12.156 3.03L7 8.19l.813.81 5.156-5.156-.817-.813z'/%3E %3Cpath fill-rule='inherit' d='M11 1l4 4V1z'/%3E %3Cpath fill-rule='inherit' d='M4.5 0C2.024 0 0 2.024 0 4.5v7C0 13.976 2.024 16 4.5 16h7c2.476 0 4.5-2.024 4.5-4.5V7h-2v4.5c0 1.402-1.098 2.5-2.5 2.5h-7C3.098 14 2 12.902 2 11.5v-7C2 3.098 3.098 2 4.5 2H9V0H4.5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--img-placeholder-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-pict'%3E %3Crect width='15.5' height='15.5' rx='.5' x='.25' y='.25' fill='%23fff'/%3E %3Cpath d='M.75 0A.754.754 0 0 0 0 .75v14.5c0 .411.339.75.75.75h14.5c.411 0 .75-.339.75-.75V.75a.754.754 0 0 0-.75-.75H.75zm0 .5h14.5c.143 0 .25.107.25.25v14.5c0 .143-.107.25-.25.25H.75a.244.244 0 0 1-.25-.25V.75C.5.607.607.5.75.5z' fill-rule='inherit'/%3E %3Cpath d='M2 14h12V9.178l-2.57 1.34-2.412-2.062-3.216 2.678L2.16 7.196M13 4a2 2 0 1 1-4 0 2 2 0 1 1 4 0z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--img-placeholder, .icon--img-placeholder-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-pict'%3E %3Crect width='15.5' height='15.5' rx='.5' x='.25' y='.25' fill='%23fff'/%3E %3Cpath d='M.75 0A.754.754 0 0 0 0 .75v14.5c0 .411.339.75.75.75h14.5c.411 0 .75-.339.75-.75V.75a.754.754 0 0 0-.75-.75H.75zm0 .5h14.5c.143 0 .25.107.25.25v14.5c0 .143-.107.25-.25.25H.75a.244.244 0 0 1-.25-.25V.75C.5.607.607.5.75.5z' fill-rule='inherit'/%3E %3Cpath d='M2 14h12V9.178l-2.57 1.34-2.412-2.062-3.216 2.678L2.16 7.196M13 4a2 2 0 1 1-4 0 2 2 0 1 1 4 0z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--img-placeholder-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-pict'%3E %3Crect width='15.5' height='15.5' rx='.5' x='.25' y='.25' fill='%23fff'/%3E %3Cpath d='M.75 0A.754.754 0 0 0 0 .75v14.5c0 .411.339.75.75.75h14.5c.411 0 .75-.339.75-.75V.75a.754.754 0 0 0-.75-.75H.75zm0 .5h14.5c.143 0 .25.107.25.25v14.5c0 .143-.107.25-.25.25H.75a.244.244 0 0 1-.25-.25V.75C.5.607.607.5.75.5z' fill-rule='inherit'/%3E %3Cpath d='M2 14h12V9.178l-2.57 1.34-2.412-2.062-3.216 2.678L2.16 7.196M13 4a2 2 0 1 1-4 0 2 2 0 1 1 4 0z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--plus-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-plus'%3E %3Cpath d='M7 3h2v10H7z'/%3E %3Cpath d='M3 7h10v2H3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--plus-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-plus'%3E %3Cpath d='M7 3h2v10H7z'/%3E %3Cpath d='M3 7h10v2H3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--plus-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-plus'%3E %3Cpath d='M7 3h2v10H7z'/%3E %3Cpath d='M3 7h10v2H3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--plus, .icon--plus-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-plus'%3E %3Cpath d='M7 3h2v10H7z'/%3E %3Cpath d='M3 7h10v2H3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--minus-menu, .icon--minus-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-minus'%3E %3Cpath fill-rule='inherit' d='M3 7h10v2H3'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--minus, .icon--minus-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-minus'%3E %3Cpath fill-rule='inherit' d='M3 7h10v2H3'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--search {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-search'%3E %3Ccircle cx='5.5' cy='5.5' r='5.5' fill='inherit'/%3E %3Cg fill='inherit'%3E %3Cpath d='M9.28 10.84l1.56-1.56 5.01 5.01-1.56 1.562z'/%3E %3Cpath d='M7.796 8.326l.53-.53 5.01 5.01-.53.53z'/%3E %3C/g%3E %3Ccircle cx='5.5' cy='5.5' r='4.5' fill='%23fff'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--search-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-search'%3E %3Ccircle cx='5.5' cy='5.5' r='5.5' fill='inherit'/%3E %3Cg fill='inherit'%3E %3Cpath d='M9.28 10.84l1.56-1.56 5.01 5.01-1.56 1.562z'/%3E %3Cpath d='M7.796 8.326l.53-.53 5.01 5.01-.53.53z'/%3E %3C/g%3E %3Ccircle cx='5.5' cy='5.5' r='4.5' fill='%23fff'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--search-fat {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-search-fat'%3E %3Cpath fill-rule='inherit' d='M11.75 10.335l4.457 4.458-1.414 1.414-4.458-4.458C9.26 12.534 7.935 13 6.5 13 2.91 13 0 10.09 0 6.5S2.91 0 6.5 0 13 2.91 13 6.5c0 1.434-.464 2.76-1.25 3.835zM6.5 11C8.985 11 11 8.985 11 6.5S8.985 2 6.5 2 2 4.015 2 6.5 4.015 11 6.5 11z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--search-fat-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-search-fat'%3E %3Cpath fill-rule='inherit' d='M11.75 10.335l4.457 4.458-1.414 1.414-4.458-4.458C9.26 12.534 7.935 13 6.5 13 2.91 13 0 10.09 0 6.5S2.91 0 6.5 0 13 2.91 13 6.5c0 1.434-.464 2.76-1.25 3.835zM6.5 11C8.985 11 11 8.985 11 6.5S8.985 2 6.5 2 2 4.015 2 6.5 4.015 11 6.5 11z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--search-fat-menu, .icon--search-fat-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-search-fat'%3E %3Cpath fill-rule='inherit' d='M11.75 10.335l4.457 4.458-1.414 1.414-4.458-4.458C9.26 12.534 7.935 13 6.5 13 2.91 13 0 10.09 0 6.5S2.91 0 6.5 0 13 2.91 13 6.5c0 1.434-.464 2.76-1.25 3.835zM6.5 11C8.985 11 11 8.985 11 6.5S8.985 2 6.5 2 2 4.015 2 6.5 4.015 11 6.5 11z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--eye-comp-darker {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-eye'%3E %3Cpath fill='%23fff' d='M8 5c2.400515 0 4.587528 1.1998801 6.667969 3.5664062C12.558486 11.532227 10.360928 13 8 13c-2.3609276 0-4.5584858-1.467773-6.6679688-4.4335938C3.4124718 6.1998801 5.5994855 5 8 5z'/%3E %3Cpath fill-rule='evenodd' d='M8 4c-1.1889044 0-2.1636417.2045767-2.8828125.7070312C4.3980167 5.2094858 4 6.0338636 4 7c0 2.2032167 1.7967833 4 4 4 2.203217 0 4-1.7967833 4-4 0-.9661364-.398017-1.7905142-1.117188-2.2929688C10.163642 4.2045767 9.1889045 4 8 4z'/%3E %3Ccircle cx='7' cy='7' r='1' fill='%23fff'/%3E %3Cpath fill-rule='evenodd' d='M8 4C5.146652 4 2.5353876 5.4352275.234375 8.2109375L-.00390625 8.5l.20898437.3105469C2.5065061 12.221409 5.1225185 14 8 14c2.877482 0 5.493494-1.778591 7.794922-5.1894531L16.003906 8.5l-.238281-.2890625C13.464613 5.4352274 10.853348 4 8 4zm0 1c2.400515 0 4.587528 1.1998801 6.667969 3.5664062C12.558486 11.532227 10.360928 13 8 13c-2.3609276 0-4.5584858-1.467773-6.6679688-4.4335938C3.4124718 6.1998801 5.5994855 5 8 5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--eye-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-eye'%3E %3Cpath fill='%23fff' d='M8 5c2.400515 0 4.587528 1.1998801 6.667969 3.5664062C12.558486 11.532227 10.360928 13 8 13c-2.3609276 0-4.5584858-1.467773-6.6679688-4.4335938C3.4124718 6.1998801 5.5994855 5 8 5z'/%3E %3Cpath fill-rule='evenodd' d='M8 4c-1.1889044 0-2.1636417.2045767-2.8828125.7070312C4.3980167 5.2094858 4 6.0338636 4 7c0 2.2032167 1.7967833 4 4 4 2.203217 0 4-1.7967833 4-4 0-.9661364-.398017-1.7905142-1.117188-2.2929688C10.163642 4.2045767 9.1889045 4 8 4z'/%3E %3Ccircle cx='7' cy='7' r='1' fill='%23fff'/%3E %3Cpath fill-rule='evenodd' d='M8 4C5.146652 4 2.5353876 5.4352275.234375 8.2109375L-.00390625 8.5l.20898437.3105469C2.5065061 12.221409 5.1225185 14 8 14c2.877482 0 5.493494-1.778591 7.794922-5.1894531L16.003906 8.5l-.238281-.2890625C13.464613 5.4352274 10.853348 4 8 4zm0 1c2.400515 0 4.587528 1.1998801 6.667969 3.5664062C12.558486 11.532227 10.360928 13 8 13c-2.3609276 0-4.5584858-1.467773-6.6679688-4.4335938C3.4124718 6.1998801 5.5994855 5 8 5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--eye-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-eye'%3E %3Cpath fill='%23fff' d='M8 5c2.400515 0 4.587528 1.1998801 6.667969 3.5664062C12.558486 11.532227 10.360928 13 8 13c-2.3609276 0-4.5584858-1.467773-6.6679688-4.4335938C3.4124718 6.1998801 5.5994855 5 8 5z'/%3E %3Cpath fill-rule='evenodd' d='M8 4c-1.1889044 0-2.1636417.2045767-2.8828125.7070312C4.3980167 5.2094858 4 6.0338636 4 7c0 2.2032167 1.7967833 4 4 4 2.203217 0 4-1.7967833 4-4 0-.9661364-.398017-1.7905142-1.117188-2.2929688C10.163642 4.2045767 9.1889045 4 8 4z'/%3E %3Ccircle cx='7' cy='7' r='1' fill='%23fff'/%3E %3Cpath fill-rule='evenodd' d='M8 4C5.146652 4 2.5353876 5.4352275.234375 8.2109375L-.00390625 8.5l.20898437.3105469C2.5065061 12.221409 5.1225185 14 8 14c2.877482 0 5.493494-1.778591 7.794922-5.1894531L16.003906 8.5l-.238281-.2890625C13.464613 5.4352274 10.853348 4 8 4zm0 1c2.400515 0 4.587528 1.1998801 6.667969 3.5664062C12.558486 11.532227 10.360928 13 8 13c-2.3609276 0-4.5584858-1.467773-6.6679688-4.4335938C3.4124718 6.1998801 5.5994855 5 8 5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--eye-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-eye'%3E %3Cpath fill='%23fff' d='M8 5c2.400515 0 4.587528 1.1998801 6.667969 3.5664062C12.558486 11.532227 10.360928 13 8 13c-2.3609276 0-4.5584858-1.467773-6.6679688-4.4335938C3.4124718 6.1998801 5.5994855 5 8 5z'/%3E %3Cpath fill-rule='evenodd' d='M8 4c-1.1889044 0-2.1636417.2045767-2.8828125.7070312C4.3980167 5.2094858 4 6.0338636 4 7c0 2.2032167 1.7967833 4 4 4 2.203217 0 4-1.7967833 4-4 0-.9661364-.398017-1.7905142-1.117188-2.2929688C10.163642 4.2045767 9.1889045 4 8 4z'/%3E %3Ccircle cx='7' cy='7' r='1' fill='%23fff'/%3E %3Cpath fill-rule='evenodd' d='M8 4C5.146652 4 2.5353876 5.4352275.234375 8.2109375L-.00390625 8.5l.20898437.3105469C2.5065061 12.221409 5.1225185 14 8 14c2.877482 0 5.493494-1.778591 7.794922-5.1894531L16.003906 8.5l-.238281-.2890625C13.464613 5.4352274 10.853348 4 8 4zm0 1c2.400515 0 4.587528 1.1998801 6.667969 3.5664062C12.558486 11.532227 10.360928 13 8 13c-2.3609276 0-4.5584858-1.467773-6.6679688-4.4335938C3.4124718 6.1998801 5.5994855 5 8 5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--eye-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-eye'%3E %3Cpath fill='%23fff' d='M8 5c2.400515 0 4.587528 1.1998801 6.667969 3.5664062C12.558486 11.532227 10.360928 13 8 13c-2.3609276 0-4.5584858-1.467773-6.6679688-4.4335938C3.4124718 6.1998801 5.5994855 5 8 5z'/%3E %3Cpath fill-rule='evenodd' d='M8 4c-1.1889044 0-2.1636417.2045767-2.8828125.7070312C4.3980167 5.2094858 4 6.0338636 4 7c0 2.2032167 1.7967833 4 4 4 2.203217 0 4-1.7967833 4-4 0-.9661364-.398017-1.7905142-1.117188-2.2929688C10.163642 4.2045767 9.1889045 4 8 4z'/%3E %3Ccircle cx='7' cy='7' r='1' fill='%23fff'/%3E %3Cpath fill-rule='evenodd' d='M8 4C5.146652 4 2.5353876 5.4352275.234375 8.2109375L-.00390625 8.5l.20898437.3105469C2.5065061 12.221409 5.1225185 14 8 14c2.877482 0 5.493494-1.778591 7.794922-5.1894531L16.003906 8.5l-.238281-.2890625C13.464613 5.4352274 10.853348 4 8 4zm0 1c2.400515 0 4.587528 1.1998801 6.667969 3.5664062C12.558486 11.532227 10.360928 13 8 13c-2.3609276 0-4.5584858-1.467773-6.6679688-4.4335938C3.4124718 6.1998801 5.5994855 5 8 5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--eye-negative-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-eye-negative'%3E %3Cpath fill-rule='evenodd' d='M8 4c-1.1889044 0-2.1636417.2045767-2.8828125.7070312C4.3980167 5.2094859 4 6.0338636 4 7c0 2.2032167 1.7967833 4 4 4 2.203217 0 4-1.7967833 4-4 0-.9661364-.398016-1.7905141-1.117188-2.2929688C10.163642 4.2045768 9.1889045 4 8 4zM7 6a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1z'/%3E %3Cpath fill-rule='evenodd' d='M8 4C5.146652 4 2.5353876 5.4352275.234375 8.2109375L-.00390625 8.5l.20898437.3105469C2.5065061 12.221409 5.1225185 14 8 14c2.877482 0 5.493494-1.778591 7.794922-5.1894531L16.003906 8.5l-.238281-.2890625C13.464613 5.4352274 10.853348 4 8 4zm0 1c2.400515 0 4.587528 1.1998801 6.667969 3.5664062C12.558486 11.532227 10.360928 13 8 13c-2.3609276 0-4.5584858-1.467773-6.6679688-4.4335938C3.4124718 6.1998801 5.5994855 5 8 5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--eye-closed-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-eye'%3E %3Cpath fill='%23fff' d='M8 5c2.400515 0 4.587528 1.1998801 6.667969 3.5664062C12.558486 11.532227 10.360928 13 8 13c-2.3609276 0-4.5584858-1.467773-6.6679688-4.4335938C3.4124718 6.1998801 5.5994855 5 8 5z'/%3E %3Cpath fill-rule='evenodd' d='M8 4c-1.1889044 0-2.1636417.2045767-2.8828125.7070312C4.3980167 5.2094858 4 6.0338636 4 7c0 2.2032167 1.7967833 4 4 4 2.203217 0 4-1.7967833 4-4 0-.9661364-.398017-1.7905142-1.117188-2.2929688C10.163642 4.2045767 9.1889045 4 8 4z'/%3E %3Ccircle cx='7' cy='7' r='1' fill='%23fff'/%3E %3Cpath fill-rule='evenodd' d='M8 4C5.146652 4 2.5353876 5.4352275.234375 8.2109375L-.00390625 8.5l.20898437.3105469C2.5065061 12.221409 5.1225185 14 8 14c2.877482 0 5.493494-1.778591 7.794922-5.1894531L16.003906 8.5l-.238281-.2890625C13.464613 5.4352274 10.853348 4 8 4zm0 1c2.400515 0 4.587528 1.1998801 6.667969 3.5664062C12.558486 11.532227 10.360928 13 8 13c-2.3609276 0-4.5584858-1.467773-6.6679688-4.4335938C3.4124718 6.1998801 5.5994855 5 8 5z'/%3E %3Cpath fill='%23fff' d='M13.322 1.98 1.301 14.002l.66.66L13.982 2.641l-.66-.66z'/%3E %3Cpath d='M13.96 2.621 1.942 14.643l.737.736 12.02-12.022-.738-.736z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--island-comp-darker {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23243238'%3E %3Cpath fill='' fill-rule='evenodd' d='M14.4 14.496036c-1.112 0-2.224-.376-3.2-1.064-1.952 1.368-4.448 1.368-6.4 0-.976.688-2.088 1.064-3.2 1.064H0v1.6h1.6c1.096 0 2.192-.28 3.2-.8 2 1.04 4.4 1.04 6.4 0 1.008.52 2.096.8 3.2.8H16v-1.6zm.62418-.80008h-.624c-.944 0-1.888-.32-2.736-.92l-.464-.32-.464.32c-.824.576-1.768.88-2.736.88-.984 0-1.928-.304-2.752-.88l-.448-.32-.456.32c-.856.6-1.8.92-2.744008.92h-.624c.424-1.168 1.888008-3.2 7.024008-3.2 1.6 0 2.4.192 2.4.192.544-1.096 1.464-3.576.8-6.736l.848.568c.264 1.144.752 3.376-.208 6.496 2.104.68 2.896 1.88 3.184 2.68zM16 4.567996c-.632-.872-1.6-1.504-2.736-1.648.096.112.184.24.272.376.96 1.528.76 3.456-.36 4.76.472-1.16.424-2.528-.312-3.672-.064-.064-.096-.128-.144-.2-.32-.464-.752-.84-1.216-1.112-1.624.52-2.8 2.04-2.8 3.824 0 .424.064.824.176 1.2-.48-.664-.752-1.464-.752-2.344 0-1.328.64-2.496 1.632-3.232-.832-.064-1.688.12-2.448.6-.352.216-.656.48-.912.784.312-.752.84-1.408 1.6-1.888C8.832 1.488 9.8 1.296 10.712 1.448c-.232-.32-.512-.616-.848-.872C9.536.328 9.176.136 8.8 0c.8.024 1.632.288 2.328.808.352.264.632.584.872.928.048 0 .096-.008.152-.008 1.808 0 3.344 1.191996 3.848 2.839996z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--pencil {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-pencil'%3E %3Cpath fill-rule='inherit' d='M4.34 16L0 11.66V16h4.34z'/%3E %3Cpath fill-rule='inherit' d='M15.726 5.963s1.096-2.193-1.097-4.386C12.435-.616 10.242.48 10.242.48l-9.66 9.884 5.428 5.428 9.716-9.83z'/%3E %3Cpath fill='none' stroke='%23fff' stroke-width='1.085' stroke-miterlimit='10' d='M3.797 10.034l6.508-6.51' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath fill='none' stroke='%23fff' stroke-width='1.085' stroke-miterlimit='10' d='M5.966 12.203l6.51-6.508' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--pencil-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-pencil'%3E %3Cpath fill-rule='inherit' d='M4.34 16L0 11.66V16h4.34z'/%3E %3Cpath fill-rule='inherit' d='M15.726 5.963s1.096-2.193-1.097-4.386C12.435-.616 10.242.48 10.242.48l-9.66 9.884 5.428 5.428 9.716-9.83z'/%3E %3Cpath fill='none' stroke='%23fff' stroke-width='1.085' stroke-miterlimit='10' d='M3.797 10.034l6.508-6.51' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath fill='none' stroke='%23fff' stroke-width='1.085' stroke-miterlimit='10' d='M5.966 12.203l6.51-6.508' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--cutlery-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-cutlery'%3E %3Cpath d='M7.333 6H6V1.333H4.667V6H3.333V1.333H2V6a2.657 2.657 0 0 0 2.5 2.647v6.02h1.667v-6.02A2.657 2.657 0 0 0 8.667 6V1.333H7.333Z'/%3E %3Cpath d='M10.667 4v5.333h1.666v5.334H14V1.333c-1.84 0-3.333 1.494-3.333 2.667z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--square-bubble {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-square-bubble'%3E %3Cpath fill-rule='inherit' d='M6.8 13H16V0H0v13h3v3l3.8-3'/%3E %3Cpath fill='%23fff' d='M9.2 7.7H6.9l-.3-6h2.8l-.4 6z'/%3E %3Cpath fill='%23fff' fill-rule='evenodd' d='M9.3 9.95a1.3 1.3 0 1 1-2.6 0 1.3 1.3 0 1 1 2.6 0z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--square-bubble-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-square-bubble'%3E %3Cpath fill-rule='inherit' d='M6.8 13H16V0H0v13h3v3l3.8-3'/%3E %3Cpath fill='%23fff' d='M9.2 7.7H6.9l-.3-6h2.8l-.4 6z'/%3E %3Cpath fill='%23fff' fill-rule='evenodd' d='M9.3 9.95a1.3 1.3 0 1 1-2.6 0 1.3 1.3 0 1 1 2.6 0z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--square-bubble-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-square-bubble'%3E %3Cpath fill-rule='inherit' d='M6.8 13H16V0H0v13h3v3l3.8-3'/%3E %3Cpath fill='%23fff' d='M9.2 7.7H6.9l-.3-6h2.8l-.4 6z'/%3E %3Cpath fill='%23fff' fill-rule='evenodd' d='M9.3 9.95a1.3 1.3 0 1 1-2.6 0 1.3 1.3 0 1 1 2.6 0z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--square-bubble-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-square-bubble'%3E %3Cpath fill-rule='inherit' d='M6.8 13H16V0H0v13h3v3l3.8-3'/%3E %3Cpath fill='%23fff' d='M9.2 7.7H6.9l-.3-6h2.8l-.4 6z'/%3E %3Cpath fill='%23fff' fill-rule='evenodd' d='M9.3 9.95a1.3 1.3 0 1 1-2.6 0 1.3 1.3 0 1 1 2.6 0z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--news-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-news'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M14,3 L14,0 L0,0 L0,12.9905224 C0,14.6633689 1.34464615,16 3.00335124,16 L13.5,16 L14.5,16 C15.3342028,16 16,15.3323378 16,14.5087347 L16,3 L14,3 L14,3 Z M13,1 L1,1 L1,12.9941413 C1,14.1029399 1.89666625,15 3.00276013,15 L14,15 L14,14.7359106 C13.4023843,14.3918701 13,13.7455089 13,12.9998938 L13,1 Z M2,3 L12,3 L12,7 L2,7 L2,3 Z M2,10 L6,10 L6,13.3518066 L2,13.3518066 L2,10 Z M7,10 L12,10 L12,13.3518066 L7,13.3518066 L7,10 Z M2,8 L12,8 L12,9 L2,9 L2,8 Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--news-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-news'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M14,3 L14,0 L0,0 L0,12.9905224 C0,14.6633689 1.34464615,16 3.00335124,16 L13.5,16 L14.5,16 C15.3342028,16 16,15.3323378 16,14.5087347 L16,3 L14,3 L14,3 Z M13,1 L1,1 L1,12.9941413 C1,14.1029399 1.89666625,15 3.00276013,15 L14,15 L14,14.7359106 C13.4023843,14.3918701 13,13.7455089 13,12.9998938 L13,1 Z M2,3 L12,3 L12,7 L2,7 L2,3 Z M2,10 L6,10 L6,13.3518066 L2,13.3518066 L2,10 Z M7,10 L12,10 L12,13.3518066 L7,13.3518066 L7,10 Z M2,8 L12,8 L12,9 L2,9 L2,8 Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--news-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-news'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M14,3 L14,0 L0,0 L0,12.9905224 C0,14.6633689 1.34464615,16 3.00335124,16 L13.5,16 L14.5,16 C15.3342028,16 16,15.3323378 16,14.5087347 L16,3 L14,3 L14,3 Z M13,1 L1,1 L1,12.9941413 C1,14.1029399 1.89666625,15 3.00276013,15 L14,15 L14,14.7359106 C13.4023843,14.3918701 13,13.7455089 13,12.9998938 L13,1 Z M2,3 L12,3 L12,7 L2,7 L2,3 Z M2,10 L6,10 L6,13.3518066 L2,13.3518066 L2,10 Z M7,10 L12,10 L12,13.3518066 L7,13.3518066 L7,10 Z M2,8 L12,8 L12,9 L2,9 L2,8 Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--news-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-news'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M14,3 L14,0 L0,0 L0,12.9905224 C0,14.6633689 1.34464615,16 3.00335124,16 L13.5,16 L14.5,16 C15.3342028,16 16,15.3323378 16,14.5087347 L16,3 L14,3 L14,3 Z M13,1 L1,1 L1,12.9941413 C1,14.1029399 1.89666625,15 3.00276013,15 L14,15 L14,14.7359106 C13.4023843,14.3918701 13,13.7455089 13,12.9998938 L13,1 Z M2,3 L12,3 L12,7 L2,7 L2,3 Z M2,10 L6,10 L6,13.3518066 L2,13.3518066 L2,10 Z M7,10 L12,10 L12,13.3518066 L7,13.3518066 L7,10 Z M2,8 L12,8 L12,9 L2,9 L2,8 Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--news, .icon--news-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-news'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M14,3 L14,0 L0,0 L0,12.9905224 C0,14.6633689 1.34464615,16 3.00335124,16 L13.5,16 L14.5,16 C15.3342028,16 16,15.3323378 16,14.5087347 L16,3 L14,3 L14,3 Z M13,1 L1,1 L1,12.9941413 C1,14.1029399 1.89666625,15 3.00276013,15 L14,15 L14,14.7359106 C13.4023843,14.3918701 13,13.7455089 13,12.9998938 L13,1 Z M2,3 L12,3 L12,7 L2,7 L2,3 Z M2,10 L6,10 L6,13.3518066 L2,13.3518066 L2,10 Z M7,10 L12,10 L12,13.3518066 L7,13.3518066 L7,10 Z M2,8 L12,8 L12,9 L2,9 L2,8 Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--news-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-news'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M14,3 L14,0 L0,0 L0,12.9905224 C0,14.6633689 1.34464615,16 3.00335124,16 L13.5,16 L14.5,16 C15.3342028,16 16,15.3323378 16,14.5087347 L16,3 L14,3 L14,3 Z M13,1 L1,1 L1,12.9941413 C1,14.1029399 1.89666625,15 3.00276013,15 L14,15 L14,14.7359106 C13.4023843,14.3918701 13,13.7455089 13,12.9998938 L13,1 Z M2,3 L12,3 L12,7 L2,7 L2,3 Z M2,10 L6,10 L6,13.3518066 L2,13.3518066 L2,10 Z M7,10 L12,10 L12,13.3518066 L7,13.3518066 L7,10 Z M2,8 L12,8 L12,9 L2,9 L2,8 Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--news-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-news'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M14,3 L14,0 L0,0 L0,12.9905224 C0,14.6633689 1.34464615,16 3.00335124,16 L13.5,16 L14.5,16 C15.3342028,16 16,15.3323378 16,14.5087347 L16,3 L14,3 L14,3 Z M13,1 L1,1 L1,12.9941413 C1,14.1029399 1.89666625,15 3.00276013,15 L14,15 L14,14.7359106 C13.4023843,14.3918701 13,13.7455089 13,12.9998938 L13,1 Z M2,3 L12,3 L12,7 L2,7 L2,3 Z M2,10 L6,10 L6,13.3518066 L2,13.3518066 L2,10 Z M7,10 L12,10 L12,13.3518066 L7,13.3518066 L7,10 Z M2,8 L12,8 L12,9 L2,9 L2,8 Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--news-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366d0dd'%3E %3Cg id='icon-news'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M14,3 L14,0 L0,0 L0,12.9905224 C0,14.6633689 1.34464615,16 3.00335124,16 L13.5,16 L14.5,16 C15.3342028,16 16,15.3323378 16,14.5087347 L16,3 L14,3 L14,3 Z M13,1 L1,1 L1,12.9941413 C1,14.1029399 1.89666625,15 3.00276013,15 L14,15 L14,14.7359106 C13.4023843,14.3918701 13,13.7455089 13,12.9998938 L13,1 Z M2,3 L12,3 L12,7 L2,7 L2,3 Z M2,10 L6,10 L6,13.3518066 L2,13.3518066 L2,10 Z M7,10 L12,10 L12,13.3518066 L7,13.3518066 L7,10 Z M2,8 L12,8 L12,9 L2,9 L2,8 Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--news-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ffb400'%3E %3Cg id='icon-news'%3E %3Cpath fill='inherit' fill-rule='evenodd' d='M14,3 L14,0 L0,0 L0,12.9905224 C0,14.6633689 1.34464615,16 3.00335124,16 L13.5,16 L14.5,16 C15.3342028,16 16,15.3323378 16,14.5087347 L16,3 L14,3 L14,3 Z M13,1 L1,1 L1,12.9941413 C1,14.1029399 1.89666625,15 3.00276013,15 L14,15 L14,14.7359106 C13.4023843,14.3918701 13,13.7455089 13,12.9998938 L13,1 Z M2,3 L12,3 L12,7 L2,7 L2,3 Z M2,10 L6,10 L6,13.3518066 L2,13.3518066 L2,10 Z M7,10 L12,10 L12,13.3518066 L7,13.3518066 L7,10 Z M2,8 L12,8 L12,9 L2,9 L2,8 Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--rss {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-rss'%3E %3Cpath fill-rule='inherit' d='M4.483 13.758c0 1.495-.747 2.242-2.24 2.242C.746 16 0 15.253 0 13.758c0-1.494.747-2.24 2.242-2.24 1.494 0 2.24.746 2.24 2.24zM0 0v2.91c7.23 0 13.09 5.86 13.09 13.09H16C16 7.167 8.833 0 0 0zm0 5.82v2.91c4.01 0 7.27 3.26 7.27 7.27h2.91C10.18 10.375 5.625 5.82 0 5.82z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--rss-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-rss'%3E %3Cpath fill-rule='inherit' d='M4.483 13.758c0 1.495-.747 2.242-2.24 2.242C.746 16 0 15.253 0 13.758c0-1.494.747-2.24 2.242-2.24 1.494 0 2.24.746 2.24 2.24zM0 0v2.91c7.23 0 13.09 5.86 13.09 13.09H16C16 7.167 8.833 0 0 0zm0 5.82v2.91c4.01 0 7.27 3.26 7.27 7.27h2.91C10.18 10.375 5.625 5.82 0 5.82z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--rss-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-rss'%3E %3Cpath fill-rule='inherit' d='M4.483 13.758c0 1.495-.747 2.242-2.24 2.242C.746 16 0 15.253 0 13.758c0-1.494.747-2.24 2.242-2.24 1.494 0 2.24.746 2.24 2.24zM0 0v2.91c7.23 0 13.09 5.86 13.09 13.09H16C16 7.167 8.833 0 0 0zm0 5.82v2.91c4.01 0 7.27 3.26 7.27 7.27h2.91C10.18 10.375 5.625 5.82 0 5.82z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--rss-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-rss'%3E %3Cpath fill-rule='inherit' d='M4.483 13.758c0 1.495-.747 2.242-2.24 2.242C.746 16 0 15.253 0 13.758c0-1.494.747-2.24 2.242-2.24 1.494 0 2.24.746 2.24 2.24zM0 0v2.91c7.23 0 13.09 5.86 13.09 13.09H16C16 7.167 8.833 0 0 0zm0 5.82v2.91c4.01 0 7.27 3.26 7.27 7.27h2.91C10.18 10.375 5.625 5.82 0 5.82z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--rss-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-rss'%3E %3Cpath fill-rule='inherit' d='M4.483 13.758c0 1.495-.747 2.242-2.24 2.242C.746 16 0 15.253 0 13.758c0-1.494.747-2.24 2.242-2.24 1.494 0 2.24.746 2.24 2.24zM0 0v2.91c7.23 0 13.09 5.86 13.09 13.09H16C16 7.167 8.833 0 0 0zm0 5.82v2.91c4.01 0 7.27 3.26 7.27 7.27h2.91C10.18 10.375 5.625 5.82 0 5.82z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--forums-outline {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-forums-outline'%3E %3Cpath fill-rule='inherit' d='M15,12 L15,4 L12,4 L12,9 L5,9 L5,11 L13.1341407,11 L14.9989788,13.2392817 L15,12 Z M16,3 L16,12 L15.9967042,16 L12.6655681,12 L4,12 L4,8 L11,8 L11,3 L16,3 Z'/%3E %3Cpath fill-rule='inherit' d='M2.86585927,8 L11,8 L11,1 L0.999999962,1 L0.999999661,8.99917606 L1.00102144,10.2392814 L2.86585927,8 Z M0.00329577396,13 L0,9 L0,0 L12,0 L12,9 L3.33443192,9 L0.00329577396,13 Z'/%3E %3Cpath stroke='inherit' d='M3.5 3.5L8.5 3.5M3.5 5.5L8.5 5.5' stroke-linecap='square'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--chat-slate-100 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%231a2428'%3E %3Cg id='icon-chat-outline'%3E %3Cpath fill-rule='inherit' d='M1 7c0 2.2 1.8 4 4 4h6c2.2 0 4-1.8 4-4s-1.8-4-4-4H5C2.8 3 1 4.8 1 7zM0 7c0-2.76 2.24-5 5-5h6c2.76 0 5 2.24 5 5s-2.24 5-5 5H5c-2.76 0-5-2.24-5-5z'/%3E %3Cpath d='M13 14v-3H9'/%3E %3Ccircle cx='5' cy='7' r='1'/%3E %3Ccircle cx='8' cy='7' r='1'/%3E %3Ccircle cx='11' cy='7' r='1'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--chat-slate-300 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-chat-outline'%3E %3Cpath fill-rule='inherit' d='M1 7c0 2.2 1.8 4 4 4h6c2.2 0 4-1.8 4-4s-1.8-4-4-4H5C2.8 3 1 4.8 1 7zM0 7c0-2.76 2.24-5 5-5h6c2.76 0 5 2.24 5 5s-2.24 5-5 5H5c-2.76 0-5-2.24-5-5z'/%3E %3Cpath d='M13 14v-3H9'/%3E %3Ccircle cx='5' cy='7' r='1'/%3E %3Ccircle cx='8' cy='7' r='1'/%3E %3Ccircle cx='11' cy='7' r='1'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--chat {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-chat-outline'%3E %3Cpath fill-rule='inherit' d='M1 7c0 2.2 1.8 4 4 4h6c2.2 0 4-1.8 4-4s-1.8-4-4-4H5C2.8 3 1 4.8 1 7zM0 7c0-2.76 2.24-5 5-5h6c2.76 0 5 2.24 5 5s-2.24 5-5 5H5c-2.76 0-5-2.24-5-5z'/%3E %3Cpath d='M13 14v-3H9'/%3E %3Ccircle cx='5' cy='7' r='1'/%3E %3Ccircle cx='8' cy='7' r='1'/%3E %3Ccircle cx='11' cy='7' r='1'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--chat-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-chat-outline'%3E %3Cpath fill-rule='inherit' d='M1 7c0 2.2 1.8 4 4 4h6c2.2 0 4-1.8 4-4s-1.8-4-4-4H5C2.8 3 1 4.8 1 7zM0 7c0-2.76 2.24-5 5-5h6c2.76 0 5 2.24 5 5s-2.24 5-5 5H5c-2.76 0-5-2.24-5-5z'/%3E %3Cpath d='M13 14v-3H9'/%3E %3Ccircle cx='5' cy='7' r='1'/%3E %3Ccircle cx='8' cy='7' r='1'/%3E %3Ccircle cx='11' cy='7' r='1'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--chat-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-chat-outline'%3E %3Cpath fill-rule='inherit' d='M1 7c0 2.2 1.8 4 4 4h6c2.2 0 4-1.8 4-4s-1.8-4-4-4H5C2.8 3 1 4.8 1 7zM0 7c0-2.76 2.24-5 5-5h6c2.76 0 5 2.24 5 5s-2.24 5-5 5H5c-2.76 0-5-2.24-5-5z'/%3E %3Cpath d='M13 14v-3H9'/%3E %3Ccircle cx='5' cy='7' r='1'/%3E %3Ccircle cx='8' cy='7' r='1'/%3E %3Ccircle cx='11' cy='7' r='1'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--chat-comp-darker {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-chat-outline'%3E %3Cpath fill-rule='inherit' d='M1 7c0 2.2 1.8 4 4 4h6c2.2 0 4-1.8 4-4s-1.8-4-4-4H5C2.8 3 1 4.8 1 7zM0 7c0-2.76 2.24-5 5-5h6c2.76 0 5 2.24 5 5s-2.24 5-5 5H5c-2.76 0-5-2.24-5-5z'/%3E %3Cpath d='M13 14v-3H9'/%3E %3Ccircle cx='5' cy='7' r='1'/%3E %3Ccircle cx='8' cy='7' r='1'/%3E %3Ccircle cx='11' cy='7' r='1'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--chat-success-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23346916'%3E %3Cg id='icon-chat-outline'%3E %3Cpath fill-rule='inherit' d='M1 7c0 2.2 1.8 4 4 4h6c2.2 0 4-1.8 4-4s-1.8-4-4-4H5C2.8 3 1 4.8 1 7zM0 7c0-2.76 2.24-5 5-5h6c2.76 0 5 2.24 5 5s-2.24 5-5 5H5c-2.76 0-5-2.24-5-5z'/%3E %3Cpath d='M13 14v-3H9'/%3E %3Ccircle cx='5' cy='7' r='1'/%3E %3Ccircle cx='8' cy='7' r='1'/%3E %3Ccircle cx='11' cy='7' r='1'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--chat-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-chat-outline'%3E %3Cpath fill-rule='inherit' d='M1 7c0 2.2 1.8 4 4 4h6c2.2 0 4-1.8 4-4s-1.8-4-4-4H5C2.8 3 1 4.8 1 7zM0 7c0-2.76 2.24-5 5-5h6c2.76 0 5 2.24 5 5s-2.24 5-5 5H5c-2.76 0-5-2.24-5-5z'/%3E %3Cpath d='M13 14v-3H9'/%3E %3Ccircle cx='5' cy='7' r='1'/%3E %3Ccircle cx='8' cy='7' r='1'/%3E %3Ccircle cx='11' cy='7' r='1'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--article-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-article'%3E %3Cpath d='M0,0 L16,0 L16,16 L0,16 L0,0 Z M1,1 L1,15 L15,15 L15,1 L1,1 Z M4,3 L12,3 L12,7 L4,7 L4,3 Z M4,10 L12,10 L12,11 L4,11 L4,10 Z M4,12 L12,12 L12,13 L4,13 L4,12 Z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--article, .icon--article-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-article'%3E %3Cpath d='M0,0 L16,0 L16,16 L0,16 L0,0 Z M1,1 L1,15 L15,15 L15,1 L1,1 Z M4,3 L12,3 L12,7 L4,7 L4,3 Z M4,10 L12,10 L12,11 L4,11 L4,10 Z M4,12 L12,12 L12,13 L4,13 L4,12 Z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--article-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-article'%3E %3Cpath d='M0,0 L16,0 L16,16 L0,16 L0,0 Z M1,1 L1,15 L15,15 L15,1 L1,1 Z M4,3 L12,3 L12,7 L4,7 L4,3 Z M4,10 L12,10 L12,11 L4,11 L4,10 Z M4,12 L12,12 L12,13 L4,13 L4,12 Z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--article-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-article'%3E %3Cpath d='M0,0 L16,0 L16,16 L0,16 L0,0 Z M1,1 L1,15 L15,15 L15,1 L1,1 Z M4,3 L12,3 L12,7 L4,7 L4,3 Z M4,10 L12,10 L12,11 L4,11 L4,10 Z M4,12 L12,12 L12,13 L4,13 L4,12 Z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--article-ui-600 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%236d6d85'%3E %3Cg id='icon-article'%3E %3Cpath d='M0,0 L16,0 L16,16 L0,16 L0,0 Z M1,1 L1,15 L15,15 L15,1 L1,1 Z M4,3 L12,3 L12,7 L4,7 L4,3 Z M4,10 L12,10 L12,11 L4,11 L4,10 Z M4,12 L12,12 L12,13 L4,13 L4,12 Z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--article-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-article'%3E %3Cpath d='M0,0 L16,0 L16,16 L0,16 L0,0 Z M1,1 L1,15 L15,15 L15,1 L1,1 Z M4,3 L12,3 L12,7 L4,7 L4,3 Z M4,10 L12,10 L12,11 L4,11 L4,10 Z M4,12 L12,12 L12,13 L4,13 L4,12 Z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--folder-outline {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-folder-outline'%3E %3Cpath fill-rule='inherit' d='M14 5H8V4c0-1-1-1-1-1H2S1 3 1 4v8c0 1 1 1 1 1h12c1 0 1-1 1-1V6c0-1-1-1-1-1zm0-1c.27 0 .6.05.95.23C15.6 4.55 16 5.17 16 6v6c0 .27-.05.6-.23.95-.32.64-.94 1.05-1.77 1.05H2c-.27 0-.6-.05-.95-.23C.4 13.45 0 12.83 0 12V4c0-.83.4-1.45 1.05-1.77C1.4 2.05 1.73 2 2 2h5c.27 0 .6.05.95.23C8.6 2.55 9 3.17 9 4h5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--folder-outline-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-folder-outline'%3E %3Cpath fill-rule='inherit' d='M14 5H8V4c0-1-1-1-1-1H2S1 3 1 4v8c0 1 1 1 1 1h12c1 0 1-1 1-1V6c0-1-1-1-1-1zm0-1c.27 0 .6.05.95.23C15.6 4.55 16 5.17 16 6v6c0 .27-.05.6-.23.95-.32.64-.94 1.05-1.77 1.05H2c-.27 0-.6-.05-.95-.23C.4 13.45 0 12.83 0 12V4c0-.83.4-1.45 1.05-1.77C1.4 2.05 1.73 2 2 2h5c.27 0 .6.05.95.23C8.6 2.55 9 3.17 9 4h5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--folder-outline-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-folder-outline'%3E %3Cpath fill-rule='inherit' d='M14 5H8V4c0-1-1-1-1-1H2S1 3 1 4v8c0 1 1 1 1 1h12c1 0 1-1 1-1V6c0-1-1-1-1-1zm0-1c.27 0 .6.05.95.23C15.6 4.55 16 5.17 16 6v6c0 .27-.05.6-.23.95-.32.64-.94 1.05-1.77 1.05H2c-.27 0-.6-.05-.95-.23C.4 13.45 0 12.83 0 12V4c0-.83.4-1.45 1.05-1.77C1.4 2.05 1.73 2 2 2h5c.27 0 .6.05.95.23C8.6 2.55 9 3.17 9 4h5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--folder-outline-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-folder-outline'%3E %3Cpath fill-rule='inherit' d='M14 5H8V4c0-1-1-1-1-1H2S1 3 1 4v8c0 1 1 1 1 1h12c1 0 1-1 1-1V6c0-1-1-1-1-1zm0-1c.27 0 .6.05.95.23C15.6 4.55 16 5.17 16 6v6c0 .27-.05.6-.23.95-.32.64-.94 1.05-1.77 1.05H2c-.27 0-.6-.05-.95-.23C.4 13.45 0 12.83 0 12V4c0-.83.4-1.45 1.05-1.77C1.4 2.05 1.73 2 2 2h5c.27 0 .6.05.95.23C8.6 2.55 9 3.17 9 4h5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--folder-outline-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-folder-outline'%3E %3Cpath fill-rule='inherit' d='M14 5H8V4c0-1-1-1-1-1H2S1 3 1 4v8c0 1 1 1 1 1h12c1 0 1-1 1-1V6c0-1-1-1-1-1zm0-1c.27 0 .6.05.95.23C15.6 4.55 16 5.17 16 6v6c0 .27-.05.6-.23.95-.32.64-.94 1.05-1.77 1.05H2c-.27 0-.6-.05-.95-.23C.4 13.45 0 12.83 0 12V4c0-.83.4-1.45 1.05-1.77C1.4 2.05 1.73 2 2 2h5c.27 0 .6.05.95.23C8.6 2.55 9 3.17 9 4h5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--folder-outline-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-folder-outline'%3E %3Cpath fill-rule='inherit' d='M14 5H8V4c0-1-1-1-1-1H2S1 3 1 4v8c0 1 1 1 1 1h12c1 0 1-1 1-1V6c0-1-1-1-1-1zm0-1c.27 0 .6.05.95.23C15.6 4.55 16 5.17 16 6v6c0 .27-.05.6-.23.95-.32.64-.94 1.05-1.77 1.05H2c-.27 0-.6-.05-.95-.23C.4 13.45 0 12.83 0 12V4c0-.83.4-1.45 1.05-1.77C1.4 2.05 1.73 2 2 2h5c.27 0 .6.05.95.23C8.6 2.55 9 3.17 9 4h5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--folder-outline-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-folder-outline'%3E %3Cpath fill-rule='inherit' d='M14 5H8V4c0-1-1-1-1-1H2S1 3 1 4v8c0 1 1 1 1 1h12c1 0 1-1 1-1V6c0-1-1-1-1-1zm0-1c.27 0 .6.05.95.23C15.6 4.55 16 5.17 16 6v6c0 .27-.05.6-.23.95-.32.64-.94 1.05-1.77 1.05H2c-.27 0-.6-.05-.95-.23C.4 13.45 0 12.83 0 12V4c0-.83.4-1.45 1.05-1.77C1.4 2.05 1.73 2 2 2h5c.27 0 .6.05.95.23C8.6 2.55 9 3.17 9 4h5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--more {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg fill-rule='inherit' id='icon-more'%3E %3Ccircle cx='8' cy='4' r='1'/%3E %3Ccircle cx='8' cy='8' r='1'/%3E %3Ccircle cx='8' cy='12' r='1'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--more-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg fill-rule='inherit' id='icon-more'%3E %3Ccircle cx='8' cy='4' r='1'/%3E %3Ccircle cx='8' cy='8' r='1'/%3E %3Ccircle cx='8' cy='12' r='1'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--more-2, .icon--more-2-comp-darker {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-more-2'%3E %3Cpath fill-rule='inherit' d='M8 15c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7z'/%3E %3Cpath fill='none' stroke='%23fff' stroke-width='1.223' d='M8 .61c4.08 0 7.39 3.31 7.39 7.39S12.08 15.39 8 15.39.61 12.08.61 8 3.92.61 8 .61z'/%3E %3Ccircle cx='8' cy='4' r='1' fill='%23fff'/%3E %3Ccircle cx='8' cy='8' r='1' fill='%23fff'/%3E %3Ccircle cx='8' cy='12' r='1' fill='%23fff'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--more-2-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-more-2'%3E %3Cpath fill-rule='inherit' d='M8 15c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7z'/%3E %3Cpath fill='none' stroke='%23fff' stroke-width='1.223' d='M8 .61c4.08 0 7.39 3.31 7.39 7.39S12.08 15.39 8 15.39.61 12.08.61 8 3.92.61 8 .61z'/%3E %3Ccircle cx='8' cy='4' r='1' fill='%23fff'/%3E %3Ccircle cx='8' cy='8' r='1' fill='%23fff'/%3E %3Ccircle cx='8' cy='12' r='1' fill='%23fff'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--more-2-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-more-2'%3E %3Cpath fill-rule='inherit' d='M8 15c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7z'/%3E %3Cpath fill='none' stroke='%23fff' stroke-width='1.223' d='M8 .61c4.08 0 7.39 3.31 7.39 7.39S12.08 15.39 8 15.39.61 12.08.61 8 3.92.61 8 .61z'/%3E %3Ccircle cx='8' cy='4' r='1' fill='%23fff'/%3E %3Ccircle cx='8' cy='8' r='1' fill='%23fff'/%3E %3Ccircle cx='8' cy='12' r='1' fill='%23fff'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--more-2-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-more-2'%3E %3Cpath fill-rule='inherit' d='M8 15c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7z'/%3E %3Cpath fill='none' stroke='%23fff' stroke-width='1.223' d='M8 .61c4.08 0 7.39 3.31 7.39 7.39S12.08 15.39 8 15.39.61 12.08.61 8 3.92.61 8 .61z'/%3E %3Ccircle cx='8' cy='4' r='1' fill='%23fff'/%3E %3Ccircle cx='8' cy='8' r='1' fill='%23fff'/%3E %3Ccircle cx='8' cy='12' r='1' fill='%23fff'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--more-2-comp-lighter {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23f3f5f6'%3E %3Cg id='icon-more-2'%3E %3Cpath fill-rule='inherit' d='M8 15c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7z'/%3E %3Cpath fill='none' stroke='%23fff' stroke-width='1.223' d='M8 .61c4.08 0 7.39 3.31 7.39 7.39S12.08 15.39 8 15.39.61 12.08.61 8 3.92.61 8 .61z'/%3E %3Ccircle cx='8' cy='4' r='1' fill='%23fff'/%3E %3Ccircle cx='8' cy='8' r='1' fill='%23fff'/%3E %3Ccircle cx='8' cy='12' r='1' fill='%23fff'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--more-2-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-more-2'%3E %3Cpath fill-rule='inherit' d='M8 15c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7z'/%3E %3Cpath fill='none' stroke='%23fff' stroke-width='1.223' d='M8 .61c4.08 0 7.39 3.31 7.39 7.39S12.08 15.39 8 15.39.61 12.08.61 8 3.92.61 8 .61z'/%3E %3Ccircle cx='8' cy='4' r='1' fill='%23fff'/%3E %3Ccircle cx='8' cy='8' r='1' fill='%23fff'/%3E %3Ccircle cx='8' cy='12' r='1' fill='%23fff'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--hellip-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366d0dd'%3E %3Cg id='icon-hellip'%3E %3Cpath d='m2.75,9.75 Q 2.028,9.75 1.514,9.236 1,8.722 1,8 1,7.278 1.514,6.764 2.028,6.25 2.75,6.25 3.472,6.25 3.986,6.764 4.5,7.278 4.5,8 4.5,8.722 3.986,9.236 3.472,9.75 2.75,9.75 Z M 8,9.75 Q 7.278,9.75 6.764,9.236 6.25,8.722 6.25,8 6.25,7.278 6.764,6.764 7.278,6.25 8,6.25 8.722,6.25 9.236,6.764 9.75,7.278 9.75,8 9.75,8.722 9.236,9.236 8.722,9.75 8,9.75 Z m 5.25,0 Q 12.528,9.75 12.014,9.236 11.5,8.722 11.5,8 11.5,7.278 12.014,6.764 12.528,6.25 13.25,6.25 q 0.722,0 1.236,0.514 Q 15,7.278 15,8 15,8.722 14.486,9.236 13.972,9.75 13.25,9.75z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--hellip-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ffb400'%3E %3Cg id='icon-hellip'%3E %3Cpath d='m2.75,9.75 Q 2.028,9.75 1.514,9.236 1,8.722 1,8 1,7.278 1.514,6.764 2.028,6.25 2.75,6.25 3.472,6.25 3.986,6.764 4.5,7.278 4.5,8 4.5,8.722 3.986,9.236 3.472,9.75 2.75,9.75 Z M 8,9.75 Q 7.278,9.75 6.764,9.236 6.25,8.722 6.25,8 6.25,7.278 6.764,6.764 7.278,6.25 8,6.25 8.722,6.25 9.236,6.764 9.75,7.278 9.75,8 9.75,8.722 9.236,9.236 8.722,9.75 8,9.75 Z m 5.25,0 Q 12.528,9.75 12.014,9.236 11.5,8.722 11.5,8 11.5,7.278 12.014,6.764 12.528,6.25 13.25,6.25 q 0.722,0 1.236,0.514 Q 15,7.278 15,8 15,8.722 14.486,9.236 13.972,9.75 13.25,9.75z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--add-step {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg fill-rule='inherit' id='icon-add-step'%3E %3Cpath d='M13.5 16L11 12h5l-2.5 4z'/%3E %3Cpath d='M13 2h1v10h-1V2z'/%3E %3Cpath d='M2 10h6c1.105 0 2 .895 2 2s-.895 2-2 2H2c-1.105 0-2-.895-2-2s.895-2 2-2z'/%3E %3Cpath d='M2 5h6c1.105 0 2 .895 2 2s-.895 2-2 2H2C.895 9 0 8.105 0 7s.895-2 2-2z'/%3E %3Cpath d='M2 0h6c1.105 0 2 .895 2 2s-.895 2-2 2H2C.895 4 0 3.105 0 2s.895-2 2-2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--add-step-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg fill-rule='inherit' id='icon-add-step'%3E %3Cpath d='M13.5 16L11 12h5l-2.5 4z'/%3E %3Cpath d='M13 2h1v10h-1V2z'/%3E %3Cpath d='M2 10h6c1.105 0 2 .895 2 2s-.895 2-2 2H2c-1.105 0-2-.895-2-2s.895-2 2-2z'/%3E %3Cpath d='M2 5h6c1.105 0 2 .895 2 2s-.895 2-2 2H2C.895 9 0 8.105 0 7s.895-2 2-2z'/%3E %3Cpath d='M2 0h6c1.105 0 2 .895 2 2s-.895 2-2 2H2C.895 4 0 3.105 0 2s.895-2 2-2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--kosmonaute {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-kosmonaute'%3E %3Cpath fill-rule='inherit' d='M13.15 14.12C14.9 12.65 16 10.45 16 8c0-4.42-3.58-8-8-8S0 3.58 0 8c0 2.2.9 4.22 2.35 5.67.16-.2.38-.38.66-.57.8-.63 1.9-1.1 3.4-1.38l.1-.8C5.4 10 4.9 8.8 4.9 7.3c0-1.12.2-2 .64-2.62.53-.68 1.3-1 2.25-1 .9 0 1.7.32 2.2 1 .4.63.6 1.5.6 2.6 0 1.5-.5 2.72-1.54 3.64l.1.8c.52.1 1.1.24 1.65.44.55.2 1.1.5 1.68.94.22.16.4.56.56 1.02h.05z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--kosmonaute-menu, .icon--kosmonaute-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-kosmonaute'%3E %3Cpath fill-rule='inherit' d='M13.15 14.12C14.9 12.65 16 10.45 16 8c0-4.42-3.58-8-8-8S0 3.58 0 8c0 2.2.9 4.22 2.35 5.67.16-.2.38-.38.66-.57.8-.63 1.9-1.1 3.4-1.38l.1-.8C5.4 10 4.9 8.8 4.9 7.3c0-1.12.2-2 .64-2.62.53-.68 1.3-1 2.25-1 .9 0 1.7.32 2.2 1 .4.63.6 1.5.6 2.6 0 1.5-.5 2.72-1.54 3.64l.1.8c.52.1 1.1.24 1.65.44.55.2 1.1.5 1.68.94.22.16.4.56.56 1.02h.05z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--kosmonaute-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-kosmonaute'%3E %3Cpath fill-rule='inherit' d='M13.15 14.12C14.9 12.65 16 10.45 16 8c0-4.42-3.58-8-8-8S0 3.58 0 8c0 2.2.9 4.22 2.35 5.67.16-.2.38-.38.66-.57.8-.63 1.9-1.1 3.4-1.38l.1-.8C5.4 10 4.9 8.8 4.9 7.3c0-1.12.2-2 .64-2.62.53-.68 1.3-1 2.25-1 .9 0 1.7.32 2.2 1 .4.63.6 1.5.6 2.6 0 1.5-.5 2.72-1.54 3.64l.1.8c.52.1 1.1.24 1.65.44.55.2 1.1.5 1.68.94.22.16.4.56.56 1.02h.05z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--kosmonaute-success {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366a030'%3E %3Cg id='icon-kosmonaute'%3E %3Cpath fill-rule='inherit' d='M13.15 14.12C14.9 12.65 16 10.45 16 8c0-4.42-3.58-8-8-8S0 3.58 0 8c0 2.2.9 4.22 2.35 5.67.16-.2.38-.38.66-.57.8-.63 1.9-1.1 3.4-1.38l.1-.8C5.4 10 4.9 8.8 4.9 7.3c0-1.12.2-2 .64-2.62.53-.68 1.3-1 2.25-1 .9 0 1.7.32 2.2 1 .4.63.6 1.5.6 2.6 0 1.5-.5 2.72-1.54 3.64l.1.8c.52.1 1.1.24 1.65.44.55.2 1.1.5 1.68.94.22.16.4.56.56 1.02h.05z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--kosmonaute-warn-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2384000d'%3E %3Cg id='icon-kosmonaute'%3E %3Cpath fill-rule='inherit' d='M13.15 14.12C14.9 12.65 16 10.45 16 8c0-4.42-3.58-8-8-8S0 3.58 0 8c0 2.2.9 4.22 2.35 5.67.16-.2.38-.38.66-.57.8-.63 1.9-1.1 3.4-1.38l.1-.8C5.4 10 4.9 8.8 4.9 7.3c0-1.12.2-2 .64-2.62.53-.68 1.3-1 2.25-1 .9 0 1.7.32 2.2 1 .4.63.6 1.5.6 2.6 0 1.5-.5 2.72-1.54 3.64l.1.8c.52.1 1.1.24 1.65.44.55.2 1.1.5 1.68.94.22.16.4.56.56 1.02h.05z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--kosmonaute-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-kosmonaute'%3E %3Cpath fill-rule='inherit' d='M13.15 14.12C14.9 12.65 16 10.45 16 8c0-4.42-3.58-8-8-8S0 3.58 0 8c0 2.2.9 4.22 2.35 5.67.16-.2.38-.38.66-.57.8-.63 1.9-1.1 3.4-1.38l.1-.8C5.4 10 4.9 8.8 4.9 7.3c0-1.12.2-2 .64-2.62.53-.68 1.3-1 2.25-1 .9 0 1.7.32 2.2 1 .4.63.6 1.5.6 2.6 0 1.5-.5 2.72-1.54 3.64l.1.8c.52.1 1.1.24 1.65.44.55.2 1.1.5 1.68.94.22.16.4.56.56 1.02h.05z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--kosmonaute-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-kosmonaute'%3E %3Cpath fill-rule='inherit' d='M13.15 14.12C14.9 12.65 16 10.45 16 8c0-4.42-3.58-8-8-8S0 3.58 0 8c0 2.2.9 4.22 2.35 5.67.16-.2.38-.38.66-.57.8-.63 1.9-1.1 3.4-1.38l.1-.8C5.4 10 4.9 8.8 4.9 7.3c0-1.12.2-2 .64-2.62.53-.68 1.3-1 2.25-1 .9 0 1.7.32 2.2 1 .4.63.6 1.5.6 2.6 0 1.5-.5 2.72-1.54 3.64l.1.8c.52.1 1.1.24 1.65.44.55.2 1.1.5 1.68.94.22.16.4.56.56 1.02h.05z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--users-ui-600 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%236d6d85'%3E %3Cg id='icon-users'%3E %3Cpath d='M17.022 13.452a6.614 6.614 0 1 1-6.614-6.614 6.614 6.614 0 0 1 6.614 6.614Z' opacity='.2'/%3E %3Cpath d='M14.637 19.8a7.631 7.631 0 1 0-8.458 0 12.188 12.188 0 0 0-6.006 4.797 1.017 1.017 0 1 0 1.705 1.112 10.175 10.175 0 0 1 17.06 0 1.017 1.017 0 0 0 1.704-1.112 12.188 12.188 0 0 0-6.005-4.796zm-9.825-6.348a5.596 5.596 0 1 1 5.596 5.596 5.603 5.603 0 0 1-5.596-5.596Zm26.726 12.553a1.017 1.017 0 0 1-1.407-.296 10.153 10.153 0 0 0-8.53-4.626 1.017 1.017 0 0 1 0-2.035 5.596 5.596 0 1 0-2.079-10.794 1.017 1.017 0 1 1-.755-1.889 7.631 7.631 0 0 1 7.062 13.436 12.188 12.188 0 0 1 6.006 4.796 1.017 1.017 0 0 1-.297 1.408z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--users-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%23fff'%3E %3Cg id='icon-users'%3E %3Cpath d='M17.022 13.452a6.614 6.614 0 1 1-6.614-6.614 6.614 6.614 0 0 1 6.614 6.614Z' opacity='.2'/%3E %3Cpath d='M14.637 19.8a7.631 7.631 0 1 0-8.458 0 12.188 12.188 0 0 0-6.006 4.797 1.017 1.017 0 1 0 1.705 1.112 10.175 10.175 0 0 1 17.06 0 1.017 1.017 0 0 0 1.704-1.112 12.188 12.188 0 0 0-6.005-4.796zm-9.825-6.348a5.596 5.596 0 1 1 5.596 5.596 5.603 5.603 0 0 1-5.596-5.596Zm26.726 12.553a1.017 1.017 0 0 1-1.407-.296 10.153 10.153 0 0 0-8.53-4.626 1.017 1.017 0 0 1 0-2.035 5.596 5.596 0 1 0-2.079-10.794 1.017 1.017 0 1 1-.755-1.889 7.631 7.631 0 0 1 7.062 13.436 12.188 12.188 0 0 1 6.006 4.796 1.017 1.017 0 0 1-.297 1.408z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--kosmonaute-folder {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-kosmonaute-folder'%3E %3Cpath fill-rule='evenodd' d='M15 4s1 0 1 1v9s0 1-1 1H1s-1 0-1-1V3c0-1 1-1 1-1h7s1 0 1 1v1h6zM1.32 14c.16-.4.4-.98.66-1.15.3-.18 1.16-.64 2.02-.9l.1-.7c-1-.83-1.46-1.9-1.46-3.26 0-1.06.18-1.8.57-2.4.5-.6 1.2-.9 2.08-.9.8 0 1.52.3 1.97.9.37.56.55 1.34.55 2.33 0 1.35-.46 2.45-1.4 3.27l.1.73c1.53.6 2 .68 2.53 1.07.2.16.36.58.5 1h-8.2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--kosmonaute-folder-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-kosmonaute-folder'%3E %3Cpath fill-rule='evenodd' d='M15 4s1 0 1 1v9s0 1-1 1H1s-1 0-1-1V3c0-1 1-1 1-1h7s1 0 1 1v1h6zM1.32 14c.16-.4.4-.98.66-1.15.3-.18 1.16-.64 2.02-.9l.1-.7c-1-.83-1.46-1.9-1.46-3.26 0-1.06.18-1.8.57-2.4.5-.6 1.2-.9 2.08-.9.8 0 1.52.3 1.97.9.37.56.55 1.34.55 2.33 0 1.35-.46 2.45-1.4 3.27l.1.73c1.53.6 2 .68 2.53 1.07.2.16.36.58.5 1h-8.2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--kosmonaute-folder-success {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366a030'%3E %3Cg id='icon-kosmonaute-folder'%3E %3Cpath fill-rule='evenodd' d='M15 4s1 0 1 1v9s0 1-1 1H1s-1 0-1-1V3c0-1 1-1 1-1h7s1 0 1 1v1h6zM1.32 14c.16-.4.4-.98.66-1.15.3-.18 1.16-.64 2.02-.9l.1-.7c-1-.83-1.46-1.9-1.46-3.26 0-1.06.18-1.8.57-2.4.5-.6 1.2-.9 2.08-.9.8 0 1.52.3 1.97.9.37.56.55 1.34.55 2.33 0 1.35-.46 2.45-1.4 3.27l.1.73c1.53.6 2 .68 2.53 1.07.2.16.36.58.5 1h-8.2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--kosmonaute-folder-warn-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2384000d'%3E %3Cg id='icon-kosmonaute-folder'%3E %3Cpath fill-rule='evenodd' d='M15 4s1 0 1 1v9s0 1-1 1H1s-1 0-1-1V3c0-1 1-1 1-1h7s1 0 1 1v1h6zM1.32 14c.16-.4.4-.98.66-1.15.3-.18 1.16-.64 2.02-.9l.1-.7c-1-.83-1.46-1.9-1.46-3.26 0-1.06.18-1.8.57-2.4.5-.6 1.2-.9 2.08-.9.8 0 1.52.3 1.97.9.37.56.55 1.34.55 2.33 0 1.35-.46 2.45-1.4 3.27l.1.73c1.53.6 2 .68 2.53 1.07.2.16.36.58.5 1h-8.2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--kosmonaute-folder-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-kosmonaute-folder'%3E %3Cpath fill-rule='evenodd' d='M15 4s1 0 1 1v9s0 1-1 1H1s-1 0-1-1V3c0-1 1-1 1-1h7s1 0 1 1v1h6zM1.32 14c.16-.4.4-.98.66-1.15.3-.18 1.16-.64 2.02-.9l.1-.7c-1-.83-1.46-1.9-1.46-3.26 0-1.06.18-1.8.57-2.4.5-.6 1.2-.9 2.08-.9.8 0 1.52.3 1.97.9.37.56.55 1.34.55 2.33 0 1.35-.46 2.45-1.4 3.27l.1.73c1.53.6 2 .68 2.53 1.07.2.16.36.58.5 1h-8.2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--kosmonaute-folder-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-kosmonaute-folder'%3E %3Cpath fill-rule='evenodd' d='M15 4s1 0 1 1v9s0 1-1 1H1s-1 0-1-1V3c0-1 1-1 1-1h7s1 0 1 1v1h6zM1.32 14c.16-.4.4-.98.66-1.15.3-.18 1.16-.64 2.02-.9l.1-.7c-1-.83-1.46-1.9-1.46-3.26 0-1.06.18-1.8.57-2.4.5-.6 1.2-.9 2.08-.9.8 0 1.52.3 1.97.9.37.56.55 1.34.55 2.33 0 1.35-.46 2.45-1.4 3.27l.1.73c1.53.6 2 .68 2.53 1.07.2.16.36.58.5 1h-8.2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--kosmonaute-folder-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366d0dd'%3E %3Cg id='icon-kosmonaute-folder'%3E %3Cpath fill-rule='evenodd' d='M15 4s1 0 1 1v9s0 1-1 1H1s-1 0-1-1V3c0-1 1-1 1-1h7s1 0 1 1v1h6zM1.32 14c.16-.4.4-.98.66-1.15.3-.18 1.16-.64 2.02-.9l.1-.7c-1-.83-1.46-1.9-1.46-3.26 0-1.06.18-1.8.57-2.4.5-.6 1.2-.9 2.08-.9.8 0 1.52.3 1.97.9.37.56.55 1.34.55 2.33 0 1.35-.46 2.45-1.4 3.27l.1.73c1.53.6 2 .68 2.53 1.07.2.16.36.58.5 1h-8.2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--kosmonaute-folder-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ffb400'%3E %3Cg id='icon-kosmonaute-folder'%3E %3Cpath fill-rule='evenodd' d='M15 4s1 0 1 1v9s0 1-1 1H1s-1 0-1-1V3c0-1 1-1 1-1h7s1 0 1 1v1h6zM1.32 14c.16-.4.4-.98.66-1.15.3-.18 1.16-.64 2.02-.9l.1-.7c-1-.83-1.46-1.9-1.46-3.26 0-1.06.18-1.8.57-2.4.5-.6 1.2-.9 2.08-.9.8 0 1.52.3 1.97.9.37.56.55 1.34.55 2.33 0 1.35-.46 2.45-1.4 3.27l.1.73c1.53.6 2 .68 2.53 1.07.2.16.36.58.5 1h-8.2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--account-group-slate-100 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%231a2428'%3E %3Cpath fill-rule='evenodd' d='M8 3.1666665c1.2886667 0 2.333333 1.0446667 2.333333 2.3333333 0 1.2886667-1.0446663 2.3333334-2.333333 2.3333334S5.6666667 6.7886665 5.6666667 5.4999998c0-1.2886666 1.0446666-2.3333333 2.3333333-2.3333333ZM3.3333333 4.8333332c.3733334 0 .72.1 1.02.28-.1.9533333.18 1.9.7533334 2.64-.3333334.64-1 1.08-1.7733334 1.08-1.1045666 0-2-.8954334-2-2 0-1.1045667.8954334-2 2-2zm9.3333337 0c1.1046 0 2 .8954333 2 2 0 1.1045666-.8954 2-2 2-.773334 0-1.44-.44-1.773334-1.08.573334-.74.853334-1.6866667.753334-2.64.3-.18.646666-.28 1.02-.28zM3.6666667 11.666667c0-1.380001 1.94-2.5000005 4.3333333-2.5000005 2.393333 0 4.333333 1.1199995 4.333333 2.5000005v1.166667H3.6666667ZM0 12.833334v-1.000001c0-.926666 1.26-1.706667 2.9666667-1.9333332-.3933334.4533332-.6333334 1.0800002-.6333334 1.7666672v1.166667zm16 0h-2.333333v-1.166667c0-.686667-.24-1.313334-.633334-1.7666672C14.74 10.126666 16 10.906667 16 11.833333Z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--account-group-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cpath fill-rule='evenodd' d='M8 3.1666665c1.2886667 0 2.333333 1.0446667 2.333333 2.3333333 0 1.2886667-1.0446663 2.3333334-2.333333 2.3333334S5.6666667 6.7886665 5.6666667 5.4999998c0-1.2886666 1.0446666-2.3333333 2.3333333-2.3333333ZM3.3333333 4.8333332c.3733334 0 .72.1 1.02.28-.1.9533333.18 1.9.7533334 2.64-.3333334.64-1 1.08-1.7733334 1.08-1.1045666 0-2-.8954334-2-2 0-1.1045667.8954334-2 2-2zm9.3333337 0c1.1046 0 2 .8954333 2 2 0 1.1045666-.8954 2-2 2-.773334 0-1.44-.44-1.773334-1.08.573334-.74.853334-1.6866667.753334-2.64.3-.18.646666-.28 1.02-.28zM3.6666667 11.666667c0-1.380001 1.94-2.5000005 4.3333333-2.5000005 2.393333 0 4.333333 1.1199995 4.333333 2.5000005v1.166667H3.6666667ZM0 12.833334v-1.000001c0-.926666 1.26-1.706667 2.9666667-1.9333332-.3933334.4533332-.6333334 1.0800002-.6333334 1.7666672v1.166667zm16 0h-2.333333v-1.166667c0-.686667-.24-1.313334-.633334-1.7666672C14.74 10.126666 16 10.906667 16 11.833333Z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--account-group-comp-darker {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cpath fill-rule='evenodd' d='M8 3.1666665c1.2886667 0 2.333333 1.0446667 2.333333 2.3333333 0 1.2886667-1.0446663 2.3333334-2.333333 2.3333334S5.6666667 6.7886665 5.6666667 5.4999998c0-1.2886666 1.0446666-2.3333333 2.3333333-2.3333333ZM3.3333333 4.8333332c.3733334 0 .72.1 1.02.28-.1.9533333.18 1.9.7533334 2.64-.3333334.64-1 1.08-1.7733334 1.08-1.1045666 0-2-.8954334-2-2 0-1.1045667.8954334-2 2-2zm9.3333337 0c1.1046 0 2 .8954333 2 2 0 1.1045666-.8954 2-2 2-.773334 0-1.44-.44-1.773334-1.08.573334-.74.853334-1.6866667.753334-2.64.3-.18.646666-.28 1.02-.28zM3.6666667 11.666667c0-1.380001 1.94-2.5000005 4.3333333-2.5000005 2.393333 0 4.333333 1.1199995 4.333333 2.5000005v1.166667H3.6666667ZM0 12.833334v-1.000001c0-.926666 1.26-1.706667 2.9666667-1.9333332-.3933334.4533332-.6333334 1.0800002-.6333334 1.7666672v1.166667zm16 0h-2.333333v-1.166667c0-.686667-.24-1.313334-.633334-1.7666672C14.74 10.126666 16 10.906667 16 11.833333Z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--account-group-comp-dark, .icon--account-group-slate-300 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cpath fill-rule='evenodd' d='M8 3.1666665c1.2886667 0 2.333333 1.0446667 2.333333 2.3333333 0 1.2886667-1.0446663 2.3333334-2.333333 2.3333334S5.6666667 6.7886665 5.6666667 5.4999998c0-1.2886666 1.0446666-2.3333333 2.3333333-2.3333333ZM3.3333333 4.8333332c.3733334 0 .72.1 1.02.28-.1.9533333.18 1.9.7533334 2.64-.3333334.64-1 1.08-1.7733334 1.08-1.1045666 0-2-.8954334-2-2 0-1.1045667.8954334-2 2-2zm9.3333337 0c1.1046 0 2 .8954333 2 2 0 1.1045666-.8954 2-2 2-.773334 0-1.44-.44-1.773334-1.08.573334-.74.853334-1.6866667.753334-2.64.3-.18.646666-.28 1.02-.28zM3.6666667 11.666667c0-1.380001 1.94-2.5000005 4.3333333-2.5000005 2.393333 0 4.333333 1.1199995 4.333333 2.5000005v1.166667H3.6666667ZM0 12.833334v-1.000001c0-.926666 1.26-1.706667 2.9666667-1.9333332-.3933334.4533332-.6333334 1.0800002-.6333334 1.7666672v1.166667zm16 0h-2.333333v-1.166667c0-.686667-.24-1.313334-.633334-1.7666672C14.74 10.126666 16 10.906667 16 11.833333Z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--account-group-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cpath fill-rule='evenodd' d='M8 3.1666665c1.2886667 0 2.333333 1.0446667 2.333333 2.3333333 0 1.2886667-1.0446663 2.3333334-2.333333 2.3333334S5.6666667 6.7886665 5.6666667 5.4999998c0-1.2886666 1.0446666-2.3333333 2.3333333-2.3333333ZM3.3333333 4.8333332c.3733334 0 .72.1 1.02.28-.1.9533333.18 1.9.7533334 2.64-.3333334.64-1 1.08-1.7733334 1.08-1.1045666 0-2-.8954334-2-2 0-1.1045667.8954334-2 2-2zm9.3333337 0c1.1046 0 2 .8954333 2 2 0 1.1045666-.8954 2-2 2-.773334 0-1.44-.44-1.773334-1.08.573334-.74.853334-1.6866667.753334-2.64.3-.18.646666-.28 1.02-.28zM3.6666667 11.666667c0-1.380001 1.94-2.5000005 4.3333333-2.5000005 2.393333 0 4.333333 1.1199995 4.333333 2.5000005v1.166667H3.6666667ZM0 12.833334v-1.000001c0-.926666 1.26-1.706667 2.9666667-1.9333332-.3933334.4533332-.6333334 1.0800002-.6333334 1.7666672v1.166667zm16 0h-2.333333v-1.166667c0-.686667-.24-1.313334-.633334-1.7666672C14.74 10.126666 16 10.906667 16 11.833333Z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--account-group-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cpath fill-rule='evenodd' d='M8 3.1666665c1.2886667 0 2.333333 1.0446667 2.333333 2.3333333 0 1.2886667-1.0446663 2.3333334-2.333333 2.3333334S5.6666667 6.7886665 5.6666667 5.4999998c0-1.2886666 1.0446666-2.3333333 2.3333333-2.3333333ZM3.3333333 4.8333332c.3733334 0 .72.1 1.02.28-.1.9533333.18 1.9.7533334 2.64-.3333334.64-1 1.08-1.7733334 1.08-1.1045666 0-2-.8954334-2-2 0-1.1045667.8954334-2 2-2zm9.3333337 0c1.1046 0 2 .8954333 2 2 0 1.1045666-.8954 2-2 2-.773334 0-1.44-.44-1.773334-1.08.573334-.74.853334-1.6866667.753334-2.64.3-.18.646666-.28 1.02-.28zM3.6666667 11.666667c0-1.380001 1.94-2.5000005 4.3333333-2.5000005 2.393333 0 4.333333 1.1199995 4.333333 2.5000005v1.166667H3.6666667ZM0 12.833334v-1.000001c0-.926666 1.26-1.706667 2.9666667-1.9333332-.3933334.4533332-.6333334 1.0800002-.6333334 1.7666672v1.166667zm16 0h-2.333333v-1.166667c0-.686667-.24-1.313334-.633334-1.7666672C14.74 10.126666 16 10.906667 16 11.833333Z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--kosmonautes {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg fill-rule='inherit' id='icon-kosmonautes'%3E %3Cpath d='M12.906 16H16s-.005-2.163-.474-2.6c-1.16-1.076-3.475-2.138-4.012-2.24l-.103-.826C12.485 9.384 13 9.158 13 7.61c0-1.133-.35-3.06-.764-3.71-.515-.702-1.196-1.032-2.124-1.032-.335 0-.633.04-.902.118.383.74.698 2.523.698 3.594 0 1.547-.516 1.774-1.588 2.722l.09.72.19.154c.752.24 2.775 1.21 3.834 2.194.423.392.47 3.104.474 3.63z'/%3E %3Cpath d='M11.876 16H0s.415-3.313.877-3.717c1.175-1.03 1.72-1.44 3.688-2.243l.103-.825c-1.144-.95-1.66-1.155-1.66-2.702 0-1.155.34-3.094.794-3.733.547-.7 1.207-1.03 2.186-1.03.928 0 1.61.33 2.124 1.03.413.65.763 2.578.763 3.712 0 1.547-.515 1.774-1.588 2.723l.104.825c.537.103 2.852 1.165 4.012 2.243.468.435.474 3.717.474 3.717z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--kosmonautes-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg fill-rule='inherit' id='icon-kosmonautes'%3E %3Cpath d='M12.906 16H16s-.005-2.163-.474-2.6c-1.16-1.076-3.475-2.138-4.012-2.24l-.103-.826C12.485 9.384 13 9.158 13 7.61c0-1.133-.35-3.06-.764-3.71-.515-.702-1.196-1.032-2.124-1.032-.335 0-.633.04-.902.118.383.74.698 2.523.698 3.594 0 1.547-.516 1.774-1.588 2.722l.09.72.19.154c.752.24 2.775 1.21 3.834 2.194.423.392.47 3.104.474 3.63z'/%3E %3Cpath d='M11.876 16H0s.415-3.313.877-3.717c1.175-1.03 1.72-1.44 3.688-2.243l.103-.825c-1.144-.95-1.66-1.155-1.66-2.702 0-1.155.34-3.094.794-3.733.547-.7 1.207-1.03 2.186-1.03.928 0 1.61.33 2.124 1.03.413.65.763 2.578.763 3.712 0 1.547-.515 1.774-1.588 2.723l.104.825c.537.103 2.852 1.165 4.012 2.243.468.435.474 3.717.474 3.717z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--kosmonautes-success {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366a030'%3E %3Cg fill-rule='inherit' id='icon-kosmonautes'%3E %3Cpath d='M12.906 16H16s-.005-2.163-.474-2.6c-1.16-1.076-3.475-2.138-4.012-2.24l-.103-.826C12.485 9.384 13 9.158 13 7.61c0-1.133-.35-3.06-.764-3.71-.515-.702-1.196-1.032-2.124-1.032-.335 0-.633.04-.902.118.383.74.698 2.523.698 3.594 0 1.547-.516 1.774-1.588 2.722l.09.72.19.154c.752.24 2.775 1.21 3.834 2.194.423.392.47 3.104.474 3.63z'/%3E %3Cpath d='M11.876 16H0s.415-3.313.877-3.717c1.175-1.03 1.72-1.44 3.688-2.243l.103-.825c-1.144-.95-1.66-1.155-1.66-2.702 0-1.155.34-3.094.794-3.733.547-.7 1.207-1.03 2.186-1.03.928 0 1.61.33 2.124 1.03.413.65.763 2.578.763 3.712 0 1.547-.515 1.774-1.588 2.723l.104.825c.537.103 2.852 1.165 4.012 2.243.468.435.474 3.717.474 3.717z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--kosmonautes-warn-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2384000d'%3E %3Cg fill-rule='inherit' id='icon-kosmonautes'%3E %3Cpath d='M12.906 16H16s-.005-2.163-.474-2.6c-1.16-1.076-3.475-2.138-4.012-2.24l-.103-.826C12.485 9.384 13 9.158 13 7.61c0-1.133-.35-3.06-.764-3.71-.515-.702-1.196-1.032-2.124-1.032-.335 0-.633.04-.902.118.383.74.698 2.523.698 3.594 0 1.547-.516 1.774-1.588 2.722l.09.72.19.154c.752.24 2.775 1.21 3.834 2.194.423.392.47 3.104.474 3.63z'/%3E %3Cpath d='M11.876 16H0s.415-3.313.877-3.717c1.175-1.03 1.72-1.44 3.688-2.243l.103-.825c-1.144-.95-1.66-1.155-1.66-2.702 0-1.155.34-3.094.794-3.733.547-.7 1.207-1.03 2.186-1.03.928 0 1.61.33 2.124 1.03.413.65.763 2.578.763 3.712 0 1.547-.515 1.774-1.588 2.723l.104.825c.537.103 2.852 1.165 4.012 2.243.468.435.474 3.717.474 3.717z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--kosmonautes-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg fill-rule='inherit' id='icon-kosmonautes'%3E %3Cpath d='M12.906 16H16s-.005-2.163-.474-2.6c-1.16-1.076-3.475-2.138-4.012-2.24l-.103-.826C12.485 9.384 13 9.158 13 7.61c0-1.133-.35-3.06-.764-3.71-.515-.702-1.196-1.032-2.124-1.032-.335 0-.633.04-.902.118.383.74.698 2.523.698 3.594 0 1.547-.516 1.774-1.588 2.722l.09.72.19.154c.752.24 2.775 1.21 3.834 2.194.423.392.47 3.104.474 3.63z'/%3E %3Cpath d='M11.876 16H0s.415-3.313.877-3.717c1.175-1.03 1.72-1.44 3.688-2.243l.103-.825c-1.144-.95-1.66-1.155-1.66-2.702 0-1.155.34-3.094.794-3.733.547-.7 1.207-1.03 2.186-1.03.928 0 1.61.33 2.124 1.03.413.65.763 2.578.763 3.712 0 1.547-.515 1.774-1.588 2.723l.104.825c.537.103 2.852 1.165 4.012 2.243.468.435.474 3.717.474 3.717z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--kosmonautes-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg fill-rule='inherit' id='icon-kosmonautes'%3E %3Cpath d='M12.906 16H16s-.005-2.163-.474-2.6c-1.16-1.076-3.475-2.138-4.012-2.24l-.103-.826C12.485 9.384 13 9.158 13 7.61c0-1.133-.35-3.06-.764-3.71-.515-.702-1.196-1.032-2.124-1.032-.335 0-.633.04-.902.118.383.74.698 2.523.698 3.594 0 1.547-.516 1.774-1.588 2.722l.09.72.19.154c.752.24 2.775 1.21 3.834 2.194.423.392.47 3.104.474 3.63z'/%3E %3Cpath d='M11.876 16H0s.415-3.313.877-3.717c1.175-1.03 1.72-1.44 3.688-2.243l.103-.825c-1.144-.95-1.66-1.155-1.66-2.702 0-1.155.34-3.094.794-3.733.547-.7 1.207-1.03 2.186-1.03.928 0 1.61.33 2.124 1.03.413.65.763 2.578.763 3.712 0 1.547-.515 1.774-1.588 2.723l.104.825c.537.103 2.852 1.165 4.012 2.243.468.435.474 3.717.474 3.717z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--kosmonautes-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366d0dd'%3E %3Cg fill-rule='inherit' id='icon-kosmonautes'%3E %3Cpath d='M12.906 16H16s-.005-2.163-.474-2.6c-1.16-1.076-3.475-2.138-4.012-2.24l-.103-.826C12.485 9.384 13 9.158 13 7.61c0-1.133-.35-3.06-.764-3.71-.515-.702-1.196-1.032-2.124-1.032-.335 0-.633.04-.902.118.383.74.698 2.523.698 3.594 0 1.547-.516 1.774-1.588 2.722l.09.72.19.154c.752.24 2.775 1.21 3.834 2.194.423.392.47 3.104.474 3.63z'/%3E %3Cpath d='M11.876 16H0s.415-3.313.877-3.717c1.175-1.03 1.72-1.44 3.688-2.243l.103-.825c-1.144-.95-1.66-1.155-1.66-2.702 0-1.155.34-3.094.794-3.733.547-.7 1.207-1.03 2.186-1.03.928 0 1.61.33 2.124 1.03.413.65.763 2.578.763 3.712 0 1.547-.515 1.774-1.588 2.723l.104.825c.537.103 2.852 1.165 4.012 2.243.468.435.474 3.717.474 3.717z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--kosmonautes-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ffb400'%3E %3Cg fill-rule='inherit' id='icon-kosmonautes'%3E %3Cpath d='M12.906 16H16s-.005-2.163-.474-2.6c-1.16-1.076-3.475-2.138-4.012-2.24l-.103-.826C12.485 9.384 13 9.158 13 7.61c0-1.133-.35-3.06-.764-3.71-.515-.702-1.196-1.032-2.124-1.032-.335 0-.633.04-.902.118.383.74.698 2.523.698 3.594 0 1.547-.516 1.774-1.588 2.722l.09.72.19.154c.752.24 2.775 1.21 3.834 2.194.423.392.47 3.104.474 3.63z'/%3E %3Cpath d='M11.876 16H0s.415-3.313.877-3.717c1.175-1.03 1.72-1.44 3.688-2.243l.103-.825c-1.144-.95-1.66-1.155-1.66-2.702 0-1.155.34-3.094.794-3.733.547-.7 1.207-1.03 2.186-1.03.928 0 1.61.33 2.124 1.03.413.65.763 2.578.763 3.712 0 1.547-.515 1.774-1.588 2.723l.104.825c.537.103 2.852 1.165 4.012 2.243.468.435.474 3.717.474 3.717z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--reply {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-reply'%3E %3Cpath fill-rule='inherit' d='M6.7 5.7V3L2 7.7l4.7 4.6V9.6c3.3 0 5.6 1 7.3 3.4-.7-3.3-2.7-6.7-7.3-7.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--reply-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-reply'%3E %3Cpath fill-rule='inherit' d='M6.7 5.7V3L2 7.7l4.7 4.6V9.6c3.3 0 5.6 1 7.3 3.4-.7-3.3-2.7-6.7-7.3-7.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--reply-success {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366a030'%3E %3Cg id='icon-reply'%3E %3Cpath fill-rule='inherit' d='M6.7 5.7V3L2 7.7l4.7 4.6V9.6c3.3 0 5.6 1 7.3 3.4-.7-3.3-2.7-6.7-7.3-7.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--reply-warn-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2384000d'%3E %3Cg id='icon-reply'%3E %3Cpath fill-rule='inherit' d='M6.7 5.7V3L2 7.7l4.7 4.6V9.6c3.3 0 5.6 1 7.3 3.4-.7-3.3-2.7-6.7-7.3-7.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--reply-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-reply'%3E %3Cpath fill-rule='inherit' d='M6.7 5.7V3L2 7.7l4.7 4.6V9.6c3.3 0 5.6 1 7.3 3.4-.7-3.3-2.7-6.7-7.3-7.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--reply-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-reply'%3E %3Cpath fill-rule='inherit' d='M6.7 5.7V3L2 7.7l4.7 4.6V9.6c3.3 0 5.6 1 7.3 3.4-.7-3.3-2.7-6.7-7.3-7.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--reply-all {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-reply-all'%3E %3Cpath fill-rule='inherit' d='M4.7 5V3L0 7.7l4.7 4.6v-2L2 7.7 4.7 5zm4 .7V3L4 7.7l4.7 4.6V9.6c3.3 0 5.6 1 7.3 3.4-.7-3.3-2.7-6.7-7.3-7.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--reply-all-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-reply-all'%3E %3Cpath fill-rule='inherit' d='M4.7 5V3L0 7.7l4.7 4.6v-2L2 7.7 4.7 5zm4 .7V3L4 7.7l4.7 4.6V9.6c3.3 0 5.6 1 7.3 3.4-.7-3.3-2.7-6.7-7.3-7.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--reply-all-success {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366a030'%3E %3Cg id='icon-reply-all'%3E %3Cpath fill-rule='inherit' d='M4.7 5V3L0 7.7l4.7 4.6v-2L2 7.7 4.7 5zm4 .7V3L4 7.7l4.7 4.6V9.6c3.3 0 5.6 1 7.3 3.4-.7-3.3-2.7-6.7-7.3-7.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--reply-all-warn-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2384000d'%3E %3Cg id='icon-reply-all'%3E %3Cpath fill-rule='inherit' d='M4.7 5V3L0 7.7l4.7 4.6v-2L2 7.7 4.7 5zm4 .7V3L4 7.7l4.7 4.6V9.6c3.3 0 5.6 1 7.3 3.4-.7-3.3-2.7-6.7-7.3-7.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--reply-all-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-reply-all'%3E %3Cpath fill-rule='inherit' d='M4.7 5V3L0 7.7l4.7 4.6v-2L2 7.7 4.7 5zm4 .7V3L4 7.7l4.7 4.6V9.6c3.3 0 5.6 1 7.3 3.4-.7-3.3-2.7-6.7-7.3-7.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--reply-all-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-reply-all'%3E %3Cpath fill-rule='inherit' d='M4.7 5V3L0 7.7l4.7 4.6v-2L2 7.7 4.7 5zm4 .7V3L4 7.7l4.7 4.6V9.6c3.3 0 5.6 1 7.3 3.4-.7-3.3-2.7-6.7-7.3-7.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--forward {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-forward'%3E %3Cpath fill-rule='inherit' d='M9.3 5.7V3L14 7.7l-4.7 4.6V9.6C6 9.6 3.7 10.6 2 13c.7-3.3 2.7-6.7 7.3-7.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--forward-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-forward'%3E %3Cpath fill-rule='inherit' d='M9.3 5.7V3L14 7.7l-4.7 4.6V9.6C6 9.6 3.7 10.6 2 13c.7-3.3 2.7-6.7 7.3-7.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--forward-success {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366a030'%3E %3Cg id='icon-forward'%3E %3Cpath fill-rule='inherit' d='M9.3 5.7V3L14 7.7l-4.7 4.6V9.6C6 9.6 3.7 10.6 2 13c.7-3.3 2.7-6.7 7.3-7.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--forward-warn-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2384000d'%3E %3Cg id='icon-forward'%3E %3Cpath fill-rule='inherit' d='M9.3 5.7V3L14 7.7l-4.7 4.6V9.6C6 9.6 3.7 10.6 2 13c.7-3.3 2.7-6.7 7.3-7.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--forward-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-forward'%3E %3Cpath fill-rule='inherit' d='M9.3 5.7V3L14 7.7l-4.7 4.6V9.6C6 9.6 3.7 10.6 2 13c.7-3.3 2.7-6.7 7.3-7.3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--address-book {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-address-book'%3E %3Cpath fill-rule='inherit' d='M2 10v4h9.99C13.1 14 14 13.102 14 11.994V2.006C14 .896 13.1 0 11.99 0H2v2H0v2h2v1H0v2h2v1H0v2h2z'/%3E %3Cpath fill-rule='inherit' d='M15 2.266c.598.346 1 .995 1 1.74v9.988C16 15.102 15.1 16 14.008 16H6.992c-.736 0-1.38-.402-1.724-1H15V2.266z'/%3E %3Cpath fill='%23fff' d='M2 3h1v2H2zM2 6h1v2H2zM2 9h1v2H2zM5 10c0-1.657 1.343-3 3-3s3 1.343 3 3v2H5v-2zm3-3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--address-book-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-address-book'%3E %3Cpath fill-rule='inherit' d='M2 10v4h9.99C13.1 14 14 13.102 14 11.994V2.006C14 .896 13.1 0 11.99 0H2v2H0v2h2v1H0v2h2v1H0v2h2z'/%3E %3Cpath fill-rule='inherit' d='M15 2.266c.598.346 1 .995 1 1.74v9.988C16 15.102 15.1 16 14.008 16H6.992c-.736 0-1.38-.402-1.724-1H15V2.266z'/%3E %3Cpath fill='%23fff' d='M2 3h1v2H2zM2 6h1v2H2zM2 9h1v2H2zM5 10c0-1.657 1.343-3 3-3s3 1.343 3 3v2H5v-2zm3-3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--address-book-success {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366a030'%3E %3Cg id='icon-address-book'%3E %3Cpath fill-rule='inherit' d='M2 10v4h9.99C13.1 14 14 13.102 14 11.994V2.006C14 .896 13.1 0 11.99 0H2v2H0v2h2v1H0v2h2v1H0v2h2z'/%3E %3Cpath fill-rule='inherit' d='M15 2.266c.598.346 1 .995 1 1.74v9.988C16 15.102 15.1 16 14.008 16H6.992c-.736 0-1.38-.402-1.724-1H15V2.266z'/%3E %3Cpath fill='%23fff' d='M2 3h1v2H2zM2 6h1v2H2zM2 9h1v2H2zM5 10c0-1.657 1.343-3 3-3s3 1.343 3 3v2H5v-2zm3-3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--address-book-warn-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2384000d'%3E %3Cg id='icon-address-book'%3E %3Cpath fill-rule='inherit' d='M2 10v4h9.99C13.1 14 14 13.102 14 11.994V2.006C14 .896 13.1 0 11.99 0H2v2H0v2h2v1H0v2h2v1H0v2h2z'/%3E %3Cpath fill-rule='inherit' d='M15 2.266c.598.346 1 .995 1 1.74v9.988C16 15.102 15.1 16 14.008 16H6.992c-.736 0-1.38-.402-1.724-1H15V2.266z'/%3E %3Cpath fill='%23fff' d='M2 3h1v2H2zM2 6h1v2H2zM2 9h1v2H2zM5 10c0-1.657 1.343-3 3-3s3 1.343 3 3v2H5v-2zm3-3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--address-book-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-address-book'%3E %3Cpath fill-rule='inherit' d='M2 10v4h9.99C13.1 14 14 13.102 14 11.994V2.006C14 .896 13.1 0 11.99 0H2v2H0v2h2v1H0v2h2v1H0v2h2z'/%3E %3Cpath fill-rule='inherit' d='M15 2.266c.598.346 1 .995 1 1.74v9.988C16 15.102 15.1 16 14.008 16H6.992c-.736 0-1.38-.402-1.724-1H15V2.266z'/%3E %3Cpath fill='%23fff' d='M2 3h1v2H2zM2 6h1v2H2zM2 9h1v2H2zM5 10c0-1.657 1.343-3 3-3s3 1.343 3 3v2H5v-2zm3-3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--sent {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-sent'%3E %3Cpath fill-rule='inherit' d='M 16,0.125 0,7.0625 11.4375,16 z'/%3E %3Cpath fill='%23fff' d='M 14.722,1.562 10.976,14.61 1.596,7.257'/%3E %3Cpath fill-rule='inherit' d='M 4.885,13.793 11.421,5.623 4.866,9.38'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--sent-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-sent'%3E %3Cpath fill-rule='inherit' d='M 16,0.125 0,7.0625 11.4375,16 z'/%3E %3Cpath fill='%23fff' d='M 14.722,1.562 10.976,14.61 1.596,7.257'/%3E %3Cpath fill-rule='inherit' d='M 4.885,13.793 11.421,5.623 4.866,9.38'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--sent-success {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366a030'%3E %3Cg id='icon-sent'%3E %3Cpath fill-rule='inherit' d='M 16,0.125 0,7.0625 11.4375,16 z'/%3E %3Cpath fill='%23fff' d='M 14.722,1.562 10.976,14.61 1.596,7.257'/%3E %3Cpath fill-rule='inherit' d='M 4.885,13.793 11.421,5.623 4.866,9.38'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--sent-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-sent'%3E %3Cpath fill-rule='inherit' d='M 16,0.125 0,7.0625 11.4375,16 z'/%3E %3Cpath fill='%23fff' d='M 14.722,1.562 10.976,14.61 1.596,7.257'/%3E %3Cpath fill-rule='inherit' d='M 4.885,13.793 11.421,5.623 4.866,9.38'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--sent-warn-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2384000d'%3E %3Cg id='icon-sent'%3E %3Cpath fill-rule='inherit' d='M 16,0.125 0,7.0625 11.4375,16 z'/%3E %3Cpath fill='%23fff' d='M 14.722,1.562 10.976,14.61 1.596,7.257'/%3E %3Cpath fill-rule='inherit' d='M 4.885,13.793 11.421,5.623 4.866,9.38'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--trash {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-trash'%3E %3Cpath fill-rule='inherit' d='M2 5h11v11H2z'/%3E %3Cpath fill='%23fff' d='M4 7h1v7H4zm6 0h1v7h-1zM7 7h1v7H7z'/%3E %3Cpath fill-rule='inherit' d='M6 0c-.556 0-1 .448-1 1v1H2c-.554 0-1 .446-1 1s.446 1 1 1h11c.554 0 1-.446 1-1s-.446-1-1-1h-3V1c0-.556-.448-1-1-1H6zm0 1h3v1H6V1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--trash-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-trash'%3E %3Cpath fill-rule='inherit' d='M2 5h11v11H2z'/%3E %3Cpath fill='%23fff' d='M4 7h1v7H4zm6 0h1v7h-1zM7 7h1v7H7z'/%3E %3Cpath fill-rule='inherit' d='M6 0c-.556 0-1 .448-1 1v1H2c-.554 0-1 .446-1 1s.446 1 1 1h11c.554 0 1-.446 1-1s-.446-1-1-1h-3V1c0-.556-.448-1-1-1H6zm0 1h3v1H6V1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--trash-success {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366a030'%3E %3Cg id='icon-trash'%3E %3Cpath fill-rule='inherit' d='M2 5h11v11H2z'/%3E %3Cpath fill='%23fff' d='M4 7h1v7H4zm6 0h1v7h-1zM7 7h1v7H7z'/%3E %3Cpath fill-rule='inherit' d='M6 0c-.556 0-1 .448-1 1v1H2c-.554 0-1 .446-1 1s.446 1 1 1h11c.554 0 1-.446 1-1s-.446-1-1-1h-3V1c0-.556-.448-1-1-1H6zm0 1h3v1H6V1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--trash-warn-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2384000d'%3E %3Cg id='icon-trash'%3E %3Cpath fill-rule='inherit' d='M2 5h11v11H2z'/%3E %3Cpath fill='%23fff' d='M4 7h1v7H4zm6 0h1v7h-1zM7 7h1v7H7z'/%3E %3Cpath fill-rule='inherit' d='M6 0c-.556 0-1 .448-1 1v1H2c-.554 0-1 .446-1 1s.446 1 1 1h11c.554 0 1-.446 1-1s-.446-1-1-1h-3V1c0-.556-.448-1-1-1H6zm0 1h3v1H6V1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--trash-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-trash'%3E %3Cpath fill-rule='inherit' d='M2 5h11v11H2z'/%3E %3Cpath fill='%23fff' d='M4 7h1v7H4zm6 0h1v7h-1zM7 7h1v7H7z'/%3E %3Cpath fill-rule='inherit' d='M6 0c-.556 0-1 .448-1 1v1H2c-.554 0-1 .446-1 1s.446 1 1 1h11c.554 0 1-.446 1-1s-.446-1-1-1h-3V1c0-.556-.448-1-1-1H6zm0 1h3v1H6V1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--trash-slate-100 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%231a2428'%3E %3Cg id='icon-trash'%3E %3Cpath fill-rule='inherit' d='M2 5h11v11H2z'/%3E %3Cpath fill='%23fff' d='M4 7h1v7H4zm6 0h1v7h-1zM7 7h1v7H7z'/%3E %3Cpath fill-rule='inherit' d='M6 0c-.556 0-1 .448-1 1v1H2c-.554 0-1 .446-1 1s.446 1 1 1h11c.554 0 1-.446 1-1s-.446-1-1-1h-3V1c0-.556-.448-1-1-1H6zm0 1h3v1H6V1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--trash-ui-500 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238a899f'%3E %3Cg id='icon-trash'%3E %3Cpath fill-rule='inherit' d='M2 5h11v11H2z'/%3E %3Cpath fill='%23fff' d='M4 7h1v7H4zm6 0h1v7h-1zM7 7h1v7H7z'/%3E %3Cpath fill-rule='inherit' d='M6 0c-.556 0-1 .448-1 1v1H2c-.554 0-1 .446-1 1s.446 1 1 1h11c.554 0 1-.446 1-1s-.446-1-1-1h-3V1c0-.556-.448-1-1-1H6zm0 1h3v1H6V1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--phone {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-phone'%3E %3Crect width='11' height='16' x='3' rx='2'/%3E %3Crect width='9' height='10' x='4' y='1' rx='1' fill='%23fff'/%3E %3Ccircle fill='%23fff' r='1.5' cx='8.5' cy='13.5'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--phone-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-phone'%3E %3Crect width='11' height='16' x='3' rx='2'/%3E %3Crect width='9' height='10' x='4' y='1' rx='1' fill='%23fff'/%3E %3Ccircle fill='%23fff' r='1.5' cx='8.5' cy='13.5'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--phone-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-phone'%3E %3Crect width='11' height='16' x='3' rx='2'/%3E %3Crect width='9' height='10' x='4' y='1' rx='1' fill='%23fff'/%3E %3Ccircle fill='%23fff' r='1.5' cx='8.5' cy='13.5'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--phone-success {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366a030'%3E %3Cg id='icon-phone'%3E %3Crect width='11' height='16' x='3' rx='2'/%3E %3Crect width='9' height='10' x='4' y='1' rx='1' fill='%23fff'/%3E %3Ccircle fill='%23fff' r='1.5' cx='8.5' cy='13.5'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--phone-warn-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2384000d'%3E %3Cg id='icon-phone'%3E %3Crect width='11' height='16' x='3' rx='2'/%3E %3Crect width='9' height='10' x='4' y='1' rx='1' fill='%23fff'/%3E %3Ccircle fill='%23fff' r='1.5' cx='8.5' cy='13.5'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--phone-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-phone'%3E %3Crect width='11' height='16' x='3' rx='2'/%3E %3Crect width='9' height='10' x='4' y='1' rx='1' fill='%23fff'/%3E %3Ccircle fill='%23fff' r='1.5' cx='8.5' cy='13.5'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--screen-slate-300 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-screen'%3E %3Crect width='16' height='11' x='0' y='3' rx='2'/%3E %3Crect width='14' height='9' x='1' y='4' fill='%23fff' rx='1'/%3E %3Crect width='8' height='1' x='4' y='15' rx='.5' ry='.5'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--unzip-comp-darker {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-unzip'%3E %3Cpath fill-rule='inherit' d='M13 1l2 4v10H1V5l2-4zm-.617187 1H3.617188L2.133466 5h11.733068zM14 6H9v5H7V6H2v8h12z'/%3E %3Cpath fill='%23fff' d='M12.382813 2H3.617188L2.133466 5h11.733068zM14 6H9v5H7V6H2v8h12z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--unzip-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-unzip'%3E %3Cpath fill-rule='inherit' d='M13 1l2 4v10H1V5l2-4zm-.617187 1H3.617188L2.133466 5h11.733068zM14 6H9v5H7V6H2v8h12z'/%3E %3Cpath fill='%23fff' d='M12.382813 2H3.617188L2.133466 5h11.733068zM14 6H9v5H7V6H2v8h12z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--unzip-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-unzip'%3E %3Cpath fill-rule='inherit' d='M13 1l2 4v10H1V5l2-4zm-.617187 1H3.617188L2.133466 5h11.733068zM14 6H9v5H7V6H2v8h12z'/%3E %3Cpath fill='%23fff' d='M12.382813 2H3.617188L2.133466 5h11.733068zM14 6H9v5H7V6H2v8h12z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--unzip-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-unzip'%3E %3Cpath fill-rule='inherit' d='M13 1l2 4v10H1V5l2-4zm-.617187 1H3.617188L2.133466 5h11.733068zM14 6H9v5H7V6H2v8h12z'/%3E %3Cpath fill='%23fff' d='M12.382813 2H3.617188L2.133466 5h11.733068zM14 6H9v5H7V6H2v8h12z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--unzip-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-unzip'%3E %3Cpath fill-rule='inherit' d='M13 1l2 4v10H1V5l2-4zm-.617187 1H3.617188L2.133466 5h11.733068zM14 6H9v5H7V6H2v8h12z'/%3E %3Cpath fill='%23fff' d='M12.382813 2H3.617188L2.133466 5h11.733068zM14 6H9v5H7V6H2v8h12z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--report {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-report'%3E %3Cpath fill-rule='inherit' d='M8 16c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm-.74-7.566l-.203-3.04C7.02 4.8 7 4.373 7 4.116c0-.35.092-.625.276-.822.184-.197.426-.295.727-.295.364 0 .607.126.73.378.123.25.184.614.184 1.088 0 .28-.015.563-.044.85L8.6 8.447c-.03.373-.093.658-.19.857-.098.2-.26.3-.483.3-.23 0-.387-.098-.476-.29-.088-.193-.152-.486-.19-.88zm.705 4.176c-.258 0-.484-.083-.676-.25-.194-.168-.29-.4-.29-.702 0-.262.092-.485.276-.67.184-.184.41-.276.676-.276.267 0 .494.092.683.277.188.183.282.406.282.668 0 .296-.095.53-.286.698-.19.17-.41.254-.665.254z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--report-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-report'%3E %3Cpath fill-rule='inherit' d='M8 16c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm-.74-7.566l-.203-3.04C7.02 4.8 7 4.373 7 4.116c0-.35.092-.625.276-.822.184-.197.426-.295.727-.295.364 0 .607.126.73.378.123.25.184.614.184 1.088 0 .28-.015.563-.044.85L8.6 8.447c-.03.373-.093.658-.19.857-.098.2-.26.3-.483.3-.23 0-.387-.098-.476-.29-.088-.193-.152-.486-.19-.88zm.705 4.176c-.258 0-.484-.083-.676-.25-.194-.168-.29-.4-.29-.702 0-.262.092-.485.276-.67.184-.184.41-.276.676-.276.267 0 .494.092.683.277.188.183.282.406.282.668 0 .296-.095.53-.286.698-.19.17-.41.254-.665.254z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--report-success {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366a030'%3E %3Cg id='icon-report'%3E %3Cpath fill-rule='inherit' d='M8 16c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm-.74-7.566l-.203-3.04C7.02 4.8 7 4.373 7 4.116c0-.35.092-.625.276-.822.184-.197.426-.295.727-.295.364 0 .607.126.73.378.123.25.184.614.184 1.088 0 .28-.015.563-.044.85L8.6 8.447c-.03.373-.093.658-.19.857-.098.2-.26.3-.483.3-.23 0-.387-.098-.476-.29-.088-.193-.152-.486-.19-.88zm.705 4.176c-.258 0-.484-.083-.676-.25-.194-.168-.29-.4-.29-.702 0-.262.092-.485.276-.67.184-.184.41-.276.676-.276.267 0 .494.092.683.277.188.183.282.406.282.668 0 .296-.095.53-.286.698-.19.17-.41.254-.665.254z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--report-warn-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2384000d'%3E %3Cg id='icon-report'%3E %3Cpath fill-rule='inherit' d='M8 16c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm-.74-7.566l-.203-3.04C7.02 4.8 7 4.373 7 4.116c0-.35.092-.625.276-.822.184-.197.426-.295.727-.295.364 0 .607.126.73.378.123.25.184.614.184 1.088 0 .28-.015.563-.044.85L8.6 8.447c-.03.373-.093.658-.19.857-.098.2-.26.3-.483.3-.23 0-.387-.098-.476-.29-.088-.193-.152-.486-.19-.88zm.705 4.176c-.258 0-.484-.083-.676-.25-.194-.168-.29-.4-.29-.702 0-.262.092-.485.276-.67.184-.184.41-.276.676-.276.267 0 .494.092.683.277.188.183.282.406.282.668 0 .296-.095.53-.286.698-.19.17-.41.254-.665.254z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--report-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-report'%3E %3Cpath fill-rule='inherit' d='M8 16c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm-.74-7.566l-.203-3.04C7.02 4.8 7 4.373 7 4.116c0-.35.092-.625.276-.822.184-.197.426-.295.727-.295.364 0 .607.126.73.378.123.25.184.614.184 1.088 0 .28-.015.563-.044.85L8.6 8.447c-.03.373-.093.658-.19.857-.098.2-.26.3-.483.3-.23 0-.387-.098-.476-.29-.088-.193-.152-.486-.19-.88zm.705 4.176c-.258 0-.484-.083-.676-.25-.194-.168-.29-.4-.29-.702 0-.262.092-.485.276-.67.184-.184.41-.276.676-.276.267 0 .494.092.683.277.188.183.282.406.282.668 0 .296-.095.53-.286.698-.19.17-.41.254-.665.254z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--report-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-report'%3E %3Cpath fill-rule='inherit' d='M8 16c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm-.74-7.566l-.203-3.04C7.02 4.8 7 4.373 7 4.116c0-.35.092-.625.276-.822.184-.197.426-.295.727-.295.364 0 .607.126.73.378.123.25.184.614.184 1.088 0 .28-.015.563-.044.85L8.6 8.447c-.03.373-.093.658-.19.857-.098.2-.26.3-.483.3-.23 0-.387-.098-.476-.29-.088-.193-.152-.486-.19-.88zm.705 4.176c-.258 0-.484-.083-.676-.25-.194-.168-.29-.4-.29-.702 0-.262.092-.485.276-.67.184-.184.41-.276.676-.276.267 0 .494.092.683.277.188.183.282.406.282.668 0 .296-.095.53-.286.698-.19.17-.41.254-.665.254z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--circle-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-circle'%3E %3Ccircle cx='8' cy='8' r='8' fill='' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--circle-success {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366a030'%3E %3Cg id='icon-circle'%3E %3Ccircle cx='8' cy='8' r='8' fill='' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--circle-warn-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2384000d'%3E %3Cg id='icon-circle'%3E %3Ccircle cx='8' cy='8' r='8' fill='' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--circle-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-circle'%3E %3Ccircle cx='8' cy='8' r='8' fill='' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--circle-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-circle'%3E %3Ccircle cx='8' cy='8' r='8' fill='' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--circle-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff837b'%3E %3Cg id='icon-circle'%3E %3Ccircle cx='8' cy='8' r='8' fill='' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--title {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-tcap'%3E %3Cpath fill-rule='inherit' d='M7 14.5V1l-3.7.4-.8 4.3H1L1.4 0h13.3l.3 5.7h-1.5l-.8-4.3L9 1v13.5l3.3.4v1H4v-1'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--title-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-tcap'%3E %3Cpath fill-rule='inherit' d='M7 14.5V1l-3.7.4-.8 4.3H1L1.4 0h13.3l.3 5.7h-1.5l-.8-4.3L9 1v13.5l3.3.4v1H4v-1'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--title-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-tcap'%3E %3Cpath fill-rule='inherit' d='M7 14.5V1l-3.7.4-.8 4.3H1L1.4 0h13.3l.3 5.7h-1.5l-.8-4.3L9 1v13.5l3.3.4v1H4v-1'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--title-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-tcap'%3E %3Cpath fill-rule='inherit' d='M7 14.5V1l-3.7.4-.8 4.3H1L1.4 0h13.3l.3 5.7h-1.5l-.8-4.3L9 1v13.5l3.3.4v1H4v-1'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--title-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-tcap'%3E %3Cpath fill-rule='inherit' d='M7 14.5V1l-3.7.4-.8 4.3H1L1.4 0h13.3l.3 5.7h-1.5l-.8-4.3L9 1v13.5l3.3.4v1H4v-1'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--textual {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-a'%3E %3Cpath fill-rule='inherit' d='M12.05 15.86c-1.83 0-2.5-1.22-2.67-1.76C8.15 15.37 6.53 16 4.53 16 1.78 16 1 13.86 1 12.64c0-2.37 2.8-4.28 8.42-5.75l.1-2.8c0-.86-.28-2.7-2.25-2.7-.68 0-1.05.1-1.73.45-1.08.57-.5 2.22-1.3 2.97-.42.38-.9.62-1.5.62-1.05 0-1.26-.84-1.26-1.2 0-.9.8-1.83 2.43-2.8C5.57.48 7.07 0 8.4 0c3.6 0 4.2 2.84 4.2 4.1l-.24 8.02c0 1.3.38 1.94 1.18 1.94 1.04 0 1.2-1 1.7-.54.55.47-.93 2.34-3.2 2.34zm-2.67-7.8c-3.38.78-5.06 2.04-5.06 3.8 0 1.63.64 2.45 1.9 2.45 1.73 0 2.88-1.1 3.02-1.6l.14-4.6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--textual-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-a'%3E %3Cpath fill-rule='inherit' d='M12.05 15.86c-1.83 0-2.5-1.22-2.67-1.76C8.15 15.37 6.53 16 4.53 16 1.78 16 1 13.86 1 12.64c0-2.37 2.8-4.28 8.42-5.75l.1-2.8c0-.86-.28-2.7-2.25-2.7-.68 0-1.05.1-1.73.45-1.08.57-.5 2.22-1.3 2.97-.42.38-.9.62-1.5.62-1.05 0-1.26-.84-1.26-1.2 0-.9.8-1.83 2.43-2.8C5.57.48 7.07 0 8.4 0c3.6 0 4.2 2.84 4.2 4.1l-.24 8.02c0 1.3.38 1.94 1.18 1.94 1.04 0 1.2-1 1.7-.54.55.47-.93 2.34-3.2 2.34zm-2.67-7.8c-3.38.78-5.06 2.04-5.06 3.8 0 1.63.64 2.45 1.9 2.45 1.73 0 2.88-1.1 3.02-1.6l.14-4.6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--textual-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-a'%3E %3Cpath fill-rule='inherit' d='M12.05 15.86c-1.83 0-2.5-1.22-2.67-1.76C8.15 15.37 6.53 16 4.53 16 1.78 16 1 13.86 1 12.64c0-2.37 2.8-4.28 8.42-5.75l.1-2.8c0-.86-.28-2.7-2.25-2.7-.68 0-1.05.1-1.73.45-1.08.57-.5 2.22-1.3 2.97-.42.38-.9.62-1.5.62-1.05 0-1.26-.84-1.26-1.2 0-.9.8-1.83 2.43-2.8C5.57.48 7.07 0 8.4 0c3.6 0 4.2 2.84 4.2 4.1l-.24 8.02c0 1.3.38 1.94 1.18 1.94 1.04 0 1.2-1 1.7-.54.55.47-.93 2.34-3.2 2.34zm-2.67-7.8c-3.38.78-5.06 2.04-5.06 3.8 0 1.63.64 2.45 1.9 2.45 1.73 0 2.88-1.1 3.02-1.6l.14-4.6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--textual-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-a'%3E %3Cpath fill-rule='inherit' d='M12.05 15.86c-1.83 0-2.5-1.22-2.67-1.76C8.15 15.37 6.53 16 4.53 16 1.78 16 1 13.86 1 12.64c0-2.37 2.8-4.28 8.42-5.75l.1-2.8c0-.86-.28-2.7-2.25-2.7-.68 0-1.05.1-1.73.45-1.08.57-.5 2.22-1.3 2.97-.42.38-.9.62-1.5.62-1.05 0-1.26-.84-1.26-1.2 0-.9.8-1.83 2.43-2.8C5.57.48 7.07 0 8.4 0c3.6 0 4.2 2.84 4.2 4.1l-.24 8.02c0 1.3.38 1.94 1.18 1.94 1.04 0 1.2-1 1.7-.54.55.47-.93 2.34-3.2 2.34zm-2.67-7.8c-3.38.78-5.06 2.04-5.06 3.8 0 1.63.64 2.45 1.9 2.45 1.73 0 2.88-1.1 3.02-1.6l.14-4.6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--textual-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-a'%3E %3Cpath fill-rule='inherit' d='M12.05 15.86c-1.83 0-2.5-1.22-2.67-1.76C8.15 15.37 6.53 16 4.53 16 1.78 16 1 13.86 1 12.64c0-2.37 2.8-4.28 8.42-5.75l.1-2.8c0-.86-.28-2.7-2.25-2.7-.68 0-1.05.1-1.73.45-1.08.57-.5 2.22-1.3 2.97-.42.38-.9.62-1.5.62-1.05 0-1.26-.84-1.26-1.2 0-.9.8-1.83 2.43-2.8C5.57.48 7.07 0 8.4 0c3.6 0 4.2 2.84 4.2 4.1l-.24 8.02c0 1.3.38 1.94 1.18 1.94 1.04 0 1.2-1 1.7-.54.55.47-.93 2.34-3.2 2.34zm-2.67-7.8c-3.38.78-5.06 2.04-5.06 3.8 0 1.63.64 2.45 1.9 2.45 1.73 0 2.88-1.1 3.02-1.6l.14-4.6z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--attached-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-attached-file'%3E %3Cpath fill-rule='inherit' d='M3.6 5H12c1.6 0 3 1.4 3 3s-1.4 3-3 3H3c-1 0-2-1-2-2s1-1.7 2-1.7h7.5c.4 0 .8.3.8.7 0 .4-.4.7-.8.7h-7v1h7c1 0 2-.7 2-1.7s-1-1.8-2-1.8H3c-1.7 0-3 1.3-3 3C0 10.6 1.3 12 3 12h9c2.2 0 4-1.8 4-4s-1.8-4-4-4H3.6v1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--attached-file-slate-300 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-attached-file'%3E %3Cpath fill-rule='inherit' d='M3.6 5H12c1.6 0 3 1.4 3 3s-1.4 3-3 3H3c-1 0-2-1-2-2s1-1.7 2-1.7h7.5c.4 0 .8.3.8.7 0 .4-.4.7-.8.7h-7v1h7c1 0 2-.7 2-1.7s-1-1.8-2-1.8H3c-1.7 0-3 1.3-3 3C0 10.6 1.3 12 3 12h9c2.2 0 4-1.8 4-4s-1.8-4-4-4H3.6v1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--attached-file-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-attached-file'%3E %3Cpath fill-rule='inherit' d='M3.6 5H12c1.6 0 3 1.4 3 3s-1.4 3-3 3H3c-1 0-2-1-2-2s1-1.7 2-1.7h7.5c.4 0 .8.3.8.7 0 .4-.4.7-.8.7h-7v1h7c1 0 2-.7 2-1.7s-1-1.8-2-1.8H3c-1.7 0-3 1.3-3 3C0 10.6 1.3 12 3 12h9c2.2 0 4-1.8 4-4s-1.8-4-4-4H3.6v1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--attached-file-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-attached-file'%3E %3Cpath fill-rule='inherit' d='M3.6 5H12c1.6 0 3 1.4 3 3s-1.4 3-3 3H3c-1 0-2-1-2-2s1-1.7 2-1.7h7.5c.4 0 .8.3.8.7 0 .4-.4.7-.8.7h-7v1h7c1 0 2-.7 2-1.7s-1-1.8-2-1.8H3c-1.7 0-3 1.3-3 3C0 10.6 1.3 12 3 12h9c2.2 0 4-1.8 4-4s-1.8-4-4-4H3.6v1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--comment {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-comment'%3E %3Cpath fill-rule='inherit' d='M.8 15.8c-.26-.06-.54-.13-.8-.22.54-.16 1.02-.4 1.43-.68.4.07.8.1 1.2.1.74 0 1.44-.15 2.1-.44l.4-.17.37.1c.8.3 1.63.43 2.5.43 3.87 0 7-3.14 7-7s-3.13-7-7-7S1 4.1 1 8c0 1.96.8 3.8 2.22 5.1l.68.63-.57.73c-.47.6-1.03 1.1-1.67 1.47-.3-.03-.57-.08-.85-.14l-.8-.3c.8-.22 1.4-.56 1.9-1 .27-.23.5-.47.7-.73C1 12.4 0 10.3 0 8c0-4.42 3.58-8 8-8s8 3.58 8 8-3.58 8-8 8c-1 0-1.97-.2-2.86-.53-.76.34-1.6.53-2.5.53C2 16 1.4 15.93.8 15.8zM3 7h10v1H3V7zm0 2h10v1H3V9z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--comment-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-comment'%3E %3Cpath fill-rule='inherit' d='M.8 15.8c-.26-.06-.54-.13-.8-.22.54-.16 1.02-.4 1.43-.68.4.07.8.1 1.2.1.74 0 1.44-.15 2.1-.44l.4-.17.37.1c.8.3 1.63.43 2.5.43 3.87 0 7-3.14 7-7s-3.13-7-7-7S1 4.1 1 8c0 1.96.8 3.8 2.22 5.1l.68.63-.57.73c-.47.6-1.03 1.1-1.67 1.47-.3-.03-.57-.08-.85-.14l-.8-.3c.8-.22 1.4-.56 1.9-1 .27-.23.5-.47.7-.73C1 12.4 0 10.3 0 8c0-4.42 3.58-8 8-8s8 3.58 8 8-3.58 8-8 8c-1 0-1.97-.2-2.86-.53-.76.34-1.6.53-2.5.53C2 16 1.4 15.93.8 15.8zM3 7h10v1H3V7zm0 2h10v1H3V9z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--public {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366a030'%3E %3Cg id='icon-public'%3E %3Cpath d='M0 8c0-4.418278 3.581722-8 8-8s8 3.581722 8 8-3.581722 8-8 8-8-3.581722-8-8zm6.03722395 6.7210859C3.12662535 13.8725243 1.00000065 11.1846121 1.00000065 8c0-.54562214.06242545-1.07666402.1805238-1.5863731L5 8.61880216v.39041988C5 9.54902484 5.4435864 10 5.99077797 10H7v2.009222C7 12.5490248 7.45190985 13 8.0093689 13H9v1.0000425C8.9968804 14.0000142 8.9937574 14 8.9906311 14H7.0093689c-.46931302 0-.8542964.3049625-.97214495.7210859zm6.95877685-1.8180263C14.2355426 11.6401694 14.9999994 9.90935892 14.9999994 8c0-.33952134-.024172-.67339702-.0708889-1h-.9320804C13.4463856 7 13 6.5469637 13 6.00296986v-2.9019517c-.8197181-.8365143-1.8476834-1.4681926-3-1.81113882V4h.009222C10.5564136 4 11 4.45097518 11 4.99077797V12h.9906311c.5269684 0 .959618.4029914 1.0053697.9030596z' fill-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--check-text {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-valid'%3E %3Cpath fill-rule='inherit' d='M2.4 6.6L1 8l5.3 5.4L15 4.7l-1.4-1.4-7.3 7.3'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--check-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-valid'%3E %3Cpath fill-rule='inherit' d='M2.4 6.6L1 8l5.3 5.4L15 4.7l-1.4-1.4-7.3 7.3'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--check-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-valid'%3E %3Cpath fill-rule='inherit' d='M2.4 6.6L1 8l5.3 5.4L15 4.7l-1.4-1.4-7.3 7.3'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--check-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-valid'%3E %3Cpath fill-rule='inherit' d='M2.4 6.6L1 8l5.3 5.4L15 4.7l-1.4-1.4-7.3 7.3'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--check-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-valid'%3E %3Cpath fill-rule='inherit' d='M2.4 6.6L1 8l5.3 5.4L15 4.7l-1.4-1.4-7.3 7.3'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--check-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23000'%3E %3Cg id='icon-valid'%3E %3Cpath fill-rule='inherit' d='M2.4 6.6L1 8l5.3 5.4L15 4.7l-1.4-1.4-7.3 7.3'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--check-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-valid'%3E %3Cpath fill-rule='inherit' d='M2.4 6.6L1 8l5.3 5.4L15 4.7l-1.4-1.4-7.3 7.3'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--check, .icon--check-success {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366a030'%3E %3Cg id='icon-valid'%3E %3Cpath fill-rule='inherit' d='M2.4 6.6L1 8l5.3 5.4L15 4.7l-1.4-1.4-7.3 7.3'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--check-double-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cpath fill='' fill-rule='evenodd' d='m.25 8.747 3.727 3.726.94-.946-3.72-3.72m13.606-4.28-7.053 7.06-2.773-2.78-.954.94 3.727 3.726 8-8m-3.773 0-.94-.946L6.803 7.76l.947.94z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--checkbox-slate-300 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cpath fill-rule='evenodd' d='M12.667 12.667H3.333V3.333H10V2H3.333C2.593 2 2 2.593 2 3.333v9.334C2 13.403 2.597 14 3.333 14h9.334c.736 0 1.333-.597 1.333-1.333V7.333h-1.333M5.273 6.72l-.94.947 3 3L14 4l-.94-.947L7.333 8.78Z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--radio-slate-300 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23516e7b' viewBox='0 0 16 16'%3E %3Cpath fill='' fill-rule='evenodd' d='M8 13.333A5.333 5.333 0 1 1 8 2.667a5.333 5.333 0 0 1 0 10.666zm0-12a6.667 6.667 0 1 0 0 13.334A6.667 6.667 0 0 0 8 1.333zm0 3.334a3.333 3.333 0 1 0 0 6.666 3.333 3.333 0 0 0 0-6.666z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--select-slate-300 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cpath d='M1 1v14h9V6h5V1H1zm1 1h7v3H2V2zm8 0h4v3h-4V2zM2 6h7v8H2V6z' stroke-width='1'/%3E %3Cpath d='M3 8h5v1H3zM3 11h5v1H3z' stroke-width='1'/%3E %3Cpath fill-rule='evenodd' d='m13 3-1 1-1-1Z' clip-rule='evenodd' fill=''/%3E %3C/svg%3E")
    }

    .icon--123-slate-900 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-123'%3E %3Ccircle cx='8' cy='8' r='8'/%3E %3Cg%3E %3Cpath d='M5.11 10.277h-.963V7.644l.01-.433.015-.473q-.24.24-.333.314l-.523.42-.464-.579 1.466-1.167h.791zm4.442 0H6.37v-.669l1.143-1.155q.507-.52.663-.72.156-.202.224-.373.069-.171.069-.355 0-.274-.153-.408-.15-.133-.402-.133-.264 0-.513.121-.25.121-.52.346l-.523-.62q.336-.286.557-.405.221-.118.483-.18.261-.066.585-.066.426 0 .753.156t.508.436q.18.28.18.641 0 .315-.112.592-.109.274-.342.563-.23.29-.816.825l-.585.551v.044h1.983zm3.462-3.533q0 .426-.258.725-.259.3-.726.411v.02q.551.068.835.336.283.265.283.716 0 .657-.476 1.024-.477.365-1.36.365-.742 0-1.315-.246v-.82q.265.135.582.219.318.084.63.084.476 0 .703-.162.227-.162.227-.52 0-.32-.261-.454-.262-.134-.835-.134h-.345V7.57h.352q.529 0 .772-.137.246-.14.246-.477 0-.516-.648-.516-.224 0-.458.074-.23.075-.513.259l-.446-.663q.623-.449 1.486-.449.706 0 1.114.287.411.286.411.797z' style='fill:rgba(0,0,0,.7)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--drag-vertical-slate-300 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cpath fill-rule='evenodd' d='M6 2h1.333v1.333H6Zm2.667 0H10v1.333H8.667ZM6 4.667h1.333V6H6Zm2.667 0H10V6H8.667ZM6 7.333h1.333v1.334H6Zm2.667 0H10v1.334H8.667ZM6 10h1.333v1.333H6Zm2.667 0H10v1.333H8.667ZM6 12.667h1.333V14H6Zm2.667 0H10V14H8.667Z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--check-rounded-text {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-valid--rounded'%3E %3Ccircle fill='%23fff' r='8' cx='8' cy='8'/%3E %3Cpath fill-rule='inherit' d='M12.406 4.094l-5.5 5.5-3.312-3.219-1.531 1.563 4.874 4.718 7.032-7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--check-rounded-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-valid--rounded'%3E %3Ccircle fill='%23fff' r='8' cx='8' cy='8'/%3E %3Cpath fill-rule='inherit' d='M12.406 4.094l-5.5 5.5-3.312-3.219-1.531 1.563 4.874 4.718 7.032-7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--check-rounded-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-valid--rounded'%3E %3Ccircle fill='%23fff' r='8' cx='8' cy='8'/%3E %3Cpath fill-rule='inherit' d='M12.406 4.094l-5.5 5.5-3.312-3.219-1.531 1.563 4.874 4.718 7.032-7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--check-rounded-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-valid--rounded'%3E %3Ccircle fill='%23fff' r='8' cx='8' cy='8'/%3E %3Cpath fill-rule='inherit' d='M12.406 4.094l-5.5 5.5-3.312-3.219-1.531 1.563 4.874 4.718 7.032-7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--check-rounded, .icon--check-rounded-success {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366a030'%3E %3Cg id='icon-valid--rounded'%3E %3Ccircle fill='%23fff' r='8' cx='8' cy='8'/%3E %3Cpath fill-rule='inherit' d='M12.406 4.094l-5.5 5.5-3.312-3.219-1.531 1.563 4.874 4.718 7.032-7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--check-rounded-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-valid--rounded'%3E %3Ccircle fill='%23fff' r='8' cx='8' cy='8'/%3E %3Cpath fill-rule='inherit' d='M12.406 4.094l-5.5 5.5-3.312-3.219-1.531 1.563 4.874 4.718 7.032-7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--check-rounded-2-success {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366a030'%3E %3Cg id='icon-valid-rounded-2'%3E %3Ccircle fill-rule='inherit' r='8' cx='8' cy='8'/%3E %3Cpath fill='%23fff' d='M12.406 4.094l-5.5 5.5-3.312-3.219-1.531 1.563 4.874 4.718 7.032-7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--activity {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg fill-rule='evenodd' id='icon-activity'%3E %3Ccircle cx='4' cy='4' r='4'/%3E %3Cpath d='M11 5h5v5h-5zM7.5 7l4.5 9H3'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--activity-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg fill-rule='evenodd' id='icon-activity'%3E %3Ccircle cx='4' cy='4' r='4'/%3E %3Cpath d='M11 5h5v5h-5zM7.5 7l4.5 9H3'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--activity-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg fill-rule='evenodd' id='icon-activity'%3E %3Ccircle cx='4' cy='4' r='4'/%3E %3Cpath d='M11 5h5v5h-5zM7.5 7l4.5 9H3'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--activity-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg fill-rule='evenodd' id='icon-activity'%3E %3Ccircle cx='4' cy='4' r='4'/%3E %3Cpath d='M11 5h5v5h-5zM7.5 7l4.5 9H3'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--activity-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg fill-rule='evenodd' id='icon-activity'%3E %3Ccircle cx='4' cy='4' r='4'/%3E %3Cpath d='M11 5h5v5h-5zM7.5 7l4.5 9H3'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--edit, .icon--edit-comp-darker {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-edit'%3E %3Cpath fill-rule='evenodd' d='M3.6 12.02l-.7-.7 7.77-7.78.7.7-7.77 7.78zm.7.7l.7.72 7.8-7.78-.72-.7-7.78 7.77zm-2.12-2.1l-.7-.72 7.77-7.78.7.7-7.77 7.8zM13.5 4.94l1.4-1.4L11.38 0l-1.4 1.4 3.53 3.55zM.77 14.14V10.6l3.53 3.54H.77zM7 13h9v1H7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--edit-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-edit'%3E %3Cpath fill-rule='evenodd' d='M3.6 12.02l-.7-.7 7.77-7.78.7.7-7.77 7.78zm.7.7l.7.72 7.8-7.78-.72-.7-7.78 7.77zm-2.12-2.1l-.7-.72 7.77-7.78.7.7-7.77 7.8zM13.5 4.94l1.4-1.4L11.38 0l-1.4 1.4 3.53 3.55zM.77 14.14V10.6l3.53 3.54H.77zM7 13h9v1H7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--edit-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-edit'%3E %3Cpath fill-rule='evenodd' d='M3.6 12.02l-.7-.7 7.77-7.78.7.7-7.77 7.78zm.7.7l.7.72 7.8-7.78-.72-.7-7.78 7.77zm-2.12-2.1l-.7-.72 7.77-7.78.7.7-7.77 7.8zM13.5 4.94l1.4-1.4L11.38 0l-1.4 1.4 3.53 3.55zM.77 14.14V10.6l3.53 3.54H.77zM7 13h9v1H7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--edit-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-edit'%3E %3Cpath fill-rule='evenodd' d='M3.6 12.02l-.7-.7 7.77-7.78.7.7-7.77 7.78zm.7.7l.7.72 7.8-7.78-.72-.7-7.78 7.77zm-2.12-2.1l-.7-.72 7.77-7.78.7.7-7.77 7.8zM13.5 4.94l1.4-1.4L11.38 0l-1.4 1.4 3.53 3.55zM.77 14.14V10.6l3.53 3.54H.77zM7 13h9v1H7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--edit-comp-lighter {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23f3f5f6'%3E %3Cg id='icon-edit'%3E %3Cpath fill-rule='evenodd' d='M3.6 12.02l-.7-.7 7.77-7.78.7.7-7.77 7.78zm.7.7l.7.72 7.8-7.78-.72-.7-7.78 7.77zm-2.12-2.1l-.7-.72 7.77-7.78.7.7-7.77 7.8zM13.5 4.94l1.4-1.4L11.38 0l-1.4 1.4 3.53 3.55zM.77 14.14V10.6l3.53 3.54H.77zM7 13h9v1H7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--edit-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-edit'%3E %3Cpath fill-rule='evenodd' d='M3.6 12.02l-.7-.7 7.77-7.78.7.7-7.77 7.78zm.7.7l.7.72 7.8-7.78-.72-.7-7.78 7.77zm-2.12-2.1l-.7-.72 7.77-7.78.7.7-7.77 7.8zM13.5 4.94l1.4-1.4L11.38 0l-1.4 1.4 3.53 3.55zM.77 14.14V10.6l3.53 3.54H.77zM7 13h9v1H7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--edit-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-edit'%3E %3Cpath fill-rule='evenodd' d='M3.6 12.02l-.7-.7 7.77-7.78.7.7-7.77 7.78zm.7.7l.7.72 7.8-7.78-.72-.7-7.78 7.77zm-2.12-2.1l-.7-.72 7.77-7.78.7.7-7.77 7.8zM13.5 4.94l1.4-1.4L11.38 0l-1.4 1.4 3.53 3.55zM.77 14.14V10.6l3.53 3.54H.77zM7 13h9v1H7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--edit-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-edit'%3E %3Cpath fill-rule='evenodd' d='M3.6 12.02l-.7-.7 7.77-7.78.7.7-7.77 7.78zm.7.7l.7.72 7.8-7.78-.72-.7-7.78 7.77zm-2.12-2.1l-.7-.72 7.77-7.78.7.7-7.77 7.8zM13.5 4.94l1.4-1.4L11.38 0l-1.4 1.4 3.53 3.55zM.77 14.14V10.6l3.53 3.54H.77zM7 13h9v1H7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--edit-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-edit'%3E %3Cpath fill-rule='evenodd' d='M3.6 12.02l-.7-.7 7.77-7.78.7.7-7.77 7.78zm.7.7l.7.72 7.8-7.78-.72-.7-7.78 7.77zm-2.12-2.1l-.7-.72 7.77-7.78.7.7-7.77 7.8zM13.5 4.94l1.4-1.4L11.38 0l-1.4 1.4 3.53 3.55zM.77 14.14V10.6l3.53 3.54H.77zM7 13h9v1H7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--cards {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' stroke='%23243238'%3E %3Cg id='icon-cards'%3E %3Cpath fill='none' stroke='inherit' d='M1.5 1.5h5v5h-5zm0 8h5v5h-5zm8-8h5v5h-5zm0 8h5v5h-5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--cards-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' stroke='%23fff'%3E %3Cg id='icon-cards'%3E %3Cpath fill='none' stroke='inherit' d='M1.5 1.5h5v5h-5zm0 8h5v5h-5zm8-8h5v5h-5zm0 8h5v5h-5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--cards-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' stroke='%23006dcc'%3E %3Cg id='icon-cards'%3E %3Cpath fill='none' stroke='inherit' d='M1.5 1.5h5v5h-5zm0 8h5v5h-5zm8-8h5v5h-5zm0 8h5v5h-5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--cards-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' stroke='%23bf0013'%3E %3Cg id='icon-cards'%3E %3Cpath fill='none' stroke='inherit' d='M1.5 1.5h5v5h-5zm0 8h5v5h-5zm8-8h5v5h-5zm0 8h5v5h-5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--cards-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' stroke='%23ff6c3b'%3E %3Cg id='icon-cards'%3E %3Cpath fill='none' stroke='inherit' d='M1.5 1.5h5v5h-5zm0 8h5v5h-5zm8-8h5v5h-5zm0 8h5v5h-5z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--list {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' stroke='%23243238' fill='%23243238'%3E %3Cg id='icon-list'%3E %3Cpath fill='none' stroke='inherit' d='M.5 3.5h15m-15 3h15m-15 3h15m-15 3h15'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--list-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' stroke='%23fff' fill='%23fff'%3E %3Cg id='icon-list'%3E %3Cpath fill='none' stroke='inherit' d='M.5 3.5h15m-15 3h15m-15 3h15m-15 3h15'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--list-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' stroke='%23006dcc' fill='%23006dcc'%3E %3Cg id='icon-list'%3E %3Cpath fill='none' stroke='inherit' d='M.5 3.5h15m-15 3h15m-15 3h15m-15 3h15'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--list-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' stroke='%23bf0013' fill='%23bf0013'%3E %3Cg id='icon-list'%3E %3Cpath fill='none' stroke='inherit' d='M.5 3.5h15m-15 3h15m-15 3h15m-15 3h15'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--list-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' stroke='%23ff6c3b' fill='%23ff6c3b'%3E %3Cg id='icon-list'%3E %3Cpath fill='none' stroke='inherit' d='M.5 3.5h15m-15 3h15m-15 3h15m-15 3h15'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--broadcast {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238' stroke='%23243238'%3E %3Cg id='icon-broadcast'%3E %3Cpath fill-rule='inherit' d='M10 5L6 8V2' stroke='none'/%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath stroke='inherit' d='M.692 2.55l-.027.102c-.008.02-.036.16-.07.454C.535 3.64.5 4.424.5 5.5s.036 1.86.096 2.394c.033.295.06.433.07.454l.027.108c.118.857.97 1.686 1.897 1.806.1.024.393.068.937.113.932.078 2.236.125 3.973.125 1.737 0 3.04-.047 3.966-.124.54-.045.83-.088.993-.124.87-.1 1.71-.924 1.84-1.803l.027-.11c.01-.02.036-.16.07-.454.06-.534.095-1.318.095-2.394S14.46 3.636 14.4 3.1c-.034-.294-.06-.432-.07-.453l-.03-.107c-.118-.858-.97-1.687-1.897-1.807-.1-.024-.394-.068-.938-.113C10.54.55 9.235.5 7.5.5S4.46.547 3.534.624c-.54.045-.83.088-.993.124C1.67.848.83 1.672.7 2.55z'/%3E %3Cpath stroke='inherit' d='M5.648 14.913l2.2-3.96 2.33 4.036' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--broadcast-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff' stroke='%23fff'%3E %3Cg id='icon-broadcast'%3E %3Cpath fill-rule='inherit' d='M10 5L6 8V2' stroke='none'/%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath stroke='inherit' d='M.692 2.55l-.027.102c-.008.02-.036.16-.07.454C.535 3.64.5 4.424.5 5.5s.036 1.86.096 2.394c.033.295.06.433.07.454l.027.108c.118.857.97 1.686 1.897 1.806.1.024.393.068.937.113.932.078 2.236.125 3.973.125 1.737 0 3.04-.047 3.966-.124.54-.045.83-.088.993-.124.87-.1 1.71-.924 1.84-1.803l.027-.11c.01-.02.036-.16.07-.454.06-.534.095-1.318.095-2.394S14.46 3.636 14.4 3.1c-.034-.294-.06-.432-.07-.453l-.03-.107c-.118-.858-.97-1.687-1.897-1.807-.1-.024-.394-.068-.938-.113C10.54.55 9.235.5 7.5.5S4.46.547 3.534.624c-.54.045-.83.088-.993.124C1.67.848.83 1.672.7 2.55z'/%3E %3Cpath stroke='inherit' d='M5.648 14.913l2.2-3.96 2.33 4.036' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--broadcast-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc' stroke='%23006dcc'%3E %3Cg id='icon-broadcast'%3E %3Cpath fill-rule='inherit' d='M10 5L6 8V2' stroke='none'/%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath stroke='inherit' d='M.692 2.55l-.027.102c-.008.02-.036.16-.07.454C.535 3.64.5 4.424.5 5.5s.036 1.86.096 2.394c.033.295.06.433.07.454l.027.108c.118.857.97 1.686 1.897 1.806.1.024.393.068.937.113.932.078 2.236.125 3.973.125 1.737 0 3.04-.047 3.966-.124.54-.045.83-.088.993-.124.87-.1 1.71-.924 1.84-1.803l.027-.11c.01-.02.036-.16.07-.454.06-.534.095-1.318.095-2.394S14.46 3.636 14.4 3.1c-.034-.294-.06-.432-.07-.453l-.03-.107c-.118-.858-.97-1.687-1.897-1.807-.1-.024-.394-.068-.938-.113C10.54.55 9.235.5 7.5.5S4.46.547 3.534.624c-.54.045-.83.088-.993.124C1.67.848.83 1.672.7 2.55z'/%3E %3Cpath stroke='inherit' d='M5.648 14.913l2.2-3.96 2.33 4.036' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--broadcast-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013' stroke='%23bf0013'%3E %3Cg id='icon-broadcast'%3E %3Cpath fill-rule='inherit' d='M10 5L6 8V2' stroke='none'/%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath stroke='inherit' d='M.692 2.55l-.027.102c-.008.02-.036.16-.07.454C.535 3.64.5 4.424.5 5.5s.036 1.86.096 2.394c.033.295.06.433.07.454l.027.108c.118.857.97 1.686 1.897 1.806.1.024.393.068.937.113.932.078 2.236.125 3.973.125 1.737 0 3.04-.047 3.966-.124.54-.045.83-.088.993-.124.87-.1 1.71-.924 1.84-1.803l.027-.11c.01-.02.036-.16.07-.454.06-.534.095-1.318.095-2.394S14.46 3.636 14.4 3.1c-.034-.294-.06-.432-.07-.453l-.03-.107c-.118-.858-.97-1.687-1.897-1.807-.1-.024-.394-.068-.938-.113C10.54.55 9.235.5 7.5.5S4.46.547 3.534.624c-.54.045-.83.088-.993.124C1.67.848.83 1.672.7 2.55z'/%3E %3Cpath stroke='inherit' d='M5.648 14.913l2.2-3.96 2.33 4.036' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--broadcast-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b' stroke='%23ff6c3b'%3E %3Cg id='icon-broadcast'%3E %3Cpath fill-rule='inherit' d='M10 5L6 8V2' stroke='none'/%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath stroke='inherit' d='M.692 2.55l-.027.102c-.008.02-.036.16-.07.454C.535 3.64.5 4.424.5 5.5s.036 1.86.096 2.394c.033.295.06.433.07.454l.027.108c.118.857.97 1.686 1.897 1.806.1.024.393.068.937.113.932.078 2.236.125 3.973.125 1.737 0 3.04-.047 3.966-.124.54-.045.83-.088.993-.124.87-.1 1.71-.924 1.84-1.803l.027-.11c.01-.02.036-.16.07-.454.06-.534.095-1.318.095-2.394S14.46 3.636 14.4 3.1c-.034-.294-.06-.432-.07-.453l-.03-.107c-.118-.858-.97-1.687-1.897-1.807-.1-.024-.394-.068-.938-.113C10.54.55 9.235.5 7.5.5S4.46.547 3.534.624c-.54.045-.83.088-.993.124C1.67.848.83 1.672.7 2.55z'/%3E %3Cpath stroke='inherit' d='M5.648 14.913l2.2-3.96 2.33 4.036' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--network {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff' stroke='%23243238'%3E %3Cg id='icon-network'%3E %3Cpath stroke='inherit' d='M.5 3.5h3v3h-3z' fill-rule='inherit'/%3E %3Cpath stroke='inherit' d='M8.5.5h3v3h-3z' fill-rule='inherit'/%3E %3Cpath stroke='inherit' d='M12.5 6.5h3v3h-3z' fill-inherit='inherit'/%3E %3Cpath stroke='inherit' d='M6.5 12.5h3v3h-3z' fill-inherit='inherit'/%3E %3Cpath stroke='inherit' d='M8.5 12.5v-9' stroke-linecap='square' fill='none'/%3E %3Cpath stroke='inherit' d='M3.5 6v8.5H7M12.5 9v5.5H9' fill='none'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--network-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff' stroke='%23fff'%3E %3Cg id='icon-network'%3E %3Cpath stroke='inherit' d='M.5 3.5h3v3h-3z' fill-rule='inherit'/%3E %3Cpath stroke='inherit' d='M8.5.5h3v3h-3z' fill-rule='inherit'/%3E %3Cpath stroke='inherit' d='M12.5 6.5h3v3h-3z' fill-inherit='inherit'/%3E %3Cpath stroke='inherit' d='M6.5 12.5h3v3h-3z' fill-inherit='inherit'/%3E %3Cpath stroke='inherit' d='M8.5 12.5v-9' stroke-linecap='square' fill='none'/%3E %3Cpath stroke='inherit' d='M3.5 6v8.5H7M12.5 9v5.5H9' fill='none'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--network-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff' stroke='%23006dcc'%3E %3Cg id='icon-network'%3E %3Cpath stroke='inherit' d='M.5 3.5h3v3h-3z' fill-rule='inherit'/%3E %3Cpath stroke='inherit' d='M8.5.5h3v3h-3z' fill-rule='inherit'/%3E %3Cpath stroke='inherit' d='M12.5 6.5h3v3h-3z' fill-inherit='inherit'/%3E %3Cpath stroke='inherit' d='M6.5 12.5h3v3h-3z' fill-inherit='inherit'/%3E %3Cpath stroke='inherit' d='M8.5 12.5v-9' stroke-linecap='square' fill='none'/%3E %3Cpath stroke='inherit' d='M3.5 6v8.5H7M12.5 9v5.5H9' fill='none'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--network-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff' stroke='%23bf0013'%3E %3Cg id='icon-network'%3E %3Cpath stroke='inherit' d='M.5 3.5h3v3h-3z' fill-rule='inherit'/%3E %3Cpath stroke='inherit' d='M8.5.5h3v3h-3z' fill-rule='inherit'/%3E %3Cpath stroke='inherit' d='M12.5 6.5h3v3h-3z' fill-inherit='inherit'/%3E %3Cpath stroke='inherit' d='M6.5 12.5h3v3h-3z' fill-inherit='inherit'/%3E %3Cpath stroke='inherit' d='M8.5 12.5v-9' stroke-linecap='square' fill='none'/%3E %3Cpath stroke='inherit' d='M3.5 6v8.5H7M12.5 9v5.5H9' fill='none'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--network-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff' stroke='%23ff6c3b'%3E %3Cg id='icon-network'%3E %3Cpath stroke='inherit' d='M.5 3.5h3v3h-3z' fill-rule='inherit'/%3E %3Cpath stroke='inherit' d='M8.5.5h3v3h-3z' fill-rule='inherit'/%3E %3Cpath stroke='inherit' d='M12.5 6.5h3v3h-3z' fill-inherit='inherit'/%3E %3Cpath stroke='inherit' d='M6.5 12.5h3v3h-3z' fill-inherit='inherit'/%3E %3Cpath stroke='inherit' d='M8.5 12.5v-9' stroke-linecap='square' fill='none'/%3E %3Cpath stroke='inherit' d='M3.5 6v8.5H7M12.5 9v5.5H9' fill='none'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--pagedown {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-page-down' fill-rule='evenodd'%3E %3Cpath d='M7 0h1v15H7z'/%3E %3Cpath d='M2.5 9.65l-.7.7L7.46 16l5.65-5.63-.7-.7-4.9 4.93-5-4.93z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--pagedown-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-page-down' fill-rule='evenodd'%3E %3Cpath d='M7 0h1v15H7z'/%3E %3Cpath d='M2.5 9.65l-.7.7L7.46 16l5.65-5.63-.7-.7-4.9 4.93-5-4.93z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--pagedown-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-page-down' fill-rule='evenodd'%3E %3Cpath d='M7 0h1v15H7z'/%3E %3Cpath d='M2.5 9.65l-.7.7L7.46 16l5.65-5.63-.7-.7-4.9 4.93-5-4.93z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--pageup {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg fill-rule='evenodd' id='icon-page-up'%3E %3Cpath d='M8 16H7V1h1z'/%3E %3Cpath d='M12.5 6.35l.7-.7L7.54-.02 1.9 5.63l.7.7L7.53 1.4l4.95 4.95z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--pageup-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg fill-rule='evenodd' id='icon-page-up'%3E %3Cpath d='M8 16H7V1h1z'/%3E %3Cpath d='M12.5 6.35l.7-.7L7.54-.02 1.9 5.63l.7.7L7.53 1.4l4.95 4.95z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--pageup-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg fill-rule='evenodd' id='icon-page-up'%3E %3Cpath d='M8 16H7V1h1z'/%3E %3Cpath d='M12.5 6.35l.7-.7L7.54-.02 1.9 5.63l.7.7L7.53 1.4l4.95 4.95z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--postpone {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-postpone'%3E %3Ccircle cx='2' cy='5' r='1.5' stroke='inherit'/%3E %3Ccircle cx='2' cy='5' r='1' fill='%23fff'/%3E %3Cpath d='M4.8 5L9 .8v8.4 M8 4h8v2H8z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--postpone-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-postpone'%3E %3Ccircle cx='2' cy='5' r='1.5' stroke='inherit'/%3E %3Ccircle cx='2' cy='5' r='1' fill='%23fff'/%3E %3Cpath d='M4.8 5L9 .8v8.4 M8 4h8v2H8z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--postpone-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-postpone'%3E %3Ccircle cx='2' cy='5' r='1.5' stroke='inherit'/%3E %3Ccircle cx='2' cy='5' r='1' fill='%23fff'/%3E %3Cpath d='M4.8 5L9 .8v8.4 M8 4h8v2H8z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--prepone {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-prepone'%3E %3Ccircle cx='14' cy='8' r='1.5' stroke='inherit'/%3E %3Ccircle cx='14' cy='8' r='1' fill='%23fff'/%3E %3Cpath d='M7 9v3.2L11.2 8 7 3.8V7H0v2h7z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--prepone-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-prepone'%3E %3Ccircle cx='14' cy='8' r='1.5' stroke='inherit'/%3E %3Ccircle cx='14' cy='8' r='1' fill='%23fff'/%3E %3Cpath d='M7 9v3.2L11.2 8 7 3.8V7H0v2h7z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--prepone-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-prepone'%3E %3Ccircle cx='14' cy='8' r='1.5' stroke='inherit'/%3E %3Ccircle cx='14' cy='8' r='1' fill='%23fff'/%3E %3Cpath d='M7 9v3.2L11.2 8 7 3.8V7H0v2h7z' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--push {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-push'%3E %3Cpath d='M0 7h9v4H0zm10 5.3v2l5.7-5.6L10 3v2l3.7 3.7-3.7 3.6z M6.4 2.3l6.4 6.4L6.4 15' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--push-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-push'%3E %3Cpath d='M0 7h9v4H0zm10 5.3v2l5.7-5.6L10 3v2l3.7 3.7-3.7 3.6z M6.4 2.3l6.4 6.4L6.4 15' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--push-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-push'%3E %3Cpath d='M0 7h9v4H0zm10 5.3v2l5.7-5.6L10 3v2l3.7 3.7-3.7 3.6z M6.4 2.3l6.4 6.4L6.4 15' fill-rule='inherit'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--table {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238' stroke='%23243238'%3E %3Cg id='icon-table'%3E %3Cpath stroke='inherit' d='M.5.5h15v15H.5z' fill='%23fff'/%3E %3Cpath fill-rule='inherit' d='M10 13H6v3H5v-3H0v-1h5v-2H0V9h5V7H0V6h5V4H0V3h5V0h1v3h4V0h1v3h5v1h-5v2h5v1h-5v2h5v1h-5v2h5v1h-5v3h-1v-3zm0-1v-2H6v2h4zm0-3V7H6v2h4zm0-3V4H6v2h4' stroke='none'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--table-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff' stroke='%23fff'%3E %3Cg id='icon-table'%3E %3Cpath stroke='inherit' d='M.5.5h15v15H.5z' fill='%23fff'/%3E %3Cpath fill-rule='inherit' d='M10 13H6v3H5v-3H0v-1h5v-2H0V9h5V7H0V6h5V4H0V3h5V0h1v3h4V0h1v3h5v1h-5v2h5v1h-5v2h5v1h-5v2h5v1h-5v3h-1v-3zm0-1v-2H6v2h4zm0-3V7H6v2h4zm0-3V4H6v2h4' stroke='none'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--table-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc' stroke='%23006dcc'%3E %3Cg id='icon-table'%3E %3Cpath stroke='inherit' d='M.5.5h15v15H.5z' fill='%23fff'/%3E %3Cpath fill-rule='inherit' d='M10 13H6v3H5v-3H0v-1h5v-2H0V9h5V7H0V6h5V4H0V3h5V0h1v3h4V0h1v3h5v1h-5v2h5v1h-5v2h5v1h-5v2h5v1h-5v3h-1v-3zm0-1v-2H6v2h4zm0-3V7H6v2h4zm0-3V4H6v2h4' stroke='none'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--table-slate-300 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b' stroke='%23516e7b'%3E %3Cg id='icon-table'%3E %3Cpath stroke='inherit' d='M.5.5h15v15H.5z' fill='%23fff'/%3E %3Cpath fill-rule='inherit' d='M10 13H6v3H5v-3H0v-1h5v-2H0V9h5V7H0V6h5V4H0V3h5V0h1v3h4V0h1v3h5v1h-5v2h5v1h-5v2h5v1h-5v2h5v1h-5v3h-1v-3zm0-1v-2H6v2h4zm0-3V7H6v2h4zm0-3V4H6v2h4' stroke='none'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--todo {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-todo'%3E %3Cpath fill='%23fff' d='M7 0h9v9H7z'/%3E %3Cpath fill-rule='inherit' d='M0 6h10v10H0V6zm2.7 3.87l-.7.7 2.93 2.94 3.8-3.8-.7-.7-3.1 3.1L2.7 9.88z M7 0h9v9h-5V8h4V1H8v4H7'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--todo-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-todo'%3E %3Cpath fill='%23fff' d='M7 0h9v9H7z'/%3E %3Cpath fill-rule='inherit' d='M0 6h10v10H0V6zm2.7 3.87l-.7.7 2.93 2.94 3.8-3.8-.7-.7-3.1 3.1L2.7 9.88z M7 0h9v9h-5V8h4V1H8v4H7'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--todo-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-todo'%3E %3Cpath fill='%23fff' d='M7 0h9v9H7z'/%3E %3Cpath fill-rule='inherit' d='M0 6h10v10H0V6zm2.7 3.87l-.7.7 2.93 2.94 3.8-3.8-.7-.7-3.1 3.1L2.7 9.88z M7 0h9v9h-5V8h4V1H8v4H7'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--treeview {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-treeview'%3E %3Cpath fill-rule='inherit' d='M6 3h10v1H6zm0 10h10v1H6zm3-5h7v1H9zM3 2V1H0v4h5V2H3zm3 5V6H3v4h5V7H6zm-3 5v-1H0v4h5v-3H3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--treeview-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-treeview'%3E %3Cpath fill-rule='inherit' d='M6 3h10v1H6zm0 10h10v1H6zm3-5h7v1H9zM3 2V1H0v4h5V2H3zm3 5V6H3v4h5V7H6zm-3 5v-1H0v4h5v-3H3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--treeview-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-treeview'%3E %3Cpath fill-rule='inherit' d='M6 3h10v1H6zm0 10h10v1H6zm3-5h7v1H9zM3 2V1H0v4h5V2H3zm3 5V6H3v4h5V7H6zm-3 5v-1H0v4h5v-3H3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--share {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-share'%3E %3Cpath fill-rule='inherit' d='M4.67 6.26L11 2.76V2.5C11 1.12 12.12 0 13.5 0S16 1.12 16 2.5 14.88 5 13.5 5c-.8 0-1.5-.36-1.94-.93L5 7.67c-.02.2-.06.4-.12.6l6.68 3.66C12 11.36 12.7 11 13.5 11c1.38 0 2.5 1.12 2.5 2.5S14.88 16 13.5 16 11 14.88 11 13.5v-.27l-6.9-3.8c-.44.36-1 .57-1.6.57C1.12 10 0 8.88 0 7.5S1.12 5 2.5 5c.93 0 1.74.5 2.17 1.26z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--share-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-share'%3E %3Cpath fill-rule='inherit' d='M4.67 6.26L11 2.76V2.5C11 1.12 12.12 0 13.5 0S16 1.12 16 2.5 14.88 5 13.5 5c-.8 0-1.5-.36-1.94-.93L5 7.67c-.02.2-.06.4-.12.6l6.68 3.66C12 11.36 12.7 11 13.5 11c1.38 0 2.5 1.12 2.5 2.5S14.88 16 13.5 16 11 14.88 11 13.5v-.27l-6.9-3.8c-.44.36-1 .57-1.6.57C1.12 10 0 8.88 0 7.5S1.12 5 2.5 5c.93 0 1.74.5 2.17 1.26z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--share-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-share'%3E %3Cpath fill-rule='inherit' d='M4.67 6.26L11 2.76V2.5C11 1.12 12.12 0 13.5 0S16 1.12 16 2.5 14.88 5 13.5 5c-.8 0-1.5-.36-1.94-.93L5 7.67c-.02.2-.06.4-.12.6l6.68 3.66C12 11.36 12.7 11 13.5 11c1.38 0 2.5 1.12 2.5 2.5S14.88 16 13.5 16 11 14.88 11 13.5v-.27l-6.9-3.8c-.44.36-1 .57-1.6.57C1.12 10 0 8.88 0 7.5S1.12 5 2.5 5c.93 0 1.74.5 2.17 1.26z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--share-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-share'%3E %3Cpath fill-rule='inherit' d='M4.67 6.26L11 2.76V2.5C11 1.12 12.12 0 13.5 0S16 1.12 16 2.5 14.88 5 13.5 5c-.8 0-1.5-.36-1.94-.93L5 7.67c-.02.2-.06.4-.12.6l6.68 3.66C12 11.36 12.7 11 13.5 11c1.38 0 2.5 1.12 2.5 2.5S14.88 16 13.5 16 11 14.88 11 13.5v-.27l-6.9-3.8c-.44.36-1 .57-1.6.57C1.12 10 0 8.88 0 7.5S1.12 5 2.5 5c.93 0 1.74.5 2.17 1.26z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--share-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-share'%3E %3Cpath fill-rule='inherit' d='M4.67 6.26L11 2.76V2.5C11 1.12 12.12 0 13.5 0S16 1.12 16 2.5 14.88 5 13.5 5c-.8 0-1.5-.36-1.94-.93L5 7.67c-.02.2-.06.4-.12.6l6.68 3.66C12 11.36 12.7 11 13.5 11c1.38 0 2.5 1.12 2.5 2.5S14.88 16 13.5 16 11 14.88 11 13.5v-.27l-6.9-3.8c-.44.36-1 .57-1.6.57C1.12 10 0 8.88 0 7.5S1.12 5 2.5 5c.93 0 1.74.5 2.17 1.26z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--share-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-share'%3E %3Cpath fill-rule='inherit' d='M4.67 6.26L11 2.76V2.5C11 1.12 12.12 0 13.5 0S16 1.12 16 2.5 14.88 5 13.5 5c-.8 0-1.5-.36-1.94-.93L5 7.67c-.02.2-.06.4-.12.6l6.68 3.66C12 11.36 12.7 11 13.5 11c1.38 0 2.5 1.12 2.5 2.5S14.88 16 13.5 16 11 14.88 11 13.5v-.27l-6.9-3.8c-.44.36-1 .57-1.6.57C1.12 10 0 8.88 0 7.5S1.12 5 2.5 5c.93 0 1.74.5 2.17 1.26z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--share-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-share'%3E %3Cpath fill-rule='inherit' d='M4.67 6.26L11 2.76V2.5C11 1.12 12.12 0 13.5 0S16 1.12 16 2.5 14.88 5 13.5 5c-.8 0-1.5-.36-1.94-.93L5 7.67c-.02.2-.06.4-.12.6l6.68 3.66C12 11.36 12.7 11 13.5 11c1.38 0 2.5 1.12 2.5 2.5S14.88 16 13.5 16 11 14.88 11 13.5v-.27l-6.9-3.8c-.44.36-1 .57-1.6.57C1.12 10 0 8.88 0 7.5S1.12 5 2.5 5c.93 0 1.74.5 2.17 1.26z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--share-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-share'%3E %3Cpath fill-rule='inherit' d='M4.67 6.26L11 2.76V2.5C11 1.12 12.12 0 13.5 0S16 1.12 16 2.5 14.88 5 13.5 5c-.8 0-1.5-.36-1.94-.93L5 7.67c-.02.2-.06.4-.12.6l6.68 3.66C12 11.36 12.7 11 13.5 11c1.38 0 2.5 1.12 2.5 2.5S14.88 16 13.5 16 11 14.88 11 13.5v-.27l-6.9-3.8c-.44.36-1 .57-1.6.57C1.12 10 0 8.88 0 7.5S1.12 5 2.5 5c.93 0 1.74.5 2.17 1.26z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--init {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-init'%3E %3Cpath d='M13.03 2.88c.46.57.83 1.2 1.08 1.9.1.25 0 .53-.3.63-.2.1-.5 0-.6-.3-.2-.52-.5-1.1-.9-1.53-.2-.22-.14-.53.08-.7.2-.18.53-.15.7.06zm1.47 4.1V7c0 .7-.1 1.38-.33 2.04-.08.26-.36.4-.63.3-.26-.07-.4-.35-.32-.62.2-.55.28-1.13.28-1.72v-.03c0-.28.22-.5.5-.5.27 0 .5.22.5.5zM13.12 11c-.44.57-.98 1.07-1.6 1.46-.23.15-.53.08-.68-.15-.15-.2-.1-.5.14-.63.52-.33.98-.75 1.36-1.24.17-.2.48-.25.7-.1.22.2.25.5.08.7z'/%3E %3Cpath d='M6.35 12.25C4.12 11.55 2.5 9.45 2.5 7c0-3.04 2.46-5.5 5.5-5.5 2.1 0 4 1.2 4.92 3.04l.9-.45C12.72 1.9 10.5.5 8 .5 4.4.5 1.5 3.4 1.5 7c0 3.02 2.06 5.56 4.85 6.3v1.75c0 .28.23.5.5.5.12 0 .24-.04.33-.12l2.6-2.28c.2-.18.23-.5.05-.7l-.05-.05-2.6-2.28c-.2-.18-.52-.16-.7.05-.08.1-.13.2-.13.33v1.75zM8 9c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--init-ui-600 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%236d6d85'%3E %3Cg id='icon-init'%3E %3Cpath d='M13.03 2.88c.46.57.83 1.2 1.08 1.9.1.25 0 .53-.3.63-.2.1-.5 0-.6-.3-.2-.52-.5-1.1-.9-1.53-.2-.22-.14-.53.08-.7.2-.18.53-.15.7.06zm1.47 4.1V7c0 .7-.1 1.38-.33 2.04-.08.26-.36.4-.63.3-.26-.07-.4-.35-.32-.62.2-.55.28-1.13.28-1.72v-.03c0-.28.22-.5.5-.5.27 0 .5.22.5.5zM13.12 11c-.44.57-.98 1.07-1.6 1.46-.23.15-.53.08-.68-.15-.15-.2-.1-.5.14-.63.52-.33.98-.75 1.36-1.24.17-.2.48-.25.7-.1.22.2.25.5.08.7z'/%3E %3Cpath d='M6.35 12.25C4.12 11.55 2.5 9.45 2.5 7c0-3.04 2.46-5.5 5.5-5.5 2.1 0 4 1.2 4.92 3.04l.9-.45C12.72 1.9 10.5.5 8 .5 4.4.5 1.5 3.4 1.5 7c0 3.02 2.06 5.56 4.85 6.3v1.75c0 .28.23.5.5.5.12 0 .24-.04.33-.12l2.6-2.28c.2-.18.23-.5.05-.7l-.05-.05-2.6-2.28c-.2-.18-.52-.16-.7.05-.08.1-.13.2-.13.33v1.75zM8 9c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--init-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-init'%3E %3Cpath d='M13.03 2.88c.46.57.83 1.2 1.08 1.9.1.25 0 .53-.3.63-.2.1-.5 0-.6-.3-.2-.52-.5-1.1-.9-1.53-.2-.22-.14-.53.08-.7.2-.18.53-.15.7.06zm1.47 4.1V7c0 .7-.1 1.38-.33 2.04-.08.26-.36.4-.63.3-.26-.07-.4-.35-.32-.62.2-.55.28-1.13.28-1.72v-.03c0-.28.22-.5.5-.5.27 0 .5.22.5.5zM13.12 11c-.44.57-.98 1.07-1.6 1.46-.23.15-.53.08-.68-.15-.15-.2-.1-.5.14-.63.52-.33.98-.75 1.36-1.24.17-.2.48-.25.7-.1.22.2.25.5.08.7z'/%3E %3Cpath d='M6.35 12.25C4.12 11.55 2.5 9.45 2.5 7c0-3.04 2.46-5.5 5.5-5.5 2.1 0 4 1.2 4.92 3.04l.9-.45C12.72 1.9 10.5.5 8 .5 4.4.5 1.5 3.4 1.5 7c0 3.02 2.06 5.56 4.85 6.3v1.75c0 .28.23.5.5.5.12 0 .24-.04.33-.12l2.6-2.28c.2-.18.23-.5.05-.7l-.05-.05-2.6-2.28c-.2-.18-.52-.16-.7.05-.08.1-.13.2-.13.33v1.75zM8 9c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--init-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-init'%3E %3Cpath d='M13.03 2.88c.46.57.83 1.2 1.08 1.9.1.25 0 .53-.3.63-.2.1-.5 0-.6-.3-.2-.52-.5-1.1-.9-1.53-.2-.22-.14-.53.08-.7.2-.18.53-.15.7.06zm1.47 4.1V7c0 .7-.1 1.38-.33 2.04-.08.26-.36.4-.63.3-.26-.07-.4-.35-.32-.62.2-.55.28-1.13.28-1.72v-.03c0-.28.22-.5.5-.5.27 0 .5.22.5.5zM13.12 11c-.44.57-.98 1.07-1.6 1.46-.23.15-.53.08-.68-.15-.15-.2-.1-.5.14-.63.52-.33.98-.75 1.36-1.24.17-.2.48-.25.7-.1.22.2.25.5.08.7z'/%3E %3Cpath d='M6.35 12.25C4.12 11.55 2.5 9.45 2.5 7c0-3.04 2.46-5.5 5.5-5.5 2.1 0 4 1.2 4.92 3.04l.9-.45C12.72 1.9 10.5.5 8 .5 4.4.5 1.5 3.4 1.5 7c0 3.02 2.06 5.56 4.85 6.3v1.75c0 .28.23.5.5.5.12 0 .24-.04.33-.12l2.6-2.28c.2-.18.23-.5.05-.7l-.05-.05-2.6-2.28c-.2-.18-.52-.16-.7.05-.08.1-.13.2-.13.33v1.75zM8 9c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--init-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-init'%3E %3Cpath d='M13.03 2.88c.46.57.83 1.2 1.08 1.9.1.25 0 .53-.3.63-.2.1-.5 0-.6-.3-.2-.52-.5-1.1-.9-1.53-.2-.22-.14-.53.08-.7.2-.18.53-.15.7.06zm1.47 4.1V7c0 .7-.1 1.38-.33 2.04-.08.26-.36.4-.63.3-.26-.07-.4-.35-.32-.62.2-.55.28-1.13.28-1.72v-.03c0-.28.22-.5.5-.5.27 0 .5.22.5.5zM13.12 11c-.44.57-.98 1.07-1.6 1.46-.23.15-.53.08-.68-.15-.15-.2-.1-.5.14-.63.52-.33.98-.75 1.36-1.24.17-.2.48-.25.7-.1.22.2.25.5.08.7z'/%3E %3Cpath d='M6.35 12.25C4.12 11.55 2.5 9.45 2.5 7c0-3.04 2.46-5.5 5.5-5.5 2.1 0 4 1.2 4.92 3.04l.9-.45C12.72 1.9 10.5.5 8 .5 4.4.5 1.5 3.4 1.5 7c0 3.02 2.06 5.56 4.85 6.3v1.75c0 .28.23.5.5.5.12 0 .24-.04.33-.12l2.6-2.28c.2-.18.23-.5.05-.7l-.05-.05-2.6-2.28c-.2-.18-.52-.16-.7.05-.08.1-.13.2-.13.33v1.75zM8 9c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--init-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-init'%3E %3Cpath d='M13.03 2.88c.46.57.83 1.2 1.08 1.9.1.25 0 .53-.3.63-.2.1-.5 0-.6-.3-.2-.52-.5-1.1-.9-1.53-.2-.22-.14-.53.08-.7.2-.18.53-.15.7.06zm1.47 4.1V7c0 .7-.1 1.38-.33 2.04-.08.26-.36.4-.63.3-.26-.07-.4-.35-.32-.62.2-.55.28-1.13.28-1.72v-.03c0-.28.22-.5.5-.5.27 0 .5.22.5.5zM13.12 11c-.44.57-.98 1.07-1.6 1.46-.23.15-.53.08-.68-.15-.15-.2-.1-.5.14-.63.52-.33.98-.75 1.36-1.24.17-.2.48-.25.7-.1.22.2.25.5.08.7z'/%3E %3Cpath d='M6.35 12.25C4.12 11.55 2.5 9.45 2.5 7c0-3.04 2.46-5.5 5.5-5.5 2.1 0 4 1.2 4.92 3.04l.9-.45C12.72 1.9 10.5.5 8 .5 4.4.5 1.5 3.4 1.5 7c0 3.02 2.06 5.56 4.85 6.3v1.75c0 .28.23.5.5.5.12 0 .24-.04.33-.12l2.6-2.28c.2-.18.23-.5.05-.7l-.05-.05-2.6-2.28c-.2-.18-.52-.16-.7.05-.08.1-.13.2-.13.33v1.75zM8 9c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--init-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-init'%3E %3Cpath d='M13.03 2.88c.46.57.83 1.2 1.08 1.9.1.25 0 .53-.3.63-.2.1-.5 0-.6-.3-.2-.52-.5-1.1-.9-1.53-.2-.22-.14-.53.08-.7.2-.18.53-.15.7.06zm1.47 4.1V7c0 .7-.1 1.38-.33 2.04-.08.26-.36.4-.63.3-.26-.07-.4-.35-.32-.62.2-.55.28-1.13.28-1.72v-.03c0-.28.22-.5.5-.5.27 0 .5.22.5.5zM13.12 11c-.44.57-.98 1.07-1.6 1.46-.23.15-.53.08-.68-.15-.15-.2-.1-.5.14-.63.52-.33.98-.75 1.36-1.24.17-.2.48-.25.7-.1.22.2.25.5.08.7z'/%3E %3Cpath d='M6.35 12.25C4.12 11.55 2.5 9.45 2.5 7c0-3.04 2.46-5.5 5.5-5.5 2.1 0 4 1.2 4.92 3.04l.9-.45C12.72 1.9 10.5.5 8 .5 4.4.5 1.5 3.4 1.5 7c0 3.02 2.06 5.56 4.85 6.3v1.75c0 .28.23.5.5.5.12 0 .24-.04.33-.12l2.6-2.28c.2-.18.23-.5.05-.7l-.05-.05-2.6-2.28c-.2-.18-.52-.16-.7.05-.08.1-.13.2-.13.33v1.75zM8 9c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--init-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-init'%3E %3Cpath d='M13.03 2.88c.46.57.83 1.2 1.08 1.9.1.25 0 .53-.3.63-.2.1-.5 0-.6-.3-.2-.52-.5-1.1-.9-1.53-.2-.22-.14-.53.08-.7.2-.18.53-.15.7.06zm1.47 4.1V7c0 .7-.1 1.38-.33 2.04-.08.26-.36.4-.63.3-.26-.07-.4-.35-.32-.62.2-.55.28-1.13.28-1.72v-.03c0-.28.22-.5.5-.5.27 0 .5.22.5.5zM13.12 11c-.44.57-.98 1.07-1.6 1.46-.23.15-.53.08-.68-.15-.15-.2-.1-.5.14-.63.52-.33.98-.75 1.36-1.24.17-.2.48-.25.7-.1.22.2.25.5.08.7z'/%3E %3Cpath d='M6.35 12.25C4.12 11.55 2.5 9.45 2.5 7c0-3.04 2.46-5.5 5.5-5.5 2.1 0 4 1.2 4.92 3.04l.9-.45C12.72 1.9 10.5.5 8 .5 4.4.5 1.5 3.4 1.5 7c0 3.02 2.06 5.56 4.85 6.3v1.75c0 .28.23.5.5.5.12 0 .24-.04.33-.12l2.6-2.28c.2-.18.23-.5.05-.7l-.05-.05-2.6-2.28c-.2-.18-.52-.16-.7.05-.08.1-.13.2-.13.33v1.75zM8 9c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--init-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-init'%3E %3Cpath d='M13.03 2.88c.46.57.83 1.2 1.08 1.9.1.25 0 .53-.3.63-.2.1-.5 0-.6-.3-.2-.52-.5-1.1-.9-1.53-.2-.22-.14-.53.08-.7.2-.18.53-.15.7.06zm1.47 4.1V7c0 .7-.1 1.38-.33 2.04-.08.26-.36.4-.63.3-.26-.07-.4-.35-.32-.62.2-.55.28-1.13.28-1.72v-.03c0-.28.22-.5.5-.5.27 0 .5.22.5.5zM13.12 11c-.44.57-.98 1.07-1.6 1.46-.23.15-.53.08-.68-.15-.15-.2-.1-.5.14-.63.52-.33.98-.75 1.36-1.24.17-.2.48-.25.7-.1.22.2.25.5.08.7z'/%3E %3Cpath d='M6.35 12.25C4.12 11.55 2.5 9.45 2.5 7c0-3.04 2.46-5.5 5.5-5.5 2.1 0 4 1.2 4.92 3.04l.9-.45C12.72 1.9 10.5.5 8 .5 4.4.5 1.5 3.4 1.5 7c0 3.02 2.06 5.56 4.85 6.3v1.75c0 .28.23.5.5.5.12 0 .24-.04.33-.12l2.6-2.28c.2-.18.23-.5.05-.7l-.05-.05-2.6-2.28c-.2-.18-.52-.16-.7.05-.08.1-.13.2-.13.33v1.75zM8 9c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--init-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366d0dd'%3E %3Cg id='icon-init'%3E %3Cpath d='M13.03 2.88c.46.57.83 1.2 1.08 1.9.1.25 0 .53-.3.63-.2.1-.5 0-.6-.3-.2-.52-.5-1.1-.9-1.53-.2-.22-.14-.53.08-.7.2-.18.53-.15.7.06zm1.47 4.1V7c0 .7-.1 1.38-.33 2.04-.08.26-.36.4-.63.3-.26-.07-.4-.35-.32-.62.2-.55.28-1.13.28-1.72v-.03c0-.28.22-.5.5-.5.27 0 .5.22.5.5zM13.12 11c-.44.57-.98 1.07-1.6 1.46-.23.15-.53.08-.68-.15-.15-.2-.1-.5.14-.63.52-.33.98-.75 1.36-1.24.17-.2.48-.25.7-.1.22.2.25.5.08.7z'/%3E %3Cpath d='M6.35 12.25C4.12 11.55 2.5 9.45 2.5 7c0-3.04 2.46-5.5 5.5-5.5 2.1 0 4 1.2 4.92 3.04l.9-.45C12.72 1.9 10.5.5 8 .5 4.4.5 1.5 3.4 1.5 7c0 3.02 2.06 5.56 4.85 6.3v1.75c0 .28.23.5.5.5.12 0 .24-.04.33-.12l2.6-2.28c.2-.18.23-.5.05-.7l-.05-.05-2.6-2.28c-.2-.18-.52-.16-.7.05-.08.1-.13.2-.13.33v1.75zM8 9c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--init-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ffb400'%3E %3Cg id='icon-init'%3E %3Cpath d='M13.03 2.88c.46.57.83 1.2 1.08 1.9.1.25 0 .53-.3.63-.2.1-.5 0-.6-.3-.2-.52-.5-1.1-.9-1.53-.2-.22-.14-.53.08-.7.2-.18.53-.15.7.06zm1.47 4.1V7c0 .7-.1 1.38-.33 2.04-.08.26-.36.4-.63.3-.26-.07-.4-.35-.32-.62.2-.55.28-1.13.28-1.72v-.03c0-.28.22-.5.5-.5.27 0 .5.22.5.5zM13.12 11c-.44.57-.98 1.07-1.6 1.46-.23.15-.53.08-.68-.15-.15-.2-.1-.5.14-.63.52-.33.98-.75 1.36-1.24.17-.2.48-.25.7-.1.22.2.25.5.08.7z'/%3E %3Cpath d='M6.35 12.25C4.12 11.55 2.5 9.45 2.5 7c0-3.04 2.46-5.5 5.5-5.5 2.1 0 4 1.2 4.92 3.04l.9-.45C12.72 1.9 10.5.5 8 .5 4.4.5 1.5 3.4 1.5 7c0 3.02 2.06 5.56 4.85 6.3v1.75c0 .28.23.5.5.5.12 0 .24-.04.33-.12l2.6-2.28c.2-.18.23-.5.05-.7l-.05-.05-2.6-2.28c-.2-.18-.52-.16-.7.05-.08.1-.13.2-.13.33v1.75zM8 9c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--math {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-math'%3E %3Cpath fill-rule='inherit' d='M13.14 10.66c-.72.6-1.34.88-1.94.88-.34 0-.54-.18-.54-.5 0-.14.06-.46.12-.66l1.62-6.04h.5c.76 0 1.32.04 1.9.14L15.44 2c-.78.12-1.34.16-2.64.16H4.82c-.74 0-1.52.14-2.06.38-.78.34-1.2.7-1.76 1.5l1.16 1.9c.3-.58.5-.82.88-1.1.52-.34 1-.48 1.88-.5l-2.26 6.8c-.44 1.3-.68 1.86-1.04 2.48h2.92c.14-.82.3-1.42.68-2.54l2.22-6.74H9.9L8.18 10.7c-.1.4-.16.8-.16 1.18 0 1.32.84 2.1 2.28 2.1 1.3 0 2.38-.36 3.46-1.18l-.62-2.14z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--math-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-math'%3E %3Cpath fill-rule='inherit' d='M13.14 10.66c-.72.6-1.34.88-1.94.88-.34 0-.54-.18-.54-.5 0-.14.06-.46.12-.66l1.62-6.04h.5c.76 0 1.32.04 1.9.14L15.44 2c-.78.12-1.34.16-2.64.16H4.82c-.74 0-1.52.14-2.06.38-.78.34-1.2.7-1.76 1.5l1.16 1.9c.3-.58.5-.82.88-1.1.52-.34 1-.48 1.88-.5l-2.26 6.8c-.44 1.3-.68 1.86-1.04 2.48h2.92c.14-.82.3-1.42.68-2.54l2.22-6.74H9.9L8.18 10.7c-.1.4-.16.8-.16 1.18 0 1.32.84 2.1 2.28 2.1 1.3 0 2.38-.36 3.46-1.18l-.62-2.14z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--math-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-math'%3E %3Cpath fill-rule='inherit' d='M13.14 10.66c-.72.6-1.34.88-1.94.88-.34 0-.54-.18-.54-.5 0-.14.06-.46.12-.66l1.62-6.04h.5c.76 0 1.32.04 1.9.14L15.44 2c-.78.12-1.34.16-2.64.16H4.82c-.74 0-1.52.14-2.06.38-.78.34-1.2.7-1.76 1.5l1.16 1.9c.3-.58.5-.82.88-1.1.52-.34 1-.48 1.88-.5l-2.26 6.8c-.44 1.3-.68 1.86-1.04 2.48h2.92c.14-.82.3-1.42.68-2.54l2.22-6.74H9.9L8.18 10.7c-.1.4-.16.8-.16 1.18 0 1.32.84 2.1 2.28 2.1 1.3 0 2.38-.36 3.46-1.18l-.62-2.14z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--math-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-math'%3E %3Cpath fill-rule='inherit' d='M13.14 10.66c-.72.6-1.34.88-1.94.88-.34 0-.54-.18-.54-.5 0-.14.06-.46.12-.66l1.62-6.04h.5c.76 0 1.32.04 1.9.14L15.44 2c-.78.12-1.34.16-2.64.16H4.82c-.74 0-1.52.14-2.06.38-.78.34-1.2.7-1.76 1.5l1.16 1.9c.3-.58.5-.82.88-1.1.52-.34 1-.48 1.88-.5l-2.26 6.8c-.44 1.3-.68 1.86-1.04 2.48h2.92c.14-.82.3-1.42.68-2.54l2.22-6.74H9.9L8.18 10.7c-.1.4-.16.8-.16 1.18 0 1.32.84 2.1 2.28 2.1 1.3 0 2.38-.36 3.46-1.18l-.62-2.14z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--math-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-math'%3E %3Cpath fill-rule='inherit' d='M13.14 10.66c-.72.6-1.34.88-1.94.88-.34 0-.54-.18-.54-.5 0-.14.06-.46.12-.66l1.62-6.04h.5c.76 0 1.32.04 1.9.14L15.44 2c-.78.12-1.34.16-2.64.16H4.82c-.74 0-1.52.14-2.06.38-.78.34-1.2.7-1.76 1.5l1.16 1.9c.3-.58.5-.82.88-1.1.52-.34 1-.48 1.88-.5l-2.26 6.8c-.44 1.3-.68 1.86-1.04 2.48h2.92c.14-.82.3-1.42.68-2.54l2.22-6.74H9.9L8.18 10.7c-.1.4-.16.8-.16 1.18 0 1.32.84 2.1 2.28 2.1 1.3 0 2.38-.36 3.46-1.18l-.62-2.14z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--mike {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-mike'%3E %3Cpath fill-rule='inherit' d='M3.02 8h1c0 2.2 1.8 4 4 4 2.22 0 4.02-1.8 4.02-4h1c0 2.43-1.74 4.46-4.04 4.9V15h1.5c.28 0 .5.22.5.5s-.22.5-.5.5h-5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5H7v-2.1c-2.27-.5-3.98-2.5-3.98-4.9zM8 0c1.66 0 3 1.34 3 3v5c0 1.66-1.34 3-3 3S5 9.66 5 8V3c0-1.66 1.34-3 3-3zM6.5 4c-.28 0-.5.22-.5.5s.22.5.5.5h3c.28 0 .5-.22.5-.5S9.78 4 9.5 4h-3zm0 2c-.28 0-.5.22-.5.5s.22.5.5.5h3c.28 0 .5-.22.5-.5S9.78 6 9.5 6h-3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--mike-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-mike'%3E %3Cpath fill-rule='inherit' d='M3.02 8h1c0 2.2 1.8 4 4 4 2.22 0 4.02-1.8 4.02-4h1c0 2.43-1.74 4.46-4.04 4.9V15h1.5c.28 0 .5.22.5.5s-.22.5-.5.5h-5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5H7v-2.1c-2.27-.5-3.98-2.5-3.98-4.9zM8 0c1.66 0 3 1.34 3 3v5c0 1.66-1.34 3-3 3S5 9.66 5 8V3c0-1.66 1.34-3 3-3zM6.5 4c-.28 0-.5.22-.5.5s.22.5.5.5h3c.28 0 .5-.22.5-.5S9.78 4 9.5 4h-3zm0 2c-.28 0-.5.22-.5.5s.22.5.5.5h3c.28 0 .5-.22.5-.5S9.78 6 9.5 6h-3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--mike-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-mike'%3E %3Cpath fill-rule='inherit' d='M3.02 8h1c0 2.2 1.8 4 4 4 2.22 0 4.02-1.8 4.02-4h1c0 2.43-1.74 4.46-4.04 4.9V15h1.5c.28 0 .5.22.5.5s-.22.5-.5.5h-5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5H7v-2.1c-2.27-.5-3.98-2.5-3.98-4.9zM8 0c1.66 0 3 1.34 3 3v5c0 1.66-1.34 3-3 3S5 9.66 5 8V3c0-1.66 1.34-3 3-3zM6.5 4c-.28 0-.5.22-.5.5s.22.5.5.5h3c.28 0 .5-.22.5-.5S9.78 4 9.5 4h-3zm0 2c-.28 0-.5.22-.5.5s.22.5.5.5h3c.28 0 .5-.22.5-.5S9.78 6 9.5 6h-3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--mike-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-mike'%3E %3Cpath fill-rule='inherit' d='M3.02 8h1c0 2.2 1.8 4 4 4 2.22 0 4.02-1.8 4.02-4h1c0 2.43-1.74 4.46-4.04 4.9V15h1.5c.28 0 .5.22.5.5s-.22.5-.5.5h-5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5H7v-2.1c-2.27-.5-3.98-2.5-3.98-4.9zM8 0c1.66 0 3 1.34 3 3v5c0 1.66-1.34 3-3 3S5 9.66 5 8V3c0-1.66 1.34-3 3-3zM6.5 4c-.28 0-.5.22-.5.5s.22.5.5.5h3c.28 0 .5-.22.5-.5S9.78 4 9.5 4h-3zm0 2c-.28 0-.5.22-.5.5s.22.5.5.5h3c.28 0 .5-.22.5-.5S9.78 6 9.5 6h-3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--mike-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-mike'%3E %3Cpath fill-rule='inherit' d='M3.02 8h1c0 2.2 1.8 4 4 4 2.22 0 4.02-1.8 4.02-4h1c0 2.43-1.74 4.46-4.04 4.9V15h1.5c.28 0 .5.22.5.5s-.22.5-.5.5h-5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5H7v-2.1c-2.27-.5-3.98-2.5-3.98-4.9zM8 0c1.66 0 3 1.34 3 3v5c0 1.66-1.34 3-3 3S5 9.66 5 8V3c0-1.66 1.34-3 3-3zM6.5 4c-.28 0-.5.22-.5.5s.22.5.5.5h3c.28 0 .5-.22.5-.5S9.78 4 9.5 4h-3zm0 2c-.28 0-.5.22-.5.5s.22.5.5.5h3c.28 0 .5-.22.5-.5S9.78 6 9.5 6h-3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--section {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-section'%3E %3Cpath fill-rule='inherit' d='M4.53 7.93c-.02-1.2.76-1.9 1.1-2.18l.8-.27c-.34-.2-.62-.47-.85-.8-.22-.3-.34-.72-.34-1.25C5.24 1.3 7.32 1 8.27 1c1.75 0 2.66.43 3 .6l-.36 1.3c-.33-.3-4.1-1.32-4.1.6 0 1.8 5.14 1.16 5.14 4.54 0 .4-.1.8-.3 1.16-.18.37-.45.7-.78 1l-.87.27c.34.2.63.47.87.8.24.32.35.74.35 1.27 0 2.34-2.6 2.43-3.03 2.43-1.66 0-2.66-.46-3-.64l.36-1.25c.3.14 4.12 1.5 4.13-.6 0-1.86-5.1-1.04-5.14-4.55zm2.95-1.9c-.67.3-1.43.87-1.4 1.97 0 1.33 2.36 1.7 2.83 1.93 1.1-.5 1.5-1.37 1.5-1.93 0-1.28-2.32-1.7-2.9-1.98z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--section-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-section'%3E %3Cpath fill-rule='inherit' d='M4.53 7.93c-.02-1.2.76-1.9 1.1-2.18l.8-.27c-.34-.2-.62-.47-.85-.8-.22-.3-.34-.72-.34-1.25C5.24 1.3 7.32 1 8.27 1c1.75 0 2.66.43 3 .6l-.36 1.3c-.33-.3-4.1-1.32-4.1.6 0 1.8 5.14 1.16 5.14 4.54 0 .4-.1.8-.3 1.16-.18.37-.45.7-.78 1l-.87.27c.34.2.63.47.87.8.24.32.35.74.35 1.27 0 2.34-2.6 2.43-3.03 2.43-1.66 0-2.66-.46-3-.64l.36-1.25c.3.14 4.12 1.5 4.13-.6 0-1.86-5.1-1.04-5.14-4.55zm2.95-1.9c-.67.3-1.43.87-1.4 1.97 0 1.33 2.36 1.7 2.83 1.93 1.1-.5 1.5-1.37 1.5-1.93 0-1.28-2.32-1.7-2.9-1.98z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--section-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-section'%3E %3Cpath fill-rule='inherit' d='M4.53 7.93c-.02-1.2.76-1.9 1.1-2.18l.8-.27c-.34-.2-.62-.47-.85-.8-.22-.3-.34-.72-.34-1.25C5.24 1.3 7.32 1 8.27 1c1.75 0 2.66.43 3 .6l-.36 1.3c-.33-.3-4.1-1.32-4.1.6 0 1.8 5.14 1.16 5.14 4.54 0 .4-.1.8-.3 1.16-.18.37-.45.7-.78 1l-.87.27c.34.2.63.47.87.8.24.32.35.74.35 1.27 0 2.34-2.6 2.43-3.03 2.43-1.66 0-2.66-.46-3-.64l.36-1.25c.3.14 4.12 1.5 4.13-.6 0-1.86-5.1-1.04-5.14-4.55zm2.95-1.9c-.67.3-1.43.87-1.4 1.97 0 1.33 2.36 1.7 2.83 1.93 1.1-.5 1.5-1.37 1.5-1.93 0-1.28-2.32-1.7-2.9-1.98z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--section-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-section'%3E %3Cpath fill-rule='inherit' d='M4.53 7.93c-.02-1.2.76-1.9 1.1-2.18l.8-.27c-.34-.2-.62-.47-.85-.8-.22-.3-.34-.72-.34-1.25C5.24 1.3 7.32 1 8.27 1c1.75 0 2.66.43 3 .6l-.36 1.3c-.33-.3-4.1-1.32-4.1.6 0 1.8 5.14 1.16 5.14 4.54 0 .4-.1.8-.3 1.16-.18.37-.45.7-.78 1l-.87.27c.34.2.63.47.87.8.24.32.35.74.35 1.27 0 2.34-2.6 2.43-3.03 2.43-1.66 0-2.66-.46-3-.64l.36-1.25c.3.14 4.12 1.5 4.13-.6 0-1.86-5.1-1.04-5.14-4.55zm2.95-1.9c-.67.3-1.43.87-1.4 1.97 0 1.33 2.36 1.7 2.83 1.93 1.1-.5 1.5-1.37 1.5-1.93 0-1.28-2.32-1.7-2.9-1.98z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--section-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-section'%3E %3Cpath fill-rule='inherit' d='M4.53 7.93c-.02-1.2.76-1.9 1.1-2.18l.8-.27c-.34-.2-.62-.47-.85-.8-.22-.3-.34-.72-.34-1.25C5.24 1.3 7.32 1 8.27 1c1.75 0 2.66.43 3 .6l-.36 1.3c-.33-.3-4.1-1.32-4.1.6 0 1.8 5.14 1.16 5.14 4.54 0 .4-.1.8-.3 1.16-.18.37-.45.7-.78 1l-.87.27c.34.2.63.47.87.8.24.32.35.74.35 1.27 0 2.34-2.6 2.43-3.03 2.43-1.66 0-2.66-.46-3-.64l.36-1.25c.3.14 4.12 1.5 4.13-.6 0-1.86-5.1-1.04-5.14-4.55zm2.95-1.9c-.67.3-1.43.87-1.4 1.97 0 1.33 2.36 1.7 2.83 1.93 1.1-.5 1.5-1.37 1.5-1.93 0-1.28-2.32-1.7-2.9-1.98z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--cite {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-cite'%3E %3Cpath fill-rule='inherit' d='M0 4c0-1 1-2 2-2h2.3c1 0 2 1 2 2v4.3c0 3.8-2 6-6.3 6.4v-3.2c2 0 3-1 3.2-3.2H2c-1 0-2-1-2-2V4zm9.5 0c0-1 1-2 2-2h2.3c1 0 2 1 2 2v4.3c0 3.8-2 6-6.3 6.4v-3.2c2 0 3-1 3.2-3.2h-1.2c-1 0-2-1-2-2V4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--cite-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-cite'%3E %3Cpath fill-rule='inherit' d='M0 4c0-1 1-2 2-2h2.3c1 0 2 1 2 2v4.3c0 3.8-2 6-6.3 6.4v-3.2c2 0 3-1 3.2-3.2H2c-1 0-2-1-2-2V4zm9.5 0c0-1 1-2 2-2h2.3c1 0 2 1 2 2v4.3c0 3.8-2 6-6.3 6.4v-3.2c2 0 3-1 3.2-3.2h-1.2c-1 0-2-1-2-2V4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--cite-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-cite'%3E %3Cpath fill-rule='inherit' d='M0 4c0-1 1-2 2-2h2.3c1 0 2 1 2 2v4.3c0 3.8-2 6-6.3 6.4v-3.2c2 0 3-1 3.2-3.2H2c-1 0-2-1-2-2V4zm9.5 0c0-1 1-2 2-2h2.3c1 0 2 1 2 2v4.3c0 3.8-2 6-6.3 6.4v-3.2c2 0 3-1 3.2-3.2h-1.2c-1 0-2-1-2-2V4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--cite-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-cite'%3E %3Cpath fill-rule='inherit' d='M0 4c0-1 1-2 2-2h2.3c1 0 2 1 2 2v4.3c0 3.8-2 6-6.3 6.4v-3.2c2 0 3-1 3.2-3.2H2c-1 0-2-1-2-2V4zm9.5 0c0-1 1-2 2-2h2.3c1 0 2 1 2 2v4.3c0 3.8-2 6-6.3 6.4v-3.2c2 0 3-1 3.2-3.2h-1.2c-1 0-2-1-2-2V4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--cite-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-cite'%3E %3Cpath fill-rule='inherit' d='M0 4c0-1 1-2 2-2h2.3c1 0 2 1 2 2v4.3c0 3.8-2 6-6.3 6.4v-3.2c2 0 3-1 3.2-3.2H2c-1 0-2-1-2-2V4zm9.5 0c0-1 1-2 2-2h2.3c1 0 2 1 2 2v4.3c0 3.8-2 6-6.3 6.4v-3.2c2 0 3-1 3.2-3.2h-1.2c-1 0-2-1-2-2V4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--img-left {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-img-left'%3E %3Cpath fill-rule='evenodd' d='M2 4h6v7H2zm7 0h5v1H9zm0 2h5v1H9zm0 2h5v1H9zm0 2h5v1H9z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--img-left-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-img-left'%3E %3Cpath fill-rule='evenodd' d='M2 4h6v7H2zm7 0h5v1H9zm0 2h5v1H9zm0 2h5v1H9zm0 2h5v1H9z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--img-left-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-img-left'%3E %3Cpath fill-rule='evenodd' d='M2 4h6v7H2zm7 0h5v1H9zm0 2h5v1H9zm0 2h5v1H9zm0 2h5v1H9z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--img-left-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-img-left'%3E %3Cpath fill-rule='evenodd' d='M2 4h6v7H2zm7 0h5v1H9zm0 2h5v1H9zm0 2h5v1H9zm0 2h5v1H9z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--img-left-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-img-left'%3E %3Cpath fill-rule='evenodd' d='M2 4h6v7H2zm7 0h5v1H9zm0 2h5v1H9zm0 2h5v1H9zm0 2h5v1H9z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--luxo-slate-100 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%231a2428'%3E %3Cg id='icon-luxo'%3E %3Cpath fill-rule='inherit' d='M6.3 13l-2.15-2.16c-.2.1-.42.15-.65.15-.83 0-1.5-.7-1.5-1.5C2 8.64 2.67 8 3.5 8c.25 0 .5.05.7.16l2.92-2.92-1.7-1.7L8.94 0l1.98 1.98c1.18-.16 2.53.25 4.03 1.2L8.6 9.55C7.87 8.4 7.46 7.35 7.38 6.4l-2.5 2.5c.08.17.12.37.12.6 0 .22-.05.44-.15.63L7.72 13H11c1.1 0 2 .9 2 2v1H3v-1c0-1.1.9-2 2-2h1.3zm-2.8-3c.28 0 .5-.24.5-.5 0-.3-.22-.5-.5-.5s-.5.2-.5.5c0 .26.22.5.5.5zm7.55-7.03l-.48.06L8.95 1.4 6.83 3.55l1.6 1.6-.05.5c-.08.65.06 1.4.45 2.26l4.48-4.47c-.83-.4-1.6-.54-2.24-.45zM9 12h1v1H9v-1zm-5 3h8c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--luxo {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-luxo'%3E %3Cpath fill-rule='inherit' d='M6.3 13l-2.15-2.16c-.2.1-.42.15-.65.15-.83 0-1.5-.7-1.5-1.5C2 8.64 2.67 8 3.5 8c.25 0 .5.05.7.16l2.92-2.92-1.7-1.7L8.94 0l1.98 1.98c1.18-.16 2.53.25 4.03 1.2L8.6 9.55C7.87 8.4 7.46 7.35 7.38 6.4l-2.5 2.5c.08.17.12.37.12.6 0 .22-.05.44-.15.63L7.72 13H11c1.1 0 2 .9 2 2v1H3v-1c0-1.1.9-2 2-2h1.3zm-2.8-3c.28 0 .5-.24.5-.5 0-.3-.22-.5-.5-.5s-.5.2-.5.5c0 .26.22.5.5.5zm7.55-7.03l-.48.06L8.95 1.4 6.83 3.55l1.6 1.6-.05.5c-.08.65.06 1.4.45 2.26l4.48-4.47c-.83-.4-1.6-.54-2.24-.45zM9 12h1v1H9v-1zm-5 3h8c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--luxo-comp-dark, .icon--luxo-slate-300 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-luxo'%3E %3Cpath fill-rule='inherit' d='M6.3 13l-2.15-2.16c-.2.1-.42.15-.65.15-.83 0-1.5-.7-1.5-1.5C2 8.64 2.67 8 3.5 8c.25 0 .5.05.7.16l2.92-2.92-1.7-1.7L8.94 0l1.98 1.98c1.18-.16 2.53.25 4.03 1.2L8.6 9.55C7.87 8.4 7.46 7.35 7.38 6.4l-2.5 2.5c.08.17.12.37.12.6 0 .22-.05.44-.15.63L7.72 13H11c1.1 0 2 .9 2 2v1H3v-1c0-1.1.9-2 2-2h1.3zm-2.8-3c.28 0 .5-.24.5-.5 0-.3-.22-.5-.5-.5s-.5.2-.5.5c0 .26.22.5.5.5zm7.55-7.03l-.48.06L8.95 1.4 6.83 3.55l1.6 1.6-.05.5c-.08.65.06 1.4.45 2.26l4.48-4.47c-.83-.4-1.6-.54-2.24-.45zM9 12h1v1H9v-1zm-5 3h8c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--luxo-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-luxo'%3E %3Cpath fill-rule='inherit' d='M6.3 13l-2.15-2.16c-.2.1-.42.15-.65.15-.83 0-1.5-.7-1.5-1.5C2 8.64 2.67 8 3.5 8c.25 0 .5.05.7.16l2.92-2.92-1.7-1.7L8.94 0l1.98 1.98c1.18-.16 2.53.25 4.03 1.2L8.6 9.55C7.87 8.4 7.46 7.35 7.38 6.4l-2.5 2.5c.08.17.12.37.12.6 0 .22-.05.44-.15.63L7.72 13H11c1.1 0 2 .9 2 2v1H3v-1c0-1.1.9-2 2-2h1.3zm-2.8-3c.28 0 .5-.24.5-.5 0-.3-.22-.5-.5-.5s-.5.2-.5.5c0 .26.22.5.5.5zm7.55-7.03l-.48.06L8.95 1.4 6.83 3.55l1.6 1.6-.05.5c-.08.65.06 1.4.45 2.26l4.48-4.47c-.83-.4-1.6-.54-2.24-.45zM9 12h1v1H9v-1zm-5 3h8c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--luxo-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-luxo'%3E %3Cpath fill-rule='inherit' d='M6.3 13l-2.15-2.16c-.2.1-.42.15-.65.15-.83 0-1.5-.7-1.5-1.5C2 8.64 2.67 8 3.5 8c.25 0 .5.05.7.16l2.92-2.92-1.7-1.7L8.94 0l1.98 1.98c1.18-.16 2.53.25 4.03 1.2L8.6 9.55C7.87 8.4 7.46 7.35 7.38 6.4l-2.5 2.5c.08.17.12.37.12.6 0 .22-.05.44-.15.63L7.72 13H11c1.1 0 2 .9 2 2v1H3v-1c0-1.1.9-2 2-2h1.3zm-2.8-3c.28 0 .5-.24.5-.5 0-.3-.22-.5-.5-.5s-.5.2-.5.5c0 .26.22.5.5.5zm7.55-7.03l-.48.06L8.95 1.4 6.83 3.55l1.6 1.6-.05.5c-.08.65.06 1.4.45 2.26l4.48-4.47c-.83-.4-1.6-.54-2.24-.45zM9 12h1v1H9v-1zm-5 3h8c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--luxo-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-luxo'%3E %3Cpath fill-rule='inherit' d='M6.3 13l-2.15-2.16c-.2.1-.42.15-.65.15-.83 0-1.5-.7-1.5-1.5C2 8.64 2.67 8 3.5 8c.25 0 .5.05.7.16l2.92-2.92-1.7-1.7L8.94 0l1.98 1.98c1.18-.16 2.53.25 4.03 1.2L8.6 9.55C7.87 8.4 7.46 7.35 7.38 6.4l-2.5 2.5c.08.17.12.37.12.6 0 .22-.05.44-.15.63L7.72 13H11c1.1 0 2 .9 2 2v1H3v-1c0-1.1.9-2 2-2h1.3zm-2.8-3c.28 0 .5-.24.5-.5 0-.3-.22-.5-.5-.5s-.5.2-.5.5c0 .26.22.5.5.5zm7.55-7.03l-.48.06L8.95 1.4 6.83 3.55l1.6 1.6-.05.5c-.08.65.06 1.4.45 2.26l4.48-4.47c-.83-.4-1.6-.54-2.24-.45zM9 12h1v1H9v-1zm-5 3h8c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--luxo-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-luxo'%3E %3Cpath fill-rule='inherit' d='M6.3 13l-2.15-2.16c-.2.1-.42.15-.65.15-.83 0-1.5-.7-1.5-1.5C2 8.64 2.67 8 3.5 8c.25 0 .5.05.7.16l2.92-2.92-1.7-1.7L8.94 0l1.98 1.98c1.18-.16 2.53.25 4.03 1.2L8.6 9.55C7.87 8.4 7.46 7.35 7.38 6.4l-2.5 2.5c.08.17.12.37.12.6 0 .22-.05.44-.15.63L7.72 13H11c1.1 0 2 .9 2 2v1H3v-1c0-1.1.9-2 2-2h1.3zm-2.8-3c.28 0 .5-.24.5-.5 0-.3-.22-.5-.5-.5s-.5.2-.5.5c0 .26.22.5.5.5zm7.55-7.03l-.48.06L8.95 1.4 6.83 3.55l1.6 1.6-.05.5c-.08.65.06 1.4.45 2.26l4.48-4.47c-.83-.4-1.6-.54-2.24-.45zM9 12h1v1H9v-1zm-5 3h8c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--luxo-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-luxo'%3E %3Cpath fill-rule='inherit' d='M6.3 13l-2.15-2.16c-.2.1-.42.15-.65.15-.83 0-1.5-.7-1.5-1.5C2 8.64 2.67 8 3.5 8c.25 0 .5.05.7.16l2.92-2.92-1.7-1.7L8.94 0l1.98 1.98c1.18-.16 2.53.25 4.03 1.2L8.6 9.55C7.87 8.4 7.46 7.35 7.38 6.4l-2.5 2.5c.08.17.12.37.12.6 0 .22-.05.44-.15.63L7.72 13H11c1.1 0 2 .9 2 2v1H3v-1c0-1.1.9-2 2-2h1.3zm-2.8-3c.28 0 .5-.24.5-.5 0-.3-.22-.5-.5-.5s-.5.2-.5.5c0 .26.22.5.5.5zm7.55-7.03l-.48.06L8.95 1.4 6.83 3.55l1.6 1.6-.05.5c-.08.65.06 1.4.45 2.26l4.48-4.47c-.83-.4-1.6-.54-2.24-.45zM9 12h1v1H9v-1zm-5 3h8c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--luxo-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-luxo'%3E %3Cpath fill-rule='inherit' d='M6.3 13l-2.15-2.16c-.2.1-.42.15-.65.15-.83 0-1.5-.7-1.5-1.5C2 8.64 2.67 8 3.5 8c.25 0 .5.05.7.16l2.92-2.92-1.7-1.7L8.94 0l1.98 1.98c1.18-.16 2.53.25 4.03 1.2L8.6 9.55C7.87 8.4 7.46 7.35 7.38 6.4l-2.5 2.5c.08.17.12.37.12.6 0 .22-.05.44-.15.63L7.72 13H11c1.1 0 2 .9 2 2v1H3v-1c0-1.1.9-2 2-2h1.3zm-2.8-3c.28 0 .5-.24.5-.5 0-.3-.22-.5-.5-.5s-.5.2-.5.5c0 .26.22.5.5.5zm7.55-7.03l-.48.06L8.95 1.4 6.83 3.55l1.6 1.6-.05.5c-.08.65.06 1.4.45 2.26l4.48-4.47c-.83-.4-1.6-.54-2.24-.45zM9 12h1v1H9v-1zm-5 3h8c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--door-hanger {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-door-hanger'%3E %3Cpath fill-rule='inherit' d='M8.000014 0c-.7298991 0-1.4043275.2080942-1.9921783.5468726-.7031214.5156228-.1035112 1.5468684.6933562 1.2031197.3946331-.2290282.8425486-.3502681 1.2988233-.3515608 1.4366378.000381 2.6011688 1.1649119 2.6015498 2.601551-.000381 1.436639-1.1649109 2.6011697-2.6015498 2.601551-1.4366401-.000381-2.601171-1.1649119-2.6015512-2.6015509.0005279-.2269163.0162906-.3952001.0162906-.3952001.0624974-.5945329-1.0330266-.960378-1.3306837-.2526794 0 0-.084035.2889102-.084046.6478779v7.994107l-.0000152.0059v3.005846c0 .551145.4430225.994166.9941363.994166l3.0058565-.000037h3.0058455c.551115 0 .994137-.443021.994137-.994138V11.99998l.000005-.0058V4.0000741c0-2.2160002-1.783992-3.9999925-3.9999829-3.9999925z'/%3E %3Cg fill='%23fff' opacity='.5'%3E %3Cpath d='M5 8h4.99997626v.99999565H5.00000001zM5 9.999992h2.99998544v.99999436H5zM5 11.99998189h5.99997191v.99999553h-5.9999719z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--door-hanger-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-door-hanger'%3E %3Cpath fill-rule='inherit' d='M8.000014 0c-.7298991 0-1.4043275.2080942-1.9921783.5468726-.7031214.5156228-.1035112 1.5468684.6933562 1.2031197.3946331-.2290282.8425486-.3502681 1.2988233-.3515608 1.4366378.000381 2.6011688 1.1649119 2.6015498 2.601551-.000381 1.436639-1.1649109 2.6011697-2.6015498 2.601551-1.4366401-.000381-2.601171-1.1649119-2.6015512-2.6015509.0005279-.2269163.0162906-.3952001.0162906-.3952001.0624974-.5945329-1.0330266-.960378-1.3306837-.2526794 0 0-.084035.2889102-.084046.6478779v7.994107l-.0000152.0059v3.005846c0 .551145.4430225.994166.9941363.994166l3.0058565-.000037h3.0058455c.551115 0 .994137-.443021.994137-.994138V11.99998l.000005-.0058V4.0000741c0-2.2160002-1.783992-3.9999925-3.9999829-3.9999925z'/%3E %3Cg fill='%23fff' opacity='.5'%3E %3Cpath d='M5 8h4.99997626v.99999565H5.00000001zM5 9.999992h2.99998544v.99999436H5zM5 11.99998189h5.99997191v.99999553h-5.9999719z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--door-hanger-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-door-hanger'%3E %3Cpath fill-rule='inherit' d='M8.000014 0c-.7298991 0-1.4043275.2080942-1.9921783.5468726-.7031214.5156228-.1035112 1.5468684.6933562 1.2031197.3946331-.2290282.8425486-.3502681 1.2988233-.3515608 1.4366378.000381 2.6011688 1.1649119 2.6015498 2.601551-.000381 1.436639-1.1649109 2.6011697-2.6015498 2.601551-1.4366401-.000381-2.601171-1.1649119-2.6015512-2.6015509.0005279-.2269163.0162906-.3952001.0162906-.3952001.0624974-.5945329-1.0330266-.960378-1.3306837-.2526794 0 0-.084035.2889102-.084046.6478779v7.994107l-.0000152.0059v3.005846c0 .551145.4430225.994166.9941363.994166l3.0058565-.000037h3.0058455c.551115 0 .994137-.443021.994137-.994138V11.99998l.000005-.0058V4.0000741c0-2.2160002-1.783992-3.9999925-3.9999829-3.9999925z'/%3E %3Cg fill='%23fff' opacity='.5'%3E %3Cpath d='M5 8h4.99997626v.99999565H5.00000001zM5 9.999992h2.99998544v.99999436H5zM5 11.99998189h5.99997191v.99999553h-5.9999719z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--door-hanger-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-door-hanger'%3E %3Cpath fill-rule='inherit' d='M8.000014 0c-.7298991 0-1.4043275.2080942-1.9921783.5468726-.7031214.5156228-.1035112 1.5468684.6933562 1.2031197.3946331-.2290282.8425486-.3502681 1.2988233-.3515608 1.4366378.000381 2.6011688 1.1649119 2.6015498 2.601551-.000381 1.436639-1.1649109 2.6011697-2.6015498 2.601551-1.4366401-.000381-2.601171-1.1649119-2.6015512-2.6015509.0005279-.2269163.0162906-.3952001.0162906-.3952001.0624974-.5945329-1.0330266-.960378-1.3306837-.2526794 0 0-.084035.2889102-.084046.6478779v7.994107l-.0000152.0059v3.005846c0 .551145.4430225.994166.9941363.994166l3.0058565-.000037h3.0058455c.551115 0 .994137-.443021.994137-.994138V11.99998l.000005-.0058V4.0000741c0-2.2160002-1.783992-3.9999925-3.9999829-3.9999925z'/%3E %3Cg fill='%23fff' opacity='.5'%3E %3Cpath d='M5 8h4.99997626v.99999565H5.00000001zM5 9.999992h2.99998544v.99999436H5zM5 11.99998189h5.99997191v.99999553h-5.9999719z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--door-hanger-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-door-hanger'%3E %3Cpath fill-rule='inherit' d='M8.000014 0c-.7298991 0-1.4043275.2080942-1.9921783.5468726-.7031214.5156228-.1035112 1.5468684.6933562 1.2031197.3946331-.2290282.8425486-.3502681 1.2988233-.3515608 1.4366378.000381 2.6011688 1.1649119 2.6015498 2.601551-.000381 1.436639-1.1649109 2.6011697-2.6015498 2.601551-1.4366401-.000381-2.601171-1.1649119-2.6015512-2.6015509.0005279-.2269163.0162906-.3952001.0162906-.3952001.0624974-.5945329-1.0330266-.960378-1.3306837-.2526794 0 0-.084035.2889102-.084046.6478779v7.994107l-.0000152.0059v3.005846c0 .551145.4430225.994166.9941363.994166l3.0058565-.000037h3.0058455c.551115 0 .994137-.443021.994137-.994138V11.99998l.000005-.0058V4.0000741c0-2.2160002-1.783992-3.9999925-3.9999829-3.9999925z'/%3E %3Cg fill='%23fff' opacity='.5'%3E %3Cpath d='M5 8h4.99997626v.99999565H5.00000001zM5 9.999992h2.99998544v.99999436H5zM5 11.99998189h5.99997191v.99999553h-5.9999719z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--door-hanger-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-door-hanger'%3E %3Cpath fill-rule='inherit' d='M8.000014 0c-.7298991 0-1.4043275.2080942-1.9921783.5468726-.7031214.5156228-.1035112 1.5468684.6933562 1.2031197.3946331-.2290282.8425486-.3502681 1.2988233-.3515608 1.4366378.000381 2.6011688 1.1649119 2.6015498 2.601551-.000381 1.436639-1.1649109 2.6011697-2.6015498 2.601551-1.4366401-.000381-2.601171-1.1649119-2.6015512-2.6015509.0005279-.2269163.0162906-.3952001.0162906-.3952001.0624974-.5945329-1.0330266-.960378-1.3306837-.2526794 0 0-.084035.2889102-.084046.6478779v7.994107l-.0000152.0059v3.005846c0 .551145.4430225.994166.9941363.994166l3.0058565-.000037h3.0058455c.551115 0 .994137-.443021.994137-.994138V11.99998l.000005-.0058V4.0000741c0-2.2160002-1.783992-3.9999925-3.9999829-3.9999925z'/%3E %3Cg fill='%23fff' opacity='.5'%3E %3Cpath d='M5 8h4.99997626v.99999565H5.00000001zM5 9.999992h2.99998544v.99999436H5zM5 11.99998189h5.99997191v.99999553h-5.9999719z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--door-hanger-success {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366a030'%3E %3Cg id='icon-door-hanger'%3E %3Cpath fill-rule='inherit' d='M8.000014 0c-.7298991 0-1.4043275.2080942-1.9921783.5468726-.7031214.5156228-.1035112 1.5468684.6933562 1.2031197.3946331-.2290282.8425486-.3502681 1.2988233-.3515608 1.4366378.000381 2.6011688 1.1649119 2.6015498 2.601551-.000381 1.436639-1.1649109 2.6011697-2.6015498 2.601551-1.4366401-.000381-2.601171-1.1649119-2.6015512-2.6015509.0005279-.2269163.0162906-.3952001.0162906-.3952001.0624974-.5945329-1.0330266-.960378-1.3306837-.2526794 0 0-.084035.2889102-.084046.6478779v7.994107l-.0000152.0059v3.005846c0 .551145.4430225.994166.9941363.994166l3.0058565-.000037h3.0058455c.551115 0 .994137-.443021.994137-.994138V11.99998l.000005-.0058V4.0000741c0-2.2160002-1.783992-3.9999925-3.9999829-3.9999925z'/%3E %3Cg fill='%23fff' opacity='.5'%3E %3Cpath d='M5 8h4.99997626v.99999565H5.00000001zM5 9.999992h2.99998544v.99999436H5zM5 11.99998189h5.99997191v.99999553h-5.9999719z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--door-hanger-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-door-hanger'%3E %3Cpath fill-rule='inherit' d='M8.000014 0c-.7298991 0-1.4043275.2080942-1.9921783.5468726-.7031214.5156228-.1035112 1.5468684.6933562 1.2031197.3946331-.2290282.8425486-.3502681 1.2988233-.3515608 1.4366378.000381 2.6011688 1.1649119 2.6015498 2.601551-.000381 1.436639-1.1649109 2.6011697-2.6015498 2.601551-1.4366401-.000381-2.601171-1.1649119-2.6015512-2.6015509.0005279-.2269163.0162906-.3952001.0162906-.3952001.0624974-.5945329-1.0330266-.960378-1.3306837-.2526794 0 0-.084035.2889102-.084046.6478779v7.994107l-.0000152.0059v3.005846c0 .551145.4430225.994166.9941363.994166l3.0058565-.000037h3.0058455c.551115 0 .994137-.443021.994137-.994138V11.99998l.000005-.0058V4.0000741c0-2.2160002-1.783992-3.9999925-3.9999829-3.9999925z'/%3E %3Cg fill='%23fff' opacity='.5'%3E %3Cpath d='M5 8h4.99997626v.99999565H5.00000001zM5 9.999992h2.99998544v.99999436H5zM5 11.99998189h5.99997191v.99999553h-5.9999719z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--door-hanger-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-door-hanger'%3E %3Cpath fill-rule='inherit' d='M8.000014 0c-.7298991 0-1.4043275.2080942-1.9921783.5468726-.7031214.5156228-.1035112 1.5468684.6933562 1.2031197.3946331-.2290282.8425486-.3502681 1.2988233-.3515608 1.4366378.000381 2.6011688 1.1649119 2.6015498 2.601551-.000381 1.436639-1.1649109 2.6011697-2.6015498 2.601551-1.4366401-.000381-2.601171-1.1649119-2.6015512-2.6015509.0005279-.2269163.0162906-.3952001.0162906-.3952001.0624974-.5945329-1.0330266-.960378-1.3306837-.2526794 0 0-.084035.2889102-.084046.6478779v7.994107l-.0000152.0059v3.005846c0 .551145.4430225.994166.9941363.994166l3.0058565-.000037h3.0058455c.551115 0 .994137-.443021.994137-.994138V11.99998l.000005-.0058V4.0000741c0-2.2160002-1.783992-3.9999925-3.9999829-3.9999925z'/%3E %3Cg fill='%23fff' opacity='.5'%3E %3Cpath d='M5 8h4.99997626v.99999565H5.00000001zM5 9.999992h2.99998544v.99999436H5zM5 11.99998189h5.99997191v.99999553h-5.9999719z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--tag-comp-darker {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23243238' viewBox='0 0 16 16'%3E %3Cpath fill='' d='M2.7999977 3.9999893c-.6627473 0-1.1999986-.5372515-1.1999986-1.1999868 0-.6627473.5372513-1.1999986 1.1999986-1.1999986.6627353 0 1.1999988.5372513 1.1999988 1.1999986 0 .6627353-.5372635 1.1999868-1.1999988 1.1999868zM15.527987 7.6639931 8.3279957.46399989C8.039996.17600023 7.6399883 0 7.1999969 0H1.5999991C.71199886 0 0 .71199886 0 1.6000039v5.5999858c0 .4400034.17600023.8399991.47199909 1.1279988L7.6639883 15.52804c.2960037.288.6959994.47196 1.1360028.47196.4400035 0 .8399991-.18396 1.1279987-.47196l5.5999972-5.6000454c.29604-.2879996.47196-.6880072.47196-1.1279987 0-.4480074-.18396-.8480031-.47196-1.1360028z'/%3E %3C/svg%3E")
    }

    .icon--tag-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23516e7b' viewBox='0 0 16 16'%3E %3Cpath fill='' d='M2.7999977 3.9999893c-.6627473 0-1.1999986-.5372515-1.1999986-1.1999868 0-.6627473.5372513-1.1999986 1.1999986-1.1999986.6627353 0 1.1999988.5372513 1.1999988 1.1999986 0 .6627353-.5372635 1.1999868-1.1999988 1.1999868zM15.527987 7.6639931 8.3279957.46399989C8.039996.17600023 7.6399883 0 7.1999969 0H1.5999991C.71199886 0 0 .71199886 0 1.6000039v5.5999858c0 .4400034.17600023.8399991.47199909 1.1279988L7.6639883 15.52804c.2960037.288.6959994.47196 1.1360028.47196.4400035 0 .8399991-.18396 1.1279987-.47196l5.5999972-5.6000454c.29604-.2879996.47196-.6880072.47196-1.1279987 0-.4480074-.18396-.8480031-.47196-1.1360028z'/%3E %3C/svg%3E")
    }

    .icon--padlock-slate-100 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%231a2428'%3E %3Cg id='icon-padlock'%3E %3Cpath fill='' d='m 8.0005715,12.190857 c -0.8388571,0 -1.5245714,-0.685714 -1.5245714,-1.524571 0,-0.8377146 0.6857143,-1.5234289 1.5245714,-1.5234289 0.8377143,0 1.523429,0.6857143 1.523429,1.5234289 0,0.838857 -0.6857147,1.524571 -1.523429,1.524571 z m -4.5714286,-6.8571427 0.7611429,0 0,-1.5245714 C 4.1902858,1.7062857 5.8977144,0 8.0005715,0 10.103429,0 11.809715,1.7062857 11.809715,3.8091429 l 0,1.5245714 0.762286,0 c 0.837714,0 1.523428,0.6857143 1.523428,1.5234286 l 0,7.6194281 C 14.095429,15.314286 13.409715,16 12.572001,16 L 3.4291429,16 C 2.5902858,16 1.9045715,15.314286 1.9045715,14.476571 l 0,-7.6194281 c 0,-0.8377143 0.6857143,-1.5234286 1.5245714,-1.5234286 z M 10.361715,3.8091429 C 10.361715,2.5062857 9.3034285,1.448 8.0005715,1.448 6.6977144,1.448 5.6382858,2.5062857 5.6382858,3.8091429 l 0,1.5245714 4.7234292,0 0,-1.5245714 z m -6.9325721,10.6674281 9.1428571,0 0,-7.6194281 -9.1428571,0 0,7.6194281 z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--padlock-slate-300 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-padlock'%3E %3Cpath fill='' d='m 8.0005715,12.190857 c -0.8388571,0 -1.5245714,-0.685714 -1.5245714,-1.524571 0,-0.8377146 0.6857143,-1.5234289 1.5245714,-1.5234289 0.8377143,0 1.523429,0.6857143 1.523429,1.5234289 0,0.838857 -0.6857147,1.524571 -1.523429,1.524571 z m -4.5714286,-6.8571427 0.7611429,0 0,-1.5245714 C 4.1902858,1.7062857 5.8977144,0 8.0005715,0 10.103429,0 11.809715,1.7062857 11.809715,3.8091429 l 0,1.5245714 0.762286,0 c 0.837714,0 1.523428,0.6857143 1.523428,1.5234286 l 0,7.6194281 C 14.095429,15.314286 13.409715,16 12.572001,16 L 3.4291429,16 C 2.5902858,16 1.9045715,15.314286 1.9045715,14.476571 l 0,-7.6194281 c 0,-0.8377143 0.6857143,-1.5234286 1.5245714,-1.5234286 z M 10.361715,3.8091429 C 10.361715,2.5062857 9.3034285,1.448 8.0005715,1.448 6.6977144,1.448 5.6382858,2.5062857 5.6382858,3.8091429 l 0,1.5245714 4.7234292,0 0,-1.5245714 z m -6.9325721,10.6674281 9.1428571,0 0,-7.6194281 -9.1428571,0 0,7.6194281 z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--padlock-orange-500 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23e46500'%3E %3Cg id='icon-padlock'%3E %3Cpath fill='' d='m 8.0005715,12.190857 c -0.8388571,0 -1.5245714,-0.685714 -1.5245714,-1.524571 0,-0.8377146 0.6857143,-1.5234289 1.5245714,-1.5234289 0.8377143,0 1.523429,0.6857143 1.523429,1.5234289 0,0.838857 -0.6857147,1.524571 -1.523429,1.524571 z m -4.5714286,-6.8571427 0.7611429,0 0,-1.5245714 C 4.1902858,1.7062857 5.8977144,0 8.0005715,0 10.103429,0 11.809715,1.7062857 11.809715,3.8091429 l 0,1.5245714 0.762286,0 c 0.837714,0 1.523428,0.6857143 1.523428,1.5234286 l 0,7.6194281 C 14.095429,15.314286 13.409715,16 12.572001,16 L 3.4291429,16 C 2.5902858,16 1.9045715,15.314286 1.9045715,14.476571 l 0,-7.6194281 c 0,-0.8377143 0.6857143,-1.5234286 1.5245714,-1.5234286 z M 10.361715,3.8091429 C 10.361715,2.5062857 9.3034285,1.448 8.0005715,1.448 6.6977144,1.448 5.6382858,2.5062857 5.6382858,3.8091429 l 0,1.5245714 4.7234292,0 0,-1.5245714 z m -6.9325721,10.6674281 9.1428571,0 0,-7.6194281 -9.1428571,0 0,7.6194281 z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--padlock {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-padlock'%3E %3Cpath fill='' d='m 8.0005715,12.190857 c -0.8388571,0 -1.5245714,-0.685714 -1.5245714,-1.524571 0,-0.8377146 0.6857143,-1.5234289 1.5245714,-1.5234289 0.8377143,0 1.523429,0.6857143 1.523429,1.5234289 0,0.838857 -0.6857147,1.524571 -1.523429,1.524571 z m -4.5714286,-6.8571427 0.7611429,0 0,-1.5245714 C 4.1902858,1.7062857 5.8977144,0 8.0005715,0 10.103429,0 11.809715,1.7062857 11.809715,3.8091429 l 0,1.5245714 0.762286,0 c 0.837714,0 1.523428,0.6857143 1.523428,1.5234286 l 0,7.6194281 C 14.095429,15.314286 13.409715,16 12.572001,16 L 3.4291429,16 C 2.5902858,16 1.9045715,15.314286 1.9045715,14.476571 l 0,-7.6194281 c 0,-0.8377143 0.6857143,-1.5234286 1.5245714,-1.5234286 z M 10.361715,3.8091429 C 10.361715,2.5062857 9.3034285,1.448 8.0005715,1.448 6.6977144,1.448 5.6382858,2.5062857 5.6382858,3.8091429 l 0,1.5245714 4.7234292,0 0,-1.5245714 z m -6.9325721,10.6674281 9.1428571,0 0,-7.6194281 -9.1428571,0 0,7.6194281 z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--padlock-comp {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%238ea4af'%3E %3Cg id='icon-padlock'%3E %3Cpath fill='' d='m 8.0005715,12.190857 c -0.8388571,0 -1.5245714,-0.685714 -1.5245714,-1.524571 0,-0.8377146 0.6857143,-1.5234289 1.5245714,-1.5234289 0.8377143,0 1.523429,0.6857143 1.523429,1.5234289 0,0.838857 -0.6857147,1.524571 -1.523429,1.524571 z m -4.5714286,-6.8571427 0.7611429,0 0,-1.5245714 C 4.1902858,1.7062857 5.8977144,0 8.0005715,0 10.103429,0 11.809715,1.7062857 11.809715,3.8091429 l 0,1.5245714 0.762286,0 c 0.837714,0 1.523428,0.6857143 1.523428,1.5234286 l 0,7.6194281 C 14.095429,15.314286 13.409715,16 12.572001,16 L 3.4291429,16 C 2.5902858,16 1.9045715,15.314286 1.9045715,14.476571 l 0,-7.6194281 c 0,-0.8377143 0.6857143,-1.5234286 1.5245714,-1.5234286 z M 10.361715,3.8091429 C 10.361715,2.5062857 9.3034285,1.448 8.0005715,1.448 6.6977144,1.448 5.6382858,2.5062857 5.6382858,3.8091429 l 0,1.5245714 4.7234292,0 0,-1.5245714 z m -6.9325721,10.6674281 9.1428571,0 0,-7.6194281 -9.1428571,0 0,7.6194281 z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--padlock-comp-darker {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-padlock'%3E %3Cpath fill='' d='m 8.0005715,12.190857 c -0.8388571,0 -1.5245714,-0.685714 -1.5245714,-1.524571 0,-0.8377146 0.6857143,-1.5234289 1.5245714,-1.5234289 0.8377143,0 1.523429,0.6857143 1.523429,1.5234289 0,0.838857 -0.6857147,1.524571 -1.523429,1.524571 z m -4.5714286,-6.8571427 0.7611429,0 0,-1.5245714 C 4.1902858,1.7062857 5.8977144,0 8.0005715,0 10.103429,0 11.809715,1.7062857 11.809715,3.8091429 l 0,1.5245714 0.762286,0 c 0.837714,0 1.523428,0.6857143 1.523428,1.5234286 l 0,7.6194281 C 14.095429,15.314286 13.409715,16 12.572001,16 L 3.4291429,16 C 2.5902858,16 1.9045715,15.314286 1.9045715,14.476571 l 0,-7.6194281 c 0,-0.8377143 0.6857143,-1.5234286 1.5245714,-1.5234286 z M 10.361715,3.8091429 C 10.361715,2.5062857 9.3034285,1.448 8.0005715,1.448 6.6977144,1.448 5.6382858,2.5062857 5.6382858,3.8091429 l 0,1.5245714 4.7234292,0 0,-1.5245714 z m -6.9325721,10.6674281 9.1428571,0 0,-7.6194281 -9.1428571,0 0,7.6194281 z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--padlock-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-padlock'%3E %3Cpath fill='' d='m 8.0005715,12.190857 c -0.8388571,0 -1.5245714,-0.685714 -1.5245714,-1.524571 0,-0.8377146 0.6857143,-1.5234289 1.5245714,-1.5234289 0.8377143,0 1.523429,0.6857143 1.523429,1.5234289 0,0.838857 -0.6857147,1.524571 -1.523429,1.524571 z m -4.5714286,-6.8571427 0.7611429,0 0,-1.5245714 C 4.1902858,1.7062857 5.8977144,0 8.0005715,0 10.103429,0 11.809715,1.7062857 11.809715,3.8091429 l 0,1.5245714 0.762286,0 c 0.837714,0 1.523428,0.6857143 1.523428,1.5234286 l 0,7.6194281 C 14.095429,15.314286 13.409715,16 12.572001,16 L 3.4291429,16 C 2.5902858,16 1.9045715,15.314286 1.9045715,14.476571 l 0,-7.6194281 c 0,-0.8377143 0.6857143,-1.5234286 1.5245714,-1.5234286 z M 10.361715,3.8091429 C 10.361715,2.5062857 9.3034285,1.448 8.0005715,1.448 6.6977144,1.448 5.6382858,2.5062857 5.6382858,3.8091429 l 0,1.5245714 4.7234292,0 0,-1.5245714 z m -6.9325721,10.6674281 9.1428571,0 0,-7.6194281 -9.1428571,0 0,7.6194281 z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--img-right {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-img-right'%3E %3Cpath fill-rule='evenodd' d='M2 4h5v1H2zm0 2h5v1H2zm0 2h5v1H2zm0 2h5v1H2zm6-6h6v7H8z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--img-right-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-img-right'%3E %3Cpath fill-rule='evenodd' d='M2 4h5v1H2zm0 2h5v1H2zm0 2h5v1H2zm0 2h5v1H2zm6-6h6v7H8z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--img-right-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-img-right'%3E %3Cpath fill-rule='evenodd' d='M2 4h5v1H2zm0 2h5v1H2zm0 2h5v1H2zm0 2h5v1H2zm6-6h6v7H8z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--img-right-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-img-right'%3E %3Cpath fill-rule='evenodd' d='M2 4h5v1H2zm0 2h5v1H2zm0 2h5v1H2zm0 2h5v1H2zm6-6h6v7H8z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--img-right-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-img-right'%3E %3Cpath fill-rule='evenodd' d='M2 4h5v1H2zm0 2h5v1H2zm0 2h5v1H2zm0 2h5v1H2zm6-6h6v7H8z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--img-top {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-img-top'%3E %3Cpath fill-rule='evenodd' d='M3 3h10v5H3zm0 7h10v1H3zm0 2h10v1H3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--img-top-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-img-top'%3E %3Cpath fill-rule='evenodd' d='M3 3h10v5H3zm0 7h10v1H3zm0 2h10v1H3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--img-top-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-img-top'%3E %3Cpath fill-rule='evenodd' d='M3 3h10v5H3zm0 7h10v1H3zm0 2h10v1H3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--img-top-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-img-top'%3E %3Cpath fill-rule='evenodd' d='M3 3h10v5H3zm0 7h10v1H3zm0 2h10v1H3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--img-top-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-img-top'%3E %3Cpath fill-rule='evenodd' d='M3 3h10v5H3zm0 7h10v1H3zm0 2h10v1H3z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--forms-detailed {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg fill='%23243238' fill-rule='evenodd' id='icon-forms-detailed'%3E %3Cpath d='M1 1v4h4V1H1zM0 0h6v6H0V0zm1 9v5c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1zM0 9c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2v5c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V9zm10-4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 1C8.34 6 7 4.66 7 3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z'/%3E %3Ccircle cx='10' cy='3' r='1'/%3E %3Cpath d='M4 10h1v3H4v-3zM3 9h1v1H3V9zm0 4h1v1H3v-1zm2-4h1v1H5V9zm0 4h1v1H5v-1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--forms-detailed-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg fill='%23243238' fill-rule='evenodd' id='icon-forms-detailed'%3E %3Cpath d='M1 1v4h4V1H1zM0 0h6v6H0V0zm1 9v5c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1zM0 9c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2v5c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V9zm10-4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 1C8.34 6 7 4.66 7 3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z'/%3E %3Ccircle cx='10' cy='3' r='1'/%3E %3Cpath d='M4 10h1v3H4v-3zM3 9h1v1H3V9zm0 4h1v1H3v-1zm2-4h1v1H5V9zm0 4h1v1H5v-1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--forms-detailed-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg fill='%23243238' fill-rule='evenodd' id='icon-forms-detailed'%3E %3Cpath d='M1 1v4h4V1H1zM0 0h6v6H0V0zm1 9v5c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1zM0 9c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2v5c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V9zm10-4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 1C8.34 6 7 4.66 7 3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z'/%3E %3Ccircle cx='10' cy='3' r='1'/%3E %3Cpath d='M4 10h1v3H4v-3zM3 9h1v1H3V9zm0 4h1v1H3v-1zm2-4h1v1H5V9zm0 4h1v1H5v-1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--forms-detailed-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg fill='%23243238' fill-rule='evenodd' id='icon-forms-detailed'%3E %3Cpath d='M1 1v4h4V1H1zM0 0h6v6H0V0zm1 9v5c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1zM0 9c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2v5c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V9zm10-4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 1C8.34 6 7 4.66 7 3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z'/%3E %3Ccircle cx='10' cy='3' r='1'/%3E %3Cpath d='M4 10h1v3H4v-3zM3 9h1v1H3V9zm0 4h1v1H3v-1zm2-4h1v1H5V9zm0 4h1v1H5v-1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--forms-detailed-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg fill='%23243238' fill-rule='evenodd' id='icon-forms-detailed'%3E %3Cpath d='M1 1v4h4V1H1zM0 0h6v6H0V0zm1 9v5c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1zM0 9c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2v5c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V9zm10-4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 1C8.34 6 7 4.66 7 3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z'/%3E %3Ccircle cx='10' cy='3' r='1'/%3E %3Cpath d='M4 10h1v3H4v-3zM3 9h1v1H3V9zm0 4h1v1H3v-1zm2-4h1v1H5V9zm0 4h1v1H5v-1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--galery {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-galery'%3E %3Cpath fill='%23506E7A' d='M15 3.17L16 14c0 1.1-.9 2-2 2v-1c.55 0 1-.45 1-1V3.16zm0 0L16 2v12c0 1.1-.9 2-2 2H4l.86-1H14c.55 0 1-.45 1-1V3.16z'/%3E %3Cpath fill='%23FFF' d='M1 2v10c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1z'/%3E %3Cpath fill='%23506E7A' d='M1 2v10c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1zM0 2C0 .9.9 0 2 0h10c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V2z'/%3E %3Cpath fill='%2366A03A' d='M1.98 12H12V7.88l-2.14 1.2-2-1.8-2.68 2.26-3.1-3.34'/%3E %3Ccircle cx='10' cy='4' r='2' fill='%23FF6844'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--image-square {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-image-square'%3E %3Cpath fill='%23fff' d='M1 2v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1z'/%3E %3Cpath fill='%23506E7A' d='M1 2v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1zM0 2C0 .9.9 0 2 0h12c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V2z'/%3E %3Cpath fill='%2366a03a' d='M1.98 13.96h11.94v-4.8l-2.55 1.4L9 8.46 5.8 11.1 2.1 7.2'/%3E %3Ccircle cx='11' cy='4' r='2' fill='%23ff6844'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--embed {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-embed'%3E %3Crect width='16' height='16' fill='%23FFFDE7' rx='2'/%3E %3Cpath fill='%23243238' d='M5.28 11L.43 8.88v-.7l4.85-2.42v1.17L1.94 8.47l3.34 1.37V11zm4.5-6.14L7.14 12H5.78l2.66-7.14H9.8zm.5 4.98l3.33-1.37-3.32-1.55V5.75l4.85 2.42v.7L10.27 11V9.85z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--postit {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-postit'%3E %3Cpath fill='%23CBC443' d='M1 0h14c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1z'/%3E %3Cpath fill='%23FFF35C' d='M1 5h14v10H1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--attendance {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-attendance'%3E %3Ccircle fill='%23fff' stroke='%238ea4af' stroke-width='1' r='7.5' cx='8' cy='8'/%3E %3Ccircle fill='%2366a030' r='5' cx='8' cy='8'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--non-attendance {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-non-attendance'%3E %3Ccircle fill='%23fff' stroke='%238ea4af' stroke-width='1' r='7.5' cx='8' cy='8'/%3E %3Ccircle fill='%23d40000' r='3' cx='8' cy='8'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--lateness {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-lateness'%3E %3Ccircle fill='%23fff' stroke='%238ea4af' stroke-width='1' r='7.5' cx='8' cy='8'/%3E %3Cpath fill='%23ff6c3b' d='M12.33012644 10.49999496A4.99999987 5.00000117 0 117.99999963 2.9999932v5.00000117z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--exemption {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E %3Cdefs%3E %3Cpattern id='b' patternTransform='matrix(0.86348343,-0.86348343,5.4826478,5.4826478,52.802662,62.717918)' xlink:href='%23a'/%3E %3Cpattern id='a' width='3' height='1' patternUnits='userSpaceOnUse' patternTransform='scale(10)'%3E %3Crect width='1' height='2' y='-.5' fill='%23516e7b'/%3E %3C/pattern%3E %3C/defs%3E %3Cg id='icon-exemption'%3E %3Ccircle fill='%23fff' stroke='%238ea4af' stroke-width='1' r='7.5' cx='8' cy='8'/%3E %3Cpath fill='url(%23b)' d='m 58,62.5 a 6.5,6.5 0 1 1 -13,0 6.5,6.5 0 1 1 13,0 z' transform='matrix(0.86153848,0,0,0.86153848,-36.36922,-45.846155)'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--dropbox {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-dropbox'%3E %3Cpath fill='%23007ee5' d='M8 3.308l-4.746 2.93L0 3.632 4.707.559 8 3.309zM0 8.844l4.707 3.074L8 9.168l-4.746-2.93L0 8.846zm8 .325l3.293 2.75L16 8.843l-3.254-2.605L8 9.169zm8-5.536L11.293.559 8 3.309l4.746 2.93L16 3.632zM8.01 9.76L4.707 12.5l-1.414-.922v1.035l4.717 2.828 4.716-2.83v-1.033l-1.413.923-3.303-2.74z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--googledrive {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-googledrive'%3E %3Cpath fill='%23ffcf63' d='M5.334 1.071l5.334 9.24H16l-5.333-9.24z'/%3E %3Cpath fill='%2311a861' d='M5.334 1.071L0 10.309l2.667 4.618L8 5.691z'/%3E %3Cpath fill='%233777e3' d='M16 10.31H5.333l-2.666 4.618h10.666z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--onedrive {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-onedrive' fill='%23094ab2' stroke='%23094ab2' stroke-width='1.153'%3E %3Cpath stroke-width='.30747051000000003' d='M14.12 9.14c2.316 1.336 1.948 2.87.942 3.392l-4.485-.005-5.556-.04c-.814-.316-1.18-.796-1.262-1.97.353-1.267.36-1.255 2.05-1.904C6.272 7.14 7.18 6.32 8.27 6.21c1.134-.224 1.59.4 2.398 1.018 1.008.005 1.935-.184 2.744.27.528.488.533 1.082.71 1.642z'/%3E %3Cpath stroke-width='.30747051000000003' d='M5.28 8.14c.566-1.225.807-2.295 3.05-2.72.995-.007 1.62-.05 2.52.964l1.234.01C11.41 4.414 10.052 3.3 8.43 3.49c-1.22.08-2.327.784-2.68 1.63-1.067-.213-1.958-.06-2.39.05-.857.38-1.357.87-1.568 2.695C.61 8.207.292 8.883.154 9.602c.005 1.178.208 1.918 1.24 2.33l1.957-.017c-.466-1.186-.6-3.258 1.93-3.776z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--webdav {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-webdav'%3E %3Cpath fill-rule='inherit' d='M8 10c2.8 0 5-2.3 5-5 0-2.8-2.2-5-5-5S3 2.2 3 5c0 2.7 2.2 5 5 5zm3.8-6.5l-1 .7-1.5.5L7.7 4V2.3l-.6.2L6 2l.6-.8C7 1 7.6 1 8 1c1.7 0 3.2 1 3.8 2.5zm-7.2-.8l.6.3h1l.6.8-.5 1.7-1 2-.8-.3C4 6.5 4 5.8 4 5c0-1 .2-1.6.6-2.3zm4.7 6l.7-.4-1.2-.6H6.6l-.6.8c.6.4 1.3.6 2 .6h1.3zM1 12v2c0 .6.4 1 1 1h12c.6 0 1-.4 1-1v-2c0-.6-.4-1-1-1H2c-.6 0-1 .4-1 1zm-1 0c0-1 1-2 2-2h12c1 0 2 1 2 2v2c0 1-1 2-2 2H2c-1 0-2-1-2-2v-2zm12 2c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--webdav-2 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-webdav-2'%3E %3Cpath d='M5.608 8.6H0V7h5.608V4.6L8.8 7.8 5.608 11zm4.784 1V12H16v1.6h-5.608V16L7.2 12.8z' fill='%23194cb2'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--hubic {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg fill='%23226b9b' fill-rule='evenodd' id='icon-hubic'%3E %3Cpath d='M0 2C0 .9.9 0 2 0h6l8 8.46V14c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V2zm3.75.88V6.6c.32-.36.63-.66.93-.87.3-.2.64-.38 1-.48.38-.1.77-.16 1.2-.16.63 0 1.2.1 1.7.4.48.24.87.63 1.15 1.15.18.3.3.63.36 1 .03.37.06.8.06 1.3v4.8c0 .5-.1.88-.34 1.13-.23.25-.54.4-.92.4-.8 0-1.23-.53-1.23-1.55v-4.2c0-.8-.12-1.42-.35-1.86-.24-.43-.7-.64-1.36-.64-.45 0-.86.12-1.2.38-.37.28-.64.6-.82 1.07-.13.37-.2 1.04-.2 2v3.3c0 .5-.1.9-.34 1.15-.2.27-.52.4-.92.4-.83 0-1.24-.5-1.24-1.53V2.86c0-.5.1-.9.33-1.13.2-.26.52-.4.9-.4.4 0 .72.14.94.4.26.26.37.64.37 1.14z'/%3E %3Ccircle cx='8.5' cy='2.5' r='2.5'/%3E %3Ccircle cx='13.5' cy='8.5' r='2.5'/%3E %3Ccircle cx='13' cy='4' r='3'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--contrast {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-contrast'%3E %3Cpath fill-rule='inherit' d='M8,16 C3.581722,16 0,12.418278 0,8 C0,3.581722 3.581722,0 8,0 C12.418278,0 16,3.581722 16,8 C16,12.418278 12.418278,16 8,16 Z M7.1787,9.6152 L7.917,12 L8.6144,12 L5.8954,3.4687 L5.2744,3.4687 L2.5557,12 L3.253,12 L3.9795,9.6152 L7.1787,9.6152 Z M4.1729,8.9882 L4.173,8.988 L5.5789,4.4122 L6.9849,8.9882 L4.1729,8.9882 Z M14.0689,9.1289 L14.0693,9.1288 L14.0693,8.4258 C14.0577,7.4686 13.8837,6.749 13.5477,6.2666 C13.2117,5.7842 12.702,5.543 12.0184,5.543 C11.284,5.543 10.7391,5.877 10.3836,6.545 L10.3836,3 L9.739,3 L9.739,11.9994 L10.3423,11.9994 L10.3713,11.1494 C10.7303,11.7939 11.2833,12.1162 12.0293,12.1162 C12.7051,12.1162 13.2139,11.8629 13.5559,11.3549 C13.8979,10.8469 14.0689,10.1049 14.0689,9.1289 Z M13.4179,8.5369 L13.4178,8.5362 L13.4178,9.1692 C13.4138,9.9659 13.2898,10.5529 13.0458,10.9299 C12.8016,11.3068 12.4198,11.4951 11.9003,11.4951 C11.537,11.4951 11.2264,11.4043 10.9687,11.2226 C10.7107,11.0411 10.5157,10.7841 10.3827,10.4521 L10.3827,7.3119 C10.6639,6.5499 11.1659,6.1699 11.8884,6.1699 C12.4314,6.1699 12.8221,6.3629 13.0604,6.7499 C13.2989,7.1359 13.4179,7.7319 13.4179,8.5369 Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--contrast-alt {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-contrast-alt'%3E %3Cpath fill-rule='evenodd' d='M2 5.5V3c0-.5.5-1 1-1h2.5L7.3.3c.4-.4 1-.4 1.4 0L10.5 2H13c.5 0 1 .5 1 1v2.5l1.7 1.8c.4.4.4 1 0 1.4L14 10.5V13c0 .5-.5 1-1 1h-2.5l-1.8 1.7c-.4.4-1 .4-1.4 0L5.5 14H3c-.5 0-1-.5-1-1v-2.5L.3 8.7c-.4-.4-.4-1 0-1.4L2 5.5zM8 13c2.8 0 5-2.2 5-5s-2.2-5-5-5-5 2.2-5 5 2.2 5 5 5zm0-9c2.2 0 4 1.8 4 4s-1.8 4-4 4V4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--contrast-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-contrast'%3E %3Cpath fill-rule='inherit' d='M8,16 C3.581722,16 0,12.418278 0,8 C0,3.581722 3.581722,0 8,0 C12.418278,0 16,3.581722 16,8 C16,12.418278 12.418278,16 8,16 Z M7.1787,9.6152 L7.917,12 L8.6144,12 L5.8954,3.4687 L5.2744,3.4687 L2.5557,12 L3.253,12 L3.9795,9.6152 L7.1787,9.6152 Z M4.1729,8.9882 L4.173,8.988 L5.5789,4.4122 L6.9849,8.9882 L4.1729,8.9882 Z M14.0689,9.1289 L14.0693,9.1288 L14.0693,8.4258 C14.0577,7.4686 13.8837,6.749 13.5477,6.2666 C13.2117,5.7842 12.702,5.543 12.0184,5.543 C11.284,5.543 10.7391,5.877 10.3836,6.545 L10.3836,3 L9.739,3 L9.739,11.9994 L10.3423,11.9994 L10.3713,11.1494 C10.7303,11.7939 11.2833,12.1162 12.0293,12.1162 C12.7051,12.1162 13.2139,11.8629 13.5559,11.3549 C13.8979,10.8469 14.0689,10.1049 14.0689,9.1289 Z M13.4179,8.5369 L13.4178,8.5362 L13.4178,9.1692 C13.4138,9.9659 13.2898,10.5529 13.0458,10.9299 C12.8016,11.3068 12.4198,11.4951 11.9003,11.4951 C11.537,11.4951 11.2264,11.4043 10.9687,11.2226 C10.7107,11.0411 10.5157,10.7841 10.3827,10.4521 L10.3827,7.3119 C10.6639,6.5499 11.1659,6.1699 11.8884,6.1699 C12.4314,6.1699 12.8221,6.3629 13.0604,6.7499 C13.2989,7.1359 13.4179,7.7319 13.4179,8.5369 Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--contrast-alt-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-contrast-alt'%3E %3Cpath fill-rule='evenodd' d='M2 5.5V3c0-.5.5-1 1-1h2.5L7.3.3c.4-.4 1-.4 1.4 0L10.5 2H13c.5 0 1 .5 1 1v2.5l1.7 1.8c.4.4.4 1 0 1.4L14 10.5V13c0 .5-.5 1-1 1h-2.5l-1.8 1.7c-.4.4-1 .4-1.4 0L5.5 14H3c-.5 0-1-.5-1-1v-2.5L.3 8.7c-.4-.4-.4-1 0-1.4L2 5.5zM8 13c2.8 0 5-2.2 5-5s-2.2-5-5-5-5 2.2-5 5 2.2 5 5 5zm0-9c2.2 0 4 1.8 4 4s-1.8 4-4 4V4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--content-copy-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cpath fill-rule='evenodd' d='M12.999953 14h-7.33331V4.66663h7.33331m0-1.33334h-7.33331c-.73638 0-1.33333.59696-1.33333 1.33334V14c0 .7363.59695 1.3333 1.33333 1.3333h7.33331c.7364 0 1.3334-.597 1.3334-1.3333V4.66663c0-.73638-.597-1.33334-1.3334-1.33334zM10.999983.666626h-8c-.736383 0-1.333336.596954-1.333336 1.333334v9.33334h1.333336V1.99996h8z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--copy {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-copy'%3E %3Crect width='11' height='13' x='5' y='3' fill='%23FFF' rx='2'/%3E %3Cpath fill-rule='inherit' d='M6 5v9c0 .55.44 1 1 1h7c.55 0 1-.45 1-1V5c0-.55-.44-1-1-1H7c-.55 0-1 .45-1 1zM5 5c0-1.1.9-2 2-2h7c1.1 0 2 .9 2 2v9c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V5zm6-2v1h2V3h-2zm4 3v2h1V6h-1zm0 5v2h1v-2h-1zM5 13v1h1v-1H5zm2 2v1h2v-1H7zm4 0v1h2v-1h-2z'/%3E %3Cpath fill='%23FFF' d='M1 2v9c0 .55.44 1 1 1h7c.55 0 1-.45 1-1V2c0-.55-.44-1-1-1H2c-.55 0-1 .45-1 1z'/%3E %3Cpath fill-rule='inherit' d='M1 2v9c0 .55.44 1 1 1h7c.55 0 1-.45 1-1V2c0-.55-.44-1-1-1H2c-.55 0-1 .45-1 1zM0 2C0 .9.9 0 2 0h7c1.1 0 2 .9 2 2v9c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--copy-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-copy'%3E %3Crect width='11' height='13' x='5' y='3' fill='%23FFF' rx='2'/%3E %3Cpath fill-rule='inherit' d='M6 5v9c0 .55.44 1 1 1h7c.55 0 1-.45 1-1V5c0-.55-.44-1-1-1H7c-.55 0-1 .45-1 1zM5 5c0-1.1.9-2 2-2h7c1.1 0 2 .9 2 2v9c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V5zm6-2v1h2V3h-2zm4 3v2h1V6h-1zm0 5v2h1v-2h-1zM5 13v1h1v-1H5zm2 2v1h2v-1H7zm4 0v1h2v-1h-2z'/%3E %3Cpath fill='%23FFF' d='M1 2v9c0 .55.44 1 1 1h7c.55 0 1-.45 1-1V2c0-.55-.44-1-1-1H2c-.55 0-1 .45-1 1z'/%3E %3Cpath fill-rule='inherit' d='M1 2v9c0 .55.44 1 1 1h7c.55 0 1-.45 1-1V2c0-.55-.44-1-1-1H2c-.55 0-1 .45-1 1zM0 2C0 .9.9 0 2 0h7c1.1 0 2 .9 2 2v9c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V2z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--progr-up-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-progression-up'%3E %3Cpath fill='%23fff' fill-rule='evenodd' d='M11.2 6.2l-7.5 7.5-1.4-1.4 7.5-7.5L7 2h7v7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--progr-down-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-progression-down'%3E %3Cpath fill='%23fff' fill-rule='evenodd' d='M11.2 9.8L3.7 2.3 2.3 3.7l7.5 7.5L7 14h7V7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--progr-equal-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-progression-equal'%3E %3Cpath fill='%23fff' fill-rule='evenodd' d='M3 5h10v2H3V5zm0 4h10v2H3V9z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--progr-na-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-progression-na'%3E %3Cpath fill='%23fff' fill-rule='evenodd' d='M6.2 10.2v-.6c0-.5 0-.9.3-1.3l1.1-1.2c.6-.3 1-.7 1.1-.9.2-.2.3-.5.3-.8 0-.4-.1-.6-.4-.8-.2-.2-.6-.3-1-.3a6 6 0 0 0-2.7.8L4 3.4c1.2-.7 2.4-1 3.7-1a4 4 0 0 1 2.6.8c.6.5 1 1.2 1 2 0 .6-.2 1.1-.4 1.5a4 4 0 0 1-1.5 1.4l-1 .9-.2.7v.5h-2zM5.9 13c0-.5.1-.8.4-1 .2-.2.5-.3 1-.3.4 0 .7 0 1 .3.2.2.3.6.3 1s0 .7-.3 1c-.3.2-.6.3-1 .3-.5 0-.8-.1-1-.3-.3-.3-.4-.6-.4-1z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--view {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-view'%3E %3Cpath fill-rule='inherit' d='M4 15a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm11-2V2a1 1 0 0 0-2 0 .5.5 0 1 1-1 0 2 2 0 1 1 4 0v11.5c0 .3-.2.5-.5.5h-.7A3 3 0 0 1 9 13a1 1 0 0 0-2 0 3 3 0 0 1-5.8 1H.5a.5.5 0 0 1-.5-.5V2a2 2 0 1 1 4 0 .5.5 0 0 1-1 0 1 1 0 1 0-2 0v11a3 3 0 0 1 5.6-1.5 2 2 0 0 1 2.8 0A3 3 0 0 1 15 13zm-3 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--view-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d7dee2'%3E %3Cg id='icon-view'%3E %3Cpath fill-rule='inherit' d='M4 15a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm11-2V2a1 1 0 0 0-2 0 .5.5 0 1 1-1 0 2 2 0 1 1 4 0v11.5c0 .3-.2.5-.5.5h-.7A3 3 0 0 1 9 13a1 1 0 0 0-2 0 3 3 0 0 1-5.8 1H.5a.5.5 0 0 1-.5-.5V2a2 2 0 1 1 4 0 .5.5 0 0 1-1 0 1 1 0 1 0-2 0v11a3 3 0 0 1 5.6-1.5 2 2 0 0 1 2.8 0A3 3 0 0 1 15 13zm-3 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--view-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-view'%3E %3Cpath fill-rule='inherit' d='M4 15a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm11-2V2a1 1 0 0 0-2 0 .5.5 0 1 1-1 0 2 2 0 1 1 4 0v11.5c0 .3-.2.5-.5.5h-.7A3 3 0 0 1 9 13a1 1 0 0 0-2 0 3 3 0 0 1-5.8 1H.5a.5.5 0 0 1-.5-.5V2a2 2 0 1 1 4 0 .5.5 0 0 1-1 0 1 1 0 1 0-2 0v11a3 3 0 0 1 5.6-1.5 2 2 0 0 1 2.8 0A3 3 0 0 1 15 13zm-3 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--view-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-view'%3E %3Cpath fill-rule='inherit' d='M4 15a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm11-2V2a1 1 0 0 0-2 0 .5.5 0 1 1-1 0 2 2 0 1 1 4 0v11.5c0 .3-.2.5-.5.5h-.7A3 3 0 0 1 9 13a1 1 0 0 0-2 0 3 3 0 0 1-5.8 1H.5a.5.5 0 0 1-.5-.5V2a2 2 0 1 1 4 0 .5.5 0 0 1-1 0 1 1 0 1 0-2 0v11a3 3 0 0 1 5.6-1.5 2 2 0 0 1 2.8 0A3 3 0 0 1 15 13zm-3 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--view-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-view'%3E %3Cpath fill-rule='inherit' d='M4 15a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm11-2V2a1 1 0 0 0-2 0 .5.5 0 1 1-1 0 2 2 0 1 1 4 0v11.5c0 .3-.2.5-.5.5h-.7A3 3 0 0 1 9 13a1 1 0 0 0-2 0 3 3 0 0 1-5.8 1H.5a.5.5 0 0 1-.5-.5V2a2 2 0 1 1 4 0 .5.5 0 0 1-1 0 1 1 0 1 0-2 0v11a3 3 0 0 1 5.6-1.5 2 2 0 0 1 2.8 0A3 3 0 0 1 15 13zm-3 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--view-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ff6c3b'%3E %3Cg id='icon-view'%3E %3Cpath fill-rule='inherit' d='M4 15a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm11-2V2a1 1 0 0 0-2 0 .5.5 0 1 1-1 0 2 2 0 1 1 4 0v11.5c0 .3-.2.5-.5.5h-.7A3 3 0 0 1 9 13a1 1 0 0 0-2 0 3 3 0 0 1-5.8 1H.5a.5.5 0 0 1-.5-.5V2a2 2 0 1 1 4 0 .5.5 0 0 1-1 0 1 1 0 1 0-2 0v11a3 3 0 0 1 5.6-1.5 2 2 0 0 1 2.8 0A3 3 0 0 1 15 13zm-3 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--hand {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' stroke='%23243238'%3E %3Cg id='icon-hand'%3E %3Cpath fill='%23fff' stroke='inherit' stroke-linecap='round' stroke-linejoin='round' d='M9.4 15.5c3.8 0 4.1-2.5 4.1-5.5V5.5c-.1-.7-.5-1-1-1s-.9.3-1 1v3-5c0-.7-.4-1-1-1s-1 .3-1 1v5V2c0-.7-.4-1-1-1s-1 .3-1 1v6.5-5c0-.7-.4-1-1-1s-1 .3-1 1v6L3.6 7.2c-.4-.3-.7-.4-1.1-.2-.4.2-.5.6-.4 1l2.3 4.8c.3.6 1.2 2.7 5 2.7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--hand-comp-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' stroke='%23d7dee2'%3E %3Cg id='icon-hand'%3E %3Cpath fill='%23fff' stroke='inherit' stroke-linecap='round' stroke-linejoin='round' d='M9.4 15.5c3.8 0 4.1-2.5 4.1-5.5V5.5c-.1-.7-.5-1-1-1s-.9.3-1 1v3-5c0-.7-.4-1-1-1s-1 .3-1 1v5V2c0-.7-.4-1-1-1s-1 .3-1 1v6.5-5c0-.7-.4-1-1-1s-1 .3-1 1v6L3.6 7.2c-.4-.3-.7-.4-1.1-.2-.4.2-.5.6-.4 1l2.3 4.8c.3.6 1.2 2.7 5 2.7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--hand-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' stroke='%23fff'%3E %3Cg id='icon-hand'%3E %3Cpath fill='%23fff' stroke='inherit' stroke-linecap='round' stroke-linejoin='round' d='M9.4 15.5c3.8 0 4.1-2.5 4.1-5.5V5.5c-.1-.7-.5-1-1-1s-.9.3-1 1v3-5c0-.7-.4-1-1-1s-1 .3-1 1v5V2c0-.7-.4-1-1-1s-1 .3-1 1v6.5-5c0-.7-.4-1-1-1s-1 .3-1 1v6L3.6 7.2c-.4-.3-.7-.4-1.1-.2-.4.2-.5.6-.4 1l2.3 4.8c.3.6 1.2 2.7 5 2.7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--hand-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' stroke='%23006dcc'%3E %3Cg id='icon-hand'%3E %3Cpath fill='%23fff' stroke='inherit' stroke-linecap='round' stroke-linejoin='round' d='M9.4 15.5c3.8 0 4.1-2.5 4.1-5.5V5.5c-.1-.7-.5-1-1-1s-.9.3-1 1v3-5c0-.7-.4-1-1-1s-1 .3-1 1v5V2c0-.7-.4-1-1-1s-1 .3-1 1v6.5-5c0-.7-.4-1-1-1s-1 .3-1 1v6L3.6 7.2c-.4-.3-.7-.4-1.1-.2-.4.2-.5.6-.4 1l2.3 4.8c.3.6 1.2 2.7 5 2.7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--hand-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' stroke='%23bf0013'%3E %3Cg id='icon-hand'%3E %3Cpath fill='%23fff' stroke='inherit' stroke-linecap='round' stroke-linejoin='round' d='M9.4 15.5c3.8 0 4.1-2.5 4.1-5.5V5.5c-.1-.7-.5-1-1-1s-.9.3-1 1v3-5c0-.7-.4-1-1-1s-1 .3-1 1v5V2c0-.7-.4-1-1-1s-1 .3-1 1v6.5-5c0-.7-.4-1-1-1s-1 .3-1 1v6L3.6 7.2c-.4-.3-.7-.4-1.1-.2-.4.2-.5.6-.4 1l2.3 4.8c.3.6 1.2 2.7 5 2.7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--hand-warn-light {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' stroke='%23ff6c3b'%3E %3Cg id='icon-hand'%3E %3Cpath fill='%23fff' stroke='inherit' stroke-linecap='round' stroke-linejoin='round' d='M9.4 15.5c3.8 0 4.1-2.5 4.1-5.5V5.5c-.1-.7-.5-1-1-1s-.9.3-1 1v3-5c0-.7-.4-1-1-1s-1 .3-1 1v5V2c0-.7-.4-1-1-1s-1 .3-1 1v6.5-5c0-.7-.4-1-1-1s-1 .3-1 1v6L3.6 7.2c-.4-.3-.7-.4-1.1-.2-.4.2-.5.6-.4 1l2.3 4.8c.3.6 1.2 2.7 5 2.7z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--filter-comp-darker {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-filter'%3E %3Cpath fill-rule='inherit' d='M5.4999998 10H14.5c.82875 0 1.5.6713 1.5 1.5 0 .8288-.67125 1.5-1.5 1.5H5.4999998C4.67125 13 4 12.3288 4 11.5c0-.8287.67125-1.5 1.4999998-1.5zm0-4H14.5c.82875 0 1.5.6713 1.5 1.5 0 .8288-.67125 1.5-1.5 1.5H5.4999998C4.67125 9 4 8.3288 4 7.5 4 6.6713 4.67125 6 5.4999998 6zm0-4H14.5c.82875 0 1.5.6713 1.5 1.5 0 .8288-.67125 1.5-1.5 1.5H5.4999998C4.67125 5 4 4.2071 4 3.5S4.67125 2 5.4999998 2z'/%3E %3Ccircle cx='1.5' cy='3.4999826' r='1.5'/%3E %3Ccircle r='1.5' cy='7.4999828' cx='1.5'/%3E %3Ccircle cx='1.5' cy='11.499983' r='1.5'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--filter-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cg id='icon-filter'%3E %3Cpath fill-rule='inherit' d='M5.4999998 10H14.5c.82875 0 1.5.6713 1.5 1.5 0 .8288-.67125 1.5-1.5 1.5H5.4999998C4.67125 13 4 12.3288 4 11.5c0-.8287.67125-1.5 1.4999998-1.5zm0-4H14.5c.82875 0 1.5.6713 1.5 1.5 0 .8288-.67125 1.5-1.5 1.5H5.4999998C4.67125 9 4 8.3288 4 7.5 4 6.6713 4.67125 6 5.4999998 6zm0-4H14.5c.82875 0 1.5.6713 1.5 1.5 0 .8288-.67125 1.5-1.5 1.5H5.4999998C4.67125 5 4 4.2071 4 3.5S4.67125 2 5.4999998 2z'/%3E %3Ccircle cx='1.5' cy='3.4999826' r='1.5'/%3E %3Ccircle r='1.5' cy='7.4999828' cx='1.5'/%3E %3Ccircle cx='1.5' cy='11.499983' r='1.5'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--filter-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-filter'%3E %3Cpath fill-rule='inherit' d='M5.4999998 10H14.5c.82875 0 1.5.6713 1.5 1.5 0 .8288-.67125 1.5-1.5 1.5H5.4999998C4.67125 13 4 12.3288 4 11.5c0-.8287.67125-1.5 1.4999998-1.5zm0-4H14.5c.82875 0 1.5.6713 1.5 1.5 0 .8288-.67125 1.5-1.5 1.5H5.4999998C4.67125 9 4 8.3288 4 7.5 4 6.6713 4.67125 6 5.4999998 6zm0-4H14.5c.82875 0 1.5.6713 1.5 1.5 0 .8288-.67125 1.5-1.5 1.5H5.4999998C4.67125 5 4 4.2071 4 3.5S4.67125 2 5.4999998 2z'/%3E %3Ccircle cx='1.5' cy='3.4999826' r='1.5'/%3E %3Ccircle r='1.5' cy='7.4999828' cx='1.5'/%3E %3Ccircle cx='1.5' cy='11.499983' r='1.5'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--filter-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-filter'%3E %3Cpath fill-rule='inherit' d='M5.4999998 10H14.5c.82875 0 1.5.6713 1.5 1.5 0 .8288-.67125 1.5-1.5 1.5H5.4999998C4.67125 13 4 12.3288 4 11.5c0-.8287.67125-1.5 1.4999998-1.5zm0-4H14.5c.82875 0 1.5.6713 1.5 1.5 0 .8288-.67125 1.5-1.5 1.5H5.4999998C4.67125 9 4 8.3288 4 7.5 4 6.6713 4.67125 6 5.4999998 6zm0-4H14.5c.82875 0 1.5.6713 1.5 1.5 0 .8288-.67125 1.5-1.5 1.5H5.4999998C4.67125 5 4 4.2071 4 3.5S4.67125 2 5.4999998 2z'/%3E %3Ccircle cx='1.5' cy='3.4999826' r='1.5'/%3E %3Ccircle r='1.5' cy='7.4999828' cx='1.5'/%3E %3Ccircle cx='1.5' cy='11.499983' r='1.5'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--vertical-slate-300 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cpath d='M2 14.65c0 .194.156.35.35.35h2.3a.35.35 0 0 0 .35-.35V1.35A.35.35 0 0 0 4.65 1h-2.3a.349.349 0 0 0-.35.35ZM3 14V2h1v12zM6 14.65c0 .194.156.35.35.35h2.3a.35.35 0 0 0 .35-.35V1.35A.35.35 0 0 0 8.65 1h-2.3a.349.349 0 0 0-.35.35ZM7 14V2h1v12zM10 14.65c0 .194.156.35.35.35h2.3a.35.35 0 0 0 .35-.35V1.35a.35.35 0 0 0-.35-.35h-2.3a.349.349 0 0 0-.35.35Zm1-.65V2h1v12z'/%3E %3C/svg%3E")
    }

    .icon--horizontal-slate-300 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cpath d='M1.35 5a.349.349 0 0 0-.35.35v2.3c0 .194.156.35.35.35h13.3c.194 0 .35-.156.35-.35v-2.3a.349.349 0 0 0-.35-.35ZM2 6h12v1H2ZM1.35 9a.349.349 0 0 0-.35.35v2.3c0 .194.156.35.35.35h13.3c.194 0 .35-.156.35-.35v-2.3a.349.349 0 0 0-.35-.35ZM2 10h12v1H2Z'/%3E %3C/svg%3E")
    }

    .icon--account-supervisor-slate-100 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%231a2428'%3E %3Cpath fill='' d='M11.5 8a1.667 1.667 0 1 0 0-3.334A1.667 1.667 0 0 0 11.5 8Zm-5-.667a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm5 2c-1.22 0-3.667.614-3.667 1.834v1.5h7.334v-1.5c0-1.22-2.447-1.834-3.667-1.834Zm-5-.666c-1.553 0-4.667.78-4.667 2.333v1.667H6.5v-1.5c0-.567.22-1.56 1.58-2.314a8.189 8.189 0 0 0-1.58-.186Z'/%3E %3C/svg%3E")
    }

    .icon--account-supervisor-slate-300 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cpath fill='' d='M11.5 8a1.667 1.667 0 1 0 0-3.334A1.667 1.667 0 0 0 11.5 8Zm-5-.667a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm5 2c-1.22 0-3.667.614-3.667 1.834v1.5h7.334v-1.5c0-1.22-2.447-1.834-3.667-1.834Zm-5-.666c-1.553 0-4.667.78-4.667 2.333v1.667H6.5v-1.5c0-.567.22-1.56 1.58-2.314a8.189 8.189 0 0 0-1.58-.186Z'/%3E %3C/svg%3E")
    }

    .icon--account-supervisor-green-500 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2300a13d'%3E %3Cpath fill='' d='M11.5 8a1.667 1.667 0 1 0 0-3.334A1.667 1.667 0 0 0 11.5 8Zm-5-.667a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm5 2c-1.22 0-3.667.614-3.667 1.834v1.5h7.334v-1.5c0-1.22-2.447-1.834-3.667-1.834Zm-5-.666c-1.553 0-4.667.78-4.667 2.333v1.667H6.5v-1.5c0-.567.22-1.56 1.58-2.314a8.189 8.189 0 0 0-1.58-.186Z'/%3E %3C/svg%3E")
    }

    .icon--human-queue-slate-100 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%231a2428'%3E %3Cpath fill='' fill-rule='evenodd' d='M3.333 4C2.6 4 2 4.6 2 5.333A1.333 1.333 0 1 0 3.333 4ZM8 2.667a1.333 1.333 0 1 0 0 2.666 1.333 1.333 0 0 0 0-2.666Zm4.667-1.334c-.734 0-1.334.6-1.334 1.334a1.333 1.333 0 1 0 1.333-1.333Zm-10.334 6a1 1 0 0 0-1 1v3H2v3.334h2.667v-3.334h.666v-3c0-.553-.446-1-1-1h-2ZM7 6a1 1 0 0 0-1 1v3h.667v3.333h2.666V10H10V7a1 1 0 0 0-1-1H7Zm4.667-1.333c-.554 0-1 .446-1 1v3h.666V12H14V8.667h.667v-3c0-.554-.447-1-1-1h-2Z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--human-queue-slate-300 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cpath fill='' fill-rule='evenodd' d='M3.333 4C2.6 4 2 4.6 2 5.333A1.333 1.333 0 1 0 3.333 4ZM8 2.667a1.333 1.333 0 1 0 0 2.666 1.333 1.333 0 0 0 0-2.666Zm4.667-1.334c-.734 0-1.334.6-1.334 1.334a1.333 1.333 0 1 0 1.333-1.333Zm-10.334 6a1 1 0 0 0-1 1v3H2v3.334h2.667v-3.334h.666v-3c0-.553-.446-1-1-1h-2ZM7 6a1 1 0 0 0-1 1v3h.667v3.333h2.666V10H10V7a1 1 0 0 0-1-1H7Zm4.667-1.333c-.554 0-1 .446-1 1v3h.666V12H14V8.667h.667v-3c0-.554-.447-1-1-1h-2Z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--arrow-decision-slate-100 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%231a2428'%3E %3Cpath fill='' d='M7.833 3.333h-2L8.5.667l2.667 2.666h-2v2.954c-.5.306-.947.686-1.334 1.126v-4.08Zm7.334 4L12.5 4.667v2a4.498 4.498 0 0 0-4.667 4.113 2.004 2.004 0 0 0-1.22 2.553 2.004 2.004 0 0 0 2.554 1.22A2.007 2.007 0 0 0 10.387 12a1.994 1.994 0 0 0-1.22-1.22c.313-2.667 2.98-2.8 3.3-2.8v2l2.7-2.647Zm-7.58.394A5.088 5.088 0 0 0 4.5 6.667v-2L1.833 7.333 4.5 10V8c.893.02 1.753.333 2.427.933.166-.426.386-.833.66-1.206Z'/%3E %3C/svg%3E")
    }

    .icon--arrow-decision-slate-300 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cpath fill='' d='M7.833 3.333h-2L8.5.667l2.667 2.666h-2v2.954c-.5.306-.947.686-1.334 1.126v-4.08Zm7.334 4L12.5 4.667v2a4.498 4.498 0 0 0-4.667 4.113 2.004 2.004 0 0 0-1.22 2.553 2.004 2.004 0 0 0 2.554 1.22A2.007 2.007 0 0 0 10.387 12a1.994 1.994 0 0 0-1.22-1.22c.313-2.667 2.98-2.8 3.3-2.8v2l2.7-2.647Zm-7.58.394A5.088 5.088 0 0 0 4.5 6.667v-2L1.833 7.333 4.5 10V8c.893.02 1.753.333 2.427.933.166-.426.386-.833.66-1.206Z'/%3E %3C/svg%3E")
    }

    .icon--cake-slate-100 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%231a2428'%3E %3Cpath fill='' d='M8.16669 0.333252C8.50002 0.499919 9.16669 1.59992 9.16669 2.33325C9.16669 3.06659 8.72002 3.33325 8.16669 3.33325C7.61335 3.33325 7.16669 3.23325 7.16669 2.49992C7.16669 1.76659 7.83335 1.33325 8.16669 0.333252ZM12.8334 5.99992C14.5 5.99992 15.8334 7.33325 15.8334 8.99992C15.8334 10.0399 15.3067 10.9533 14.5 11.4933V15.3333H8.50002H2.50002V11.4933C1.69335 10.9533 1.16669 10.0399 1.16669 8.99992C1.16669 7.33325 2.50002 5.99992 4.16669 5.99992H7.16669V3.99992H9.16669V5.99992H12.8334ZM8.50002 10.6666C9.4205 10.6666 10.1667 9.92039 10.1667 8.99992H11.1667C11.1667 9.92039 11.9129 10.6666 12.8334 10.6666C13.7538 10.6666 14.5 9.92039 14.5 8.99992C14.5 8.07944 13.7538 7.33325 12.8334 7.33325H4.16669C3.24621 7.33325 2.50002 8.07944 2.50002 8.99992C2.50002 9.92039 3.24621 10.6666 4.16669 10.6666C5.08716 10.6666 5.83335 9.92039 5.83335 8.99992H6.83335C6.83335 9.92039 7.57955 10.6666 8.50002 10.6666Z'/%3E %3C/svg%3E")
    }

    .icon--cake-slate-300 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%23516e7b'%3E %3Cpath fill='' d='M8.16669 0.333252C8.50002 0.499919 9.16669 1.59992 9.16669 2.33325C9.16669 3.06659 8.72002 3.33325 8.16669 3.33325C7.61335 3.33325 7.16669 3.23325 7.16669 2.49992C7.16669 1.76659 7.83335 1.33325 8.16669 0.333252ZM12.8334 5.99992C14.5 5.99992 15.8334 7.33325 15.8334 8.99992C15.8334 10.0399 15.3067 10.9533 14.5 11.4933V15.3333H8.50002H2.50002V11.4933C1.69335 10.9533 1.16669 10.0399 1.16669 8.99992C1.16669 7.33325 2.50002 5.99992 4.16669 5.99992H7.16669V3.99992H9.16669V5.99992H12.8334ZM8.50002 10.6666C9.4205 10.6666 10.1667 9.92039 10.1667 8.99992H11.1667C11.1667 9.92039 11.9129 10.6666 12.8334 10.6666C13.7538 10.6666 14.5 9.92039 14.5 8.99992C14.5 8.07944 13.7538 7.33325 12.8334 7.33325H4.16669C3.24621 7.33325 2.50002 8.07944 2.50002 8.99992C2.50002 9.92039 3.24621 10.6666 4.16669 10.6666C5.08716 10.6666 5.83335 9.92039 5.83335 8.99992H6.83335C6.83335 9.92039 7.57955 10.6666 8.50002 10.6666Z'/%3E %3C/svg%3E")
    }

    .icon--calendar-refresh-slate-100 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%231a2428'%3E %3Cpath d='M12.333 3h-.666V1.667h-1.334V3H5V1.667H3.667V3H3c-.733 0-1.333.6-1.333 1.333v9.334C1.667 14.4 2.267 15 3 15h6c-.4-.333-.733-.8-1-1.333H3V6.333h9.333v1.734c.467.066.934.2 1.334.466v-4.2c0-.733-.6-1.333-1.334-1.333Zm-.666 6.333c.733 0 1.4.267 1.866.8l.8-.8V12h-2.666l1.2-1.2c-.334-.267-.734-.467-1.2-.467A1.65 1.65 0 0 0 10 12a1.65 1.65 0 0 0 1.667 1.667c.533 0 1-.267 1.333-.667h1.133c-.4 1-1.333 1.667-2.466 1.667A2.674 2.674 0 0 1 9 12c0-1.467 1.2-2.667 2.667-2.667z'/%3E %3C/svg%3E")
    }

    .icon--calendar-refresh-slate-300 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cpath d='M12.333 3h-.666V1.667h-1.334V3H5V1.667H3.667V3H3c-.733 0-1.333.6-1.333 1.333v9.334C1.667 14.4 2.267 15 3 15h6c-.4-.333-.733-.8-1-1.333H3V6.333h9.333v1.734c.467.066.934.2 1.334.466v-4.2c0-.733-.6-1.333-1.334-1.333Zm-.666 6.333c.733 0 1.4.267 1.866.8l.8-.8V12h-2.666l1.2-1.2c-.334-.267-.734-.467-1.2-.467A1.65 1.65 0 0 0 10 12a1.65 1.65 0 0 0 1.667 1.667c.533 0 1-.267 1.333-.667h1.133c-.4 1-1.333 1.667-2.466 1.667A2.674 2.674 0 0 1 9 12c0-1.467 1.2-2.667 2.667-2.667z'/%3E %3C/svg%3E")
    }

    .icon--mso--m {
        height: 3rem;
        width: 3rem
    }

    .icon--mso--lg {
        height: 6rem;
        width: 6rem
    }

    .icon--mso--xl {
        height: 16rem;
        width: 16rem
    }

    .icon--office {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23d83B01'%3E %3Cg id='icon-office'%3E %3Cpath d='M14 1L9.6 0 1 3.2v9.6l3-.8V4l5-1v11l-7-.5L9.6 16l4.4-1z' fill-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--office-menu {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%2366d0dd'%3E %3Cg id='icon-office'%3E %3Cpath d='M14 1L9.6 0 1 3.2v9.6l3-.8V4l5-1v11l-7-.5L9.6 16l4.4-1z' fill-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--office-menu-hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23ffb400'%3E %3Cg id='icon-office'%3E %3Cpath d='M14 1L9.6 0 1 3.2v9.6l3-.8V4l5-1v11l-7-.5L9.6 16l4.4-1z' fill-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--office-m {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E %3Cg id='icon-office-m'%3E %3Cpath d='M41 6.6L28.5 3 6.1 11.4H6v25.3l8-3.2V13l15-3.7V40L6 36.7 28.5 45 41 41.5z' fill='%23D83B01'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--office-lg {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E %3Cg id='icon-office-l'%3E %3Cpath d='M84 12.4L58.4 5 12 22v52l16-6.2v-42l30-7.3V80l-46-6 46.4 17L84 83.9z' fill='%23d83b01'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--office-xl {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256' viewBox='0 0 256 256'%3E %3Cg id='icon-office-xl'%3E %3Cpath d='M222 34.5L155 15 34 60.5v135.7L75 180V69.7l80-19.2V213L34.1 196.2 155 241l67-19.5z' fill='%23D83B01'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--office-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-office-white'%3E %3Cpolygon fill='%23fff' points='14 1 9.6 0 1 3.2 1 3.2 1 12.8 4 12 4 4 9 3 9 14 2 13.5 9.6 16 14 15'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--office-white-m {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E %3Cg id='icon-office-m-white'%3E %3Cpath d='M41 6.6L28.5 3 6.1 11.4H6v25.3l8-3.2V13l15-3.7V40L6 36.7 28.5 45 41 41.5z' fill='%23fff'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--office-white-lg {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E %3Cg id='icon-office-l-white'%3E %3Cpath d='M84 12.4L58.4 5 12 22v52l16-6.2v-42l30-7.3V80l-46-6 46.4 17L84 83.9z' fill='%23fff'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--office-white-xl {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256' viewBox='0 0 256 256'%3E %3Cg id='icon-office-xl-white'%3E %3Cpath d='M222 34.5L155 15 34 60.5v135.7L75 180V69.7l80-19.2V213L34.1 196.2 155 241l67-19.5z' fill='%23fff'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--pptx-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0,0,2048,2048'%3E %3Cg id='icon-pptx-file'%3E %3Cpath class='OfficeIconColors_HighContrast' d='M 2011 384 q 37 37 37 91 v 1445 q 0 27 -10 50 q -10 23 -27 41 q -18 17 -41 27 q -23 10 -50 10 h -1280 q -27 0 -50 -10 q -23 -10 -40 -27 q -18 -18 -28 -41 q -10 -23 -10 -50 v -256 h -397 q -24 0 -44 -9 q -21 -9 -37 -25 q -16 -16 -25 -36 q -9 -21 -9 -45 v -922 q 0 -24 9 -44 q 9 -21 25 -37 q 16 -16 37 -25 q 20 -9 44 -9 h 397 v -384 q 0 -27 10 -50 q 10 -23 28 -40 q 17 -18 40 -28 q 23 -10 50 -10 h 933 q 54 0 91 37 m 256 1883 v -1408 h -256 q -27 0 -50 -10 q -23 -10 -40 -27 q -18 -18 -28 -41 q -10 -23 -10 -50 v -256 h -896 v 384 h 397 q 24 0 45 9 q 20 9 36 25 q 16 16 25 37 q 9 20 9 44 v 922 q 0 24 -9 45 q -9 20 -25 36 q -16 16 -36 25 q -21 9 -45 9 h -397 v 256 m 768 -768 h 384 q 0 80 -30 150 q -30 69 -82 122 q -53 52 -123 82 q -70 30 -149 30 q -34 0 -66 -5 q -32 -6 -62 -17 v -724 q 30 -11 62 -16 q 32 -6 66 -6 m -790 414 q 7 0 11 -1 h 11 q 56 -3 100 -26 q 52 -27 81 -76 q 29 -49 29 -111 q 0 -96 -58 -149 q -54 -48 -152 -51 h -256 v 640 h 118 v -226 m 1034 -542 q 79 0 149 30 q 70 30 122 83 q 52 52 82 122 q 30 70 30 149 h -383 m -1034 60 v -217 h 116 q 2 0 3 1 q 1 0 3 0 h 9 q 92 12 92 105 q 0 55 -31 83 q -21 19 -54 25 q -10 2 -16 2 h -2 q -2 0 -3 1 q -2 0 -4 0 m 1049 -700 h 165 l -165 -165 z'/%3E %3Cpath fill='%23FAFAFA' fill-opacity='1.000' d='M 1920 1984 h -1280 q -26 0 -45 -19 q -19 -19 -19 -45 v -1792 q 0 -26 19 -45 q 19 -19 45 -19 h 933 q 27 0 46 19 l 346 346 q 19 19 19 46 v 1445 q 0 26 -19 45 q -19 19 -45 19 z'/%3E %3Cpath fill='%23797774' fill-opacity='1.000' d='M 2011 384 q 37 37 37 91 v 1445 q 0 27 -10 50 q -10 23 -27 41 q -18 17 -41 27 q -23 10 -50 10 h -1280 q -27 0 -50 -10 q -23 -10 -40 -27 q -18 -18 -28 -41 q -10 -23 -10 -50 v -1792 q 0 -27 10 -50 q 10 -23 28 -40 q 17 -18 40 -28 q 23 -10 50 -10 h 933 q 54 0 91 37 m 0 347 h 165 l -165 -165 m 256 1701 v -1408 h -256 q -27 0 -50 -10 q -23 -10 -40 -27 q -18 -18 -28 -41 q -10 -23 -10 -50 v -256 h -896 v 1792 z'/%3E %3Cpath fill='%23ED6C47' fill-opacity='1.000' d='M 1536 640 q 79 0 149 30 q 70 30 123 83 q 52 52 82 122 q 30 70 30 149 h -384 m 256 128 q 0 80 -30 150 q -30 69 -82 122 q -53 52 -123 82 q -70 30 -149 30 q -34 0 -66 -5 q -32 -6 -62 -17 v -362 z'/%3E %3Cpath fill='%23FF8F6B' fill-opacity='1.000' d='M 1280 790 q 30 -11 62 -16 q 32 -6 66 -6 v 384 h -128 z'/%3E %3Cpath fill='%23FFFFFF' fill-opacity='0.498' d='M 1536 640 q 79 0 149 30 q 70 30 123 83 q 52 52 82 122 q 30 70 30 149 h -384 z'/%3E %3Cpath fill='%23C43E1C' fill-opacity='1.000' d='M 1037 512 q 24 0 45 9 q 20 9 36 25 q 16 16 25 37 q 9 20 9 44 v 922 q 0 24 -9 45 q -9 20 -25 36 q -16 16 -36 25 q -21 9 -45 9 h -922 q -24 0 -44 -9 q -21 -9 -37 -25 q -16 -16 -25 -36 q -9 -21 -9 -45 v -922 q 0 -24 9 -44 q 9 -21 25 -37 q 16 -16 37 -25 q 20 -9 44 -9 z'/%3E %3Cpath fill='%23FFFFFF' fill-opacity='1.000' d='M 625 768 q 108 0 167 51 q 58 53 58 149 q 0 62 -29 111 q -29 49 -81 76 q -53 27 -122 27 h -116 v 226 h -118 v -640 m 118 316 h 102 q 61 0 90 -28 q 31 -28 31 -83 q 0 -106 -117 -106 h -106 z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--pptx-white-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-pptx-white-file'%3E %3Cpath fill='%23fff' d='M8 3.557c.121 0 .237.024.347.07a.915.915 0 0 1 .469.477.829.829 0 0 1 .069.339v7.114a.885.885 0 0 1-.07.348.915.915 0 0 1-.468.468.885.885 0 0 1-.347.07H.894a.885.885 0 0 1-.634-.26.915.915 0 0 1-.19-.278.885.885 0 0 1-.07-.348V4.443c0-.122.023-.235.07-.339a.887.887 0 0 1 .824-.547m5.431 4.365c.162-.266.243-.573.243-.92 0-.544-.159-.957-.477-1.24-.324-.284-.79-.426-1.397-.426H2.681v5.328h.99V8.78h.962c.382 0 .72-.072 1.016-.217.295-.15.52-.364.676-.642M4.555 6.16c.648 0 .972.292.972.876 0 .312-.084.547-.252.703-.173.15-.425.225-.754.225h-.85V6.161m11.435-1.718v10.75a.728.728 0 0 1-.26.59.944.944 0 0 1-.625.217H3.557a.885.885 0 0 1-.347-.07.793.793 0 0 1-.277-.19.887.887 0 0 1-.26-.634v-1.778H8a1.77 1.77 0 0 0 1.779-1.77v-.165c.139.046.283.086.434.121a2.615 2.615 0 0 0 1.492-.165c.324-.139.607-.33.85-.572.237-.243.425-.527.564-.85.14-.325.209-.672.209-1.042h-2.664V6.221a1.96 1.96 0 0 0-.451.052c-.15.03-.295.067-.434.113V4.443c0-.243-.047-.472-.14-.686a1.8 1.8 0 0 0-.945-.946c-.22-.092-.631.096-.694-.139H2.672V.894a.885.885 0 0 1 .26-.634.793.793 0 0 1 .278-.19c.11-.047.307.044.347-.07h7.107v3.557a.885.885 0 0 0 .26.634.969.969 0 0 0 .286.182c.11.046.226.07.347.07M14.221 8a2.615 2.615 0 0 0-.78-1.883 2.687 2.687 0 0 0-.851-.573 2.593 2.593 0 0 0-1.033-.208V8m3.35-4.443h-3.35V.208z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--pptx-m-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 2048 2048'%3E %3Cg id='icon-pptx-m-file'%3E %3Cpath d='M1408 682q53 0 100 20 46 20 81 55t55 82q20 46 20 99h-256m328-422q6 6 10 14t4 17v1371q0 19-13 32-14 12-33 12H344q-19 0-32-12-14-13-14-32v-424H163q-32 0-54-23-23-24-23-56V633q0-32 23-55 22-24 54-24h135V130q0-19 14-31 13-13 32-13h937q20 0 32 12l8 8 1 2m0 404h349l-349-344m384 386h-384q-17 0-29-12-13-12-13-30V128H344q-2 0-2 2v424h604q32 0 55 24 23 23 23 55v782q0 32-23 56-23 23-55 23H342v424q0 2 2 2h1360q2 0 2-2M460 1277v-179h97q43 0 79-12 36-13 62-35 25-23 39-54 14-32 14-69 0-76-48-117-48-42-140-42H361v508m260-280q-24 23-76 23h-85V848h89q97 0 97 84 0 44-25 65m701 27h256q0 53-20 100-20 46-54 81-35 35-82 55t-100 20q-67 0-122-31-56-32-90-84V883q34-52 90-83 55-32 122-32z' class='OfficeIconColors_HighContrast'/%3E %3Cpath fill='%23FAFAFA' d='M344 1942q-10 0-17-7t-7-17V130q0-10 7-17t17-7h937q11 0 17 8l423 416q7 9 7 17v1371q0 10-7 17t-17 7z'/%3E %3Cpath fill='%23797774' d='M1736 516q6 6 10 14t4 17v1371q0 19-13 32-14 12-33 12H344q-19 0-32-12-14-13-14-32V130q0-19 14-31 13-13 32-13h937q20 0 32 12l8 8 1 2m0 404h349l-349-344m382 1752q2 0 2-2V554h-384q-17 0-29-12-13-12-13-30V128H344q-2 0-2 2v1788q0 2 2 2z'/%3E %3Cpath fill='%23ED6C47' d='M1578 1024q0 53-20 100-20 46-54 81-35 35-82 55t-100 20q-67 0-122-31-56-32-90-84v-141m298-342q53 0 100 20 46 20 81 55t55 82q20 46 20 99h-256z'/%3E %3Cpath fill='%23FF8F6B' d='M1110 883q34-52 90-83 55-32 122-32v256h-212z'/%3E %3Cpath fill='%23FFF' fill-opacity='.498' d='M1408 682q53 0 100 20 46 20 81 55t55 82q20 46 20 99h-256z'/%3E %3Cpath fill='%23C43E1C' d='M946 555q32 0 55 23t23 55v782q0 32-23 55t-55 23H164q-33 0-56-23t-23-55V633q0-32 23-55t56-23z'/%3E %3Cpath fill='%23FFF' d='M563 769q92 0 140 42 48 41 48 117 0 37-14 69-14 31-39 54-26 22-62 35-36 12-79 12h-97v179h-99V769m99 251h85q49 0 75-21 26-22 26-67 0-84-97-84h-89z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--pptx-lg-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E %3Cg id='icon-pptx-l-file'%3E %3Cpath fill='%23fafafa' d='M18.714 88.268q-.732 0-.732-.732V8.464q0-.732.732-.732h41.412q.32 0 .55.229l18.577 18.578q.23.229.23.55v60.447q0 .732-.733.732z'/%3E %3Cpath fill='%23797774' d='M79.802 26.036q.412.503.412 1.052v60.448q0 .64-.412 1.052-.411.412-1.052.412H18.714q-.64 0-1.052-.412-.412-.412-.412-1.052V8.464q0-.64.412-1.052Q18.074 7 18.714 7h41.412q.64 0 1.053.412M78.75 27.5H61.179q-.641 0-1.053-.412-.412-.412-.412-1.052V8.464h-41v79.072H78.75m-17.571-61.5h16.519l-16.52-16.52Z'/%3E %3Cpath fill='%23ed6c47' d='M61.179 33.357q2.745 0 5.17 1.053 2.38 1.006 4.164 2.79 1.785 1.785 2.837 4.21 1.007 2.38 1.007 5.126H61.18m10.25 2.928q0 2.746-1.007 5.171-1.053 2.38-2.837 4.164-1.785 1.785-4.164 2.837-2.425 1.007-5.171 1.007-2.562 0-4.805-.87-2.242-.915-3.98-2.47v-9.839z'/%3E %3Cpath fill='%23ff8f6b' d='M49.464 39.626q1.74-1.556 3.981-2.425 2.243-.915 4.805-.915v13.178h-8.786z'/%3E %3Cpath fill='%23fff' fill-opacity='.498' d='M61.179 33.357q2.745 0 5.17 1.053 2.38 1.006 4.164 2.79 1.785 1.785 2.837 4.21 1.007 2.38 1.007 5.126H61.18z'/%3E %3Cpath fill='%23c43e1c' d='M43.241 28.964q1.373 0 2.334.961.96.961.96 2.334v32.946q0 1.373-.96 2.334-.961.961-2.334.961H10.295q-1.373 0-2.334-.96Q7 66.577 7 65.204V32.26q0-1.373.96-2.334.962-.96 2.335-.96z'/%3E %3Cpath fill='%23fff' d='M27.042 38.025q3.798 0 5.766 1.784 1.968 1.739 1.968 4.896 0 1.602-.55 2.929-.594 1.281-1.601 2.242-1.052.961-2.517 1.51-1.51.504-3.294.504h-3.981v7.55H18.76V38.025m4.073 10.57h3.523q2.013 0 3.066-.961 1.052-.961 1.052-2.746 0-3.569-3.98-3.569h-3.661z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--pptx-xl-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256' viewBox='0 0 256 256'%3E %3Cg id='icon-pptx-xl-file'%3E %3Cpath d='M224.588 68.304q1.11 1.356 1.11 2.836v162.914q0 1.726-1.11 2.836-1.11 1.11-2.836 1.11H59.948q-1.726 0-2.836-1.11-1.11-1.11-1.11-2.836V182.75H37.256q-3.7 0-6.29-2.59-2.589-2.59-2.589-6.29V85.077q0-3.7 2.59-6.29t6.29-2.59h18.745v-55.25q0-1.726 1.11-2.836Q58.222 17 59.948 17h111.61q.864 0 1.727.247.863.246 2.466.863m-1.356 50.194h44.52l-44.52-44.521m47.357 48.467h-47.357q-1.727 0-2.837-1.11t-1.11-2.836V20.946h-110.5v55.25h66.103q3.7 0 6.29 2.59t2.59 6.29v88.795q0 3.7-2.59 6.29-2.59 2.589-6.29 2.589H59.948v51.304h161.804M71.048 158.33v-20.348h10.73q4.809 0 8.879-1.357 3.946-1.48 6.782-4.07 2.714-2.59 4.317-6.043 1.48-3.576 1.48-7.892 0-8.51-5.303-13.196-5.303-4.81-15.54-4.81h-22.32v57.716m20.842-48.837q10.73 0 10.73 9.62 0 4.81-2.837 7.4-2.837 2.59-8.263 2.59h-9.496v-19.61m103.347-21.458q7.4 0 13.936 2.836 6.413 2.713 11.222 7.523 4.81 4.81 7.647 11.346 2.713 6.413 2.713 13.813h-35.518m-31.572-18.623q4.687-4.193 10.73-6.536 6.043-2.466 12.949-2.466v35.517h35.518q0 7.4-2.713 13.936-2.837 6.413-7.647 11.223-4.81 4.81-11.222 7.646-6.536 2.713-13.936 2.713-6.906 0-12.95-2.343-6.042-2.466-10.729-6.66z' class='OfficeIconColors_HighContrast'/%3E %3Cpath fill='%23fafafa' d='M59.948 236.027q-1.973 0-1.973-1.973V20.946q0-1.973 1.973-1.973h111.61q.864 0 1.48.617l50.07 50.07q.617.617.617 1.48v162.914q0 1.973-1.973 1.973z'/%3E %3Cpath fill='%23797774' d='M224.588 68.304q1.11 1.356 1.11 2.836v162.914q0 1.726-1.11 2.836-1.11 1.11-2.836 1.11H59.948q-1.726 0-2.836-1.11-1.11-1.11-1.11-2.836V20.946q0-1.726 1.11-2.836Q58.222 17 59.948 17h111.61q1.727 0 2.837 1.11m47.357 54.14h-47.357q-1.727 0-2.837-1.11t-1.11-2.836V20.946h-110.5v213.108h161.804m-47.357-165.75h44.52l-44.52-44.521Z'/%3E %3Cpath fill='%23ed6c47' d='M174.395 88.036q7.4 0 13.936 2.836 6.413 2.713 11.222 7.523 4.81 4.81 7.647 11.346 2.713 6.413 2.713 13.813h-35.518m27.625 7.892q0 7.4-2.713 13.936-2.837 6.413-7.647 11.223-4.81 4.81-11.222 7.646-6.536 2.713-13.936 2.713-6.906 0-12.95-2.343-6.042-2.466-10.729-6.66v-26.515z'/%3E %3Cpath fill='%23ff8f6b' d='M142.823 104.931q4.687-4.193 10.73-6.536 6.043-2.466 12.949-2.466v35.517h-23.679z'/%3E %3Cpath fill='%23fff' fill-opacity='.498' d='M174.395 88.036q7.4 0 13.936 2.836 6.413 2.713 11.222 7.523 4.81 4.81 7.647 11.346 2.713 6.413 2.713 13.813h-35.518z'/%3E %3Cpath fill='%23c43e1c' d='M126.051 76.196q3.7 0 6.29 2.59t2.59 6.29v88.795q0 3.7-2.59 6.29-2.59 2.589-6.29 2.589H37.256q-3.7 0-6.29-2.59-2.589-2.59-2.589-6.29V85.077q0-3.7 2.59-6.29t6.29-2.59z'/%3E %3Cpath fill='%23fff' d='M82.394 100.615q10.236 0 15.539 4.81 5.303 4.686 5.303 13.196 0 4.316-1.48 7.892-1.603 3.454-4.317 6.043-2.836 2.59-6.782 4.07-4.07 1.357-8.88 1.357h-10.73v20.348H60.073v-57.716m10.976 28.488h9.496q5.426 0 8.263-2.59 2.836-2.59 2.836-7.4 0-9.619-10.73-9.619h-9.865z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--docx-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0,0,2048,2048'%3E %3Cg id='icon-docx-file'%3E %3Cpath class='OfficeIconColors_HighContrast' d='M 1792 896 h -512 v -128 h 512 m 0 384 h -512 v -128 h 512 m 0 384 h -512 v -128 h 512 m -1397 -64 l -88 -448 h -117 l 142 640 h 137 l 90 -423 q 1 -6 3 -19 q 1 -13 3 -27 q 2 -14 4 -27 q 2 -13 4 -19 q 3 21 7 39 q 3 16 6 31 q 3 15 5 21 l 96 424 h 134 l 141 -640 h -115 l -80 443 q -5 23 -9 43 q -5 20 -4 37 q -4 -49 -12 -83 l -101 -440 h -126 l -97 447 q -5 14 -8 38 q -3 24 -6 39 m 1607 -908 q 37 37 37 91 v 1445 q 0 27 -10 50 q -10 23 -27 41 q -18 17 -41 27 q -23 10 -50 10 h -1280 q -27 0 -50 -10 q -23 -10 -40 -27 q -18 -18 -28 -41 q -10 -23 -10 -50 v -256 h -397 q -24 0 -44 -9 q -21 -9 -37 -25 q -16 -16 -25 -36 q -9 -21 -9 -45 v -922 q 0 -24 9 -44 q 9 -21 25 -37 q 16 -16 37 -25 q 20 -9 44 -9 h 397 v -384 q 0 -27 10 -50 q 10 -23 28 -40 q 17 -18 40 -28 q 23 -10 50 -10 h 933 q 54 0 91 37 m 0 347 h 165 l -165 -165 m 256 293 h -256 q -27 0 -50 -10 q -23 -10 -40 -27 q -18 -18 -28 -41 q -10 -23 -10 -50 v -256 h -896 v 384 h 397 q 24 0 45 9 q 20 9 36 25 q 16 16 25 37 q 9 20 9 44 v 922 q 0 24 -9 45 q -9 20 -25 36 q -16 16 -36 25 q -21 9 -45 9 h -397 v 256 h 1280 z'/%3E %3Cpath fill='%23fafafa' fill-opacity='1.000' d='M 1920 1984 h -1280 q -26 0 -45 -19 q -19 -19 -19 -45 v -1792 q 0 -26 19 -45 q 19 -19 45 -19 h 933 q 27 0 46 19 l 346 346 q 19 19 19 46 v 1445 q 0 26 -19 45 q -19 19 -45 19 z'/%3E %3Cpath fill='%23797774' fill-opacity='1.000' d='M 2011 384 q 37 37 37 91 v 1445 q 0 27 -10 50 q -10 23 -27 41 q -18 17 -41 27 q -23 10 -50 10 h -1280 q -27 0 -50 -10 q -23 -10 -40 -27 q -18 -18 -28 -41 q -10 -23 -10 -50 v -1792 q 0 -27 10 -50 q 10 -23 28 -40 q 17 -18 40 -28 q 23 -10 50 -10 h 933 q 54 0 91 37 m 0 347 h 165 l -165 -165 m 256 1701 v -1408 h -256 q -27 0 -50 -10 q -23 -10 -40 -27 q -18 -18 -28 -41 q -10 -23 -10 -50 v -256 h -896 v 1792 z'/%3E %3Cpath fill='%2341a5ee' fill-opacity='1.000' d='M 1792 896 h -512 v -128 h 512 z'/%3E %3Cpath fill='%232b7cd3' fill-opacity='1.000' d='M 1792 1152 h -512 v -128 h 512 z'/%3E %3Cpath fill='%23185abd' fill-opacity='1.000' d='M 1792 1408 h -512 v -128 h 512 z'/%3E %3Cpath fill='%23185abd' fill-opacity='1.000' d='M 1037 1664 h -922 q -24 0 -44 -9 q -21 -9 -37 -25 q -16 -16 -25 -36 q -9 -21 -9 -45 v -922 q 0 -24 9 -44 q 9 -21 25 -37 q 16 -16 37 -25 q 20 -9 44 -9 h 922 q 24 0 45 9 q 20 9 36 25 q 16 16 25 37 q 9 20 9 44 v 922 q 0 24 -9 45 q -9 20 -25 36 q -16 16 -36 25 q -21 9 -45 9 z'/%3E %3Cpath fill='%23fff' fill-opacity='1.000' d='M 404 1292 q 3 -15 6 -39 q 3 -24 8 -38 l 97 -447 h 126 l 101 440 q 8 34 12 83 q 0 -17 4 -37 q 4 -20 9 -43 l 80 -443 h 115 l -141 640 h -134 l -96 -424 q -2 -6 -5 -21 q -3 -15 -6 -31 q -4 -18 -7 -39 q -2 6 -4 19 q -2 13 -4 27 q -2 14 -3 27 q -2 13 -3 19 l -90 423 h -137 l -142 -640 h 117 l 88 448 z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--docx-white-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 2048 2048'%3E %3Cpath d='M3.557 0a.922.922 0 0 0-.346.07.892.892 0 0 0-.54.824v1.778H8s.474.046.693.139a1.805 1.805 0 0 1 .948.947c.092.214.138.442.138.685v7.114c0 .243-.046.471-.138.685a1.805 1.805 0 0 1-.948.947c-.22.093-.45.14-.693.14H2.672v1.776a.892.892 0 0 0 .54.824.88.88 0 0 0 .345.071H14.22a.945.945 0 0 0 .625-.217.727.727 0 0 0 .26-.59V4.443h-3.55a.971.971 0 0 1-.633-.252.892.892 0 0 1-.259-.634V0H3.557zm8 .209v3.348h3.35L11.556.209zM.895 3.557a.892.892 0 0 0-.635.262.878.878 0 0 0-.19.285.831.831 0 0 0-.07.34v7.113c0 .121.024.237.07.347a.91.91 0 0 0 .477.469c.11.046.226.07.348.07H8a.89.89 0 0 0 .348-.07.915.915 0 0 0 .277-.191.915.915 0 0 0 .191-.278.887.887 0 0 0 .069-.347V4.443a.883.883 0 0 0-.26-.625.915.915 0 0 0-.277-.191.889.889 0 0 0-.348-.07H.895zm.597 2.007h.914l.688 3.5.07.594a4.39 4.39 0 0 0 .047-.304c.016-.125.036-.224.062-.297l.758-3.493h.985l.789 3.438c.041.177.073.393.093.648 0-.088.01-.185.032-.289.02-.104.044-.216.07-.336l.625-3.46h.898l-1.101 5H5.375l-.75-3.313a1.568 1.568 0 0 1-.04-.164 20.49 20.49 0 0 1-.1-.547.99.99 0 0 0-.032.148l-.031.211c-.01.073-.018.144-.024.211l-.023.149-.703 3.304h-1.07l-1.11-5zm8.947 0h4v1h-4v-1zm0 2h4v1h-4v-1zm0 2h4v1h-4v-1z' style='fill:%23fff;stroke-width:.0086768' transform='scale(128)'/%3E %3C/svg%3E")
    }

    .icon--docx-m-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 2048 2048'%3E %3Cg id='icon-docx-m-file'%3E %3Cpath d='M1109 811h470v42h-470m0 86h470v42h-470m0 86h470v42h-470m0 86h470v42h-470m627-722q13 15 13 32v1371q0 19-13 32t-32 13H344q-19 0-32-13t-13-32v-425H164q-33 0-56-23t-23-55V633q0-32 23-55t56-23h135V130q0-19 13-32t32-13h937q20 0 32 14l10 8m0 405h348l-348-344m384 387h-384q-18 0-30-12-13-13-13-31V128H344q-3 0-3 2v425h605q32 0 55 23t23 55v782q0 32-23 55t-55 23H341v425q0 2 3 2h1360q3 0 3-2M406 1154q-1-9-2-16t-3-13l-74-355h-98l120 508h115l76-336q1-4 3-14t4-21 4-21q1-11 3-17 0 5 2 15 1 10 3 21l4 20q2 10 4 16l81 337h113l119-508h-96l-68 351q-4 19-6 35-3 15-5 29-2-20-4-36-3-16-6-30l-85-349H503l-82 355q-3 11-6 31-4 19-6 30 0-12-3-32z' class='OfficeIconColors_HighContrast'/%3E %3Cpath fill='%23FAFAFA' d='M344 1941q-10 0-17-6-7-7-7-17V130q0-10 7-16 7-7 17-7h937q11 0 17 7l423 417q7 6 7 16v1371q0 10-7 17-7 6-17 6z'/%3E %3Cpath fill='%23797774' d='M1736 515q13 15 13 32v1371q0 19-13 32t-32 13H344q-19 0-32-13t-13-32V130q0-19 13-32t32-13h937q20 0 32 14l10 8m0 405h348l-348-344m381 1752q3 0 3-2V555h-384q-18 0-30-12-13-13-13-31V128H344q-3 0-3 2v1788q0 2 3 2z'/%3E %3Cpath fill='%2341A5EE' d='M1579 811v42h-470v-42z'/%3E %3Cpath fill='%232B7CD3' d='M1579 939v42h-470v-42z'/%3E %3Cpath fill='%23185ABD' d='M1579 1067v42h-470v-42z'/%3E %3Cpath fill='%23103F91' d='M1579 1195v42h-470v-42z'/%3E %3Cpath fill='%23185ABD' d='M946 1493H164q-33 0-56-23t-23-55V633q0-32 23-55t56-23h782q32 0 55 23t23 55v782q0 32-23 55t-55 23z'/%3E %3Cpath fill='%23FFF' d='M406 1154q3 20 3 32 2-11 6-30 3-20 6-31l82-355h107l85 349q3 14 6 30 2 16 4 36 2-14 5-29 2-16 6-35l68-351h96l-119 508H648l-81-337q-2-6-4-16l-4-20q-2-11-3-21-2-10-2-15-2 6-3 17-2 10-4 21t-4 21q-2 10-3 14l-76 336H349L229 770h98l74 355q2 6 3 13t2 16z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--docx-lg-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E %3Cg id='icon-docx-l-file'%3E %3Cpath d='M71.429 58.25v2.929H49.464V58.25m21.965-7.321v2.928H49.464V50.93m21.965-7.322v2.929H49.464v-2.929m21.965-7.321v2.928H49.464v-2.928m30.338-10.25q.412.503.412 1.052v60.448q0 .64-.412 1.052-.411.412-1.052.412H18.714q-.64 0-1.052-.412-.412-.412-.412-1.052V68.5h-6.955q-1.373 0-2.334-.96Q7 66.577 7 65.204V32.26q0-1.373.96-2.334.962-.96 2.335-.96h6.955v-20.5q0-.641.412-1.053Q18.074 7 18.714 7h41.412q.64 0 1.053.412m0 18.624h16.519l-16.52-16.52M78.75 27.5H61.179q-.641 0-1.053-.412-.412-.412-.412-1.052V8.464h-41v20.5h24.527q1.373 0 2.334.961.96.961.96 2.334v32.946q0 1.373-.96 2.334-.961.961-2.334.961H18.714v19.036H78.75M20.499 54.223q-.046-.366-.092-.686-.045-.32-.091-.55l-3.112-14.962H13.04l5.08 21.415h4.804l3.249-14.14q.046-.183.137-.595.046-.457.138-.915.045-.503.137-.915.091-.412.137-.64.046.182.137.594.046.366.138.824.045.457.137.915.046.412.137.686l3.432 14.186h4.76l5.033-21.415h-4.073L33.54 52.85q-.274 1.556-.412 2.654-.091-.823-.183-1.51-.137-.686-.274-1.235L29.1 38.025h-4.484L21.14 52.988q-.092.503-.23 1.281-.182.778-.274 1.281 0-.549-.137-1.327z' class='OfficeIconColors_HighContrast'/%3E %3Cpath fill='%23fafafa' d='M18.714 88.268q-.732 0-.732-.732V8.464q0-.732.732-.732h41.412q.32 0 .55.229l18.577 18.578q.23.229.23.55v60.447q0 .732-.733.732z'/%3E %3Cpath fill='%23797774' d='M79.802 26.036q.412.503.412 1.052v60.448q0 .64-.412 1.052-.411.412-1.052.412H18.714q-.64 0-1.052-.412-.412-.412-.412-1.052V8.464q0-.64.412-1.052Q18.074 7 18.714 7h41.412q.64 0 1.053.412m0 18.624h16.519l-16.52-16.52M78.75 27.5H61.179q-.641 0-1.053-.412-.412-.412-.412-1.052V8.464h-41v79.072H78.75z'/%3E %3Cpath fill='%2341a5ee' d='M71.429 36.286v2.928H49.464v-2.928z'/%3E %3Cpath fill='%232b7cd3' d='M71.429 43.607v2.929H49.464v-2.929z'/%3E %3Cpath fill='%23185abd' d='M71.429 50.929v2.928H49.464V50.93z'/%3E %3Cpath fill='%23103f91' d='M71.429 58.25v2.929H49.464V58.25z'/%3E %3Cpath fill='%23185abd' d='M43.241 68.5H10.295q-1.373 0-2.334-.96Q7 66.577 7 65.204V32.26q0-1.373.96-2.334.962-.96 2.335-.96H43.24q1.373 0 2.334.96.96.961.96 2.334v32.946q0 1.373-.96 2.334-.961.961-2.334.961z'/%3E %3Cpath fill='%23fff' d='M20.499 54.223q.137.778.137 1.327.092-.503.275-1.281.137-.778.229-1.281l3.477-14.963h4.485l3.569 14.734q.137.549.274 1.235.092.687.183 1.51.138-1.098.412-2.654l2.883-14.825h4.073L35.462 59.44h-4.759l-3.432-14.186q-.091-.274-.137-.686-.092-.458-.137-.915-.092-.458-.138-.824-.091-.412-.137-.595-.046.23-.137.641-.092.412-.137.915-.092.458-.138.915-.091.412-.137.595l-3.249 14.14H18.12l-5.08-21.415h4.164l3.112 14.963q.046.229.091.549.046.32.092.686z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--docx-xl-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256' viewBox='0 0 256 256'%3E %3Cg id='icon-docx-xl-file'%3E %3Cpath d='M204.643 155.125v7.893h-59.197v-7.893m59.197-19.732v7.893h-59.197v-7.893m59.197-19.732v7.893h-59.197v-7.893m59.197-19.732v7.892h-59.197V95.93m81.765-27.625q1.11 1.356 1.11 2.836v162.914q0 1.726-1.11 2.836-1.11 1.11-2.836 1.11H62.571q-1.726 0-2.836-1.11-1.11-1.11-1.11-2.836V182.75H39.879q-3.7 0-6.29-2.59Q31 177.57 31 173.87V85.077q0-3.7 2.59-6.29t6.29-2.59h18.745v-55.25q0-1.726 1.11-2.836Q60.845 17 62.57 17h111.61q1.727 0 2.837 1.11m0 50.194h44.52l-44.52-44.521m47.357 48.467h-47.357q-1.727 0-2.837-1.11t-1.11-2.836V20.946H62.57v55.25h66.103q3.7 0 6.29 2.59t2.59 6.29v88.795q0 3.7-2.59 6.29-2.59 2.589-6.29 2.589H62.571v51.304h161.804M67.381 144.272q-.123-.986-.247-1.85-.123-.863-.246-1.48l-8.386-40.327H47.279l13.69 57.716h12.948l8.757-38.107q.123-.494.37-1.603.123-1.234.37-2.467.123-1.357.37-2.467.246-1.11.37-1.726.123.493.37 1.603.123.987.37 2.22.123 1.233.37 2.467.123 1.11.37 1.85l9.249 38.23h12.826l13.566-57.716h-10.976l-7.77 39.958q-.74 4.193-1.11 7.152-.247-2.22-.493-4.07-.37-1.85-.74-3.33l-9.62-39.71H78.48l-9.372 40.328q-.247 1.356-.617 3.453-.493 2.096-.74 3.453 0-1.48-.37-3.577z' class='OfficeIconColors_HighContrast'/%3E %3Cpath fill='%23fafafa' d='M62.571 236.027q-1.973 0-1.973-1.973V20.946q0-1.973 1.973-1.973h111.61q.864 0 1.48.617l50.07 50.07q.617.617.617 1.48v162.914q0 1.973-1.973 1.973z'/%3E %3Cpath fill='%23797774' d='M227.211 68.304q1.11 1.356 1.11 2.836v162.914q0 1.726-1.11 2.836-1.11 1.11-2.836 1.11H62.571q-1.726 0-2.836-1.11-1.11-1.11-1.11-2.836V20.946q0-1.726 1.11-2.836Q60.845 17 62.57 17h111.61q1.727 0 2.837 1.11m0 50.194h44.52l-44.52-44.521m47.357 48.467h-47.357q-1.727 0-2.837-1.11t-1.11-2.836V20.946H62.57v213.108h161.804z'/%3E %3Cpath fill='%2341a5ee' d='M204.643 95.929v7.892h-59.197V95.93z'/%3E %3Cpath fill='%232b7cd3' d='M204.643 115.66v7.894h-59.197v-7.893z'/%3E %3Cpath fill='%23185abd' d='M204.643 135.393v7.893h-59.197v-7.893z'/%3E %3Cpath fill='%23103f91' d='M204.643 155.125v7.893h-59.197v-7.893z'/%3E %3Cpath fill='%23185abd' d='M128.674 182.75H39.88q-3.7 0-6.29-2.59T31 173.87V85.077q0-3.7 2.59-6.29t6.29-2.59h88.794q3.7 0 6.29 2.59t2.59 6.29v88.795q0 3.7-2.59 6.29-2.59 2.589-6.29 2.589z'/%3E %3Cpath fill='%23fff' d='M67.381 144.272q.37 2.097.37 3.577.247-1.357.74-3.453.37-2.097.617-3.453l9.372-40.328h12.086l9.62 39.71q.37 1.48.74 3.33.246 1.85.493 4.07.37-2.96 1.11-7.152l7.77-39.958h10.976l-13.566 57.716H94.883l-9.25-38.23q-.246-.74-.37-1.85-.246-1.234-.37-2.467-.246-1.233-.37-2.22-.246-1.11-.37-1.603-.123.617-.37 1.726-.246 1.11-.37 2.467-.246 1.233-.37 2.467-.246 1.11-.37 1.603l-8.756 38.107H60.968L47.28 100.615h11.223l8.386 40.328q.123.616.246 1.48.124.863.247 1.85z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--xlsx-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 2048 2048'%3E %3Cg id='icon-xlsx-file'%3E %3Cpath class='OfficeIconColors_HighContrast' d='M 1792 896 h -512 v -128 h 512 m 0 384 h -512 v -128 h 512 m 0 384 h -512 v -128 h 512 m 219 -896 q 37 37 37 91 v 1445 q 0 27 -10 50 q -10 23 -27 41 q -18 17 -41 27 q -23 10 -50 10 h -1280 q -27 0 -50 -10 q -23 -10 -40 -27 q -18 -18 -28 -41 q -10 -23 -10 -50 v -256 h -397 q -24 0 -44 -9 q -21 -9 -37 -25 q -16 -16 -25 -36 q -9 -21 -9 -45 v -922 q 0 -24 9 -44 q 9 -21 25 -37 q 16 -16 37 -25 q 20 -9 44 -9 h 397 v -384 q 0 -27 10 -50 q 10 -23 28 -40 q 17 -18 40 -28 q 23 -10 50 -10 h 933 q 54 0 91 37 m 0 347 h 165 l -165 -165 m -1085 935 q 5 16 14 30 l 120 224 h 149 l -200 -323 l 195 -317 h -140 l -111 202 q -6 11 -11 23 q -5 11 -12 22 q -3 -7 -7 -18 q -5 -11 -12 -25 l -104 -204 h -152 l 189 319 l -207 321 h 150 m 1480 -896 h -256 q -27 0 -50 -10 q -23 -10 -40 -27 q -18 -18 -28 -41 q -10 -23 -10 -50 v -256 h -896 v 384 h 397 q 24 0 45 9 q 20 9 36 25 q 16 16 25 37 q 9 20 9 44 v 922 q 0 24 -9 45 q -9 20 -25 36 q -16 16 -36 25 q -21 9 -45 9 h -397 v 256 h 1280 z'/%3E %3Cpath fill='%23fafafa' fill-opacity='1.000' d='M 1920 1984 h -1280 q -26 0 -45 -19 q -19 -19 -19 -45 v -1792 q 0 -26 19 -45 q 19 -19 45 -19 h 933 q 27 0 46 19 l 346 346 q 19 19 19 46 v 1445 q 0 26 -19 45 q -19 19 -45 19 z'/%3E %3Cpath fill='%23797774' fill-opacity='1.000' d='M 2011 384 q 37 37 37 91 v 1445 q 0 27 -10 50 q -10 23 -27 41 q -18 17 -41 27 q -23 10 -50 10 h -1280 q -27 0 -50 -10 q -23 -10 -40 -27 q -18 -18 -28 -41 q -10 -23 -10 -50 v -1792 q 0 -27 10 -50 q 10 -23 28 -40 q 17 -18 40 -28 q 23 -10 50 -10 h 933 q 54 0 91 37 m 0 347 h 165 l -165 -165 m 256 1701 v -1408 h -256 q -27 0 -50 -10 q -23 -10 -40 -27 q -18 -18 -28 -41 q -10 -23 -10 -50 v -256 h -896 v 1792 z'/%3E %3Cpath fill='%23107c41' fill-opacity='1.000' d='M 1792 1152 h -512 v -128 h 512 z'/%3E %3Cpath fill='%2333c481' fill-opacity='1.000' d='M 1792 896 h -512 v -128 h 512 z'/%3E %3Cpath fill='%23134a2c' fill-opacity='1.000' d='M 1792 1408 h -512 v -128 h 512 z'/%3E %3Cpath fill='%23107c41' fill-opacity='1.000' d='M 1037 1664 h -922 q -24 0 -44 -9 q -21 -9 -37 -25 q -16 -16 -25 -36 q -9 -21 -9 -45 v -922 q 0 -24 9 -44 q 9 -21 25 -37 q 16 -16 37 -25 q 20 -9 44 -9 h 922 q 24 0 45 9 q 20 9 36 25 q 16 16 25 37 q 9 20 9 44 v 922 q 0 24 -9 45 q -9 20 -25 36 q -16 16 -36 25 q -21 9 -45 9 z'/%3E %3Cpath fill='%23fff' fill-opacity='1.000' d='M 290 1408 l 207 -321 l -189 -319 h 152 l 104 204 q 7 14 11 25 q 4 11 8 18 q 7 -11 12 -22 q 5 -12 11 -23 l 111 -202 h 140 l -195 317 l 200 323 h -149 l -120 -224 q -9 -14 -14 -30 l -139 254 z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--xlsx-white-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 2048 2048'%3E %3Cpath d='M3.557 0a.922.922 0 0 0-.346.07.892.892 0 0 0-.54.824v1.778H8s.474.046.693.139a1.805 1.805 0 0 1 .948.947c.092.214.138.442.138.685v7.114c0 .243-.046.471-.138.685a1.805 1.805 0 0 1-.948.947c-.22.093-.45.14-.693.14H2.672v1.776a.892.892 0 0 0 .54.824.88.88 0 0 0 .345.071H14.22a.945.945 0 0 0 .625-.217.727.727 0 0 0 .26-.59V4.443h-3.55a.971.971 0 0 1-.633-.252.892.892 0 0 1-.259-.634V0Zm8 .209v3.348h3.35ZM.895 3.557a.892.892 0 0 0-.635.262.878.878 0 0 0-.19.285.831.831 0 0 0-.07.34v7.113c0 .121.024.237.07.347a.91.91 0 0 0 .477.469c.11.046.226.07.348.07H8a.89.89 0 0 0 .348-.07.915.915 0 0 0 .277-.191.915.915 0 0 0 .191-.278.887.887 0 0 0 .069-.347V4.443a.883.883 0 0 0-.26-.625.915.915 0 0 0-.277-.191.889.889 0 0 0-.348-.07Zm1.511 2.007h1.188l.812 1.594c.037.073.065.138.086.196a.905.905 0 0 0 .063.14c.036-.057.067-.114.093-.172.026-.062.055-.122.086-.18l.868-1.578h1.093L5.172 8.041l1.562 2.523H5.57l-.937-1.75a.962.962 0 0 1-.11-.234l-1.085 1.984H2.266l1.617-2.507Zm8.033 0h4v1h-4zm0 2h4v1h-4zm0 2h4v1h-4z' style='fill:%23fff;stroke-width:.0086768' transform='scale(128)'/%3E %3C/svg%3E")
    }

    .icon--xlsx-m-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 2048 2048'%3E %3Cg id='icon-xlsx-m-file'%3E %3Cpath d='M1579 896h-214v-85h214m0 256h-214v-86h214m0 256h-214v-85h214m-256-256h-214v-85h214m0 256h-214v-86h214m0 256h-214v-85h214m413-637q13 15 13 32v1371q0 19-13 32t-32 13H344q-19 0-32-13t-13-32v-425H164q-33 0-56-23t-23-55V633q0-32 23-55t56-23h135V130q0-19 13-32t32-13h937q20 0 32 14m10 413h348l-348-344m384 387h-384q-18 0-30-12-13-13-13-31V128H344q-3 0-3 2v425h605q32 0 55 23t23 55v782q0 32-23 55t-55 23H341v425q0 2 3 2h1360q3 0 3-2M454 1278l103-202q1 4 4 10t14 26q10 19 31 58 20 39 57 108h119l-159-256 155-252H667q-33 59-50 90t-26 49q-10 17-15 27-6 10-15 28l-98-194H341l151 253-165 255z' class='OfficeIconColors_HighContrast'/%3E %3Cpath fill='%23FAFAFA' d='M344 1941q-10 0-17-6-7-7-7-17V130q0-10 7-16 7-7 17-7h937q11 0 17 7l423 417q7 6 7 16v1371q0 10-7 17-7 6-17 6z'/%3E %3Cpath fill='%23797774' d='M1736 515q13 15 13 32v1371q0 19-13 32t-32 13H344q-19 0-32-13t-13-32V130q0-19 13-32t32-13h937q20 0 32 14l10 8m0 405h348l-348-344m381 1752q3 0 3-2V555h-384q-18 0-30-12-13-13-13-31V128H344q-3 0-3 2v1788q0 2 3 2z'/%3E %3Cpath fill='%2321A366' d='M1323 896h-214v-85h214z'/%3E %3Cpath fill='%23107C41' d='M1323 1067h-214v-86h214z'/%3E %3Cpath fill='%23185C37' d='M1323 1237h-214v-85h214z'/%3E %3Cpath fill='%2333C481' d='M1579 896h-214v-85h214z'/%3E %3Cpath fill='%2321A366' d='M1579 1067h-214v-86h214z'/%3E %3Cpath fill='%23134A2C' d='M1579 1237h-214v-85h214z'/%3E %3Cpath fill='%23107C41' d='M946 1493H164q-33 0-56-23t-23-55V633q0-32 23-55t56-23h782q32 0 55 23t23 55v782q0 32-23 55t-55 23z'/%3E %3Cpath fill='%23FFF' d='m327 1278 165-255-151-253h122l98 194q9-18 15-28 5-10 15-27 9-18 26-49t50-90h111l-155 252 159 256H663q-37-69-57-108-21-39-31-58-11-20-14-26t-4-10l-103 202z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--xlsx-lg-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E %3Cg id='icon-xlsx-m-file'%3E %3Cpath d='M71.432 43.607h-10.25v-4.393h10.25m0 11.715h-10.25v-4.393h10.25m0 11.714h-10.25v-4.393h10.25m-13.179-10.25h-8.785v-4.393h8.785m0 11.715h-8.785v-4.393h8.785m0 11.714h-8.785v-4.393h8.785m21.553-27.821q.412.503.412 1.052v60.448q0 .64-.412 1.052-.412.412-1.053.412H18.718q-.641 0-1.053-.412-.412-.412-.412-1.052V68.5h-6.955q-1.373 0-2.334-.96-.96-.962-.96-2.335V32.26q0-1.373.96-2.334.961-.96 2.334-.96h6.955v-20.5q0-.641.412-1.053Q18.077 7 18.718 7h41.411q.641 0 1.053.412m0 18.624H77.7L61.18 9.516M22.242 59.44l4.622-8.511q.183.503.503 1.006l3.981 7.505h4.988l-6.681-10.8 6.544-10.707H31.3L27 46.307q-.137-.412-.64-1.464l-3.478-6.818h-5.08l6.315 10.661-6.91 10.754M78.754 27.5H61.182q-.64 0-1.053-.412-.411-.412-.411-1.052V8.464h-41v20.5h24.526q1.373 0 2.334.961.961.961.961 2.334v32.946q0 1.373-.96 2.334-.962.961-2.335.961H18.718v19.036h60.035z' class='OfficeIconColors_HighContrast'/%3E %3Cpath fill='%23fafafa' d='M18.718 88.268q-.733 0-.733-.732V8.464q0-.732.733-.732h41.411q.32 0 .55.229l18.578 18.578q.228.229.228.55v60.447q0 .732-.732.732z'/%3E %3Cpath fill='%23797774' d='M79.806 26.036q.412.503.412 1.052v60.448q0 .64-.412 1.052-.412.412-1.053.412H18.718q-.641 0-1.053-.412-.412-.412-.412-1.052V8.464q0-.64.412-1.052Q18.077 7 18.718 7h41.411q.641 0 1.053.412m0 18.624H77.7L61.18 9.516M78.754 27.5H61.182q-.64 0-1.053-.412-.411-.412-.411-1.052V8.464h-41v79.072h60.035z'/%3E %3Cpath fill='%2321a366' d='M58.253 43.607h-8.785v-4.393h8.785z'/%3E %3Cpath fill='%23107c41' d='M58.253 50.929h-8.785v-4.393h8.785z'/%3E %3Cpath fill='%23185c37' d='M58.253 58.25h-8.785v-4.393h8.785z'/%3E %3Cpath fill='%2333c481' d='M71.432 43.607h-10.25v-4.393h10.25z'/%3E %3Cpath fill='%2321a366' d='M71.432 50.929h-10.25v-4.393h10.25z'/%3E %3Cpath fill='%23134a2c' d='M71.432 58.25h-10.25v-4.393h10.25z'/%3E %3Cpath fill='%23107c41' d='M43.244 68.5H10.298q-1.373 0-2.334-.96-.96-.962-.96-2.335V32.26q0-1.373.96-2.334.961-.96 2.334-.96h32.946q1.373 0 2.334.96.961.961.961 2.334v32.946q0 1.373-.96 2.334-.962.961-2.335.961z'/%3E %3Cpath fill='%23fff' d='m17.208 59.44 6.91-10.754-6.316-10.661h5.08l3.477 6.818q.504 1.052.641 1.464l4.484-8.282h4.714L29.654 48.64l6.68 10.799h-4.987l-3.981-7.505q-.32-.503-.503-1.006l-4.622 8.51z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--xlsx-xl-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256' viewBox='0 0 256 256'%3E %3Cg id='icon-xlsx-xl-file'%3E %3Cpath d='M197.96 112.64h-27.02v-11.58h27.02m0 30.88h-27.02v-11.58h27.02m0 30.88h-27.02v-11.58h27.02m-34.74-27.02h-23.16v-11.58h23.16m0 30.88h-23.16v-11.58h23.16m0 30.88h-23.16v-11.58h23.16m56.814-73.34q1.086 1.327 1.086 2.774V228.44q0 1.689-1.086 2.774-1.085 1.086-2.774 1.086H59q-1.689 0-2.774-1.086-1.086-1.085-1.086-2.774v-50.18H36.805q-3.619 0-6.152-2.533t-2.533-6.152v-86.85q0-3.619 2.533-6.152t6.152-2.533H55.14V20q0-1.689 1.086-2.774Q57.31 16.14 59 16.14h109.166q1.688 0 2.774 1.086m0 49.094h43.546L170.94 22.774M68.288 154.376l12.183-22.436q.483 1.327 1.327 2.654l10.494 19.782h13.149L87.829 125.91l17.25-28.227H92.172l-11.339 22.075q-.362-1.086-1.689-3.86l-9.167-17.973h-13.39l16.647 28.105-18.215 28.347M217.26 70.18h-46.32q-1.689 0-2.774-1.086-1.086-1.085-1.086-2.774V20H59v54.04h64.655q3.619 0 6.152 2.533t2.533 6.152v86.85q0 3.619-2.533 6.152t-6.152 2.533H59v50.18h158.26z' class='OfficeIconColors_HighContrast'/%3E %3Cpath fill='%23fafafa' d='M59 230.37q-1.93 0-1.93-1.93V20q0-1.93 1.93-1.93h109.166q.844 0 1.447.603l48.974 48.974q.603.603.603 1.447V228.44q0 1.93-1.93 1.93z'/%3E %3Cpath fill='%23797774' d='M220.034 66.32q1.086 1.327 1.086 2.774V228.44q0 1.689-1.086 2.774-1.085 1.086-2.774 1.086H59q-1.689 0-2.774-1.086-1.086-1.085-1.086-2.774V20q0-1.689 1.086-2.774Q57.31 16.14 59 16.14h109.166q1.688 0 2.774 1.086m0 49.094h43.546L170.94 22.774m46.32 47.406h-46.32q-1.689 0-2.774-1.086-1.086-1.085-1.086-2.774V20H59v208.44h158.26z'/%3E %3Cpath fill='%2321a366' d='M163.22 112.64h-23.16v-11.58h23.16z'/%3E %3Cpath fill='%23107c41' d='M163.22 131.94h-23.16v-11.58h23.16z'/%3E %3Cpath fill='%23185c37' d='M163.22 151.24h-23.16v-11.58h23.16z'/%3E %3Cpath fill='%2333c481' d='M197.96 112.64h-27.02v-11.58h27.02z'/%3E %3Cpath fill='%2321a366' d='M197.96 131.94h-27.02v-11.58h27.02z'/%3E %3Cpath fill='%23134a2c' d='M197.96 151.24h-27.02v-11.58h27.02z'/%3E %3Cpath fill='%23107c41' d='M123.655 178.26h-86.85q-3.619 0-6.152-2.533t-2.533-6.152v-86.85q0-3.619 2.533-6.152t6.152-2.533h86.85q3.619 0 6.152 2.533t2.533 6.152v86.85q0 3.619-2.533 6.152t-6.152 2.533z'/%3E %3Cpath fill='%23fff' d='m55.02 154.376 18.214-28.347-16.646-28.105h13.389l9.167 17.973q1.327 2.774 1.69 3.86l11.82-21.833h12.425l-17.25 27.985 17.612 28.467H92.292l-10.494-19.782q-.844-1.327-1.327-2.654l-12.183 22.436z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--onenote {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='svg25' width='16' height='16' version='1.1' viewBox='0 0 16 16'%3E %3Cg id='g136' style='fill:none'%3E %3Cpath id='path109' fill='%23605e5c' fill-rule='evenodd' d='M5.5 16h8c.827 0 1.5-.673 1.5-1.5v-13c0-.827-.673-1.5-1.5-1.5h-8C4.673 0 4 .673 4 1.5v13c0 .827.673 1.5 1.5 1.5ZM5 1.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5Z' clip-rule='evenodd' opacity='.64'/%3E %3Cpath id='path111' fill='%23ae4bd5' d='M15.438 5H15V1h.438c.315 0 .562.26.562.594v2.812c0 .333-.247.594-.563.594Z'/%3E %3Cpath id='path113' fill='%239332bf' d='M15.438 10H15V6h.438c.315 0 .562.26.562.594v2.812c0 .333-.247.594-.563.594Z'/%3E %3Cpath id='path115' fill='%237719aa' d='M15.438 15H15v-4h.438c.315 0 .562.26.562.594v2.812c0 .333-.247.594-.563.594Z'/%3E %3Cpath id='path117' fill='%23fff' d='M5.5 15h8a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5Z'/%3E %3Cpath id='path119' fill='%237719aa' d='M1 13h7a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1z'/%3E %3Cpath id='path121' stroke='%23fff' d='M2.417 10.896V6.443h.085l3.981 3.989.059-.001V6.057'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--onenote-m {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E %3Cg id='icon-one-m-file'%3E %3Cpath fill='%23605e5c' fill-rule='evenodd' d='M14.5 45h25c.827 0 1.5-.673 1.5-1.5v-39c0-.827-.673-1.5-1.5-1.5h-25c-.827 0-1.5.673-1.5 1.5v39c0 .827.673 1.5 1.5 1.5zM14 4.5a.5.5 0 0 1 .5-.5h25a.5.5 0 0 1 .5.5v39a.5.5 0 0 1-.5.5h-25a.5.5 0 0 1-.5-.5Z' clip-rule='evenodd' opacity='.64'/%3E %3Cpath fill='%239332bf' d='M43 28h-2v-9h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1z'/%3E %3Cpath fill='%23ae4bd5' d='M43 17h-2V8h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1z'/%3E %3Cpath fill='%237719aa' d='M43 39h-2v-9h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1z'/%3E %3Cpath fill='%23fff' d='M14.5 44h25a.5.5 0 0 0 .5-.5v-39a.5.5 0 0 0-.5-.5h-25a.5.5 0 0 0-.5.5v39a.5.5 0 0 0 .5.5z'/%3E %3Cpath fill='%237719aa' d='M6 37h18a2 2 0 0 0 2-2V17a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2z'/%3E %3Cpath fill='%23f9f7f7' d='M9.203 20h3.255l5.76 8.703-.03-8.703h2.578v12h-3.12l-5.838-8.556c.047.369.07 8.556.07 8.556H9.203Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--one-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-one-file'%3E %3Cpath fill='%23605e5c' fill-rule='evenodd' d='M5.5 16h8c.827 0 1.5-.673 1.5-1.5V6a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1h-.086c-.206-.582-.762-1-1.414-1h-8C4.673 0 4 .673 4 1.5v13c0 .827.673 1.5 1.5 1.5ZM5 1.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5V2h1v3h-1v9.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5Z' clip-rule='evenodd' opacity='.64'/%3E %3Cpath fill='%23fff' d='M15 2h-1v-.5a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V5h1z'/%3E %3Cpath fill='%237719aa' d='M1 13h7a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1z'/%3E %3Cpath fill='none' stroke='%23fff' d='M2.417 10.896V6.443h.085l3.981 3.989.059-.001V6.057'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--one-m-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E %3Cg id='icon-one-m-file'%3E %3Cpath fill='%23605e5c' fill-rule='evenodd' d='M13.5 45h25c.827 0 1.5-.673 1.5-1.5V15h1.5c.827 0 1.5-.673 1.5-1.5v-7c0-.827-.673-1.5-1.5-1.5H40v-.5c0-.827-.673-1.5-1.5-1.5h-25c-.827 0-1.5.673-1.5 1.5v39c0 .827.673 1.5 1.5 1.5zM13 4.5a.5.5 0 0 1 .5-.5h25a.5.5 0 0 1 .5.5V5a1 1 0 0 0 1 1h1.5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5H40a1 1 0 0 0-1 1v28.5a.5.5 0 0 1-.5.5h-25a.5.5 0 0 1-.5-.5Z' clip-rule='evenodd' opacity='.64'/%3E %3Cpath fill='%23fff' d='M41.5 14a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5H40a1 1 0 0 1-1-1v-.5a.5.5 0 0 0-.5-.5h-25a.5.5 0 0 0-.5.5v39a.5.5 0 0 0 .5.5h25a.5.5 0 0 0 .5-.5V15a1 1 0 0 1 1-1z'/%3E %3Cpath fill='%237719aa' d='M5 37h18a2 2 0 0 0 2-2V17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2z'/%3E %3Cpath fill='%23f9f7f7' d='M8.203 20h3.255l5.76 8.703-.03-8.703h2.578v12h-3.12l-5.838-8.556c.047.369.07 8.556.07 8.556H8.203Z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--libreoffice-calc-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E %3Cdefs%3E %3ClinearGradient id='a'%3E %3Cstop offset='0' stop-color='%23b3b3b3'/%3E %3Cstop offset='1' stop-color='%23e6e6e6'/%3E %3C/linearGradient%3E %3ClinearGradient id='b'%3E %3Cstop offset='0' stop-color='%2318a303'/%3E %3Cstop offset='1' stop-color='%23106802'/%3E %3C/linearGradient%3E %3ClinearGradient id='c'%3E %3Cstop offset='0' stop-color='%2318a303'/%3E %3Cstop offset='1' stop-color='%23106802'/%3E %3C/linearGradient%3E %3ClinearGradient id='f' x1='294.418' x2='294.418' y1='256.984' y2='243.139' xlink:href='%23a' gradientUnits='userSpaceOnUse' gradientTransform='matrix(.9974 0 0 1.002 -352.578 -948.22)'/%3E %3ClinearGradient id='e' x1='110.969' x2='110.969' y1='976.3' y2='992.375' xlink:href='%23b' gradientUnits='userSpaceOnUse' gradientTransform='matrix(1 0 0 .9996 -171.998 -1681.64)'/%3E %3ClinearGradient id='d' x1='110.969' x2='110.969' y1='976.3' y2='992.375' xlink:href='%23b' gradientUnits='userSpaceOnUse' gradientTransform='matrix(1 0 0 .9996 -171.998 -1681.64)'/%3E %3ClinearGradient id='g' x1='119' x2='119' y1='1036.274' y2='1052.497' xlink:href='%23c' gradientUnits='userSpaceOnUse' gradientTransform='translate(-177 -1742.002)'/%3E %3C/defs%3E %3Cg id='icon-libreoffice-calc-file' transform='translate(62 705.637)'%3E %3Cuse width='5033' height='1085' transform='translate(1571)' xlink:href='%23aS' opacity='.75'/%3E %3Cpath fill='url(%23d)' d='M-60.188-705.63c-.458.086-.82.532-.812.998v13.995c0 .524.476 1 1 1h12c.523 0 1-.476 1-1v-7.997c.006-.264-.098-.53-.282-.718l-6-5.998c-.19-.184-.454-.287-.718-.28h-6c-.062-.007-.125-.007-.188 0z' overflow='visible'/%3E %3Cpath fill='url(%23e)' d='M-50.657-705.63c-.33.104-.443.606-.187.842l3 3c.277.262.83.037.844-.344v-3c0-.26-.24-.5-.5-.5h-3c-.052-.007-.105-.007-.157 0z' overflow='visible'/%3E %3Cpath fill='url(%23f)' d='M-60-704.638v14h12v-8.032l-.156-.124-5.688-5.72-.156-.124h-6z' overflow='visible'/%3E %3Cpath fill='%23fff' fill-opacity='.588' d='M-59-703.638h4.8l5.2 5.2v6.8h-10v-12z'/%3E %3Cpath fill='%23ccf4c6' d='M-58-699.64h7v7h-7z' overflow='visible'/%3E %3Cpath fill='url(%23g)' d='M-58-699.64v7h7v-7h-7zm1 1h2v1h-2v-1zm3 0h2v1h-2v-1zm-3 2h2v1h-2v-1zm3 0h2v1h-2v-1zm-3 2h2v1h-2v-1zm3 0h2v1h-2v-1z' overflow='visible'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--libreoffice-database-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E %3Cdefs%3E %3ClinearGradient id='a'%3E %3Cstop offset='0' stop-color='%23b3b3b3'/%3E %3Cstop offset='1' stop-color='%23e6e6e6'/%3E %3C/linearGradient%3E %3ClinearGradient id='b'%3E %3Cstop offset='0' stop-color='%238e03a3'/%3E %3Cstop offset='1' stop-color='%23530260'/%3E %3C/linearGradient%3E %3ClinearGradient id='e' x1='294.41818' x2='294.41818' y1='256.9838' y2='243.13852' xlink:href='%23a' gradientUnits='userSpaceOnUse' gradientTransform='matrix(.9974 0 0 1.002 -290.482 -242.584)'/%3E %3ClinearGradient id='d' x1='110.96875' x2='110.96875' y1='976.29968' y2='992.375' xlink:href='%23b' gradientUnits='userSpaceOnUse' gradientTransform='matrix(1 0 0 .9996 -109.904 -976.003)'/%3E %3ClinearGradient id='c' x1='110.96875' x2='110.96875' y1='976.29968' y2='992.375' xlink:href='%23b' gradientUnits='userSpaceOnUse' gradientTransform='matrix(1 0 0 .9996 -109.904 -976.003)'/%3E %3C/defs%3E %3Cg id='icon-libreoffice-database-file'%3E %3Cuse width='5033' height='1085' transform='translate(1633 705.637)' xlink:href='%23aS' opacity='0.75'/%3E %3Cpath fill='url(%23c)' d='M1.906.006c-.458.087-.82.533-.812 1V15c0 .524.476 1 1 1h12c.523 0 1-.476 1-1V7.003c.005-.264-.098-.528-.282-.718l-6-5.998C8.622.104 8.358 0 8.094.007h-6C2.03 0 1.97 0 1.906.006z' overflow='visible'/%3E %3Cpath fill='url(%23d)' d='M11.437.006c-.33.106-.443.607-.187.843l3 2.998c.277.263.83.038.843-.343v-3c0-.26-.238-.5-.5-.5h-3c-.05-.007-.104-.007-.156 0z' overflow='visible'/%3E %3Cpath fill='url(%23e)' d='M2.096 1v14h12V6.966l-.156-.124-5.688-5.72L8.096 1h-6z' overflow='visible'/%3E %3Cpath fill='%23fff' fill-opacity='0.58823494' d='M3.096 2h4.8l5.2 5.2V14h-10V2z'/%3E %3Cpath fill='%23f2cbf8' stroke='%238e03a3' d='M4.595 8.497v2.5c0 .83 1.567 1.5 3.5 1.5s3.5-.67 3.5-1.5v-2.5h-7z' overflow='visible'/%3E %3Cpath fill='%23f2cbf8' stroke='%238e03a3' stroke-width='0.99999946' d='M11.595 7.997a3.5 1.5 0 0 1-7 0 3.5 1.5 0 1 1 7 0z' overflow='visible'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--libreoffice-draw-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E %3Cdefs%3E %3ClinearGradient id='b'%3E %3Cstop offset='0' stop-color='%23b3b3b3'/%3E %3Cstop offset='1' stop-color='%23e6e6e6'/%3E %3C/linearGradient%3E %3ClinearGradient id='c'%3E %3Cstop offset='0' stop-color='%23c99c00'/%3E %3Cstop offset='1' stop-color='%23876900'/%3E %3C/linearGradient%3E %3ClinearGradient id='a'%3E %3Cstop offset='0' stop-color='%23c99c00'/%3E %3Cstop offset='1' stop-color='%23876900'/%3E %3C/linearGradient%3E %3ClinearGradient id='g' x1='993.013' x2='993.013' y1='-705.584' y2='-689.638' xlink:href='%23a' gradientUnits='userSpaceOnUse' gradientTransform='translate(-1048)'/%3E %3ClinearGradient id='f' x1='294.418' x2='294.418' y1='256.984' y2='243.139' xlink:href='%23b' gradientUnits='userSpaceOnUse' gradientTransform='matrix(.9974 0 0 1.002 -352.578 -948.22)'/%3E %3ClinearGradient id='e' x1='110.969' x2='110.969' y1='976.3' y2='992.375' xlink:href='%23c' gradientUnits='userSpaceOnUse' gradientTransform='matrix(1 0 0 .9996 -171.998 -1681.64)'/%3E %3ClinearGradient id='d' x1='110.969' x2='110.969' y1='976.3' y2='992.375' xlink:href='%23c' gradientUnits='userSpaceOnUse' gradientTransform='matrix(1 0 0 .9996 -171.998 -1681.64)'/%3E %3C/defs%3E %3Cg id='icon-libreoffice-draw-file' transform='translate(62 705.637)'%3E %3Cuse width='5033' height='1085' transform='translate(1571)' xlink:href='%23aS' opacity='.75'/%3E %3Cpath fill='url(%23d)' d='M-60.188-705.63c-.458.086-.82.532-.812.998v13.995c0 .524.476 1 1 1h12c.523 0 1-.476 1-1v-7.997c.006-.264-.098-.53-.282-.718l-6-5.998c-.19-.184-.454-.287-.718-.28h-6c-.062-.007-.125-.007-.188 0z' overflow='visible'/%3E %3Cpath fill='url(%23e)' d='M-50.657-705.63c-.33.104-.443.606-.187.842l3 3c.277.262.83.037.844-.344v-3c0-.26-.24-.5-.5-.5h-3c-.052-.007-.105-.007-.157 0z' overflow='visible'/%3E %3Cpath fill='url(%23f)' d='M-60-704.638v14h12v-8.032l-.156-.124-5.688-5.72-.156-.124h-6z' overflow='visible'/%3E %3Cpath fill='%23fff' fill-opacity='.863' d='M-59-703.638h4.8l5.2 5.2v6.8h-10v-12z'/%3E %3Cpath fill='%23e9b913' stroke='%23e9b913' d='M-50.5-698.138l-5.5 5h5.5v-5z' stroke-linejoin='round'/%3E %3Cpath fill='url(%23g)' d='M-50.657-698.625c-.072.027-.136.07-.188.125l-5.5 5c-.158.14-.212.362-.135.558.077.196.268.323.48.317h5.5c.275 0 .5-.224.5-.5v-5c.007-.165-.066-.323-.198-.423-.13-.1-.303-.13-.46-.077zM-51-697v3.375h-3.72L-51-697z' overflow='visible'/%3E %3Cpath fill='%23f09e6f' stroke='%23a33e03' d='M-56.634-694.78a2.508 2.508 0 1 1 3.73-3.29' stroke-linecap='round' stroke-linejoin='round' overflow='visible'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--libreoffice-impress-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E %3Cdefs%3E %3ClinearGradient id='a'%3E %3Cstop offset='0' stop-color='%23b3b3b3'/%3E %3Cstop offset='1' stop-color='%23e6e6e6'/%3E %3C/linearGradient%3E %3ClinearGradient id='b'%3E %3Cstop offset='0' stop-color='%23a33e03'/%3E %3Cstop offset='1' stop-color='%23622502'/%3E %3C/linearGradient%3E %3ClinearGradient id='c'%3E %3Cstop offset='0' stop-color='%23a33e03'/%3E %3Cstop offset='1' stop-color='%23622502'/%3E %3C/linearGradient%3E %3ClinearGradient id='f' x1='294.418' x2='294.418' y1='256.984' y2='243.139' xlink:href='%23a' gradientUnits='userSpaceOnUse' gradientTransform='rotate(4.13 -135570.77 -364700)'/%3E %3ClinearGradient id='e' x1='110.969' x2='110.969' y1='976.3' y2='992.375' xlink:href='%23b' gradientUnits='userSpaceOnUse' gradientTransform='translate(-171.9 -1681.64)'/%3E %3ClinearGradient id='d' x1='110.969' x2='110.969' y1='976.3' y2='992.375' xlink:href='%23b' gradientUnits='userSpaceOnUse' gradientTransform='translate(-171.9 -1681.64)'/%3E %3ClinearGradient id='g' x1='155.75' x2='155.75' y1='1016.362' y2='1032.395' xlink:href='%23c' gradientUnits='userSpaceOnUse' gradientTransform='translate(-211.91 -1722)'/%3E %3ClinearGradient id='k' x1='155.75' x2='155.75' y1='1016.362' y2='1032.395' xlink:href='%23c' gradientUnits='userSpaceOnUse' gradientTransform='translate(-211.91 -1722)'/%3E %3ClinearGradient id='j' x1='155.75' x2='155.75' y1='1016.362' y2='1032.395' xlink:href='%23c' gradientUnits='userSpaceOnUse' gradientTransform='translate(-211.91 -1722)'/%3E %3ClinearGradient id='i' x1='155.75' x2='155.75' y1='1016.362' y2='1032.395' xlink:href='%23c' gradientUnits='userSpaceOnUse' gradientTransform='matrix(.67 0 0 1 -159.24 -1722)'/%3E %3ClinearGradient id='h' x1='155.75' x2='155.75' y1='1016.362' y2='1032.395' xlink:href='%23c' gradientUnits='userSpaceOnUse' gradientTransform='matrix(.67 0 0 1 -159.24 -1722)'/%3E %3C/defs%3E %3Cg id='icon-libreoffice-impress-file' transform='translate(62 705.64)'%3E %3Cuse width='5033' height='1085' transform='translate(1571)' xlink:href='%23aS' opacity='.75'/%3E %3Cpath fill='url(%23d)' d='M-60.094-705.63c-.458.086-.82.532-.812.998v13.995c0 .524.476 1 1 1h12c.523 0 1-.476 1-1v-7.997c.005-.264-.098-.53-.282-.718l-6-5.998c-.19-.184-.455-.287-.72-.28h-6c-.06-.007-.124-.007-.186 0z' overflow='visible'/%3E %3Cpath fill='url(%23e)' d='M-50.563-705.63c-.33.104-.443.606-.187.842l3 3c.277.262.83.037.843-.344v-3c0-.26-.238-.5-.5-.5h-3c-.05-.007-.104-.007-.156 0z' overflow='visible'/%3E %3Cpath fill='url(%23f)' d='M-59.906-704.638v14h12v-8.032l-.157-.124-5.687-5.72-.156-.124h-6z' overflow='visible'/%3E %3Cpath fill='%23fff' fill-opacity='.588' d='M-58.906-703.638h4.8l5.2 5.2v6.8h-10v-12z'/%3E %3Cpath fill='%23f9cfb5' d='M-57.908-699.638h8v7h-8z' overflow='visible'/%3E %3Cpath fill='url(%23g)' d='M-57.876-699.625v.47c-.012 2-.02 4-.03 6v.53h8v-7h-.5c-2.324-.012-4.65.01-6.97 0h-.5zm1 1c1.99.01 3.98-.01 5.97 0v5h-6l.03-5z' overflow='visible'/%3E %3Cpath fill='url(%23h)' d='M-53.907-697.638h2v1h-2z' overflow='visible'/%3E %3Cpath fill='url(%23i)' d='M-53.907-695.638h2v1h-2z' overflow='visible'/%3E %3Cpath fill='url(%23j)' d='M-55.907-697.638h1v1h-1z' overflow='visible'/%3E %3Cpath fill='url(%23k)' d='M-55.907-695.638h1v1h-1z' overflow='visible'/%3E %3Cpath fill='%23f09e6f' d='M-51.907-697.638h1v1h-1zm0 2h1v1h-1z' overflow='visible'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--libreoffice-writer-web-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E %3Cdefs%3E %3ClinearGradient id='b'%3E %3Cstop offset='0' stop-color='%23b3b3b3'/%3E %3Cstop offset='1' stop-color='%23e6e6e6'/%3E %3C/linearGradient%3E %3ClinearGradient id='c'%3E %3Cstop offset='0' stop-color='%23666'/%3E %3Cstop offset='1' stop-color='%23333'/%3E %3C/linearGradient%3E %3ClinearGradient id='a'%3E %3Cstop offset='0' stop-color='%230369a3'/%3E %3Cstop offset='1' stop-color='%23023f62'/%3E %3C/linearGradient%3E %3ClinearGradient id='k' x1='3212.401' x2='3212.401' y1='1055.399' y2='1061.014' xlink:href='%23a' gradientUnits='userSpaceOnUse'/%3E %3ClinearGradient id='f' x1='294.418' x2='294.418' y1='256.984' y2='243.139' xlink:href='%23b' gradientUnits='userSpaceOnUse' gradientTransform='translate(-352.6 -948.22)'/%3E %3ClinearGradient id='e' x1='110.969' x2='110.969' y1='976.3' y2='992.375' xlink:href='%23c' gradientUnits='userSpaceOnUse' gradientTransform='translate(-172.02 -1681.64)'/%3E %3ClinearGradient id='d' x1='110.969' x2='110.969' y1='976.3' y2='992.375' xlink:href='%23c' gradientUnits='userSpaceOnUse' gradientTransform='translate(-172.02 -1681.64)'/%3E %3ClinearGradient id='j' x1='117.719' x2='117.719' y1='982.362' y2='984.72' xlink:href='%23a' gradientUnits='userSpaceOnUse' gradientTransform='matrix(.33 0 0 3 -94.34 -3646.72)'/%3E %3ClinearGradient id='i' x1='117.719' x2='117.719' y1='982.362' y2='984.72' xlink:href='%23a' gradientUnits='userSpaceOnUse' gradientTransform='matrix(.17 0 0 3 -76.18 -3646.72)'/%3E %3ClinearGradient id='h' x1='117.719' x2='117.719' y1='982.362' y2='984.72' xlink:href='%23a' gradientUnits='userSpaceOnUse' gradientTransform='matrix(.67 0 0 3 -130.69 -3646.72)'/%3E %3ClinearGradient id='g' x1='117.719' x2='117.719' y1='982.362' y2='984.72' xlink:href='%23a' gradientUnits='userSpaceOnUse' gradientTransform='matrix(.25 0 0 3 -85.27 -3646.72)'/%3E %3C/defs%3E %3Cg id='icon-libreoffice-writer-web-file' transform='translate(62 705.64)'%3E %3Cuse width='5033' height='1085' transform='translate(1571)' xlink:href='%23aS' opacity='.75'/%3E %3Cpath fill='url(%23d)' d='M-60.21-705.63c-.458.086-.82.532-.812.998v13.995c0 .524.476 1 1 1h12c.523 0 1-.476 1-1v-7.997c.005-.264-.098-.53-.282-.718l-6-5.998c-.19-.184-.454-.287-.718-.28h-6c-.063-.007-.125-.007-.188 0z' overflow='visible'/%3E %3Cpath fill='url(%23e)' d='M-50.68-705.63c-.33.104-.442.606-.186.842l3 3c.277.262.83.037.843-.344v-3c0-.26-.238-.5-.5-.5h-3c-.05-.007-.104-.007-.156 0z' overflow='visible'/%3E %3Cpath fill='url(%23f)' d='M-60.022-704.638v14h12v-8.032l-.157-.124-5.682-5.72-.156-.124h-6z' overflow='visible'/%3E %3Cpath fill='%23fff' fill-opacity='.863' d='M-59.022-703.638h4.8l5.2 5.2v6.8h-10v-12z'/%3E %3Cpath fill='url(%23g)' d='M-58.024-697.64h3v1h-3z' overflow='visible'/%3E %3Cpath fill='url(%23h)' d='M-58.024-699.64h6v1h-6z' overflow='visible'/%3E %3Cpath fill='url(%23i)' d='M-58.024-695.64h2v1h-2z' overflow='visible'/%3E %3Cpath fill='url(%23j)' d='M-58.024-693.64h3v1h-3z' overflow='visible'/%3E %3Cpath fill='url(%23k)' d='M3214 1059a2 2 0 1 1-4 0 2 2 0 1 1 4 0z' transform='matrix(1.25 0 0 1.25 -4067.52 -2018.89)' overflow='visible'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--libreoffice-writer-file {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E %3Cdefs%3E %3ClinearGradient id='c'%3E %3Cstop offset='0' stop-color='%230369a3'/%3E %3Cstop offset='1' stop-color='%23023f62'/%3E %3C/linearGradient%3E %3ClinearGradient id='a'%3E %3Cstop offset='0' stop-color='%23b3b3b3'/%3E %3Cstop offset='1' stop-color='%23e6e6e6'/%3E %3C/linearGradient%3E %3ClinearGradient id='b'%3E %3Cstop offset='0' stop-color='%230369a3'/%3E %3Cstop offset='1' stop-color='%23023f62'/%3E %3C/linearGradient%3E %3ClinearGradient id='f' x1='294.418' x2='294.418' y1='256.984' y2='243.139' xlink:href='%23a' gradientUnits='userSpaceOnUse' gradientTransform='matrix(1 0 0 1 -352.58 -948.22)'/%3E %3ClinearGradient id='j' x1='117.719' x2='117.719' y1='982.362' y2='984.72' xlink:href='%23b' gradientUnits='userSpaceOnUse' gradientTransform='matrix(.67 0 0 3 -130.67 -3646.72)'/%3E %3ClinearGradient id='i' x1='117.719' x2='117.719' y1='982.362' y2='984.72' xlink:href='%23b' gradientUnits='userSpaceOnUse' gradientTransform='matrix(.67 0 0 3 -130.67 -3646.72)'/%3E %3ClinearGradient id='h' x1='117.719' x2='117.719' y1='982.362' y2='984.72' xlink:href='%23b' gradientUnits='userSpaceOnUse' gradientTransform='matrix(.67 0 0 3 -130.67 -3646.72)'/%3E %3ClinearGradient id='g' x1='117.719' x2='117.719' y1='982.362' y2='984.72' xlink:href='%23b' gradientUnits='userSpaceOnUse' gradientTransform='matrix(.67 0 0 3 -130.67 -3646.72)'/%3E %3ClinearGradient id='e' x1='110.969' x2='110.969' y1='976.3' y2='992.375' xlink:href='%23c' gradientUnits='userSpaceOnUse' gradientTransform='translate(-172 -1681.64)'/%3E %3ClinearGradient id='d' x1='110.969' x2='110.969' y1='976.3' y2='992.375' xlink:href='%23c' gradientUnits='userSpaceOnUse' gradientTransform='translate(-172 -1681.64)'/%3E %3C/defs%3E %3Cg id='icon-libreoffice-writer-file' transform='translate(62 705.64)'%3E %3Cuse width='5033' height='1085' transform='translate(1571)' xlink:href='%23aS' opacity='.75'/%3E %3Cpath fill='url(%23d)' d='M-60.188-705.633c-.458.088-.82.534-.812 1v13.995c0 .523.476 1 1 1h12c.523 0 1-.477 1-1v-7.997c.006-.264-.098-.53-.282-.72l-6-5.996c-.19-.19-.454-.29-.718-.29h-6c-.062-.005-.125-.005-.188 0z' overflow='visible'/%3E %3Cpath fill='url(%23e)' d='M-50.657-705.633c-.33.106-.443.608-.187.844l3 3c.277.268.83.04.844-.34v-3c0-.26-.24-.5-.5-.5h-3c-.052-.005-.105-.005-.157 0z' overflow='visible'/%3E %3Cpath fill='url(%23f)' d='M-60-704.64v14h12v-8.032l-.157-.124-5.687-5.718-.156-.125h-6z' overflow='visible'/%3E %3Cpath fill='%23fff' fill-opacity='.588' d='M-59-703.64h4.8l5.2 5.2v6.8h-10v-12z'/%3E %3Cpath fill='url(%23g)' d='M-58-697.64h8v1h-8z' overflow='visible'/%3E %3Cpath fill='url(%23h)' d='M-58-699.64h6v1h-6z' overflow='visible'/%3E %3Cpath fill='url(%23i)' d='M-58-695.64h8v1h-8z' overflow='visible'/%3E %3Cpath fill='url(%23j)' d='M-58-693.64h6v1h-6z' overflow='visible'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--libreoffice {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E %3Cdefs%3E %3ClinearGradient id='a'%3E %3Cstop offset='0' stop-color='%23b3b3b3'/%3E %3Cstop offset='1' stop-color='%23e6e6e6'/%3E %3C/linearGradient%3E %3ClinearGradient id='b'%3E %3Cstop offset='0' stop-color='%23666'/%3E %3Cstop offset='1' stop-color='%23333'/%3E %3C/linearGradient%3E %3ClinearGradient id='e' x1='294.418' x2='294.418' y1='256.984' y2='243.139' xlink:href='%23a' gradientUnits='userSpaceOnUse' gradientTransform='matrix(.9974 0 0 1.002 -352.578 -948.22)'/%3E %3ClinearGradient id='d' x1='110.969' x2='110.969' y1='976.3' y2='992.375' xlink:href='%23b' gradientUnits='userSpaceOnUse' gradientTransform='matrix(1 0 0 .9996 -171.998 -1681.64)'/%3E %3ClinearGradient id='c' x1='110.969' x2='110.969' y1='976.3' y2='992.375' xlink:href='%23b' gradientUnits='userSpaceOnUse' gradientTransform='matrix(1 0 0 .9996 -171.998 -1681.64)'/%3E %3C/defs%3E %3Cg id='icon-libreoffice'%3E %3Cpath fill='url(%23c)' d='M-60.188-705.63c-.458.086-.82.532-.812.998v13.995c0 .524.476 1 1 1h12c.523 0 1-.476 1-1v-7.997c.006-.264-.098-.53-.282-.718l-6-5.998c-.19-.184-.454-.287-.718-.28h-6c-.062-.007-.125-.007-.188 0z' overflow='visible' transform='translate(62 705.637)'/%3E %3Cpath fill='url(%23d)' d='M-50.657-705.63c-.33.104-.443.606-.187.842l3 3c.277.262.83.037.844-.344v-3c0-.26-.24-.5-.5-.5h-3c-.052-.007-.105-.007-.157 0z' overflow='visible' transform='translate(62 705.637)'/%3E %3Cpath fill='url(%23e)' d='M-60-704.638v14h12v-8.032l-.156-.124-5.688-5.72-.156-.124h-6z' overflow='visible' transform='translate(62 705.637)'/%3E %3Cpath fill='%23fff' fill-opacity='.863' d='M3 2h4.8L13 7.2V14H3V2z'/%3E %3Cuse width='5033' height='1085' transform='translate(1633 705.637)' xlink:href='%23aW' opacity='.75'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--close {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-close'%3E %3Cpath d='M0 1.00014429L.99984899.0002953 15.9997044 15.00015072l-.99984898.99984899z'/%3E %3Cpath d='M14.99985612.00029557l.999849.99984899L.99984968 15.99999997 7.1e-7 15.000151z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--close-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cg id='icon-close'%3E %3Cpath d='M0 1.00014429L.99984899.0002953 15.9997044 15.00015072l-.99984898.99984899z'/%3E %3Cpath d='M14.99985612.00029557l.999849.99984899L.99984968 15.99999997 7.1e-7 15.000151z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--close-warn {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23bf0013'%3E %3Cg id='icon-close'%3E %3Cpath d='M0 1.00014429L.99984899.0002953 15.9997044 15.00015072l-.99984898.99984899z'/%3E %3Cpath d='M14.99985612.00029557l.999849.99984899L.99984968 15.99999997 7.1e-7 15.000151z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--close-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-close'%3E %3Cpath d='M0 1.00014429L.99984899.0002953 15.9997044 15.00015072l-.99984898.99984899z'/%3E %3Cpath d='M14.99985612.00029557l.999849.99984899L.99984968 15.99999997 7.1e-7 15.000151z'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--arrow-bottom {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cg id='icon-arrow-bottom'%3E %3Cpath fill-rule='inherit' d='M0 2.49h16L8 13.51'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--arrow-bottom--fff {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-arrow-bottom'%3E %3Cpath fill-rule='inherit' d='M0 2.49h16L8 13.51'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--distant-places-comp-darker {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cpath fill='' fill-rule='evenodd' d='M3.6000087 4.8875587c-.7119985 0-1.2880004-.5760021-1.2880004-1.2880126 0-.7113385.5766619-1.2880005 1.2880004-1.2880005.7120105 0 1.2880126.576002 1.2880126 1.2880005 0 .7113505-.5766621 1.2880126-1.2880126 1.2880126zm0-4.88802165C1.6000097-.00046295-2.5e-7 1.5995471-2.5e-7 3.5995461c0 2.6960135 3.60000895 6.6880319 3.60000895 6.6880319s3.6000127-3.9920184 3.6000127-6.6880319c0-1.999999-1.6000016-3.60000905-3.6000127-3.60000905zM12.399987 4.8875587c-.711243 0-1.287953-.5766621-1.287953-1.2880126 0-.7119985.575992-1.2880005 1.287953-1.2880005.712084 0 1.288084.576002 1.288084 1.2880005 0 .7113505-.57672 1.2880126-1.288084 1.2880126zm0-4.88802165c-1.99995 0-3.5999518 1.60001005-3.5999518 3.60000905 0 2.6960135 3.5999518 6.6880319 3.5999518 6.6880319S16 6.2955596 16 3.5995461c0-1.999999-1.599965-3.60000905-3.600013-3.60000905zm0 11.20004395c-1.015948 0-1.919946.640022-2.255947 1.600025H5.8560167c-.4399936-1.248028-1.8160024-1.904034-3.0560027-1.464029-1.2560084.439946-1.91201475 1.815991-1.4720091 3.063995.4479974 1.248004 1.8160023 1.904047 3.0720107 1.464005.6800063-.240001 1.2000042-.783963 1.4560011-1.464005h4.2960153c.440005 1.248004 1.815955 1.904047 3.047998 1.464005 1.263964-.440041 1.920006-1.815966 1.479965-3.063971-.343921-.960003-1.255923-1.600025-2.280008-1.600025zm0 3.599952c-.662641 0-1.199943-.537242-1.199943-1.200004 0-.662642.537302-1.200004 1.199943-1.200004.662763 0 1.200004.537362 1.200004 1.200004 0 .662762-.537241 1.200004-1.200004 1.200004z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--distant-places-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cpath fill='' fill-rule='evenodd' d='M3.6000087 4.8875587c-.7119985 0-1.2880004-.5760021-1.2880004-1.2880126 0-.7113385.5766619-1.2880005 1.2880004-1.2880005.7120105 0 1.2880126.576002 1.2880126 1.2880005 0 .7113505-.5766621 1.2880126-1.2880126 1.2880126zm0-4.88802165C1.6000097-.00046295-2.5e-7 1.5995471-2.5e-7 3.5995461c0 2.6960135 3.60000895 6.6880319 3.60000895 6.6880319s3.6000127-3.9920184 3.6000127-6.6880319c0-1.999999-1.6000016-3.60000905-3.6000127-3.60000905zM12.399987 4.8875587c-.711243 0-1.287953-.5766621-1.287953-1.2880126 0-.7119985.575992-1.2880005 1.287953-1.2880005.712084 0 1.288084.576002 1.288084 1.2880005 0 .7113505-.57672 1.2880126-1.288084 1.2880126zm0-4.88802165c-1.99995 0-3.5999518 1.60001005-3.5999518 3.60000905 0 2.6960135 3.5999518 6.6880319 3.5999518 6.6880319S16 6.2955596 16 3.5995461c0-1.999999-1.599965-3.60000905-3.600013-3.60000905zm0 11.20004395c-1.015948 0-1.919946.640022-2.255947 1.600025H5.8560167c-.4399936-1.248028-1.8160024-1.904034-3.0560027-1.464029-1.2560084.439946-1.91201475 1.815991-1.4720091 3.063995.4479974 1.248004 1.8160023 1.904047 3.0720107 1.464005.6800063-.240001 1.2000042-.783963 1.4560011-1.464005h4.2960153c.440005 1.248004 1.815955 1.904047 3.047998 1.464005 1.263964-.440041 1.920006-1.815966 1.479965-3.063971-.343921-.960003-1.255923-1.600025-2.280008-1.600025zm0 3.599952c-.662641 0-1.199943-.537242-1.199943-1.200004 0-.662642.537302-1.200004 1.199943-1.200004.662763 0 1.200004.537362 1.200004 1.200004 0 .662762-.537241 1.200004-1.200004 1.200004z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--visio-conference-comp-darker {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cpath fill='' fill-rule='evenodd' d='M10.400037 13.599993c0-.44184-.358178-.799922-.8000072-.799922H8.800035v-1.600047h3.199991c.883683 0 1.599966-.716342 1.599966-1.6000002V1.6c0-.88365343-.716283-1.6-1.599966-1.6H4.0000183c-.8836591 0-1.6000136.71634657-1.6000136 1.6v8.0000238c0 .8836582.7163545 1.6000002 1.6000136 1.6000002h3.2000031v1.600047h-.7999948c-.4418295 0-.8000067.358082-.8000067.799922H0v1.600085h5.6000199c0 .44184.3581772.799922.8000067.799922h3.2000032c.4418292 0 .8000072-.358082.8000072-.799922H16v-1.600085ZM4.0000183 9.6000238V1.6h8.0000077v8.0000238Zm2.4000083-.800006V2.4000059l4.0000104 3.200012z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--visio-conference-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cpath fill='' fill-rule='evenodd' d='M10.400037 13.599993c0-.44184-.358178-.799922-.8000072-.799922H8.800035v-1.600047h3.199991c.883683 0 1.599966-.716342 1.599966-1.6000002V1.6c0-.88365343-.716283-1.6-1.599966-1.6H4.0000183c-.8836591 0-1.6000136.71634657-1.6000136 1.6v8.0000238c0 .8836582.7163545 1.6000002 1.6000136 1.6000002h3.2000031v1.600047h-.7999948c-.4418295 0-.8000067.358082-.8000067.799922H0v1.600085h5.6000199c0 .44184.3581772.799922.8000067.799922h3.2000032c.4418292 0 .8000072-.358082.8000072-.799922H16v-1.600085ZM4.0000183 9.6000238V1.6h8.0000077v8.0000238Zm2.4000083-.800006V2.4000059l4.0000104 3.200012z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--visio-conference-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cpath fill='' fill-rule='evenodd' d='M10.400037 13.599993c0-.44184-.358178-.799922-.8000072-.799922H8.800035v-1.600047h3.199991c.883683 0 1.599966-.716342 1.599966-1.6000002V1.6c0-.88365343-.716283-1.6-1.599966-1.6H4.0000183c-.8836591 0-1.6000136.71634657-1.6000136 1.6v8.0000238c0 .8836582.7163545 1.6000002 1.6000136 1.6000002h3.2000031v1.600047h-.7999948c-.4418295 0-.8000067.358082-.8000067.799922H0v1.600085h5.6000199c0 .44184.3581772.799922.8000067.799922h3.2000032c.4418292 0 .8000072-.358082.8000072-.799922H16v-1.600085ZM4.0000183 9.6000238V1.6h8.0000077v8.0000238Zm2.4000083-.800006V2.4000059l4.0000104 3.200012z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--session-before-comp-darker {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Ccircle cx='8' cy='8' r='8' fill=''/%3E %3Cpath fill='%23fff' d='M12 4H4v1.75h3V12h2V5.75h3z'/%3E %3C/svg%3E")
    }

    .icon--session-before-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Ccircle cx='8' cy='8' r='8' fill=''/%3E %3Cpath fill='%23fff' d='M12 4H4v1.75h3V12h2V5.75h3z'/%3E %3C/svg%3E")
    }

    .icon--session-before-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Ccircle cx='8' cy='8' r='8' fill=''/%3E %3Cpath fill='%23fff' d='M12 4H4v1.75h3V12h2V5.75h3z'/%3E %3C/svg%3E")
    }

    .icon--session-before-primary-inverted {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Ccircle cx='8' cy='8' r='8' fill='%23fff'/%3E %3Cpath fill='%23006dcc' d='M12 4H4v1.75h3V12h2V5.75h3z'/%3E %3C/svg%3E")
    }

    .icon--session-during-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cpath fill='' d='M2 3h12v1H2zm0 3h12v1H2zm0 3h12v1H2zm0 3h9v1H2z'/%3E %3C/svg%3E")
    }

    .icon--session-during-comp-darker {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23243238'%3E %3Cpath fill='' d='M2 3h12v1H2zm0 3h12v1H2zm0 3h12v1H2zm0 3h9v1H2z'/%3E %3C/svg%3E")
    }

    .icon--session-during-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23516e7b'%3E %3Cpath fill='' d='M2 3h12v1H2zm0 3h12v1H2zm0 3h12v1H2zm0 3h9v1H2z'/%3E %3C/svg%3E")
    }

    .icon--session-during-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23006dcc'%3E %3Cpath fill='' d='M2 3h12v1H2zm0 3h12v1H2zm0 3h12v1H2zm0 3h9v1H2z'/%3E %3C/svg%3E")
    }

    .icon--session-after-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='%23fff'%3E %3Cg fill='' stroke='' stroke-linejoin='round' paint-order='markers fill stroke'%3E %3Cpath stroke-width='1.263072' d='M9.43831829 15.22651001A7.36833097 7.36833097 0 0 1 1.87244019 12.09267a7.36833097 7.36833097 0 0 1 .00259846-8.18922802A7.36833097 7.36833097 0 0 1 9.4429043.77440384'/%3E %3Cpath stroke-width='1.05256' d='M7.9996215 4.8423108v3.6839705l-2.105126 1.5788445'/%3E %3Cpath stroke-width='1.263072' d='M12.08921189 1.87076262a7.36833097 7.36833097 0 0 1 2.03468953 2.03222706m.00286298 8.18973715a7.36833097 7.36833097 0 0 1-2.03022141 2.0316129M15.226678 6.56404641a7.36833097 7.36833097 0 0 1-.00009474 2.87238085'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--session-after-comp-darker {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='%23243238'%3E %3Cg fill='' stroke='' stroke-linejoin='round' paint-order='markers fill stroke'%3E %3Cpath stroke-width='1.263072' d='M9.43831829 15.22651001A7.36833097 7.36833097 0 0 1 1.87244019 12.09267a7.36833097 7.36833097 0 0 1 .00259846-8.18922802A7.36833097 7.36833097 0 0 1 9.4429043.77440384'/%3E %3Cpath stroke-width='1.05256' d='M7.9996215 4.8423108v3.6839705l-2.105126 1.5788445'/%3E %3Cpath stroke-width='1.263072' d='M12.08921189 1.87076262a7.36833097 7.36833097 0 0 1 2.03468953 2.03222706m.00286298 8.18973715a7.36833097 7.36833097 0 0 1-2.03022141 2.0316129M15.226678 6.56404641a7.36833097 7.36833097 0 0 1-.00009474 2.87238085'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--session-after-comp-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='%23516e7b'%3E %3Cg fill='' stroke='' stroke-linejoin='round' paint-order='markers fill stroke'%3E %3Cpath stroke-width='1.263072' d='M9.43831829 15.22651001A7.36833097 7.36833097 0 0 1 1.87244019 12.09267a7.36833097 7.36833097 0 0 1 .00259846-8.18922802A7.36833097 7.36833097 0 0 1 9.4429043.77440384'/%3E %3Cpath stroke-width='1.05256' d='M7.9996215 4.8423108v3.6839705l-2.105126 1.5788445'/%3E %3Cpath stroke-width='1.263072' d='M12.08921189 1.87076262a7.36833097 7.36833097 0 0 1 2.03468953 2.03222706m.00286298 8.18973715a7.36833097 7.36833097 0 0 1-2.03022141 2.0316129M15.226678 6.56404641a7.36833097 7.36833097 0 0 1-.00009474 2.87238085'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--session-after-primary {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='%23006dcc'%3E %3Cg fill='' stroke='' stroke-linejoin='round' paint-order='markers fill stroke'%3E %3Cpath stroke-width='1.263072' d='M9.43831829 15.22651001A7.36833097 7.36833097 0 0 1 1.87244019 12.09267a7.36833097 7.36833097 0 0 1 .00259846-8.18922802A7.36833097 7.36833097 0 0 1 9.4429043.77440384'/%3E %3Cpath stroke-width='1.05256' d='M7.9996215 4.8423108v3.6839705l-2.105126 1.5788445'/%3E %3Cpath stroke-width='1.263072' d='M12.08921189 1.87076262a7.36833097 7.36833097 0 0 1 2.03468953 2.03222706m.00286298 8.18973715a7.36833097 7.36833097 0 0 1-2.03022141 2.0316129M15.226678 6.56404641a7.36833097 7.36833097 0 0 1-.00009474 2.87238085'/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--session-before2-success-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23346916'%3E %3Ccircle cx='8' cy='8' r='8'/%3E %3Cpath fill='%23fff' fill-rule='evenodd' d='M6.5 5.4999785v1h1v3.9999995h1V6.4999785h1v-1zm1.5-2.49998c1.3261 0 2.59785.526785 3.53555 1.464465C12.4732 5.4021285 13 6.6739285 13 7.9999785c0 2.7614495-2.2386 4.9999995-5 4.9999995-1.3261 0-2.59785-.52675-3.535535-1.46445C3.526785 10.597828 3 9.3260785 3 7.9999785c0-1.32605.526785-2.59785 1.464465-3.535515C5.40215 3.5267835 6.6739 2.9999985 8 2.9999985Z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--session-during2-primary-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%231b4473'%3E %3Ccircle cx='8' cy='8' r='8'/%3E %3Cpath fill='%23fff' fill-rule='evenodd' d='M4 4.5000101h8v.99998H4Zm0 1.99998h8v1H4Zm0 2.0000001h8v1H4ZM4 10.49999h5v1H4Z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--session-after2-success-dark {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23346916'%3E %3Ccircle cx='8' cy='8' r='8'/%3E %3Cpath fill='%23fff' fill-rule='evenodd' d='M8.5 3.0150135v1.01c2.195.27 3.75 2.265015 3.48 4.460015-.23 1.8199995-1.66 3.2649995-3.48 3.4799995v1c2.75-.275 4.75-2.715 4.475-5.4649995-.225-2.375-2.11-4.250015-4.475-4.485015zm-1 .015c-.975.095-1.905.47-2.664975 1.1l.714975.740015c.56-.450015 1.235-.740015 1.95-.840015Zm-3.369975 1.805c-.63.760015-1.005 1.685015-1.105 2.665015h1c.095-.71.375-1.385.82-1.95zm-1.1 3.665015c.1.98.485 1.9049995 1.105 2.6649995l.71-.715c-.44-.565-.725-1.2399995-.815-1.9499995zM5.55 11.185028l-.714975.685c.754975.63 1.684975 1.025 2.664975 1.13v-1c-.71-.09-1.385-.375-1.95-.815zm2.7-5.6849995v2.625l2.25 1.335-.375.6149995L7.5 8.5000285v-3z' clip-rule='evenodd'/%3E %3C/svg%3E")
    }

    .icon--bookmarks-ui-1000 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23171623'%3E %3Cg id='icon-bookmarks'%3E %3Cpath opacity='0.2' d='M15.75 6.75V21L10.5 17.25L5.25 21V6.75C5.25 6.55109 5.32902 6.36032 5.46967 6.21967C5.61032 6.07902 5.80109 6 6 6H15C15.1989 6 15.3897 6.07902 15.5303 6.21967C15.671 6.36032 15.75 6.55109 15.75 6.75Z' fill=''/%3E %3Cpath d='M15 5.25H6C5.60218 5.25 5.22064 5.40804 4.93934 5.68934C4.65804 5.97064 4.5 6.35218 4.5 6.75V21C4.5 21.1378 4.53796 21.2729 4.60972 21.3906C4.68149 21.5082 4.78428 21.6038 4.90681 21.6669C5.02934 21.7299 5.16688 21.758 5.30432 21.748C5.44177 21.7381 5.5738 21.6904 5.68594 21.6103L10.5 18.1716L15.315 21.6103C15.4271 21.6901 15.5591 21.7376 15.6964 21.7474C15.8337 21.7573 15.971 21.7291 16.0934 21.6661C16.2158 21.6031 16.3184 21.5076 16.3902 21.3901C16.4619 21.2726 16.4999 21.1377 16.5 21V6.75C16.5 6.35218 16.342 5.97064 16.0607 5.68934C15.7794 5.40804 15.3978 5.25 15 5.25ZM15 19.5431L10.935 16.6369C10.8078 16.546 10.6554 16.4972 10.4991 16.4972C10.3427 16.4972 10.1903 16.546 10.0631 16.6369L6 19.5422V6.75H15V19.5431ZM19.5 3.75V18C19.5 18.1989 19.421 18.3897 19.2803 18.5303C19.1397 18.671 18.9489 18.75 18.75 18.75C18.5511 18.75 18.3603 18.671 18.2197 18.5303C18.079 18.3897 18 18.1989 18 18V3.75H8.25C8.05109 3.75 7.86032 3.67098 7.71967 3.53033C7.57902 3.38968 7.5 3.19891 7.5 3C7.5 2.80109 7.57902 2.61032 7.71967 2.46967C7.86032 2.32902 8.05109 2.25 8.25 2.25H18C18.3978 2.25 18.7794 2.40804 19.0607 2.68934C19.342 2.97064 19.5 3.35218 19.5 3.75Z' fill=''/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--bookmarks-ui-600 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%236d6d85'%3E %3Cg id='icon-bookmarks'%3E %3Cpath opacity='0.2' d='M15.75 6.75V21L10.5 17.25L5.25 21V6.75C5.25 6.55109 5.32902 6.36032 5.46967 6.21967C5.61032 6.07902 5.80109 6 6 6H15C15.1989 6 15.3897 6.07902 15.5303 6.21967C15.671 6.36032 15.75 6.55109 15.75 6.75Z' fill=''/%3E %3Cpath d='M15 5.25H6C5.60218 5.25 5.22064 5.40804 4.93934 5.68934C4.65804 5.97064 4.5 6.35218 4.5 6.75V21C4.5 21.1378 4.53796 21.2729 4.60972 21.3906C4.68149 21.5082 4.78428 21.6038 4.90681 21.6669C5.02934 21.7299 5.16688 21.758 5.30432 21.748C5.44177 21.7381 5.5738 21.6904 5.68594 21.6103L10.5 18.1716L15.315 21.6103C15.4271 21.6901 15.5591 21.7376 15.6964 21.7474C15.8337 21.7573 15.971 21.7291 16.0934 21.6661C16.2158 21.6031 16.3184 21.5076 16.3902 21.3901C16.4619 21.2726 16.4999 21.1377 16.5 21V6.75C16.5 6.35218 16.342 5.97064 16.0607 5.68934C15.7794 5.40804 15.3978 5.25 15 5.25ZM15 19.5431L10.935 16.6369C10.8078 16.546 10.6554 16.4972 10.4991 16.4972C10.3427 16.4972 10.1903 16.546 10.0631 16.6369L6 19.5422V6.75H15V19.5431ZM19.5 3.75V18C19.5 18.1989 19.421 18.3897 19.2803 18.5303C19.1397 18.671 18.9489 18.75 18.75 18.75C18.5511 18.75 18.3603 18.671 18.2197 18.5303C18.079 18.3897 18 18.1989 18 18V3.75H8.25C8.05109 3.75 7.86032 3.67098 7.71967 3.53033C7.57902 3.38968 7.5 3.19891 7.5 3C7.5 2.80109 7.57902 2.61032 7.71967 2.46967C7.86032 2.32902 8.05109 2.25 8.25 2.25H18C18.3978 2.25 18.7794 2.40804 19.0607 2.68934C19.342 2.97064 19.5 3.35218 19.5 3.75Z' fill=''/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--bookmarks-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cg id='icon-bookmarks'%3E %3Cpath opacity='0.2' d='M15.75 6.75V21L10.5 17.25L5.25 21V6.75C5.25 6.55109 5.32902 6.36032 5.46967 6.21967C5.61032 6.07902 5.80109 6 6 6H15C15.1989 6 15.3897 6.07902 15.5303 6.21967C15.671 6.36032 15.75 6.55109 15.75 6.75Z' fill=''/%3E %3Cpath d='M15 5.25H6C5.60218 5.25 5.22064 5.40804 4.93934 5.68934C4.65804 5.97064 4.5 6.35218 4.5 6.75V21C4.5 21.1378 4.53796 21.2729 4.60972 21.3906C4.68149 21.5082 4.78428 21.6038 4.90681 21.6669C5.02934 21.7299 5.16688 21.758 5.30432 21.748C5.44177 21.7381 5.5738 21.6904 5.68594 21.6103L10.5 18.1716L15.315 21.6103C15.4271 21.6901 15.5591 21.7376 15.6964 21.7474C15.8337 21.7573 15.971 21.7291 16.0934 21.6661C16.2158 21.6031 16.3184 21.5076 16.3902 21.3901C16.4619 21.2726 16.4999 21.1377 16.5 21V6.75C16.5 6.35218 16.342 5.97064 16.0607 5.68934C15.7794 5.40804 15.3978 5.25 15 5.25ZM15 19.5431L10.935 16.6369C10.8078 16.546 10.6554 16.4972 10.4991 16.4972C10.3427 16.4972 10.1903 16.546 10.0631 16.6369L6 19.5422V6.75H15V19.5431ZM19.5 3.75V18C19.5 18.1989 19.421 18.3897 19.2803 18.5303C19.1397 18.671 18.9489 18.75 18.75 18.75C18.5511 18.75 18.3603 18.671 18.2197 18.5303C18.079 18.3897 18 18.1989 18 18V3.75H8.25C8.05109 3.75 7.86032 3.67098 7.71967 3.53033C7.57902 3.38968 7.5 3.19891 7.5 3C7.5 2.80109 7.57902 2.61032 7.71967 2.46967C7.86032 2.32902 8.05109 2.25 8.25 2.25H18C18.3978 2.25 18.7794 2.40804 19.0607 2.68934C19.342 2.97064 19.5 3.35218 19.5 3.75Z' fill=''/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--backpack-ui-600 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 256 256' fill='%236d6d85'%3E %3Cpath d='M168,40.58V32A24,24,0,0,0,144,8H112A24,24,0,0,0,88,32v8.58A56.09,56.09,0,0,0,40,96V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V96A56.09,56.09,0,0,0,168,40.58ZM112,24h32a8,8,0,0,1,8,8v8H104V32A8,8,0,0,1,112,24Zm56,136H88v-8a8,8,0,0,1,8-8h64a8,8,0,0,1,8,8ZM88,176h48v8a8,8,0,0,0,16,0v-8h16v40H88Zm112,40H184V152a24,24,0,0,0-24-24H96a24,24,0,0,0-24,24v64H56V96A40,40,0,0,1,96,56h64a40,40,0,0,1,40,40V216ZM152,88a8,8,0,0,1-8,8H112a8,8,0,0,1,0-16h32A8,8,0,0,1,152,88Z'/%3E %3C/svg%3E")
    }

    .icon--backpack-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 256 256' fill='%23fff'%3E %3Cpath d='M168,40.58V32A24,24,0,0,0,144,8H112A24,24,0,0,0,88,32v8.58A56.09,56.09,0,0,0,40,96V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V96A56.09,56.09,0,0,0,168,40.58ZM112,24h32a8,8,0,0,1,8,8v8H104V32A8,8,0,0,1,112,24Zm56,136H88v-8a8,8,0,0,1,8-8h64a8,8,0,0,1,8,8ZM88,176h48v8a8,8,0,0,0,16,0v-8h16v40H88Zm112,40H184V152a24,24,0,0,0-24-24H96a24,24,0,0,0-24,24v64H56V96A40,40,0,0,1,96,56h64a40,40,0,0,1,40,40V216ZM152,88a8,8,0,0,1-8,8H112a8,8,0,0,1,0-16h32A8,8,0,0,1,152,88Z'/%3E %3C/svg%3E")
    }

    .icon--calendar-ui-600 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%236d6d85'%3E %3Cg id='icon-calendar'%3E %3Cpath opacity='0.2' d='M19.9897 4.71875V8.46875H3.48975V4.71875C3.48975 4.51984 3.56876 4.32907 3.70942 4.18842C3.85007 4.04777 4.04083 3.96875 4.23975 3.96875H19.2397C19.4387 3.96875 19.6294 4.04777 19.7701 4.18842C19.9107 4.32907 19.9897 4.51984 19.9897 4.71875Z' fill=''/%3E %3Cpath d='M19.2397 3.21875H16.9897V2.46875C16.9897 2.26984 16.9107 2.07907 16.7701 1.93842C16.6294 1.79777 16.4387 1.71875 16.2397 1.71875C16.0408 1.71875 15.8501 1.79777 15.7094 1.93842C15.5688 2.07907 15.4897 2.26984 15.4897 2.46875V3.21875H7.98975V2.46875C7.98975 2.26984 7.91073 2.07907 7.77008 1.93842C7.62942 1.79777 7.43866 1.71875 7.23975 1.71875C7.04083 1.71875 6.85007 1.79777 6.70942 1.93842C6.56876 2.07907 6.48975 2.26984 6.48975 2.46875V3.21875H4.23975C3.84192 3.21875 3.46039 3.37679 3.17909 3.65809C2.89778 3.93939 2.73975 4.32093 2.73975 4.71875V19.7188C2.73975 20.1166 2.89778 20.4981 3.17909 20.7794C3.46039 21.0607 3.84192 21.2188 4.23975 21.2188H19.2397C19.6376 21.2188 20.0191 21.0607 20.3004 20.7794C20.5817 20.4981 20.7397 20.1166 20.7397 19.7188V4.71875C20.7397 4.32093 20.5817 3.93939 20.3004 3.65809C20.0191 3.37679 19.6376 3.21875 19.2397 3.21875ZM6.48975 4.71875V5.46875C6.48975 5.66766 6.56876 5.85843 6.70942 5.99908C6.85007 6.13973 7.04083 6.21875 7.23975 6.21875C7.43866 6.21875 7.62942 6.13973 7.77008 5.99908C7.91073 5.85843 7.98975 5.66766 7.98975 5.46875V4.71875H15.4897V5.46875C15.4897 5.66766 15.5688 5.85843 15.7094 5.99908C15.8501 6.13973 16.0408 6.21875 16.2397 6.21875C16.4387 6.21875 16.6294 6.13973 16.7701 5.99908C16.9107 5.85843 16.9897 5.66766 16.9897 5.46875V4.71875H19.2397V7.71875H4.23975V4.71875H6.48975ZM19.2397 19.7188H4.23975V9.21875H19.2397V19.7188ZM10.2397 11.4688V17.4688C10.2397 17.6677 10.1607 17.8584 10.0201 17.9991C9.87942 18.1397 9.68866 18.2188 9.48975 18.2188C9.29083 18.2188 9.10007 18.1397 8.95942 17.9991C8.81876 17.8584 8.73975 17.6677 8.73975 17.4688V12.6819L8.32537 12.89C8.14734 12.979 7.94125 12.9937 7.75242 12.9307C7.5636 12.8678 7.40751 12.7324 7.3185 12.5544C7.22948 12.3763 7.21484 12.1703 7.27778 11.9814C7.34072 11.7926 7.47609 11.6365 7.65412 11.5475L9.15412 10.7975C9.26851 10.7403 9.39563 10.7132 9.52341 10.719C9.65119 10.7247 9.77538 10.763 9.88417 10.8303C9.99296 10.8976 10.0827 10.9915 10.145 11.1033C10.2072 11.215 10.2398 11.3408 10.2397 11.4688ZM15.786 14.3234L13.9897 16.7188H15.4897C15.6887 16.7188 15.8794 16.7978 16.0201 16.9384C16.1607 17.0791 16.2397 17.2698 16.2397 17.4688C16.2397 17.6677 16.1607 17.8584 16.0201 17.9991C15.8794 18.1397 15.6887 18.2188 15.4897 18.2188H12.4897C12.3505 18.2188 12.2139 18.18 12.0954 18.1067C11.977 18.0335 11.8812 17.9287 11.8189 17.8042C11.7566 17.6796 11.7303 17.5401 11.7428 17.4014C11.7553 17.2627 11.8062 17.1302 11.8897 17.0187L14.5879 13.4216C14.6492 13.3399 14.6933 13.2465 14.7173 13.1471C14.7412 13.0478 14.7447 12.9446 14.7273 12.8439C14.71 12.7432 14.6723 12.6471 14.6165 12.5615C14.5607 12.4759 14.488 12.4026 14.4028 12.3461C14.3177 12.2897 14.2219 12.2512 14.1213 12.233C14.0208 12.2149 13.9175 12.2175 13.818 12.2407C13.7185 12.2639 13.6248 12.3071 13.5426 12.3679C13.4604 12.4286 13.3915 12.5054 13.3401 12.5938C13.2923 12.6818 13.2273 12.7593 13.1491 12.8218C13.0708 12.8843 12.9809 12.9305 12.8845 12.9577C12.7881 12.9849 12.6872 12.9925 12.5878 12.98C12.4884 12.9676 12.3926 12.9354 12.3058 12.8853C12.2191 12.8352 12.1433 12.7682 12.0829 12.6884C12.0224 12.6085 11.9786 12.5173 11.954 12.4203C11.9294 12.3232 11.9244 12.2222 11.9395 12.1231C11.9545 12.0241 11.9893 11.9291 12.0416 11.8438C12.2894 11.415 12.6716 11.08 13.1291 10.8906C13.5866 10.7012 14.0939 10.668 14.5721 10.7962C15.0504 10.9243 15.4731 11.2067 15.7746 11.5995C16.0761 11.9923 16.2396 12.4736 16.2397 12.9688C16.2413 13.4579 16.0819 13.9339 15.786 14.3234Z' fill=''/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--calendar-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cg id='icon-calendar'%3E %3Cpath opacity='0.2' d='M19.9897 4.71875V8.46875H3.48975V4.71875C3.48975 4.51984 3.56876 4.32907 3.70942 4.18842C3.85007 4.04777 4.04083 3.96875 4.23975 3.96875H19.2397C19.4387 3.96875 19.6294 4.04777 19.7701 4.18842C19.9107 4.32907 19.9897 4.51984 19.9897 4.71875Z' fill=''/%3E %3Cpath d='M19.2397 3.21875H16.9897V2.46875C16.9897 2.26984 16.9107 2.07907 16.7701 1.93842C16.6294 1.79777 16.4387 1.71875 16.2397 1.71875C16.0408 1.71875 15.8501 1.79777 15.7094 1.93842C15.5688 2.07907 15.4897 2.26984 15.4897 2.46875V3.21875H7.98975V2.46875C7.98975 2.26984 7.91073 2.07907 7.77008 1.93842C7.62942 1.79777 7.43866 1.71875 7.23975 1.71875C7.04083 1.71875 6.85007 1.79777 6.70942 1.93842C6.56876 2.07907 6.48975 2.26984 6.48975 2.46875V3.21875H4.23975C3.84192 3.21875 3.46039 3.37679 3.17909 3.65809C2.89778 3.93939 2.73975 4.32093 2.73975 4.71875V19.7188C2.73975 20.1166 2.89778 20.4981 3.17909 20.7794C3.46039 21.0607 3.84192 21.2188 4.23975 21.2188H19.2397C19.6376 21.2188 20.0191 21.0607 20.3004 20.7794C20.5817 20.4981 20.7397 20.1166 20.7397 19.7188V4.71875C20.7397 4.32093 20.5817 3.93939 20.3004 3.65809C20.0191 3.37679 19.6376 3.21875 19.2397 3.21875ZM6.48975 4.71875V5.46875C6.48975 5.66766 6.56876 5.85843 6.70942 5.99908C6.85007 6.13973 7.04083 6.21875 7.23975 6.21875C7.43866 6.21875 7.62942 6.13973 7.77008 5.99908C7.91073 5.85843 7.98975 5.66766 7.98975 5.46875V4.71875H15.4897V5.46875C15.4897 5.66766 15.5688 5.85843 15.7094 5.99908C15.8501 6.13973 16.0408 6.21875 16.2397 6.21875C16.4387 6.21875 16.6294 6.13973 16.7701 5.99908C16.9107 5.85843 16.9897 5.66766 16.9897 5.46875V4.71875H19.2397V7.71875H4.23975V4.71875H6.48975ZM19.2397 19.7188H4.23975V9.21875H19.2397V19.7188ZM10.2397 11.4688V17.4688C10.2397 17.6677 10.1607 17.8584 10.0201 17.9991C9.87942 18.1397 9.68866 18.2188 9.48975 18.2188C9.29083 18.2188 9.10007 18.1397 8.95942 17.9991C8.81876 17.8584 8.73975 17.6677 8.73975 17.4688V12.6819L8.32537 12.89C8.14734 12.979 7.94125 12.9937 7.75242 12.9307C7.5636 12.8678 7.40751 12.7324 7.3185 12.5544C7.22948 12.3763 7.21484 12.1703 7.27778 11.9814C7.34072 11.7926 7.47609 11.6365 7.65412 11.5475L9.15412 10.7975C9.26851 10.7403 9.39563 10.7132 9.52341 10.719C9.65119 10.7247 9.77538 10.763 9.88417 10.8303C9.99296 10.8976 10.0827 10.9915 10.145 11.1033C10.2072 11.215 10.2398 11.3408 10.2397 11.4688ZM15.786 14.3234L13.9897 16.7188H15.4897C15.6887 16.7188 15.8794 16.7978 16.0201 16.9384C16.1607 17.0791 16.2397 17.2698 16.2397 17.4688C16.2397 17.6677 16.1607 17.8584 16.0201 17.9991C15.8794 18.1397 15.6887 18.2188 15.4897 18.2188H12.4897C12.3505 18.2188 12.2139 18.18 12.0954 18.1067C11.977 18.0335 11.8812 17.9287 11.8189 17.8042C11.7566 17.6796 11.7303 17.5401 11.7428 17.4014C11.7553 17.2627 11.8062 17.1302 11.8897 17.0187L14.5879 13.4216C14.6492 13.3399 14.6933 13.2465 14.7173 13.1471C14.7412 13.0478 14.7447 12.9446 14.7273 12.8439C14.71 12.7432 14.6723 12.6471 14.6165 12.5615C14.5607 12.4759 14.488 12.4026 14.4028 12.3461C14.3177 12.2897 14.2219 12.2512 14.1213 12.233C14.0208 12.2149 13.9175 12.2175 13.818 12.2407C13.7185 12.2639 13.6248 12.3071 13.5426 12.3679C13.4604 12.4286 13.3915 12.5054 13.3401 12.5938C13.2923 12.6818 13.2273 12.7593 13.1491 12.8218C13.0708 12.8843 12.9809 12.9305 12.8845 12.9577C12.7881 12.9849 12.6872 12.9925 12.5878 12.98C12.4884 12.9676 12.3926 12.9354 12.3058 12.8853C12.2191 12.8352 12.1433 12.7682 12.0829 12.6884C12.0224 12.6085 11.9786 12.5173 11.954 12.4203C11.9294 12.3232 11.9244 12.2222 11.9395 12.1231C11.9545 12.0241 11.9893 11.9291 12.0416 11.8438C12.2894 11.415 12.6716 11.08 13.1291 10.8906C13.5866 10.7012 14.0939 10.668 14.5721 10.7962C15.0504 10.9243 15.4731 11.2067 15.7746 11.5995C16.0761 11.9923 16.2396 12.4736 16.2397 12.9688C16.2413 13.4579 16.0819 13.9339 15.786 14.3234Z' fill=''/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--clipboard-ui-600 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%236d6d85'%3E %3Cg id='icon-clipboard'%3E %3Cpath opacity='0.2' d='M19.5 4.5V20.25C19.5 20.4489 19.421 20.6397 19.2803 20.7803C19.1397 20.921 18.9489 21 18.75 21H5.25C5.05109 21 4.86032 20.921 4.71967 20.7803C4.57902 20.6397 4.5 20.4489 4.5 20.25V4.5C4.5 4.30109 4.57902 4.11032 4.71967 3.96967C4.86032 3.82902 5.05109 3.75 5.25 3.75H9C8.51213 4.39857 8.24885 5.18842 8.25 6V6.75H15.75V6C15.7512 5.18842 15.4879 4.39857 15 3.75H18.75C18.9489 3.75 19.1397 3.82902 19.2803 3.96967C19.421 4.11032 19.5 4.30109 19.5 4.5Z' fill=''/%3E %3Cpath d='M15.75 14.2499C15.75 14.4488 15.671 14.6395 15.5303 14.7802C15.3897 14.9208 15.1989 14.9999 15 14.9999H9C8.80109 14.9999 8.61032 14.9208 8.46967 14.7802C8.32902 14.6395 8.25 14.4488 8.25 14.2499C8.25 14.051 8.32902 13.8602 8.46967 13.7195C8.61032 13.5789 8.80109 13.4999 9 13.4999H15C15.1989 13.4999 15.3897 13.5789 15.5303 13.7195C15.671 13.8602 15.75 14.051 15.75 14.2499ZM15 10.4999H9C8.80109 10.4999 8.61032 10.5789 8.46967 10.7195C8.32902 10.8602 8.25 11.051 8.25 11.2499C8.25 11.4488 8.32902 11.6395 8.46967 11.7802C8.61032 11.9208 8.80109 11.9999 9 11.9999H15C15.1989 11.9999 15.3897 11.9208 15.5303 11.7802C15.671 11.6395 15.75 11.4488 15.75 11.2499C15.75 11.051 15.671 10.8602 15.5303 10.7195C15.3897 10.5789 15.1989 10.4999 15 10.4999ZM20.25 4.49986V20.2499C20.25 20.6477 20.092 21.0292 19.8107 21.3105C19.5294 21.5918 19.1478 21.7499 18.75 21.7499H5.25C4.85218 21.7499 4.47064 21.5918 4.18934 21.3105C3.90804 21.0292 3.75 20.6477 3.75 20.2499V4.49986C3.75 4.10204 3.90804 3.72051 4.18934 3.4392C4.47064 3.1579 4.85218 2.99986 5.25 2.99986H8.64937C9.07079 2.52804 9.58709 2.15054 10.1645 1.89207C10.7419 1.63361 11.3674 1.5 12 1.5C12.6326 1.5 13.2581 1.63361 13.8355 1.89207C14.4129 2.15054 14.9292 2.52804 15.3506 2.99986H18.75C19.1478 2.99986 19.5294 3.1579 19.8107 3.4392C20.092 3.72051 20.25 4.10204 20.25 4.49986ZM9 5.99986H15C15 5.20421 14.6839 4.44115 14.1213 3.87854C13.5587 3.31593 12.7956 2.99986 12 2.99986C11.2044 2.99986 10.4413 3.31593 9.87868 3.87854C9.31607 4.44115 9 5.20421 9 5.99986ZM18.75 4.49986H16.2422C16.4128 4.98157 16.5 5.48884 16.5 5.99986V6.74986C16.5 6.94878 16.421 7.13954 16.2803 7.28019C16.1397 7.42085 15.9489 7.49986 15.75 7.49986H8.25C8.05109 7.49986 7.86032 7.42085 7.71967 7.28019C7.57902 7.13954 7.5 6.94878 7.5 6.74986V5.99986C7.50002 5.48884 7.58721 4.98157 7.75781 4.49986H5.25V20.2499H18.75V4.49986Z' fill=''/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--clipboard-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cg id='icon-clipboard'%3E %3Cpath opacity='0.2' d='M19.5 4.5V20.25C19.5 20.4489 19.421 20.6397 19.2803 20.7803C19.1397 20.921 18.9489 21 18.75 21H5.25C5.05109 21 4.86032 20.921 4.71967 20.7803C4.57902 20.6397 4.5 20.4489 4.5 20.25V4.5C4.5 4.30109 4.57902 4.11032 4.71967 3.96967C4.86032 3.82902 5.05109 3.75 5.25 3.75H9C8.51213 4.39857 8.24885 5.18842 8.25 6V6.75H15.75V6C15.7512 5.18842 15.4879 4.39857 15 3.75H18.75C18.9489 3.75 19.1397 3.82902 19.2803 3.96967C19.421 4.11032 19.5 4.30109 19.5 4.5Z' fill=''/%3E %3Cpath d='M15.75 14.2499C15.75 14.4488 15.671 14.6395 15.5303 14.7802C15.3897 14.9208 15.1989 14.9999 15 14.9999H9C8.80109 14.9999 8.61032 14.9208 8.46967 14.7802C8.32902 14.6395 8.25 14.4488 8.25 14.2499C8.25 14.051 8.32902 13.8602 8.46967 13.7195C8.61032 13.5789 8.80109 13.4999 9 13.4999H15C15.1989 13.4999 15.3897 13.5789 15.5303 13.7195C15.671 13.8602 15.75 14.051 15.75 14.2499ZM15 10.4999H9C8.80109 10.4999 8.61032 10.5789 8.46967 10.7195C8.32902 10.8602 8.25 11.051 8.25 11.2499C8.25 11.4488 8.32902 11.6395 8.46967 11.7802C8.61032 11.9208 8.80109 11.9999 9 11.9999H15C15.1989 11.9999 15.3897 11.9208 15.5303 11.7802C15.671 11.6395 15.75 11.4488 15.75 11.2499C15.75 11.051 15.671 10.8602 15.5303 10.7195C15.3897 10.5789 15.1989 10.4999 15 10.4999ZM20.25 4.49986V20.2499C20.25 20.6477 20.092 21.0292 19.8107 21.3105C19.5294 21.5918 19.1478 21.7499 18.75 21.7499H5.25C4.85218 21.7499 4.47064 21.5918 4.18934 21.3105C3.90804 21.0292 3.75 20.6477 3.75 20.2499V4.49986C3.75 4.10204 3.90804 3.72051 4.18934 3.4392C4.47064 3.1579 4.85218 2.99986 5.25 2.99986H8.64937C9.07079 2.52804 9.58709 2.15054 10.1645 1.89207C10.7419 1.63361 11.3674 1.5 12 1.5C12.6326 1.5 13.2581 1.63361 13.8355 1.89207C14.4129 2.15054 14.9292 2.52804 15.3506 2.99986H18.75C19.1478 2.99986 19.5294 3.1579 19.8107 3.4392C20.092 3.72051 20.25 4.10204 20.25 4.49986ZM9 5.99986H15C15 5.20421 14.6839 4.44115 14.1213 3.87854C13.5587 3.31593 12.7956 2.99986 12 2.99986C11.2044 2.99986 10.4413 3.31593 9.87868 3.87854C9.31607 4.44115 9 5.20421 9 5.99986ZM18.75 4.49986H16.2422C16.4128 4.98157 16.5 5.48884 16.5 5.99986V6.74986C16.5 6.94878 16.421 7.13954 16.2803 7.28019C16.1397 7.42085 15.9489 7.49986 15.75 7.49986H8.25C8.05109 7.49986 7.86032 7.42085 7.71967 7.28019C7.57902 7.13954 7.5 6.94878 7.5 6.74986V5.99986C7.50002 5.48884 7.58721 4.98157 7.75781 4.49986H5.25V20.2499H18.75V4.49986Z' fill=''/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--filecode-ui-600 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%236d6d85'%3E %3Cg id='icon-filecode'%3E %3Cpath opacity='0.2' d='M19.665 8.64648H14.415V3.39648L19.665 8.64648Z' fill=''/%3E %3Cpath d='M17.1957 14.1159C17.2654 14.1855 17.3207 14.2682 17.3585 14.3593C17.3962 14.4503 17.4156 14.5479 17.4156 14.6465C17.4156 14.745 17.3962 14.8426 17.3585 14.9337C17.3207 15.0247 17.2654 15.1075 17.1957 15.1771L14.9457 17.4271C14.8049 17.5678 14.6141 17.6469 14.415 17.6469C14.216 17.6469 14.0251 17.5678 13.8844 17.4271C13.7437 17.2864 13.6646 17.0955 13.6646 16.8965C13.6646 16.6975 13.7437 16.5066 13.8844 16.3659L15.6047 14.6465L13.8844 12.9271C13.7437 12.7864 13.6646 12.5955 13.6646 12.3965C13.6646 12.1975 13.7437 12.0066 13.8844 11.8659C14.0251 11.7251 14.216 11.6461 14.415 11.6461C14.6141 11.6461 14.8049 11.7251 14.9457 11.8659L17.1957 14.1159ZM10.4457 11.8659C10.376 11.7961 10.2933 11.7408 10.2022 11.7031C10.1112 11.6653 10.0136 11.6459 9.91504 11.6459C9.81648 11.6459 9.71888 11.6653 9.62783 11.7031C9.53679 11.7408 9.45407 11.7961 9.38441 11.8659L7.13441 14.1159C7.06468 14.1855 7.00936 14.2682 6.97162 14.3593C6.93388 14.4503 6.91445 14.5479 6.91445 14.6465C6.91445 14.745 6.93388 14.8426 6.97162 14.9337C7.00936 15.0247 7.06468 15.1075 7.13441 15.1771L9.38441 17.4271C9.4541 17.4968 9.53682 17.5521 9.62787 17.5898C9.71891 17.6275 9.81649 17.6469 9.91504 17.6469C10.0136 17.6469 10.1112 17.6275 10.2022 17.5898C10.2933 17.5521 10.376 17.4968 10.4457 17.4271C10.5153 17.3574 10.5706 17.2747 10.6083 17.1837C10.646 17.0926 10.6655 16.995 10.6655 16.8965C10.6655 16.7979 10.646 16.7004 10.6083 16.6093C10.5706 16.5183 10.5153 16.4355 10.4457 16.3659L8.72535 14.6465L10.4457 12.9271C10.5154 12.8575 10.5707 12.7747 10.6085 12.6837C10.6462 12.5926 10.6656 12.495 10.6656 12.3965C10.6656 12.2979 10.6462 12.2003 10.6085 12.1093C10.5707 12.0182 10.5154 11.9355 10.4457 11.8659ZM20.415 8.64648V20.6465C20.415 21.0443 20.257 21.4258 19.9757 21.7071C19.6944 21.9884 19.3129 22.1465 18.915 22.1465H5.41504C5.01721 22.1465 4.63568 21.9884 4.35438 21.7071C4.07307 21.4258 3.91504 21.0443 3.91504 20.6465V4.14648C3.91504 3.74866 4.07307 3.36713 4.35438 3.08582C4.63568 2.80452 5.01721 2.64648 5.41504 2.64648H14.415C14.5136 2.64641 14.6111 2.66574 14.7022 2.70338C14.7932 2.74102 14.876 2.79623 14.9457 2.86586L20.1957 8.11586C20.2653 8.18556 20.3205 8.2683 20.3581 8.35935C20.3958 8.45039 20.4151 8.54796 20.415 8.64648ZM15.165 7.89648H17.8547L15.165 5.2068V7.89648ZM18.915 20.6465V9.39648H14.415C14.2161 9.39648 14.0254 9.31747 13.8847 9.17681C13.7441 9.03616 13.665 8.8454 13.665 8.64648V4.14648H5.41504V20.6465H18.915Z' fill=''/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--filecode-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cg id='icon-filecode'%3E %3Cpath opacity='0.2' d='M19.665 8.64648H14.415V3.39648L19.665 8.64648Z' fill=''/%3E %3Cpath d='M17.1957 14.1159C17.2654 14.1855 17.3207 14.2682 17.3585 14.3593C17.3962 14.4503 17.4156 14.5479 17.4156 14.6465C17.4156 14.745 17.3962 14.8426 17.3585 14.9337C17.3207 15.0247 17.2654 15.1075 17.1957 15.1771L14.9457 17.4271C14.8049 17.5678 14.6141 17.6469 14.415 17.6469C14.216 17.6469 14.0251 17.5678 13.8844 17.4271C13.7437 17.2864 13.6646 17.0955 13.6646 16.8965C13.6646 16.6975 13.7437 16.5066 13.8844 16.3659L15.6047 14.6465L13.8844 12.9271C13.7437 12.7864 13.6646 12.5955 13.6646 12.3965C13.6646 12.1975 13.7437 12.0066 13.8844 11.8659C14.0251 11.7251 14.216 11.6461 14.415 11.6461C14.6141 11.6461 14.8049 11.7251 14.9457 11.8659L17.1957 14.1159ZM10.4457 11.8659C10.376 11.7961 10.2933 11.7408 10.2022 11.7031C10.1112 11.6653 10.0136 11.6459 9.91504 11.6459C9.81648 11.6459 9.71888 11.6653 9.62783 11.7031C9.53679 11.7408 9.45407 11.7961 9.38441 11.8659L7.13441 14.1159C7.06468 14.1855 7.00936 14.2682 6.97162 14.3593C6.93388 14.4503 6.91445 14.5479 6.91445 14.6465C6.91445 14.745 6.93388 14.8426 6.97162 14.9337C7.00936 15.0247 7.06468 15.1075 7.13441 15.1771L9.38441 17.4271C9.4541 17.4968 9.53682 17.5521 9.62787 17.5898C9.71891 17.6275 9.81649 17.6469 9.91504 17.6469C10.0136 17.6469 10.1112 17.6275 10.2022 17.5898C10.2933 17.5521 10.376 17.4968 10.4457 17.4271C10.5153 17.3574 10.5706 17.2747 10.6083 17.1837C10.646 17.0926 10.6655 16.995 10.6655 16.8965C10.6655 16.7979 10.646 16.7004 10.6083 16.6093C10.5706 16.5183 10.5153 16.4355 10.4457 16.3659L8.72535 14.6465L10.4457 12.9271C10.5154 12.8575 10.5707 12.7747 10.6085 12.6837C10.6462 12.5926 10.6656 12.495 10.6656 12.3965C10.6656 12.2979 10.6462 12.2003 10.6085 12.1093C10.5707 12.0182 10.5154 11.9355 10.4457 11.8659ZM20.415 8.64648V20.6465C20.415 21.0443 20.257 21.4258 19.9757 21.7071C19.6944 21.9884 19.3129 22.1465 18.915 22.1465H5.41504C5.01721 22.1465 4.63568 21.9884 4.35438 21.7071C4.07307 21.4258 3.91504 21.0443 3.91504 20.6465V4.14648C3.91504 3.74866 4.07307 3.36713 4.35438 3.08582C4.63568 2.80452 5.01721 2.64648 5.41504 2.64648H14.415C14.5136 2.64641 14.6111 2.66574 14.7022 2.70338C14.7932 2.74102 14.876 2.79623 14.9457 2.86586L20.1957 8.11586C20.2653 8.18556 20.3205 8.2683 20.3581 8.35935C20.3958 8.45039 20.4151 8.54796 20.415 8.64648ZM15.165 7.89648H17.8547L15.165 5.2068V7.89648ZM18.915 20.6465V9.39648H14.415C14.2161 9.39648 14.0254 9.31747 13.8847 9.17681C13.7441 9.03616 13.665 8.8454 13.665 8.64648V4.14648H5.41504V20.6465H18.915Z' fill=''/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--magnify-ui-600 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%236d6d85'%3E %3Cg id='icon-magnify'%3E %3Cpath opacity='0.2' d='M18 10.5C18 11.9834 17.5601 13.4334 16.736 14.6668C15.9119 15.9001 14.7406 16.8614 13.3701 17.4291C11.9997 17.9968 10.4917 18.1453 9.03683 17.8559C7.58197 17.5665 6.2456 16.8522 5.1967 15.8033C4.14781 14.7544 3.4335 13.418 3.14411 11.9632C2.85472 10.5083 3.00325 9.00032 3.57091 7.62987C4.13856 6.25943 5.09986 5.08809 6.33323 4.26398C7.5666 3.43987 9.01664 3 10.5 3C11.4849 3 12.4602 3.19399 13.3701 3.5709C14.2801 3.94781 15.1069 4.50026 15.8033 5.1967C16.4997 5.89314 17.0522 6.71993 17.4291 7.62987C17.806 8.53982 18 9.51509 18 10.5Z' fill=''/%3E %3Cpath d='M21.5306 20.4696L16.8375 15.7765C18.2004 14.1419 18.8807 12.0448 18.7368 9.92137C18.5928 7.79798 17.6358 5.81183 16.0648 4.3761C14.4937 2.94037 12.4296 2.16561 10.3019 2.21299C8.17416 2.26037 6.1466 3.12625 4.64103 4.63049C3.13546 6.13473 2.26779 8.16152 2.21853 10.2892C2.16926 12.4169 2.9422 14.4817 4.37654 16.054C5.81088 17.6263 7.79619 18.5851 9.91945 18.7309C12.0427 18.8767 14.1404 18.1983 15.7762 16.8368L20.4694 21.5309C20.5391 21.6005 20.6218 21.6558 20.7128 21.6935C20.8039 21.7312 20.9015 21.7507 21 21.7507C21.0985 21.7507 21.1961 21.7312 21.2872 21.6935C21.3782 21.6558 21.4609 21.6005 21.5306 21.5309C21.6003 21.4612 21.6556 21.3785 21.6933 21.2874C21.731 21.1964 21.7504 21.0988 21.7504 21.0002C21.7504 20.9017 21.731 20.8041 21.6933 20.7131C21.6556 20.622 21.6003 20.5393 21.5306 20.4696ZM3.75 10.5002C3.75 9.16522 4.14588 7.86017 4.88758 6.75014C5.62928 5.64011 6.68348 4.77495 7.91688 4.26406C9.15029 3.75316 10.5075 3.61949 11.8169 3.87994C13.1262 4.14039 14.329 4.78327 15.273 5.72727C16.217 6.67128 16.8598 7.87401 17.1203 9.18338C17.3807 10.4928 17.2471 11.85 16.7362 13.0834C16.2253 14.3168 15.3601 15.371 14.2501 16.1127C13.1401 16.8544 11.835 17.2502 10.5 17.2502C8.7104 17.2483 6.99466 16.5365 5.72922 15.271C4.46378 14.0056 3.75198 12.2898 3.75 10.5002Z' fill=''/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--quote-mark-open-ui-600 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%236d6d85'%3E %3Cg id='icon-quote-mark-open'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.2735 4.94L11.3335 4L7.3335 8L11.3335 12L12.2735 11.06L9.22016 8L12.2735 4.94ZM8.2735 4.94L7.3335 4L3.3335 8L7.3335 12L8.2735 11.06L5.22016 8L8.2735 4.94Z' fill=''/%3E %3C/g%3E %3C/svg%3E")
    }

    .icon--quote-mark-close-ui-600 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%236d6d85'%3E %3Cg id='icon-quote-mark-close'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.72656 4.94L4.66656 4L8.66656 8L4.66656 12L3.72656 11.06L6.7799 8L3.72656 4.94ZM7.72656 4.94L8.66656 4L12.6666 8L8.66656 12L7.72656 11.06L10.7799 8L7.72656 4.94Z' fill=''/%3E %3C/g%3E %3C/svg%3E")
    }

    .bubble {
        aspect-ratio: 1;
        border-radius: 50%;
        overflow: hidden
    }

    .bubble, .tile {
        background-color: rgba(var(--color-neutral-lightest-rgb), .8);
        display: inline-block
    }

    a:focus .bubble, a:focus .tile, a:hover .bubble, a:hover .tile {
        background-color: var(--color-neutral-lightest)
    }

    .bubble--xs, .tile--xs {
        padding: .125rem
    }

    .bubble--sm, .tile--sm {
        padding: .25rem
    }

    .bubble--md, .tile--md {
        padding: .5rem
    }

    .bubble--lg, .tile--lg {
        padding: .8rem
    }

    .bubble--xl, .tile--xl {
        padding: 1rem
    }

    .tile--rounded-xs {
        border-radius: calc(var(--step) / 8)
    }

    .tile--rounded-sm {
        border-radius: calc(var(--step) / 6)
    }

    .tile--rounded-md {
        border-radius: calc(var(--step) / 4)
    }

    .tile--rounded-lg {
        border-radius: calc(var(--step) / 2)
    }

    .tile--rounded-xl {
        border-radius: var(--step)
    }

    .has-border--primary, .tile--border-primary {
        border: var(--base-border-width) solid var(--color-primary)
    }

    .has-border--neutral, .tile--border-neutral {
        border: var(--base-border-width) solid var(--color-comp)
    }

    .is-transparent, .tile--transparent {
        background-color: transparent
    }

    .icon--rotate-45 {
        transform: rotate(45deg)
    }

    .icon--rotate-90 {
        transform: rotate(90deg)
    }

    .icon--rotate-135 {
        transform: rotate(135deg)
    }

    .icon--rotate-180 {
        transform: rotate(180deg)
    }

    .icon--rotate-225 {
        transform: rotate(225deg)
    }

    .icon--rotate-270 {
        transform: rotate(270deg)
    }

    .icon__active, .icon__checked, .icon__hover {
        display: none
    }

    .btn:active .icon__active, .btn:hover .icon__hover, :active ~ label .icon__active, :checked ~ label .icon__checked, :focus .icon__checked, :hover ~ label .icon__hover {
        display: initial
    }

    .icon-placeholder {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        height: auto;
        vertical-align: baseline;
        width: auto
    }

    .icon-placeholder, .icon-placeholder--sm {
        background-size: 1rem
    }

    .icon-placeholder--md {
        background-size: 1.25rem
    }

    .icon-placeholder--lg {
        background-size: 2rem
    }

    .icon-placeholder--xl {
        background-size: 4rem
    }

    .icon-placeholder--xxl {
        background-size: 8rem
    }

    .media-rounded--xs {
        border-radius: var(--radius-md)
    }

    .media-rounded--sm {
        border-radius: var(--radius-lg)
    }

    .media-rounded--md {
        border-radius: calc(var(--step) / 4 * 3)
    }

    .media-rounded--lg {
        border-radius: var(--radius-xl)
    }

    .media-rounded--xl {
        border-radius: var(--radius-xxl)
    }

    .media--responsive, .media-responsive, .wysiwyg img {
        display: inline-block;
        height: auto;
        max-height: 100%;
        max-width: 100%
    }

    .bubble-img {
        background-color: var(--color-comp-light);
        border-radius: 50%;
        overflow: hidden
    }

    .bubble-img img {
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        width: 100%
    }

    .bubble-img--xs {
        height: 1rem;
        width: 1rem
    }

    .bubble-img--sm {
        height: 1.5rem;
        width: 1.5rem
    }

    .bubble-img--md {
        height: 2rem;
        width: 2rem
    }

    .bubble-img--lg {
        height: 2.5rem;
        width: 2.5rem
    }

    .bubble-img--xl {
        height: 3rem;
        width: 2rem
    }

    .ratio {
        display: block;
        height: 0;
        overflow: hidden;
        position: relative
    }

    .ratio > * {
        left: 50%;
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .ratio > iframe {
        height: 100% !important;
        width: 100% !important
    }

    .ratio--polyvision {
        padding-bottom: 22.85714%
    }

    .ratio--169 {
        padding-bottom: 56.25%
    }

    .ratio--23 {
        padding-bottom: 66.66667%
    }

    .ratio--43 {
        padding-bottom: 75%
    }

    .ratio--11 {
        padding-bottom: 100%
    }

    .ratio--has-background {
        background-color: var(--color-neutral-400)
    }

    .bg-filler {
        position: relative
    }

    .bg-filler__svg-filter-reference {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        word-wrap: normal
    }

    .bg-filler__svg {
        height: 100%;
        left: 0;
        outline: 1px solid purple;
        position: absolute;
        top: 0;
        transform: none;
        width: 100%
    }

    .bg-filler__svg-image {
        transform: scale(1.2);
        transform-origin: center center
    }

    .figure--img-left, .figure--img-right {
        display: flex
    }

    .figure--img-left img, .figure--img-right img {
        align-self: flex-start;
        flex: none
    }

    .figure--img-right {
        flex-direction: row-reverse
    }

    .figure--img-left img {
        margin-right: 1rem
    }

    .figure--img-right img {
        margin-left: 1rem
    }

    form {
        margin-bottom: 0
    }

    .form__line {
        margin-bottom: 1.3rem;
        padding-top: .2rem;
        position: relative
    }

    .form__line--inline {
        display: inline-block
    }

    .form__line--no-margin {
        margin-bottom: 0
    }

    .form__line--margin-xs {
        margin-bottom: calc(var(--step) / 2)
    }

    .form__line--margin-sm {
        margin-bottom: var(--step)
    }

    .form__line--margin-md {
        margin-bottom: calc(var(--step) * 1.5)
    }

    .form__line--margin-lg {
        margin-bottom: calc(var(--step) * 2)
    }

    .form__line--margin-xl {
        margin-bottom: calc(var(--step) * 3)
    }

    .form--readonly {
        opacity: .5
    }

    .form__label, .label-like, .label-like--inlined {
        font-weight: 700
    }

    .form__label:after, .label-like:after {
        content: "";
        display: block;
        margin-top: .5rem
    }

    .form__label--valid, .label-like--valid {
        color: var(--color-success-dark)
    }

    .form__label--invalid, .label-like--invalid {
        color: var(--color-warn)
    }

    .form__label--as-link, .label-like--as-link {
        color: var(--a--color)
    }

    .form__asterix:before {
        content: " (*)";
        display: inline-block;
        letter-spacing: .0625rem;
        margin-left: .25rem
    }

    input:is([type=radio],[type=checkbox]) + .form__label {
        font-weight: 500
    }

    input:is([type=radio],[type=checkbox]) + .form__label.b-like {
        font-weight: 700
    }

    input:is([type=radio],[type=checkbox]) + .form__label:after {
        display: none
    }

    .label-like--inlined {
        margin-right: 1rem
    }

    .label-like--inlined:after {
        display: none
    }

    .form__control {
        border-radius: 0
    }

    .form__control input:focus::-webkit-contacts-auto-fill-button {
        opacity: 0
    }

    .form__control:focus, .form__control:focus[type], .form__control:focus[type][aria-invalid] {
        border-color: rgba(var(--color-primary-rgb), .6);
        outline: var(--base-outline-width) solid rgba(var(--color-primary-rgb), .6);
        outline-offset: -2px
    }

    .form__control:focus::-webkit-contacts-auto-fill-button {
        opacity: 0
    }

    .form__control:is([type=text],[type=email],[type=password],[type=url],[type=tel],[type=search],[type=file],[type=number],[type=month],[type=week],[type=date],[type=time],[type=datetime],[type=datetime-local]), div.form__control, textarea.form__control {
        background-color: var(--form-control--background-color);
        border: var(--base-border-width) solid var(--color-comp-darken-10);
        box-sizing: border-box;
        max-height: 2rem;
        padding: calc(.5rem - 1px);
        vertical-align: middle;
        width: 100%
    }

    .form__control:is([type=text],[type=email],[type=password],[type=url],[type=tel],[type=search],[type=file],[type=number],[type=month],[type=week],[type=date],[type=time],[type=datetime],[type=datetime-local])[aria-invalid=false], .form__control:is([type=text],[type=email],[type=password],[type=url],[type=tel],[type=search],[type=file],[type=number],[type=month],[type=week],[type=date],[type=time],[type=datetime],[type=datetime-local])[aria-invalid=false]:focus, .form__control:is([type=text],[type=email],[type=password],[type=url],[type=tel],[type=search],[type=file],[type=number],[type=month],[type=week],[type=date],[type=time],[type=datetime],[type=datetime-local])[required]:valid, div.form__control[aria-invalid=false], div.form__control[aria-invalid=false]:focus, div.form__control[required]:valid, textarea.form__control[aria-invalid=false], textarea.form__control[aria-invalid=false]:focus, textarea.form__control[required]:valid {
        border-color: var(--color-success-dark);
        outline-color: var(--color-success-dark)
    }

    .form__control:is([type=text],[type=email],[type=password],[type=url],[type=tel],[type=search],[type=file],[type=number],[type=month],[type=week],[type=date],[type=time],[type=datetime],[type=datetime-local])[aria-invalid=true], .form__control:is([type=text],[type=email],[type=password],[type=url],[type=tel],[type=search],[type=file],[type=number],[type=month],[type=week],[type=date],[type=time],[type=datetime],[type=datetime-local])[aria-invalid=true]:focus, div.form__control[aria-invalid=true], div.form__control[aria-invalid=true]:focus, textarea.form__control[aria-invalid=true], textarea.form__control[aria-invalid=true]:focus {
        border-color: var(--color-warn);
        color: var(--color-warn);
        outline-color: var(--color-warn)
    }

    .form__control:is([type=text],[type=email],[type=password],[type=url],[type=tel],[type=search],[type=file],[type=number],[type=month],[type=week],[type=date],[type=time],[type=datetime],[type=datetime-local])[required]:invalid, div.form__control[required]:invalid, textarea.form__control[required]:invalid {
        box-shadow: none
    }

    .form__control:is([type=text],[type=email],[type=password],[type=url],[type=tel],[type=search],[type=file],[type=number],[type=month],[type=week],[type=date],[type=time],[type=datetime],[type=datetime-local])[aria-readonly=true], .form__control:is([type=text],[type=email],[type=password],[type=url],[type=tel],[type=search],[type=file],[type=number],[type=month],[type=week],[type=date],[type=time],[type=datetime],[type=datetime-local])[readonly], div.form__control[aria-readonly=true], div.form__control[readonly], textarea.form__control[aria-readonly=true], textarea.form__control[readonly] {
        background-color: var(--color-comp-lighter)
    }

    .form__control--sm:is([type=text],[type=email],[type=password],[type=url],[type=tel],[type=search],[type=file],[type=number],[type=month],[type=week],[type=date],[type=time],[type=datetime],[type=datetime-local]) {
        padding: calc(.25rem - 1px)
    }

    .form__control[type=range] {
        width: 100%
    }

    .form__control.form__control--helped {
        width: calc(100% - 22px)
    }

    .form__control[type=file] {
        background-color: var(--color-neutral-lightest);
        max-height: none
    }

    .form__control[type=color] {
        background-color: var(--color-neutral-lightest);
        border: var(--base-border-width) solid var(--color-comp-darken-10);
        height: 2rem;
        padding: .25rem;
        width: 4rem
    }

    .form__control:is([type=text],[type=email],[type=password],[type=url],[type=tel],[type=search],[type=file]), textarea.form__control {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .form__control.form__control--seamless:is([type=text],[type=email],[type=password],[type=url],[type=tel],[type=search]), select.form__control.form__control--seamless {
        background-color: transparent;
        border-color: transparent
    }

    select.form__control[aria-invalid=true] {
        border-color: var(--color-warn);
        color: var(--color-warn);
        outline-color: var(--color-warn)
    }

    .form__control.form__control--invert:is([type=text],[type=email],[type=password],[type=url],[type=tel],[type=search]) {
        color: var(--color-neutral-lightest)
    }

    .form__control.form__control--invert:focus {
        border-color: rgba(var(--color-neutral-lightest-rgb), .6);
        outline: var(--base-outline-width) solid rgba(var(--color-neutral-lightest-rgb), .6)
    }

    .form__control--has-icon:is([type=text],[type=email],[type=password],[type=url],[type=tel],[type=search],[type=file]) {
        background-position: 7px 7px;
        background-repeat: no-repeat;
        padding-left: 2rem
    }

    .form__line--combined > div {
        display: flex
    }

    .form__line--combined > div .btn {
        flex: none
    }

    .form__control:is([type=password],[type=text]).form__control--icon-hover {
        margin-right: -3.1rem;
        padding-right: 3.6rem
    }

    ::-moz-placeholder {
        color: var(--color-comp);
        opacity: 1;
        text-overflow: ellipsis
    }

    ::placeholder {
        color: var(--color-comp);
        opacity: 1;
        text-overflow: ellipsis
    }

    .form__control--invert::-moz-placeholder {
        color: var(--color-neutral-lightest)
    }

    .form__control--invert::placeholder {
        color: var(--color-neutral-lightest)
    }

    select.form__control {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: var(--color-neutral-lightest);
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-select'%3E %3Cpath fill='%23516d7a' fill-rule='evenodd' d='M0 2h16L8 13.022'/%3E %3C/g%3E %3C/svg%3E");
        background-position: calc(100% - .75rem) calc(50% + 1px);
        background-repeat: no-repeat;
        background-size: .5625rem;
        border: var(--base-border-width) solid var(--color-comp-darken-10);
        border-radius: 0;
        color: var(--color-comp-darker);
        font-size: var(--font-size-xxs);
        height: 2rem;
        padding: 0 2rem 0 calc(.5rem - 1px);
        width: 100%
    }

    select.form__control--sm {
        height: 1.625rem
    }

    select.form__control optgroup, select.form__control option {
        padding: .2rem
    }

    textarea.form__control {
        max-height: none
    }

    .form__control--resize-v {
        resize: vertical
    }

    .form__control--resize-h {
        resize: horizontal
    }

    .form__control--resize-none {
        resize: none
    }

    :is(.birthdate__day,.birthdate__month) .form__control {
        width: 3rem
    }

    .birthdate__year .form__control {
        width: 4rem
    }

    :is(.birthdate__day,.birthdate__month,.birthdate__year) .form__control {
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield
    }

    :is(.birthdate__day,.birthdate__month,.birthdate__year) .form__control:focus {
        -webkit-appearance: number-input;
        -moz-appearance: number-input;
        appearance: number-input
    }

    .form__legend {
        font-weight: 700
    }

    .form__fieldset {
        border: 0;
        margin: 0;
        padding: 0
    }

    .form__message {
        color: var(--color-comp-dark);
        display: inline-block;
        font-style: italic;
        margin-top: .25rem
    }

    .form__message--counter {
        color: var(--color-comp-darker)
    }

    .form__message--warn {
        color: var(--color-warn)
    }

    .form__control--sized[size] {
        padding-inline: calc(1ch - 2px)
    }

    .form__control--sized[size="1"] {
        width: 3ch
    }

    .form__control--sized[size="2"] {
        width: 4ch
    }

    .form__control--sized[size="3"] {
        width: 5ch
    }

    .form__control--sized[size="4"] {
        width: 6ch
    }

    .form__control--sized[size="5"] {
        width: 7ch
    }

    .form__control--sized[type=number][size="1"] {
        width: 6ch
    }

    .form__control--sized[type=number][size="2"] {
        width: 7ch
    }

    .form__control--sized[type=number][size="3"] {
        width: 8ch
    }

    .form__control--sized[type=number][size="4"] {
        width: 9ch
    }

    .form__control--sized[type=number][size="5"] {
        width: 10ch
    }

    .form__control--sized + .form__message {
        display: flow-root
    }

    .btn, .checkbox-pills__label, .radio-pills__label {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: var(--base-border-width) solid;
        border-radius: 0;
        cursor: pointer;
        font-size: .8125rem;
        line-height: 1rem;
        padding: calc(.6154em - 1px) 1.2em;
        vertical-align: baseline
    }

    a.btn, span.btn {
        display: inline-block;
        text-decoration: none;
        text-indent: 0
    }

    .btn--default {
        background-color: var(--color-neutral-lightest);
        border-color: var(--color-comp-dark);
        color: var(--color-comp-dark)
    }

    .btn--default:active {
        box-shadow: inset 0 0 0 1px var(--color-neutral-lightest), inset 0 0 0 2px var(--color-comp-dark)
    }

    .btn--default:not([disabled]):focus, .btn--default:not([disabled]):hover {
        background-color: var(--color-comp-dark);
        border-color: var(--color-comp-dark);
        color: var(--color-neutral-lightest)
    }

    .btn--neutral {
        background-color: var(--color-neutral-lightest);
        border-color: var(--color-comp);
        color: var(--color-comp-dark)
    }

    .btn--neutral:active {
        box-shadow: inset 0 0 0 1px var(--color-neutral-lightest), inset 0 0 0 2px var(--color-primary)
    }

    .btn--neutral:not([disabled]):focus, .btn--neutral:not([disabled]):hover {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
        color: var(--color-neutral-lightest)
    }

    .btn[disabled], span.btn--disabled {
        background-color: var(--color-neutral-lightest);
        border-color: var(--color-comp-lighten-10);
        color: var(--color-comp-lighten-10);
        pointer-events: none
    }

    .btn[disabled].btn--naked, .btn[disabled].btn--no-bg, span.btn--disabled.btn--naked, span.btn--disabled.btn--no-bg {
        background-color: transparent
    }

    .btn--as-link-underline {
        text-decoration: underline;
        -webkit-text-decoration-color: inherit;
        text-decoration-color: inherit
    }

    .btn--as-link, .btn--as-link-underline {
        background-color: transparent;
        border-color: transparent;
        color: var(--color-primary);
        text-align: left
    }

    .btn--as-link-underline:focus, .btn--as-link-underline:hover, .btn--as-link:focus, .btn--as-link:hover {
        color: var(--color-comp-darker)
    }

    .btn--as-link-underline:focus, .btn--as-link-underline:hover {
        text-decoration: none
    }

    .btn--as-link[disabled] {
        background-color: transparent;
        border-color: transparent
    }

    .btn--naked {
        background-color: transparent;
        border: 0;
        padding: 0
    }

    .btn--inverted {
        background-color: var(--color-transparent);
        border-color: var(--color-transparent);
        color: var(--color-neutral-lightest)
    }

    .btn--inverted:active {
        box-shadow: inset 0 0 0 1px var(--color-neutral-lightest), inset 0 0 0 2px var(--color-neutral-lightest)
    }

    .btn--inverted:not([disabled]):focus, .btn--inverted:not([disabled]):hover {
        background-color: var(--color-transparent);
        border-color: var(--color-transparent);
        color: rgba(var(--color-neutral-lightest-rgb), .8)
    }

    .btn--primary, .checkbox-pills__label--primary, .radio-pills__label--primary, [type=checkbox]:checked ~ label.checkbox-pills__label--secondary, [type=radio]:checked ~ label.radio-pills__label--secondary {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
        color: var(--color-neutral-lightest)
    }

    .btn--primary:active, .checkbox-pills__label--primary:active, .radio-pills__label--primary:active, [type=checkbox]:checked ~ label.checkbox-pills__label--secondary:active, [type=radio]:checked ~ label.radio-pills__label--secondary:active {
        box-shadow: inset 0 0 0 1px var(--color-neutral-lightest)
    }

    .btn--primary:not([disabled]):focus, .btn--primary:not([disabled]):hover, .checkbox-pills__label--primary:not([disabled]):focus, .checkbox-pills__label--primary:not([disabled]):hover, .radio-pills__label--primary:not([disabled]):focus, .radio-pills__label--primary:not([disabled]):hover, [type=checkbox]:checked ~ label.checkbox-pills__label--secondary:not([disabled]):focus, [type=checkbox]:checked ~ label.checkbox-pills__label--secondary:not([disabled]):hover, [type=radio]:checked ~ label.radio-pills__label--secondary:not([disabled]):focus, [type=radio]:checked ~ label.radio-pills__label--secondary:not([disabled]):hover {
        background-color: var(--color-primary-darken-20);
        border-color: var(--color-primary-darken-20);
        color: var(--color-neutral-lightest)
    }

    .btn--primary.btn[disabled], .btn.checkbox-pills__label--primary[disabled], .btn.radio-pills__label--primary[disabled], [type=checkbox]:checked ~ label.btn.checkbox-pills__label--secondary[disabled], [type=radio]:checked ~ label.btn.radio-pills__label--secondary[disabled] {
        background-color: var(--color-comp-lighten-10);
        color: var(--color-neutral-lightest)
    }

    .btn--secondary, .checkbox-pills__label--secondary, .radio-pills__label--secondary, [type=checkbox]:checked ~ label.checkbox-pills__label--primary, [type=radio]:checked ~ label.radio-pills__label--primary {
        background-color: var(--color-neutral-lightest);
        border-color: var(--color-primary);
        color: var(--color-primary)
    }

    .btn--secondary:active, .checkbox-pills__label--secondary:active, .radio-pills__label--secondary:active, [type=checkbox]:checked ~ label.checkbox-pills__label--primary:active, [type=radio]:checked ~ label.radio-pills__label--primary:active {
        box-shadow: inset 0 0 0 1px var(--color-neutral-lightest), inset 0 0 0 2px var(--color-primary-lighten-45)
    }

    .btn--secondary:not([disabled]):focus, .btn--secondary:not([disabled]):hover, .checkbox-pills__label--secondary:not([disabled]):focus, .checkbox-pills__label--secondary:not([disabled]):hover, .radio-pills__label--secondary:not([disabled]):focus, .radio-pills__label--secondary:not([disabled]):hover, [type=checkbox]:checked ~ label.checkbox-pills__label--primary:not([disabled]):focus, [type=checkbox]:checked ~ label.checkbox-pills__label--primary:not([disabled]):hover, [type=radio]:checked ~ label.radio-pills__label--primary:not([disabled]):focus, [type=radio]:checked ~ label.radio-pills__label--primary:not([disabled]):hover {
        background-color: var(--color-neutral-lightest);
        border-color: var(--color-primary-darken-20);
        color: var(--color-primary-darken-20)
    }

    .btn--tertiary {
        background-color: var(--color-neutral-lightest);
        border-color: var(--color-comp-light);
        color: var(--color-primary)
    }

    .btn--tertiary:active {
        box-shadow: inset 0 0 0 1px var(--color-neutral-lightest), inset 0 0 0 2px var(--color-primary-lighten-45)
    }

    .btn--tertiary:not([disabled]):focus, .btn--tertiary:not([disabled]):hover {
        background-color: var(--color-neutral-lightest);
        border-color: var(--color-primary);
        color: var(--color-primary)
    }

    .btn--select {
        background-color: var(--btn-select--background-color);
        color: var(--btn-select--color);
        padding-left: .5rem
    }

    .btn--select, .btn--select:not([disabled]):hover {
        border-color: var(--btn-select--border-color)
    }

    .btn--select:not([disabled]):focus {
        background-color: var(--btn-select--background-color);
        border-color: rgba(var(--color-primary-rgb), .6);
        color: var(--btn-select--color);
        outline: var(--base-outline-width) solid rgba(var(--color-primary-rgb), .6);
        outline-offset: -2px
    }

    .dropdown__toggle.btn--select:after {
        border-width: .4rem .32rem 0;
        color: var(--btn-select-after--color)
    }

    .btn--warn, .checkbox-pills__label--warn, .radio-pills__label--warn {
        background-color: var(--color-neutral-lightest);
        border-color: var(--color-warn);
        color: var(--color-warn)
    }

    .btn--warn:active, .checkbox-pills__label--warn:active, .radio-pills__label--warn:active {
        box-shadow: inset 0 0 0 1px var(--color-neutral-lightest), inset 0 0 0 2px var(--color-warn-light-alt)
    }

    .btn--warn:not([disabled]):focus, .btn--warn:not([disabled]):hover, .checkbox-pills__label--warn:not([disabled]):focus, .checkbox-pills__label--warn:not([disabled]):hover, .radio-pills__label--warn:not([disabled]):focus, .radio-pills__label--warn:not([disabled]):hover {
        border-color: var(--color-warn-dark);
        color: var(--color-warn-dark)
    }

    .btn--warn-light {
        background-color: var(--color-neutral-lightest);
        border-color: var(--color-warn-light-darken-20);
        color: var(--color-warn-light-darken-20)
    }

    .btn--warn-light:active {
        box-shadow: inset 0 0 0 1px var(--color-neutral-lightest), inset 0 0 0 2px var(--color-warn-light-alt)
    }

    .btn--warn-light:not([disabled]):focus, .btn--warn-light:not([disabled]):hover {
        border-color: var(--color-warn);
        color: var(--color-warn)
    }

    .btn--skin-warn-light {
        background-color: var(--color-warn-light);
        border-color: var(--color-warn-light);
        color: var(--color-warn-light-darken-43)
    }

    .btn--skin-warn-light:active {
        box-shadow: inset 0 0 0 1px var(--color-neutral-lightest)
    }

    .btn--skin-warn-light:not([disabled]):focus, .btn--skin-warn-light:not([disabled]):hover {
        background-color: var(--color-warn-light-darken-20);
        border-color: var(--color-warn-light-darken-20);
        color: var(--color-neutral-lightest)
    }

    .btn--skin-warn-light.btn[disabled] {
        background-color: var(--color-neutral-lightest);
        color: var(--color-neutral-lightest)
    }

    .btn--round {
        border-radius: 50%;
        height: 1rem;
        padding: 0;
        width: 1rem
    }

    .btn--condensed, .btn--no-padding {
        padding: 0
    }

    .btn--slim {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .btn--no-border {
        border-width: 0
    }

    .btn--no-bg {
        background-color: transparent
    }

    .btn--full {
        width: 100%
    }
}

@media screen and (min-width: 0) and (max-width: 19.937rem) {
    .btn--full-xs {
        width: 100%
    }
}

@media screen and (min-width: 20rem) and (max-width: 33.937rem) {
    .btn--full-xsb {
        width: 100%
    }
}

@media screen and (min-width: 34rem) and (max-width: 47.937rem) {
    .btn--full-sm {
        width: 100%
    }
}

@media screen and (min-width: 48rem) and (max-width: 61.937rem) {
    .btn--full-md {
        width: 100%
    }
}

@media screen and (min-width: 62rem) and (max-width: 74.937rem) {
    .btn--full-lg {
        width: 100%
    }
}

@media screen and (min-width: 75rem) {
    .btn--full-xl {
        width: 100%
    }
}

@media screen {
    .btn--lg, .checkbox-pills__label--lg, .radio-pills__label--lg {
        font-size: 1.125rem;
        line-height: normal
    }

    .btn--md, .checkbox-pills__label--md, .radio-pills__label--md {
        font-size: .8125rem;
        line-height: 1rem;
        padding: calc(.6154em - 1px) 1.2em
    }

    .btn--sm, .checkbox-pills__label--sm, .radio-pills__label--sm {
        font-size: .6875rem;
        padding: calc(.4em - 1px) 1em
    }

    .btn--xs, .checkbox-pills__label--xs, .radio-pills__label--xs {
        font-size: .6875rem;
        padding: 0 .5em
    }

    .btn--rounded-xs {
        border-radius: .125rem
    }

    .btn--rounded-sm {
        border-radius: .25rem
    }

    .btn--rounded-md {
        border-radius: .5rem
    }

    .btn--rounded-lg {
        border-radius: .75rem
    }

    .btn--rounded-xl {
        border-radius: 1rem
    }

    .btn--pills, .checkbox-pills__label, .radio-pills__label {
        border-radius: 100rem
    }

    .btn--has-shadow {
        box-shadow: 0 .2rem 0 0 rgba(var(--color-neutral-darkest-rgb), .2)
    }

    .btn--has-shadow:not([disabled]):focus, .btn--has-shadow:not([disabled]):hover {
        box-shadow: 0 .1rem 0 0 rgba(var(--color-neutral-darkest-rgb), .3)
    }

    .btn--icon-only {
        padding: calc(.6154em - 1px)
    }

    .btn--icon-only-lg {
        font-size: 1.125rem
    }

    .btn--icon-only-padding-sm {
        padding: calc(.4em - 1px)
    }

    .btn-group > .btn, .btn-group > .dropdown {
        margin: 0 .25rem
    }

    .btn-group:first-child {
        margin-left: 0
    }

    .btn-group:last-child {
        margin-right: 0
    }

    .btn-list {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .btn-list > li {
        display: inline-block
    }

    .btn-list--vertical .btn--as-link {
        vertical-align: top
    }

    a.btn--disabled, a[disabled] {
        outline: 3px solid #ff69b4 !important
    }

    input[type=checkbox]:active ~ label, input[type=checkbox]:focus ~ label, input[type=radio]:active ~ label, input[type=radio]:focus ~ label {
        outline: 1px dotted
    }

    input[type=checkbox] ~ label:before, input[type=radio] ~ label:before {
        background-position: 0 50%;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        margin: 0 .25rem 0 0;
        padding: 0 .5rem
    }

    input[type=checkbox] ~ label:has(.visually-hidden):before, input[type=radio] ~ label:has(.visually-hidden):before {
        margin: 0
    }

    input[type=checkbox][disabled] ~ label, input[type=radio][disabled] ~ label {
        color: rgba(var(--color-comp-darker-rgb), .5);
        pointer-events: none
    }

    input[type=radio] ~ label:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-radio'%3E %3Ccircle fill-rule='inherit' cx='8' cy='8' r='8' fill='%23708c9a'/%3E %3Ccircle fill-rule='inherit' fill='%23fff' cx='8' cy='8' r='7'/%3E %3C/g%3E %3C/svg%3E")
    }

    input[type=radio]:checked ~ label:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-radio--checked'%3E %3Ccircle fill-rule='inherit' cx='8' cy='8' r='8' fill='%23708c9a'/%3E %3Ccircle fill-rule='inherit' fill='%23fff' cx='8' cy='8' r='7'/%3E %3Cpath fill-rule='inherit' d='M11 8c0 1.7-1.3 3-3 3S5 9.7 5 8s1.3-3 3-3 3 1.3 3 3z' fill='%23243238'/%3E %3C/g%3E %3C/svg%3E")
    }

    input[type=radio][disabled] ~ label:before {
        opacity: .3
    }

    input[type=checkbox] ~ label:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-checkbox'%3E %3Crect x='0.5' y='0.5' width='15' height='15' rx='3' ry='3' stroke='%23708c9a' fill='%23fff'/%3E %3C/g%3E %3C/svg%3E")
    }

    input[type=checkbox]:checked ~ label:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-checkbox--checked'%3E %3Crect x='0.5' y='0.5' width='15' height='15' rx='3' ry='3' stroke='%23708c9a' fill='%23fff'/%3E %3Cpath fill-rule='inherit' d='M11.550781 4.2636719L6.9746094 8.9277344 3.7226562 5.8378906 2.2773438 7.3613281l4.7480468 4.5117189 6.0234374-6.1367189-1.498047-1.4726562z' fill='%23243238'/%3E %3C/g%3E %3C/svg%3E")
    }

    input[type=checkbox].half-checked ~ label:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-checkbox--half-checked'%3E %3Crect x='0.5' y='0.5' width='15' height='15' rx='3' ry='3' stroke='%23708c9a' fill='%23fff'/%3E %3Cpath fill-rule='inherit' d='M3 7h10v2H3z' fill='%23516e7b'/%3E %3C/g%3E %3C/svg%3E")
    }

    input[type=checkbox][disabled] ~ label:before {
        opacity: .3
    }

    .form__line--radio-checkbox-outset {
        padding-left: 1.25rem
    }

    .form__line--radio-checkbox-outset:before {
        content: "";
        margin-left: -1.25rem
    }

    .list-checkbox .form__line, .list-radio .form__line {
        margin-bottom: .25rem;
        padding-left: 0;
        text-indent: 0
    }

    .list-checkbox > li, .list-radio > li {
        margin-bottom: .3rem;
        padding-left: 1.25rem;
        text-indent: -1.25rem
    }

    .list-checkbox--inlined, .list-radio--inlined {
        display: inline
    }

    .list-checkbox--inlined > li, .list-radio--inlined > li {
        margin-bottom: 0;
        margin-right: 1rem
    }

    .list-checkbox--inlined-tight > li, .list-radio--inlined-tight > li {
        margin-right: .5rem
    }

    input[type=checkbox].checkbox-like--true-false ~ label:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-close'%3E %3Cpath d='M0 1.00014429L.99984899.0002953 15.9997044 15.00015072l-.99984898.99984899z' fill='%23bf0013'/%3E %3Cpath d='M14.99985612.00029557l.999849.99984899L.99984968 15.99999997 7.1e-7 15.000151z' fill='%23bf0013'/%3E %3C/g%3E %3C/svg%3E");
        margin-right: .5rem
    }

    input[type=checkbox].checkbox-like--true-false:checked ~ label:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-check'%3E %3Cpath fill='none' stroke='%2366a030' stroke-width='2.192' d='M14.904 3.945l-8.11 8.11-5.698-5.48'/%3E %3C/g%3E %3C/svg%3E");
        margin-right: .5rem
    }

    .checkbox-pills--xs, .radio-pills--xs {
        line-height: 1rem
    }

    .checkbox-pills--sm, .radio-pills--sm {
        line-height: 1.5rem
    }

    .checkbox-pills--md, .radio-pills--md {
        line-height: 2rem
    }

    .checkbox-pills--lg, .radio-pills--lg {
        line-height: 3.25rem
    }

    .checkbox-pills > li, .radio-pills > li {
        margin-right: .5rem
    }

    .checkbox-pills__label:before, .radio-pills__label:before {
        display: none
    }

    .checkbox-pills__label--text-size-xxs, .radio-pills__label--text-size-xxs {
        font-size: .8125rem
    }

    [type=checkbox].form__control--naked ~ label:before, [type=radio].form__control--naked ~ label:before {
        display: none
    }

    .list-radio__color {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 1rem;
        border: 1px solid var(--color-comp);
        border-radius: 50%;
        display: inline-block;
        height: 1.5rem;
        vertical-align: middle;
        width: 1.5rem
    }

    .list-radio__color--sm {
        background-size: .6rem;
        height: 1rem;
        width: 1rem
    }

    .list-radio__color--md {
        background-size: 1rem;
        height: 1.5rem;
        width: 1.5rem
    }

    .list-radio__color--lg {
        background-size: 1.25rem;
        height: 2rem;
        width: 2rem
    }

    .list-radio__color--xl {
        background-size: 1.5rem;
        height: 2.5rem;
        width: 2.5rem
    }

    .list-radio__color-name {
        vertical-align: middle
    }

    [type=checkbox].form__control--naked:checked ~ label .list-radio__color, [type=radio].form__control--naked:checked ~ label .list-radio__color {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-check'%3E %3Cpath fill='none' stroke='%23000' stroke-width='2.192' d='M14.904 3.945l-8.11 8.11-5.698-5.48'/%3E %3C/g%3E %3C/svg%3E")
    }

    [type=checkbox][disabled].form__control--naked ~ label .list-radio__color, [type=radio][disabled].form__control--naked ~ label .list-radio__color {
        opacity: .3
    }

    .options {
        background-color: var(--color-neutral-lightest);
        border: var(--base-border-width) solid var(--color-comp-darken-10);
        border-radius: 3px;
        display: inline-block;
        overflow: hidden
    }

    .options__list--lg > li {
        font-size: 1.125rem
    }

    .options__list--sm > li, .options__list--xs > li {
        font-size: .6875rem
    }

    .options__list label:before {
        display: none
    }

    .options__list input[type=checkbox] ~ label:before, .options__list input[type=radio] ~ label:before {
        background: none;
        margin: 0;
        padding: 0
    }

    .options__list > li {
        border-bottom: var(--base-border-width) solid var(--color-comp-darken-10);
        border-left-width: 0;
        overflow: hidden;
        vertical-align: middle
    }

    .options__list > li:focus-within, .options__list > li:hover {
        background-color: var(--color-comp);
        border-color: var(--color-comp);
        color: var(--color-comp-darker)
    }

    .options__list label {
        cursor: pointer;
        display: block;
        padding: .4375rem .5rem
    }

    .options__list--xs label {
        padding: .25rem .5rem
    }

    .options__list > li:last-child {
        border: 0
    }

    .options__list input[type=checkbox]:focus ~ label, .options__list input[type=radio]:focus ~ label {
        background-color: var(--color-comp);
        color: var(--color-comp-darker)
    }

    .options__list input[type=checkbox]:checked ~ label, .options__list input[type=radio]:checked ~ label {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
        box-shadow: 0 -1px 0 0;
        color: var(--color-neutral-lightest);
        outline: 3rem solid var(--color-primary)
    }

    .options__list input[type=checkbox]:checked:focus ~ label, .options__list input[type=checkbox]:checked:hover ~ label, .options__list input[type=radio]:checked:focus ~ label, .options__list input[type=radio]:checked:hover ~ label {
        background-color: var(--color-primary-darken-20);
        border-color: var(--color-primary-darken-20);
        color: var(--color-neutral-lightest);
        outline: 3rem solid var(--color-primary-darken-20)
    }
}

@media screen and (min-width: 0) {
    .options--at-xs {
        display: table
    }

    .options--at-xs .options__list {
        display: table-row
    }

    .options--at-xs .options__list > li {
        border-bottom: 0;
        border-right: var(--base-border-width) solid var(--color-comp-darken-10);
        display: table-cell
    }

    .options--at-xs .options__list > li:last-child {
        border-right: 0
    }
}

@media screen and (min-width: 20rem) {
    .options--at-xsb {
        display: table
    }

    .options--at-xsb .options__list {
        display: table-row
    }

    .options--at-xsb .options__list > li {
        border-bottom: 0;
        border-right: var(--base-border-width) solid var(--color-comp-darken-10);
        display: table-cell
    }

    .options--at-xsb .options__list > li:last-child {
        border-right: 0
    }
}

@media screen and (min-width: 34rem) {
    .options--at-sm {
        display: table
    }

    .options--at-sm .options__list {
        display: table-row
    }

    .options--at-sm .options__list > li {
        border-bottom: 0;
        border-right: var(--base-border-width) solid var(--color-comp-darken-10);
        display: table-cell
    }

    .options--at-sm .options__list > li:last-child {
        border-right: 0
    }
}

@media screen and (min-width: 48rem) {
    .options--at-md {
        display: table
    }

    .options--at-md .options__list {
        display: table-row
    }

    .options--at-md .options__list > li {
        border-bottom: 0;
        border-right: var(--base-border-width) solid var(--color-comp-darken-10);
        display: table-cell
    }

    .options--at-md .options__list > li:last-child {
        border-right: 0
    }
}

@media screen and (min-width: 62rem) {
    .options--at-lg {
        display: table
    }

    .options--at-lg .options__list {
        display: table-row
    }

    .options--at-lg .options__list > li {
        border-bottom: 0;
        border-right: var(--base-border-width) solid var(--color-comp-darken-10);
        display: table-cell
    }

    .options--at-lg .options__list > li:last-child {
        border-right: 0
    }
}

@media screen and (min-width: 75rem) {
    .options--at-xl {
        display: table
    }

    .options--at-xl .options__list {
        display: table-row
    }

    .options--at-xl .options__list > li {
        border-bottom: 0;
        border-right: var(--base-border-width) solid var(--color-comp-darken-10);
        display: table-cell
    }

    .options--at-xl .options__list > li:last-child {
        border-right: 0
    }
}

@media screen {
    .options--centered {
        margin-left: auto;
        margin-right: auto
    }

    .options--full {
        width: 100%
    }

    .options--fixed {
        table-layout: fixed
    }

    .options--has-link a.btn {
        display: block;
        padding: .4375rem .5rem
    }

    .options--has-link-lg a.btn {
        display: block;
        padding: .75rem .5rem
    }

    .options--has-link a.btn--neutral {
        color: var(--color-comp-darker)
    }

    .choices {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        position: relative
    }

    .choices:focus {
        outline: none
    }

    .choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
        background-color: #eaeaea;
        cursor: not-allowed;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }

    .choices.is-disabled .choices__item {
        cursor: not-allowed
    }

    .choices[data-type*=select-one] {
        cursor: pointer
    }

    .choices[data-type*=select-one] .choices__input {
        background-color: var(--color-neutral-lightest);
        border-bottom: 1px solid #ddd;
        display: block;
        margin: 0;
        padding: 10px;
        width: 100%
    }

    .choices[data-type*=select-one] .choices__button {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg fill='%23000' fill-rule='evenodd' id='icon-cross-inverse'%3E %3Cpath d='M1.97900364-.0104058l14.02099645 14.02099645-1.94540944 1.94540944L.0335942 1.93500364z'/%3E %3Cpath d='M0 13.97699645L14.02099645-.044l1.94540944 1.94540944L1.94540944 15.9224059z'/%3E %3C/g%3E %3C/svg%3E");
        background-size: 8px;
        height: 20px;
        margin-right: 25px;
        margin-top: -10px;
        opacity: .5;
        padding: 0;
        position: absolute;
        right: 0;
        top: 50%;
        width: 20px
    }

    .choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
        opacity: 1
    }

    .choices[data-type*=select-one] .choices__button:focus {
        box-shadow: 0 0 0 2px #f3f5f6
    }

    .choices[data-type*=select-one][dir=rtl]:after {
        left: .75rem;
        right: auto
    }

    .choices[data-type*=select-one][dir=rtl] .choices__button {
        right: auto;
        left: 0;
        margin-left: 25px;
        margin-right: 0
    }

    .choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
        cursor: text
    }

    .choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
        position: relative;
        display: inline-block;
        margin: 0 -.25rem 0 .5rem;
        padding-left: 1rem;
        border-left: 1px solid #d6dde0;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg fill='%23006dcc' fill-rule='evenodd' id='icon-cross'%3E %3Cpath d='M1.97900364-.0104058l14.02099645 14.02099645-1.94540944 1.94540944L.0335942 1.93500364z'/%3E %3Cpath d='M0 13.97699645L14.02099645-.044l1.94540944 1.94540944L1.94540944 15.9224059z'/%3E %3C/g%3E %3C/svg%3E");
        background-size: .5rem;
        width: .5rem;
        line-height: 1;
        opacity: .75
    }

    .choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
        opacity: 1
    }

    .choices__inner {
        display: inline-block;
        vertical-align: top;
        background-color: #fff;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-burger'%3E %3Cpath fill='%23516e7b' fill-rule='evenodd' d='M0 2h16v2H0z'/%3E %3Cpath fill='%23516e7b' fill-rule='evenodd' d='M0 7h16v2H0z'/%3E %3Cpath fill='%23516e7b' fill-rule='evenodd' d='M0 12h16v2H0z'/%3E %3C/g%3E %3C/svg%3E");
        background-position: calc(100% - .5rem) .35rem;
        background-size: 1rem;
        padding: .25rem 2rem 0 .25rem;
        border: var(--base-border-width) solid var(--color-comp);
        font-size: .813rem;
        min-height: 1.875rem;
        overflow: hidden;
        width: 100%
    }

    .is-focused .choices__inner, .is-open .choices__inner {
        border-color: rgba(var(--color-primary-rgb), .6);
        outline: var(--base-outline-width) solid rgba(var(--color-primary-rgb), .6);
        outline-offset: -2px
    }

    .is-focused .choices__inner:focus::-webkit-contacts-auto-fill-button, .is-open .choices__inner:focus::-webkit-contacts-auto-fill-button {
        opacity: 0
    }

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

    .choices__list--single {
        display: inline-block;
        vertical-align: middle;
        width: 100%
    }

    [dir=rtl] .choices__list--single {
        padding-right: .25rem;
        padding-left: 1rem
    }

    .choices__list--single .choices__item {
        width: 100%
    }

    .choices__list--multiple {
        display: inline
    }

    .choices__list--multiple .choices__item {
        display: inline-block;
        vertical-align: middle;
        padding: .25rem .625rem;
        font-size: .75rem;
        font-weight: 500;
        margin-right: .25rem;
        margin-bottom: .25rem;
        background-color: #f3f5f6;
        border: var(--base-border-width) solid #d6dde0;
        word-break: break-all
    }

    .choices__list--multiple .choices__item[data-deletable] {
        padding-right: 5px
    }

    [dir=rtl] .choices__list--multiple .choices__item {
        margin-right: 0;
        margin-left: .25rem
    }

    .choices__list--multiple .choices__item.is-highlighted {
        background-color: #e4e9eb;
        border-color: #d6dde0
    }

    .is-disabled .choices__list--multiple .choices__item {
        background-color: #ddd;
        border-color: #aaa
    }

    .choices__list--dropdown {
        display: none;
        z-index: 40;
        position: absolute;
        width: 100%;
        background-color: #fff;
        border: var(--base-border-width) solid #ddd;
        top: 100%;
        margin-top: -1px;
        overflow: hidden
    }

    .choices__list--dropdown.is-active {
        display: block
    }

    .is-open .choices__list--dropdown {
        border-color: #b7b7b7
    }

    .is-flipped .choices__list--dropdown {
        top: auto;
        bottom: 100%;
        margin-top: 0;
        margin-bottom: -1px
    }

    .choices__list--dropdown .choices__list {
        position: relative;
        max-height: 300px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        will-change: scroll-position
    }

    .choices__list--dropdown .choices__item {
        border-bottom: 1px solid var(--color-comp-light);
        position: relative;
        padding: .5rem;
        font-size: .813rem
    }

    .choices__list--dropdown .choices__item:last-child {
        border-bottom: 0
    }

    [dir=rtl] .choices__list--dropdown .choices__item {
        text-align: right
    }

    .choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list--dropdown .choices__item--selectable.is-highlighted * {
        color: var(--color-neutral-lightest);
        background-color: var(--color-primary)
    }

    .choices__list--dropdown .choices__item--selectable.is-highlighted:after, .choices__list--dropdown .choices__item--selectable.is-highlighted :after {
        opacity: .5
    }

    .choices__item {
        cursor: default
    }

    .choices__item--selectable {
        cursor: pointer
    }

    .choices__item--disabled {
        cursor: not-allowed;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        opacity: .5
    }

    .choices__group .choices__heading {
        font-weight: 600;
        font-size: .75rem;
        padding: 10px;
        border-bottom: 1px solid #f7f7f7;
        color: grey
    }

    .choices__button {
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50%;
        cursor: pointer
    }

    .choices__button:focus {
        outline: none
    }

    .choices__input {
        display: inline-block;
        vertical-align: baseline;
        background-color: inherit;
        font-size: .813rem;
        border: 0;
        border-radius: 0;
        max-width: 100%
    }

    .choices__input:focus {
        outline: 0
    }

    .choices__placeholder {
        opacity: .5
    }

    .autocomplete-suggestions {
        background-color: #fff;
        border: var(--base-border-width) solid var(--color-comp);
        cursor: default;
        display: block;
        max-height: 16.5rem;
        overflow: hidden;
        overflow-y: auto;
        position: absolute;
        width: 100%;
        z-index: 9500
    }

    .autocomplete-suggestion {
        color: var(--color-primary);
        font-weight: 700;
        line-height: 1.5rem;
        overflow: hidden;
        padding: 0 .5em;
        position: relative;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .autocomplete-suggestion b {
        color: var(--color-primary-dark)
    }

    .autocomplete-suggestion.selected, .autocomplete-suggestion.selected > a, .autocomplete-suggestion:hover {
        background-color: var(--color-primary);
        color: var(--color-primary-lighten-55)
    }

    .autocomplete-suggestion.selected > a b, .autocomplete-suggestion.selected > a span, .autocomplete-suggestion.selected b, .autocomplete-suggestion.selected span, .autocomplete-suggestion:hover b, .autocomplete-suggestion:hover span {
        color: var(--color-neutral-lightest)
    }

    .list--dashed {
        list-style: none;
        padding-left: var(--step)
    }

    .list--dashed > li:before {
        content: "â€” ";
        margin-left: calc(var(--step) * -1);
        padding-left: 0
    }

    .list--spaced-xs > li {
        margin-bottom: calc(var(--step) / 4);
        margin-right: calc(var(--step) / 4)
    }

    .list--spaced-sm > li {
        margin-bottom: calc(var(--step) / 2);
        margin-right: calc(var(--step) / 2)
    }

    .list--spaced-md > li {
        margin-bottom: var(--step);
        margin-right: var(--step)
    }

    .list--spaced-lg > li {
        margin-bottom: calc(var(--step) * 1.5);
        margin-right: calc(var(--step) * 1.5)
    }

    .list--padding-x-md > li {
        padding-left: var(--step);
        padding-right: var(--step)
    }

    .list--padding-left-lg > li {
        padding-left: calc(var(--step) * 2)
    }

    .list-skin-1 {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .list-skin-1 > li {
        border: solid var(--color-comp-light);
        border-width: 0 0 1px;
        padding: .5rem 1rem
    }
}

@media screen and (min-width: 0) {
    .list-skin-1--at-xs {
        border: 1px solid var(--color-comp-light);
        display: table;
        width: 100%
    }

    .list-skin-1--at-xs > li {
        border-width: 0 0 0 1px;
        display: table-cell;
        padding: 1rem;
        vertical-align: top
    }

    .list-skin-1--at-xs > :first-child {
        border-left: 0
    }
}

@media screen and (min-width: 20rem) {
    .list-skin-1--at-xsb {
        border: 1px solid var(--color-comp-light);
        display: table;
        width: 100%
    }

    .list-skin-1--at-xsb > li {
        border-width: 0 0 0 1px;
        display: table-cell;
        padding: 1rem;
        vertical-align: top
    }

    .list-skin-1--at-xsb > :first-child {
        border-left: 0
    }
}

@media screen and (min-width: 34rem) {
    .list-skin-1--at-sm {
        border: 1px solid var(--color-comp-light);
        display: table;
        width: 100%
    }

    .list-skin-1--at-sm > li {
        border-width: 0 0 0 1px;
        display: table-cell;
        padding: 1rem;
        vertical-align: top
    }

    .list-skin-1--at-sm > :first-child {
        border-left: 0
    }
}

@media screen and (min-width: 48rem) {
    .list-skin-1--at-md {
        border: 1px solid var(--color-comp-light);
        display: table;
        width: 100%
    }

    .list-skin-1--at-md > li {
        border-width: 0 0 0 1px;
        display: table-cell;
        padding: 1rem;
        vertical-align: top
    }

    .list-skin-1--at-md > :first-child {
        border-left: 0
    }
}

@media screen and (min-width: 62rem) {
    .list-skin-1--at-lg {
        border: 1px solid var(--color-comp-light);
        display: table;
        width: 100%
    }

    .list-skin-1--at-lg > li {
        border-width: 0 0 0 1px;
        display: table-cell;
        padding: 1rem;
        vertical-align: top
    }

    .list-skin-1--at-lg > :first-child {
        border-left: 0
    }
}

@media screen and (min-width: 75rem) {
    .list-skin-1--at-xl {
        border: 1px solid var(--color-comp-light);
        display: table;
        width: 100%
    }

    .list-skin-1--at-xl > li {
        border-width: 0 0 0 1px;
        display: table-cell;
        padding: 1rem;
        vertical-align: top
    }

    .list-skin-1--at-xl > :first-child {
        border-left: 0
    }
}

@media screen {
    .list-skin-1--full-panel {
        border-left: 0;
        border-right: 0;
        margin-left: -1rem;
        margin-right: -1rem;
        width: calc(100% + 2rem)
    }

    .list-skin-1__item.list-skin-1__item--focus {
        border-left: .5rem solid var(--color-comp-dark)
    }

    .list-enhanced1 {
        list-style: none;
        margin: 0;
        overflow-wrap: anywhere;
        padding: 0
    }

    .list-enhanced1__footer {
        display: flex;
        flex-wrap: wrap;
        gap: .5rem;
        justify-content: space-between
    }

    .list-enhanced1__footer-action {
        flex-grow: 1
    }
}

@media screen and (min-width: 20rem) {
    .list-enhanced1__footer-action-primary {
        order: 2;
        text-align: right
    }

    .list-enhanced1__footer-action-secondary {
        order: 1
    }
}

@media screen {
    .list-enhanced1--inset {
        clear: both;
        padding-top: 1rem
    }

    .list-enhanced1--inset > li:first-child {
        border-top: var(--base-border-width) solid var(--color-comp-light)
    }

    .list-enhanced1--inset > li:last-child {
        margin-bottom: -1rem;
        padding-bottom: 1rem
    }

    .palette {
        align-items: stretch;
        display: flex;
        flex-wrap: nowrap;
        place-content: stretch flex-start
    }

    .palette__item {
        align-items: center;
        align-self: auto;
        display: flex;
        flex: 0 1 auto;
        justify-content: center;
        order: 0;
        padding-left: .25rem;
        padding-right: .25rem;
        width: 100%
    }

    .palette--vertical {
        flex-direction: column
    }

    .palette--vertical.palette--rounded-md {
        overflow: hidden
    }

    .palette--vertical.palette--rounded-md > :first-child {
        border-radius: var(--radius-md);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .palette--vertical.palette--rounded-md > :last-child {
        border-radius: var(--radius-md);
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .palette--horizontal {
        flex-direction: row
    }

    .palette--horizontal.palette--rounded-md {
        overflow: hidden
    }

    .palette--horizontal.palette--rounded-md > :first-child {
        border-radius: var(--radius-md);
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .palette--horizontal.palette--rounded-md > :last-child {
        border-radius: var(--radius-md);
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .palette__item--md {
        height: 1rem
    }

    .palette__item--lg {
        height: 2rem
    }

    .palette__item--xl {
        height: 3rem
    }

    .palette__item--outlined {
        border: 1px solid var(--color-comp-darken-10)
    }

    .details:not([open]) .details__summary-icon--close, .details[open] .details__summary-icon--open {
        display: none
    }

    summary {
        cursor: pointer;
        list-style: none
    }

    .table-container {
        max-width: 100%;
        position: relative
    }

    .table-container-wide .pager, .table-container-wide .table-tasks {
        border: none;
        padding-inline: .8rem
    }

    .table-container--overflow-auto {
        overflow: auto
    }

    .table {
        background-color: var(--table--background-color);
        border: 1px solid var(--table--border-color);
        border-collapse: collapse;
        border-spacing: 0;
        margin-bottom: 1rem;
        width: 100%
    }

    .table caption {
        color: var(--table__caption--color);
        font-weight: 700;
        padding-bottom: calc(var(--step) / 2)
    }

    .table th {
        max-width: 19rem;
        position: relative
    }

    .table td, .table th {
        border: 1px solid var(--table__td--border-color);
        padding: calc(var(--step) / 2)
    }
}

@media screen and (min-width: 75rem) {
    .table td, .table th {
        padding: .75rem
    }
}

@media screen {
    .table thead th {
        background-color: var(--table__thead-th--background-color);
        color: var(--table__thead-th--color)
    }

    .table thead th.text-right {
        padding-right: 2.5rem
    }

    .table thead th a:focus, .table thead th a:hover {
        background-color: var(--table-thead-th-a-focus--background-color)
    }

    .table tbody tr:hover th, .table tbody tr:not(.table__row--is-inactive):hover td {
        box-shadow: inset 0 -999px 0 10px var(--table__tr-hover-td--box-shadow)
    }

    .table__tfoot {
        background-color: var(--table-tfoot--background-color);
        border-top: 2px solid var(--table-tfoot--border-color);
        color: var(--table-tfoot--color)
    }

    .table__tfoot td, .table__tfoot th {
        border-color: var(--table-tfoot-td--border-color);
        font-weight: 700
    }

    .table__selector-cell {
        text-align: center;
        width: 1rem
    }

    .table__cell--sorted, .table__col--sorted {
        background-color: var(--table-col-sorted-background-color)
    }

    .table__row--is-selected td {
        background-color: var(--table__row-selected--background-color);
        border-color: var(--table__row-selected--border-color);
        color: var(--table__row-selected--color)
    }

    .table__row--is-selected td > .btn--as-link, .table__row--is-selected td > a {
        color: var(--table__row-selected-td-a--color)
    }

    .table__row--is-inactive td, .table__row--is-inactive th {
        opacity: .5
    }

    .table__row--is-inactive:hover td {
        box-shadow: none
    }

    .table__cell-sorter-widget {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%
    }

    .table__cell-sorter-widget:after, .table__cell-sorter-widget:before {
        border: 4px solid transparent;
        content: "";
        display: block;
        position: absolute;
        right: .5rem
    }

    .table__cell-sorter-widget:after {
        border-bottom-color: var(--table__cell-sorted-widget--border-color);
        top: calc(50% - .625rem)
    }

    .table__cell-sorter-widget:before {
        border-top-color: var(--table__cell-sorted-widget--border-color);
        bottom: calc(50% - .625rem)
    }

    .table__cell-sorter {
        align-items: center;
        background-color: var(--table-col-sorter--background-color);
        border: 0;
        color: var(--table-cell-sorter--color);
        cursor: pointer;
        display: flex;
        font-weight: 700;
        gap: .25rem;
        justify-content: space-between;
        padding: 0;
        text-align: start;
        width: 100%
    }

    .table__cell-sorter .icon {
        flex-shrink: 0
    }

    th:has(.table__cell-sorter):hover, th:has(.table__cell-sorter:focus) {
        background-color: var(--table-cell-sorter--focus-hover)
    }

    .table__row--collapsible {
        background-color: var(--table-row-collapsible--background-color);
        border-top: 2px solid var(--table-row-collapsible--border-color)
    }

    .table__cell--collapsible-sorted {
        box-shadow: inset 0 -999px 0 10px var(--table-cell-collapsible-sorted--box-shadow)
    }

    th.sorting_asc > .table__cell-sorter-widget:before, th.sorting_desc > .table__cell-sorter-widget:after {
        --table__cell-sorted-widget--border-color: var(--blue-800)
    }

    .table--no-border {
        border: 0
    }

    .table--no-border > tr:last-child > td {
        border-bottom: 0
    }

    .table--border-inline-0 {
        border-inline: 0
    }

    .table--border-inline-0 td:first-child, .table--border-inline-0 th:first-child {
        border-left: 0
    }

    .table--border-inline-0 td:last-child, .table--border-inline-0 th:last-child {
        border-right: 0
    }

    .table--no-margin, .table-tasks {
        margin-bottom: 0
    }

    .table-tasks {
        align-items: center;
        background-color: var(--table-tasks--background-color, var(--color-comp-lighter));
        border: solid var(--table-task--border-color, var(--color-comp-light));
        border-width: 1px 1px 0;
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        padding: .5rem
    }

    .table-tasks p {
        margin: 0;
        padding: 0
    }

    .table-tasks__actions {
        margin-left: auto
    }

    .table-tasks__search {
        align-items: center;
        display: inline-flex;
        margin-left: .5rem;
        min-height: 1.625rem
    }

    .table-tasks__search .form__control {
        border-radius: .25rem;
        margin-left: .5rem;
        padding-left: 1.5rem
    }

    .table-tasks__search .form__control:not(:focus) {
        overflow: hidden;
        width: 1px;
        position: absolute
    }

    .table-tasks__search .form__control:focus, .table-tasks__search .form__control:not(:placeholder-shown) {
        overflow: visible;
        width: auto;
        position: static
    }

    .table-tasks__search div {
        position: relative;
        overflow: hidden
    }

    .table-tasks__search div .btn {
        position: absolute;
        left: .5rem;
        top: 0;
        bottom: 0
    }

    .table.table--wysiwyg tbody tr:hover td, .table.table--wysiwyg tbody tr:hover th {
        box-shadow: none
    }

    .table--compact-xs td, .table--compact-xs th {
        padding: calc(var(--step) / 3)
    }

    .table--compact-sm td, .table--compact-sm th {
        padding: calc(var(--step) / 2)
    }

    .table--full {
        width: 100%
    }

    .table-skin-1 {
        border-collapse: collapse
    }

    .table-skin-1__data, .table-skin-1__header {
        vertical-align: baseline
    }

    .table-skin-1__header--spaced {
        padding-top: var(--step)
    }

    .table-skin-1__row--focus .table-skin-1__data {
        border-bottom: var(--base-border-width) solid var(--table-skin-1-data--border-color);
        position: relative
    }

    .table-skin-1__row--focus .table-skin-1__data:first-child:before {
        background-color: var(--table-skin-1--background-color);
        content: "";
        display: block;
        height: 100%;
        left: -1rem;
        position: absolute;
        top: 0;
        width: .25rem
    }

    .tc--1 {
        width: 8.33333%
    }

    .tc--2 {
        width: 16.66667%
    }

    .tc--3 {
        width: 25%
    }

    .tc--4 {
        width: 33.33333%
    }

    .tc--5 {
        width: 41.66667%
    }

    .tc--6 {
        width: 50%
    }

    .tc--7 {
        width: 58.33333%
    }

    .tc--8 {
        width: 66.66667%
    }

    .tc--9 {
        width: 75%
    }

    .tc--10 {
        width: 83.33333%
    }

    .tc--11 {
        width: 91.66667%
    }

    .tc--12 {
        width: 100%
    }

    .table-skin-2 {
        background-color: var(--table-skin-2--background-color);
        border: 0;
        margin-bottom: 1rem
    }

    .table-skin-2 td, .table-skin-2 th {
        border-inline: 0
    }
}

@media screen and (min-width: 75rem) {
    .table-skin-2 td, .table-skin-2 th {
        padding: .5rem
    }
}

@media screen {
    .table-skin-2 thead th {
        background-color: var(--table-skin-2-thead-th--background-color)
    }

    .table-skin-2 thead th:focus, .table-skin-2 thead th:hover {
        background-color: var(--table-skin-2-thead-th-hover--background-color)
    }

    .table-skin-2--compact-xs td, .table-skin-2--compact-xs th {
        padding: .25rem
    }
}

@media screen and (min-width: 75rem) {
    .table-skin-2--compact-xs td, .table-skin-2--compact-xs th {
        padding: .25rem
    }
}

@media screen {
    .table-skin-3 {
        border: 1px solid #d7dee2;
        border-collapse: collapse
    }

    .table-skin-3__col-name {
        min-width: 20rem
    }

    .table-skin-3 .table-skin-3__row-name {
        padding-left: 1.5rem;
        text-align: left
    }

    .table-skin-3__col-empty {
        width: 100em
    }

    .table-skin-3__caption {
        border: solid #d7dee2;
        border-width: 1px 1px 0;
        color: #516e7b;
        font-size: 14px;
        font-weight: 700;
        padding: 1rem 1.5rem
    }

    .table-skin-3__header {
        background-color: #e5f3ff;
        border: 1px solid #b3dbff
    }

    .table-skin-3__header tr > * {
        border: solid #b3dbff;
        border-width: 0 1px;
        font-weight: 500;
        line-height: 1.6;
        padding: .5rem .75rem
    }

    tr.table-skin-3__header-days > * {
        padding-bottom: 0
    }

    tr.table-skin-3__header-actions > * {
        padding-top: 0
    }

    .table-skin-3__body tr:nth-child(2n) {
        background-color: #f3f5f6
    }

    .table-skin-3__body td {
        border-left: 1px solid #d7dee2;
        padding: .75rem 1rem;
        text-align: center
    }

    .table-skin-3 input[type=checkbox] ~ label:before, .table-skin-3 input[type=radio] ~ label:before {
        margin: 0
    }

    .progress {
        line-height: normal
    }

    .progress__caption {
        color: var(--color-comp-dark);
        font-style: italic
    }

    .progress__gauge {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: var(--color-neutral-lightest);
        border: 1px solid var(--color-comp-light);
        border-radius: .125rem;
        display: inline-block;
        padding: 1px;
        width: 100%
    }

    .progress__gauge::-ms-fill {
        border: 0
    }

    .progress__gauge::-webkit-progress-bar {
        background: var(--color-neutral-lightest);
        border-radius: .125rem
    }

    .progress__gauge::-webkit-progress-value {
        background: var(--color-primary)
    }

    .progress__gauge::-moz-progress-bar {
        background: var(--color-primary);
        border-radius: .125rem
    }

    .progress__gauge:not([value])::-moz-progress-bar {
        background: var(--color-neutral-lightest)
    }

    .progress__gauge--lg {
        height: 2rem
    }

    .progress__gauge--lg .progress__gauge-fallback, .progress__gauge--lg .progress__gauge-fallback span {
        border-radius: .125rem;
        height: calc(2rem - 4px)
    }

    .meter {
        line-height: normal
    }

    .meter__caption {
        color: var(--color-comp-dark);
        font-style: italic
    }

    .meter__gauge {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: var(--color-neutral-lightest);
        border: 1px solid var(--color-comp-light);
        border-radius: .125rem;
        display: block;
        height: 1rem;
        padding: 1px;
        position: relative;
        width: 100%
    }

    .meter__gauge::-webkit-meter-bar {
        background: var(--color-neutral-lightest);
        border: 0;
        border-radius: .125rem
    }

    .meter__gauge:not([low]):not([high])::-webkit-meter-even-less-good-value, .meter__gauge:not([low]):not([high])::-webkit-meter-optimum-value, .meter__gauge:not([low]):not([high])::-webkit-meter-suboptimum-value {
        background: var(--color-primary)
    }

    .meter__gauge::-moz-meter-bar {
        background: var(--color-neutral-lightest);
        border-radius: .125rem
    }

    .meter__gauge:not([low]):not([high]):-moz-meter-optimum::-moz-meter-bar, .meter__gauge:not([low]):not([high]):-moz-meter-sub-optimum::-moz-meter-bar, .meter__gauge:not([low]):not([high]):-moz-meter-sub-sub-optimum::-moz-meter-bar {
        background: var(--color-primary)
    }

    .meter__gauge-fallback {
        background: var(--color-neutral-lightest);
        left: 1px;
        width: calc(100% - 2px)
    }

    .meter__gauge-fallback, .meter__gauge-fallback span {
        display: inline-block;
        height: calc(1rem - 4px);
        position: absolute
    }

    .meter__gauge-fallback span {
        border-radius: .125rem
    }

    .meter__gauge-fallback--simple {
        background: var(--color-primary)
    }

    .meter__gauge--no-border {
        border-width: 0;
        padding: 0
    }

    .meter__gauge::-webkit-meter-optimum-value {
        background: var(--color-success)
    }

    .meter__gauge::-webkit-meter-suboptimum-value {
        background: var(--color-warn-light)
    }

    .meter__gauge::-webkit-meter-even-less-good-value {
        background: var(--color-warn)
    }

    .meter__gauge:-moz-meter-optimum::-moz-meter-bar {
        background: var(--color-success)
    }

    .meter__gauge:-moz-meter-sub-optimum::-moz-meter-bar {
        background: var(--color-warn-light)
    }

    .meter__gauge:-moz-meter-sub-sub-optimum::-moz-meter-bar {
        background: var(--color-warn)
    }

    .meter__gauge-fallback--low {
        background: var(--color-warn)
    }

    .meter__gauge-fallback--optimum {
        background: var(--color-warn-light)
    }

    .meter__gauge-fallback--high {
        background: var(--color-success)
    }

    .meter__gauge--inverted::-webkit-meter-optimum-value {
        background: var(--color-warn)
    }

    .meter__gauge--inverted::-webkit-meter-even-less-good-value {
        background: var(--color-success)
    }

    .meter__gauge--inverted:-moz-meter-optimum::-moz-meter-bar {
        background: var(--color-warn)
    }

    .meter__gauge--inverted:-moz-meter-sub-sub-optimum::-moz-meter-bar {
        background: var(--color-success)
    }

    .meter__gauge--inverted .meter__gauge-fallback--high {
        background: var(--color-warn)
    }

    .meter__gauge--inverted .meter__gauge-fallback--low {
        background: var(--color-success)
    }

    .meter__gauge--skin-1 {
        background: var(--color-warn-light-lighten-6)
    }

    .meter__gauge--skin-1::-webkit-meter-bar {
        background: var(--color-warn-light-lighten-6)
    }

    .meter__gauge--skin-1:not([low]):not([high])::-webkit-meter-even-less-good-value, .meter__gauge--skin-1:not([low]):not([high])::-webkit-meter-optimum-value, .meter__gauge--skin-1:not([low]):not([high])::-webkit-meter-suboptimum-value {
        background: var(--color-success)
    }

    .meter__gauge--skin-1::-moz-meter-bar {
        background: var(--color-warn-light-lighten-6)
    }

    .meter__gauge--skin-1:not([low]):not([high]):-moz-meter-optimum::-moz-meter-bar, .meter__gauge--skin-1:not([low]):not([high]):-moz-meter-sub-optimum::-moz-meter-bar, .meter__gauge--skin-1:not([low]):not([high]):-moz-meter-sub-sub-optimum::-moz-meter-bar {
        background: var(--color-success)
    }

    .meter__gauge--skin-1 .meter__gauge-fallback {
        background: var(--color-warn-light-lighten-6)
    }

    .meter__gauge--skin-1 .meter__gauge-fallback--simple {
        background: var(--color-success)
    }

    .meter__gauge--sm {
        height: .5rem
    }

    .meter__gauge--sm.meter__gauge--no-border, .meter__gauge--sm .meter__gauge-fallback, .meter__gauge--sm .meter__gauge-fallback span {
        height: calc(.5rem - 4px)
    }

    .meter__gauge--lg {
        height: 2rem
    }

    .meter__gauge--lg.meter__gauge--no-border, .meter__gauge--lg .meter__gauge-fallback, .meter__gauge--lg .meter__gauge-fallback span {
        height: calc(2rem - 4px)
    }

    .range-skin-1__control {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: var(--color-neutral-lightest);
        border: 1px solid var(--color-comp);
        border-radius: .5rem;
        height: .5rem;
        margin-bottom: .75rem;
        margin-top: .75rem;
        outline: none;
        width: 100%
    }

    .range-skin-1__control::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        background: var(--color-neutral-lightest) no-repeat 50% 50%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-range-thumb'%3E %3Cpath fill='%23516e7b' d='m 4.25,13 0,0 c 0.345,0 0.625,-0.279875 0.625,-0.625 l 0,-8.75 C 4.875,3.279875 4.595,3 4.25,3 l 0,0 C 3.905,3 3.625,3.279875 3.625,3.625 l 0,8.75 C 3.625,12.720125 3.905,13 4.25,13 Z M 8,13 8,13 c 0.345,0 0.625,-0.279875 0.625,-0.625 l 0,-8.75 C 8.625,3.279875 8.345,3 8,3 L 8,3 C 7.655,3 7.375,3.279875 7.375,3.625 l 0,8.75 C 7.375,12.720125 7.655,13 8,13 Z m 3.75,0 0,0 c 0.345,0 0.625,-0.279875 0.625,-0.625 l 0,-8.75 C 12.375,3.279875 12.095,3 11.75,3 l 0,0 c -0.345,0 -0.625,0.279875 -0.625,0.625 l 0,8.75 c 0,0.345125 0.28,0.625 0.625,0.625 z' clip-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E");
        border: 1px solid var(--color-comp);
        cursor: pointer;
        height: 30px;
        width: 20px
    }

    .range-skin-1__control::-moz-range-thumb {
        background: var(--color-neutral-lightest) no-repeat 50% 50%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-range-thumb'%3E %3Cpath fill='%23516e7b' d='m 4.25,13 0,0 c 0.345,0 0.625,-0.279875 0.625,-0.625 l 0,-8.75 C 4.875,3.279875 4.595,3 4.25,3 l 0,0 C 3.905,3 3.625,3.279875 3.625,3.625 l 0,8.75 C 3.625,12.720125 3.905,13 4.25,13 Z M 8,13 8,13 c 0.345,0 0.625,-0.279875 0.625,-0.625 l 0,-8.75 C 8.625,3.279875 8.345,3 8,3 L 8,3 C 7.655,3 7.375,3.279875 7.375,3.625 l 0,8.75 C 7.375,12.720125 7.655,13 8,13 Z m 3.75,0 0,0 c 0.345,0 0.625,-0.279875 0.625,-0.625 l 0,-8.75 C 12.375,3.279875 12.095,3 11.75,3 l 0,0 c -0.345,0 -0.625,0.279875 -0.625,0.625 l 0,8.75 c 0,0.345125 0.28,0.625 0.625,0.625 z' clip-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E");
        border: 1px solid var(--color-comp);
        cursor: pointer;
        height: 30px;
        width: 20px
    }

    .range-skin-1 .form__control {
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
        width: 3.5rem
    }

    .range-skin-1 .form__control:focus {
        -webkit-appearance: number-input;
        -moz-appearance: number-input;
        appearance: number-input
    }

    .iframe--fullscreen, .iframe--fullwidth {
        height: 100%;
        width: 100%
    }

    .iframe--fullscreen {
        inset: 0;
        position: fixed;
        z-index: 10000
    }

    .link-pill {
        align-items: center;
        background-color: var(--link-pill--background-color);
        border: var(--base-border-width) solid transparent;
        color: var(--link-pill--color);
        display: inline-flex;
        font-weight: 600;
        gap: .5rem;
        line-height: normal
    }

    .link-pill:hover {
        background-color: var(--link-pill-hover--background-color)
    }

    .link-pill:active, .link-pill:focus {
        background-color: var(--link-pill-focus--background-color);
        border-color: inherit;
        color: var(--link-pill-focus--color);
        outline-color: transparent
    }

    .link-pill[aria-current] {
        background-color: var(--link-pill-current--background-color);
        border-color: var(--link-pill-current--border-color);
        font-weight: 700
    }

    .link-pill--full {
        display: flex
    }

    .link-pill--padding-sm {
        padding: .3125rem .5rem
    }

    .link-pill--radius-full {
        border-radius: 100rem
    }

    .content-filter, .content-toolbar, .panel, .uploadzone {
        display: flow-root;
        margin-bottom: 2rem;
        padding: 1rem;
        position: relative
    }

    .content-filter > :first-child, .content-toolbar > :first-child, .panel > :first-child, .uploadzone > :first-child {
        margin-top: 0;
        padding-top: 0
    }

    .content-filter > :last-child, .content-toolbar > :last-child, .panel > :last-child, .uploadzone > :last-child {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .panel--inset:first-child, .panel--inset:last-child {
        padding: 1rem
    }

    .panel--rounded-xs {
        border-radius: var(--radius-xs)
    }

    .panel--rounded-sm {
        border-radius: var(--radius-sm)
    }

    .panel--rounded-md {
        border-radius: var(--radius-md)
    }

    .panel--rounded-lg {
        border-radius: var(--radius-lg)
    }

    .panel--rounded-xl {
        border-radius: var(--radius-xl)
    }

    .panel--rounded-xs .panel__meta--top {
        border-radius: var(--radius-xs);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .panel--rounded-xs .panel__meta--bottom {
        border-radius: var(--radius-xs);
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .panel--rounded-sm .panel__meta--top {
        border-radius: var(--radius-sm);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .panel--rounded-sm .panel__meta--bottom {
        border-radius: var(--radius-sm);
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .panel--rounded-md .panel__meta--top {
        border-radius: var(--radius-md);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .panel--rounded-md .panel__meta--bottom {
        border-radius: var(--radius-md);
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .panel--rounded-lg .panel__meta--top {
        border-radius: var(--radius-lg);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .panel--rounded-lg .panel__meta--bottom {
        border-radius: var(--radius-lg);
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .panel--rounded-xl .panel__meta--top {
        border-radius: var(--radius-xl);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .panel--rounded-xl .panel__meta--bottom {
        border-radius: var(--radius-xl);
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .panel--outlined {
        background-color: var(--color-neutral-lightest);
        border: var(--base-border-width) solid var(--color-comp-light)
    }

    .panel__icons {
        position: absolute;
        right: .5rem;
        top: .5rem
    }

    .panel__icons--origin {
        right: 0;
        top: 0
    }

    .panel__title {
        word-wrap: anywhere
    }

    .panel[role=region][aria-labelledby][tabindex]:focus, .panel[role=region][aria-labelledby][tabindex]:focus-within {
        border-color: rgba(var(--color-primary-rgb), .6);
        box-shadow: 0 0 0 1px rgba(var(--color-primary-rgb), .6);
        outline: none
    }

    .panel--bookmarked:before {
        background-color: rgba(var(--color-primary-rgb), .6);
        bottom: 0;
        height: calc(100% + 1px);
        left: -1px;
        position: absolute;
        top: -1px;
        width: .25rem;
        z-index: 10
    }

    .panel.panel--bounded-lg {
        max-width: 46rem
    }

    .panel--padding-xl.panel--bounded-lg {
        max-width: 50rem
    }

    .panel--centered {
        margin-left: auto;
        margin-right: auto
    }

    .panel--inset {
        border-color: var(--color-comp-light);
        margin-bottom: 1rem
    }
}

@media screen and (min-width: 0) {
    .panel > [class^=col--xs] > :last-child, .panel > [class^=push--xs] > :last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width: 20rem) {
    .panel > [class^=col--xsb] > :last-child, .panel > [class^=push--xsb] > :last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width: 34rem) {
    .panel > [class^=col--sm] > :last-child, .panel > [class^=push--sm] > :last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width: 48rem) {
    .panel > [class^=col--md] > :last-child, .panel > [class^=push--md] > :last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width: 62rem) {
    .panel > [class^=col--lg] > :last-child, .panel > [class^=push--lg] > :last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width: 75rem) {
    .panel > [class^=col--xl] > :last-child, .panel > [class^=push--xl] > :last-child {
        margin-bottom: 0
    }
}

@media screen {
    .panel--inset--full, .panel--inset--full-lg, .panel--inset--full-md, .panel--inset--full-sm, .panel--inset--full-xl {
        padding: 0
    }

    .panel--inset--full-lg.panel--outlined, .panel--inset--full-md.panel--outlined, .panel--inset--full-sm.panel--outlined, .panel--inset--full-xl.panel--outlined, .panel--inset--full.panel--outlined {
        border-left: 0;
        border-right: 0
    }

    .panel--inset--full, .panel--inset--full-md {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .panel--inset--full-sm {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .panel--inset--full-lg {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .panel--inset--full-xl {
        margin-left: -3rem;
        margin-right: -3rem
    }

    .panel--naked, .panel--naked:first-child, .panel--naked:last-child {
        margin-bottom: 0;
        padding: 0
    }

    .panel--no-margin {
        margin-bottom: 0
    }

    .panel--no-overflow {
        overflow: hidden
    }

    .panel--margin-xxs {
        margin-bottom: .25rem
    }

    .panel--margin-xs {
        margin-bottom: .5rem
    }

    .panel--margin-sm {
        margin-bottom: 1rem
    }

    .panel--margin-md {
        margin-bottom: 1.5rem
    }

    .panel--full {
        padding: 0
    }

    .panel--padding-sm, .panel .panel--padding-sm {
        padding: .5rem
    }

    .panel--padding-md, .panel .panel--padding-md {
        padding: 1rem
    }

    .panel--padding-lg, .panel .panel--padding-lg {
        padding: 2rem
    }

    .panel--padding-xl, .panel .panel--padding-xl {
        padding: 3rem
    }

    .panel--labeled > :nth-child(2) {
        padding-top: 0
    }

    [class*=panel--rounded].panel--labeled {
        overflow: visible
    }

    .panel__label {
        bottom: 100%;
        left: 0;
        min-height: 1rem;
        position: absolute;
        right: 0
    }

    .panel__label--bottomed {
        bottom: inherit;
        top: calc(100% - 1px)
    }

    .panel--success {
        background-color: var(--color-success-lighter);
        border-color: var(--color-success2)
    }

    .panel--dashed {
        border-style: dashed
    }

    .panel--bg-lightest {
        background-color: var(--color-neutral-lightest)
    }

    .panel--bg-lightest-switched-off {
        background-color: rgba(var(--color-neutral-lightest-rgb), .5)
    }

    .panel--tinted {
        background-color: var(--color-comp-lighter-lighten-2)
    }

    .panel--bg-application {
        background-color: var(--color-comp-lighter)
    }

    .panel--border-dark {
        border-color: var(--color-comp)
    }

    .panel--border-darker {
        border-color: var(--color-comp-dark)
    }

    .panel--border-primary {
        border-color: var(--color-primary)
    }

    .panel__footer {
        border-top: var(--base-border-width) solid var(--color-comp-light);
        display: flex;
        flex-wrap: wrap;
        gap: .5rem;
        justify-content: space-between;
        padding: 1rem 0
    }

    .panel__footer-action {
        flex-grow: 1
    }
}

@media screen and (min-width: 20rem) {
    .panel__footer-action-primary {
        order: 2;
        text-align: right
    }

    .panel__footer-action-secondary {
        order: 1
    }
}

@media screen {
    .panel__meta {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .panel__meta--bottom, .panel__meta--top {
        position: relative
    }

    .panel__meta--bottom {
        bottom: -1rem;
        box-shadow: inset 0 1px rgba(var(--color-neutral-darkest-rgb), .15);
        margin-top: -1rem
    }

    .panel__meta--top {
        box-shadow: inset 0 -1px rgba(var(--color-neutral-darkest-rgb), .15);
        margin-bottom: -1rem;
        top: -1rem
    }

    .panel__meta-inner {
        padding: .5rem
    }

    .panel--padding-sm .panel__meta {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .panel--padding-sm .panel__meta--bottom {
        bottom: -.5rem;
        margin-top: -.5rem
    }

    .panel--padding-sm .panel__meta--top {
        margin-bottom: -.5rem;
        top: -.5rem
    }

    .panel--padding-sm .panel__meta-inner {
        padding: .5rem
    }

    .panel--padding-md .panel__meta {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .panel--padding-md .panel__meta--bottom {
        bottom: -1rem;
        margin-top: -1rem
    }

    .panel--padding-md .panel__meta--top {
        margin-bottom: -1rem;
        top: -1rem
    }

    .panel--padding-md .panel__meta-inner {
        padding: .5rem
    }

    .panel--padding-lg .panel__meta {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .panel--padding-lg .panel__meta--bottom {
        bottom: -2rem;
        margin-top: -1rem
    }

    .panel--padding-lg .panel__meta--top {
        margin-bottom: -1rem;
        top: -2rem
    }

    .panel--padding-lg .panel__meta-inner {
        padding: 1rem .5rem
    }

    .panel--padding-xl .panel__meta {
        margin-left: -3rem;
        margin-right: -3rem
    }

    .panel--padding-xl .panel__meta--bottom {
        bottom: -3rem;
        margin-top: -2rem
    }

    .panel--padding-xl .panel__meta--top {
        margin-bottom: -2rem;
        top: -3rem
    }

    .panel--padding-xl .panel__meta-inner {
        padding: 1rem .5rem
    }

    .panel__spike {
        content: " ";
        position: absolute
    }

    .panel__spike:before {
        content: "";
        height: 1.125rem;
        left: 0;
        position: absolute;
        top: 0;
        transform: rotate(45deg);
        width: 1.125rem
    }

    .panel__spike--outlined {
        border: 13px solid transparent
    }

    .panel__spike--outlined:before {
        border: solid var(--color-comp-light)
    }

    .panel__spike--left, .panel__spike--left-bottom {
        border-right-color: var(--color-neutral-lightest);
        left: -26px;
        top: 2.5rem
    }

    .panel__spike--left-bottom:before, .panel__spike--left:before {
        border-width: 0 0 1px 1px;
        left: 4px;
        top: -9px
    }

    .panel__spike--right, .panel__spike--right-bottom {
        border-left-color: var(--color-neutral-lightest);
        left: 100%;
        top: 2.5rem
    }

    .panel__spike--right-bottom:before, .panel__spike--right:before {
        border-width: 1px 1px 0 0;
        left: -22px;
        top: -9px
    }

    .panel__spike--left-bottom, .panel__spike--right-bottom {
        bottom: 2.5rem;
        top: auto
    }

    .panel__spike--below, .panel__spike--below-right {
        border-top-color: var(--color-neutral-lightest);
        left: 2.5rem;
        top: 100%
    }

    .panel__spike--below-right:before, .panel__spike--below:before {
        border-width: 0 1px 1px 0;
        left: -9px;
        top: -22px
    }

    .panel__spike--above, .panel__spike--above-right {
        border-bottom-color: var(--color-neutral-lightest);
        bottom: 100%;
        left: 2.5rem
    }

    .panel__spike--above-right:before, .panel__spike--above:before {
        border-width: 1px 0 0 1px;
        left: -8px;
        top: 4px
    }

    .panel__spike--above-right, .panel__spike--below-right {
        left: auto;
        right: 2.5rem
    }

    .panel__spike--filled:before {
        background-color: inherit;
        border-color: inherit
    }

    .panel__spike--primary:before {
        background-color: var(--color-primary)
    }

    .panel--hover:focus-within, .panel--hover:hover {
        background-color: var(--panel-hover--background-color)
    }

    .panel--focus {
        outline: 3px solid var(--panel-focus--outline-color);
        outline-offset: 1px
    }

    .panel__link {
        inset: 0;
        position: absolute
    }

    .panel__link--focus {
        border-radius: inherit;
        outline: 2px solid
    }

    .pane {
        display: flow-root;
        position: relative
    }

    .pane > :first-child {
        margin-top: 0
    }

    .pane > :last-child {
        margin-bottom: 0
    }

    .pane--margin-bottom-xxs {
        margin-bottom: calc(var(--step) / 4)
    }

    .pane--margin-bottom-xs {
        margin-bottom: calc(var(--step) / 2)
    }

    .pane--margin-bottom-sm {
        margin-bottom: var(--step)
    }

    .pane--margin-bottom-md {
        margin-bottom: calc(var(--step) * 1.5)
    }

    .pane--margin-bottom-lg {
        margin-bottom: calc(var(--step) * 2)
    }

    .pane--margin-bottom-xl {
        margin-bottom: calc(var(--step) * 3)
    }

    .pane--padding-xs {
        padding: calc(var(--step) / 4)
    }

    .pane--padding-inline-xs {
        padding-inline: calc(var(--step) / 4)
    }

    .pane--padding-block-xs {
        padding-block: calc(var(--step) / 4)
    }

    .pane--padding-sm {
        padding: calc(var(--step) / 2)
    }

    .pane--padding-inline-sm {
        padding-inline: calc(var(--step) / 2)
    }

    .pane--padding-block-sm {
        padding-block: calc(var(--step) / 2)
    }

    .pane--padding-md {
        padding: var(--step)
    }

    .pane--padding-inline-md {
        padding-inline: var(--step)
    }

    .pane--padding-block-md {
        padding-block: var(--step)
    }

    .pane--padding-lg {
        padding: calc(var(--step) * 1.5)
    }

    .pane--padding-inline-lg {
        padding-inline: calc(var(--step) * 1.5)
    }

    .pane--padding-block-lg {
        padding-block: calc(var(--step) * 1.5)
    }

    .pane--padding-xl {
        padding: calc(var(--step) * 2)
    }

    .pane--padding-inline-xl {
        padding-inline: calc(var(--step) * 2)
    }

    .pane--padding-block-xl {
        padding-block: calc(var(--step) * 2)
    }

    .pane--padding-xxl {
        padding: calc(var(--step) * 3)
    }

    .pane--padding-inline-xxl {
        padding-inline: calc(var(--step) * 3)
    }

    .pane--padding-block-xxl {
        padding-block: calc(var(--step) * 3)
    }

    .pane--rounded-xs {
        border-radius: var(--radius-xs)
    }

    .pane--rounded-sm {
        border-radius: var(--radius-sm)
    }

    .pane--rounded-md {
        border-radius: var(--radius-md)
    }

    .pane--rounded-lg {
        border-radius: var(--radius-lg)
    }

    .pane--rounded-xl {
        border-radius: var(--radius-xl)
    }

    [class*=pane--outlined] {
        border-style: solid
    }

    .pane--dashed {
        border-style: dashed
    }

    .pane--dotted {
        border-style: dotted
    }

    .pane--outlined, .pane--outlined-xxs {
        border-width: .0625rem
    }

    .pane--outlined-xs {
        border-width: .125rem
    }

    .pane--outlined-sm {
        border-width: .25rem
    }

    .pane--outlined-md {
        border-width: .375rem
    }

    .pane--outlined-blue-600 {
        border-color: var(--sko-blue-400)
    }

    .pane--outlined-blue-800 {
        border-color: var(--sko-blue-200)
    }

    .pane--outlined-slate-300 {
        border-color: var(--slate-700)
    }

    .pane--outlined-slate-400 {
        border-color: var(--slate-600)
    }

    .pane--outlined-slate-500 {
        border-color: var(--slate-500)
    }

    .pane--outlined-slate-600 {
        border-color: var(--slate-400)
    }

    .pane--outlined-slate-700 {
        border-color: var(--slate-300)
    }

    .pane--outlined-slate-800 {
        border-color: var(--slate-200)
    }

    .pane--outlined-slate-900 {
        border-color: var(--slate-100)
    }

    .pane--overflow-hidden {
        overflow: hidden
    }

    .pane--hover:focus-within, .pane--hover:hover {
        background-color: var(--pane-hover--background-color)
    }

    .pane--focus {
        outline: .1875rem solid var(--pane-focus--outline-color);
        outline-offset: .0625rem
    }

    .pane__link {
        inset: 0;
        position: absolute
    }

    .pane__link--focus {
        border-radius: inherit;
        outline: 2px solid
    }

    input:is([type=radio],[type=checkbox]):is(:checked,:focus-visible:not(:focus)) + label.pane--checked {
        background-color: var(--pane-checked--background-color);
        outline: .1875rem solid var(--pane-checked--outline-color);
        outline-offset: .0625rem
    }

    input:is([type=radio],[type=checkbox]):is(:focus-visible,:checked:focus-visible) + label.pane--checked {
        outline: 1px auto
    }

    .msg {
        border: var(--msg--border-width) solid;
        margin-bottom: var(--step);
        padding: var(--step);
        position: relative
    }

    .msg:has(.close) {
        padding-right: calc(var(--step) * 2)
    }

    .msg--padding-sm {
        padding: .5rem
    }

    .msg .close {
        color: inherit;
        position: absolute;
        right: calc(var(--step) / 2);
        top: calc(var(--step) / 2)
    }

    .msg__title {
        font-size: var(--font-size-xs);
        font-weight: 700;
        line-height: 1;
        margin-bottom: .5rem;
        padding-top: 0
    }

    .msg__title--normal {
        font-weight: 500
    }

    .msg__title--sm {
        font-size: var(--font-size--xxs);
        line-height: normal;
        margin-bottom: 0
    }

    .msg__content, .msg__content > :last-child {
        margin-bottom: 0
    }

    .msg__picture {
        border-right: 1px solid;
        margin-block: calc(var(--step) * -1);
        margin-inline: 0 var(--step);
        padding-right: var(--step);
        padding-top: var(--step)
    }

    .msg--error {
        background-color: var(--msg-error--background-color);
        color: var(--msg-error--color)
    }

    .msg--error, .msg--error .msg__picture {
        border-color: var(--msg-error--border-color)
    }

    .msg--alert {
        background-color: var(--msg-alert--background-color);
        color: var(--msg-alert--color)
    }

    .msg--alert, .msg--alert .msg__picture {
        border-color: var(--msg-alert--border-color)
    }

    .msg--information {
        background-color: var(--msg-information--background-color);
        color: var(--msg-information--color)
    }

    .msg--information, .msg--information .msg__picture {
        border-color: var(--msg-information--border-color)
    }

    .msg--notice {
        background-color: var(--msg-notice--background-color);
        color: var(--msg-notice--color)
    }

    .msg--notice, .msg--notice .msg__picture {
        border-color: var(--msg-notice--border-color)
    }

    .msg--success {
        background-color: var(--msg-success--background-color);
        color: var(--msg-success--color)
    }

    .msg--success, .msg--success .msg__picture {
        border-color: var(--msg-success--border-color)
    }

    .msg--neutral {
        background-color: var(--msg-neutral--background-color);
        color: var(--msg-neutral--color)
    }

    .msg--neutral, .msg--neutral .msg__picture {
        border-color: var(--msg-neutral--border-color)
    }

    .msg--has-icon {
        display: flex
    }

    .msg__icon {
        margin-bottom: var(--step)
    }

    .msg--margin-x-md {
        margin-left: var(--step);
        margin-right: var(--step)
    }

    .msg--margin-y-md {
        margin-bottom: var(--step);
        margin-top: var(--step)
    }

    .msg--no-margin {
        margin-bottom: 0
    }

    .msg--rounded-xs {
        border-radius: var(--radius-xs)
    }

    .msg--rounded-sm {
        border-radius: var(--radius-sm)
    }

    .msg--rounded-md {
        border-radius: var(--radius-md)
    }

    .msg--rounded-lg {
        border-radius: var(--radius-lg)
    }

    .msg--rounded-xl {
        border-radius: var(--radius-xl)
    }

    .global-notices--panel {
        background-color: var(--global-notices-panel--background-color);
        border-bottom: var(--base-border-width) solid var(--global-notices-panel--border-color);
        margin: 0;
        padding: var(--step)
    }

    .global-notices--panel .msg:last-child {
        margin-bottom: 0
    }

    .global-notices--panel-no-background {
        background-color: transparent
    }

    .global-notices--panel-lighter {
        border-bottom-color: var(--global-notices-panel-lighter--border-color)
    }

    .tooltip {
        display: inline-block;
        position: relative;
        text-indent: 0;
        z-index: 10
    }

    .tooltip__body {
        background-color: var(--color-comp-darker);
        border-radius: 3px;
        color: var(--color-neutral-lightest);
        display: block;
        left: 1.5rem;
        max-width: 20rem;
        min-width: 13rem;
        padding: calc(var(--step) / 2);
        position: absolute;
        top: -4px
    }

    .tooltip__body:after {
        border: 6px solid transparent;
        border-right: 6px solid var(--color-comp-darker);
        content: " ";
        left: -12px;
        position: absolute;
        top: 8px
    }

    .tooltip__title {
        display: block;
        font-size: .875rem;
        font-weight: 700;
        margin-bottom: .5rem
    }

    .tooltip--above-left .tooltip__body, .tooltip--above-middle .tooltip__body, .tooltip--above-right .tooltip__body {
        bottom: calc(100% + .5rem);
        top: auto
    }

    .tooltip--above-left .tooltip__body:after, .tooltip--above-middle .tooltip__body:after, .tooltip--above-right .tooltip__body:after {
        border: 6px solid transparent;
        border-top: 6px solid var(--color-comp-darker);
        bottom: auto;
        top: 100%
    }

    .tooltip--below-left .tooltip__body, .tooltip--below-middle .tooltip__body, .tooltip--below-right .tooltip__body {
        bottom: auto;
        top: calc(100% + .5rem)
    }

    .tooltip--below-left .tooltip__body:after, .tooltip--below-middle .tooltip__body:after, .tooltip--below-right .tooltip__body:after {
        border: 6px solid transparent;
        border-bottom: 6px solid var(--color-comp-darker);
        bottom: 100%;
        top: auto
    }

    .tooltip--above-right .tooltip__body, .tooltip--below-right .tooltip__body {
        left: -.5rem;
        right: auto
    }

    .tooltip--above-right .tooltip__body:after, .tooltip--below-right .tooltip__body:after {
        left: 12px;
        right: auto
    }

    .tooltip--above-left .tooltip__body, .tooltip--below-left .tooltip__body {
        left: auto;
        right: -.5rem
    }

    .tooltip--above-left .tooltip__body:after, .tooltip--below-left .tooltip__body:after {
        left: auto;
        right: 12px
    }

    .tooltip--above-middle .tooltip__body, .tooltip--below-middle .tooltip__body {
        left: 12px;
        right: auto;
        transform: translate(-50%)
    }

    .tooltip--above-middle .tooltip__body:after, .tooltip--below-middle .tooltip__body:after {
        left: auto;
        right: calc(50% - 3px)
    }

    .tooltip--left-bottom .tooltip__body, .tooltip--left-middle .tooltip__body, .tooltip--left-top .tooltip__body {
        left: auto;
        right: calc(100% + .5rem)
    }

    .tooltip--left-bottom .tooltip__body:after, .tooltip--left-middle .tooltip__body:after, .tooltip--left-top .tooltip__body:after {
        border: 6px solid transparent;
        border-left: 6px solid var(--color-comp-darker);
        left: 100%;
        right: auto
    }

    .tooltip--right-bottom .tooltip__body, .tooltip--right-middle .tooltip__body, .tooltip--right-top .tooltip__body {
        left: calc(100% + .5rem);
        right: auto
    }

    .tooltip--right-bottom .tooltip__body:after, .tooltip--right-middle .tooltip__body:after, .tooltip--right-top .tooltip__body:after {
        border: 6px solid transparent;
        border-right: 6px solid var(--color-comp-darker);
        left: auto;
        right: 100%
    }

    .tooltip--left-top .tooltip__body, .tooltip--right-top .tooltip__body {
        bottom: -.5rem;
        top: auto
    }

    .tooltip--left-top .tooltip__body:after, .tooltip--right-top .tooltip__body:after {
        bottom: 12px;
        top: auto
    }

    .tooltip--left-bottom .tooltip__body, .tooltip--right-bottom .tooltip__body {
        bottom: auto;
        top: -.5rem
    }

    .tooltip--left-bottom .tooltip__body:after, .tooltip--right-bottom .tooltip__body:after {
        bottom: auto;
        top: 12px
    }

    .tooltip--left-middle .tooltip__body, .tooltip--right-middle .tooltip__body {
        bottom: auto;
        top: 6px;
        transform: translateY(-50%)
    }

    .tooltip--left-middle .tooltip__body:after, .tooltip--right-middle .tooltip__body:after {
        bottom: auto;
        top: calc(50% - 3px)
    }

    .tooltip--xs .tooltip__body {
        min-width: 6rem
    }

    .tooltip--sm .tooltip__body {
        min-width: 9rem
    }

    .tooltip--md .tooltip__body {
        min-width: 13rem
    }

    .tooltip--lg .tooltip__body {
        min-width: 16rem
    }

    .tooltip--xl .tooltip__body {
        min-width: 20rem
    }

    .tooltip--h-revert .tooltip__body {
        left: auto;
        right: 1.5rem
    }

    .tooltip--h-revert .tooltip__body:after {
        border-left-color: var(--color-comp-darker);
        border-right-color: transparent;
        left: auto;
        right: -12px
    }

    .tooltip--v-revert .tooltip__body {
        bottom: -4px;
        top: auto
    }

    .tooltip--v-revert .tooltip__body:after {
        border-right-color: var(--color-comp-darker);
        bottom: 8px;
        top: auto
    }

    .tooltip--v-revert.tooltip--h-revert .tooltip__body {
        right: 1.5rem
    }

    .tooltip--v-revert.tooltip--h-revert .tooltip__body:after {
        border-left-color: var(--color-comp-darker);
        border-right-color: transparent;
        right: -12px
    }

    .cartouche {
        align-items: center;
        background-color: var(--cartouche--background-color);
        border-radius: 1rem;
        border: var(--base-border-width) solid var(--cartouche--border-color);
        color: var(--cartouche--color);
        -moz-column-gap: .25rem;
        column-gap: .25rem;
        display: inline-flex;
        font-size: .6875rem;
        justify-content: center;
        line-height: 1.1818;
        margin-inline: .25rem;
        min-height: 1em;
        padding-inline: .5rem
    }

    .cartouche.u-font-monospace {
        line-height: 1
    }

    .cartouche a {
        color: inherit
    }

    .cartouche--transparent {
        background-color: var(--cartouche-transparent--background-color);
        border-color: var(--cartouche-transparent--border-color);
        color: var(--cartouche-transparent--color)
    }

    .cartouche--neutral {
        background-color: var(--cartouche-neutral--background-color);
        border-color: var(--cartouche-neutral--border-color);
        color: var(--cartouche-neutral--color)
    }

    .cartouche--primary {
        border-color: var(--color-primary);
        color: var(--color-primary)
    }

    .cartouche--error {
        border-color: var(--color-warn-lighten-20);
        color: var(--color-warn)
    }

    .cartouche--warn {
        border-color: var(--color-warn-light);
        color: var(--color-warn-light-darken-20)
    }

    .cartouche--success {
        border-color: var(--color-success);
        color: var(--color-success-darken-8)
    }

    .cartouche--bg-success {
        background-color: var(--color-success-darken-8);
        border-color: var(--color-success-darken-8);
        color: var(--color-neutral-lightest)
    }

    .cartouche--bg-success-dark {
        background-color: var(--color-success-dark);
        border-color: var(--color-success-dark);
        color: var(--color-neutral-lightest)
    }

    .cartouche--bg-warn-dark {
        background-color: var(--color-warn-dark);
        border-color: var(--color-warn-dark);
        color: var(--color-neutral-lightest)
    }

    .cartouche--bg-warn {
        background-color: var(--color-warn);
        border-color: var(--color-warn);
        color: var(--color-neutral-lightest)
    }

    .cartouche--bg-warn-light {
        background-color: var(--color-warn-light);
        border-color: var(--color-warn-light);
        color: var(--color-warn-dark-darken-20)
    }

    .cartouche--bg-primary-dark {
        background-color: var(--color-primary-dark);
        border-color: var(--color-primary-dark);
        color: var(--color-neutral-lightest)
    }

    .cartouche--bg-primary {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
        color: var(--color-neutral-lightest)
    }

    .cartouche--bg-color-l {
        background-color: var(--color-l);
        border-color: var(--color-l);
        color: var(--color-neutral-lightest)
    }

    .cartouche--bg-comp-dark {
        background-color: var(--color-comp-dark);
        border-color: var(--color-comp-dark);
        color: var(--color-neutral-lightest)
    }

    .cartouche--bg-comp {
        background-color: var(--color-comp);
        border-color: var(--color-comp);
        color: var(--color-comp-darker)
    }

    .cartouche--bg-comp-light {
        background-color: var(--color-comp-light);
        border-color: var(--color-comp-light);
        color: var(--color-comp-darker)
    }

    [class*=cartouche--category] {
        border-color: var(--category--border-color)
    }

    .cartouche--category-0, .jstree-default .jstree-icon.cartouche--category-0 {
        background-color: var(--category-0--background-color)
    }

    .cartouche--category-1, .jstree-default .jstree-icon.cartouche--category-1 {
        background-color: var(--category-1--background-color)
    }

    .cartouche--category-2, .jstree-default .jstree-icon.cartouche--category-2 {
        background-color: var(--category-2--background-color)
    }

    .cartouche--category-3, .jstree-default .jstree-icon.cartouche--category-3 {
        background-color: var(--category-3--background-color)
    }

    .cartouche--category-4, .jstree-default .jstree-icon.cartouche--category-4 {
        background-color: var(--category-4--background-color)
    }

    .cartouche--category-5, .jstree-default .jstree-icon.cartouche--category-5 {
        background-color: var(--category-5--background-color)
    }

    .cartouche--category-6, .jstree-default .jstree-icon.cartouche--category-6 {
        background-color: var(--category-6--background-color)
    }

    .cartouche--category-7, .jstree-default .jstree-icon.cartouche--category-7 {
        background-color: var(--category-7--background-color)
    }

    .cartouche--category-8, .jstree-default .jstree-icon.cartouche--category-8 {
        background-color: var(--category-8--background-color)
    }

    .cartouche--category-9, .jstree-default .jstree-icon.cartouche--category-9 {
        background-color: var(--category-9--background-color)
    }

    .cartouche--category-10, .jstree-default .jstree-icon.cartouche--category-10 {
        background-color: var(--category-10--background-color)
    }

    .cartouche--rounded-xs {
        border-radius: calc(var(--step) * 0.125)
    }

    .cartouche--rounded-sm {
        border-radius: calc(var(--step) * 0.25)
    }

    .cartouche--rounded-md {
        border-radius: calc(var(--step) * 0.5)
    }

    .cartouche--rounded-lg {
        border-radius: calc(var(--step) * 0.75)
    }

    .cartouche--rounded-xl {
        border-radius: var(--step)
    }

    .cartouche--condensed {
        padding-inline: calc(var(--step) / 4)
    }

    .cartouche--no-margin {
        margin-inline: 0
    }

    .cartouche--large {
        justify-content: center;
        min-width: 1.5rem;
        padding: .125rem
    }

    .cartouche--absence {
        background-color: var(--absence--background-color);
        border-color: var(--absence--border-color);
        color: var(--absence--color)
    }

    .cartouche--lateness {
        background-color: var(--lateness--background-color);
        border-color: var(--lateness--border-color);
        color: var(--lateness--color)
    }

    .cartouche--departure {
        background-color: var(--departure--background-color);
        border-color: var(--departure--border-color);
        color: var(--departure--color)
    }

    .cartouche--exemption {
        background-color: var(--exemption--background-color);
        border-color: var(--exemption--border-color);
        color: var(--exemption--color)
    }

    .cartouche--reproof, .cartouche--reproof-p {
        background-color: var(--reproof--background-color);
        border-color: var(--reproof--border-color);
        color: var(--reproof--color)
    }

    .cartouche--reproof-m {
        background-color: var(--reproof-m--background-color);
        border-color: var(--reproof-m--border-color);
        color: var(--reproof-m--color)
    }

    .cartouche--punishment {
        background-color: var(--punishment--background-color);
        border-color: var(--punishment--border-color);
        color: var(--punishment--color)
    }

    .cartouche--sanction {
        background-color: var(--sanction--background-color);
        border-color: var(--sanction--border-color);
        color: var(--sanction--color)
    }

    .cartouche--register {
        background-color: var(--register--background-color);
        border-color: var(--register--border-color);
        color: var(--register--color)
    }

    .cartouche--subject {
        background-color: var(--subject--background-color);
        border-color: var(--subject--border-color);
        color: var(--subject--color)
    }

    .cartouche--occasional {
        background-color: var(--occasional--background-color);
        border-color: var(--occasional--border-color);
        color: var(--occasional--color)
    }

    .cartouche--periodic {
        background-color: var(--periodic--background-color);
        border-color: var(--periodic--border-color);
        color: var(--periodic--color)
    }

    .cartouche--flat-1, .cartouche--flat-2\/1, .cartouche--flat-4\/3, .cartouche--flat-5\/2 {
        min-height: 1rem;
        padding: 0
    }

    .cartouche--flat-1 {
        aspect-ratio: 1
    }

    .cartouche--flat-4\/3 {
        aspect-ratio: 4/3
    }

    .cartouche--flat-2\/1 {
        aspect-ratio: 2/1
    }

    .cartouche--flat-5\/2 {
        aspect-ratio: 5/2
    }

    .cartouche--flat-lg {
        height: 1.5rem
    }

    .cartouche--squared {
        aspect-ratio: 1;
        justify-content: center;
        min-width: .9375rem;
        padding-inline: 0;
        vertical-align: middle
    }

    .cartouche--has-icon .icon {
        aspect-ratio: 1;
        min-width: .8125rem;
        vertical-align: bottom
    }

    .cartouche--has-badge {
        position: relative
    }

    .cartouche--has-badge .badge {
        position: absolute;
        top: -70%;
        right: calc(var(--step) * -0.5)
    }

    .cartouche__counter {
        background-color: var(--cartouche-counter--background-color);
        border-radius: 2rem;
        font-weight: 500;
        padding-inline: .5rem
    }

    .cartouche__icon .icon {
        height: 1.18182em;
        width: 1.18182em;
        vertical-align: middle
    }

    .jstree-default .jstree-icon.cartouche, .jstree-default .jstree-icon:empty.cartouche {
        height: 1rem;
        line-height: 1.1818;
        margin-right: .25rem;
        vertical-align: -.1875rem !important;
        width: auto
    }

    .badge__icon, .has-badge:after {
        background-color: var(--badge-icon--background-color);
        border-radius: 50%;
        box-shadow: 0 1px 0 var(--badge-icon--box-shadow-color);
        display: block;
        height: calc(var(--step) / 2);
        width: calc(var(--step) / 2)
    }

    .badge {
        display: inline-block;
        height: var(--step);
        position: relative;
        width: var(--step)
    }

    .badge__icon {
        left: calc(var(--step) / 4);
        position: absolute;
        top: calc(var(--step) / 4)
    }

    .badge__icon--success {
        background-color: var(--badge-icon-success--background-color)
    }

    .badge__icon--warn {
        background-color: var(--badge-icon-warn--background-color)
    }

    .badge__icon--warn-light {
        background-color: var(--badge-icon-warn-light--background-color)
    }

    .badge__icon--primary {
        background-color: var(--badge-icon-primary--background-color)
    }

    .badge .icon {
        height: 50%;
        position: absolute;
        width: 50%
    }

    .badge--center, .badge--ne, .badge--ne-disturbed, .badge--nw, .badge--nw-disturbed, .badge--se, .badge--se-disturbed, .badge--sw, .badge--sw-disturbed {
        height: 100%;
        width: 100%
    }

    .badge--sw .icon {
        bottom: 0;
        left: 0
    }

    .badge--sw-disturbed .icon {
        bottom: -12.5%;
        left: -12.5%
    }

    .badge--se .icon {
        bottom: 0;
        right: 0
    }

    .badge--se-disturbed .icon {
        bottom: -12.5%;
        right: -12.5%
    }

    .badge--nw .icon {
        left: 0;
        top: 0
    }

    .badge--nw-disturbed .icon {
        left: -12.5%;
        top: -12.5%
    }

    .badge--ne .icon {
        right: 0;
        top: 0
    }

    .badge--ne-disturbed .icon {
        right: -12.5%;
        top: -12.5%
    }

    .badge--center .icon {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .has-badge:after {
        content: "";
        margin-left: 75%;
        margin-top: -2px
    }

    .avatar {
        background-color: var(--color-neutral-800);
        border-radius: 50%;
        display: inline-block;
        height: 2rem;
        line-height: 2.5;
        margin-top: -3px;
        overflow: hidden;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        width: 2rem
    }

    .avatar__initials, .avatar__initials[title] {
        border-bottom: 0;
        color: var(--color-neutral-lightest);
        text-decoration: none
    }

    .avatar--a {
        background-color: var(--color-a)
    }

    .avatar--b {
        background-color: var(--color-b)
    }

    .avatar--c {
        background-color: var(--color-c)
    }

    .avatar--d {
        background-color: var(--color-d)
    }

    .avatar--e {
        background-color: var(--color-e)
    }

    .avatar--f {
        background-color: var(--color-f)
    }

    .avatar--g {
        background-color: var(--color-g)
    }

    .avatar--h {
        background-color: var(--color-h)
    }

    .avatar--i {
        background-color: var(--color-i)
    }

    .avatar--j {
        background-color: var(--color-j)
    }

    .avatar--k {
        background-color: var(--color-k)
    }

    .avatar--l {
        background-color: var(--color-l)
    }

    .avatar--m {
        background-color: var(--color-m)
    }

    .avatar--n {
        background-color: var(--color-n)
    }

    .avatar--o {
        background-color: var(--color-o)
    }

    .avatar--p {
        background-color: var(--color-p)
    }

    .avatar--q {
        background-color: var(--color-q)
    }

    .avatar--r {
        background-color: var(--color-r)
    }

    .avatar--s {
        background-color: var(--color-s)
    }

    .avatar--t {
        background-color: var(--color-t)
    }

    .avatar--u {
        background-color: var(--color-u)
    }

    .avatar--v {
        background-color: var(--color-v)
    }

    .avatar--w {
        background-color: var(--color-w)
    }

    .avatar--x {
        background-color: var(--color-x)
    }

    .avatar--y {
        background-color: var(--color-y)
    }

    .avatar--z {
        background-color: var(--color-z)
    }

    a .avatar__initials, a .avatar__initials[title] {
        color: var(--color-neutral-lightest)
    }

    .avatar--xs {
        font-size: .5rem;
        height: 1.125rem;
        line-height: 2.2;
        width: 1.125rem
    }

    .avatar--sm {
        font-size: .6rem;
        height: 1.5rem;
        width: 1.5rem
    }

    .avatar--md {
        font-size: .8125rem;
        height: 2rem;
        width: 2rem
    }

    .avatar--lg {
        font-size: 1.2rem;
        height: 3rem;
        width: 3rem
    }

    .avatar--xl {
        font-size: 1.6rem;
        height: 4rem;
        width: 4rem
    }

    .avatar--xxl {
        font-size: 2.5rem;
        height: 6rem;
        line-height: 2.4;
        width: 6rem
    }

    .avatar__image {
        color: var(--color-neutral-lightest);
        height: 100%;
        vertical-align: baseline;
        width: 100%
    }

    .initials {
        color: var(--color-comp-darker);
        display: inline-block;
        font-family: var(--font-family-fantasy);
        font-size: 4rem;
        font-weight: 800;
        line-height: 1
    }

    .initials:first-letter {
        color: var(--color-warn-light);
        text-transform: uppercase
    }
}

@media screen and (min-width: 0) {
    .scroll-y-max\@xs {
        overflow: hidden auto;
        position: relative;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (min-width: 20rem) {
    .scroll-y-max\@xsb {
        overflow: hidden auto;
        position: relative;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (min-width: 34rem) {
    .scroll-y-max\@sm {
        overflow: hidden auto;
        position: relative;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (min-width: 48rem) {
    .scroll-y-max\@md {
        overflow: hidden auto;
        position: relative;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (min-width: 62rem) {
    .scroll-y-max\@lg {
        overflow: hidden auto;
        position: relative;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (min-width: 75rem) {
    .scroll-y-max\@xl {
        overflow: hidden auto;
        position: relative;
        -webkit-overflow-scrolling: touch
    }
}

@media screen {
    .scroll-y-max--xs {
        max-height: 10rem;
        min-height: 5rem
    }

    .scroll-y-max--sm {
        height: 10rem
    }

    .scroll-y-max--md {
        max-height: 30rem;
        min-height: 20rem
    }
}

@media screen and (min-height: 48rem) {
    .scroll-y-max--md {
        max-height: 40rem
    }
}

@media screen {
    .scroll-y-max--lg {
        max-height: 31rem;
        min-height: 31rem
    }
}

@media screen and (min-height: 56.25rem) {
    .scroll-y-max--lg {
        max-height: 40rem
    }
}

@media screen {
    .scroll-y-max--folded {
        overflow-y: hidden
    }

    .counter {
        border-radius: var(--radius-sm);
        display: flex;
        overflow: hidden
    }

    .counter__count {
        text-align: center
    }

    .counter--xs .counter__count {
        padding: .25rem
    }

    .counter--sm .counter__count {
        padding: .33333rem
    }

    .counter--md .counter__count {
        padding: .5rem
    }

    .score {
        background-color: var(--color-neutral-lightest);
        border: 1px solid var(--color-comp-light);
        display: inline-block;
        padding: .25rem;
        text-align: center
    }

    .score__divider, .score__first, .score__last {
        display: block;
        font-weight: 700;
        line-height: 1
    }

    .score__divider {
        background-color: var(--color-comp);
        height: 1px;
        width: 100%
    }

    .breadcrumb {
        margin-bottom: var(--step);
        overflow-wrap: anywhere;
        padding-bottom: calc(var(--step) / 2);
        padding-left: var(--step);
        padding-top: calc(var(--step) / 2)
    }

    .breadcrumb--full {
        padding-left: 0
    }

    .breadcrumb__list {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .breadcrumb__list--inlined {
        display: inline
    }

    .breadcrumb__title {
        display: inline;
        font-weight: 700
    }

    .breadcrumb__step {
        display: inline
    }

    .breadcrumb__separator--sm {
        padding-left: .25rem;
        padding-right: .25rem
    }

    .breadcrumb__separator--md {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .breadcrumb__separator--lg {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .breadcrumb--underlined {
        border-bottom: 1px solid var(--color-comp-light)
    }

    .breadcrumb--no-margin {
        margin: 0
    }

    .breadcrumb--indent-md {
        margin-left: 1.5rem;
        text-indent: -1.5rem
    }

    .pager {
        position: relative
    }

    .pager--gutter-sm {
        padding-inline: var(--step)
    }

    .pager__list {
        align-items: baseline;
        display: inline-flex;
        flex-wrap: wrap;
        gap: .25rem;
        justify-content: center;
        list-style: none;
        margin: 0;
        padding: 0
    }

    .pager__list--lg {
        font-size: var(--font-size-xs)
    }

    .pager__list--disabled {
        opacity: .25
    }

    .pager__list-link {
        align-items: center;
        border-radius: .25rem;
        display: inline-flex;
        font-weight: 700;
        height: 2em;
        justify-content: center;
        min-width: 2em;
        padding: .25rem
    }

    .pager__list-link.state--current:not(:focus-visible), .pager__list-link:hover {
        outline: 1px solid
    }

    .pager-skin-1 {
        border-bottom: 1px solid var(--pager-skin-1--border-color);
        border-top: 1px solid var(--pager-skin-1--border-color);
        text-align: center
    }

    .pager-skin-1--gutter-sm {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .pager-skin-1__list {
        align-items: baseline;
        display: flex;
        font-weight: 700;
        gap: .25rem;
        justify-content: center;
        flex-wrap: wrap
    }

    .pager-skin-1__list--lg {
        font-size: 1rem
    }

    .pager-skin-1__list--disabled {
        opacity: .25
    }

    .pager-skin-1__list-link {
        display: inline-block;
        padding: 1rem .25rem .8rem
    }

    .pager-skin-1__list-link.state--current {
        color: var(--pager-skin-1__list-link-current--color);
        border-bottom: 3px solid var(--pager-skin-1__list-link-current--border-color);
        margin-top: -3px
    }

    .pager-skin-1__hellip {
        color: var(--pager-skin-1__hellip--color)
    }

    .pager-skin-1__list-info {
        font-size: .8125rem;
        font-weight: 500
    }

    .pager-skin-1__icon {
        font-size: 200%;
        font-weight: 500;
        line-height: 0;
        vertical-align: -.0938em
    }

    .pager-skin-1__list-label {
        display: none
    }
}

@media screen and (min-width: 48rem) {
    .pager-skin-1__list-label {
        display: inline-block
    }
}

@media screen {
    .pager-skin-1__list-prev {
        flex-grow: 1;
        text-align: left
    }

    .pager-skin-1__list-next {
        flex-grow: 1;
        text-align: right
    }

    .nav-skin-1__l1 {
        font-weight: 700
    }

    .nav-skin-1__l1 > .nav-skin-1__item--active {
        border-left: .5rem solid var(--color-primary);
        margin-left: -1rem;
        padding-left: .5rem
    }

    .nav-skin-1__l2 .nav-skin-1__item:before {
        color: var(--color-primary);
        content: "\2022\0020"
    }

    .nav-skin-2__item--active {
        background-color: rgba(var(--color-neutral-lightest-rgb), .7);
        border-radius: var(--radius-xs);
        font-weight: 700;
        margin-left: -.5rem;
        padding-left: .5rem
    }

    .dropdown {
        display: inline-block;
        position: relative
    }

    .header .dropdown {
        z-index: 6500
    }

    .dropdown .btn {
        transition: none
    }

    .dropdown__toggle {
        position: relative
    }

    .dropdown__toggle:not(.dropdown__toggle--arrowless) {
        padding-right: 1.5rem
    }

    .dropdown__toggle:after {
        border-top-style: solid;
        border-left: .25rem solid transparent;
        border-bottom: .25rem solid transparent;
        border-right: .25rem solid transparent;
        border-top-width: .25rem;
        content: "";
        opacity: .9;
        position: absolute;
        right: .5rem;
        top: .8rem
    }

    .dropdown__toggle:active, .dropdown__toggle:focus, .dropdown__toggle:hover {
        border-top-color: inherit
    }

    .dropdown__toggle--light {
        background: transparent;
        border: 0
    }

    .dropdown--kebab .dropdown__toggle {
        padding: 0
    }

    .dropdown--kebab .dropdown__toggle:after {
        display: none
    }

    .jstree-default .dropdown--kebab {
        z-index: auto
    }

    .jstree-default .dropdown__toggle {
        z-index: 0
    }

    .jstree-default .dropdown__content {
        z-index: 1
    }

    .dropdown__section {
        display: inline-block;
        font-weight: 700;
        padding: .5rem .5rem calc(.6154em - 1px);
        white-space: nowrap
    }

    .dropdown__content {
        background-color: var(--color-neutral-lightest);
        border: var(--base-border-width) solid var(--color-primary);
        box-shadow: 0 1px 0 0 var(--color-comp-light);
        left: auto;
        margin-top: -1px;
        max-height: 9.5rem;
        min-width: 100%;
        overflow-y: auto;
        position: absolute;
        top: auto;
        z-index: 10
    }

    .dropdown__content--xl {
        right: -1.5rem;
        top: 2.1rem
    }

    .dropdown__content--xl:before {
        background: var(--color-neutral-lightest);
        border-left: 1px solid var(--color-primary);
        border-top: 1px solid var(--color-primary);
        content: " ";
        display: block;
        height: .75rem;
        position: absolute;
        right: 1.85rem;
        top: -.4rem;
        transform: rotate(45deg);
        width: .75rem
    }

    .dropdown__content--no-height {
        max-height: none;
        overflow-y: visible
    }

    .dropdown--in-tabs .dropdown__toggle {
        font-weight: 700
    }

    .dropdown--in-tabs .dropdown__content {
        left: -.25rem;
        margin-top: .75rem
    }

    .dropdown__item {
        display: flow-root
    }

    .dropdown__item > * {
        border: 0;
        text-align: left;
        white-space: nowrap;
        width: 100%
    }

    .dropdown__picture {
        border: 2px solid var(--color-comp-light);
        float: left;
        margin-right: 1rem;
        max-width: 80px
    }

    .dropdown--right .dropdown__content {
        right: 0
    }

    .dropdown--right .dropdown__content--xl {
        right: -1.563rem
    }

    .dropdown--centered {
        position: static
    }

    .dropdown--centered .dropdown__content {
        left: 1rem;
        max-width: none;
        min-width: calc(100% - 2rem);
        right: 1rem;
        width: auto
    }

    .dropdown--centered .dropdown__content--xl {
        right: -1.563rem
    }

    .dropdown--sm .dropdown__toggle {
        padding-right: 1.25rem
    }

    .dropdown--sm .dropdown__toggle:after {
        top: .6rem
    }

    .dropdown--inverted .dropdown__toggle:focus, .dropdown--inverted .dropdown__toggle:hover {
        background-color: rgba(var(--color-neutral-darkest-rgb), .2)
    }

    .dropdown__toggle--slim {
        padding-left: .5rem;
        padding-right: 1.2rem
    }

    .dropdown--no-padding .dropdown__toggle {
        padding-bottom: 0;
        padding-top: 0
    }

    .dropdown--no-padding .dropdown__toggle:after {
        top: .45rem
    }

    .dropdown--naked .dropdown__toggle {
        padding: 0
    }

    .dropdown--naked .dropdown__toggle:after, .dropdown__toggle--arrowless:after {
        display: none
    }

    .dropdown-skin-1 {
        display: inline-block;
        position: relative
    }

    .header .dropdown-skin-1 {
        z-index: 6500
    }

    .dropdown-skin-1 .btn {
        transition: none
    }

    .dropdown-skin-1__toggle.active {
        position: relative
    }

    .dropdown-skin-1__toggle.active:before {
        background: var(--color-neutral-lightest);
        border-left: 1px solid var(--color-comp-light);
        border-top: 1px solid var(--color-comp-light);
        content: " ";
        display: block;
        height: .75rem;
        position: absolute;
        right: -.6rem;
        top: .15rem;
        transform: rotate(315deg);
        width: .75rem;
        z-index: 9000
    }

    .dropdown-skin-1--h-revert .dropdown-skin-1__toggle:before {
        border-bottom: 1px solid var(--color-comp-light);
        border-left: 0;
        border-right: 1px solid var(--color-comp-light);
        border-top: 0;
        left: -.6rem;
        right: auto;
        transform: rotate(315deg)
    }

    .dropdown-skin-1--h-revert .dropdown-skin-1__content {
        left: auto;
        right: 1.2rem
    }

    .dropdown-skin-1--v-revert .dropdown-skin-1__content {
        bottom: -2rem;
        top: auto
    }

    .dropdown-skin-1__section {
        color: var(--color-comp-darker);
        display: inline-block;
        font-weight: 700;
        white-space: nowrap
    }

    .dropdown-skin-1__content {
        background-color: var(--color-neutral-lightest);
        border: var(--base-border-width) solid var(--color-comp-light);
        border-radius: .25rem;
        left: 1.2rem;
        min-width: 100%;
        overflow-y: auto;
        padding: 1rem;
        position: absolute;
        top: -2rem;
        z-index: 10
    }

    .dropdown-skin-1__content--no-height {
        max-height: none;
        overflow-y: visible
    }

    .dropdown-skin-1__item {
        display: flow-root
    }

    .dropdown-skin-1__item > * {
        border: 0;
        text-align: left;
        white-space: nowrap;
        width: 100%
    }

    .dropdown-skin-1__content--padding-xs {
        padding: .25rem
    }

    .dropdown-skin-1__content--padding-sm {
        padding: .5rem
    }

    .dropdown-skin-1__content--padding-md {
        padding: 1rem
    }

    .dropdown-skin-1__content--padding-lg {
        padding: 1.5rem
    }

    .dropdown-skin-1__content--padding-xl {
        padding: 2rem
    }

    .modal {
        inset: 0;
        overflow: auto;
        position: fixed;
        z-index: 8000
    }

    .modal--mask {
        background-color: rgba(var(--color-neutral-darkest-rgb), .25)
    }

    .modal__dialog {
        background-color: var(--color-neutral-lightest);
        box-shadow: 0 6px 10px 5px rgba(var(--color-neutral-darkest-rgb), .2);
        display: block;
        max-width: 37.5rem;
        min-height: 100%;
        position: relative;
        z-index: 9000
    }
}

@media screen and (min-width: 34rem) {
    .modal__dialog {
        border-radius: .25rem;
        margin: 3rem auto;
        min-height: auto
    }
}

@media screen {
    .modal__body {
        position: relative
    }

    .modal__header {
        border-bottom: 1px solid var(--color-comp-light);
        padding: calc(var(--step) / 2) var(--step)
    }

    .modal__title {
        color: var(--color-comp-darken-10);
        margin-bottom: 0;
        padding-top: 0
    }

    .modal__content {
        padding: var(--step)
    }

    .modal__content-title {
        font-weight: 700
    }

    .modal__content--no-padding {
        padding: 0
    }

    .modal__article {
        padding: 0 calc(var(--step) * 2) var(--step)
    }

    .modal__article-title {
        line-height: 1.1
    }

    .modal__figure {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        overflow: hidden;
        text-align: center
    }

    .modal__toolbox-optout {
        margin-bottom: 0;
        text-align: right
    }

    .modal__footer {
        border-top: 1px solid var(--color-comp-light);
        display: flex;
        flex-wrap: wrap;
        gap: .5rem;
        justify-content: space-between;
        padding: var(--step)
    }

    .modal__footer-action {
        flex-grow: 1
    }
}

@media screen and (min-width: 20rem) {
    .modal__footer-action-primary {
        order: 2;
        text-align: right
    }

    .modal__footer-action-secondary {
        order: 1
    }
}

@media screen {
    .modal .close {
        position: absolute;
        right: calc(var(--step) / 2);
        top: calc(var(--step) / 2);
        z-index: 10
    }

    .modal .close--sm {
        right: calc(var(--step) / 4);
        top: calc(var(--step) / 4)
    }

    .modal__content .carousel {
        margin: calc(var(--step) * -1)
    }

    .modal__content .carousel--news {
        display: block;
        max-width: 600px;
        position: static
    }

    .window {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 8000
    }

    .window--modal {
        background-color: rgba(var(--color-neutral-darkest-rgb), .25)
    }

    .window--no-overflow {
        overflow: auto
    }

    .window__content {
        background-color: var(--color-neutral-lightest);
        box-shadow: 0 6px 10px 5px rgba(var(--color-neutral-darkest-rgb), .2);
        max-width: 37.5rem;
        min-height: 100%;
        position: relative;
        z-index: 9000
    }
}

@media screen and (min-width: 34rem) {
    .window__content {
        border-radius: .25rem;
        min-height: auto
    }
}

@media screen and (min-width: 34rem) {
    .window__content--modal {
        margin: 3rem auto
    }
}

@media screen {
    .window__content--popover {
        position: absolute
    }

    .window__header {
        border-bottom: 1px solid var(--color-comp-light)
    }

    .window__header--padding-sm {
        padding: calc(var(--step) / 2) var(--step)
    }

    .window__header--padding-md {
        padding: var(--step)
    }

    .window__header--padding-lg {
        padding: calc(var(--step) * 2) var(--step)
    }

    .window__header--padding-xl {
        padding: calc(var(--step) * 3) var(--step)
    }

    .window__header--grab {
        cursor: grab
    }

    .window__header--grab:active, .window__header--grabbing {
        cursor: grabbing
    }

    .window__title {
        color: var(--color-comp-dark);
        margin-bottom: 0;
        padding-top: 0
    }

    .window__title--md {
        color: inherit;
        font-size: 1rem
    }

    .window__header .window__title {
        padding-right: calc(var(--step) * 2)
    }

    .window__body-title {
        font-weight: 700
    }

    .window__body--no-padding {
        padding: 0
    }

    .window__body--padding-xs {
        padding: calc(var(--step) / 2)
    }

    .window__body--padding-sm {
        padding: var(--step)
    }

    .window__body--full-height {
        height: 100%
    }

    .window__article {
        padding: 0 calc(var(--step) * 2) var(--step)
    }

    .window__article-title {
        line-height: 1.1
    }

    .window__figure {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        overflow: hidden;
        text-align: center
    }

    .window__toolbox-optout {
        margin-bottom: 0;
        text-align: right
    }

    .window__footer {
        border-top: 1px solid var(--color-comp-light);
        display: flex;
        flex-wrap: wrap;
        gap: .5rem;
        justify-content: space-between;
        padding: var(--step)
    }

    .window__footer--padding-sm {
        padding: calc(var(--step) / 2) var(--step)
    }

    .window__footer--padding-md {
        padding: var(--step)
    }

    .window__footer--padding-lg {
        padding: calc(var(--step) * 2) var(--step)
    }

    .window__footer--padding-xl {
        padding: calc(var(--step) * 3) var(--step)
    }

    .window__footer-action {
        flex-grow: 1
    }
}

@media screen and (min-width: 20rem) {
    .window__footer-action-primary {
        order: 2;
        text-align: right
    }

    .window__footer-action-secondary {
        order: 1
    }
}

@media screen {
    .window__close {
        position: absolute;
        right: calc(var(--step) / 2);
        top: calc(var(--step) / 4 * 3);
        z-index: 10
    }

    .window__close--rounded, .window__close--sm {
        top: calc(var(--step) / 2)
    }

    .window__close--lg {
        right: var(--step)
    }

    .window__body .carousel {
        margin: calc(var(--step) * -1)
    }

    .window__body .carousel--news {
        display: block;
        max-width: 600px;
        position: static
    }

    .window__content--outlined {
        border: 1px solid var(--color-comp-light)
    }

    .window__spike {
        border: 9px solid transparent;
        content: " ";
        position: absolute
    }

    .window__spike--outlined:before {
        border: solid var(--color-comp-light);
        content: "";
        height: .8125rem;
        left: 0;
        position: absolute;
        top: 0;
        transform: rotate(45deg);
        width: .8125rem
    }

    .window__spike--left {
        border-right-color: var(--color-neutral-lightest);
        left: -18px;
        top: 5px
    }

    .window__spike--left:before {
        border-width: 0 0 1px 1px;
        left: 2px;
        top: -6px
    }

    .window__spike--right {
        border-left-color: var(--color-neutral-lightest);
        left: 100%;
        top: 5px
    }

    .window__spike--right:before {
        border-width: 1px 1px 0 0;
        left: -15px;
        top: -6px
    }

    .window__spike--below {
        border-top-color: var(--color-neutral-lightest);
        left: 5px;
        top: 100%
    }

    .window__spike--below:before {
        border-width: 0 1px 1px 0;
        left: -6px;
        top: -15px
    }

    .window__spike--above {
        border-bottom-color: var(--color-neutral-lightest);
        bottom: 100%;
        left: 5px
    }

    .window__spike--above:before {
        border-width: 1px 0 0 1px;
        left: -6px;
        top: 2px
    }

    .window__footer--sm, .window__header--sm {
        margin-left: calc(var(--step) / 2);
        margin-right: calc(var(--step) / 2);
        padding: calc(var(--step) / 2) 0
    }

    .window__header--sm .window__title {
        padding-right: calc(var(--step) * 1.5)
    }

    .window__title--sm {
        font-size: .8125rem;
        line-height: inherit;
        padding: 0
    }

    .window__body--sm {
        padding: calc(var(--step) / 2)
    }
}

@media screen and (min-width: 34rem) {
    .window--panel-left {
        border-right: 1px solid var(--color-comp-light);
        bottom: 0;
        left: 0;
        right: auto;
        top: 0
    }

    .window--panel-right {
        border-left: 1px solid var(--color-comp-light);
        bottom: 0;
        left: auto;
        right: 0;
        top: 0
    }

    .window--panel-has-bar {
        top: var(--bar--height)
    }

    .window--panel-shadow {
        box-shadow: .25rem .6875rem .5rem var(--color-neutral-darkest)
    }

    .window--panel-left.window--panel-shadow {
        box-shadow: -.25rem .6875rem .5rem var(--color-neutral-darkest)
    }
}

@media screen {
    .window__content--panel {
        border-radius: 0;
        box-shadow: none;
        max-width: none
    }
}

@media screen and (min-width: 34rem) {
    .pane__content, .window__content--panel {
        align-content: stretch;
        align-items: stretch;
        display: flex;
        flex-direction: column;
        height: 100vh;
        justify-content: space-between
    }

    .pane__content .window__body, .window__content--panel .window__body {
        flex-grow: 1;
        overflow-y: auto
    }

    .pane__content--has-bar, .window--panel-has-bar .window__content--panel {
        height: calc(100vh - var(--bar--height))
    }
}

@media screen {
    .window--lightbox {
        background-color: rgba(var(--color-neutral-darkest-rgb), .8)
    }

    .window__content--lightbox {
        background-color: var(--color-transparent);
        border-radius: 0;
        box-shadow: none;
        height: 100%;
        margin: 0;
        max-height: 100%;
        max-width: 100%;
        overflow: auto;
        width: 100%
    }

    .window__content-lightbox {
        display: flex;
        flex-direction: column;
        height: 100vh;
        width: 100%
    }

    .window__header--lightbox {
        background-color: var(--color-neutral-900);
        color: var(--color-neutral-lightest);
        left: 0;
        max-height: calc(6rem + 1px);
        overflow: auto;
        position: absolute;
        right: 0;
        top: 0
    }

    .window__body--lightbox {
        display: flex;
        height: 100%;
        width: 100%
    }

    .window__body--lightbox .window__figure {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: start;
        margin: 0;
        overflow: auto;
        padding: 0;
        width: 100%
    }

    .window__body--lightbox .window__figcaption {
        color: var(--color-neutral-lightest);
        padding: 1rem;
        text-align: center;
        width: 100%
    }

    img.media-lightbox {
        margin-bottom: 1rem;
        margin-top: 7rem;
        max-height: calc(100vh - 8rem);
        max-width: calc(100% - 2rem)
    }

    .window__link-fullscreen--lightbox, .window__link-fullscreen--lightbox:hover {
        color: var(--color-neutral-lightest)
    }

    .board {
        background-color: rgba(var(--color-comp-darker-rgb), .9);
        bottom: 0;
        left: 0;
        padding: 1rem;
        position: fixed;
        right: 0;
        z-index: 7000
    }

    .board a {
        color: var(--color-success-light)
    }

    .board__content, .board__title {
        color: var(--color-neutral-lightest)
    }

    .board__title {
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 1rem;
        padding-top: 0
    }

    .board__content {
        margin-right: 2rem
    }

    .board .close {
        background-color: var(--color-comp);
        bottom: 0;
        color: var(--color-comp-darker);
        padding: .2rem .5rem;
        position: absolute;
        right: 0;
        top: 0
    }

    .board .close:active, .board .close:focus, .board .close:hover {
        background-color: var(--color-comp-lighten-10)
    }

    .tabs {
        padding-top: .2rem
    }

    .tabs__list {
        display: flex;
        gap: .5rem;
        list-style: none;
        margin: 0;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0;
        white-space: nowrap
    }

    .tabs__list--no-overflow {
        overflow: visible
    }

    .tabs__item, .tabs__item .tabs__button {
        font-weight: 700
    }

    .tabs__item--separated {
        position: relative
    }

    .tabs__item--separated:before {
        border-left: 1px solid var(--color-comp);
        content: "";
        height: 1.125rem;
        position: absolute
    }

    .tabs__button, .tabs__link {
        color: var(--color-primary);
        display: inline-block;
        padding-bottom: .8125rem;
        padding-left: .25rem;
        padding-right: .25rem
    }

    .tabs__button.active, .tabs__button:focus, .tabs__button:hover, .tabs__link.active, .tabs__link:focus, .tabs__link:hover {
        border-bottom: .1875rem solid;
        padding-bottom: .625rem
    }

    .tabs__button.active, .tabs__link.active {
        border-color: var(--color-primary);
        color: var(--color-primary)
    }

    .tabs__button:focus, .tabs__button:hover, .tabs__link:focus, .tabs__link:hover {
        color: var(--color-primary)
    }

    .tabs__button.inactive, .tabs__link.inactive {
        color: var(--color-comp-light);
        cursor: default
    }

    .tabs__button.error, .tabs__link.error {
        border-color: inherit;
        color: var(--color-warn-light)
    }

    .tabs__list--end {
        justify-content: end
    }

    .tabs__list--center {
        justify-content: center
    }

    .tabs__list--space-around {
        justify-content: space-around
    }

    .tabs--lg .tabs__button, .tabs--lg .tabs__link {
        padding-bottom: 1.3125rem
    }

    .tabs--lg .tabs__button.active, .tabs--lg .tabs__button:focus, .tabs--lg .tabs__button:hover, .tabs--lg .tabs__link.active, .tabs--lg .tabs__link:focus, .tabs--lg .tabs__link:hover {
        padding-bottom: 1.125rem
    }

    .tabs--sm {
        padding-top: 0
    }

    .tabs--sm .tabs__item, .tabs--sm .tabs__item .tabs__button {
        font-weight: 400
    }

    .tabs--sm .tabs__link, .tabs--sm .tabs__link.active, .tabs--sm .tabs__link:focus, .tabs--sm .tabs__link:hover {
        padding-bottom: .5rem
    }

    .tabs__button--stuck, .tabs__link--stuck {
        margin: 0
    }

    .tabs--hanging-icons .tabs__label {
        display: block
    }

    .tabs--hanging-icons .tabs__icon {
        margin-bottom: .25rem
    }

    .tabs--justified .tabs__list {
        justify-content: space-around
    }

    .tabs--justified .tabs__item {
        align-self: stretch
    }

    .tabs--slug-top-xs {
        padding-top: .5rem
    }

    .tabs--slug-top-sm {
        padding-top: 1rem
    }

    .tabs--slug-top-md {
        padding-top: 1.5rem
    }

    .tabs--slug-top-lg {
        padding-top: 2rem
    }

    .tabs--slug-top-xl {
        padding-top: 2.5rem
    }

    .content-toolbar {
        background-color: var(--color-neutral-lightest);
        border: var(--base-border-width) solid var(--color-comp-light);
        border-top: 0;
        border-width: 1px 0;
        margin-bottom: 0
    }
}

@media screen and (min-width: 62rem) {
    .content-toolbar {
        padding-left: 2rem
    }
}

@media screen and (min-width: 62rem) {
    .content-toolbar--tabs {
        padding-bottom: 0
    }
}

@media screen {
    .content-toolbar__title {
        color: var(--color-comp-darken-10);
        font-size: 1.602rem
    }
}

@media screen and (min-width: 62rem) {
    .content-toolbar__title {
        margin: 0
    }
}

@media screen and (min-width: 48rem) {
    .content-toolbar__title + .tabs {
        padding-top: 1.1rem
    }
}

@media screen {
    .content-toolbar .tabs {
        margin-bottom: 1rem;
        margin-left: -.25rem
    }

    .content-toolbar .btn-group > .btn {
        margin-bottom: .5rem
    }
}

@media screen and (min-width: 62rem) {
    .content-toolbar .tabs {
        float: left;
        margin-bottom: 0
    }

    .content-toolbar .btn-group {
        float: right
    }
}

@media screen {
    .content-toolbar--transparent {
        background-color: transparent
    }
}

@media screen and (min-width: 34rem) {
    .content-toolbar--sticky {
        position: sticky;
        top: 0;
        z-index: 30
    }
}

@media screen and (min-width: 48rem) {
    .content-toolbar--md.content-toolbar--tabs {
        padding-bottom: 0
    }

    .content-toolbar--md .tabs {
        float: left;
        margin-bottom: 0
    }

    .content-toolbar--md .btn-group {
        float: right
    }
}

@media screen {
    .content-toolbar--title.content-toolbar--buttons:not(.content-toolbar--tabs) {
        padding-bottom: .5rem
    }
}

@media screen and (min-width: 34rem) {
    .content-toolbar--title.content-toolbar--buttons:not(.content-toolbar--tabs) .content-toolbar__title {
        float: left
    }

    .content-toolbar--title.content-toolbar--buttons:not(.content-toolbar--tabs) .btn-group {
        text-align: right
    }
}

@media screen and (min-width: 48rem) {
    .content-toolbar--tabs.content-toolbar--buttons:not(.content-toolbar--title) .btn-group {
        margin-top: -.35rem
    }
}

@media screen {
    .content-toolbar--title.content-toolbar--tabs:not(.content-toolbar--buttons) {
        padding-bottom: 0
    }

    .content-toolbar--title.content-toolbar--tabs:not(.content-toolbar--buttons) .tabs {
        margin-bottom: 0
    }
}

@media screen and (max-width: 48rem) {
    .content-toolbar--title.content-toolbar--tabs:not(.content-toolbar--buttons) .tabs {
        padding-top: 0
    }
}

@media screen and (min-width: 48rem) {
    .content-toolbar--title.content-toolbar--tabs.content-toolbar--buttons .btn-group {
        margin-top: .65rem
    }
}

@media screen {
    .content-filter {
        background-color: var(--color-neutral-lightest);
        border: var(--base-border-width) solid var(--color-comp-light);
        border-left-width: 0;
        border-bottom-width: var(--base-border-width);
        border-right-width: 0;
        border-top-width: 0;
        margin-bottom: 0;
        padding-bottom: .5rem;
        padding-top: .5rem
    }
}

@media screen and (min-width: 62rem) {
    .content-filter {
        padding-left: 2rem
    }
}

@media screen {
    .content-filter--gutter-sm {
        padding-left: 1rem
    }

    .content-filter .tabs {
        bottom: -.5rem;
        position: relative
    }

    .content-filter__search-panel {
        position: absolute;
        top: 2.76rem;
        width: 100%;
        z-index: 20
    }

    .content-toolbar__title--sm {
        color: inherit;
        font-size: 1rem;
        padding-top: 0
    }

    .content-toolbar--gutter-sm {
        padding-left: 1rem
    }
}

@media screen and (min-width: 62rem) {
    .content-toolbar--tabs-opposite .tabs {
        float: right
    }
}

@media screen {
    .stepper__list {
        color: var(--color-comp-dark);
        counter-reset: un-grand-pas-pour-lhumanite;
        font-weight: 700;
        margin-bottom: calc(var(--step) * 2);
        text-align: center
    }

    .stepper__list--no-margin {
        margin: 0
    }

    .stepper__label {
        display: inline-block
    }

    .stepper__label:after {
        border-bottom: 1px solid var(--color-comp-light);
        content: "";
        display: inline-block;
        margin-left: 1px;
        vertical-align: middle;
        width: 2rem
    }

    .stepper__list-item:last-child .stepper__label:after {
        display: none
    }

    .stepper__list-item {
        display: inline-block;
        margin-bottom: 0
    }

    .stepper__list-item:before {
        background-color: var(--color-comp);
        border-radius: 50%;
        color: var(--color-neutral-lightest);
        content: counter(un-grand-pas-pour-lhumanite);
        counter-increment: un-grand-pas-pour-lhumanite;
        display: inline-block;
        font-weight: 400;
        height: 2rem;
        line-height: 0;
        margin-right: .25rem;
        padding-top: 1rem;
        text-align: center;
        width: 2rem
    }

    .stepper__list-item.state--error {
        color: var(--color-warn-light)
    }

    .stepper__list-item.state--error:before {
        background-color: var(--color-warn-light);
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff' stroke='%23fff' stroke-width='1.25'%3E %3Cg id='icon-close'%3E %3Cpath d='M0 1.00014429L.99984899.0002953 15.9997044 15.00015072l-.99984898.99984899z'/%3E %3Cpath d='M14.99985612.00029557l.999849.99984899L.99984968 15.99999997 7.1e-7 15.000151z'/%3E %3C/g%3E %3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: .75rem;
        content: "\00A0";
        font-weight: 700
    }

    .stepper__list-item.state--success {
        color: var(--color-success-dark)
    }

    .stepper__list-item.state--success:before {
        background-color: var(--color-success-dark);
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'%3E %3Cg id='icon-valid'%3E %3Cpath fill-rule='inherit' d='M2.4 6.6L1 8l5.3 5.4L15 4.7l-1.4-1.4-7.3 7.3'/%3E %3C/g%3E %3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        color: var(--color-neutral-lightest);
        content: "\00A0";
        font-weight: 700
    }

    .stepper__list-item.state--current {
        color: var(--color-primary)
    }

    .stepper__list-item.state--current:before {
        background-color: var(--color-neutral-lightest);
        border: .125rem solid;
        color: var(--color-primary);
        font-weight: 700;
        padding-top: .875rem
    }

    .stepper--no-numerals .stepper__list-item:before {
        content: ""
    }

    .stepper--no-numerals .state--current:after {
        border-bottom: 1px solid var(--color-comp-light);
        content: "";
        display: inline-block;
        margin-left: 1px;
        vertical-align: middle;
        width: 2rem
    }

    .stepper--no-numerals .stepper__list-item.state--current .stepper__label {
        background-color: var(--color-primary);
        border-radius: 1rem;
        color: var(--color-neutral-lightest);
        padding: 0 .5rem
    }

    .stepper--no-numerals .stepper__list-item.state--current .stepper__label:after, .stepper--no-numerals .stepper__list-item:before {
        display: none
    }

    .stepper--sm .stepper__list {
        font-weight: 400
    }

    .stepper--sm .stepper__list-item:before {
        background-size: .875rem;
        height: 1.5rem;
        margin-right: .25rem;
        padding-top: .75rem;
        width: 1.5rem
    }

    .stepper--sm .stepper__list-item.state--current:before {
        padding-top: .625rem
    }

    .stepper--sm .stepper__list-item.state--error:before {
        background-size: .625rem
    }

    .stepper--xs .stepper__list {
        font-weight: 400
    }

    .stepper--xs .stepper__list-item:before {
        background-size: .75rem;
        height: 1.2rem;
        margin-right: .15rem;
        padding-top: .6rem;
        width: 1.2rem
    }

    .stepper--xs .stepper__list-item.state--current:before {
        padding-top: .475rem
    }

    .stepper--xs .stepper__list-item.state--error:before {
        background-size: .5rem
    }

    .stepper--xs .state--current:after, .stepper--xs .stepper__label:after {
        width: 1rem
    }
}

@media screen and (max-width: 48rem) {
    .stepper--horizontal .stepper__label {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important
    }
}

@media screen {
    .stepper--vertical .stepper__list {
        margin-bottom: 0;
        text-align: inherit
    }

    .stepper--vertical .stepper__list-item {
        display: list-item;
        margin-bottom: 1.5rem;
        position: relative
    }

    .stepper--vertical .stepper__list-item:after {
        border-left: 1px solid var(--color-comp-light);
        content: "";
        height: 100%;
        height: calc(100% - .7rem);
        left: 1rem;
        position: absolute;
        top: 2.1rem
    }

    .stepper--vertical .stepper__list-item:last-child:after {
        display: none
    }

    .stepper--vertical .stepper__label {
        max-width: calc(100% - 2.5rem);
        padding-top: .5rem;
        vertical-align: top
    }

    .stepper--vertical .stepper__label:after {
        display: none
    }

    .timeline__list {
        margin: 1rem 0
    }

    .timeline__list-item {
        display: list-item
    }

    .timeline__date {
        font-weight: 700
    }
}

@media screen and (min-width: 62rem) {
    .timeline--lg .timeline__label {
        text-align: right
    }

    .timeline--lg .timeline__label:after {
        aspect-ratio: 1/1;
        background-color: var(--timeline-label--background-color);
        border-radius: 50%;
        content: "";
        display: inline-block;
        line-height: 0;
        margin-left: var(--step);
        margin-right: calc(var(--step) * 0.25 * -5 - 1px);
        text-align: center;
        width: calc(var(--step) / 2 + 1px)
    }

    .timeline--lg .timeline__label--late {
        color: var(--timeline-label-late--color)
    }

    .timeline--lg .timeline__label.timeline__label--late:after {
        background-color: var(--timeline-label-late--background-color)
    }

    .timeline--lg .timeline__date {
        left: -10.125rem;
        max-width: 100%;
        position: absolute;
        text-align: right;
        width: 9rem
    }

    .timeline--lg .timeline__date:after {
        background-color: var(--timeline__date--background-color);
        border-radius: 50%;
        content: "";
        display: inline-block;
        height: calc(.25rem + 1px);
        line-height: 0;
        margin-left: calc(1rem + 1px);
        margin-right: -1.25rem;
        text-align: center;
        width: calc(.25rem + 1px)
    }
}

@media screen {
    .speech {
        margin-bottom: 1rem;
        position: relative
    }

    .speech__infos {
        margin-bottom: .5rem
    }

    .speech__author {
        font-weight: 700
    }

    .speech__time {
        font-style: italic
    }

    .speech__bubble {
        position: relative
    }

    .speech__bubble:after, .speech__bubble:before {
        content: "";
        display: inline-block;
        position: absolute
    }
}

@media screen and (max-width: 47.99rem) {
    .speech__infos {
        display: inline-flex
    }

    .speech__avatar {
        flex-shrink: 0;
        margin-right: .5rem
    }

    .speech__author:after {
        content: "â€”";
        display: inline-block;
        margin: 0 .2rem
    }

    .speech__bubble:after, .speech__bubble:before {
        border: .4rem solid transparent;
        left: .23rem
    }

    .speech__bubble:before {
        border-bottom-color: var(--color-comp-light);
        top: -.75rem
    }

    .speech__bubble:after {
        border-bottom-color: var(--color-neutral-lightest);
        top: -.6rem
    }
}

@media screen and (min-width: 48rem) {
    .speech {
        display: flex
    }

    .speech__bubble {
        align-self: flex-start;
        flex-grow: 1;
        overflow: visible;
        position: relative
    }

    .speech__bubble:after, .speech__bubble:before {
        content: "";
        display: inline-block;
        position: absolute
    }

    .speech__bubble:before {
        border-radius: .375rem;
        border: .875rem solid transparent;
        border-top: .875rem solid var(--color-comp-light)
    }

    .speech__bubble:after {
        border-radius: .3125rem;
        border: .625rem solid transparent;
        border-top: .625rem solid var(--color-neutral-lightest);
        top: 1px
    }

    .speech--left .speech__bubble:after {
        left: -.5rem;
        top: 1px
    }

    .speech--left .speech__bubble:before {
        left: calc(-.5rem - 2px)
    }

    .speech--right .speech__bubble:after {
        right: -.5rem
    }

    .speech--right .speech__bubble:before {
        right: calc(-.5rem - 2px)
    }

    .speech__infos {
        flex-shrink: 0;
        padding: 0 1rem;
        width: 9.3rem
    }

    .speech--right {
        flex-direction: row-reverse
    }

    .speech--left {
        flex-direction: row
    }
}

@media screen {
    .story {
        display: flow-root;
        margin-bottom: calc(var(--step) * 2);
        position: relative
    }

    .story__header {
        box-shadow: inset 0 -1px rgba(var(--color-neutral-darkest-rgb), .15);
        padding: var(--step)
    }

    .story--fullscreen {
        bottom: 0;
        height: 100%;
        left: 0;
        max-width: none;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 10000
    }

    .story--fullscreen .story__content {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0;
        width: 100%
    }

    .story--fullscreen .story__content-inner {
        margin: auto;
        max-width: 96%;
        width: 65rem
    }

    .story--bounded-lg {
        max-width: calc(44rem + var(--step) * 2)
    }

    .story--centered {
        margin-inline: auto
    }

    .story--bg-lightest {
        background-color: var(--color-neutral-lightest)
    }

    .story__content--padding-sm {
        padding: calc(var(--step) / 2)
    }

    .story__content--padding-md {
        padding: var(--step)
    }

    .story__content--padding-lg {
        padding: calc(var(--step) * 2)
    }

    .story__content--padding-xl {
        padding: calc(var(--step) * 3)
    }

    .card {
        color: var(--color-neutral-lightest);
        position: relative
    }

    .card:before {
        content: "";
        display: block;
        inset: 0;
        position: absolute;
        transition: all .2s
    }

    .card:hover {
        cursor: pointer
    }

    .card:hover:before {
        background-color: rgba(var(--color-neutral-darkest-rgb), .5)
    }

    .card--is-selected, .card:focus {
        border-radius: 1px;
        box-shadow: 0 0 0 1px var(--color-neutral-lightest), 0 0 0 5px rgba(var(--color-primary-rgb), .6)
    }

    .card--has-image {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .card--has-image:before {
        background-image: linear-gradient(-180deg, rgba(var(--color-neutral-darkest-rgb), .2) 30%, var(--color-neutral-darkest) 110%)
    }

    .card__content {
        height: calc(var(--step) * 5);
        overflow: hidden;
        position: relative
    }
}

@media screen and (min-width: 34rem) {
    .card__content {
        height: calc(var(--step) * 9)
    }
}

@media screen {
    .card__badge {
        border-radius: 50%;
        display: block;
        font-weight: 700;
        height: calc(var(--step) * 1.5);
        line-height: calc(var(--step) * 1.5);
        position: absolute;
        right: calc(var(--step) / -2);
        text-align: center;
        top: calc(var(--step) / -2);
        width: calc(var(--step) * 1.5)
    }

    .card__badge--sm {
        transform: scale(.75)
    }

    .card__badge--warn {
        background-color: var(--color-warn-light)
    }

    .card__badge--warn, .card__link {
        color: var(--color-neutral-lightest)
    }

    .card__link {
        display: block;
        height: 100%;
        width: 100%
    }

    .card__link:hover {
        color: var(--color-neutral-lightest)
    }

    .card__icon {
        left: 0;
        position: absolute;
        right: 0;
        top: calc(var(--step) * 1.5)
    }

    .card__subtitle, .card__title {
        margin-bottom: 0;
        margin-top: 0
    }

    .card__title {
        font-size: .8125rem
    }

    .card__e, .card__n, .card__ne, .card__no, .card__o, .card__s, .card__se, .card__so {
        position: absolute
    }

    .card__n {
        left: 0;
        right: 0;
        top: 0
    }

    .card__s {
        bottom: 0;
        left: 0;
        right: 0
    }

    .card__e {
        bottom: 0;
        right: 0;
        top: 0
    }

    .card__o {
        bottom: 0;
        left: 0;
        top: 0
    }

    .card__ne, .card__no {
        top: 0
    }

    .card__se, .card__so {
        bottom: 0
    }

    .card__ne, .card__se {
        right: 0
    }

    .card__no, .card__so {
        left: 0
    }

    .card--padding-sm {
        padding: calc(var(--step) / 2)
    }

    .card--padding-md {
        padding: var(--step)
    }

    .card--padding-lg {
        padding: calc(var(--step) * 2)
    }

    .card--rounded-sm, .card--rounded-sm:before {
        border-radius: calc(var(--step) / 2)
    }

    .card--rounded-md, .card--rounded-md:before {
        border-radius: calc(var(--step) * 0.75)
    }

    .card--rounded-lg, .card--rounded-lg:before {
        border-radius: var(--step)
    }

    .card--squared {
        aspect-ratio: 1;
        color: var(--color-primary);
        width: 10rem
    }

    .card--squared .card__content {
        height: 100%;
        overflow: visible;
        text-align: center
    }

    .card--squared .card__s {
        background-color: var(--color-comp-dark);
        margin: 0 calc(var(--step) / -2) calc(var(--step) / -2);
        padding: calc(var(--step) / 2)
    }

    .card__s--rounded-sm, .card__s--rounded-sm:before {
        border-radius: 0 0 calc(var(--step) / 2) calc(var(--step) / 2)
    }

    .card__s--rounded-md, .card__s--rounded-md:before {
        border-radius: 0 0 calc(var(--step) * 0.75) calc(var(--step) * 0.75)
    }

    .card__s--rounded-lg, .card__s--rounded-lg:before {
        border-radius: 0 0 var(--step) var(--step)
    }

    .card--squared .card__title {
        font-size: 1rem;
        line-height: 1.3
    }

    .jumbofiles {
        background-color: var(--color-neutral-lightest);
        border: var(--base-border-width) solid var(--color-comp-light);
        border-radius: var(--radius-md);
        display: flex;
        margin-bottom: var(--step);
        overflow: hidden
    }

    .jumbofiles--no-margin {
        margin-bottom: 0
    }

    .jumbofiles__thumb {
        align-items: center;
        background-color: var(--color-comp-dark);
        display: flex;
        justify-content: center;
        padding: var(--step);
        width: calc(var(--step) * 5)
    }

    .jumbofiles--sm .jumbofiles__thumb {
        padding: var(--step) calc(var(--step) / 2);
        width: calc(var(--step) * 3)
    }

    .jumbofiles__thumb-icon {
        align-self: flex-start
    }

    .jumbofiles__thumb--primary {
        background-color: var(--color-primary)
    }

    .jumbofiles__files {
        flex: 1 1 0%;
        padding: var(--step)
    }

    .jumbofiles--sm .jumbofiles__files {
        padding: calc(var(--step) / 2)
    }

    .jumbofiles__file {
        border-bottom: 1px solid var(--color-comp-light);
        margin-bottom: var(--step)
    }

    .jumbofiles__file:last-child {
        border: 0;
        margin-bottom: -.8rem
    }

    .jumbofiles__file-name {
        font-size: var(--font-size-xs);
        font-weight: 700;
        margin-bottom: .5rem
    }

    .jumbofiles--sm .jumbofiles__file-name {
        font-size: var(--font-size-xxs)
    }

    .jumbofiles__file-type {
        color: var(--color-comp-darker)
    }

    .jumbofiles__download-all {
        font-weight: 700;
        text-align: right
    }

    .jumbofiles__files, .jumbofiles__thumb {
        align-items: stretch
    }

    .empty-state {
        text-align: center
    }

    .empty-state--enhanced {
        background: var(--color-neutral-lightest);
        border: var(--base-border-width) solid var(--color-comp);
        padding: 1rem
    }

    .empty-state__image {
        margin-bottom: .5rem;
        opacity: .5
    }

    .empty-state__title {
        color: var(--color-comp-dark)
    }

    .empty-state__title--md {
        font-size: 1rem;
        line-height: normal;
        margin-bottom: .5rem
    }

    .empty-state__title--md:first-line {
        font-size: 1rem
    }

    .media-upload__panels {
        border-right: var(--base-border-width) solid var(--color-comp-light)
    }

    .media-upload__selection-list {
        border: var(--base-border-width) solid var(--color-comp-light)
    }

    .media-upload__selection-list-footer {
        border-top: var(--base-border-width) solid var(--color-comp-light);
        padding: 1rem
    }

    .media-upload__selection-item {
        display: block
    }

    .uploadzone__dropzone {
        cursor: pointer
    }

    .uploadzone__delete-btn {
        cursor: pointer;
        vertical-align: text-bottom
    }

    .uploadzone__preview-details {
        vertical-align: bottom;
        width: 36%
    }

    .uploadzone__preview--first {
        margin-top: 1rem
    }

    @keyframes passing-through {
        0% {
            transform: translateY(40px);
            opacity: 0
        }
        30%, 70% {
            transform: translateY(0);
            opacity: 1
        }
        to {
            transform: translateY(-40px);
            opacity: 0
        }
    }@keyframes slide-in {
         0% {
             transform: translateY(40px);
             opacity: 0
         }
         30% {
             transform: translateY(0);
             opacity: 1
         }
     }@keyframes pulse {
          0% {
              transform: scale(1)
          }
          10% {
              transform: scale(1.1)
          }
          20% {
              transform: scale(1)
          }
      }.uploadzone {
           background-color: var(--color-comp-lighter)
       }

    .uploadzone--outlined {
        background-color: var(--color-neutral-lightest);
        border: var(--base-border-width) solid var(--color-comp-light)
    }

    .uploadzone--transparent {
        background-color: transparent
    }

    .uploadzone.dz-drag-hover .uploadzone__message {
        opacity: .5
    }

    .uploadzone .uploadzone__message {
        text-align: center
    }

    .uploadzone .uploadzone__preview {
        border: var(--base-border-width) solid var(--color-comp-light);
        border-bottom: 0;
        position: relative;
        padding: 1rem;
        min-height: 1rem
    }

    .uploadzone .uploadzone__preview:first-child {
        margin-top: 1rem
    }

    .uploadzone .uploadzone__preview:last-child {
        border-bottom: var(--base-border-width) solid var(--color-comp-light)
    }

    .uploadzone .uploadzone__preview:hover .uploadzone__preview-details {
        opacity: 1
    }

    .uploadzone .uploadzone__preview .uploadzone__preview-details .uploadzone__filename {
        display: inline
    }

    .uploadzone .uploadzone__preview.dz-error .dz-error-mark, .uploadzone .uploadzone__preview.dz-success .dz-success-mark {
        animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
        opacity: 1
    }

    .uploadzone .uploadzone__preview .dz-error-mark, .uploadzone .uploadzone__preview .dz-success-mark {
        pointer-events: none;
        opacity: 0;
        z-index: 500;
        display: inline-block;
        vertical-align: baseline
    }

    .uploadzone .uploadzone__preview .dz-error-mark svg, .uploadzone .uploadzone__preview .dz-success-mark svg {
        display: block
    }

    .uploadzone .uploadzone__preview.dz-processing .uploadzone__preview-progress {
        opacity: 1
    }

    .uploadzone .uploadzone__preview .uploadzone__preview-progress {
        opacity: 1;
        z-index: 1000;
        pointer-events: none;
        position: absolute;
        height: 1rem;
        right: 1.5rem;
        top: 53%;
        margin-top: -.5rem;
        width: 50%;
        border: 1px solid var(--color-comp-light);
        background: var(--color-neutral-lightest);
        -webkit-transform: scale(1);
        border-radius: 8px;
        overflow: hidden
    }

    .uploadzone .uploadzone__preview .uploadzone__preview-progress .upload__progress-bar {
        background: var(--color-success);
        border: 2px solid var(--color-neutral-lightest);
        border-radius: 1rem;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0
    }

    .uploadzone .uploadzone__preview.dz-error .dz-error-message {
        display: inline-block
    }

    .uploadzone .uploadzone__preview.dz-error:hover .dz-error-message {
        opacity: 1;
        pointer-events: auto
    }

    .uploadzone .uploadzone__preview .dz-error-message {
        pointer-events: none;
        z-index: 1000;
        display: inline-block;
        padding: 0 0 0 .25rem;
        max-width: 50%
    }

    .uploadzone .uploadzone__preview .dz-error-message:after {
        content: "";
        position: absolute;
        top: -6px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent
    }

    .uploadzone--sm, .uploadzone--sm .uploadzone__preview, .uploadzone--xs .uploadzone__preview {
        padding: .5rem
    }

    .uploadzone--sm .uploadzone__preview .uploadzone__preview-progress, .uploadzone--xs .uploadzone__preview .uploadzone__preview-progress {
        margin-top: .5rem;
        position: relative;
        left: auto;
        right: auto;
        width: 100%
    }

    .uploadzone--sm .uploadzone__preview-details, .uploadzone--xs .uploadzone__preview-details {
        margin-right: 1rem;
        width: calc(100% - 1rem)
    }

    .uploadzone--sm .uploadzone__preview.dz-success .uploadzone__preview-details, .uploadzone--xs .uploadzone__preview.dz-success .uploadzone__preview-details {
        width: calc(100% - 3.5rem)
    }

    .uploadzone--sm .uploadzone__preview.dz-success .uploadzone__preview-details--sm, .uploadzone--xs .uploadzone__preview.dz-success .uploadzone__preview-details--sm {
        width: calc(100% - 5rem)
    }

    .uploadzone--sm .uploadzone__preview .dz-success-mark, .uploadzone--xs .uploadzone__preview .dz-success-mark {
        vertical-align: top
    }

    .uploadzone--sm .uploadzone__preview .dz-error-mark, .uploadzone--xs .uploadzone__preview .dz-error-mark {
        margin-top: .5rem
    }

    .uploadzone--sm .uploadzone__preview.dz-error .dz-error-message, .uploadzone--xs .uploadzone__preview.dz-error .dz-error-message {
        max-width: calc(100% - 40px);
        padding-left: 0
    }

    .uploadzone--sm .uploadzone__delete-btn, .uploadzone--xs .uploadzone__delete-btn {
        position: absolute;
        right: .5rem;
        top: .5rem
    }

    .carousel {
        display: inline-block;
        overflow: hidden;
        position: relative
    }

    .carousel--full {
        height: 100%;
        width: 100%
    }

    .carousel__list {
        height: 100%;
        vertical-align: middle
    }

    .carousel__list .current {
        display: block;
        opacity: 1
    }

    .carousel__item {
        display: none;
        height: 100%;
        opacity: 0
    }

    .carousel__item iframe, .carousel__item img {
        display: block;
        max-width: 100%
    }

    .media-preview__item {
        height: 100%
    }

    .carousel__fullscreen {
        height: 2rem;
        left: 1px;
        position: absolute;
        top: 1px;
        width: 2rem;
        z-index: 10
    }

    .carousel__navigation--next, .carousel__navigation--prev {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: transparent;
        border: 0;
        color: var(--color-primary);
        cursor: pointer;
        display: inline-block;
        height: 100%;
        line-height: 2rem;
        margin: 0;
        padding: 0;
        position: absolute;
        text-align: center;
        top: 0;
        vertical-align: middle;
        width: 3rem;
        z-index: 5
    }

    .carousel__navigation--next:focus, .carousel__navigation--next:hover, .carousel__navigation--prev:focus, .carousel__navigation--prev:hover {
        color: var(--color-neutral-lightest)
    }

    .carousel__navigation--next:focus:after, .carousel__navigation--next:hover:after, .carousel__navigation--prev:focus:after, .carousel__navigation--prev:hover:after {
        background-color: var(--color-primary)
    }

    .carousel__navigation--next:hover, .carousel__navigation--prev:hover {
        background-color: rgba(var(--color-neutral-darkest-rgb), .125);
        color: var(--color-neutral-lightest)
    }

    .carousel__navigation--next:focus, .carousel__navigation--prev:focus {
        outline: none
    }

    .carousel__navigation--next:after, .carousel__navigation--prev:after {
        background-color: var(--color-neutral-lightest);
        border-radius: 50%;
        display: inline-block;
        font-size: 2rem;
        height: 2rem;
        line-height: 25px;
        vertical-align: super;
        width: 2rem
    }

    .carousel__navigation--prev:after {
        content: "â€¹"
    }

    .carousel__navigation--next:after {
        content: "â€º"
    }

    .carousel__navigation--prev {
        left: 0
    }

    .carousel__navigation--next {
        right: 0
    }

    .carousel__navigation--sm {
        height: 2rem;
        line-height: .5rem;
        top: calc(40% - 1rem);
        width: 2rem
    }
}

@media screen and (min-width: 34rem) {
    .carousel__navigation--sm {
        top: calc(50% - 1rem)
    }
}

@media screen {
    .carousel__navigation--sm:hover {
        background-color: transparent
    }

    .media-preview--forced {
        height: 100%;
        width: 100%
    }

    .media-preview .carousel {
        background-color: var(--color-neutral-400);
        border: var(--base-border-width) solid var(--color-comp-light);
        margin-bottom: 1rem;
        text-align: center
    }

    .media-preview__footer--centered {
        text-align: center
    }

    .media-preview__footer-action {
        display: flex;
        flex-wrap: wrap;
        gap: .25rem;
        justify-content: space-between
    }
}

@media screen and (min-width: 34rem) {
    .media-preview__footer {
        padding-top: 1rem
    }

    .media-preview__footer-action-primary {
        flex-grow: 1;
        order: 2;
        text-align: right
    }

    .media-preview__footer-action-secondary {
        flex-grow: 1;
        order: 1
    }
}

@media screen {
    .skip-links {
        left: .5rem;
        line-height: normal;
        position: fixed;
        top: 1.5rem;
        z-index: 7000
    }

    .skip-links ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .skip-links a {
        background-color: var(--skip-links-link-background-color);
        border: 3px solid;
        color: var(--skip-links-link-color);
        font-size: 1rem;
        font-weight: 700;
        padding: .5rem 1rem;
        text-decoration: none
    }

    .skip-links a:not(:focus):not(:active) {
        border: 0;
        clip: rect(0 0 0 0);
        clip-path: inset(100%);
        height: 1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px
    }

    .header {
        background-color: var(--header--background-color);
        border-bottom: var(--header--border-bottom);
        left: 0;
        right: 0;
        top: 0;
        z-index: 6000
    }

    .header, .menu {
        position: fixed
    }

    .menu {
        background-color: var(--menu--background-color);
        border: var(--menu--border);
        border-width: var(--menu--border-width);
        color: var(--menu--color);
        display: none;
        inset: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 1rem;
        top: var(--bar--height)
    }
}

@media screen and (min-width: 48rem) {
    .menu {
        display: flex;
        flex-direction: column
    }
}

@media screen {
    .menu a, .menu button {
        color: var(--menu--color)
    }

    .menu a:hover {
        color: var(--menu-a-hover--color)
    }

    .content--has-bar {
        margin-top: var(--bar--height)
    }
}

@media screen and (max-width: 34rem) {
    .header__portals {
        position: static
    }
}

@media screen {
    .header__portals .dropdown__toggle {
        display: flex;
        max-width: 20rem
    }
}

@media screen and (min-width: 75rem) {
    .header__portals .dropdown__toggle {
        max-width: 35rem
    }
}

@media screen {
    .header__portals .dropdown__content {
        max-width: 100vw;
        right: 0;
        width: 100vw
    }
}

@media screen and (min-width: 34rem) {
    .header__portals .dropdown__content {
        max-width: 25rem;
        right: 0
    }
}

@media screen {
    .header__portals .dropdown__item > * {
        white-space: normal
    }

    .header__help {
        align-items: center;
        background-color: var(--header-help--background-color);
        display: flex;
        font-size: 1rem;
        font-weight: 700;
        height: 100%;
        margin-right: -1rem;
        padding: .5rem 1rem
    }

    .header__help a {
        color: var(--header-help-link--color)
    }

    .header__day {
        align-items: center;
        background-color: var(--header-day--background-color);
        display: flex;
        height: 100%;
        padding-left: .5rem;
        padding-right: .5rem
    }

    .header__day button {
        color: var(--header-day-button--color);
        padding: .25rem 1.5rem .25rem .5rem;
        position: relative
    }

    .header__day button:after {
        border-bottom: .25rem solid transparent;
        border-left: .25rem solid transparent;
        border-right: .25rem solid transparent;
        border-top-style: solid;
        border-top-width: .25rem;
        content: "";
        position: absolute;
        right: .5rem;
        top: .75rem
    }

    .header__day button:active {
        outline: 2px solid
    }

    .burger {
        background-color: var(--burger--background-color);
        border: 0;
        border-right: var(--burger--border-right);
        color: var(--burger--color);
        cursor: pointer;
        display: block;
        float: left;
        font-size: var(--font-size-xs);
        min-height: var(--bar--height);
        padding: .75rem 1rem;
        position: relative;
        text-transform: uppercase
    }

    .burger:focus, .burger:hover {
        background-color: var(--burger-hover--background-color);
        color: var(--burger-hover--color)
    }

    .burger:focus {
        outline-offset: -.25rem
    }
}

@media screen and (hover: none) {
    .burger:hover {
        background-color: var(--burger-hover-touch--background-color)
    }
}

@media screen {
    .burger__icon, .burger__label {
        float: left
    }

    .burger__icon {
        background-color: var(--burger-icon--color);
        display: block;
        height: .125rem;
        margin-top: .125rem;
        position: relative;
        width: 1.25rem
    }

    .burger__icon:after, .burger__icon:before {
        background-color: var(--burger--color);
        content: "";
        display: block;
        height: .125rem;
        position: absolute;
        transform-origin: 50% 50%;
        transition: all .2s;
        width: 100%
    }

    .burger__icon:before {
        bottom: -.3125rem;
        left: 0
    }

    .burger__icon:after {
        bottom: -.625rem;
        left: 0
    }

    .burger__icon--white, .burger__icon--white:after, .burger__icon--white:before {
        background-color: var(--burger-icon-white--background-color)
    }

    .burger--expanded .burger__icon {
        background-color: transparent
    }

    .burger--expanded .burger__icon:before {
        transform: rotate(45deg)
    }

    .burger--expanded .burger__icon:after {
        bottom: -.3125rem;
        transform: rotate(-45deg)
    }
}

@media screen and (max-width: 34rem) {
    .burger__icon {
        top: -.35rem
    }
}

@media screen {
    .header__set {
        display: grid;
        grid:auto/auto-flow;
        padding: 0 1rem
    }

    .header__set1 > * {
        align-self: center
    }

    .header__set2 {
        display: flex;
        gap: .5rem;
        justify-content: right
    }

    .header__set2 > * {
        align-self: center
    }

    .bar {
        background-color: var(--bar--background-color);
        min-height: var(--bar--height);
        padding-top: .5rem
    }

    .bar, .bar a {
        color: var(--bar--color)
    }

    .bar__sitename {
        display: inline-block;
        line-height: 1.3;
        margin: 0;
        overflow: hidden;
        padding: 0;
        text-overflow: ellipsis;
        vertical-align: text-top;
        white-space: nowrap;
        width: 100%
    }

    .bar__search-input[type=text] {
        background-color: var(--color-transparent);
        border-color: var(--color-transparent);
        color: var(--color-neutral-lightest);
        margin-top: -.5rem
    }

    .bar__search-input[type=text]:focus {
        border-color: rgba(var(--color-neutral-lightest-rgb), .6);
        outline-color: rgba(var(--color-neutral-lightest-rgb), .6)
    }

    .bar__search-input::-moz-placeholder {
        color: var(--color-neutral-lightest)
    }

    .bar__search-input::placeholder {
        color: var(--color-neutral-lightest)
    }

    .bar__search-input:focus::-moz-placeholder {
        opacity: .4
    }

    .bar__search-input:focus::placeholder {
        opacity: .4
    }
}

@media screen and (max-width: 34rem) {
    .bar__search-input::-moz-placeholder {
        display: none;
        opacity: 0
    }

    .bar__search-input::placeholder {
        display: none;
        opacity: 0
    }
}

@media screen {
    .services-shortcut {
        display: flex;
        flex-direction: column;
        font-size: var(--font-size-xs2);
        gap: .0625rem;
        line-height: 1.2857;
        list-style: none;
        margin: 0 .5rem 1rem;
        padding: 0
    }

    .services-shortcut__button, .services-shortcut__link {
        align-items: center;
        border-radius: var(--radius-md);
        cursor: pointer;
        display: flex;
        font-weight: 600;
        gap: 1rem;
        padding: .5rem 1rem;
        position: relative
    }

    .services-shortcut__button {
        background-color: transparent;
        border: none;
        width: 100%
    }

    .services-shortcut__button:is(:hover,:focus), .services-shortcut__link:is(:hover,:focus) {
        background-color: var(--services-shortcut-a-hover--background-color);
        color: var(--services-shortcut-a-hover--color)
    }

    .services-shortcut .services-list__item--actif a, .services-shortcut__item--current .services-shortcut__button, .services-shortcut__item--current .services-shortcut__link {
        background-color: var(--services-shortcut-item-actif--background-color);
        color: var(--services-shortcut-a-activ--color)
    }

    .services-shortcut__icon:after {
        content: "";
        inset: 0;
        position: absolute
    }

    .services-shortcut .services-list__item--actif a .services-shortcut__icon--default, .services-shortcut__icon--hover, .services-shortcut__item--current .services-shortcut__button .services-shortcut__icon--default, .services-shortcut__item--current .services-shortcut__link .services-shortcut__icon--default, .services-shortcut a:is(:hover,:focus) .services-shortcut__icon--default, .services-shortcut button:is(:hover,:focus) .services-shortcut__icon--default {
        display: none
    }

    .services-shortcut .services-list__item--actif a .services-shortcut__icon--hover, .services-shortcut__item--current .services-shortcut__button .services-shortcut__icon--hover, .services-shortcut__item--current .services-shortcut__link .services-shortcut__icon--hover, .services-shortcut a:is(:hover,:focus) .services-shortcut__icon--hover, .services-shortcut button:is(:hover,:focus) .services-shortcut__icon--hover {
        display: initial
    }

    .services-shortcut__label {
        overflow: hidden;
        text-overflow: ellipsis;
        text-shadow: 0 .125rem 0 var(--services-shortcut-label--shadow)
    }

    .services-list {
        font-size: var(--font-size-xs2);
        line-height: 1.2857;
        list-style: none;
        margin: 0;
        padding: 0
    }
}

@media screen and (min-width: 48rem) {
    .services-list {
        display: none
    }

    .menu--expanded .services-list {
        display: initial
    }
}

@media screen {
    .services-list__item--actif {
        font-weight: 600
    }

    .services-list__item > button, .services-list__item a {
        border: 0;
        cursor: pointer;
        display: block;
        overflow: hidden;
        padding-bottom: .75rem;
        padding-left: 3.5rem;
        padding-top: .75rem;
        text-overflow: ellipsis
    }

    .services-list__item > button {
        background-color: transparent;
        text-align: left;
        width: 100%
    }

    .services-list__item--group {
        border-top: 1px solid rgba(var(--color-neutral-darkest-rgb), .33)
    }

    .services-list__group-name {
        display: block;
        font-size: var(--font-size-xs2);
        font-weight: 600;
        overflow: hidden;
        padding-right: 1rem;
        position: relative;
        text-overflow: ellipsis
    }

    .services-list__group-name:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' viewBox='0 0 32 16'%3E %3Cg fill='%2366d0dd' id='icon-group-name'%3E %3Crect x='7' y='3' width='2' height='10'/%3E %3Crect x='3' y='7' width='10' height='2'/%3E %3Crect x='19' y='7' width='10' height='2'/%3E %3C/g%3E %3C/svg%3E");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 2rem;
        content: "";
        font-weight: 400;
        height: 1rem;
        left: 1.5rem;
        position: absolute;
        text-align: center;
        top: 50%;
        top: 1.3125rem;
        transform: translateY(-50%);
        width: 1rem
    }

    .services-list__group-name.is--opened:before, .services-list__group-name:hover:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='16' viewBox='0 0 32 16'%3E %3Cg fill='%23ffb400' id='icon-group-name'%3E %3Crect x='7' y='3' width='2' height='10'/%3E %3Crect x='3' y='7' width='10' height='2'/%3E %3Crect x='19' y='7' width='10' height='2'/%3E %3C/g%3E %3C/svg%3E")
    }

    .services-list__group-name.is--opened, .services-list__group-name:hover {
        background-color: var(--color-10);
        color: var(--color-09)
    }

    .services-list__group-name + .services-sublist {
        background-color: var(--color-10);
        padding-top: calc(var(--step) / 2)
    }

    .services-list__group-name.is--opened:before {
        background-position: -1rem 0
    }

    .services-sublist {
        font-size: var(--font-size-xxs);
        font-weight: 600;
        list-style: none;
        margin: 0;
        padding: 0 0 .5rem
    }

    .services-sublist a {
        margin: 0 .5rem 1px;
        padding: .25rem .5rem
    }

    .services-sublist__item {
        padding-bottom: 1rem
    }

    .services-sublist__item--actif .services-sublist__deco a, .services-sublist__item--actif > a, .services-sublist__item .services-sublist__deco a:hover, .services-sublist__item > a:hover {
        color: var(--color-09)
    }

    .services-sublist__item--actif .services-sublist__deco a:before, .services-sublist__item--actif > a:before, .services-sublist__item .services-sublist__deco a:hover:before, .services-sublist__item > a:hover:before {
        content: "\203A";
        font-size: var(--font-size-xs);
        left: .3rem;
        line-height: .8;
        position: absolute
    }

    .services-sublist--private, .services-sublist__item--private {
        position: relative
    }

    .services-sublist--private:before, .services-sublist__item--private:before {
        border-left: 3px solid var(--color-13);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0
    }

    .services-sublist2 {
        background-color: transparent;
        font-weight: 500;
        list-style: none;
        margin: 0;
        padding: 0
    }

    .services-sublist2 .services-sublist__item {
        padding-bottom: 0
    }

    .services-sublist2 a {
        border-radius: var(--radius-xs);
        margin-left: 1rem;
        padding-left: .5rem
    }

    .services-sublist2__deco, .services-sublist__deco {
        display: flex;
        gap: .25rem;
        margin-right: .5rem
    }

    .services-sublist2__deco a, .services-sublist__deco a {
        flex-grow: 1;
        margin-right: 0
    }

    .services-sublist2__deco .btn, .services-sublist__deco .btn {
        width: 1.5rem
    }

    .services-sublist2 .services-sublist__item--actif > a, .services-sublist2 .services-sublist__item--actif div a, .services-sublist2 a:hover {
        background-color: var(--color-09);
        color: var(--color-10)
    }

    .services-sublist3 {
        font-weight: 500;
        list-style: none;
        margin: 0 0 .25rem;
        padding: 0
    }

    .services-sublist3 a {
        margin-left: 1.5rem;
        padding-bottom: .125rem;
        padding-left: .5rem;
        padding-top: .125rem
    }

    .services-sublist3 .services-sublist__item--actif > a, .services-sublist3 a:hover {
        background-color: var(--color-09b)
    }

    .user {
        align-items: baseline;
        color: var(--user--color);
        display: flex;
        font-weight: 700;
        gap: .25rem;
        justify-content: space-around;
        list-style: none;
        margin: 0 0 1rem;
        padding: 0 1rem;
        position: relative
    }

    .user li {
        order: 3
    }

    .user li:first-child {
        flex-grow: 1;
        order: 1;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .user li:last-child {
        order: 2
    }

    .user a {
        border-radius: 50%;
        display: block;
        padding: 5px
    }

    .user a:is(:hover,:focus) {
        background-color: var(--user-a-hover--background-color)
    }

    .user .icon {
        vertical-align: -3px
    }

    .user .avatar {
        display: none
    }
}

@media screen and (min-width: 48rem) {
    .user .avatar {
        display: block
    }
}

@media screen {
    .section-search {
        border-bottom: 1px solid rgba(var(--color-neutral-lightest-rgb), .125);
        margin: 0 var(--step);
        padding-bottom: var(--step)
    }

    .section-search__deco {
        align-items: end;
        display: flex;
        flex-wrap: wrap;
        gap: .5rem
    }

    .section-search__deco span {
        flex-grow: 1
    }
}

@media screen and (min-width: 34rem) and (max-width: 48rem) {
    .section-search__deco span + span {
        flex-grow: 0
    }
}

@media screen {
    .section-search__control {
        background-color: rgba(var(--color-neutral-lightest-rgb), .05);
        background-position: 7px 50%;
        background-repeat: no-repeat;
        background-size: 1rem;
        border: 1px solid rgba(var(--color-neutral-lightest-rgb), .25);
        border-radius: var(--radius-sm);
        box-sizing: border-box;
        color: var(--color-neutral-lightest);
        max-height: 2rem;
        padding: calc(.5rem - 1px) calc(.5rem - 1px) calc(.5rem - 1px) 2rem;
        vertical-align: middle;
        width: 100%
    }

    .section-search__btn {
        color: var(--color-neutral-lightest);
        cursor: pointer;
        text-align: center
    }

    .section-search__btn:focus, .section-search__btn:hover {
        background-color: var(--color-10)
    }

    .section-search__btn {
        background-color: rgba(var(--color-neutral-darkest-rgb), .125);
        border: 1px solid;
        padding: calc(.6154em - 1px) 1.2em;
        width: 100%
    }

    .section-search__btn:focus, .section-search__btn:hover {
        background-color: rgba(var(--color-neutral-darkest-rgb), .25)
    }
}

@media screen and (min-width: 34rem) {
    .burger__icon {
        margin-right: .5rem
    }
}

@media screen and (min-width: 48rem) {
    .burger {
        width: 16rem
    }

    .menu {
        width: 4rem
    }

    .menu--expanded {
        width: 16rem
    }

    .menu:not(.menu--expanded) {
        scroll-padding-block: 0 7rem;
        scroll-snap-align: end;
        scroll-snap-type: y mandatory
    }

    .content--menu-condensed {
        margin-left: 4rem
    }

    .content--menu-expanded {
        margin-left: 16rem
    }

    .menu-donut {
        margin: 0 auto .7rem
    }

    .menu--expanded .avatar, .menu--expanded .menu-donut, .menu--expanded .services-shortcut__item--more {
        display: none
    }
}

@media screen {
    .menu-donut {
        display: none
    }
}

@media screen and (min-width: 48rem) {
    .menu-donut {
        display: unset
    }
}

@media screen and (max-height: 37.625rem) {
    .menu-donut {
        display: none
    }
}

@media screen and (max-width: 48rem) {
    .services-shortcut__item--more {
        display: none
    }

    .menu--expanded {
        display: initial
    }
}

@media screen and (min-width: 48rem) {
    .menu:not(.menu--expanded) .user {
        background-image: linear-gradient(0deg, var(--menu--background-color), var(--menu--background-color) 85%, transparent);
        bottom: 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-block: auto 0;
        order: 3;
        padding: 2rem 0 1rem;
        position: sticky;
        z-index: 1
    }

    .menu:not(.menu--expanded) .user > li {
        margin: auto
    }

    .menu:not(.menu--expanded) .user a:has(.avatar) {
        padding: 0
    }

    .menu:not(.menu--expanded) .user > :first-child {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important
    }

    .menu:not(.menu--expanded) .icon--prefs-menu {
        display: none
    }

    .menu:not(.menu--expanded) .services-shortcut {
        gap: .25rem;
        margin-bottom: 0;
        margin-inline: auto
    }

    .menu:not(.menu--expanded) .services-shortcut__label {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important
    }

    .menu:not(.menu--expanded) .services-shortcut__button, .menu:not(.menu--expanded) .services-shortcut__link {
        aspect-ratio: 1;
        border-radius: 100rem;
        justify-content: center;
        padding: 0;
        width: 2.5rem
    }
}

@media screen {
    .menu-skin-3 {
        background: var(--menu-skin-3--background-color) no-repeat 0 0;
        margin-bottom: 2rem;
        padding: 1rem .75rem;
        transition: all .3s ease-in-out
    }
}

@media screen and (min-width: 34rem) {
    .menu-skin-3 {
        border-right: 1px solid var(--menu-skin-3--border-color);
        height: 100vh;
        margin-bottom: 0;
        position: sticky;
        top: 0;
        width: calc(4rem + 1px)
    }
}

@media screen {
    .menu-skin-3--expanded {
        background-image: url(img/kosmos/donut.svg);
        background-position: -4.5rem -.5rem;
        background-size: 94px 94px;
        flex-shrink: 0
    }
}

@media screen and (min-width: 34rem) {
    .menu-skin-3--expanded {
        transition: width .3s ease-in-out;
        width: 14rem
    }
}

@media screen {
    .menu-skin-3__strip {
        background-color: var(--menu-skin-3-strip--background-color);
        border: 1px solid var(--menu-skin-3-strip--color);
        border-radius: .25rem 0 0 .25rem;
        border-right: 0;
        cursor: pointer;
        display: none;
        padding: .25rem .5rem;
        position: absolute;
        right: 0;
        top: 2rem;
        z-index: 1000
    }
}

@media screen and (min-width: 34rem) {
    .menu-skin-3__strip {
        display: initial;
        padding: .125rem .25rem;
        top: 60vh
    }
}

@media screen {
    .menu-skin-3__nav {
        display: flex;
        flex-direction: column;
        height: 100%
    }

    .menu-skin-3__logo {
        margin: 0 0 2rem;
        text-align: center
    }

    .menu-skin-3--expanded .menu-skin-3__logo {
        margin-left: 1.5rem;
        text-align: left
    }

    .menu-skin-3__logo-baseline {
        display: none
    }

    .menu-skin-3--expanded .menu-skin-3__logo-baseline {
        display: inline
    }

    .menu-skin-3--expanded .menu-skin-3__logo-donut {
        display: none
    }

    .menu-skin-3__search {
        align-items: center;
        color: var(--menu-skin-3-search--color);
        display: flex;
        gap: .5rem;
        margin-bottom: 2rem
    }

    .menu-skin-3__search-icon {
        background-color: var(--menu-skin-3-search-icon--background-color);
        border: none;
        border-radius: 1.5rem;
        line-height: 1;
        padding: .5rem
    }

    .menu-skin-3__search-icon:focus, .menu-skin-3__search-icon:hover {
        background-color: var(--menu-skin-3-search-icon-hover--background-color);
        cursor: pointer
    }

    .menu-skin-3__sections {
        font-size: var(--font-size-xs2);
        line-height: normal;
        list-style: none;
        margin: 0 0 2rem;
        padding: 0
    }

    .menu-skin-3__sections li {
        margin-bottom: .25rem
    }

    .menu-skin-3__sections-link {
        align-items: center;
        color: var(--menu-skin-3-sections-link--color);
        display: flex;
        gap: .5rem
    }

    .menu-skin-3__sections-icon {
        border-radius: 1.5rem;
        line-height: 1;
        padding: .5rem
    }

    .menu-skin-3__sections-link:is(:focus,:hover) .menu-skin-3__sections-icon {
        background-color: var(--menu-skin-3-sections-icon--background-color)
    }

    .menu-skin-3__sections-link--focus .menu-skin-3__sections-icon, .menu-skin-3__sections-link--focus:is(:focus,:hover) .menu-skin-3__sections-icon {
        background-color: var(--menu-skin-3-sections-icon-focus--background-color)
    }

    .menu-skin-3__sections-label {
        overflow: hidden
    }

    .menu-skin-3__footer {
        font-size: var(--font-size-xs2);
        margin-top: auto
    }

    .menu-skin-3__footer-deco {
        height: 1px;
        overflow: hidden;
        width: 1px
    }

    .menu-skin-3--expanded .menu-skin-3__footer-deco {
        height: auto;
        width: auto
    }

    .menu-skin-3--expanded .menu-skin-3__user {
        background-color: var(--menu-skin-3-user--background-color);
        border-radius: .5rem;
        padding: .75rem
    }

    .menu-skin-3:not(.menu-skin-3--expanded) .menu-skin-3__user {
        justify-content: center
    }

    .jstree[tabindex="-1"] {
        outline: 1px solid rgba(var(--color-primary-rgb), .6)
    }

    .jstree-children, .jstree-container-ul, .jstree-node {
        display: block;
        margin: 0;
        padding: 0;
        list-style-type: none;
        list-style-image: none
    }

    .jstree-anchor, .jstree-node {
        white-space: nowrap
    }

    .jstree-anchor {
        display: inline-block;
        color: #000;
        padding: 0 4px 0 1px;
        margin: 0;
        vertical-align: top
    }

    .jstree-anchor:focus {
        outline: 0
    }

    .jstree-anchor, .jstree-anchor:active, .jstree-anchor:hover, .jstree-anchor:link, .jstree-anchor:visited {
        text-decoration: none;
        color: inherit
    }

    .jstree-icon, .jstree-icon:empty {
        display: inline-block;
        text-decoration: none;
        margin: 0;
        padding: 0;
        vertical-align: top;
        text-align: center
    }

    .jstree-ocl {
        cursor: pointer
    }

    .jstree-leaf > .jstree-ocl {
        cursor: default
    }

    .jstree .jstree-open > .jstree-children {
        display: block
    }

    .jstree .jstree-closed > .jstree-children, .jstree .jstree-leaf > .jstree-children {
        display: none
    }

    .jstree-anchor > .jstree-themeicon {
        margin-right: 2px
    }

    .jstree-anchor > .jstree-themeicon-hidden, .jstree-hidden, .jstree-no-icons .jstree-themeicon, .jstree-node.jstree-hidden {
        display: none
    }

    .jstree-rtl .jstree-anchor {
        padding: 0 1px 0 4px
    }

    .jstree-rtl .jstree-anchor > .jstree-themeicon {
        margin-left: 2px;
        margin-right: 0
    }

    .jstree-rtl .jstree-node {
        margin-left: 0
    }

    .jstree-rtl .jstree-container-ul > .jstree-node {
        margin-right: 0
    }

    .jstree-wholerow-ul {
        position: relative;
        display: inline-block;
        min-width: 100%
    }

    .jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
        cursor: pointer
    }

    .jstree-wholerow-ul .jstree-anchor, .jstree-wholerow-ul .jstree-icon {
        position: relative
    }

    .jstree-wholerow-ul .jstree-wholerow {
        width: 100%;
        cursor: pointer;
        position: absolute;
        left: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }

    .vakata-context {
        display: none
    }

    .vakata-context, .vakata-context ul {
        margin: 0;
        padding: 2px;
        position: absolute;
        background: #f5f5f5;
        border: 1px solid #979797;
        box-shadow: 2px 2px 2px #999
    }

    .vakata-context ul {
        list-style: none;
        left: 100%;
        margin-top: -2.7em;
        margin-left: -4px
    }

    .vakata-context .vakata-context-right ul {
        left: auto;
        right: 100%;
        margin-left: auto;
        margin-right: -4px
    }

    .vakata-context li {
        list-style: none
    }

    .vakata-context li > a {
        display: block;
        padding: 0 2em;
        text-decoration: none;
        width: auto;
        color: #000;
        white-space: nowrap;
        line-height: 2.4em;
        text-shadow: 1px 1px 0 #fff;
        border-radius: 1px
    }

    .vakata-context li > a:hover {
        position: relative;
        background-color: #e8eff7;
        box-shadow: 0 0 2px #0a6aa1
    }

    .vakata-context li > a.vakata-context-parent {
        background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
        background-position: 100%;
        background-repeat: no-repeat
    }

    .vakata-context li > a:focus {
        outline: 0
    }

    .vakata-context .vakata-context-hover > a {
        position: relative;
        background-color: #e8eff7;
        box-shadow: 0 0 2px #0a6aa1
    }

    .vakata-context .vakata-context-separator > a, .vakata-context .vakata-context-separator > a:hover {
        background: #fff;
        border: 0;
        border-top: 1px solid #e2e3e3;
        height: 1px;
        min-height: 1px;
        max-height: 1px;
        padding: 0;
        margin: 0 0 0 2.4em;
        border-left: 1px solid #e0e0e0;
        text-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;
        border-radius: 0
    }

    .vakata-context .vakata-contextmenu-disabled a, .vakata-context .vakata-contextmenu-disabled a:hover {
        color: silver;
        background-color: transparent;
        border: 0;
        box-shadow: 0 0 0
    }

    .vakata-context li > a > i {
        text-decoration: none;
        display: inline-block;
        height: 2.4em;
        background: transparent;
        margin: 0 0 0 -2em;
        vertical-align: top;
        text-align: center
    }

    .vakata-context li > a > i, .vakata-context li > a > i:empty {
        width: 2.4em;
        line-height: 2.4em
    }

    .vakata-context li > a .vakata-contextmenu-sep {
        display: inline-block;
        width: 1px;
        height: 2.4em;
        background: #fff;
        margin: 0 .5em 0 0;
        border-left: 1px solid #e2e3e3
    }

    .vakata-context .vakata-contextmenu-shortcut {
        font-size: .8125rem;
        color: silver;
        opacity: .5;
        display: none
    }

    .vakata-context-rtl ul {
        left: auto;
        right: 100%;
        margin-left: auto;
        margin-right: -4px
    }

    .vakata-context-rtl li > a.vakata-context-parent {
        background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
        background-position: 0;
        background-repeat: no-repeat
    }

    .vakata-context-rtl .vakata-context-separator > a {
        margin: 0 2.4em 0 0;
        border-left: 0;
        border-right: 1px solid #e2e3e3
    }

    .vakata-context-rtl .vakata-context-left ul {
        right: auto;
        left: 100%;
        margin-left: -4px;
        margin-right: auto
    }

    .vakata-context-rtl li > a > i {
        margin: 0 -2em 0 0
    }

    .vakata-context-rtl li > a .vakata-contextmenu-sep {
        margin: 0 0 0 .5em;
        border-left-color: #fff;
        background: #e2e3e3
    }

    #jstree-marker {
        position: absolute;
        top: 0;
        left: 0;
        margin: -5px 0 0;
        padding: 0;
        border-right: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid;
        width: 0;
        height: 0;
        font-size: 0;
        line-height: 0
    }

    #jstree-dnd {
        line-height: 16px;
        margin: 0;
        padding: 4px
    }

    #jstree-dnd .jstree-copy, #jstree-dnd .jstree-icon {
        display: inline-block;
        text-decoration: none;
        margin: 0 2px 0 0;
        padding: 0;
        width: 16px;
        height: 16px
    }

    #jstree-dnd .jstree-ok {
        background: green
    }

    #jstree-dnd .jstree-er {
        background: red
    }

    #jstree-dnd .jstree-copy {
        margin: 0 2px
    }

    .jstree-default .jstree-icon, .jstree-default .jstree-node {
        background-repeat: no-repeat;
        background-color: transparent
    }

    .jstree-default .jstree-anchor, .jstree-default .jstree-wholerow {
        transition: background-color .15s, box-shadow .15s
    }

    .jstree-default .jstree-context, .jstree-default .jstree-hovered {
        background: var(--color-comp-light);
        border-radius: 2px;
        box-shadow: inset 0 0 1px #8ea4af
    }

    .jstree-default .jstree-clicked {
        background: var(--color-primary-lighten-55);
        border-radius: 2px;
        box-shadow: inset 0 0 1px var(--color-primary-lighten-55);
        font-weight: 700
    }

    .jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
        display: none
    }

    .jstree-default .jstree-disabled.jstree-hovered {
        box-shadow: none
    }

    .jstree-default .jstree-disabled.jstree-clicked {
        background: transparent
    }

    .jstree-default .jstree-disabled > .jstree-icon {
        opacity: .3
    }

    .jstree-default .jstree-disabled > .jstree-checkbox {
        opacity: 0
    }

    .jstree-default .jstree-search {
        font-style: italic;
        color: #243238;
        font-weight: 700
    }

    .jstree-default .jstree-no-checkboxes .jstree-checkbox {
        display: none !important
    }

    .jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
        background: transparent;
        box-shadow: none
    }

    .jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
        background: var(--color-comp-light)
    }

    .jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
        background: transparent
    }

    .jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
        background: var(--color-comp-light)
    }

    .jstree-default > .jstree-striped {
        min-width: 100%;
        display: inline-block;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") 0 0 repeat
    }

    .jstree-default > .jstree-wholerow-ul .jstree-clicked, .jstree-default > .jstree-wholerow-ul .jstree-hovered {
        background: transparent;
        box-shadow: none;
        border-radius: 0
    }

    .jstree-default .jstree-wholerow {
        box-sizing: border-box
    }

    .jstree-default .jstree-wholerow-hovered, .jstree-default .jstree-wholerow-hovered ~ .btn {
        background: var(--color-comp-light)
    }

    .jstree-default .jstree-wholerow-clicked, .jstree-default .jstree-wholerow-clicked.jstree-wholerow-hovered ~ .btn, .jstree-default .jstree-wholerow-clicked ~ .btn {
        background: var(--color-primary-lighten-55)
    }

    .jstree-default .jstree-node {
        min-height: 1.5rem;
        line-height: 1.5rem;
        margin-left: 1.5rem;
        min-width: 1.5rem
    }

    .jstree-default .jstree-anchor, .jstree-default .jstree-icon {
        line-height: 1.5rem;
        height: 1.5rem
    }

    .jstree-default .jstree-icon {
        width: 1.5rem
    }

    .jstree-default .jstree-icon:empty {
        width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5rem
    }

    .jstree-default .jstree-badge {
        width: 1rem;
        height: 1rem;
        line-height: 1rem;
        top: .25rem
    }

    .jstree-default.jstree-rtl .jstree-node {
        margin-right: 1.5rem
    }

    .jstree-default .jstree-wholerow {
        height: 1.5rem
    }

    .jstree-default .jstree-node {
        background-position: -292px -4px;
        background-repeat: repeat-y
    }

    .jstree-default .jstree-last {
        background: transparent
    }

    .jstree-default .jstree-themeicon {
        background-position: -260px -4px
    }

    .jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default > .jstree-no-dots .jstree-node {
        background: transparent
    }

    .jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
        background-position: -36px -4px
    }

    .jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
        background-position: -4px -4px
    }

    .jstree-default .jstree-disabled, .jstree-default .jstree-disabled.jstree-hovered {
        background: transparent
    }

    .jstree-default .jstree-disabled.jstree-clicked {
        background: #efefef
    }

    .jstree-default .jstree-checkbox {
        background-position: -164px -4px
    }

    .jstree-default .jstree-checkbox:hover {
        background-position: -164px -36px
    }

    .jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default .jstree-checked > .jstree-checkbox {
        background-position: -228px -4px
    }

    .jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default .jstree-checked > .jstree-checkbox:hover {
        background-position: -228px -36px
    }

    .jstree-default .jstree-anchor > .jstree-undetermined {
        background-position: -196px -4px
    }

    .jstree-default .jstree-anchor > .jstree-undetermined:hover {
        background-position: -196px -36px
    }

    .jstree-default .jstree-checkbox-disabled {
        opacity: .8;
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
        filter: gray;
        -webkit-filter: grayscale(100%)
    }

    .jstree-default > .jstree-striped {
        background-size: auto 48px
    }

    .jstree-default.jstree-rtl .jstree-node {
        background-position: 100% 1px;
        background-repeat: repeat-y
    }

    .jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
        background-position: -132px -36px
    }

    .jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
        background-position: -100px -36px
    }

    .jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
        background-position: -68px -36px
    }

    .jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default.jstree-rtl > .jstree-no-dots .jstree-node {
        background: transparent
    }

    .jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
        background-position: -36px -36px
    }

    .jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
        background-position: -4px -36px
    }

    .jstree-default .jstree-themeicon-custom {
        background-position: 0 0
    }

    .jstree-default > .jstree-container-ul > .jstree-node {
        margin-left: 0;
        margin-right: 0
    }

    .jstree-default.jstree-rtl .jstree-node {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==")
    }

    .jstree-default.jstree-rtl .jstree-last {
        background: transparent
    }

    .jstree-default-small .jstree-node {
        min-height: 18px;
        line-height: 18px;
        margin-left: 18px;
        min-width: 18px
    }

    .jstree-default-small .jstree-anchor {
        line-height: 18px;
        height: 18px
    }

    .jstree-default-small .jstree-icon, .jstree-default-small .jstree-icon:empty {
        width: 18px;
        height: 18px;
        line-height: 18px
    }

    .jstree-default-small.jstree-rtl .jstree-node {
        margin-right: 18px
    }

    .jstree-default-small .jstree-wholerow {
        height: 18px
    }

    .jstree-default-small .jstree-node {
        background-position: -295px -7px;
        background-repeat: repeat-y
    }

    .jstree-default-small .jstree-last {
        background: transparent
    }

    .jstree-default-small .jstree-themeicon {
        background-position: -263px -7px
    }

    .jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default-small > .jstree-no-dots .jstree-node {
        background: transparent
    }

    .jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
        background-position: -39px -7px
    }

    .jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
        background-position: -7px -7px
    }

    .jstree-default-small .jstree-disabled, .jstree-default-small .jstree-disabled.jstree-hovered {
        background: transparent
    }

    .jstree-default-small .jstree-disabled.jstree-clicked {
        background: #efefef
    }

    .jstree-default-small .jstree-checkbox {
        background-position: -167px -7px
    }

    .jstree-default-small .jstree-checkbox:hover {
        background-position: -167px -39px
    }

    .jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default-small .jstree-checked > .jstree-checkbox {
        background-position: -231px -7px
    }

    .jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default-small .jstree-checked > .jstree-checkbox:hover {
        background-position: -231px -39px
    }

    .jstree-default-small .jstree-anchor > .jstree-undetermined {
        background-position: -199px -7px
    }

    .jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
        background-position: -199px -39px
    }

    .jstree-default-small .jstree-checkbox-disabled {
        opacity: .8;
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
        filter: gray;
        -webkit-filter: grayscale(100%)
    }

    .jstree-default-small > .jstree-striped {
        background-size: auto 36px
    }

    .jstree-default-small.jstree-rtl .jstree-node {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
        background-position: 100% 1px;
        background-repeat: repeat-y
    }

    .jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
        background-position: -135px -39px
    }

    .jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
        background-position: -103px -39px
    }

    .jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
        background-position: -71px -39px
    }

    .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node {
        background: transparent
    }

    .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
        background-position: -39px -39px
    }

    .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
        background-position: -7px -39px
    }

    .jstree-default-small .jstree-themeicon-custom {
        background-position: 0 0
    }

    .jstree-default-small > .jstree-container-ul > .jstree-node {
        margin-left: 0;
        margin-right: 0
    }

    .jstree-default-small.jstree-rtl .jstree-node {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==")
    }

    .jstree-default-small.jstree-rtl .jstree-last {
        background: transparent
    }

    .jstree-default-large .jstree-node {
        min-height: 32px;
        line-height: 32px;
        margin-left: 32px;
        min-width: 32px
    }

    .jstree-default-large .jstree-anchor {
        line-height: 32px;
        height: 32px
    }

    .jstree-default-large .jstree-icon, .jstree-default-large .jstree-icon:empty {
        width: 32px;
        height: 32px;
        line-height: 32px
    }

    .jstree-default-large.jstree-rtl .jstree-node {
        margin-right: 32px
    }

    .jstree-default-large .jstree-wholerow {
        height: 32px
    }

    .jstree-default-large .jstree-node {
        background-position: -288px 0;
        background-repeat: repeat-y
    }

    .jstree-default-large .jstree-last {
        background: transparent
    }

    .jstree-default-large .jstree-themeicon {
        background-position: -256px 0
    }

    .jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default-large > .jstree-no-dots .jstree-node {
        background: transparent
    }

    .jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
        background-position: -32px 0
    }

    .jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
        background-position: 0 0
    }

    .jstree-default-large .jstree-disabled, .jstree-default-large .jstree-disabled.jstree-hovered {
        background: transparent
    }

    .jstree-default-large .jstree-disabled.jstree-clicked {
        background: #efefef
    }

    .jstree-default-large .jstree-checkbox {
        background-position: -160px 0
    }

    .jstree-default-large .jstree-checkbox:hover {
        background-position: -160px -32px
    }

    .jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default-large .jstree-checked > .jstree-checkbox {
        background-position: -224px 0
    }

    .jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default-large .jstree-checked > .jstree-checkbox:hover {
        background-position: -224px -32px
    }

    .jstree-default-large .jstree-anchor > .jstree-undetermined {
        background-position: -192px 0
    }

    .jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
        background-position: -192px -32px
    }

    .jstree-default-large .jstree-checkbox-disabled {
        opacity: .8;
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
        filter: gray;
        -webkit-filter: grayscale(100%)
    }

    .jstree-default-large > .jstree-striped {
        background-size: auto 64px
    }

    .jstree-default-large.jstree-rtl .jstree-node {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
        background-position: 100% 1px;
        background-repeat: repeat-y
    }

    .jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
        background-position: -128px -32px
    }

    .jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
        background-position: -96px -32px
    }

    .jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
        background-position: -64px -32px
    }

    .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node {
        background: transparent
    }

    .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
        background-position: -32px -32px
    }

    .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
        background-position: 0 -32px
    }

    .jstree-default-large .jstree-themeicon-custom {
        background-position: 0 0
    }

    .jstree-default-large > .jstree-container-ul > .jstree-node {
        margin-left: 0;
        margin-right: 0
    }

    .jstree-default-large.jstree-rtl .jstree-node {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==")
    }

    .jstree-default-large.jstree-rtl .jstree-last {
        background: transparent
    }

    #jstree-dnd.jstree-default {
        line-height: normal;
        padding: 0 4px
    }

    #jstree-dnd.jstree-default .jstree-er, #jstree-dnd.jstree-default .jstree-ok {
        background-repeat: no-repeat;
        background-color: transparent
    }

    #jstree-dnd.jstree-default i {
        background-color: transparent;
        width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5rem
    }

    #jstree-dnd.jstree-default .jstree-ok {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-check--green'%3E %3Cpath fill='none' stroke='%2366a030' stroke-width='2.192' d='M14.904 3.945l-8.11 8.11-5.698-5.48'/%3E %3C/g%3E %3C/svg%3E")
    }

    #jstree-dnd.jstree-default .jstree-er {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-close--red'%3E %3Cpath fill='%23c0001d' fill-rule='evenodd' d='M7.938 6.25L1.688 0l-1.5 1.75 6 6.25-6 6.25L1.938 16l6-6.25 6.25 6.25 1.624-1.75L9.562 8l6.25-6.25-1.75-1.625'/%3E %3C/g%3E %3C/svg%3E")
    }

    .jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' stroke='%23006dcc'%3E %3Cg id='icon-loader'%3E %3Ccircle cx='50%25' cy='50%25' r='6' fill='none' stroke='inherit' stroke-width='3' stroke-opacity='.3'/%3E %3Ccircle cx='50%25' cy='50%25' r='6' fill='none' stroke='inherit' stroke-width='3' stroke-linecap='round' stroke-dasharray='10 10 30 50 10' stroke-opacity='.5'%3E %3Canimate attributeName='stroke-dashoffset' dur='10s' repeatCount='indefinite' from='0' to='1000'/%3E %3C/circle%3E %3C/g%3E %3C/svg%3E") 50% no-repeat
    }

    .jstree-default .jstree-open > .jstree-ocl {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-arrow--opened'%3E %3Cpath fill='%23b1bec5' fill-rule='evenodd' d='M1 11L11 1v10'/%3E %3C/g%3E %3C/svg%3E");
        background-position: 50% 50% !important
    }

    .jstree-default .jstree-closed > .jstree-ocl {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-arrow'%3E %3Cpath fill='%23b1bec5' fill-rule='evenodd' d='M4 14.5v-13L12 8'/%3E %3C/g%3E %3C/svg%3E");
        background-position: 50% 50% !important
    }

    .jstree-default i {
        font-style: normal
    }

    .jstree-default .jstree-checkbox {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-checkbox'%3E %3Crect x='0.5' y='0.5' width='15' height='15' rx='3' ry='3' stroke='%23708c9a' fill='%23fff'/%3E %3C/g%3E %3C/svg%3E");
        background-position: 50% 50%
    }

    .jstree-default .jstree-checkbox:hover {
        background-position: 50% 50% !important
    }

    .jstree-default .jstree-anchor > .jstree-undetermined {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-checkbox--half-checked'%3E %3Crect x='0.5' y='0.5' width='15' height='15' rx='3' ry='3' stroke='%23708c9a' fill='%23fff'/%3E %3Cpath fill-rule='inherit' d='M3 7h10v2H3z' fill='%23516e7b'/%3E %3C/g%3E %3C/svg%3E");
        background-position: 50% 50%
    }

    .jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default .jstree-checked > .jstree-checkbox {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-checkbox--checked'%3E %3Crect x='0.5' y='0.5' width='15' height='15' rx='3' ry='3' stroke='%23708c9a' fill='%23fff'/%3E %3Cpath fill-rule='inherit' d='M11.550781 4.2636719L6.9746094 8.9277344 3.7226562 5.8378906 2.2773438 7.3613281l4.7480468 4.5117189 6.0234374-6.1367189-1.498047-1.4726562z' fill='%23243238'/%3E %3C/g%3E %3C/svg%3E");
        background-position: 50% 50%
    }

    .jstree-default .jstree-node {
        margin-left: 0;
        white-space: normal
    }

    .jstree-default .jstree-anchor {
        border-radius: 0;
        color: #243238;
        overflow: hidden;
        position: absolute;
        text-overflow: ellipsis
    }

    [aria-level="1"] > .jstree-anchor {
        width: calc(100% - 1.5rem)
    }

    [aria-level="2"] > .jstree-anchor {
        width: calc(100% - 3rem)
    }

    [aria-level="3"] > .jstree-anchor {
        width: calc(100% - 4.5rem)
    }

    [aria-level="4"] > .jstree-anchor {
        width: calc(100% - 6rem)
    }

    [aria-level="5"] > .jstree-anchor {
        width: calc(100% - 7.5rem)
    }

    [aria-level="6"] > .jstree-anchor {
        width: calc(100% - 9rem)
    }

    [aria-level="7"] > .jstree-anchor {
        width: calc(100% - 10.5rem)
    }

    [aria-level="8"] > .jstree-anchor {
        width: calc(100% - 12rem)
    }

    [aria-level="9"] > .jstree-anchor {
        width: calc(100% - 13.5rem)
    }

    [aria-level="10"] > .jstree-anchor {
        width: calc(100% - 15rem)
    }

    [aria-level="11"] > .jstree-anchor {
        width: calc(100% - 16.5rem)
    }

    [aria-level="12"] > .jstree-anchor {
        width: calc(100% - 18rem)
    }

    [aria-level="13"] > .jstree-anchor {
        width: calc(100% - 19.5rem)
    }

    [aria-level="14"] > .jstree-anchor {
        width: calc(100% - 21rem)
    }

    [aria-level="15"] > .jstree-anchor {
        width: calc(100% - 22.5rem)
    }

    [aria-level="2"] > .jstree-anchor {
        width: calc(100% - 3.375rem)
    }

    .jstree-default .jstree-wholerow {
        border-top: 1px solid var(--color-comp-light)
    }

    .jstree-container-ul > li:first-child > .jstree-wholerow {
        border-top: 0
    }

    .jstree-default .jstree-children .jstree-children > li {
        margin-left: 1.5rem
    }

    .jstree-default .btn {
        background-color: var(--color-neutral-lightest);
        margin-top: 1px;
        padding-bottom: 1px;
        position: relative;
        z-index: 10
    }

    .jstree-default .btn--naked {
        background-color: transparent
    }

    .jstree-default .jstree-themeicon-custom {
        background-position: 50% 50%
    }

    .jstree--cosy .jstree-anchor, .jstree--cosy .jstree-icon, .jstree--cosy .jstree-wholerow {
        min-height: 2rem;
        line-height: 2rem
    }

    .jstree--cosy.jstree-default .dropdown--kebab {
        margin-top: .25rem
    }

    .jstree--cosy.jstree-default .btn {
        margin-top: .3125rem
    }

    .jstree--no-border .jstree-wholerow {
        border-top: 0
    }

    .jstree--full {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .flatpickr-months, .flatpickr-months .flatpickr-month, .flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
        fill: var(--color-primary)
    }

    .flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg {
        fill: var(--color-primary-dark)
    }

    .flatpickr-input {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-scheduler'%3E %3Cpath fill='%23006dcc' d='M2 0h2v2H2zm10 0h2v2h-2z'/%3E %3Cpath fill='%23006dcc' d='M 0,2 0,16 16,16 16,2 0,2 Z m 2,3 12,0 0,9 -12,0 0,-9 z'/%3E %3Cpath fill='%23fff' d='M2 5h12v9H2z'/%3E %3Crect x='9' y='6' width='4' height='4' fill='%23006dcc'/%3E %3Crect x='3' y='9' width='4' height='4' fill='%23006dcc'/%3E %3C/g%3E %3C/svg%3E");
        background-position: calc(100% - .5rem) 50%;
        background-repeat: no-repeat;
        background-size: 1rem;
        cursor: pointer;
        padding-right: calc(1.5rem + 1px);
        z-index: 1
    }

    .flatpickr-input[disabled], .flatpickr-input[readonly] {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-scheduler'%3E %3Cpath fill='%238ea4af' d='M2 0h2v2H2zm10 0h2v2h-2z'/%3E %3Cpath fill='%238ea4af' d='M 0,2 0,16 16,16 16,2 0,2 Z m 2,3 12,0 0,9 -12,0 0,-9 z'/%3E %3Cpath fill='%23fff' d='M2 5h12v9H2z'/%3E %3Crect x='9' y='6' width='4' height='4' fill='%238ea4af'/%3E %3Crect x='3' y='9' width='4' height='4' fill='%238ea4af'/%3E %3C/g%3E %3C/svg%3E")
    }

    .js-datePicker[data-enable-time=true] .flatpickr-input {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-clock'%3E %3Ccircle cx='50%25' cy='50%25' r='8' fill='%23006dcc'/%3E %3Ccircle cx='50%25' cy='50%25' r='6.3' fill='%23fff'/%3E %3Crect x='1' y='10' width='3' height='1' fill='%23006dcc' transform='rotate(-20)'/%3E %3Crect x='7' y='4' width='1' height='5' fill='%23006dcc'/%3E %3C/g%3E %3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-scheduler'%3E %3Cpath fill='%23006dcc' d='M2 0h2v2H2zm10 0h2v2h-2z'/%3E %3Cpath fill='%23006dcc' d='M 0,2 0,16 16,16 16,2 0,2 Z m 2,3 12,0 0,9 -12,0 0,-9 z'/%3E %3Cpath fill='%23fff' d='M2 5h12v9H2z'/%3E %3Crect x='9' y='6' width='4' height='4' fill='%23006dcc'/%3E %3Crect x='3' y='9' width='4' height='4' fill='%23006dcc'/%3E %3C/g%3E %3C/svg%3E");
        background-position: calc(100% - 2rem) 50%, calc(100% - .5rem) 50%;
        padding-right: calc(3rem + 1px)
    }

    .js-datePicker[data-enable-time=true] .flatpickr-input[disabled], .js-datePicker[data-enable-time=true] .flatpickr-input[readonly] {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-clock'%3E %3Ccircle cx='50%25' cy='50%25' r='8' fill='%238ea4af'/%3E %3Ccircle cx='50%25' cy='50%25' r='6.3' fill='%23fff'/%3E %3Crect x='1' y='10' width='3' height='1' fill='%238ea4af' transform='rotate(-20)'/%3E %3Crect x='7' y='4' width='1' height='5' fill='%238ea4af'/%3E %3C/g%3E %3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-scheduler'%3E %3Cpath fill='%238ea4af' d='M2 0h2v2H2zm10 0h2v2h-2z'/%3E %3Cpath fill='%238ea4af' d='M 0,2 0,16 16,16 16,2 0,2 Z m 2,3 12,0 0,9 -12,0 0,-9 z'/%3E %3Cpath fill='%23fff' d='M2 5h12v9H2z'/%3E %3Crect x='9' y='6' width='4' height='4' fill='%238ea4af'/%3E %3Crect x='3' y='9' width='4' height='4' fill='%238ea4af'/%3E %3C/g%3E %3C/svg%3E")
    }

    .js-datePicker[data-no-calendar=true][data-enable-time=true] .flatpickr-input {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-clock'%3E %3Ccircle cx='50%25' cy='50%25' r='8' fill='%23006dcc'/%3E %3Ccircle cx='50%25' cy='50%25' r='6.3' fill='%23fff'/%3E %3Crect x='1' y='10' width='3' height='1' fill='%23006dcc' transform='rotate(-20)'/%3E %3Crect x='7' y='4' width='1' height='5' fill='%23006dcc'/%3E %3C/g%3E %3C/svg%3E");
        background-position: calc(100% - .5rem) 50%
    }

    .js-datePicker[data-no-calendar=true][data-enable-time=true] .flatpickr-input[disabled], .js-datePicker[data-no-calendar=true][data-enable-time=true] .flatpickr-input[readonly] {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-clock'%3E %3Ccircle cx='50%25' cy='50%25' r='8' fill='%238ea4af'/%3E %3Ccircle cx='50%25' cy='50%25' r='6.3' fill='%23fff'/%3E %3Crect x='1' y='10' width='3' height='1' fill='%238ea4af' transform='rotate(-20)'/%3E %3Crect x='7' y='4' width='1' height='5' fill='%238ea4af'/%3E %3C/g%3E %3C/svg%3E")
    }

    .datePicker--naked .flatpickr-calendar {
        border-radius: initial;
        box-shadow: none
    }

    .flatpickr-calendar--h-revert {
        left: auto
    }

    .flatpickr-calendar--h-revert:after, .flatpickr-calendar--h-revert:before {
        left: auto;
        right: 22px
    }

    .flatpickr-day {
        color: var(--color-comp-dark)
    }

    .flatpickr-day:hover {
        background-color: var(--color-comp-light);
        border-color: var(--color-comp-light)
    }

    .flatpickr-day.selected, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.today:hover, .flatpickr-day:focus {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
        box-shadow: none;
        color: var(--color-neutral-lightest)
    }

    .flatpickr-current-month {
        font-size: .875rem;
        line-height: normal
    }

    .flatpickr-current-month .flatpickr-monthDropdown-months {
        font-weight: 700
    }

    .flatpickr-current-month input.cur-year, span.flatpickr-weekday {
        color: var(--color-comp-dark)
    }

    .flatpickr-current-month input.cur-year {
        font-weight: 700
    }

    .flatpickr-day.week.selected {
        box-shadow: -5px 0 0 var(--color-primary), 5px 0 0 var(--color-primary)
    }

    .wysiwyg {
        display: flow-root;
        overflow: auto;
        overflow-wrap: anywhere
    }

    .wysiwyg, .wysiwyg embed, .wysiwyg iframe, .wysiwyg object, .wysiwyg video {
        max-width: 100%
    }

    .wysiwyg .image {
        display: table;
        margin: 0 auto .5rem
    }

    .wysiwyg .image_resized img {
        width: 100%
    }

    .wysiwyg .image-style-block-align-right {
        margin: 0 0 .5rem auto
    }

    .wysiwyg .image-style-block-align-left {
        margin: 0 auto .5rem 0
    }

    .wysiwyg .image-style-align-left {
        float: left;
        margin: .5rem 1rem .5rem 0
    }

    .wysiwyg .image-style-align-right {
        float: right;
        margin: .5rem 0 .5rem 1rem
    }

    .wysiwyg figcaption {
        background-color: var(--wysiwyg-figcaption-background-color);
        font-style: italic;
        padding: .5rem
    }

    .wysiwyg h1, .wysiwyg h2, .wysiwyg h2.h2-like, .wysiwyg h3, .wysiwyg h3.h3-like, .wysiwyg h4, .wysiwyg h4.h4-like, .wysiwyg h5, .wysiwyg h5.h5-like, .wysiwyg h6, .wysiwyg h6.h6-like {
        font-weight: 700
    }

    .wysiwyg a:not(:link):before {
        content: "";
        display: block;
        height: 50px;
        margin: -30px 0 0
    }

    .wysiwyg a:not(:link):target {
        background-color: var(--color-warn-lighter)
    }

    .wysiwyg:has(>:first-child) {
        max-width: none;
        overflow: visible
    }

    .wysiwyg:has(table:not(.table-container>table)) {
        overflow: auto
    }

    .wysiwyg:has(table:not(.table-container>table)) .table-container {
        overflow: visible
    }

    .wysiwyg__caption {
        background-color: var(--wysiwyg-caption-background-color);
        padding: .5rem;
        text-align: center
    }

    .wysiwyg__table th {
        background-color: rgba(0, 0, 0, .050980392156862744)
    }

    .wysiwyg__table--full {
        width: 100%
    }

    .wysiwyg__table--collapsed td, .wysiwyg__table--collapsed th, .wysiwyg__table--separate td, .wysiwyg__table--separate th {
        border-color: var(--color-comp-light)
    }

    .wysiwyg__table--collapsed {
        border-collapse: collapse
    }

    .wysiwyg__table--separate {
        border-collapse: separate;
        border-spacing: .25rem
    }

    .wysiwyg__table--border-xs td, .wysiwyg__table--border-xs th {
        border-style: solid;
        border-width: 1px;
        padding: .25rem
    }

    .wysiwyg__table--border-md td, .wysiwyg__table--border-md th {
        border-style: solid;
        border-width: .25rem;
        padding: .25rem
    }

    .media-cropper__source {
        min-height: 40vh
    }

    .media-cropper__source-image {
        max-height: 100%;
        max-width: 100%
    }

    .media-cropper {
        background-color: var(--color-neutral-lightest)
    }

    .media-cropper__preview-section {
        padding: 1rem
    }

    .media-cropper__preview, .media-cropper__preview-content {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-checkboard'%3E %3Crect width='16' height='16' fill='%23fff'/%3E %3Crect width='8' height='8' x='8' fill='%23d8d8d8'/%3E %3Crect width='8' height='8' y='8' fill='%23d8d8d8'/%3E %3C/g%3E %3C/svg%3E")
    }

    .media-cropper__preview {
        border: 1px solid var(--color-comp);
        height: 11rem;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden
    }
}

@media screen and (min-width: 48rem) {
    .media-cropper__inner {
        display: table;
        table-layout: fixed;
        width: 100%
    }

    .media-cropper__body {
        display: table-row
    }

    .media-cropper__preview-section, .media-cropper__source-section {
        display: table-cell;
        vertical-align: top
    }

    .media-cropper__source-section {
        width: 70%
    }

    .media-cropper__preview-section {
        width: 30%
    }
}

@media screen {
    .sizemark {
        background-color: var(--color-primary);
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        color: var(--color-neutral-lightest);
        font-size: .6875rem;
        line-height: 1;
        opacity: .8;
        padding: .125rem .3rem;
        position: absolute;
        z-index: 9999
    }

    .sizemark--h {
        left: 0;
        top: 50%;
        transform: translateY(50%) rotate(-90deg);
        transform-origin: top left
    }

    .sizemark--w {
        left: 50%;
        top: 0;
        transform: translateX(-50%)
    }

    .sizemark--w-outside {
        top: 100%
    }

    .sizemark--h-outside {
        left: 100%
    }

    .sizemark--h-warn, .sizemark--w-warn {
        background-color: var(--color-warn-light)
    }

    .cropper-container {
        direction: ltr;
        font-size: 0;
        line-height: 0;
        position: relative;
        touch-action: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }

    .cropper-container img {
        display: block;
        height: 100%;
        image-orientation: 0deg;
        max-height: none !important;
        max-width: none !important;
        min-height: 0 !important;
        min-width: 0 !important;
        width: 100%
    }

    .cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box {
        inset: 0;
        position: absolute
    }

    .cropper-wrap-box {
        overflow: hidden
    }

    .cropper-drag-box {
        background-color: var(--color-neutral-lightest);
        opacity: 0
    }

    .cropper-modal {
        background-color: rgba(var(--color-neutral-darkest-rgb), .25)
    }

    .cropper-modal--light {
        background-color: rgba(var(--color-neutral-lightest-rgb), .5)
    }

    .cropper-view-box {
        display: block;
        height: 100%;
        outline: 1px solid var(--color-primary);
        outline-color: rgba(var(--color-primary-rgb), .25);
        overflow: hidden;
        width: 100%
    }

    .cropper-dashed {
        border: 0 dashed var(--color-comp-lighter);
        display: block;
        opacity: .5;
        position: absolute
    }

    .cropper-dashed.dashed-h {
        border-bottom-width: 1px;
        border-top-width: 1px;
        height: 33.33333%;
        left: 0;
        top: 33.33333%;
        width: 100%
    }

    .cropper-dashed.dashed-v {
        border-left-width: 1px;
        border-right-width: 1px;
        height: 100%;
        left: 33.33333%;
        top: 0;
        width: 33.33333%
    }

    .cropper-center {
        display: block;
        height: 0;
        left: 50%;
        opacity: .75;
        position: absolute;
        top: 50%;
        width: 0
    }

    .cropper-center:after, .cropper-center:before {
        background-color: var(--color-neutral-200);
        content: " ";
        display: block;
        position: absolute
    }

    .cropper-center:before {
        height: 1px;
        left: -3px;
        top: 0;
        width: 7px
    }

    .cropper-center:after {
        height: 7px;
        left: 0;
        top: -3px;
        width: 1px
    }

    .cropper-face, .cropper-line, .cropper-point {
        display: block;
        height: 100%;
        opacity: .1;
        position: absolute;
        width: 100%
    }

    .cropper-face {
        background-color: var(--color-neutral-lightest);
        left: 0;
        top: 0
    }

    .cropper-line {
        background-color: rgba(var(--color-primary-rgb), .25)
    }

    .cropper-line.line-e {
        cursor: e-resize;
        right: -3px;
        top: 0;
        width: 5px
    }

    .cropper-line.line-n {
        cursor: n-resize;
        height: 5px;
        left: 0;
        top: -3px
    }

    .cropper-line.line-w {
        cursor: w-resize;
        left: -3px;
        top: 0;
        width: 5px
    }

    .cropper-line.line-s {
        bottom: -3px;
        cursor: s-resize;
        height: 5px;
        left: 0
    }

    .cropper-point {
        background-color: rgba(var(--color-primary-rgb), .25);
        height: 5px;
        opacity: .75;
        width: 5px
    }

    .cropper-point.point-e {
        cursor: e-resize;
        margin-top: -3px;
        right: -3px;
        top: 50%
    }

    .cropper-point.point-n {
        cursor: n-resize;
        left: 50%;
        margin-left: -3px;
        top: -3px
    }

    .cropper-point.point-w {
        cursor: w-resize;
        left: -3px;
        margin-top: -3px;
        top: 50%
    }

    .cropper-point.point-s {
        bottom: -3px;
        cursor: s-resize;
        left: 50%;
        margin-left: -3px
    }

    .cropper-point.point-ne {
        cursor: ne-resize;
        right: -3px;
        top: -3px
    }

    .cropper-point.point-nw {
        cursor: nw-resize;
        left: -3px;
        top: -3px
    }

    .cropper-point.point-sw {
        bottom: -3px;
        cursor: sw-resize;
        left: -3px
    }

    .cropper-point.point-se {
        bottom: -3px;
        cursor: se-resize;
        height: 20px;
        opacity: 1;
        right: -3px;
        width: 20px
    }
}

@media screen and (min-width: 768px) {
    .cropper-point.point-se {
        height: 15px;
        width: 15px
    }
}

@media screen and (min-width: 992px) {
    .cropper-point.point-se {
        height: 10px;
        width: 10px
    }
}

@media screen and (min-width: 1200px) {
    .cropper-point.point-se {
        height: 5px;
        opacity: .75;
        width: 5px
    }
}

@media screen {
    .cropper-point.point-se:before {
        background-color: rgba(var(--color-primary-rgb), .25);
        bottom: -50%;
        content: " ";
        display: block;
        height: 200%;
        opacity: 0;
        position: absolute;
        right: -50%;
        width: 200%
    }

    .cropper-invisible {
        opacity: 0
    }

    .cropper-bg {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cg id='icon-checkboard'%3E %3Crect width='16' height='16' fill='%23fff'/%3E %3Crect width='8' height='8' x='8' fill='%23d8d8d8'/%3E %3Crect width='8' height='8' y='8' fill='%23d8d8d8'/%3E %3C/g%3E %3C/svg%3E")
    }

    .cropper-hide {
        display: block;
        height: 0;
        position: absolute;
        width: 0
    }

    .cropper-hidden {
        display: none !important
    }

    .cropper-move {
        cursor: move
    }

    .cropper-crop {
        cursor: crosshair
    }

    .cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
        cursor: not-allowed
    }

    .media-cropper--squared .cropper-modal {
        background: rgba(var(--color-neutral-lightest-rgb), .5)
    }

    .media-cropper--squared .cropper-drag-box {
        opacity: 1
    }

    .media-cropper--squared .cropper-view-box {
        border: 1px solid rgba(var(--color-primary-rgb), .5);
        border-radius: 50%;
        outline: 0
    }

    .media-cropper__preview--rounded {
        border-radius: 50%
    }

    .media-cropper__preview-content--insitu {
        background-color: var(--color-comp);
        background-image: none;
        margin-bottom: 1rem;
        max-height: 19rem;
        overflow: hidden;
        padding: 1rem 1.25rem 0
    }

    .media-cropper__preview--25-percent, .media-cropper__preview--33-percent, .media-cropper__preview--50-percent {
        float: left;
        margin-right: .5rem;
        width: 25%
    }

    .media-cropper__preview--33-percent {
        width: 33%
    }

    .media-cropper__preview--50-percent {
        width: 50%
    }

    .media-cropper__preview--100-percent {
        margin-bottom: .5rem
    }

    .toybox, .toybox__btn {
        border-radius: var(--radius-sm);
        background-color: var(--color-neutral-lightest);
        box-shadow: 0 0 0 .0625rem var(--color-comp-light)
    }

    .toybox {
        display: flex;
        flex-wrap: wrap;
        padding: .5rem .25rem .25rem .5rem
    }

    .toybox__btn {
        color: var(--color-primary);
        margin-bottom: .25rem;
        margin-right: .25rem;
        padding: .25rem
    }

    .toybox__btn[disabled] {
        border: 1px solid var(--color-comp-lighter);
        color: var(--color-comp-lighter)
    }

    .toybox__btn:last-child {
        margin-right: 0
    }

    .toybox__btn:not([disabled]):focus, .toybox__btn:not([disabled]):hover {
        box-shadow: 0 0 0 .0625rem var(--color-comp);
        background-color: rgba(var(--color-comp-light-rgb), .5);
        z-index: 1
    }

    .toybox__group {
        display: flex;
        margin-right: .5rem
    }

    .toybox__group .toybox__btn {
        border: 0;
        margin-right: 0
    }

    .toybox__btn--start {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .toybox__btn--end {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .toybox__btn--flow {
        border-radius: 0
    }

    .toybox__btn--flow + .toybox__btn--flow {
        border-left: 0
    }

    .grab-to-pan-grab {
        cursor: grab !important
    }

    .grab-to-pan-grab :not(input):not(textarea):not(button):not(select):not(:link) {
        cursor: inherit !important
    }

    .grab-to-pan-grab:active, .grab-to-pan-grabbing {
        background: transparent;
        bottom: 0;
        cursor: grabbing !important;
        display: block;
        left: 0;
        overflow: hidden;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 50000
    }

    .pdf-viewer {
        background-color: var(--color-neutral-400)
    }

    .pdf-viewer__content {
        display: grid;
        overflow-x: auto;
        padding: 1rem 1rem 0
    }

    .pdf-viewer__viewer {
        margin: auto
    }

    .pdf-viewer__page {
        padding-bottom: 1rem;
        position: relative
    }

    .pdf-viewer__page-input {
        -moz-appearance: textfield;
        background: transparent;
        border: 0;
        padding: 0;
        text-align: center;
        width: 3rem
    }

    .pdf-viewer__page-input::-webkit-inner-spin-button, .pdf-viewer__page-input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    .scheduler__toolbar {
        background-color: var(--color-neutral-lightest)
    }

    .scheduler__toolbar--padding-sm {
        padding: 1rem 1rem 0
    }

    .scheduler__slots {
        background-color: var(--color-comp-lighter);
        border-right: .0625rem solid var(--color-comp-light);
        float: left;
        position: relative;
        width: 3rem
    }

    .scheduler__week {
        color: var(--color-comp-dark);
        display: block;
        position: relative;
        top: 1.5rem
    }

    .scheduler__time, .scheduler__week {
        font-size: var(--font-size-xxxs);
        text-align: center
    }

    .scheduler__slot {
        background-image: linear-gradient(0deg, var(--color-comp-light) 1px, transparent 0);
        height: 4rem;
        position: relative
    }

    .scheduler__slot--no-border {
        background-image: none
    }

    .scheduler__slot--break {
        background-color: var(--color-neutral-lightest);
        background-image: repeating-linear-gradient(45deg, rgba(var(--color-neutral-darkest-rgb), .15), rgba(var(--color-neutral-darkest-rgb), .15) 1px, transparent 2px, transparent 4px);
        border-bottom: .0625rem solid var(--color-comp-light)
    }

    .scheduler__slot--break:after, .scheduler__slot--break:before {
        background-color: var(--color-neutral-lightest);
        content: "";
        display: block;
        height: .0625rem;
        position: absolute;
        width: 100%
    }

    .scheduler__slot--break:after {
        bottom: 0
    }

    .scheduler__slot--today {
        background-color: var(--color-warn-lighter)
    }

    .scheduler__days {
        display: grid
    }

    .scheduler__day {
        border-right: .0625rem solid var(--color-comp-light);
        position: relative
    }

    .scheduler__header {
        background-color: var(--color-neutral-lightest);
        border-bottom: .0625rem solid var(--color-comp-light);
        color: var(--color-comp-dark);
        line-height: 1.5;
        min-height: 3.7813rem;
        padding: .5rem;
        position: relative
    }

    .scheduler__header--has-events {
        min-height: 5.75rem
    }

    .scheduler__header--today {
        background-color: var(--color-warn-lighter)
    }

    .scheduler__header--no-border {
        background-color: transparent;
        border-bottom: 0
    }

    .scheduler__header-day {
        color: var(--color-comp-darker);
        display: block
    }

    .scheduler__header-date {
        color: var(--color-comp-dark);
        display: block
    }
}

@media screen and (min-width: 48rem) {
    .scheduler__header-date {
        font-size: var(--font-size-xs)
    }
}

@media screen {
    .scheduler__header-labels {
        bottom: .5rem;
        position: absolute
    }

    .scheduler__events-overlay {
        display: grid;
        grid-column-gap: .0625rem;
        grid-row-gap: .0625rem;
        height: 40rem;
        left: 0;
        padding: 0 .0625rem;
        position: absolute;
        top: 3.7813rem;
        width: 100%
    }

    .scheduler__events-overlay--has-events {
        top: 5.75rem
    }

    .scheduler__events-overlay--edit, .scheduler__events-overlay--has-label {
        padding-left: .625rem
    }

    .scheduler__card {
        align-content: stretch;
        align-items: flex-start;
        background-color: var(--color-neutral-lightest);
        border: .0625rem solid var(--color-comp);
        border-radius: .25rem;
        color: var(--color-comp-dark);
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        font-size: var(--font-size-xxxs);
        justify-content: space-between;
        overflow: hidden;
        padding: .25rem;
        position: relative;
        z-index: 10
    }

    .scheduler__card--focus, .scheduler__card:focus-within, .scheduler__card:hover {
        cursor: default;
        outline: .125rem solid;
        outline-offset: -.0625rem;
        z-index: 300
    }

    .scheduler__card-meta {
        position: absolute;
        right: 0
    }

    .scheduler__card-body, .scheduler__card-footer {
        align-self: auto;
        flex: 0 1 auto;
        order: 0;
        width: 100%
    }

    .scheduler__card-link {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .scheduler__card--absence {
        background-color: var(--absence--background-color);
        border-color: var(--absence--border-color);
        color: var(--absence--color)
    }

    .scheduler__card--lateness {
        background-color: var(--lateness--background-color);
        border-color: var(--lateness--border-color);
        color: var(--lateness--color)
    }

    .scheduler__card--departure {
        border-color: var(--color-comp-dark)
    }

    .scheduler__card--exemption {
        background-color: var(--exemption--background-color);
        border-color: var(--exemption--border-color);
        color: var(--exemption--color)
    }

    .scheduler__card--punishment {
        background-color: var(--punishment--background-color);
        border-color: var(--punishment--border-color);
        color: var(--punishment--color)
    }

    .scheduler__card--canceled {
        background-image: repeating-linear-gradient(45deg, rgba(var(--color-neutral-darkest-rgb), .15), rgba(var(--color-neutral-darkest-rgb), .15) 1px, transparent 2px, transparent 4px);
        border-color: var(--color-comp-light)
    }

    .scheduler__card--new {
        background-color: var(--color-primary);
        border-color: var(--color-primary-dark);
        color: var(--color-neutral-lightest)
    }

    .scheduler__card--register {
        background-color: var(--color-neutral-lightest)
    }

    .scheduler__card--exceptionnal {
        border-style: dashed;
        border-width: .125rem
    }

    .scheduler__card-title {
        font-weight: 700
    }

    .scheduler__card-place {
        filter: saturate(150%);
        font-size: var(--font-size-xxxs);
        text-align: right
    }

    .scheduler__label {
        height: 100%;
        position: absolute
    }

    .scheduler__label:focus-within, .scheduler__label:hover {
        z-index: 300
    }

    .scheduler__label-slug {
        border-radius: .5rem;
        bottom: 0;
        color: inherit;
        left: 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: .25rem;
        z-index: 100
    }

    .scheduler__label-slug span {
        background-color: inherit;
        border: .0625rem solid;
        border-radius: .25rem;
        font-size: var(--font-size-xxxs);
        left: .625rem;
        padding: .0625rem .25rem;
        position: absolute;
        top: -.5rem
    }

    .scheduler__label-slug--ended:after, .scheduler__label-slug:before {
        background: inherit;
        border-radius: .125rem;
        bottom: 0;
        content: "";
        height: .1875rem;
        left: 0;
        position: absolute;
        width: 1rem
    }

    .scheduler__label-slug:before {
        background: inherit;
        bottom: auto;
        top: 0
    }

    .scheduler__label-slug--absence {
        background-color: var(--absence--border-color)
    }

    .scheduler__label-slug--absence span {
        background-color: var(--absence--background-color);
        border-color: var(--absence--border-color);
        color: var(--absence--color)
    }

    .scheduler__label-slug--lateness {
        background-color: var(--lateness--border-color)
    }

    .scheduler__label-slug--lateness span {
        background-color: var(--lateness--background-color);
        border-color: var(--lateness--border-color);
        color: var(--lateness--color)
    }

    .scheduler__label-slug--departure {
        background-color: var(--departure--border-color)
    }

    .scheduler__label-slug--departure span {
        background-color: var(--departure--background-color);
        border-color: var(--departure--border-color);
        color: var(--departure--color)
    }

    .scheduler__label-slug--exemption {
        background-color: var(--exemption--border-color)
    }

    .scheduler__label-slug--exemption span {
        background-color: var(--exemption--background-color);
        border-color: var(--exemption--border-color);
        color: var(--exemption--color)
    }

    .scheduler__label-slug--punishment {
        background-color: var(--punishment--border-color)
    }

    .scheduler__label-slug--punishment span {
        background-color: var(--punishment--background-color);
        border-color: var(--punishment--border-color);
        color: var(--punishment--color)
    }

    .scheduler__label-slug--sanction {
        background-color: var(--sanction--border-color)
    }

    .scheduler__label-slug--sanction span {
        background-color: var(--sanction--background-color);
        border-color: var(--sanction--border-color);
        color: var(--sanction--color)
    }

    .scheduler__label-departure, .scheduler__label-lateness, .scheduler__label-observation, .scheduler__label-punishment {
        margin-top: -.6875rem;
        position: absolute;
        right: calc(100% - .625rem);
        text-align: right;
        z-index: 20
    }

    .scheduler__label-departure-label, .scheduler__label-lateness-label, .scheduler__label-observation-label, .scheduler__label-punishment-label {
        border: .0625rem solid;
        border-radius: .25rem;
        display: block;
        font-size: var(--font-size-xxxs);
        padding: .0625rem .25rem;
        position: relative
    }

    .scheduler__label-departure-label:after, .scheduler__label-lateness-label:after, .scheduler__label-observation-label:after, .scheduler__label-punishment-label:after {
        background-color: inherit;
        border: .0625rem solid var(--white);
        border-left-width: 0;
        content: "";
        height: .25rem;
        position: absolute;
        right: -.5rem;
        top: calc(50% - .0625rem);
        width: .5rem
    }

    .scheduler__label-lateness-label {
        background-color: var(--lateness--background-color);
        border-color: var(--lateness--border-color);
        color: var(--lateness--color)
    }

    .scheduler__label-lateness-label:after {
        background-color: var(--lateness--border-color)
    }

    .scheduler__label-departure-label {
        background-color: var(--departure--background-color);
        border-color: var(--departure--border-color);
        color: var(--departure--color)
    }

    .scheduler__label-departure-label:after {
        background-color: var(--departure--border-color)
    }

    .scheduler__label-punishment-label {
        background-color: var(--punishment--background-color);
        border-color: var(--punishment--border-color);
        color: var(--punishment--color)
    }

    .scheduler__label-punishment-label:after {
        background-color: var(--punishment--border-color)
    }

    .scheduler__label-observation-label {
        background-color: var(--reproof--background-color);
        border-color: var(--reproof--border-color);
        color: var(--reproof--color)
    }

    .scheduler__label-observation-label:after {
        background-color: var(--reproof--border-color)
    }

    .scheduler__label-observation-label--negative {
        background-color: var(--reproof-m--background-color);
        border-color: var(--reproof-m--border-color);
        color: var(--reproof-m--color)
    }

    .scheduler__label-observation-label--negative:after {
        background-color: var(--reproof-m--border-color)
    }

    .scheduler__slots-overlay {
        display: grid;
        height: 40rem;
        left: 0;
        padding: 0 .0625rem;
        position: absolute;
        top: 3.7813rem;
        width: 100%
    }

    .scheduler__slots-overlay--has-events {
        top: 5.75rem
    }

    .scheduler__time-marker {
        position: absolute;
        width: 100%
    }

    .scheduler__time-marker-current-day, .scheduler__time-marker-slot {
        background-color: var(--color-primary);
        height: .0625rem;
        position: absolute;
        z-index: 200
    }

    .scheduler__time-marker-slot {
        right: 0;
        top: -.0625rem
    }

    .scheduler__time-marker-slot:after, .scheduler__time-marker-slot:before {
        border-bottom: .5rem solid transparent;
        border-left: .5rem solid rgba(var(--color-neutral-lightest-rgb), .7);
        border-top: .5rem solid transparent;
        content: "";
        left: -.25rem;
        position: absolute;
        top: -.375rem
    }

    .scheduler__time-marker-slot:after {
        border-bottom-width: .375rem;
        border-left-color: var(--color-primary);
        border-left-width: .375rem;
        border-top-width: .375rem;
        top: -.25rem
    }

    .scheduler__time-marker-current-day {
        left: -1rem;
        outline: .125rem solid rgba(var(--color-neutral-lightest-rgb), .7);
        right: -1rem;
        width: calc(100% + 2rem)
    }

    .scheduler__day:last-child .scheduler__time-marker-current-day {
        right: 0;
        width: calc(100% + 1rem)
    }

    .scheduler__header-link .scheduler__header-date, .scheduler__header-link .scheduler__header-day {
        color: inherit
    }

    .scheduler__card--session {
        background-color: var(--color-00);
        background-image: linear-gradient(0deg, rgba(var(--color-neutral-lightest-rgb), .9) 100%, var(--color-neutral-lightest) 0);
        border-left-color: rgba(var(--color-neutral-darkest-rgb), .1);
        border-color: rgba(var(--color-neutral-darkest-rgb), .1) rgba(var(--color-neutral-darkest-rgb), .1) rgba(var(--color-neutral-darkest-rgb), .1) var(--color-00);
        border-left-width: 4px;
        color: var(--color-neutral-darkest)
    }

    .scheduler__card--session-canceled {
        border-left-width: 1px;
        border-style: dashed
    }

    .scheduler__card--session-past {
        border-bottom-color: var(--color-transparent);
        border-right-color: var(--color-transparent);
        border-top-color: var(--color-transparent)
    }

    .scheduler__card--session-past > * {
        opacity: .6
    }

    .scheduler__card--session-past:focus-within > *, .scheduler__card--session-past:hover > * {
        opacity: 1
    }

    .scheduler__session-work {
        background-color: rgba(var(--color-neutral-darkest-rgb), .1);
        border-radius: .25rem;
        display: inline-block;
        padding: 1px
    }

    @keyframes plyr-progress {
        to {
            background-position: 25px 0
        }
    }.plyr {
         position: relative;
         max-width: 100%;
         min-width: 200px;
         font-family: inherit;
         direction: ltr
     }

    .plyr, .plyr *, .plyr :after, .plyr :before {
        box-sizing: border-box
    }

    .plyr a, .plyr button, .plyr input, .plyr label {
        touch-action: manipulation
    }

    .plyr:focus {
        outline: 0
    }

    .plyr audio, .plyr video {
        width: 100%;
        height: auto;
        vertical-align: middle;
        border-radius: inherit
    }

    .plyr input[type=range] {
        display: block;
        height: 20px;
        width: 100%;
        margin: 0;
        padding: 0;
        vertical-align: middle;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        border: none;
        background: transparent
    }

    .plyr input[type=range]::-webkit-slider-runnable-track {
        height: 8px;
        background: transparent;
        border: 0;
        border-radius: 4px;
        -webkit-user-select: none;
        user-select: none
    }

    .plyr input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        margin-top: -4px;
        position: relative;
        height: 16px;
        width: 16px;
        background: #fff;
        border: 2px solid transparent;
        border-radius: 100%;
        -webkit-transition: background .2s ease, border .2s ease, transform .2s ease;
        transition: background .2s ease, border .2s ease, transform .2s ease;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
        box-sizing: border-box
    }

    .plyr input[type=range]::-moz-range-track {
        height: 8px;
        background: transparent;
        border: 0;
        border-radius: 4px;
        -moz-user-select: none;
        user-select: none
    }

    .plyr input[type=range]::-moz-range-thumb {
        position: relative;
        height: 16px;
        width: 16px;
        background: #fff;
        border: 2px solid transparent;
        border-radius: 100%;
        -moz-transition: background .2s ease, border .2s ease, transform .2s ease;
        transition: background .2s ease, border .2s ease, transform .2s ease;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
        box-sizing: border-box
    }

    .plyr input[type=range]::-ms-track {
        height: 8px;
        background: transparent;
        border: 0;
        color: transparent
    }

    .plyr input[type=range]::-ms-fill-upper {
        height: 8px;
        background: transparent;
        border: 0;
        border-radius: 4px;
        user-select: none
    }

    .plyr input[type=range]::-ms-fill-lower {
        height: 8px;
        background: transparent;
        border: 0;
        border-radius: 4px;
        user-select: none;
        background: var(--color-primary)
    }

    .plyr input[type=range]::-ms-thumb {
        position: relative;
        height: 16px;
        width: 16px;
        background: #fff;
        border: 2px solid transparent;
        border-radius: 100%;
        -ms-transition: background .2s ease, border .2s ease, transform .2s ease;
        transition: background .2s ease, border .2s ease, transform .2s ease;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
        box-sizing: border-box;
        margin-top: 0
    }

    .plyr input[type=range]::-ms-tooltip {
        display: none
    }

    .plyr input[type=range]:focus {
        outline: 0
    }

    .plyr input[type=range]::-moz-focus-outer {
        border: 0
    }

    .plyr input[type=range].tab-focus:focus {
        outline-offset: 3px
    }

    .plyr input[type=range]:active::-webkit-slider-thumb {
        background: var(--color-primary);
        border-color: #fff;
        transform: scale(1.25)
    }

    .plyr input[type=range]:active::-moz-range-thumb {
        background: var(--color-primary);
        border-color: #fff;
        transform: scale(1.25)
    }

    .plyr input[type=range]:active::-ms-thumb {
        background: var(--color-primary);
        border-color: #fff;
        transform: scale(1.25)
    }

    .plyr--video input[type=range].tab-focus:focus {
        outline: 1px dotted hsla(0, 0%, 100%, .5)
    }

    .plyr--audio input[type=range].tab-focus:focus {
        outline: 1px dotted rgba(86, 93, 100, .5)
    }

    .plyr__sr-only {
        clip: rect(1px, 1px, 1px, 1px);
        overflow: hidden;
        position: absolute !important;
        padding: 0 !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important
    }

    .plyr__video-wrapper {
        position: relative;
        background: #000;
        border-radius: inherit
    }

    .plyr__video-embed {
        padding-bottom: 56.25%;
        height: 0;
        border-radius: inherit;
        overflow: hidden;
        z-index: 0
    }

    .plyr__video-embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }

    .plyr__video-embed > div {
        position: relative;
        padding-bottom: 200%;
        transform: translateY(-35.95%)
    }

    .plyr .plyr__video-embed iframe {
        pointer-events: none
    }

    .plyr video::-webkit-media-text-track-container {
        display: none
    }

    .plyr__captions {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        transform: translateY(-60px);
        transition: transform .3s ease;
        color: #fff;
        font-size: 16px;
        text-align: center;
        font-weight: 400
    }

    .plyr__captions span {
        border-radius: 2px;
        padding: 3px 10px;
        background: rgba(0, 0, 0, .7);
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        line-height: 150%
    }

    .plyr__captions span:empty {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .plyr__captions {
        font-size: 24px
    }
}

@media screen {
    .plyr--captions-active .plyr__captions {
        display: block
    }

    .plyr--hide-controls .plyr__captions {
        transform: translateY(-20px)
    }
}

@media screen and (min-width: 1024px) {
    .plyr--fullscreen-active .plyr__captions {
        font-size: 32px
    }
}

@media screen {
    .plyr ::-webkit-media-controls {
        display: none
    }

    .plyr__controls {
        display: flex;
        align-items: center;
        line-height: 1;
        text-align: center;
        pointer-events: none
    }

    .plyr__controls > * {
        pointer-events: all
    }

    .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > button {
        margin-left: 5px
    }

    .plyr__controls .plyr__progress:first-child, .plyr__controls .plyr__time:first-child, .plyr__controls > button:first-child {
        margin-left: 0
    }

    .plyr__controls .plyr__volume {
        margin-left: 5px
    }

    .plyr__controls [data-plyr=pause] {
        margin-left: 0
    }

    .plyr__controls button {
        position: relative;
        display: inline-block;
        flex-shrink: 0;
        overflow: visible;
        vertical-align: middle;
        padding: 7px;
        border: 0;
        background: transparent;
        border-radius: 3px;
        cursor: pointer;
        transition: background .3s ease, color .3s ease, opacity .3s ease;
        color: inherit
    }

    .plyr__controls button svg {
        width: 18px;
        height: 18px;
        display: block;
        fill: currentColor
    }

    .plyr__controls button:focus {
        outline: 0
    }

    .plyr__controls .icon--captions-on, .plyr__controls .icon--exit-fullscreen, .plyr__controls .icon--muted {
        display: none
    }
}

@media screen and (min-width: 480px) {
    .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > button {
        margin-left: 10px
    }
}

@media screen {
    .plyr--hide-controls .plyr__controls {
        opacity: 0;
        pointer-events: none
    }

    .plyr--video .plyr__controls {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 50px 10px 10px;
        background: linear-gradient(transparent, rgba(0, 0, 0, .5));
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
        color: #fff;
        transition: opacity .3s ease
    }

    .plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
        background: var(--color-primary);
        color: #fff
    }

    .plyr--audio .plyr__controls {
        padding: 10px;
        border-radius: inherit;
        background: #fff;
        border: 1px solid #dbe3e8;
        color: #565d64
    }

    .plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large {
        background: var(--color-primary);
        color: #fff
    }

    .plyr__play-large {
        display: none;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 10px;
        border: 4px solid;
        border-radius: 100%;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
        transition: all .3s ease
    }

    .plyr__play-large svg {
        position: relative;
        left: 2px;
        width: 20px;
        height: 20px;
        display: block;
        fill: currentColor
    }

    .plyr__play-large:focus {
        outline: 1px dotted hsla(0, 0%, 100%, .5)
    }

    .plyr .plyr__play-large {
        display: inline-block
    }

    .plyr--audio .plyr__play-large {
        display: none
    }

    .plyr--playing .plyr__play-large {
        opacity: 0;
        visibility: hidden
    }

    .plyr--playing .plyr__controls [data-plyr=play], .plyr__controls [data-plyr=pause] {
        display: none
    }

    .plyr--playing .plyr__controls [data-plyr=pause] {
        display: inline-block
    }

    .plyr--captions-active .plyr__controls .icon--captions-on, .plyr--fullscreen-active .icon--exit-fullscreen, .plyr--muted .plyr__controls .icon--muted {
        display: block
    }

    .plyr--captions-active .plyr__controls .icon--captions-on + svg, .plyr--fullscreen-active .icon--exit-fullscreen + svg, .plyr--muted .plyr__controls .icon--muted + svg, .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen] {
        display: none
    }

    .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen] {
        display: inline-block
    }

    .plyr__tooltip {
        position: absolute;
        z-index: 2;
        bottom: 100%;
        margin-bottom: 10px;
        padding: 5px 7.5px;
        pointer-events: none;
        opacity: 0;
        background: rgba(0, 0, 0, .7);
        border-radius: 3px;
        color: #fff;
        font-size: .8125rem;
        line-height: 1.3;
        transform: translate(-50%, 10px) scale(.8);
        transform-origin: 50% 100%;
        transition: transform .2s ease .1s, opacity .2s ease .1s
    }

    .plyr__tooltip:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        left: 50%;
        transform: translateX(-50%);
        bottom: -4px;
        border-right: 4px solid transparent;
        border-top: 4px solid rgba(0, 0, 0, .7);
        border-left: 4px solid transparent;
        z-index: 2
    }

    .plyr__tooltip--visible, .plyr button.tab-focus:focus .plyr__tooltip, .plyr button:hover .plyr__tooltip {
        opacity: 1;
        transform: translate(-50%) scale(1)
    }

    .plyr button:hover .plyr__tooltip {
        z-index: 3
    }

    .plyr__controls button:first-child .plyr__tooltip {
        left: 0;
        transform: translateY(10px) scale(.8);
        transform-origin: 0 100%
    }

    .plyr__controls button:first-child .plyr__tooltip:before {
        left: 16px
    }

    .plyr__controls button:last-child .plyr__tooltip {
        right: 0;
        transform: translateY(10px) scale(.8);
        transform-origin: 100% 100%
    }

    .plyr__controls button:last-child .plyr__tooltip:before {
        left: auto;
        right: 16px;
        transform: translateX(50%)
    }

    .plyr__controls button:first-child .plyr__tooltip--visible, .plyr__controls button:first-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:first-child:hover .plyr__tooltip, .plyr__controls button:last-child .plyr__tooltip--visible, .plyr__controls button:last-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:last-child:hover .plyr__tooltip {
        transform: translate(0) scale(1)
    }

    .plyr__progress {
        display: none;
        position: relative;
        flex: 1
    }

    .plyr__progress input[type=range] {
        position: relative;
        z-index: 2
    }

    .plyr__progress input[type=range]::-webkit-slider-runnable-track {
        background: transparent
    }

    .plyr__progress input[type=range]::-moz-range-track {
        background: transparent
    }

    .plyr__progress input[type=range]::-ms-fill-upper {
        background: transparent
    }

    .plyr__progress .plyr__tooltip {
        left: 0
    }

    .plyr .plyr__progress {
        display: inline-block
    }

    .plyr__progress--buffer, .plyr__progress--played, .plyr__volume--display {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 8px;
        margin: -4px 0 0;
        padding: 0;
        vertical-align: top;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        border-radius: 100px
    }

    .plyr__progress--buffer::-webkit-progress-bar, .plyr__progress--played::-webkit-progress-bar, .plyr__volume--display::-webkit-progress-bar {
        background: transparent
    }

    .plyr__progress--buffer::-webkit-progress-value, .plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
        background: currentColor;
        border-radius: 100px;
        min-width: 8px
    }

    .plyr__progress--buffer::-moz-progress-bar, .plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
        background: currentColor;
        border-radius: 100px;
        min-width: 8px
    }

    .plyr__progress--buffer::-ms-fill, .plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
        border-radius: 100px
    }

    .plyr__progress--played, .plyr__volume--display {
        z-index: 1;
        color: var(--color-primary);
        background: transparent;
        transition: none
    }

    .plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
        min-width: 8px;
        max-width: 99%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-transition: none;
        transition: none
    }

    .plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
        min-width: 8px;
        max-width: 99%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        -moz-transition: none;
        transition: none
    }

    .plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
        display: none
    }

    .plyr__progress--buffer::-webkit-progress-value {
        -webkit-transition: width .2s ease;
        transition: width .2s ease
    }

    .plyr__progress--buffer::-moz-progress-bar {
        -moz-transition: width .2s ease;
        transition: width .2s ease
    }

    .plyr__progress--buffer::-ms-fill {
        -ms-transition: width .2s ease;
        transition: width .2s ease
    }

    .plyr--video .plyr__progress--buffer, .plyr--video .plyr__volume--display {
        background: hsla(0, 0%, 100%, .25)
    }

    .plyr--video .plyr__progress--buffer {
        color: hsla(0, 0%, 100%, .25)
    }

    .plyr--audio .plyr__progress--buffer, .plyr--audio .plyr__volume--display {
        background: rgba(198, 214, 219, .67)
    }

    .plyr--audio .plyr__progress--buffer {
        color: rgba(198, 214, 219, .67)
    }

    .plyr--loading .plyr__progress--buffer {
        animation: plyr-progress 1s linear infinite;
        background-size: 25px 25px;
        background-repeat: repeat-x;
        background-image: linear-gradient(-45deg, rgba(0, 0, 0, .15) 25%, transparent 0, transparent 50%, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, .15) 75%, transparent 0, transparent);
        color: transparent
    }

    .plyr--video.plyr--loading .plyr__progress--buffer {
        background-color: hsla(0, 0%, 100%, .25)
    }

    .plyr--audio.plyr--loading .plyr__progress--buffer {
        background-color: rgba(198, 214, 219, .67)
    }

    .plyr__time {
        display: inline-block;
        vertical-align: middle;
        font-size: .8125rem
    }

    .plyr__time + .plyr__time {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .plyr__time + .plyr__time {
        display: inline-block
    }
}

@media screen {
    .plyr__time + .plyr__time:before {
        content: "\2044";
        margin-right: 10px
    }

    .plyr__volume {
        display: none
    }

    .plyr .plyr__volume {
        flex: 1;
        position: relative
    }

    .plyr .plyr__volume input[type=range] {
        position: relative;
        z-index: 2
    }
}

@media screen and (min-width: 480px) {
    .plyr .plyr__volume {
        display: block;
        max-width: 60px
    }
}

@media screen and (min-width: 768px) {
    .plyr .plyr__volume {
        max-width: 100px
    }
}

@media screen {
    .plyr--is-ios .plyr__volume, .plyr--is-ios [data-plyr=mute] {
        display: none !important
    }

    .plyr--fullscreen-active {
        height: 100%;
        width: 100%;
        background: #000;
        border-radius: 0 !important
    }

    .plyr--fullscreen-active video {
        height: 100%
    }

    .plyr--fullscreen-active .plyr__video-wrapper {
        height: 100%;
        width: 100%
    }

    .plyr--fullscreen-active .plyr__video-embed {
        overflow: visible
    }

    .plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
        height: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .plyr--fullscreen-fallback.plyr--fullscreen-active {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10000000
    }

    .plyr__play-large {
        border-width: 2px
    }

    .align--baseline {
        vertical-align: baseline !important
    }

    .align--bottom {
        vertical-align: bottom !important
    }

    .align--middle {
        vertical-align: middle !important
    }

    .align--top {
        vertical-align: top !important
    }

    .align--text-bottom {
        vertical-align: text-bottom !important
    }

    .align--text-top {
        vertical-align: text-top !important
    }

    .flex-align--both-column, .flex-align--both-row {
        align-items: center;
        display: flex;
        justify-content: center
    }

    .flex-align--both-column {
        flex-direction: column
    }

    .align-items--strech {
        align-items: stretch
    }

    .align-items--start {
        align-items: start
    }

    .align-items--center {
        align-items: center
    }

    .align-items--end {
        align-items: end
    }

    .align-self--strech {
        align-self: stretch
    }

    .align-self--start {
        align-self: start
    }

    .align-self--center {
        align-self: center
    }

    .align-self--end {
        align-self: end
    }

    .uploadzone--no-margin {
        margin: 0
    }

    .uploadzone--no-padding {
        padding: 0
    }

    .list--padding-left-sm {
        padding-left: var(--step)
    }

    body.baseline-debug {
        background-color: transparent !important;
        background-image: linear-gradient(180deg, rgba(255, 0, 0, .3) 0, transparent 1px);
        background-position: 0 0;
        background-size: 50px var(--step)
    }

    body.responsive-debug:before {
        aspect-ratio: 1;
        background-color: rgba(255, 140, 0, .6);
        border-radius: 50%;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
        content: " ";
        display: block;
        font-weight: 700;
        padding: .5rem;
        position: fixed;
        right: 1rem;
        text-transform: uppercase;
        top: 1rem;
        z-index: 10000
    }
}

@media screen and (min-width: 0) {
    body.responsive-debug:before {
        content: "xs"
    }
}

@media screen and (min-width: 20rem) {
    body.responsive-debug:before {
        content: "xsb"
    }
}

@media screen and (min-width: 34rem) {
    body.responsive-debug:before {
        content: "sm"
    }
}

@media screen and (min-width: 48rem) {
    body.responsive-debug:before {
        content: "md"
    }
}

@media screen and (min-width: 62rem) {
    body.responsive-debug:before {
        content: "lg"
    }
}

@media screen and (min-width: 75rem) {
    body.responsive-debug:before {
        content: "xl"
    }
}

@media screen {
    .hide [type=hidden] {
        display: block !important;
        visibility: visible !important
    }

    .hide [type=hidden]:after {
        background: pink;
        content: "Es-tu sÃ»r de toi ?";
        display: block;
        outline: .5rem solid #ff69b4
    }

    body.rowcol-debug [class^=row] {
        outline: 2px solid rgba(255, 0, 0, .5);
        outline-offset: .5rem
    }

    body.rowcol-debug [class*=col--] {
        outline: 2px solid rgba(0, 0, 255, .5);
        outline-offset: .25rem
    }

    body.flexgrid-debug [class*=row--flex] {
        outline: 2px dotted rgba(255, 0, 0, .5);
        outline-offset: .5rem
    }

    body.flexgrid-debug [class*=col--flex] {
        outline: 2px dotted rgba(0, 0, 255, .5);
        outline-offset: .25rem
    }

    body.href-debug [href="#"] {
        outline: 2px solid gold
    }

    body.btn-debug [class*=btn--]:not(.btn), body.btn-debug button:not(.btn), body.btn-debug input[type=button]:not(.btn) {
        outline: 5px solid #ff69b4 !important
    }
}

@media print {
    #modalPrevisuDocOffice, .btn, .btn-list, .carousel, .content-toolbar, .empty-state, .header, .icon, .media-cropper, .media-upload, .options, .pager, .screen-reader-text, .skip-links, .tabs, .uploadzone, .visually-hidden, [class^=flatpickr], button {
        display: none
    }

    body {
        font-family: var(--font-family-sans-serif)
    }

    img {
        height: auto;
        max-width: 100%
    }

    :is(h1,h2,h3,h4,h5,h6):is(.screen-reader-text,.visually-hidden) {
        display: initial
    }
}